/*@font-face {*/
/*    font-family: "myFont";*/
/*    src: url("https://thedigibrain.co.uk/Modeka.otf");*/
/*}*/




.Interested {
    background-color: #fff;
    border: 1px solid #c0ada5;
    border-radius: 0;
    color: #000;
    text-align: center;
    padding: 5px;
    margin-right: 45px;
}

.budget {
    background-color: #fff;
    border: 1px solid #c0ada5;
    border-radius: 0;
    color: #000;
    text-align: center;
    padding: 5px;
    margin-right: 45px;
}

.testimonial {
    height: 140px !important;
}

#our_team_section .owl-carousel .owl-item img {
    height: 300px !important;
}

#col {
    height: 220px !important;
    font-size: 15px;
}

body {
    /*font-family: 'myFont' !important;*/
    font-family: 'Noto Sans Display', sans-serif;
}

.well2 {
    border: 0px;
    border-radius: 40px;
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 20px;
    background-image: url('img/mobile-app-development-bg.png');
    width: 150%;
}

.service_text {
    width: 500px;
}


#section {
    transform: translate(0, 10vh);
    transition: all 2s;
}

#section.visible {
    opacity: 1;
    transform: translate(0, 0);
}

.service_img {
    width: 400px;
    height: 200px;
}

.services_image {
    width: 250px;
    height: 500px;
}

.services_image2 {
    width: 250px;
    height: 500px;
    margin-left: 150px;
    margin-top: 120px
}


#about_us_btn {
    background-color: #fff;
    border-color: black;
    color: black;
    font-weight: 700;
    border-radius: 40px;
    height: 45px;
    font-size: 14px;
    float: right;

    background: linear-gradient(to right, #75cbe8 50%, white 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .3s ease-out;
}

#about_us_btn:hover {
    border-color: #75cbe8;
    color: #fff;
    background-position: left bottom
}

.owl-carousel {
    z-index: 0 !important;
}

.carousel_se_01 .owl-carousel .owl-item img {
    height: 100% !important;
}


/*common styling end*/

/*------/ Owl carousel /------*/
/* carousel_se_01 */
.carousel_se_01 .owl-theme .owl-dots {
    text-align: center;
    margin-top: 18px;
}

.carousel_se_01 .owl-theme .owl-dots .owl-dot {
    display: inline-block;
}

.carousel_se_01 .owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 5px 5px;
    background: #ff5e14;
    border: 0px solid #ff5e14;
    display: block;
    transition: all 0.6s ease-in-out;
    cursor: pointer;
    border-radius: 50%;
}

.carousel_se_01 .owl-theme .owl-dots .owl-dot:hover span {
    color: #fff;
    background: #ff5e14;
    /*  border: 5px double;*/
    padding: 5px;
    border-radius: 50%;
}

.carousel_se_01 .owl-theme .owl-dots .owl-dot.active span {
    color: #fff;
    background: var(--light_orange);
    /* border: 5px double;*/
    opacity: 0.8;
    padding: 5px;
    border-radius: 50%;
    background: var(--light_orange);

}



.carousel_se_01 .owl-arrow .owl-nav {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1.8rem;
}



.carousel_se_01 .main_services {
    position: relative;
    margin: 0px 0px 40px 0px;
    /* padding: 40px 15px 32px 15px; */
    overflow: hidden;
    text-align: left !important;
    border: 1px solid transparent;
    border-radius: 8px 8px;
    /* box-shadow: 12px 14px 0 #ececec; */
    box-shadow: 7px 7px 10px 0 rgba(76, 110, 245, .1);
    min-height: 500px;
}

.main_services img {
    transition: transform .5s ease;
}

.main_services:hover img {
    transform: scale(1.1);
}

.carousel_se_01 .main_services:hover {
    border: 1px solid #ededed;
    box-shadow: none;
}





#LET’S_GET_STARTED {
    background-color: #75cbe8;
    border-color: #75cbe8;
    color: #fff;
    font-weight: 700;
    border-radius: 40px;
    height: 45px;
    font-size: 14px;
    width: 200px;
}

