/* ==========
===> Imports 
==========  */
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');

/* ==========
===> Core
========== */
body {
    padding: 0;
    margin: 0;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Nunito Sans', sans-serif;
}

p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    text-align: justify;
}

button {
    font-family: 'Open Sans', sans-serif;
}

li {
    font-family: 'Open Sans', sans-serif;
}


a:hover {
    text-decoration: none;
}


/* =============================
===================> index page
=============================================== */

/* ==========
===> Navbar
========== */
.navbar {
    background-color: #25ABE1;
}

.navbar-light .navbar-toggler-icon {
    background-image: url(../../images/list.png);
}

.navbar-toggler {
    border: 0 !Important;
}

.navbar .container {
    padding-right: 0 !Important;
    padding-left: 0 !Important;
}

.navbar-brand img {
    width: 246px;
}

.nav-item a {
    color: #fff !important;
    padding-left: 20px !Important;
    padding-right: 20px !Important;
    font-size: 18px;
    font-weight: 700;
}

.custom_button {
    font-family: "Nunito Sans", Sans-serif;
    font-size: 18px;
    font-weight: 800;
    color: #25abe1;
    background-color: #FFFFFF;
    border-radius: 0px 0px 0px 0px;
    line-height: 1;
    padding: 12px 24px;
    transition: all .3s;
}

.custom_button:hover {
    background-color: #232A61;
    color: #fff;
}

.navbar .dropbtn {
    border: none;
}

.navbar .dropbtn i {
    font-size: .7em;
    line-height: 1;
    padding: 10px 0 10px 5px;
    margin-top: -10px;
    margin-bottom: -10px;
}

.navbar .menu__dropdown {
    position: relative;
    display: inline-block;
    transition: all .3s;
}

.navbar .dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 200px;
    z-index: 1;
    /*  padding-top: 23px;*/

}

.navbar .dropdown-content a {
    color: #000 !important;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-size: 15px;
    font-weight: 700;
}

.navbar .dropdown-content a:hover {
    background-color: #25ABE1;
    color: #fff !important;
    transition: all .3s;
}

.navbar .menu__dropdown:hover .dropdown-content {
    display: block;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    background-color: #25ABE1 !important;
}
.navbar .dropdown-content a.active {
   color: #fff !important; 
}


/* ==========
===> Header Section
========== */
.header__content {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 100px 0 0 0;
}

.header__content__text .title-lg {
    display: inline-block;
    border-bottom: 15px solid #cbe8f7;
    line-height: 30%;
}

.header__content__text .title_1 {
    color: #232A61 !important;
    font-size: 29px;
}

.header__content__text .title_2 {
    color: #25ABE1 !Important;
    font-size: 29px;
}

.header__content__text h1 {
    color: #000000;
    font-size: 45px !important;
    font-weight: 700 !important;
}

.heading__large {
    line-height: 1.5em !important;
}

.heading__medium {
    line-height: 0.7em !important;
}

.header__content__text p {
    text-align: justify;
    color: #000000;
    font-size: 20px;
    line-height: 1.4em;
    margin: 0px 100px 0 0px;
    padding: 0px 0px 0px 0px;
}

.common_button {
    font-family: "Nunito Sans", Sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    background-color: #25abe1;
    border-radius: 0px 0px 0px 0px;
    line-height: 1;
    padding: 18px 20px;
    transition: all .3s;
}

.common_button:hover {
    background-color: #232A61;
    color: #fff;
}

.header__content__video {
    background-image: url(../../images/index/video-overlay-1.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 400px;
    text-align: center;
    position: relative;

}

.play__button i::after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-shadow: 0 0 0 0 currentColor;
    animation: button-ripple 3s infinite;
    opacity: .6;
    z-index: -1;
}

.play__button {
    position: relative;
    width: 60px;
    height: 60px;
    line-height: 45px;
    padding: 10px;
    color: #25abe1;
    background-color: #FFFFFF;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    border-radius: 50%;
    z-index: 6;
    margin-top: 105px !important;
    animation: ripple 2s linear infinite;

}

