html {
    scroll-behavior: smooth;
}
h1,
h2,
h3,
h4 {
    font-family: 'Montserrat', sans-serif;
}

body {
    font-family: 'Poppins', sans-serif;
}

a,
button {
    transition: 0.5s;
    outline: none !important;
}

.top-nav {
    background: black;
    padding: 10px 0px;
}

.top-nav ul {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
    text-align: right;
}

.top-nav ul li {
    display: inline-block;
    padding: 0px 5px;
}

.top-nav ul li a {
    font-size: 14px;
    color: white;
    font-weight: 500;
    text-decoration: none;
}

.top-nav ul li img {
    width: 23px;
}

.top-nav ul li span {
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    margin-right: 15px;
}

.top-nav ul li a:hover {
    color: #FFC924;
}

.top-nav ul li {
    color: #FFC924;
}

.an-banner {
    background-image: url(../img/banner-img.png);
    background-size: cover;
    background-position: right top;
    background-color: #ffc924;
    padding-top: 180px;
}

header {
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
}

.navbar-brand img {
    width: 240px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    font-size: 16px;
    font-weight: 600;
    color: black;
    position: relative;
    padding: 10px 20px;
}

.an-theme-btn {
    position: relative;
    z-index: 1;
    font-size: 15px;
    font-weight: 600;
    padding: 10px 20px;
    margin: 2px;
    overflow: hidden;
    border: 1px solid transparent;
    border-radius: 5px;
}

.an-theme-btn::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 101%;
    border-radius: 30px;
    top: 0px;
    left: calc(100% - 12px);
    background: wheat;
    transition: 0.5s;
    z-index: -1;
}

.an-theme-btn:hover:before {
    border-radius: 0px;
    left: 0px;
    top: 0px;
    border-radius: 5px;
}

.an-theme-btn.dark::before {
    background: #ffc924;
}

.an-theme-btn.dark {
    background: black!important;
    color: white;
}

.an-theme-btn.dark:hover {
    color: black;
    border-color:black;
}

.an-theme-btn.light {
    background: transparent!important;
    border-color: black!important;
    color:black!important;
}

.an-theme-btn.light::before {
    background: black;
}

.an-theme-btn.light:hover {
    color: white!important;
}

button {
    cursor: pointer;
}

.navbar-expand-lg .navbar-nav .nav-link::before {
    content: "";
    width: 10px;
    height: 10px;
    border-top: 2px solid black;
    border-right: 2px solid black;
    position: absolute;
    right: 0px;
    top: 6px;
    transition: 0.5s;
    transform: scale(0);
}

.navbar-expand-lg .navbar-nav .nav-link::after {
    content: "";
    width: 10px;
    height: 10px;
    border-bottom: 2px solid black;
    border-left: 2px solid black;
    position: absolute;
    bottom: 6px;
    left: 0px;
    transition: 0.5s;
    transform: scale(0);
}

.navbar-expand-lg .navbar-nav .nav-link:hover:after,
.navbar-expand-lg .navbar-nav .nav-link:hover:before {
    transform: scale(1)
}

.an-banner h1 {
    font-weight: 700;
    font-size: 35px;
    color: black;
}

.an-banner .row {
    justify-content: space-between;
}

.an-banner h1 span {
    font-size: 25px;
    margin-top: 10px;
    margin-bottom: 30px;
    color: white;
    text-shadow: 0px 0px 14px hsl(0deg 0% 0% / 37%);
}

.an-banner p {
    font-weight: 500;
    margin-bottom: 22px;
    font-size: 16px;
    max-width: 95%;
}

.an-banner .patner-img {
    width: 400px;
    max-width: 100%;
    margin-top: 6px;
}

.an-banner {
    padding-bottom: 70px;
}

.banner-form {
    padding: 20px 30px;
    background: linear-gradient(45deg, black, #6a6969);
    text-align: center;
    border-radius: 5px;
    box-shadow: -11px 0px 32px 0px hsl(0deg 0% 0% / 44%);
    border: 5px solid white;
}

.banner-form h2 {
    font-size: 33px;
    color: white;
    font-weight: 700;
    margin-bottom: 20px;
}

.banner-form h2 span {
    color: #ffc924;
}

.banner-form .form-control {
    border-radius: 0px;
    border: none;
    margin-bottom: 10px;
    padding: 10px 15px;
    font-size: 14px;
    border-radius: 4px;
    width: 100%!important;
}

.banner-form .an-theme-btn.dark {
    border-color: white;
    margin-top: 20px;
}

.an-banner h1 span {
    border-right: solid white 10px;
    animation: cursor 1s ease-in-out infinite;
}

.an-banner h1 div {
    margin-bottom: 10px;
}

@keyframes cursor {
    from {
        border-color: white;
    }

    to {
        border-color: transparent;
    }
}

.navbar-expand-lg .an-theme-btn {
    margin: 0px 5px;
}

header .container-fluid {
    max-width: 1400px;
}

.custom-container {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1400px;
    margin: auto;
}

.banner-form {
    max-width: 430px;
    margin-left: auto;
}

.side-bar {
    position: fixed;
    width: 40px;
    right: 0px;
    z-index: 111;
    top: 62%;
    transform: translateY(-50%);
}

.side-bar a {
    display: flex;
    height: 40px;
    margin-bottom: 6px;
    font-size: 19px;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: white;
    width: 150px;
    position: relative;
    left: 0px;
    box-shadow: -11px 0px 17px 0px #0000003d;
}



.side-bar a.phone {
    background: black;
}

.side-bar a i {
    font-size: 26px;
    margin-right: 20px;
}

.side-bar a:hover {
    left: -110px;
}

.top-nav .animated-logo {
    width: 30px;
}

.callback {
    width: 150px;
    height: 40px;
    margin-bottom: 7px;
    transform: rotate(-90deg);
    position: relative;
    left: -55px;
    top: -55px;
    background: #ffc72a!important;
    border-color: #000000;
    color: black!important;
    font-weight: 600;
    box-shadow: -11px 0px 17px 0px #0000003d;
    padding: 0px;
    border-bottom: none;
}
.callback .blink {background: black;}

.callback .blink::before {background: black;}
span.blink {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: white;
    border-radius: 100%;
    margin-right: 6px;
    position: relative;
}

span.blink::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: white;
    border-radius: 100%;
    animation: 1s dot linear infinite;
}

@keyframes dot {
    0% {
        transform: scale(0.6);
        opacity: 1;
    }

    100% {
        transform: scale(3);
        opacity: 0;
    }
}

