html {
    scroll-behavior: smooth
}

h1,
h2,
h3,
h4 {
    font-family: montserrat, sans-serif
}

body {
    font-family: poppins, sans-serif
}

a,
button {
    transition: .5s;
    outline: none !important
}

.top-nav {
    background: #000;
    padding: 10px 0
}

.top-nav ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    text-align: right
}

.top-nav ul li {
    display: inline-block;
    padding: 0 5px
}

.top-nav ul li a {
    font-size: 14px;
    color: #fff;
    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: 0;
    left: 0
}

.navbar-brand img {
    width: 240px
}

.navbar-expand-lg .navbar-nav .nav-link {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    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: 0;
    left: calc(100% - 12px);
    background: wheat;
    transition: .5s;
    z-index: -1
}

.an-theme-btn:hover:before {
    border-radius: 0;
    left: 0;
    top: 0;
    border-radius: 5px
}

.an-theme-btn.dark::before {
    background: #ffc924
}

.an-theme-btn.dark {
    background: #000 !important;
    color: #fff
}

.an-theme-btn.dark:hover {
    color: #000;
    border-color: #000
}

.an-theme-btn.light {
    background: 0 0 !important;
    border-color: #000 !important;
    color: #000 !important
}

.an-theme-btn.light::before {
    background: #000
}

.an-theme-btn.light:hover {
    color: #fff !important
}

button {
    cursor: pointer
}

.navbar-expand-lg .navbar-nav .nav-link::before {
    content: "";
    width: 10px;
    height: 10px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    position: absolute;
    right: 0;
    top: 6px;
    transition: .5s;
    transform: scale(0)
}

.navbar-expand-lg .navbar-nav .nav-link::after {
    content: "";
    width: 10px;
    height: 10px;
    border-bottom: 2px solid #000;
    border-left: 2px solid #000;
    position: absolute;
    bottom: 6px;
    left: 0;
    transition: .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: 27px;
    color: #000
}

.an-banner .row {
    justify-content: space-between
}

.an-banner h1 span {
    font-size: 25px;
    margin-top: 10px;
    margin-bottom: 30px;
    color: #fff;
    text-shadow: 0 0 14px hsl(0deg 0% 0%/37%)
}

.an-banner p {
    font-weight: 500;
    margin-bottom: 22px;
    font-size: 15px;
    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 0 32px 0 hsl(0deg 0% 0%/44%);
    border: 5px solid #fff
}

.banner-form h2 {
    font-size: 33px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 20px
}

.banner-form h2 span {
    color: #ffc924
}

.banner-form .form-control {
    border-radius: 0;
    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: #fff;
    margin-top: 20px
}

.an-banner h1 span {
    border-right: solid #fff 10px;
    animation: cursor 1s ease-in-out infinite
}

.an-banner h1 div {
    margin-bottom: 10px
}

@keyframes cursor {
    from {
        border-color: #fff
    }

    to {
        border-color: transparent
    }
}

.navbar-expand-lg .an-theme-btn {
    margin: 0 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: 0;
    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: #fff;
    width: 150px;
    position: relative;
    left: 0;
    box-shadow: -11px 0 17px 0 #0000003d
}

.side-bar a.phone {
    background: #000
}

.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: #000;
    color: #000 !important;
    font-weight: 600;
    box-shadow: -11px 0 17px 0 #0000003d;
    padding: 0;
    border-bottom: none
}

.callback .blink {
    background: #000
}

.callback .blink::before {
    background: #000
}

span.blink {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 100%;
    margin-right: 6px;
    position: relative
}

span.blink::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    border-radius: 100%;
    animation: 1s dot linear infinite
}

@keyframes dot {
    0% {
        transform: scale(.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: #fff;
    background-color: #000
}

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: 0;
    border: none !important
}

.callback_body {
    max-width: 90%;
    margin: auto;
    background: #fff;
    padding: 20px;
    margin-top: -30px;
    z-index: 1;
    position: relative;
    margin-bottom: 30px;
    border: 1px solid #ababab;
    box-shadow: 0 0 23px 0 #00000024
}

div#callback_popup .modal-content {
    border: none;
    box-shadow: 0 0 40px 0 #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: #fff;
    opacity: 1;
    font-size: 20px;
    position: absolute;
    top: 10px;
    right: 10px;
    background: 0 0
}