@keyframes ripple {
    0% {
        box-shadow: 0 0 0 0px rgba(35, 42, 97, 0);
    }

    50% {
        box-shadow: 0 0 0 7px rgba(35, 42, 97, 0.3),
            0 0 0 3px rgba(35, 42, 97, 0.3);
    }

    99% {
        box-shadow: 0 0 0 15px rgba(35, 42, 97, 0);
    }

    100% {
        box-shadow: 0 0 0 0px rgba(35, 42, 97, 0);
    }
}

.play__button:hover {
    color: #25abe1;
}

/* for modal */
.header__content__video--modal .modal-body {
    padding: 0 !important;
}

.header__content__video--modal .modal-content {
    background-color: #000;
}

.header__content__video--modal .close {
    position: absolute;
    top: -4%;
    right: -28%;
    color: #fff !important;
    background-color: #040404 !important;
    padding: 6px 11px 8px 11px !important;
    border-radius: 50%;
    border: 1px solid #fff !important;
}

.header__content__video--modal .close:hover {
    opacity: 6 !important;
    border: 1px solid #000 !important;
}

/* ==========
===> Feature Section
========== */

.index__feature {
    background-color: #F2F2F2;
    padding: 40px 0 30px 0;
}

.index__feature__title h2 {
    font-size: 35px !important;
    font-weight: 800 !important;
}

.index__feature__title .word_first {
    color: #232A61;
}

.index__feature__title .word_last {
    color: #25ABE1;
}

.index__feature .owl-theme .owl-dots .owl-dot span {
    display: none;
}

/* ==========
===> Why bizcope Section
========== */
.item__text {
    margin: 0;
}

.custom__title__first {
    font-size: 39px !important;
    font-weight: 1000 !important;
    color: #232A61;
}

.custom__title__last {
    font-size: 39px !important;
    font-weight: 1000 !important;
    color: #25ABE1;
}

.item__text hr {
    width: 21%;
    height: 4px !important;
    background-color: #25ABE1 !important;
    margin: 15px 0 0 0;
}

.item__text p {
    font-size: 18px;
    line-height: 1.5em;
    margin-top: 20px;
    margin-bottom: .9rem;
}



/* ==========
===> chart Section
========== */
.rank__chart {
    background-color: #F2F2F2;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 60px 0 60px 0;
}

.item__image__overlay {
    background-image: url('../../images/index/Ellipse-1-4.png');
    background-repeat: no-repeat;
    height: 100%;
    background-position: center right;
    background-size: contain;
}