div#callback_popup .callback_header {
    position: relative;
    background-image: url(../img/popup-bg.jpg);
    background-size: cover;
    padding: 30px;
    text-align: center;
    color: white;
    background-color: black;
}

div#callback_popup .callback_header img {
    width: 100%;
    max-width: 250px;
    display: inline-block;
    filter: brightness(0) invert(1);
}

div#callback_popup .modal-body {
    padding: 0px;
    border: none !important;
}

.callback_body {
    max-width: 90%;
    margin: auto;
    background: white;
    padding: 20px;
    margin-top: -30px;
    z-index: 1;
    position: relative;
    margin-bottom: 30px;
    border: 1px solid #ababab;
    box-shadow: 0px 0px 23px 0px #00000024;
}

div#callback_popup .modal-content {
    border: none;
    box-shadow: 0px 0px 40px 0px #ffffff1a;
}

div#callback_popup .callback_header h3 {
    margin-top: 10px;
    font-size: 25px;
    margin-bottom: 20px;
}

div#callback_popup .callback_header h3 i {
    color: #ffc924;
}

div#callback_popup .callback_header p {
    font-size: 14px;
    margin-bottom: 30px;
}


div#callback_popup .callback_header .close {
    color: white;
    opacity: 1;
    font-size: 20px;
    position: absolute;
    top: 10px;
    right: 10px;
    background: transparent;
}

.callback_body label {
    display: block;
    font-size: 14px;
    font-weight: 600;
}

.callback_body label i {
    color: #a7a7a7;
    font-size: 20px;
    margin-right: 10px;
}

.callback_body .form-control {
    display: inline-block;
    width: calc(100% - 160px);
    height: 50px;
    font-size: 14px;
    padding: 20px 25px;
}

.input-btn {
    display: inline-block;
    width: 100%;
    max-width: 150px;
    text-align: center;
    position: relative;
    z-index: 1;
    font-size: 15px;
    font-weight: 600;


    overflow: hidden;
    border: 1px solid transparent;
    border-radius: 5px;
    background: black;
    margin-left: 10px;
}

.input-btn input {
    width: 100%;
    height: 50px;
    background: transparent;
    border: none;
    outline: none;
    color: white;
}

.input-btn::before {
    content: "";
    content: "";
    position: absolute;
    width: 100%;
    height: 101%;
    border-radius: 30px;
    top: 0px;
    left: calc(100% - 12px);
    display: block;
    transition: 0.5s;
    z-index: -1;
    background: #ffc924;
}

.callbak-form-wrap {
    display: flex;
    align-items: center;
}

.input-btn:hover:before {
    left: 0px;
    border-radius: 5px;
}

.input-btn:hover input {
    color: black;
}

.modal-backdrop.show {
    opacity: 0.6;
}

.valueable-client {
    padding: 20px 0px;
    position: relative;
    border-bottom: 1px solid #eeeeee;
}

.valueable-client .item {
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.valueable-client .item img {
    display: inline-block;
    height: 80px;
    filter: grayscale(1);
    transition: 0.5s;
}

.valueable-client .item img:hover {
    filter: none;
}

.valuable-slider.slick-initialized.slick-slider {}

.valuable-slider .slick-arrow {
    position: absolute;
    width: 40px;
    height: 40px;
    background: #ffc924;
    color: black;
    font-size: 30px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    outline: none;
    top: 50%;
    transform: translateY(-50%);
}

.valuable-slider .slick-arrow.slick-prev {
    left: 0px;
}

.valuable-slider .slick-arrow.slick-next {
    right: 0px;
}

.valueable-client h2 {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 0px;
}

.valueable-client::before {
    content: "";
    position: absolute;
    width: 34%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #eeeeee;
    clip-path: polygon(0 0, 100% 0, 86% 100%, 0% 100%);
}

.valueable-client h2 span {
    display: block;
    color: #ffc924;
}

.valueable-client .row {
    align-items: center;
}

.valuable-slider {
    padding: 0px 30px;
}

img {
    max-width: 100%;
}

.primary-heading {
    font-size: 45px;
    font-weight: 700;
    color: black;
}

.primary-heading span {
    color: #ffc924;
}

.main-head {
    margin-bottom: 50px;
}

.main-head p {
    font-size: 18px;
    font-weight: 500;
    color: black;
}

.our-digital-marketing-section .content {
    padding: 70px 0px;
}

.deliverable-service-box {
    padding: 30px;
    background: white;
    border: 1px solid #efefef;
    margin-bottom: 30px;
    box-shadow: 0px 0px 28px 0px #f4f4f4;
    border-radius: 5px;
}

.deliverable-service-box i {
    font-size: 50px;
    color: #ffc72a;
    margin-bottom: 13px;
}

.deliverable-service-box h3 {
    font-size: 24px;
    font-weight: 700;
    color: black;
    min-height:60px;
}

.deliverable-service-box p {
    color: black;
    font-size: 14px;
}

.d-img {
    position: sticky;
    top: 60px;
}

.price-header {
    text-align: center;
    background: #ffc924;
    color: black;
    padding: 15px;
    margin-bottom: 20px;
}

.price-header h3 {
    margin-bottom: 0px;
    font-size: 24px;
    font-weight: 700;
}
section.top-leading-industry ul {list-style: none;padding-left: 0px;}

section.top-leading-industry ul li {margin-bottom: 9px;font-size: 16px;}

section.top-leading-industry ul li:before {content: "-";font-size: 30px;color: #fdc52a;line-height: 0px;display: inline-block;margin-right: 10px;position: relative;top: 5px;}
.price-body {
    padding: 15px;
}
input {
    font-family: 'Poppins';
}
.industry-item {
    line-height: 20px;
}
.price-body ul {
    padding-left: 0px;
    list-style: none;
    margin-top: 30px;
    height: 200px;
    overflow: auto;
}

.price-body ul::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.price-body ul::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.price-body ul::-webkit-scrollbar-thumb {
    background: #ffc924;
}

/* Handle on hover */
.price-body ul::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.price-body ul li {
    display: flex;
    margin-bottom: 6px;
    font-size: 14px;
    color: black;
}

.price-body ul li::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #ffc924;
    border-radius: 100%;
    margin-right: 10px;
    flex: 0 0 6px;
    position: relative;
    top: 8px;
}

.price-body .an-theme-btn {
    width: 100%;
    margin: 0px;
    margin-top: 20px;
}

.price-body p {
    font-size: 13px;
}

section.pricing-section {
    padding: 70px 0px;
    background: #f0f0f0;
    margin-top: 70px;
    position: relative;
}

.pricing-box {
    box-shadow: 0px 0px 28px 0px #00000008;
    background: white;
}

section.pricing-section::before {
    content: "";
    position: absolute;
    width: 200px;
    height: 100%;
    background: #ffc924;
    top: 0px;
    left: 0px;
}

section.like-us {
    padding: 70px 0px;
}

.like-us-box {
    position: relative;
    padding: 15px;
    transition: 0.5s;
}

.like-us-box img {
    height: 60px;
    margin-bottom: 30px;
}

.like-us-box h4 {
    font-size: 16px;
    font-weight: 600;
}

.like-us-box::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    background: #ffc924;
    bottom: 0px;
    left: 0px;
    transition: 0.5s;
    z-index: -1;
}