.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: #000;
    margin-left: 10px
}

.input-btn input {
    width: 100%;
    height: 50px;
    background: 0 0;
    border: none;
    outline: none;
    color: #fff
}

.input-btn::before {
    content: "";
    content: "";
    position: absolute;
    width: 100%;
    height: 101%;
    border-radius: 30px;
    top: 0;
    left: calc(100% - 12px);
    display: block;
    transition: .5s;
    z-index: -1;
    background: #ffc924
}

.callbak-form-wrap {
    display: flex;
    align-items: center
}

.input-btn:hover:before {
    left: 0;
    border-radius: 5px
}

.input-btn:hover input {
    color: #000
}

.modal-backdrop.show {
    opacity: .6
}

.valueable-client {
    padding: 20px 0;
    position: relative;
    border-bottom: 1px solid #eee
}

.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: .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: #000;
    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: 0
}

.valuable-slider .slick-arrow.slick-next {
    right: 0
}

.valueable-client h2 {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 0
}

.valueable-client::before {
    content: "";
    position: absolute;
    width: 34%;
    height: 100%;
    top: 0;
    left: 0;
    background: #eee;
    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: 0 30px
}

img {
    max-width: 100%
}

.primary-heading {
    font-size: 45px;
    font-weight: 700;
    color: #000
}

.primary-heading span {
    color: #ffc924
}

.main-head {
    margin-bottom: 50px
}

.main-head p {
    font-size: 18px;
    font-weight: 500;
    color: #000
}

.our-digital-marketing-section .content {
    padding: 70px 0
}

.deliverable-service-box {
    padding: 30px;
    background: #fff;
    border: 1px solid #efefef;
    margin-bottom: 30px;
    box-shadow: 0 0 28px 0 #f4f4f4;
    border-radius: 5px
}

.deliverable-service-box i {
    font-size: 50px;
    color: #ffc72a;
    margin-bottom: 13px
}

.deliverable-service-box h3 {
    font-size: 19px;
    font-weight: 700;
    color: #000;
    min-height: 60px;
    margin-bottom: 10px;
}

.deliverable-service-box p {
    color: #000;
    font-size: 12px;
}

.d-img {
    position: sticky;
    top: 60px
}

.price-header {
    text-align: center;
    background: #ffc924;
    color: #000;
    padding: 15px;
    margin-bottom: 20px
}

.price-header h3 {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase
}

section.top-leading-industry ul {
    list-style: none;
    padding-left: 0
}

section.top-leading-industry ul li {
    margin-bottom: 0px;
    font-size: 12px;
    line-height: 29px;
}

section.top-leading-industry ul li:before {
    content: "-";
    font-size: 30px;
    color: #fdc52a;
    line-height: 0;
    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: 0;
    list-style: none;
    margin-top: 30px;
    height: 200px;
    overflow: auto
}

.price-body ul::-webkit-scrollbar {
    width: 5px
}

.price-body ul::-webkit-scrollbar-track {
    background: #f1f1f1
}

.price-body ul::-webkit-scrollbar-thumb {
    background: #ffc924
}

.price-body ul::-webkit-scrollbar-thumb:hover {
    background: #555
}

.price-body ul li {
    display: flex;
    margin-bottom: 6px;
    font-size: 14px;
    color: #000
}

.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: 0;
    margin-top: 20px
}

.price-body p {
    font-size: 13px
}

section.pricing-section {
    padding: 70px 0;
    background: #f0f0f0;
    margin-top: 70px;
    position: relative
}

.pricing-box {
    box-shadow: 0 0 28px 0 #00000008;
    background: #fff
}

section.pricing-section::before {
    content: "";
    position: absolute;
    width: 200px;
    height: 100%;
    background: #ffc924;
    top: 0;
    left: 0
}

section.like-us {
    padding: 70px 0
}

.like-us-box {
    position: relative;
    padding: 15px;
    transition: .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: 0;
    left: 0;
    transition: .5s;
    z-index: -1
}