.rank__chart .item__image {
    margin: 0px 30px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.rank__chart .item__image img {
    margin: 4rem 0 0 16rem;
}


/* ==========
===> experience Section
========== */
.experience {
    background-color: #25ABE1;
    padding: 100px 0 100px 0 !important;
}

.experience .card {
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #777777;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 45px 15px 45px 15px;
}

.experience .card img {
    width: 185px;
    height: 130px;
    margin: auto;
}

.card-title {
    color: #232A61;
    font-size: 25px !important;
    font-weight: 1000 !important;
}

.experience .card-title.two {
    color: #25ABE1;
}

.experience p {
    font-size: 17px;
    line-height: 1.5em;
}

/* ==========
===> our services Section
========== */
.our__services {
    padding: 60px 0 60px 0;
}

.hr_1 hr {
    width: 8% !important;
}

.our__services__item .card {
    box-shadow: 3px 3px 10px 0px rgb(0 0 0 / 16%);
}

.our__services__item p {
    font-size: 17px;
}

/* ==========
===> testimonials Section
========== */
.testimonials {
    background-color: #f0f0f0;
    padding: 60px 0;
}

/* ==========
===> expert-company Section
========== */
.index__expert_company {
    background-color: #E4E4E4;
    padding: 70px 0 70px 0;
}

.index__expert_company img {
    width: 110px !important;
}

/* ==========
===> build Section
========== */
.build {
    background-color: #25abe1;
    padding: 120px 0;
}

.build h2 {
    color: #FFFFFF;
    font-size: 50px !important;
    font-weight: 800 !important;
}

.build h4 {
    color: #FFFFFF;
    font-size: 25px !important;
    font-weight: 800 !important;
    margin: 15px 0;
}

.build .common_button {
    background-color: #FFFFFF;
    color: #25abe1;
}

.build .common_button:hover {
    background-color: #232A61;
    color: #fff;
}

/* ==========
===> community Section
========== */
.community {
    padding: 60px 0;
}

.community__item {
    margin-top: 3rem !important;
}

.community .col-xl-4:nth-child(1) img,
.community .col-xl-4:nth-child(3) img,
.community .col-xl-4:nth-child(4) img,
.community .col-xl-4:nth-child(5) img {
    height: 245px;
}

/* ==========
===> counter Section
========== */
.counters {
    background-color: #25abe1;
    padding: 70px 0;
}

.counters .card {
    padding: 10px 0;
    border: 0 !important;
    border-radius: 0 !important;
}

.counters__content__item h2 {
    color: #25abe1;
    font-size: 50px !important;
    font-weight: 800 !important;
    line-height: 1.3em !important;
}

.counters__content__item .plus {
    margin-left: -12px;
}

.counters .card-title.two {
    color: #25ABE1;
}


/* ==========
===> inside-mind Section
========== */
.inside {
    padding: 60px 0;
}

.inside__mind h3.card-title {
    font-size: 21px !important;
}

.inside__mind p {
    font-size: 16px !important;
    margin-top: -10px;
}

.inside__mind .common_button {
    font-size: 18px;
    padding: 12px 12px 12px 12px;
}

.inside__mind .common_button:hover {
    background-color: #25abe1;
}

.inside__mind .carousel-control-prev-icon i {
    font-size: 20px;
    margin-left: -15rem;
}

.inside__mind .carousel-control-next-icon i {
    font-size: 20px;
    margin-right: -15rem;
}




/* =============================
===================> About page
=============================================== */
/* ==========
===> header section
========== */
.about__header .header__content {
    padding: 70px 0;
}

.about__header .header__content__text p {
    margin: 0;
    text-align: left !important;
    margin-bottom: 3rem !important;
}

.about__header__video {
    margin-top: 35px;
}

/* ==========
===> help section
========== */
.about__help {
    background-color: #25abe1;
    padding: 104px 0;
    margin-top: -155px;
    text-align: center;
}

.about__help h3 {
    color: #FFFFFF;
    font-size: 40px;
    font-weight: 800;
    text-transform: capitalize;
}

/* ==========
===> services section
========== */
.about__services__item .custom__title a {
    color: #232A61 !important;
    font-size: 25px !important;
    font-weight: 800 !important;
}

.about__services__item .item__text hr {
    width: 28%;
    height: 3px !important;
    background-color: #25ABE1 !important;
    margin: -5px 0 0 0;
}

.about__services__item .item__text p {
    margin-top: 10px;
}

.about__services__image {
    border: 15px solid #fff;
    box-shadow: 0px 1px 20px 0px rgb(0 0 0 / 50%);
    margin-top: -40px;
}

.about__services__image.img-1 img {
    width: 100%;
    height: 349px;
}

.about__services__image.img-2 img {
    width: 100%;
    height: 280px;
}

.about__services__image.img-3 img {
    width: 100%;
    height: 309px;
}

/* ==========
===> expert-company section
========== */
.expert__company {
    background-color: #25abe1;
    padding: 60px 0;
}

.expert__company__content--text h2 {
    font-size: 40px !important;
    font-weight: 800 !important;
    text-transform: capitalize;
    color: #fff;
}

.expert__company__item li {
    background-color: #fff;
    padding: 10px 28px;
    height: 80px;
}

.expert__company__item li img {
    width: 150px;
    height: 60px;
}

/* ==========
===> about section
========== */
.about {
    padding: 60px 0;
}

.about__item .card {
    box-shadow: 3px 3px 10px 0px rgb(0 0 0 / 16%);
}

.about__item i {
    color: #25abe1;
    margin-bottom: 20px;
}

/* ==========
===> our value section
========== */
.about__values {
    padding: 60px 0;
}

.about__details span {
    color: #232a61;
    font-size: 25px !important;
    font-weight: 800 !important;
    text-transform: capitalize;
}

.about__details .col-lg-6:nth-child(3),
.about__details .col-lg-6:nth-child(4) {
    margin-top: 15px;
}

.about__details__item {
    border-bottom: 1px solid #d4d4d4;
    border-left: 9px solid #232a61;
    border-radius: 10px 0px 0px 10px;
}

/* collapse */
.about__values .collapsible {
    color: #000;
    background-color: #fff;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 24px;
    transition: 2s;
}

.about__details i {
    font-size: 17px;

}

.about__values .content1,
.about__values .content2,
.about__values .content3,
.about__values .content4 {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: .3s ease-out;
}


.about__values i.fas:after {
    content: "\f107";

}

.about__values .active i.fas:after {
    content: "\f0de";
    color: #25abe1
}

.about__details__item .active span {
    color: #25abe1
}

/* ==========
===> meet section
========== */
.about__meet {
    background-color: #25abe1;
    padding: 60px 0;
}

.about__meet__title h3 {
    color: #FFFFFF;
    font-size: 50px;
    font-weight: 800;
    text-transform: capitalize;
    line-height: 1.1em;
    text-align: center;
}

.about__meet__title p {
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    margin-top: 15px;
}

.about__meet__item h3 {
    margin-bottom: 12px;
    margin-top: 25px;
    color: #ffffff;
    font-size: 28px;
    font-weight: 800;
    text-transform: capitalize;
    text-align: center;
}

.about__meet__item p {
    color: #FFFFFF;
    font-weight: 400;
    line-height: 0.1em;
    text-align: center;
}

.about__meet__item img {
    transition: all .2s ease-in-out;
}

.about__meet__item img:hover {
    /*    transform: scale(0.2,0.1);*/
}

.about__meet__item__img img {
    width: 262px;
    height: 261px;
}

.about__meet__item__img.img_5,
.about__meet__item__img.img_6,
.about__meet__item__img.img_7,
.about__meet__item__img.img_8,
.about__meet__item__img.img_9,
.about__meet__item__img.img_10,
.about__meet__item__img.img_11,
.about__meet__item__img.img_12 {
    margin-top: 30px;
}

/*
.about__meet__item__img{
        width: 100%;
        height: 200px;
        background: url(../../images/about/Shahin-Ara-p67c8ki476gr12sd6qo49oeoytxkz235dgycl8m01q.jpg);
        background-size: cover;
        position: relative;
    }
    .about__meet__item__img::before{
        content: '';
        width: 100%;
        height: 200px;
        background: url(../../images/about/shape17.jpg);
        background-size: cover;
        position: absolute;
        top:0;
        left: 0;
        mix-blend-mode: screen;
    }

.about__meet__item__img:hover {
  transform: scale(1.1);
  transition: all .2s;
}
*/

/* =============================
===================> Services page
=============================================== */

/* ==========
===> header section
========== */
.services__header {
    background-image: url(../../images/service/Services.jpg);
    min-height: 390px;
    background-position: center center;
    background-size: cover;
    position: relative;
}

.services__header .overlay {
    background: rgba(37, 45, 44, 0.75);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.services__header h1 {
    color: #fff;
    font-size: 50px;
    font-weight: 800;
    text-transform: capitalize;
}

.services__header .title {
    margin-right: 9rem;
    margin-top: 5rem;
}

.services__header p {
    text-align: justify;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5em;
}

.services__header .common_button {
    background-color: #FFFFFF;
    color: #25abe1;
    padding: 18px 25px 18px 25px;
}

.services__header .common_button:hover {
    background-color: #232A61;
    color: #fff;
}


/* =============================
===================> Service_Seo page
=============================================== */

/* ==========
===> company icon section
========== */
.seo__service .header__content {
    padding: 90px 0 0 0;
}

.company__icon {
    background-color: #F2F2F2;
    padding: 40px 0;
}

/* ==========
===> generated section
========== */
.service__seo__generated {
    padding: 60px 0;
}


/* ==========
===> expert company section
========== */
.expert__company p {
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2em;
    margin-bottom: 40px;
}

/* ==========
===> seo service section
========== */
.seo__service {
    background-color: #f0f0f0;
    padding: 60px 0;
}

.seo__service__item .card {
    height: 250px;
    box-shadow: 3px 3px 10px 0px rgb(0 0 0 / 16%);
}

.seo__service i {
    color: #25abe1;
    margin-bottom: 15px;
}

.seo__service .item__text p {
    font-size: 24px;
    font-weight: 400;
    padding: 0 175px;
    text-align: center;
}

/* ==========
===> our team section
========== */
.seo__team {
    padding: 60px 0;
}

/* ==========
===> seo agency section
========== */
.seo__agency .item__image__overlay {
    padding: 45px;
}

.seo__agency .item__image img {
    margin: 2rem 0 2rem 12rem !important;
}

/* ==========
===> seo company section
========== */
.seo__company {
    padding: 60px 0;
}

/* ==========
===> seo service section
========== */
.seo__rank__service .item__image__overlay {
    padding: 45px;
}

.seo__rank__service .item__image img {
    margin: 2rem 0 2rem 12rem !important;
}

/* ==========
===> grew section
========== */
.service__seo__grew {
    padding: 60px 0;
}

.service__seo__grew .service__seo__grew__content p,
.service__seo__grew .service__seo__grew__content li {
    font-size: 18px;
}

/* ==========
===> grew section
========== */
.white__hat {
    padding: 60px 0;
}

.white__hat__item p {
    padding-right: 75px;
}

/* ==========
===> pricing section
========== */
.seo__pricing .item__text hr {
    width: 43%;
}


/* =============================
===================> Service_Digital_marketing page
=============================================== */

/* ==========
===> chart section
========== */
.service__marketing .item__image__overlay {
    padding: 40px;
}

.service__marketing .item__image img {
    margin: 4rem 0 3rem 11rem;
}

/* ==========
===> marketing-service section
========== */
.service__marketing__about .col-xl-4:nth-child(4),
.service__marketing__about .col-xl-4:nth-child(5),
.service__marketing__about .col-xl-4:nth-child(6) {
    margin-top: 40px;
}

/* ==========
===> marketing-partner section
========== */
.service__marketing__partner .hr_1 hr {
    width: 21% !important;
}

.item__text li {
    font-size: 18px;
}

/* ==========
===> chart section
========== */
.service__marketing__rank .item__image__overlay {
    padding: 30px;
}

.service__marketing__rank .item__image img {
    margin: 2rem 0 2rem 14rem;
}



/* =============================
===================> Service_web_design page
=============================================== */

/* ==========
===> portfolio section
========== */
.service__web__design__portfolio {
    padding: 60px 0;
}

.service__web__design__portfolio--item img {
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 50%);
}

/* ==========
===> web-service section
========== */
.web__service {
    padding: 60px 0;
}

.web__service__item .card {
    box-shadow: 3px 3px 10px 0px rgb(0 0 0 / 16%);
}

.web__service__item i {
    color: #25abe1;
    padding-bottom: 20px;
}

.web__service__item .col-xl-4:nth-child(4),
.web__service__item .col-xl-4:nth-child(5),
.web__service__item .col-xl-4:nth-child(6) {
    margin-top: 40px;
}

/* ==========
===> web process section
========== */
.web__process {
    padding: 60px 0 !important;
}

.web__process h2 {
    color: #FFFFFF;
    font-size: 40px;
    font-weight: 800;
    text-transform: capitalize;
}

.web__process i {
    color: #232A61;
    margin: auto;
}

/* ==========
===> pricing section
========== */
.web__pricing {
    padding: 60px 0;
}

.web__pricing__item .card {
    padding: 25px !important;
    border: 0;
}

.web__pricing__item .card_two {
    box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 15%);
}