.counter {
    margin-top: 50px;
    padding-top: 100px;
    padding-bottom: 100px;
    background: #75cbe8;
}

.counter-item h1 {
    color: #fff;
}

.counter-item p {
    color: rgba(255, 255, 255, .7);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0px;
    font-size: 18px;
}


.about_us_text {
    font-size: 18px;
    font-weight: 500;
}

.card:hover {
    box-shadow: -5px 50px 100px rgba(223, 241, 223, 0.5);
}


.card:hover h4 {
    font-weight: 600;
}

.card:hover p {
    font-weight: 600;
}

.card:hover small {
    font-weight: 600;
}

.card:hover .layer {
    top: 0;
}

.card .content {
    position: relative;
    z-index: 2;
    font-family: 'Crimson Text', serif;

}

.card .content .img-1 {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    border: 5px solid white !important;

}



hr {
    background-color: rgb(117, 117, 117);
    width: 80% !important;
    transition: 1s;
}


.bold {
    font-weight: 500;
}






body {
    overflow-x: hidden
}

.blog-slider__img2 {
    transform: translateX(-80px);
}

.well {
    /* z-index: 3; */
    border: 0px;
    background: #75cbe8;
    border-radius: 40px;
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 20px;
}

.well:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 80%;
    right: -3000px;
    background: #75cbe8;

    z-index: -1;
}

.card-title2 {
    color: #75cbe8;
    margin-top: 370px !important;
    margin-left: 20px;
    font-size: 30px;
}

#submit-btn {
    background-color: #75cbe8;
    border-color: #75cbe8;
    color: #fff;
    font-weight: 700;
    border-radius: 40px;
    height: 45px;
    font-size: 14px;
    margin-bottom: 60px;
}


.gradient-brand-color {
    background-image: -webkit-linear-gradient(0deg, #75cbe8 0%, #6470ef 100%);
    background-image: -ms-linear-gradient(0deg, #376be6 0%, #6470ef 100%);
    color: #fff;
}

.contact-info__wrapper {
    overflow: hidden;
    border-radius: .625rem .625rem 0 0
}

@media (min-width: 1024px) {
    .contact-info__wrapper {
        border-radius: 0 .625rem .625rem 0;
        padding: 5rem !important
    }
}

.contact-info__list span.position-absolute {
    left: 0
}



.list-style--none {
    list-style: none;
}

.contact__wrapper {
    background-color: #fff;
    border-radius: 0 0 .625rem .625rem
}

@media (min-width: 1024px) {
    .contact__wrapper {
        border-radius: .625rem 0 .625rem .625rem
    }
}

@media (min-width: 1024px) {
    .contact-form__wrapper {
        padding: 5rem !important
    }
}

.shadow-lg,
.shadow-lg--on-hover:hover {
    box-shadow: 0 1rem 3rem rgba(132, 138, 163, 0.1) !important;
}

::-webkit-scrollbar {
    width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}


#our_team_section {
    background: linear-gradient(to right, #75cbe8, #75cbe8);
    padding-bottom: 30px;
    /* min-height: 100vh; */
}

.owl-carousel .owl-item {
    padding-top: 20px;
    transition: all 0.3s ease-in-out;
}

.owl-carousel .owl-item .card {
    padding: 30px;
    position: relative;
}

.owl-carousel .owl-stage-outer {
    overflow-y: auto !important;
    padding-bottom: 30px;
}

.owl-carousel .owl-item img {
    height: 200px;
    object-fit: cover;
    border-radius: 6px;
}

.owl-carousel .owl-item .card .name {
    position: absolute;
    bottom: -20px;
    left: 15%;
    right: 15%;
    text-align: center;
    color: #101c81;
    font-size: 1.1rem;
    font-weight: 600;
    background-color: aquamarine;
    padding: 0.3rem 0.4rem;
    border-radius: 5px;
    box-shadow: 2px 3px 15px #3c405a;
}

.owl-carousel .owl-item .card {
    opacity: 0.2;
    transform: scale3d(0.8, 0.8, 0.8);
    transition: all 0.3s ease-in-out;
}

.owl-carousel .owl-item.active.center .card {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

.owl-carousel .owl-dots {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.owl-theme .owl-dots .owl-dot span {
    height: 20px;
    background: #2a6ba3 !important;
    border-radius: 2px !important;
    opacity: 0.8;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    height: 13px;
    width: 13px;
    opacity: 1;
    transform: translateY(2px);
    background: #83b8e7 !important;
}

@media(min-width: 480.6px) and (max-width: 575.5px) {
    .owl-carousel .owl-item .card .name {
        left: 15%;
        right: 15%;
    }
}

@media(max-width: 360px) {
    .owl-carousel .owl-item .card .name {
        left: 15%;
        right: 15%;
    }
}




a:visited {
    text-decoration: none !important;
}


a:hover {
    text-decoration: none !important;
}


a:active {
    text-decoration: none !important;
}


#divfix {
    bottom: 20px;
    right: 10px;
    position: fixed;
    z-index: 3000;
}

#divfix2 {
    bottom: 100px;
    right: 10px;
    position: fixed;
    z-index: 3000;
}

#divfix3 {
    bottom: 180px;
    right: 10px;
    position: fixed;
    z-index: 3000;
}




.tour-desc {
    border-radius: 5px;
    padding: 40px
}

.color-grey-3 {
    font-family: "Montserrat", Sans-serif;
    font-size: 14px;
    color: #fff
}

img.tm-people {
    width: 100px;
    height: 100px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    max-width: none
}

.link-name {
    font-family: "Montserrat", Sans-serif;
    font-size: 14px;
    color: #fff
}

.link-position {
    font-family: "Montserrat", Sans-serif;
    font-size: 12px;
    color: #fff
}




#wrapper {
    overflow: auto;
}