.like-us-box:hover:before {
    height: 100%;
}

.like-us-box:hover {
    color: white;
}

.like-us-box:hover img{
    filter: brightness(0);
}

section.valueable-client.awards-section .item img {
    max-height: 50px;
    width: auto;
    max-width: 80%;
    object-fit: contain;
}
.side-bar a {
    color: white!important;
}
.popup-form .wpcf7 {position: relative;}

.popup-form .wpcf7 .wpcf7-response-output {bottom: -60px!important;}

div#get_a_quote .modal-body {padding-bottom: 70px;}
section.valueable-client.awards-section {
    background: #eeeeee;
}

section.valueable-client.awards-section .row>div:nth-child(1) {
    position: relative;
    border-right: 1px solid #b4b3b1;
}

.customer-count-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.customer-count-item {
    flex: 0 0 230px;
    height: 230px;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #fefefe;
    margin: 10px;
    border-radius: 100%;
    padding: 20px;
    border: 1px solid #f3f3f3;
    box-shadow: 0px 0px 40px 0px #0000000a;
    transition: 0.5s;
}

section.top-leading-industry {
    padding: 70px 0px;
}

section.top-leading-industry .main-head {
    margin-bottom: 10px;
}

section.top-leading-industry p {
    font-size: 14px;
}

.customer-count-item h3 {
    font-size: 40px;
    font-weight: 700;
    color: #ffc924;
margin-bottom: 0px;}

.customer-count-item h5 {
    font-size: 14px;
    font-weight: 600;
    color: black;
margin-bottom: 0px;font-family: 'Poppins';}

.top-leading-industry .customer-count-item p {
    font-size: 12px;
    color: #a4a4a4;
}

.customer-count-wrapper .customer-count-item:nth-child(3) {
    flex: 0 0 180px;
    height: 180px;
    position: relative;
    top: 140px;
}

.customer-count-wrapper .customer-count-item:nth-child(5) {
    flex: 0 0 200px;
    height: 200px;
    position: relative;
    top: 0px;
}

.customer-count-wrapper .customer-count-item:nth-child(2) {
    flex: 0 0 200px;
    height: 200px;
    position: relative;
    top: 30px;
}

section.top-leading-industry .row {
    align-items: center;
}

.customer-count-item.active {
    background: #ffc924;
}

.customer-count-item.active h3,
.customer-count-item.active p {
    color: white;
}

.industry-icon {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1060px;
    margin: auto;
}

.industry-item {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    width: 180px;
    height: 180px;
    border: 1px solid #eaeaea;
    text-align: center;
    padding: 10px;
    padding-top: 40px;
    font-weight: 600;
    font-size: 15px;
    transition: 0.5s;
    background: #f4f4f4;
}

.industry-item img {
    margin-bottom: 10px;
}

.industry-we-work {
    padding: 70px 0px;
    background-image: url(../img/pattren.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.industry-item:hover {
    background: #fff;
    box-shadow: 0 0 81px rgb(0 0 0 / 15%);
}

.item {
    height: auto;
}

.case-study-section {
    padding: 70px 0px;
}

.case-study-main-slider {
    position: relative;
    border: 1px solid #efefef;
    padding: 20px 20px;
}

.case-study-main-slider img {
    max-width: 270px;
    margin-bottom: 30px;
}

.case-study-main-slider h3 {
    font-size: 30px;
    font-weight: 700;
    color: #ffc924;
}

.case-study-main-slider p {
    font-size: 14px;
    line-height: 25px;
    color: #434343;
}

.case-study-main-slider .content {
    height: 380px;
    overflow: auto;
    padding-right: 15px;
}
.case-study-main-slider .content ul li {font-size: 15px;color: #000000;}

.case-study-main-slider .content ul li::before {content: "";display: inline-block;width: 5px;height: 5px;background: #ffd03f;border-radius: 100%;margin-right: 7px;position: relative;top: -2px;}

.case-study-main-slider .content p {color: black;margin-bottom: 10px;}
.case-stats {
    display: flex;
    justify-content: space-around;
    background: #ffc924;
    margin-top: 30px;
    text-align: center;
    padding: 15px;
}

.case-stats h5 {
    margin-bottom: 0px;
    font-size: 30px;
    font-weight: 600;
    color: white;
}

.case-stats p {
    margin-bottom: 0px;
    font-weight: 600;
    color: black;
    font-size:12px;
}

.case-study-main-slider .content::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.case-study-main-slider .content::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.case-study-main-slider .content::-webkit-scrollbar-thumb {
    background: #ffc924;
}

/* Handle on hover */
.case-study-main-slider .content::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.case-study-thum-slider .item {
    padding: 7px;
}

.case-study-thum-slider .item>div {
    background: #ffd03f;
    padding: 15px;
    border-radius: 5px;
    cursor:pointer;
}
.case-study-thum-slider .item>div h3 {
    font-size: 19px;
    font-weight: 800;
    color: black;
}
.case-study-thum-slider .item img {
    width: 120px;
    margin-bottom: 20px;
}

.case-study-thum-slider .item p {
    font-size: 13px;
    font-weight: 500;
    color: black;
}

.case-study-thum-slider ul.slick-dots {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
    margin-top: 30px;
}

.case-study-thum-slider ul.slick-dots li {
    display: inline-block;
    margin: 2px;
}

.case-study-thum-slider ul.slick-dots li button {
    width: 30px;
    height: 8px;
    overflow: hidden;
    color: transparent;
    background: black;
    border: 1px solid black;
}

.case-study-thum-slider ul.slick-dots li.slick-active button {
    background: #ffd03f;
    border: 1px solid #ffd03f;
}

.case-study-main-slider::before {
    content: "";
    position: absolute;
    width: 0%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #ffd03f;
    z-index: 1;
    transition: 0.5s;
}

.case-study-main-slider.cs-animate::before {
    width: 100%;

}

.location-section {
    padding: 70px 0px;
    background: url(../img/map.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.loaction-item {
    padding: 20px;
    border: 1px solid #ebebeb;
    background: white;
    box-shadow: 0px 0px 26px 0px #0000000d;
    min-height: 265px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    background-position: -20px 0px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    transition: 0.5s;
    border-radius: 5px;
        margin-bottom: 20px;
}

.loaction-item h3 {
    font-weight: 700;
    font-size: 20px;
}

.loaction-item p {
    font-size: 14px;
    font-weight: 600;
}

.loaction-item a {
    font-weight: 700;
    color: #ffc924;
    font-size: 14px;
    text-decoration: none;
}

.loaction-item.uae {
    background-image: url(../img/uae.png);
}

.loaction-item.oman {
    background-image: url(../img/oman.png);
}

.loaction-item.usa {
    background-image: url(../img/usa.png);
}

.loaction-item.pakistan {
    background-image: url(../img/pak.png);
}

.loaction-item {
    z-index: 1;
    overflow: hidden;
}

.loaction-item img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: -100%;
    top: 0px;
    z-index: -1;
    transition: 0.5s;
    opacity: 0;
        object-fit: cover;
}

.loaction-item:hover img {
    opacity: 0.5;
    left: 0%;
}

.loaction-item:hover {
    background: black;
    color: white;
}

footer {
    background: #ffc924;
    font-size: 13px;
    font-weight: 500;
    color: black;
    padding: 10px 0px;
}

footer p {
 margin-bottom: 0px;
    font-size: 10px;
    font-weight: 500;
    color: #585858;
}
section.privacy-term-content-wrapper h2 {font-size: 20px;font-weight: 800;color: black;}

section.privacy-term-content-wrapper h3 {font-size: 16px;font-weight: 700;}

section.privacy-term-content-wrapper p {font-size: 15px;}
footer .row>div:nth-child(2) {
    text-align: right;
}

footer ul {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
}

footer ul li {
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    color: black;
}

footer ul li a {
    color: black;
    text-decoration: none !important;
}

footer .row {
    align-items: flex-end;
}

footer ul li a:hover {
    color: white;
}

.particles-js-canvas-el {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}

.an-banner {
    position: relative;
}

header {
    z-index: 111;
}

div#get_a_quote {}

div#get_a_quote .modal-body {
    background: #ffc924;
}

div#get_a_quote .modal-body h2 {
    font-size: 24px;
    font-weight: 700;
    color: black;
    margin-bottom: 20px;
z-index: 1;position: relative;font-size: 40px;}

div#get_a_quote .modal-body h2 span {
    color: white;
}

div#get_a_quote .modal-body .form-control {
    min-height: 46px;
    font-size: 14px;
    margin-bottom: 10px;
    border: none;
padding: 10px;}

div#get_a_quote .modal-body textarea.form-control {
    height: 70px;
}