.web__pricing__item .card-header {
    background-color: #fff !important;
}
.web__pricing__item h4 {
    color: #232a61;
    font-size: 19px;
    font-weight: 800;
    text-align: center;
}

.web__pricing__item .dollar {
    color: #25abe1;
    font-weight: 1000;
}

.web__pricing__item .amount {
    color: #25abe1;
    font-size: 85px;
    font-weight: 1000;
}

.web__pricing__item .price {
    font-size: 15px;
    font-weight: 800;
}

.web__pricing__item li {
    font-size: 16px;
    font-weight: 500;
    line-height: 3.4em;
    margin-left: 18px;
}

.web__pricing__item .btn {
    margin-left: 18px;
    display: block;
    border-radius: 0;
    background-color: #25abe1 !important;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    transition: 0.3s;
}

.web__pricing__item .btn:hover {
    transform: scale(1.1);
}

/* ==========
===> our service section
========== */
.web__design__about {
    background-color: #f0f0f0;
    padding: 60px 0;
}

.web__design__about__item .card {
    height: 250px;
    box-shadow: 3px 3px 10px 0px rgb(0 0 0 / 16%);
}

.web__design__about i {
    color: #25abe1;
    margin-bottom: 15px;
}


/* =============================
===================> blog page
=============================================== */