#div {
    float: right;
}


* {
    box-sizing: border-box;
}

.blog-slider {
    width: 95%;
    position: relative;
    max-width: 1000px;
    background: #fff;
    box-shadow: 0px 14px 80px rgba(34, 35, 58, 0.2);
    padding: 25px;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    height: 500px;
    transition: all 0.3s;
    margin-top: 50px;
    margin-bottom: 80px;
}

@media screen and (max-width: 992px) {
    .blog-slider {
        max-width: 680px;
        height: 400px;
    }
}

@media screen and (max-width: 768px) {
    .blog-slider {
        min-height: 500px;
        height: auto;
        margin: 180px auto;
    }
}

@media screen and (max-height: 500px) and (min-width: 992px) {
    .blog-slider {
        height: 350px;
    }
}

.blog-slider__item {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 768px) {
    .blog-slider__item {
        flex-direction: column;
    }
}

.blog-slider__item.swiper-slide-active .blog-slider__img img {
    opacity: 1;
    transition-delay: 0.3s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>* {
    opacity: 1;
    transform: none;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(1) {
    transition-delay: 0.3s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(2) {
    transition-delay: 0.4s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(3) {
    transition-delay: 0.5s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(4) {
    transition-delay: 0.6s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(5) {
    transition-delay: 0.7s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(6) {
    transition-delay: 0.8s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(7) {
    transition-delay: 0.9s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(8) {
    transition-delay: 1s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(9) {
    transition-delay: 1.1s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(10) {
    transition-delay: 1.2s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(11) {
    transition-delay: 1.3s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(12) {
    transition-delay: 1.4s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(13) {
    transition-delay: 1.5s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(14) {
    transition-delay: 1.6s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(15) {
    transition-delay: 1.7s;
}

.blog-slider__img {
    width: 300px;
    flex-shrink: 0;
    height: 400px;
    background-image: linear-gradient(147deg, #eedecf 0%, #75cbe8 74%);
    box-shadow: 4px 10px 20px 1px #75cbe8;
    border-radius: 20px;
    transform: translateX(-80px);
    overflow: hidden;
}

.blog-slider__img:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    opacity: 0.8;
}

.blog-slider__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    opacity: 0;
    border-radius: 20px;
    transition: transform .5s ease;
}

.blog-slider__img:hover img {
    transform: scale(1.1);
}

@media screen and (max-width: 768px) {
    .blog-slider__img {
        transform: translateY(-50%);
        width: 90%;
    }
}

@media screen and (max-width: 576px) {
    .blog-slider__img {
        width: 95%;
    }
}

@media screen and (max-height: 500px) and (min-width: 992px) {
    .blog-slider__img {
        height: 270px;
    }
}

.blog-slider__content {
    padding-right: 25px;
}

@media screen and (max-width: 768px) {
    .blog-slider__content {
        margin-top: -80px;
        text-align: center;
        padding: 0 30px;
    }
}

@media screen and (max-width: 576px) {
    .blog-slider__content {
        padding: 0;
    }
}

.blog-slider__content>* {
    opacity: 0;
    transform: translateY(25px);
    transition: all 0.4s;
}

.blog-slider__code {
    color: #7b7992;
    margin-bottom: 15px;
    display: block;
    font-weight: 500;
}

.blog-slider__title {
    font-size: 24px;
    font-weight: 700;
    color: #0d0925;
    margin-bottom: 20px;
}

.blog-slider__text {
    color: #4e4a67;
    margin-bottom: 30px;
    line-height: 1.5em;
    width: 500px;
}

.blog-slider__button {
    display: inline-flex;
    background-image: linear-gradient(147deg, #eedecf 0%, #009e6d 74%);
    padding: 15px 35px;
    border-radius: 50px;
    color: #fff;
    /* box-shadow: 0px 14px 80px rgba(252, 56, 56, 0.4); */
    text-decoration: none;
    font-weight: 500;
    justify-content: center;
    text-align: center;
    letter-spacing: 1px;
}

@media screen and (max-width: 576px) {
    .blog-slider__button {
        width: 100%;
    }
}

.blog-slider .swiper-container-horizontal>.swiper-pagination-bullets,
.blog-slider .swiper-pagination-custom,
.blog-slider .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}

.blog-slider__pagination {
    position: absolute;
    z-index: 21;
    right: 20px;
    width: 11px !important;
    text-align: center;
    left: auto !important;
    top: 50%;
    bottom: auto !important;
    transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
    .blog-slider__pagination {
        transform: translateX(-50%);
        left: 50% !important;
        top: 205px;
        width: 100% !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

.blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 8px 0;
}

@media screen and (max-width: 768px) {
    .blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 5px;
    }
}

.blog-slider__pagination .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    display: block;
    border-radius: 10px;
    background: #062744;
    opacity: 0.2;
    transition: all 0.3s;
}

.blog-slider__pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background: #75cbe8;
    height: 30px;
}

@media screen and (max-width: 768px) {
    .blog-slider__pagination .swiper-pagination-bullet-active {
        height: 11px;
        width: 30px;
    }

    .blog-slider__pagination .swiper-pagination-bullet {
        background: #fff;
    }
}




.card-img {
    height: 400px;
    width: 400px;
    border-radius: 10px 10px 10px 10px;
    filter: grayscale(100%);
}

.footer-top-right-social-icon2 {
    margin-top: 60px;
}

.contact-menu-left-bottom2 {
    margin-top: 60px;
    float: right;
}


.card-sl {
    border-radius: 8px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.card-image img {
    max-height: 100%;
    max-width: 100%;
    border-radius: 8px 8px 0px 0;
}

.card-action {
    position: relative;
    float: left;
    margin-top: -25px;
    margin-left: 20px;
    /* z-index: 2; */
    color: red !important;
    background: #fff;
    border-radius: 100%;
    padding: 15px;
    font-size: 15px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 2px 0 rgba(0, 0, 0, 0.19);
}

.card-action:hover {
    color: #fff !important;
    background: red;
    -webkit-animation: pulse 1.5s infinite;
}

.card-heading {
    font-size: 18px;
    font-weight: bold;
    padding: 10px 15px;
    background-color: #75cbe8;
    color: #fff;
}

.card-text {
    padding: 10px 15px;
    background: #fff;
    font-size: 14px;
    color: #fff;
    background-color: #75cbe8;
    border-radius: 0 0 8px 8px;
}



@-webkit-keyframes pulse {
    0% {
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    70% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        box-shadow: 0 0 0 50px rgba(90, 153, 212, 0);
    }

    100% {
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);
    }
}

.RECENT_WORKS {
    margin-top: 100px;
    color: #75cbe8;
    text-align: center;
}

.RECENT_PORTFOLIO_WORKS {
    color: #e8782e;
    text-align: center;
}

#get_it_touch_section {
    border-radius: 8px 8px 8px 8px;
    background-color: #75cbe8;
    text-align: center;
}

.LET’S_TALK {
    padding-top: 80px !important;
    margin-left: auto;
    margin-right: auto;
    width: 45%;
    margin-top: 80px;
    color: black;
    text-align: center;
    font-weight: 600;
}

#get-in-touch-btn-menu2 {
    background-color: black;
    border-color: black;
    color: #fff;
    font-weight: 700;
    border-radius: 40px;
    height: 45px;
    font-size: 14px;
    margin-bottom: 60px;
}

#get-in-touch-btn-menu2:hover {
    color: #75cbe8;
}

/* Default slide */
.center-slider .slick-slide {
    height: 550px;
    width: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(0.8);
    transition: all 0.4s ease-in-out;
    border-radius: 5px;

}

.center-slider .slick-slide,
.center-slider .slick-slide[aria-hidden="true"]:not(.slick-cloned)~.slick-cloned[aria-hidden="true"] {
    transform: scale(0.8, 0.8);
    transition: all 0.4s ease-in-out;
}

/* Active center slide (You can change anything here for cenetr slide)*/
.center-slider .slick-center,
.center-slider .slick-slide[aria-hidden="true"]:not([tabindex="-1"])+.slick-cloned[aria-hidden="true"] {
    transform: scale(1.1);

}

.center-slider .slick-current.slick-active {
    transform: scale(1.1);
}



.slick-next {
    right: 15px;
}

.slick-prev {
    left: 15px;
}

.slick-next:before,
.slick-prev:before {
    color: #000 !important;
    font-size: 26px;
}

.center-slider-content {
    padding-left: 30px;
    padding-right: 30px;

}

.img-circle {
    border-radius: 50%;
    max-width: 90px;
    position: absolute;
    left: 0;
    bottom: 30px;
}




@keyframes slide {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

.logos {
    overflow: hidden;
    padding: 60px 0;
    background: white;
    white-space: nowrap;
    position: relative;
}

.logos:before,
.logos:after {
    position: absolute;
    top: 0;
    width: 250px;
    height: 100%;
    content: "";
    z-index: 2;
}

.logos:before {
    left: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 0), white);
}

.logos:after {
    right: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), white);
}

.logos-slide {
    display: inline-block;
    animation: 75s slide infinite linear;
}

.logos-slide img {
    height: 100%;
    margin: 0 40px;
}


.bottom-left {
    position: absolute;
    bottom: 8px;
    left: 16px;
}

.card-title {
    color: #FFFFFF;
    position: absolute;
    bottom: 8px;
    left: 16px;
    font-size: 30px;
    width: 200px;
}

@media (max-width: 768px) {
    .carousel-inner .carousel-item>div {
        display: none;
    }

    .carousel-inner .carousel-item>div:first-child {
        display: block;
    }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
}

/* display 3 */
@media (min-width: 768px) {

    .carousel-inner .carousel-item-right.active,
    .carousel-inner .carousel-item-next {
        transform: translateX(33.333%);
    }

    .carousel-inner .carousel-item-left.active,
    .carousel-inner .carousel-item-prev {
        transform: translateX(-33.333%);
    }
}

.carousel-inner .carousel-item-right,
.carousel-inner .carousel-item-left {
    transform: translateX(0);
}


.OUR_WORK {
    margin-right: 50px;
    text-align: left;
    color: #75cbe8;
}

.project-tab #tabs h6.section-title {
    color: #eee;
}

.project-tab #tabs .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #75cbe8 !important;
    ;
    background-color: transparent;
    border-color: transparent transparent #f3f3f3;
    border-bottom: 3px solid !important;
    font-size: 13.5px;
    font-weight: bold;
}

.project-tab .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: black;
    font-size: 13.5px;
    font-weight: 600;
    font-family: 'Crimson Text', serif;
}

.project-tab .nav-link:hover {
    border: none;
}


.project-tab a {
    text-decoration: none;
    color: #333;
    font-weight: 600;
}

.WE_ARE_DIGIBRAIN {
    margin-top: 90px;
    text-align: left;
    color: #75cbe8;
}

.OUR_SERVICES {
    border-left: 5px solid #75cbe8;
    padding-left: 20px;
    color: #75cbe8;
}

.OUR_EXPERTISE {
    color: #75cbe8;
    text-align: center;
}

#VIEW_ALL_SERVICES {
    background-color: #fff;
    border-color: black;
    color: black;
    font-weight: 700;
    border-radius: 40px;
    height: 45px;
    font-size: 14px;
    float: right;
    width: 200px;

    background: linear-gradient(to right, #75cbe8 50%, white 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .3s ease-out;
}

#VIEW_ALL_SERVICES:hover {
    border-color: #75cbe8;
    color: #fff;
    background-position: left bottom;
}

#VIEW_ALL_WORK {
    background-color: #fff;
    border-color: black;
    color: black;
    font-weight: 700;
    border-radius: 40px;
    height: 45px;
    font-size: 14px;
    width: 20%;

    background: linear-gradient(to right, #75cbe8 50%, white 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .3s ease-out;
}

#VIEW_ALL_WORK:hover {
    border-color: #75cbe8;
    color: #fff;
    background-position: left bottom;
}



nav.hide {
    transform: translateY(-100%);
}

#video {
    position: relative;
    left: 6.7%;
    bottom: 0;
    min-width: 93.3%;
    min-height: 100%;
}

#sidenav-first-section {
    margin-bottom: 150px;
}