.like-us-box:hover:before,
.like-us-box.active:before {
    height: 100%
}

.like-us-box:hover,
.like-us-box.active {
    color: #fff
}

.like-us-box:hover img,
.like-us-box.active 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: #fff !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: #eee
}

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: 0 0 40px 0 #0000000a;
    transition: .5s
}

section.top-leading-industry {
    padding: 70px 0
}

section.top-leading-industry .main-head {
    margin-bottom: 10px
}

section.top-leading-industry p {
    font-size: 12px;
    margin-bottom: 10px;
}

.customer-count-item h3 {
    font-size: 40px;
    font-weight: 700;
    color: #ffc924;
    margin-bottom: 0
}

.customer-count-item h5 {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    margin-bottom: 0;
    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: 0
}

.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: #fff
}

.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: .5s;
    background: #f4f4f4
}

.industry-item img {
    margin-bottom: 10px
}

.industry-we-work {
    padding: 70px 0;
    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 0
}

.case-study-main-slider {
    position: relative;
    border: 1px solid #efefef;
    padding: 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: #000
}

.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: #000;
    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: 0;
    font-size: 30px;
    font-weight: 600;
    color: #fff
}

.case-stats p {
    margin-bottom: 0;
    font-weight: 600;
    color: #000;
    font-size: 12px
}

.case-study-main-slider .content::-webkit-scrollbar {
    width: 5px
}

.case-study-main-slider .content::-webkit-scrollbar-track {
    background: #f1f1f1
}

.case-study-main-slider .content::-webkit-scrollbar-thumb {
    background: #ffc924
}

.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: #000
}

.case-study-thum-slider .item img {
    width: 120px;
    margin-bottom: 20px
}

.case-study-thum-slider .item p {
    font-size: 13px;
    font-weight: 500;
    color: #000
}

.case-study-thum-slider ul.slick-dots {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    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: #000;
    border: 1px solid #000
}

.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: 0;
    left: 0;
    background: #ffd03f;
    z-index: 1;
    transition: .5s
}

.case-study-main-slider.cs-animate::before {
    width: 100%
}

.location-section {
    padding: 70px 0;
    background: url(../img/map.jpg);
    background-size: cover;
    background-repeat: no-repeat
}

.loaction-item {
    padding: 20px;
    border: 1px solid #ebebeb;
    background: #fff;
    box-shadow: 0 0 26px 0 #0000000d;
    min-height: 265px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    background-position: -20px 0;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    transition: .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: 0;
    z-index: -1;
    transition: .5s;
    opacity: 0;
    object-fit: cover
}

.loaction-item:hover img {
    opacity: .5;
    left: 0%
}

.loaction-item:hover {
    background: #000;
    color: #fff
}

footer {
    background: #ffc924;
    font-size: 13px;
    font-weight: 500;
    color: #000;
    padding: 10px 0
}

footer p {
    margin-bottom: 0;
    font-size: 10px;
    font-weight: 500;
    color: #585858
}

section.privacy-term-content-wrapper h2 {
    font-size: 20px;
    font-weight: 800;
    color: #000
}

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: 0;
    margin-bottom: 0
}

footer ul li {
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    color: #000
}

footer ul li a {
    color: #000;
    text-decoration: none !important
}

footer .row {
    align-items: flex-end
}

footer ul li a:hover {
    color: #fff
}

.particles-js-canvas-el {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.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: #000;
    margin-bottom: 20px;
    z-index: 1;
    position: relative;
    font-size: 40px
}

div#get_a_quote .modal-body h2 span {
    color: #fff
}

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: 0;
    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: #fff;
    width: 40px;
    height: 40px;
    background: #000;
    top: -40px;
    right: 10px;
    z-index: 11
}

div#get_a_quote .modal-body::before {
    content: "";
    position: absolute;
    width: 4%;
    height: 100%;
    top: 0;
    left: 0;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px
}

.deliverable-service-box:hover,
.pricing-box:hover {
    transform: translateY(-15px);
    box-shadow: 0 71px 65px -68px #999
}

.deliverable-service-box,
.pricing-box {
    transition: .5s
}

body {
    overflow: visible !important
}