div#get_a_quote .modal-content {
    border: none;
    border-radius: 10px;
    position: relative;
}

div#get_a_quote img {
    width: 600px;
    position: absolute;
    max-width: initial;
    left: 0px;
    bottom: auto;
top: -70px;}
.price-body p {
    min-height: 90px;
}
div#get_a_quote .modal-body {
    border-radius: 10px;
    position: relative;
}

div#get_a_quote .close {
    position: absolute;
    opacity: 1;
    color: white;
    width: 40px;
    height: 40px;
    background: black;
    top: -40px;
    right: 10px;
z-index: 11;}

div#get_a_quote .modal-body::before {
    content: "";
    position: absolute;
    width: 4%;
    height: 100%;
    top: 0px;
    left: 0px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.deliverable-service-box:hover, .pricing-box:hover {transform: translateY(-15px);box-shadow: 0px 71px 65px -68px #999999;}

.deliverable-service-box, .pricing-box {transition: 0.5s;}
body {
    overflow: visible!important;
}
input[type=submit] {padding: 0px!important;background: transparent!important;font-size: initial;}

input[type=submit]:hover {background: transparent!important;}
.case-study-thum-slider ul.slick-dots li button {
    padding: 0px;
}
header.sticky_header {position: fixed;background: #ffc924;box-shadow: 0px 5px 35px 0px hsl(0deg 0% 0% / 22%);top: 0px;left: 0px;     animation: header 0.5s linear;
    animation-fill-mode: forwards;}

header.sticky_header .navbar {padding: 0px 10px;}

header.sticky_header .navbar img {width: 200px;}
@keyframes header{
 0%{
     opacity:0;
     top:-150px
 }
100%{
     opacity:1;
     top:0px
 }
}
.form-control {width: 100%!important;max-width: 100%!important;margin: 0px!important;}

.an-banner .banner-form .form-control {width: 100%!important;max-width: 100%!important;margin-right: 0px;border-radius: 5px;margin-bottom: 20px!important;min-height: 55px;}

.banner-form {}

.banner-form p {width: 100%;max-width: 100%;}

.an-banner .banner-form .form-control.wpcf7-phonetext {margin-bottom: 0px!important;}

.intl-tel-input.allow-dropdown {width: 100%!important;background-color: white!important;}

.an-banner .banner-form textarea.form-control {height: 100px;}

.input-btn {max-width: 200px;}

span.wpcf7-spinner {position: absolute;right: -23px;top: 13px;z-index: 1;}
.intl-tel-input.allow-dropdown {margin-bottom: 15px!important;}
.intl-tel-input.allow-dropdown {margin-bottom: 15px!important;}

span.wpcf7-form-control-wrap.textarea-92 {}

.banner-form .input-btn {background: #ffc924!important;color: black!important;}

.banner-form .input-btn::before {background: black;}

.banner-form .input-btn input {color: black!important;}

.banner-form .input-btn:hover input {color: white!important;}
input.wpcf7-form-control.wpcf7-text.wpcf7-phonetext.wpcf7-validates-as-required.form-control {width: 100%!important;max-width: 100%;border-radius: 5px;}

.intl-tel-input {border-radius: 5px;}
.callbak-form-wrap .intl-tel-input.allow-dropdown {
    margin-bottom: 0px!important;
}
.popup-form {}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.form-control {}

.popup-form .form-control {width: 100%!important;margin-bottom: 15px!important;border-radius: 5px!important;}

.wpcf7 input[type=text], input[type=email] {width: 100%!important;}
span.wpcf7-not-valid-tip {display: none!important;}

.form-control.wpcf7-not-valid {border: 3px solid red!important;}

.wpcf7-response-output {background: #ffc924;}
.side-bar a {height: 60px;display: flex;align-items: center;font-size: 16px;width: 200px;justify-content: flex-start;font-weight: 700;background: black;}

.side-bar a span {display: block;font-size: 14px;font-weight: 600;color: #fdc52a;}

.side-bar a:hover {left: -160px;}

.side-bar a i {height: 60px;background: #fdc52a;width: 40px;line-height: 60px;text-align: center;color: black;border: 1px solid black;border-right: none;margin-right: 10px;}
section#why_us, section#services, section#case_study, section#contact_us {
    scroll-margin-top: 100px;
}
.an-banner .an-theme-btn.light {
    display: inline-flex;
}
a{
    text-decoration:none!important;
}
.other-services-section {padding: 70px 0px;/* background: linear-gradient(45deg, #fdc52a, #ffb100); */background: #f4f4f4;}

.other-services-section .primary-heading {color: black;}

.other-services-section .primary-heading span {color: #ffc924;}

.other-services-section .main-head {max-width: 800px;margin: auto;margin-bottom: 50px;}

.other-services-section .item {padding: 10px 0px;}

.other-services-section .item>div {background: white;min-height: 310px;padding: 30px 15px;color: black;text-align: center;position: relative;padding-bottom: 70px;box-shadow: 0px 0px 35px 0px #b5b5b566;}

.other-services-section .item>div h3 {font-size: 23px;font-weight: 700;color: #feb70e;margin-bottom: 15px;}

.other-services-section .item>div::before {content: "";position: absolute;width: 100%;height: 40px;border-top: 10px solid #ffc924;border-right: 10px solid #ffc924;left: 0px;top: 0px;}

button.an-theme-btn.dark {}

.other-services-section .item>div .an-theme-btn {position: absolute;width: 90%;left: 5%;bottom: 10px;margin: 0px;}

.other-services-section .item>div .an-theme-btn::before {}

.other-services-section .item>div .an-theme-btn:hover {}

.other-services-section .item>div .an-theme-btn span {background: black;}

.other-services-section .item>div .an-theme-btn span::before {background: black;}

.other-services-section .item>div p {font-size: 14px;font-weight: 500;}

.other-services-section .slick-arrow {position: absolute;width: 40px;height: 40px;background: black;display: flex;color: white;font-size: 30px;align-items: center;justify-content: center;top: 50%;transform: translateY(-50%);left: -30px;z-index: 1;}

.other-services-section .slick-arrow.slick-next {right: -30px;left: auto;}
.banner-form {
    height: 100%;
}
.deliverable-service-box ul {
    font-size: 14px;
    padding-left: 0px;
    list-style: none;
    margin-bottom: 0px;
}

.deliverable-service-box p {
    margin-bottom: 10px;
}

.deliverable-service-box ul li {
    color: black;
    margin-bottom: 5px;
    display: flex;
}

.deliverable-service-box ul li::before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #ffc924;
    border-radius: 100%;
    flex: 0 0 5px;
    margin-right: 7px;
    position: relative;
    top: 9px;
}

.inner-scroll-able {
    height: 170px;
    overflow: auto;
}

.inner-scroll-able::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.inner-scroll-able::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.inner-scroll-able::-webkit-scrollbar-thumb {
    background: #ffc924;
}

/* Handle on hover */
.inner-scroll-able::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.an-banner .patner-img {
    width: auto;
    max-width: 100%;
    transition: 0.5s;
    margin-right: 10px;
    filter: grayscale(1);
}

.an-banner .patner-img:hover {
    filter: none;
}

.an-banner figure {
    display: flex;
    gap: 10px;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    background: #46b450;
    color: white!important;
}
.deliverable-service-box img {height: 60px;margin-bottom: 10px;}
.wpcf7 form.invalid .wpcf7-response-output {
    display: none!important;
}
.other-services-slider.row>div{animation: service 6s linear infinite;animation-delay:3s}
.other-services-slider.row>div:nth-child(even) {transform: translateY(30px);animation: service 6s linear infinite;}
@keyframes service{
0%{transform:translateY(0px)}
50%{transform:translateY(30px)}
100%{transform:translateY(0px)}
}
.wpcf7 form.sent .wpcf7-response-output {position: absolute;width: 100%;margin: 0px;bottom: -21px;font-size: 14px;}

.banner-form {position: relative;}

div#wpcf7-f2677-o1 {position: relative;}
section.content-banner {min-height: 300px;display: flex;align-items: center;justify-content: center;background: #fdc52a;padding-top: 80px;}

section.content-banner h1 {font-size: 50px;font-weight: 600;color: black;}

.inner-content {padding: 70px 0px;}

.inner-content ol {padding-left: 14px;margin-left:0px;}

section.content-banner h1 {font-size: 34px;}

.inner-content {padding: 40px 20px;}
table {
    margin-bottom: 20px;
    width: 100%;
}
div#ht-ctc-chat {
    display: none!important;
}
body.customize-support {
    padding-right: 0px!important;
}
ul {margin-left: 0px;}
.deliverable-service-box ul li::before {top: 15px;}
.inner-scroll-able {
    height: 200px;
}
div#wa {
    display: none!important;
}
a:visited {
    color: #000000;
}
.side-bar a span {line-height: 10px;}

.side-bar a div {padding-top: 10px;}
body {
    font-weight: 500;
    color: black;
}
.an-theme-btn, a, .callback {
    font-family: 'Poppins', sans-serif;
    line-height: initial;
}
.loaction-item:hover h3 {
    color: white!important;
}
div#callback_popup .callback_header h3 {
    color: white;
}
.callback_body .wpcf7-response-output {
    font-size: 12px!important;
    bottom: -28px!important;
    position: absolute;
    padding: 0px 5!important;
    width: auto!important;
}
section.privacy-term-content-wrapper {
    font-size: 16px;
}
.case-study-thum-slider .item ul li {font-size: 13px;margin-bottom: 0px;line-height: 33px;}

.case-study-thum-slider .item ul {padding-left: 10px;}
.industry-icon {
    max-width: 100%;
}
.industry-item {
    font-size: 12px;
    line-height: 20px;
}
.an-banner h1 b {
    font-weight: 700;
    font-size: 30px;
    display: block;
    line-height: initial;
    margin-top: 18px;
    margin-bottom: 3px;
}
.an-banner p {
    font-size: 14px;
    margin-top: 10px;
}

.an-banner {
    padding-bottom: 40px;
}
.case-stude-slider .item {
    padding: 10px;
    position: relative;
     overflow: hidden;
}
.case-stude-slider .item img{
    transition: 0.5s
}
.case-stude-slider .item:hover a{
    opacity:1;
}
.case-stude-slider .item a {
    position: absolute;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    top: 10px;
    left: 10px;
    background: #000000ab;
    z-index: 1;
     opacity: 0; 
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 20px;
}

.case-stude-slider .item a::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    top: 10px;
    right: 10px;
    border-top: 5px solid white;
    border-right: 5px solid white;
    opacity: 0.5;
}
.case-stude-slider .item a::after {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    bottom: 10px;
    left: 10px;
    border-bottom: 5px solid white;
    border-left: 5px solid white;
    opacity: 0.5;
}
.case-stude-slider .item:hover img{
    transform:scale(1.2) 
}
.modal.case-study h3 {
    font-size: 30px;
    font-weight: 700;
    color: #ffc924;
    margin-bottom: 10px;
}

.modal.case-study p {
    font-size: 14px;
}
.modal.case-study h3 {
    font-size: 30px;
    font-weight: 700;
    color: #ffc924;
    margin-bottom: 10px;
}

.modal.case-study p {
    font-size: 14px;
}
.counter-wrapper {
    display: flex;
    justify-content: space-between;
    text-align: center;
    padding: 15px;
    background: #ffc924;
    color: white;
}

.counter-wrapper p {
    margin-bottom: 0px;
}

.counter-wrapper .item span {
    font-size: 40px;
}

.counter-wrapper .item span b {
    color: white;
}

.modal.case-study h5 {font-family: 'Poppins';font-weight: 700;}


.scroll-able-content {
    height: calc(100vh - 240px);
    overflow: auto;
    margin-bottom: 10px;
    padding-right: 10px;
}

.scroll-able-content::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.scroll-able-content::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
.scroll-able-content::-webkit-scrollbar-thumb {
  background: #ffc924; 
}

/* Handle on hover */
.scroll-able-content::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
.popup-text {
    position: absolute;
    width: 100%;
    height: 100%;
    background: white;
    top: 100%;
    left: 0px;
    text-align: left;
    padding: 15px;
    border: 1px solid #e5e5e5;
    z-index: 11;
    transition: 0.5s;
}

.popup-text .p-head {
    font-size: 25px;
    font-weight: 600;
}

.popup-text h3 {
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 10px;
}

.scroll-able {
    margin: 10px 0px;
    height: calc(100% - 135px);
    padding-right: 5px;
    overflow: auto;
}

.popup-text p {
    font-size: 14px;
}

.counter-wrapper {
    padding: 5px;
    text-align: center;
}

.counter-wrapper .item span {
    font-size: 25px;
    line-height: 25px;
}
.case-stude-slider .item.active .popup-text {
    top: 0px;
}
.counter-wrapper .item {
    min-width: 100px;
}
.popup-text .p-head .close {
    font-size: 11px;
    font-weight: 500;
    font-family: 'Poppins';
}
@media (max-width:1450px){
    .custom-container {
    max-width: 100%;
    padding: 0px 50px;
}
.case-study-thum-slider .slick-list.draggable {
    max-height: 300px;
}
.case-study-thum-slider .item>div {
    min-height: 280px;
}
.case-study-main-slider .content {
    height: 450px;
}
.top-nav .container-fluid { max-width: 100%;
    padding: 0px 50px;}

.navbar-expand-lg .container-fluid { max-width: 100%;
    padding: 0px 40px;}
.loaction-item:hover h3 {
    color: white;
}
.banner-form .wpcf7 .wpcf7-response-output {
    bottom: -60px!important;
}
header .navbar {
    padding: 0px 10px;
}
.navbar-expand-lg .navbar-nav .nav-link {padding: 9px;}

.an-banner h1 {font-size: 30px;}

.an-banner h1 div span {font-size: 30px;}
.price-header h3 {font-size: 20px;}

.price-header {margin-bottom: 0px;}
.customer-count-item {flex: 0 0 210px;
    height: 210px;}

.customer-count-wrapper .customer-count-item:nth-child(2) {top: 10px;}

.customer-count-wrapper .customer-count-item:nth-child(3) {top: 120px;}
.like-us-box h4 {
    font-size: 18px;
}
.other-services-section .item>div h3 {
    font-size: 20px;
}
}

@media (max-width: 1250px){
    .wpcf7 form.sent .wpcf7-response-output {padding: 4px;font-size: 12px;}
    .customer-count-item {width: 48%;flex: 0 0 48%!important;margin: 1%;top: 0px!important;border-radius: 5px;height: auto!important;}
.like-us-box h4 {
    font-size: 15px;
}
.customer-count-wrapper {justify-content: center;}
.custom-container {
    max-width: 980px;
    padding:0px 15px;
}
section.pricing-section .row>div {padding: 0px 5px;}

.price-header {padding: 10px;}

.price-header h3 {font-size: 18px;}
.an-banner h1 div span {
    font-size: 25px;
}
.an-banner h1 {
    font-size: 20px;
}
.an-banner h1 b {
    font-size: 18px;
    margin-top: 0px;
}
.banner-form h2 {
    font-size: 24px;
}
.navbar-expand-lg .container-fluid {
    max-width: 980px;
     padding:0px 15px;
}
.navbar-brand img {
    width: 190px;
}
header .an-theme-btn {
    font-size: 12px;
}
.top-nav .container-fluid {
    max-width: 980px;
     padding:0px 15px;
}
.an-banner p {
    max-width: 100%;
    font-size: 15px;
}
.valueable-client h2 {font-size: 25px;}

.valueable-client .item img {max-width: 100%;height: auto;}

.valueable-client .item {height: 100px;display: inline-flex;align-items: center;justify-content: center;padding: 10px;}

.navbar-expand-lg .navbar-nav .nav-link {font-size: 14px;padding: 5px;}

header .an-theme-btn {font-size: 12px;}
.valueable-client::before {display: none;}

.valueable-client h2 {text-align: center;margin-bottom: 20px;}

.valueable-client h2 span {display: inline-block;}

.deliverable-service-box h3 {font-size: 18px;}

.deliverable-service-box {padding: 15px;}

.deliverable-service-box p {font-size: 13px;}

.primary-heading {font-size: 35px;}

.main-head p {font-size: 16px;}

.our-digital-marketing-section .content {padding: 40px 0px;}

.main-head {margin-bottom: 30px;}
}
@media (max-width: 992px){
.navbar-toggler {background: black!important;    color: white!important;
    font-size: 25px;
    width: 50px;
    height: 50px;}
    header {
    background: #ffc924;
}
.an-banner .row>div:nth-child(1) {
    order: 1;
}

.an-banner .row>div:nth-child(2) {
    order: 3;
}

.an-banner .row>div:nth-child(3) {
    order: 2;
}
.counter-wrapper .item {
    min-width: 70px;
}
section.top-leading-industry ul li {display: inline-block;}
.other-services-slider.row>div {animation: none!important;transform: translateY(0px)!important;margin-bottom: 20px;}
section.top-leading-industry ul li::after {display: none;}

section.top-leading-industry ul li::before {content: "";content: "-";
    font-size: 30px;
    color: #fdc52a;
    line-height: 0px;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: 5px;}
header {
    background: #ffc924;
}

.navbar-expand-lg .navbar-nav .nav-link {
    color: black!important;
    font-size: 17px;
    padding: 7px;
    display: inline-block;
    width: auto;
}

.navbar-nav {
    justify-content: center;
    text-align: center;
}


.navbar-expand-lg .navbar-nav .nav-item {
    width: auto;
}

.navbar-expand-lg .navbar-nav .nav-link:hover {
    border-bottom: 2px solid black!important;
}

.navbar-expand-lg .navbar-nav .nav-link::before, .navbar-expand-lg .navbar-nav .nav-link::after {
    display: none;
}

#navbarSupportedContent .form-inline {
    justify-content: center;
}



    section.pricing-section::before {display: none;}
section.top-leading-industry .row {flex-direction: column-reverse;}

section.top-leading-industry .content {text-align: center;margin-bottom: 30px;}

section.top-leading-industry {padding: 40px 0px;}
section.pricing-section .row>div {padding: 0px  15px;}
.pricing-box:hover {
    transform: translateY(0px);
}
.pricing-box {
    margin-bottom: 20px;
}
.side-bar {transform: translateY(0px);top: auto;bottom: 0px;width: 100%;background: black;display: flex;justify-content: center;align-items: center;gap: 10px;}

.side-bar a div {display: none;}

.side-bar a i {width: 40px;height: 40px;line-height: 40px;margin: 0px;border: none;}

.callback {transform: rotate(0deg);position: relative;top: 0px;left: 0px;border: none;margin-bottom: 0px;}

.side-bar a {width: auto;left: 0px!important;margin-bottom: 0px;box-shadow: none;}    
    .an-banner {text-align: center;}
.an-banner .patner-img {display: block;margin: auto;margin-top: 10px;margin-bottom: 15px;}
.banner-form {margin: auto;}
div#particles-js {display: none;}

.an-banner h1 {font-size: 32px;}
.d-img {
    display: none;
}
section.pricing-section {margin-top: 0px;padding: 40px 0px;}
.other-services-section {
    padding: 40px 0px;
}
.case-study-section .row {flex-direction: column-reverse;}

.case-study-section .case-study-main-slider {margin-top: 40px;}
section#contact_us {
    padding: 40px 0px;
}
.loaction-item {
    margin-bottom: 30px;
}
body {margin-bottom: 50px;}

footer p {text-align: center;}

footer ul {text-align: center;margin-top: 10px;border-top: 1px solid black;padding-top: 5px;}
footer .row>div:nth-child(2) {
    text-align: center;
}
div#get_a_quote img {display: none;}

div#get_a_quote .modal-body h2 {font-size: 27px;}
header {
    border-bottom: 1px solid black;
    box-shadow: 0px 0px 20px 0px hwb(0deg 0% 100% / 52%);
}
}
@media (max-width: 767px){
    .other-services-section .item>div {
    min-height: auto;
}
.inner-scroll-able {
    height: auto;
    max-height: 170px;
}
.price-body p {
    min-height: auto;
}
.top-nav {display: none;}

header.sticky_header .navbar {padding: 10px;}

div#navbarSupportedContent .an-theme-btn.light {background: #ffc72a!important;}

div#navbarSupportedContent .an-theme-btn {width: auto!important;font-size: 10px;margin: 2px;padding: 10px 15px;}
.an-banner {padding-top: 90px;}
.an-banner .banner-form .form-control {
    font-size: 11px;
}
.banner-form {
    padding: 15px;
    padding-bottom:30px
}
.banner-form h2 {
    font-size: 19px;
}


}
@media (max-width: 575px){
    .banner-form {padding: 15px;padding-bottom:30px;}
.primary-heading {
    font-size: 27px;
}
section.content-banner {min-height: 200px;padding-top: 20px;text-align: center;}

section#why_us, section#services, section#case_study, section#contact_us {
    scroll-margin-top: 70px;
}
.customer-count-item {flex: 0 0 98%!important;}
.customer-count-item.active {background: #ffc925;}
.industry-item {
    width: 50%;
}
.an-banner {padding-bottom: 40px;}
.case-study-main-slider img {max-width: 240px;}

.case-study-main-slider .case-stats {flex-wrap: wrap;}

.case-study-main-slider .case-stats>div {padding: 10px;border: 1px solid black;margin: 10px;width: 200px;}
.callbak-form-wrap {flex-direction: column;}
.callbak-form-wrap .input-btn {max-width: 100%;margin-left: 0px;margin-top: 10px;}
.an-banner .patner-img {width: 86px;margin: 0px;margin-top: 20px;margin-bottom: 20px;}

.an-banner figure {justify-content: center;}
.side-bar {
    justify-content: flex-start;
    padding-left: 10px;
}
.wpcf7 form.sent .wpcf7-response-output {
    padding: 4px;
    font-size: 10px;
}
.wpcf7 form.sent .wpcf7-response-output {
    font-size: 10px!important;
}
section.privacy-term-content-wrapper {
    font-size: 14px;
}
}
div#get_a_quote .modal-body .form-control.wpcf7-text.wpcf7-phonetext {padding-left: 50px;}
@media (max-width: 400px){
    .an-banner .an-theme-btn {width: 100%;margin-bottom: 10px;text-align:center;}
    .an-banner .an-theme-btn.light {
    display: inline-flex;
    justify-content: center;
}
.an-theme-btn {
    width: 100%;
    margin-bottom: 10px;
}
div#navbarSupportedContent .an-theme-btn {
    margin-bottom: 10px;
}
.industry-item {
    width: 100%;
}
}
.other-services-section .item>div {
    box-shadow: none;
}
.other-services-slider.row>div {
    animation: none;
}
.other-services-slider .slick-slide {
    height: auto;
}
@media (max-width:991px){
    .other-services-slider .slick-slide {
    height: auto;
}

.other-services-slider .slick-arrow {
    left: 0px;
    font-size: 20px;
    height: 30px;
    width: 20px;
}

.other-services-slider .slick-arrow.slick-next {
    left: auto;
    right: 0px;
}
}
@media (max-width: 767px){
    .other-services-section .item>div h3 {
    font-size: 14px;
    margin-bottom: 5px;
}

.other-services-section .item>div p {
    font-size: 12px;
    margin-bottom: 5px;
}

.other-services-section .item>div {
    padding: 10px;
    padding-bottom: 60px;
}
}
@media (max-width: 575px){
    .an-banner h1 {
    font-size: 18px;
}

.an-banner h1 b {
    display: none;
}

.an-banner h1 div {
    display: none;
}

.an-banner ul {
    display: none;
}

.an-banner .an-theme-btn {
    display: none;
}

.an-banner .an-theme-btn.light {
    display: none;
}

.an-banner figure {
    display: none;
}

.an-banner p {
    display: none;
}

.an-banner form p {
    display: block;
}

.banner-form h2 br {display: none;}

.banner-form {
    border: none;
    background: hsl(0deg 0% 0% / 85%);
}

.an-banner .banner-form .form-control {
    margin-bottom: 7px!important;
    min-height: 40px;
}

.banner-form .input-btn input {
    height: 40px;
    font-size: 13px;
    font-weight: 600;
}

.banner-form h2 {
    font-size: 16px;
    margin-bottom: 10px;
}

.valueable-client h2 {
    margin-bottom: 0px;
}

.valueable-client {
    padding-bottom: 0px;
}

.our-digital-marketing-section .content {
    padding-top: 20px;
}

.primary-heading {
    font-size: 22px;
    margin-bottom: 10px;
}

p {}

.main-head p {
    font-size: 12px;
    margin-bottom: 10px;
}

.main-head {
    margin-bottom: 15px;
}

.deliverable-service-box {
    padding: 10px;
    margin-bottom: 2px;
}

.deliverable-service-box img {
    display: none;
}

.deliverable-service-box h3 br {
    display: none;
    font-size: 14px;
}

.deliverable-service-box h3 {
    font-size: 13px;
    min-height: auto;
    margin-bottom: 0px;
}

.deliverable-service-box p {
    font-size: 12px;
}

.inner-scroll-able {
    display: none;
}

.deliverable-service-box h3:before {}

.deliverable-service-box h3:before {
    content: "\f107";
    position: absolute;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    right: 0px;
    top: 0px;
}

.an-theme-btn {
    font-size: 13px;
    height: 40px;
}

.our-digital-marketing-section .content {
    padding-bottom: 10px;
}

.deliverable-service-box:hover {
    transform: none;
}

.deliverable-service-box h3 {}

.deliverable-service-box.active {}

b {}

.deliverable-service-box.active .inner-scroll-able {
    display: block;
}

.inner-scroll-able {
    margin-top: 10px;
}

.deliverable-service-box ul li {
    font-size: 12px;
    line-height: initial;
}

.deliverable-service-box ul li::before {
    top: 7px;
}
.deliverable-service-box h3:before {
    transition: 0.5s;
}
.deliverable-service-box.active h3:before {
    transform: rotate(-180deg);
}
section.pricing-section .row>div {
    max-width: 50%;
    padding: 7px;
}

.price-body {
    padding: 5px;
}

.price-header h3 {
    font-size: 12px;
}

.price-body p {
    font-size: 11px;
    margin-bottom: 10px;
    min-height: 110px;
}

.price-body .an-theme-btn {
    margin-top: 0px;
    font-size: 11px;
    height: 35px;
    padding: 0px;
}

.pricing-box {
    margin-bottom: 0px;
    height: 100%;
}

section.pricing-section {
    padding: 20px 0px;
}
section.like-us .row>div {
    max-width: 50%;
    padding: 0px 7px;
    margin-bottom: 10px;
}

.like-us-box {
    padding: 10px 0px;
    height: 100%;
}

.like-us-box h4 {
    font-size: 12px;
    margin-bottom: 0px;
}

.like-us-box h4 br {
    display: none;
}

.like-us-box img {
    margin-bottom: 10px;
    height: 30px;
    width: auto;
}

section#why_us {
    padding: 20px 0px;
}

section.top-leading-industry p {
    font-size: 12px;
    margin-bottom: 10px;
}

section.top-leading-industry ul li {
    font-size: 12px;
    line-height: initial;
}

.customer-count-item {
    max-width: 48%;
    padding: 10px;
    justify-content: flex-start;
}

.customer-count-item h3 {
    font-size: 20px;
    margin-bottom: 5px;
}

.customer-count-item h5 {
    font-size: 12px;
}

.top-leading-industry .customer-count-item p {
    font-size: 11px;
    line-height: initial;
}
.other-services-section {
    padding: 20px 0px;
}

.other-services-section .main-head {
    margin-bottom: 0px;
}

.other-services-slider .slick-list.draggable {
    margin-bottom: 0px;
}

.industry-we-work {
    padding: 20px 0px;
}

.industry-item img {
    display: none;
}

.industry-item {
    height: auto;
    padding: 0px;
    width: 100%;
    text-align: left;
    font-size: 10px;
    justify-content: flex-start;
    align-items: start;
    font-weight: 500;
    border: none;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.industry-icon {display: block;column-count: 2;}

.price-body p {
    font-size: 10px;
}

header.sticky_header .navbar img {
    max-width: 140px;
}

.navbar-toggler {
    font-size: 20px;
    height: 30px;
    width: 30px;
    padding: 0px;
}

header.sticky_header .navbar {
    padding: 5px;
}

.industry-item::before {
    content: "";
    width: 4px;
    background: black;
    height: 4px;
    border-radius: 100%;
    left: 0px;
    top: 0px;
    display: inline-block;
    position: relative;
    top: -1px;
    margin-right: 2px;
}
section#case_study {
    padding: 20px 0px;
}
section#case_study {
    padding: 20px 0px;
}

.loaction-item p {
    font-size: 12px;
    margin-bottom: 10px;
}

.loaction-item h3 {
    font-size: 16px;
    margin-bottom: 10px;
}

.loaction-item {
    min-height: 250px;
}
.other-services-slider.row>div {
    max-width: 50%;
    padding: 0px 7px;
}

.other-services-section .item>div p {
    font-size: 11px;
}

.other-services-section .item>div {
    padding: 5px;
    padding-bottom: 60px;
    height: 100%;
    min-height: 200px;
}

.other-services-section .item>div .an-theme-btn {
    font-size: 11px;
}
}