.contact-menu-left-bottom span,
.footer-top-right-social-icon span {
    color: #fff;
}

/* animation class and keyframes */
.overflow-hidden {
    overflow: hidden;
}



.drop-in-2 {
    animation: drop-in 1200ms ease 500ms backwards;
}

@keyframes drop-in {
    from {
        opacity: 0;
        transform: translateY(-100px);
    }

    to {
        opacity: 1;
        transform: translate(0px);
    }
}


#sidenav-section {
    color: #fff;
    margin-top: 50px;
}

.drop-in {
    animation: drop-in 1s ease 200ms backwards;
}

.list-link {
    margin-bottom: 18px;
}

#get-in-touch-btn-menu {
    background-color: #75cbe8;
    border-color: #75cbe8;
    color: #fff;
    font-weight: 700;
    border-radius: 40px;
    height: 45px;
    font-size: 14px;
    width: 130px;
    margin-left: 100px;
}

#get-in-touch-btn-menu:hover {
    background-color: #fff;
    border-color: #75cbe8;
    color: #75cbe8;
}

#FIND_OUT_MORE {
    background-color: #75cbe8;
    border-color: #75cbe8;
    color: #fff;
    font-weight: 700;
    border-radius: 40px;
    height: 45px;
    font-size: 14px;
    width: 250px;
}