/* ==========
===> blog section
========== */
.blog {
    padding: 60px 0;
}

.blog .item__text p {
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4em;
    margin: 0px 100px 0px 0px;
}

.blog__content__item .card-title,
.inside__mind .card-title {
    font-size: 21px !important;
}

.blog__content__item p {
    text-align: inherit;
}

.blog__content__item .common_button,
.inside .common_button {
    padding: 12px 12px 12px 12px;
    font-size: 18px;
    transition: all .3s;
}

.blog__content__item .common_button:hover,
.inside .common_button:hover {
    color: #fff;
    background-color: #25abe1;
}

.blog__content__item .card {
/*    height: 556px;*/
    border-radius: 0;
}

.blog__content__item .page-link {
    padding: 0.3rem .4rem;
    color: #232a61;
    font-weight: 700;
    font-size: 14px;
    background-color: none;
    border: 0;
}

.blog__content__item .page-item.active .page-link {
    color: #232a61;
    background-color: transparent;
    border-color: none;
    opacity: .2;
}

.blog__content__item .page-link:hover {
    background-color: transparent;

}


/* =============================
===================> career page
=============================================== */
/* ==========
===> header section
========== */
.career__header {
    background-image: url(../../images/careers/career-1.jpg);
    height: 585px;
    background-position: center center;
    background-size: cover;
    position: relative;
    text-align: center;
}