input[type=submit] {
    padding: 0 !important;
    background: 0 0 !important;
    font-size: initial
}

input[type=submit]:hover {
    background: 0 0 !important
}

.case-study-thum-slider ul.slick-dots li button {
    padding: 0
}

header.sticky_header {
    position: fixed;
    background: #ffc924;
    box-shadow: 0 5px 35px 0 hsl(0deg 0% 0%/22%);
    top: 0;
    left: 0;
    animation: header .5s linear;
    animation-fill-mode: forwards
}

header.sticky_header .navbar {
    padding: 0 10px
}

header.sticky_header .navbar img {
    width: 200px
}

@keyframes header {
    0% {
        opacity: 0;
        top: -150px
    }

    100% {
        opacity: 1;
        top: 0
    }
}

.form-control {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important
}

.an-banner .banner-form .form-control {
    width: 100% !important;
    max-width: 100% !important;
    margin-right: 0;
    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: 0 !important
}

.intl-tel-input.allow-dropdown {
    width: 100% !important;
    background-color: #fff !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: #000 !important
}

.banner-form .input-btn::before {
    background: #000
}

.banner-form .input-btn input {
    color: #000 !important
}

.banner-form .input-btn:hover input {
    color: #fff !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: 0 !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: #000
}

.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: #000;
    border: 1px solid #000;
    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 0;
    background: #f4f4f4
}

.other-services-section .primary-heading {
    color: #000
}

.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 0
}

.other-services-section .item>div {
    background: #fff;
    min-height: 310px;
    padding: 30px 15px;
    color: #000;
    text-align: center;
    position: relative;
    padding-bottom: 70px;
    box-shadow: 0 0 35px 0 #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: 0;
    top: 0
}

button.an-theme-btn.dark {}

.other-services-section .item>div .an-theme-btn {
    position: absolute;
    width: 90%;
    left: 5%;
    bottom: 10px;
    margin: 0
}

.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: #000
}

.other-services-section .item>div .an-theme-btn span::before {
    background: #000
}

.other-services-section .item>div p {
    font-size: 14px;
    font-weight: 500
}

.other-services-section .slick-arrow {
    position: absolute;
    width: 40px;
    height: 40px;
    background: #000;
    display: flex;
    color: #fff;
    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: 0;
    list-style: none;
    margin-bottom: 0
}

.deliverable-service-box p {
    margin-bottom: 10px
}

.deliverable-service-box ul li {
    color: #000;
    margin-bottom: 5px;
    display: flex;
    line-height: 24px;
    font-size: 12px;
}

.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
}

.inner-scroll-able::-webkit-scrollbar-track {
    background: #f1f1f1
}

.inner-scroll-able::-webkit-scrollbar-thumb {
    background: #ffc924
}

.inner-scroll-able::-webkit-scrollbar-thumb:hover {
    background: #555
}

.an-banner .patner-img {
    width: auto;
    max-width: 100%;
    transition: .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: #fff !important
}

.deliverable-service-box img {
    height: 60px;
    margin-bottom: 10px;
    filter: grayscale(1);
    transition: 0.5s;
}

.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: 0;
    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: #000
}

.inner-content {
    padding: 70px 0
}

.inner-content ol {
    padding-left: 14px;
    margin-left: 0
}

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: 0 !important
}

ul {
    margin-left: 0
}

.deliverable-service-box ul li::before {
    top: 9px;
}

.inner-scroll-able {
    height: 100px;
}

div#wa {
    display: none !important
}

a:visited {
    color: #000
}

.side-bar a span {
    line-height: 10px
}

.side-bar a div {
    padding-top: 10px
}

body {
    font-weight: 500;
    color: #000
}

.an-theme-btn,
a,
.callback {
    font-family: poppins, sans-serif;
    line-height: initial
}

.loaction-item:hover h3 {
    color: #fff !important
}

div#callback_popup .callback_header h3 {
    color: #fff
}

.callback_body .wpcf7-response-output {
    font-size: 12px !important;
    bottom: -28px !important;
    position: absolute;
    padding: 0 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: 0;
    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
}

.case-stude-slider .item {
    padding: 10px;
    position: relative;
    overflow: hidden
}