#FIND_OUT_MORE:hover {
    background-color: #fff;
    color: #75cbe8;
}

.nav-mobile .list-unstyled {
    font-size: 25px;
}

.contact-menu-left-top {
    font-weight: 700;
    color: #fff;
}

.contact-menu-right p {
    color: #fff;
    margin-top: 10px;
    float: right;
}

.nav-mobile span {
    color: #fff;
}

button {
    background: transparent;
    border: none;
    width: 50px;
    height: 60px;
    cursor: pointer;
    outline: 0;
}

.toggle span {
    width: 100%;
    height: 3px;
    background: #fff;
    display: block;
    position: relative;
    coursor: pointer;
}

.toggle span:before,
.toggle span:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    transition: all 0.3s ease-out;
}

.toggle span:before {
    top: -8px;
}

.toggle span:after {
    top: 8px;
}

.toggle span.toggle {
    background: transparent;
}

.toggle span.toggle:before {
    top: 0;
    transform: rotate(-45deg);
    /* background: #4CAF50; */

}

.toggle span.toggle:after {
    top: 0;
    transform: rotate(45deg);
    /* background: #4CAF50; */
}



.sidebar {
    margin: 0;
    padding: 0;
    width: 91px;
    background-color: #75cbe8;
    position: fixed;
    height: 100%;
    overflow: auto;
}