.career__header .overlay {
    background: rgba(35, 42, 97, 0.75);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.career__header h1 {
    color: #fff;
    font-size: 48px;
    font-weight: 800;
    text-transform: capitalize;
}

.career__header .title {
    margin-top: 11rem;
}

.career__header p {
    text-align: justify;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5em;
}

.career__header .common_button {
    background-color: #FFFFFF;
    color: #25abe1;
    padding: 18px 25px 18px 25px;
}

/* ==========
===> logo-slider section
========== */
.career__logo__slider {
    position: relative;
}

.career__logo__slider__item img {
    width: 120px !important;
}

.career__logo__slider__item {
    padding: 20px 0px 20px 0px;
    background-color: #FFFFFF;
}

/* ==========
===> about section
========== */
.career__about {
    padding: 60px 0;
    margin-top: 8rem;
}

.career__about .item__text {
    padding: 0px 0px 0px 28px;
}

/* ==========
===> position section
========== */
.career__position {
    background-color: #25abe1;
    margin-bottom: 0px;
    padding: 120px 0;
}

.career__position__title h2 {
    color: #FFFFFF;
    font-size: 50px;
    font-weight: 1000;
    text-align: center;
    text-transform: capitalize;
}

.career__position__title p {
    text-align: center;
    color: #FFFFFF;
    font-family: "Open Sans", Sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4em;
}

.career__position__item .card {
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 0;
    padding: 10px;
}

.career__position__item h2 {
    float: left;
}

.position-text .alignleft {
    float: left;
    padding: 16px 0 0 0;
}

.position-text h2 {
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4em;
}

.career__position__item .common_button {
    background-color: #FFFFFF;
    color: #25abe1;
}

.career__position__item .common_button:hover {
    background-color: #232A61;
}

/* ==========
===> position-bottom section
========== */
.position__bottom {
    background-color: #25ABE1;
    padding: 70px 0 !important;
}

.position__bottom__item .card {
    padding: 40px 40px 40px 40px;
    border-radius: 0;
}

.position__bottom__item .card-body {
    padding: 0;
}

.position__bottom__item .card-title {
    font-size: 24px !important;
}

.position__bottom__item p {
    font-size: 17px;
    line-height: 1.5em;
    text-align: left;
}

.position__bottom__item i {
    color: #25ABE1;
}

/* ==========
===> community section
========== */
.career__community .community__item .colum {
    padding-right: 0;
}

/*
.career__community .community__item .image_overlay:hover {
    background-color: rgba(0,0,0,0.5); 
}
*/

.career__community .community__item .col-xl-3:nth-child(5),
.career__community .community__item .col-xl-3:nth-child(6),
.career__community .community__item .col-xl-3:nth-child(8),
.career__community .community__item .col-xl-3:nth-child(14) {
    margin-top: -13rem;
}

.career__community .community__item .col-xl-3:nth-child(7),
.career__community .community__item .col-xl-3:nth-child(9) {
    margin-top: 1rem;
}

.career__community .community__item .col-xl-3:nth-child(10) {
    margin-top: -11.7rem;
}

.career__community .community__item .col-xl-3:nth-child(11) {
    margin-top: .8rem;
}

.career__community .community__item .col-xl-3:nth-child(12) {
    margin-top: 1rem;
}

.career__community .community__item .col-xl-3:nth-child(13) {
    margin-top: .8rem;
}

.career__community .community__item .col-xl-3:nth-child(15) {
    margin-top: .8rem;
}

.career__community .community__item .col-xl-3:nth-child(16) {
    margin-top: 1rem;
}

.career__community .community__item .col-xl-3:nth-child(17) {
    margin-left: 18rem;
    margin-top: -18.3rem;
}

/* ==========
===> employees speak section
========== */
.employees__speak {
    padding: 60px 0;
}

.employees__speak__item .card {
    box-shadow: 3px 3px 10px 0px rgb(0 0 0 / 16%);
}

.employees__speak__item img {
    border-radius: 5px;
    margin-top: 10px;
}

.employees__speak__item h2 {
    color: #232a61;
    font-family: "Nunito Sans", Sans-serif;
    font-size: 19px;
    font-weight: 1000;
    margin-top: 15px;
}



/* =============================
===================> contact-us page
=============================================== */

/* ==========
===> header section
========== */
.contact__header {
    padding: 60px 0;

}

.contact__header__item .card-body {
    padding: 30px 30px 30px 30px;
    background-color: #25abe1;
}

.contact__header__item .card-body p {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4em;
}


/* ==========
===> claim now section
========== */
.contact__claim .claim__now__text {
    padding: 0;
}

.contact__claim .claim__now__text h2 {
    font-size: 50px !important;
    text-align: center;
}

.contact__claim .claim__now__text p {
    font-size: 20px !important;
    text-align: center;
    line-height: 1.4em;
    padding-bottom: 30px;
}

.contact__form__checkbox label {
    font-weight: 600;
    font-size: 14px;
    margin-right: 5px;
}


/* ==========
===> meet us section
========== */
.contact__meet .our__services__item .card {
    height: 220px;
    padding: 35px 15px 35px 15px;
}

/*##################### footer start #####################*/
/* ==========
===> claim now section
========== */
.claim__now {
    background-color: #25abe1;
    padding: 60px 0;
}

.claim__now .card-header {
    padding: 20px 20px 20px 20px;
    background-color: #232a61;
    color: #ffffff;
    font-size: 25px !important;
    font-weight: 800 !important;
}

.claim__now input,
.claim__now textarea {
    border: 1px solid #818a91 !important;
}

.claim__now .card-body {
    padding: 35px 50px 35px 50px;
}

.claim__now .common_button {
    background-color: #232a61;
    color: #ffffff;
    border: 1px solid #232a61;
    font-size: 20px !important;
    font-weight: 800 !important;
    border-radius: 0 !important;
}

.claim__now .common_button:hover {
    background-color: #25ABE1;
    border: 1px solid #25ABE1;
}

.claim__now .form-control:focus {
    box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.075) inset, 0px 0px 8px rgba(255, 255, 255, 0.5);

}