.case-stude-slider .item img {
    transition: .5s;
    width: 100%
}

.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: #fff;
    font-size: 20px
}

.case-stude-slider .item a::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    top: 10px;
    right: 10px;
    border-top: 5px solid #fff;
    border-right: 5px solid #fff;
    opacity: .5
}

.case-stude-slider .item a::after {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    bottom: 10px;
    left: 10px;
    border-bottom: 5px solid #fff;
    border-left: 5px solid #fff;
    opacity: .5
}
.industry-item picture {
    filter: grayscale(1);
}

.industry-item:hover picture {
    filter: none;
}
.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: #fff
}

.counter-wrapper p {
    margin-bottom: 0
}

.counter-wrapper .item span {
    font-size: 40px
}

.counter-wrapper .item span b {
    color: #fff
}

.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
}

.scroll-able-content::-webkit-scrollbar-track {
    background: #f1f1f1
}

.scroll-able-content::-webkit-scrollbar-thumb {
    background: #ffc924
}

.scroll-able-content::-webkit-scrollbar-thumb:hover {
    background: #555
}

.popup-text {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    top: 100%;
    left: 0;
    text-align: left;
    padding: 15px;
    border: 1px solid #e5e5e5;
    z-index: 11;
    transition: .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 0;
    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: 0
}

.counter-wrapper .item {
    min-width: 100px
}

.popup-text .p-head .close {
    font-size: 11px;
    font-weight: 500;
    font-family: poppins
}

.an-banner h1 b {
    font-weight: 700;
    font-size: 28px;
    display: block;
    line-height: initial;
    margin-top: 18px;
    margin-bottom: 3px
}
.deliverable-service-box:hover img {
    filter: none!important;
}
.tecnology-we-work {
    padding: 70px 0px;
    background: #fcfcfc;
    text-align: center;
    padding-bottom: 40px;
}

.tecnology-we-work .row {
    justify-content: center;
    text-align: center;
}

.tecnology-we-work ul#myTab {
    justify-content: center;
    border: none;
    margin-bottom: 30px;
}

.tecnology-we-work .main-head {
    margin-bottom: 20px;
}

.tecnology-we-work ul#myTab .nav-link {
    background: transparent;
    border: none;
    color: black;
    font-size: 16px;
}

.tecnology-we-work ul#myTab .nav-link.active, .tecnology-we-work ul#myTab .nav-link:hover {
    color: #ffc924;
}

.tecnology-we-work .icon-box {
    height: 60px;
}

.tecnology-we-work  h5 {
    font-size: 16px;
    font-family: 'Poppins';
}

.tech-box {
    padding: 15px;
}
section.global-patner {
    padding-top: 50px;
    text-align: center;
}

section.global-patner .row {
    justify-content: center;
}

section.global-patner h3 {
    font-size: 14px;
    font-weight: 600;
}

section.global-patner img {
    max-width: 100%;
    width: 160px;
    margin-bottom: 20px;
}

section.global-patner .glo-patner {
    padding: 15px;
}
section.top-leading-industry .primary-heading {
    font-size: 25px;
}
@media(max-width:1450px) {
    .custom-container {
        max-width: 100%;
        padding: 0 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: 0 50px
    }

    .navbar-expand-lg .container-fluid {
        max-width: 100%;
        padding: 0 40px
    }

    .loaction-item:hover h3 {
        color: #fff
    }

    .banner-form .wpcf7 .wpcf7-response-output {
        bottom: -60px !important
    }

    header .navbar {
        padding: 0 10px
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 9px
    }

    .an-banner h1 {
        font-size: 28px
    }

    .an-banner h1 div span {
        font-size: 28px
    }

    .price-header h3 {
        font-size: 16px
    }

    .price-header {
        margin-bottom: 0
    }

    .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: 16px
    }

    .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: 0 !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: 0 15px
    }

    section.pricing-section .row>div {
        padding: 0 5px
    }

    .price-header {
        padding: 10px
    }

    .price-header h3 {
        font-size: 16px
    }

    .an-banner h1 div span {
        font-size: 23px
    }

    .an-banner h1 {
        font-size: 26px
    }

    .banner-form h2 {
        font-size: 24px
    }

    .navbar-expand-lg .container-fluid {
        max-width: 980px;
        padding: 0 15px
    }

    .navbar-brand img {
        width: 190px
    }

    header .an-theme-btn {
        font-size: 12px
    }

    .top-nav .container-fluid {
        max-width: 980px;
        padding: 0 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 0
    }

    .main-head {
        margin-bottom: 30px
    }
}