.sidebar a {
    display: block;
    color: black;
    padding: 6px;
    text-decoration: none;
}


.navbar-button {
    margin-top: 180px;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #64b3cc;
    overflow-x: hidden;
    transition: 0.5s;
    /* padding-top: 60px; */
    /* text-align: center; */
    margin-left: 90px !important;
}

#get-in-touch-btn-menu2 {
    width: 200px;
}


a span {
    color: #000;
}


#footer {
    background-color: #000;
    color: #fff;
    font-size: 14px;
}

.back_to_top {
    color: #fff;
}

.back_to_top:hover {
    color: #75cbe8;
}

@media screen and (max-width: 667px) {

    #get-in-touch-btn-menu {
        margin-left: 0px;
    }

    .service_img {
        width: 350px;
        height: 200px;
    }

    .blog-slider__img2 {
        transform: translateX(-30px);
    }

    .services_image {
        width: 150px;
        height: 250px;
    }

    .services_image2 {
        width: 150px;
        height: 250px;
        margin-left: 0;
        margin-top: 10px
    }

    .well:after {
        top: 0;
        bottom: 0;
        left: 0%;
        right: -3px;
        z-index: -1;
    }

    .about_us_text {
        font-size: 16px;
    }

    .WE_ARE_DIGIBRAIN_DESCRIPTION {
        font-size: 15px;
    }

    .WE_ARE_DIGIBRAIN {
        font-size: 25px;
    }

    .OUR_SERVICES,
    .OUR_EXPERTISE,
    .OUR_WORK,
    .RECENT_WORKS {
        font-size: 25px;
    }

    .carousel_se_01 .main_services {
        min-height: 0;
    }

    .Interested {
        margin-bottom: 15px;
        margin-left: 10px;
    }

    .budget {
        margin-bottom: 15px;
        margin-left: 10px;
    }