.claim__now__text h2 {
    font-size: 40px !important;
    font-weight: 1000 !important;
}

.claim__now__text {
    padding: 105px 20px 0px 40px;
}

.claim__now__text .item__text {
    margin-bottom: 30px;
}

.claim__now__text hr {
    width: 24%;
    height: 3px !important;
    background-color: #f8fcfd !important;
    margin: 30px 0 0 0;
}

.claim__now__text p {
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 1.5em;
}

.service__seo__claim_text,
.digital__marketing_claim_text,
.web__design_claim_text {
    padding: 0 20px 0px 40px !important;
}

/* ==========
===> contact us section
========== */
.contact {
    padding: 60px 0;
}

.contact__item .card {
    box-shadow: 3px 3px 10px 0px rgb(0 0 0 / 16%);
    padding: 35px 0px 35px 0px;
    border: 0;
}

.contact__item .card p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2em;
    text-align: start;
}

.contact__item .card {
    height: 220px;
}

.contact__item .card-body i {
    color: #fff !important;
    padding: 10px;
    background-color: #25ABE1;
}

.contact__item .card-body i:hover {
    background-color: #3BB4E4;
}

.contact__item .col-xl-6:nth-child(3),
.contact__item .col-xl-6:nth-child(4) {
    margin-top: 30px;
}

/* ==========
===> footer section
========== */
.footer {
    background-color: #25ABE1;
}

.footer__top {
    padding: 40px 0px 20px 0px;
}

.footer__top h4,
.footer__top li a {
    color: #fff !important;
}

.footer__top .list ul {
    padding-left: 0;
}

.footer__top .service_list ul {
    padding-left: 18px;
}

.footer__top__item .form-control-lg {
    border-radius: 0;
    font-size: 16px;
    color: #654949;
}

.footer_button {
    background-color: rgba(0, 0, 0, 0);
    color: #ffffff;
    font-size: 16px !important;
    border: 1px solid #fff;
    border-radius: 0;
    transition: transform .01s;
}

.footer_button:hover {
    color: #fff;
    transform: scale(1.1);

}

.footer__bottom {
    padding-bottom: 10px;
}

.footer_bottom_back i {
    background-color: rgba(0, 0, 0, 0);
    color: #ffffff;
    padding: 6px;
    border: 1px solid #fff;
    border-radius: 10px;
}