@media(max-width:992px) {
    .navbar-toggler {
        background: #000 !important;
        color: #fff !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: 0;
        display: inline-block;
        margin-right: 10px;
        position: relative;
        top: 5px
    }

    header {
        background: #ffc924
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        color: #000 !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 #000 !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 0
    }

    section.pricing-section .row>div {
        padding: 0 15px
    }

    .pricing-box:hover {
        transform: translateY(0px)
    }

    .pricing-box {
        margin-bottom: 20px
    }

    .side-bar {
        transform: translateY(0px);
        top: auto;
        bottom: 0;
        width: 100%;
        background: #000;
        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: 0;
        border: none
    }

    .callback {
        transform: rotate(0deg);
        position: relative;
        top: 0;
        left: 0;
        border: none;
        margin-bottom: 0
    }

    .side-bar a {
        width: auto;
        left: 0 !important;
        margin-bottom: 0;
        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: 22px
    }

    .d-img {
        display: none
    }

    section.pricing-section {
        margin-top: 0;
        padding: 40px 0
    }

    .other-services-section {
        padding: 40px 0
    }

    .case-study-section .case-study-main-slider {
        margin-top: 40px
    }

    section#contact_us {
        padding: 40px 0
    }

    .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 #000;
        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 #000;
        box-shadow: 0 0 20px 0 hwb(0deg 0% 100%/52%)
    }
}

@media(max-width:767px) {
    .other-services-section .item>div {
        min-height: auto
    }

    .an-banner h1 b {
        margin-top: 10px;
        font-weight: 700;
        font-size: 18px
    }

    .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 #000;
        margin: 10px;
        width: 200px
    }

    .callbak-form-wrap {
        flex-direction: column
    }

    .callbak-form-wrap .input-btn {
        max-width: 100%;
        margin-left: 0;
        margin-top: 10px
    }

    .an-banner .patner-img {
        width: 86px;
        margin: 0;
        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: 0;
        font-size: 20px;
        height: 30px;
        width: 20px
    }

    .other-services-slider .slick-arrow.slick-next {
        left: auto;
        right: 0
    }
}

@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: 0
    }

    .valueable-client {
        padding-bottom: 0
    }

    .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: 0
    }

    .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: 0;
        top: 0
    }

    .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: .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: 0;
        font-size: 11px;
        height: 35px;
        padding: 0
    }

    .pricing-box {
        margin-bottom: 0;
        height: 100%
    }

    section.pricing-section {
        padding: 20px 0
    }

    section.like-us .row>div {
        max-width: 50%;
        padding: 0 7px;
        margin-bottom: 10px
    }

    .like-us-box {
        padding: 10px 0;
        height: 100%
    }

    .like-us-box h4 {
        font-size: 12px;
        margin-bottom: 0
    }

    .like-us-box h4 br {
        display: none
    }

    .like-us-box img {
        margin-bottom: 10px;
        height: 30px;
        width: auto
    }

    section#why_us {
        padding: 20px 0
    }

    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 0
    }

    .other-services-section .main-head {
        margin-bottom: 0
    }

    .other-services-slider .slick-list.draggable {
        margin-bottom: 0
    }

    .industry-we-work {
        padding: 20px 0
    }

    .industry-item img {
        display: none
    }

    .industry-item {
        height: auto;
        padding: 0;
        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: 0
    }

    header.sticky_header .navbar {
        padding: 5px
    }

    .industry-item::before {
        content: "";
        width: 4px;
        background: #000;
        height: 4px;
        border-radius: 100%;
        left: 0;
        top: 0;
        display: inline-block;
        position: relative;
        top: -1px;
        margin-right: 2px
    }

    section#case_study {
        padding: 20px 0
    }

    section#case_study {
        padding: 20px 0
    }

    .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: 0 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
    }
}