#our_team_section .owl-carousel .owl-item img {
    height: 100% !important;
}
}

@media screen and (max-width: 700px) {



    #get-in-touch-btn-menu {
        margin-left: 0px;
    }

    .well2 {
        width: 300px;
        float: left !important;
    }

    .service_text {
        width: 290px;
    }

    .service_img {
        width: 300px;
        height: 150px;
    }

    .blog-slider__img2 {
        transform: translateX(-50px);
    }

    .services_image {
        width: 120px;
        height: 220px;
    }

    .services_image2 {
        width: 120px;
        height: 220px;
        margin-left: 0;
        margin-top: 20px
    }

    .well:after {
        top: 0;
        bottom: 0;
        left: 0%;
        right: -3px;
        z-index: -1;
    }

    .about_us_text {
        font-size: 16px;
    }

    .WE_ARE_DIGIBRAIN_DESCRIPTION {
        font-size: 15px;
    }

    .WE_ARE_DIGIBRAIN {
        font-size: 25px;
    }

    .OUR_SERVICES,
    .OUR_EXPERTISE,
    .OUR_WORK,
    .RECENT_WORKS {
        font-size: 25px;
    }

    #sidenav-first-section {
        margin-bottom: 50px;
    }

    .job-tab .nav-tabs>li a {
        margin-bottom: 10px;
        width: 100%;
    }

    #div {
        float: none;
    }

    .blog-slider {
        border-top-right-radius: 25px;
        border-bottom-right-radius: 25px;
    }



    .blog-slider__text {
        width: 300px;
    }

    .footer-top-right-social-icon2 {
        margin-top: 0;
    }

    .contact-menu-left-bottom2 {
        margin-top: 0;
        float: none;
    }


    #footer_image {
        width: 200px;
    }

    .LET’S_TALK {
        width: 90%;
        font-size: 20px;
    }

    .card-sl {
        margin-bottom: 30px !important;
    }

    #VIEW_ALL_WORK {
        width: 50%;
    }

    .nav-tabs li {
        width: 100%;
        text-align: center;
    }

    .nav-tabs li a {
        margin-right: 0;
    }

    #VIEW_ALL_SERVICES {
        float: none;
        margin-top: 20px;
        margin-bottom: 30px !important;
    }

    .WE_ARE_DIGIBRAIN {
        margin-top: 10px;
    }

    #video {
        position: relative;
        left: 0;
        bottom: 0;
        max-width: 100%;
        max-height: 100%;
    }

    #sidenav-section {
        margin-top: 0;
    }

    .list-link {
        margin-bottom: 0;
    }

    #sidenav-image {
        display: none;
    }

    .social-icon {
        display: none !important;
    }

    .navbar-button {
        margin-top: 30px;
        float: right;
        margin-right: 10px;
    }

    .sidebar {
        width: 100%;
        height: auto;
        position: relative;
    }

    .sidebar a {
        float: left;
    }

    div.content {
        margin-left: 0;
    }

    .sidenav {
        padding-top: 15px;
        margin-left: 0px !important;
        margin-top: 100px;
    }

    .sidenav a {
        font-size: 18px;
    }

    .data {
        position: relative !important;
    }

    .Interested {
        margin-bottom: 15px;
        margin-left: 10px;
    }

    .budget {
        margin-bottom: 15px;
        margin-left: 10px;
    }

#our_team_section .owl-carousel .owl-item img {
    height: 100% !important;
}

#wrapper{
margin-top: 20px !important;
}

#tabs{
padding-top: 0px !important;
}

}



@media screen and (min-width: 768px) and (max-width: 1180px) {

    #FIND_OUT_MORE {
        width: 200px;
    }

    #get-in-touch-btn-menu {
        margin-left: 20px;
    }

    .service_text {
        width: 260px;
    }


    .blog-slider__img2 {
        transform: translateX(-50px);
    }

    .service_img {
        width: 350px;
        height: 200px;
    }

    .services_image {
        width: 150px;
        height: 250px;
    }

    .services_image2 {
        width: 150px;
        height: 250px;

    }


    .card-heading {
        font-size: 15px;
    }

    #VIEW_ALL_WORK {
        width: 40%;
    }

    .carousel_se_01 .main_services {
        min-height: 0;
    }


    .nav-tabs li {
        width: 100%;
        text-align: center;
    }

    .nav-tabs li a {
        margin-right: 0;
    }

    .blog-slider__img {
        height: 330px;
    }

    .blog-slider__text {
        width: 300px;
    }

    #service_section {
        margin-top: 100px !important;
    }

    #VIEW_ALL_SERVICES {
        width: 200px !important;
    }

    .WE_ARE_DIGIBRAIN_DESCRIPTION {
        font-size: 15px;
    }

    .WE_ARE_DIGIBRAIN {
        font-size: 25px;
    }

    .OUR_SERVICES {
        font-size: 25px;
        margin-top: 10px;
    }

    .OUR_EXPERTISE,
    .OUR_WORK,
    .RECENT_WORKS {
        font-size: 25px;
    }


    #video {
        position: relative;
        left: 0;
        bottom: 0;
        max-width: 100%;
        max-height: 100%;
    }

    #sidenav-section {
        margin-top: 0;
    }

    .list-link {
        margin-bottom: 0;
    }

    #sidenav-image {
        display: none;
    }

    .social-icon {
        display: none !important;
    }

    .navbar-button {
        margin-top: 30px;
        float: right;
        margin-right: 20px;
    }

    .sidebar {
        width: 100%;
        height: auto;
        position: relative;
    }

    .sidebar a {
        float: left;
    }

    div.content {
        margin-left: 0;
    }

    .sidenav {
        padding-top: 15px;
        margin-left: 0px !important;
        margin-top: 100px;
    }

    .sidenav a {
        font-size: 18px;
    }

    .svg {
        display: none;
    }

#our_team_section .owl-carousel .owl-item img {
    height: 100% !important;
}
}

@media screen and (min-width: 425px) and (max-width: 470px) {}