* {
    margin: 0;
    padding: 0;
    outline: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    scroll-padding-top: 100px;
}

body {
    font-family: 'Poppins', sans-serif;
}

a {
    text-decoration: none;
}
.btn-close:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13,110,253,.0);
    opacity: 1;
}
.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 0rem;
}

.padding-170 {
    padding-top: 170px;
    padding-bottom: 170px;
}
.three-btn {
    border-radius: 15px 0 0 15px;
    background: #E21B20;
    position: fixed;
    z-index: 9999;
    top: 40%;
    right: 0;
    display: flex;
    flex-direction: column;
}
a.btn.btn-whatsapp:hover {
    border-radius: 15px 0 0 0 !important;
}
a.btn.btn-phone:hover {
    border-radius: 0 0 0 15px !important;
}
.home-star img{
    margin-top: 6px;
}
a.btn.btn-whatsapp {
    color: #60D669;
    padding: 15px 15px;
    border-bottom: 1px solid #FFF !important;
    border-radius: 0;
    border-top: none !important;
    border-left: none !important;
}
a.btn.btn-phone {
    color: #FFF;
    padding: 15px 10px;
    border-radius: 0;
    border-bottom: none !important;
    border-left: none !important;
}
.padding-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.padding-bottom-50 {
    padding-bottom: 50px;
}

.blog-head-text h1 {
    color: #FFF;
    font-size: 80px;
    font-weight: 700;
    letter-spacing: 8px;
    text-transform: capitalize;
    margin-bottom: 0;
    text-align: center;
}

.blog-bg {
    background: url(../image/blog-bg.svg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.career-bg {
    background: url(../image/career-bg.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.foot-bg {
    background: url(../image/footer-bg.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.mobile-img img {
    margin-bottom: 5px;
}

.mobile-img {
    text-align: center;
    border: 1px solid #00000012;
    background: #FFF;
    padding: 30px;
}
.mobile-img:hover {
    box-shadow: 0px 0px 90px 0px rgba(0, 0, 0, 0.09);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    border: 1px solid #FFF;
}
.mobile-img p {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1.8px;
    text-transform: capitalize;
    margin-bottom: 0;
}

.explor-cate h2 {
    color: #E21B20;
    font-size: 48px;
    font-weight: 700;
    letter-spacing: 2.4px;
    text-transform: capitalize;
    text-align: center;
}

.mobile-box {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.blog-img img {
    width: 100%;
    border-radius: 10px 10px 0px 0px;
}

.date-round {
    width: 70px;
    height: 70px;
    background-color: #DA2E32;
    border-radius: 50%;
    padding: 13px;
    position: absolute;
    transform: translate(-50%, -50%)!important;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.date-round p {
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 0;
}

.blog-by {
    padding-top: 50px;
    padding-bottom: 20px;
    display: flex;
    justify-content: space-between;
}

.blog-by p {
    color: #717171;
    font-size: 12px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 0;
}

.blog-bene h3 {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.8px;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.blog-bene a {
    background: linear-gradient(90deg, #D92D32 50%, rgba(0, 0, 0, 0.00) 286.35%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.8px;
    text-transform: capitalize;
}

.blog-disc {
    padding: 0px 18px 24px;
    border-radius: 0px 0px 10px 10px;
    background: #FFF;
    box-shadow: 0px 4px 5px 0px rgba(109, 107, 107, 0.20);
    position: relative;
}

.flutter-box {
    border-radius: 10px;
    border: 1px solid #C3C3C3;
    background: #FFF;
    padding: 25px;
    text-align: center;
}

.flutter-box img {
    margin-bottom: 30px;
}

.flutter-box h4 {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin-bottom: 25px;
}

.flutter-box p {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.flutter-box p span {
    color: #212121;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.8px;
    text-transform: capitalize;
}

.flutter-box a {
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 10px;
}

a.btn.btn-danger {
    border-radius: 10px;
    background: #E21B20;
    padding: 18px 40px;
}

.btn-danger:focus {
    color: #fff;
    background-color: #bb2d3b;
    border-color: #b02a37;
    box-shadow: 0 0 0 0.25rem rgb(255 255 255 / 0%);
}

.btn-check:active+.btn-danger:focus,
.btn-check:checked+.btn-danger:focus,
.btn-danger.active:focus,
.btn-danger:active:focus,
.show>.btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgb(255 255 255 / 0%);
}

.best-career-disc h5 {
    color: #E21B20;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}

.best-career-disc h2 {
    color: #000;
    font-size: 48px;
    font-weight: 500;
    margin-bottom: 10px;
}

.best-career-disc p {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1.26px;
    margin-bottom: 0;
}

.footer-part-one a img {
    margin-bottom: 25px;
}

.footer-part-one p {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 30px;
}

.social-icons a i {
    height: 40px;
    width: 40px;
    color: #636770;
    padding: 12px;
    border-radius: 20px;
    border: 1px solid #636770;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-icons a i:hover {
    color: #E21B23;
    border: 1px solid #E21B23;
}

.social-icons {
    display: flex;
}

.social-icons a {
    margin-right: 14px;
}

.footer-part-two h3 {
    color: #FFF;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 24px;
}

.footer-link ul {
    list-style: none;
    padding: 0;
}

.footer-link ul li a {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 8px;
}

.footer-link ul li a:hover {
    color: #E21B23;
}

.footer-link ul li {
    margin-bottom: 8px;
}

.foot-location i {
    color: #E21B23;
    font-size: 20px;
    margin-right: 8px;
}

.foot-location {
    margin-bottom: 14px;
    display: flex;
}

.office-add h5 {
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 6px;
}

.office-add p {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 0;
}

.office-add a {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 0;
}

.office-add a:hover {
    color: #E21B23;
}
.dropdown-menu {
    box-shadow: 0px 2px 37px rgba(0, 0, 0, 0.1) !important;
    background: #FFFFFF !important;
    border-top: 2px solid #E21B20!important;
    border-radius: 10px !important;
}
.dropdown:hover .dropdown-menu {
    display: block;
}
.footer-bottom {
    background: #E21B23;
}
.dropdown-item.active, .dropdown-item:active {
    color: #E21B23;
    text-decoration: none;
    background-color: #FFF;
}
.navbar-light .navbar-nav .nav-link:hover {
    color: #E21B23;
}
.dropdown-item.active, .dropdown-item:hover {
    color: #E21B23;
    text-decoration: none;
    background-color: #FFF;
}
.active{
    color: #E21B23;
}
.copyright {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.copyright p {
    color: #FFF;
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 400;
    margin-bottom: 0px;
}
.navbar-light .navbar-toggler {
    color: #E21B20;
    border-color: #e21b2061;
}
.navbar-toggler {
    padding: 6px;
    font-size: 1rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    transition: box-shadow .15s ease-in-out;
}
.copyright p a {
    text-transform: capitalize;
    color: #FFF;
    margin-bottom: 0;
    font-weight: 400;
}
button.btn.btn-search{
    border-radius: 0px 8px 8px 0px;
    background: #E21B20;
}
button.btn.btn-search i{
    color: #FFF;
}
input.form-control.search-blog{
    padding: 12px;
}
.copyright p a:hover {
    color: #000;
}
.owl-carouselblog .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    padding: 10px 0;
}
.call-sms p {
    color: #FFF;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0;
}

.call-sms a {
    color: #FFF;
    font-size: 25px;
    font-weight: 700;
}

.call-sms a:hover {
    color: #E21B23;
}

.call-sms {
    padding: 18px 60px;
    background: #090909;
}

.web-first h2 {
    color: #E21B20;
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.web-first p {
    color: #000;
    font-family: Poppins;
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 14px;
}

.web-first a.btn.btn-danger {
    border-radius: 10px;
    background: #E21B20;
    padding: 18px 40px;
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-top: 16px;
}

.turn-idea {
    background: #F5F5F5;
}

.web-sec h3 {
    color: #E21B20;
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.clutch {
    display: flex;
    padding-top: 16px;
    flex-wrap: wrap;
}

.clutch :nth-child(1) {
    margin-right: 30px;
}

.web-f-p p {
    color: #888888;
    margin-bottom: 35px;
}

.web-f-p p a {
    color: #E21B20;
    text-decoration: underline;
}

.frontend-box {
    padding: 35px 15px 80px;
    position: relative;
    border-radius: 26.339px;
    background: #FCFCFC;
    box-shadow: 0px 3.51192px 4.3899px 0px rgba(109, 107, 107, 0.20);
    text-align: center;
    height: 100%;
}

.frontend-box {
    padding: 25px 15px;
    border-radius: 20px;
}
.frontend-box h5 {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 25px;
}

.frontend-box p {
    color: #7A7A7A;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 3rem;
}

.frontend-icon {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    box-shadow: 0px 3.51192px 4.3899px 0px rgba(109, 107, 107, 0.20);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 100%;
    background: #FCFCFC;
}

.mb-85 {
    margin-bottom: 105px;
}

.buss-list ul {
    list-style: none;
}

.buss-list ul>li {
    padding: 5px 0;
    color: #000;
    font-size: 15px;
    font-weight: 400;
}

.buss-list ul>li:before {
    content: "";
    height: 14px;
    width: 14px;
    display: block;
    float: left;
    margin: 4px 15px 4px 0px;
}

.buss-list ul>li:before {
    background: url("../image/li-symbol.svg");
    background-size: cover;
    background-position: center;
    padding: .15rem;
}

.business h4 {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 14px;
    margin-top: 20px;
}

.business p {
    color: #000;
    font-size: 15px;
    font-weight: 400;
    line-height: 22.5px;
    margin-bottom: 25px;
}

.business h4 {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 14px;
    margin-top: 20px;
}

.business h4 {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 14px;
    margin-top: 20px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #E21B20;
}

.online-pre {
    display: flex;
    align-items: start;
    margin-bottom: 35px;
}

.online-pre-icon img {
    max-width: 40px;
    max-height: 40px;
}

.online-pre-icon {
    margin-right: 30px;
}

.online-pre-disc h4 {
    color: #000;
    font-size: 20px;
    font-weight: 600;
}

.online-pre-disc p {
    color: #7A7A7A;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
}

.infrastructure-planning h4 {
    color: #000;
    font-size: 28px;
    font-weight: 600;
    text-transform: capitalize;
}

.infrastructure-planning p {
    color: #888;
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
}

.padding-60 {
    padding-bottom: 60px;
}

.btn-check:focus+.btn,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, .0);
}

.navbar {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
}
.how-does-hover{
    padding-top: 70px;
}
.ideation{
    padding: 30px 0 50px 0;
    position: relative;
}
.ideation img{
    margin-bottom: 20px;
    padding: 0 30px;
}
.ideation p{
    color: #000;    
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0;
    padding: 0 30px;
}
.ideation-hover{
    background-color: #000;
    padding: 30px;
    display: none;
}
.ideation-hover h5{
    color: #F00;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
}
.ideation-hover p{
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
}
.ideation:hover .ideation-hover{
    display: block;
    transform: translate(0px, -113px) !important;
    box-shadow: 0px 27px 55px rgb(0 0 0 / 17%);
    position: absolute;
    z-index: 99;
}
.ideation-hover img,
.ideation-hover h5,
.ideation-hover p{
    padding: 0;
}
.navbar-light .navbar-nav .nav-link {
    color: #000;
    margin-right: 15px;
}

.nav-link {
    padding: 15px;
}
a.nav-link.active{
    color: #E21B20 !important;
}


/* media  */


/* 1680 */

@media (max-width: 1700px) {}


/* 1500 */

@media (max-width: 1680px) {}


/* 1440 */

@media (max-width: 1449px) {
    .best-career-disc h2 {
        font-size: 40px;
    }
}


/* 1280 */

@media (max-width: 1439px) {
    .mobile-img img {
        width: 150px;
    }
    .explor-cate h2 {
        font-size: 40px;
    }
    .footer-part-two h3 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .office-add h5 {
        font-size: 16px;
    }
    .call-sms a {
        font-size: 20px;
        font-weight: 600;
    }
    .foot-location i {
        font-size: 16px;
    }
    .infrastructure-planning h4 {
        font-size: 26px;
    }
}


/* 992 */

@media (max-width: 1279px) {
    .navbar-light .navbar-nav .nav-link {
        margin-right: 4px !important;
    }
    .padding-80 {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .mobile-img {
        padding: 16px;
    }
    .padding-bottom-50 {
        padding-bottom: 40px;
    }
    .explor-cate h2 {
        font-size: 35px;
    }
    .footer-part-two h3 {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .blog-head-text h1 {
        font-size: 55px;
    }
    .best-career-disc h2 {
        font-size: 35px;
    }
    .best-career-disc h5 {
        font-size: 18px;
    }
    .best-career-disc p {
        font-size: 16px;
    }
    .web-first h2 {
        font-size: 28px;
        margin-bottom: 20px;
    }
    .infrastructure-planning h4 {
        font-size: 22px;
    }
    .online-pre-icon {
        margin-right: 14px;
    }
}


/* 768 */

@media (max-width: 991px) {
    .padding-80 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .mobile-img img {
        width: 100px;
    }
    .mobile-img p {
        font-size: 16px;
    }
    .nav-link {
        padding: 5px;
    }
    .btn {
        padding: 12px 15px;
    }
    .padding-170 {
        padding-top: 110px;
        padding-bottom: 110px;
    }
    .explor-cate h2 {
        font-size: 30px;
    }
    .padding-bottom-50 {
        padding-bottom: 25px;
    }
    .blog-head-text h1 {
        font-size: 40px;
    }
    .copyright {
        justify-content: center;
        padding: 10px;
    }
    .best-career-disc h2 {
        font-size: 28px;
    }
    .best-career-disc h5 {
        font-size: 16px;
    }
    a.btn.btn-danger {
        border-radius: 10px;
        padding: 14px 30px;
    }
    .flutter-box a {
        font-size: 15px;
    }
    .blog-bene h3 {
        margin-bottom: 10px;
    }
    .footer-part-one a img {
        margin-bottom: 15px;
    }
    .web-first h2 {
        font-size: 26px;
        margin-bottom: 14px;
    }
    .web-first a.btn.btn-danger {
        border-radius: 10px;
        padding: 14px 30px;
        font-size: 14px;
        margin-top: 12px;
    }
    .business p {
        font-size: 15px;
        line-height: 22.5px;
        margin-bottom: 8px;
    }
    .infrastructure-planning h4 {
        font-size: 20px;
    }
    .ideation:hover .ideation-hover {
        display: block;
        transform: translate(0px, -113px) !important;
        box-shadow: 0px 27px 55px rgb(0 0 0 / 17%);
        position: absolute;
        z-index: 99;
        top: 1rem;
    }
    .padding-60 {
        padding-bottom: 30px;
    }
}


/* 576 */

@media (max-width: 767px) {
    .padding-80 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .copyright p {
        font-size: 14px;
        margin-bottom: 6px;
    }
    .call-sms {
        padding: 10px 20px;
        text-align: center;
    }
    .call-sms a {
        font-size: 16px;
    }
    .footer-part-one p {
        margin-bottom: 14px;
        font-size: 15px;
    }
    .office-add p {
        font-size: 15px;
    }
    .footer-part-two h3 {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .footer-link ul li a {
        font-size: 15px;
        margin-bottom: 8px;
    }
    .explor-cate h2 {
        font-size: 26px;
    }
    .blog-head-text h1 {
        font-size: 30px;
    }
    .copyright p {
        text-align: center;
    }
    .web-first h2 {
        font-size: 24px;
        margin-bottom: 14px;
    }
    .business h4 {
        font-size: 20px;
        margin-bottom: 8px;
        margin-top: 12px;
    }
    .padding-60 {
        padding-bottom: 15px;
    }
    .ideation:hover .ideation-hover {
        top: 3rem;
    }
}


/* 525 */

@media (max-width: 575px) {
    .date-round {
        width: 64px;
        height: 64px;
    }
    .web-first h2 {
        font-size: 22px;
        margin-bottom: 10px;
    }
    .frontend-box h5 {
        margin-bottom: 14px;
    }
    .business h4 {
        font-size: 18px;
        margin-bottom: 8px;
        margin-top: 12px;
    }
    .online-pre-disc h4 {
        font-size: 18px;
    }
    .web-f-p p {
        color: #888888;
        margin-bottom: 22px;
        line-height: 25px;
    }
    .ideation p {
        font-size: 16px;
    }
    .how-does-hover {
        padding-top: 50px;
    }
    .ideation-hover h5 {
        color: #F00;
        font-size: 16px;
        margin-bottom: 12px;
    }
    .ideation-hover img, .ideation-hover h5, .ideation-hover p {
        padding: 0 !important;
        font-size: 14px !important;
    }
    .accordion-body {
        padding: 0.8rem !important;
        font-size: 15px;
    }
    .accordion-button {
        padding: 0.8rem !important;
        font-size: 16px;
    }
    .infrastructure-planning p {
        font-size: 15px;
        font-weight: 400;
        line-height: 24px;
        margin-bottom: 0;
    }
    .infrastructure-planning h4 {
        font-size: 18px;
    }
}


/* 480 */

@media (max-width: 524px) {
    .web-first h2 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .web-first p {
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 10px;
    }
    .frontend-box p {
        font-size: 15px;
        line-height: 24px;
    }
}


/* 425 */

@media (max-width: 479px) {
    .padding-80 {
        padding-top: 45px;
        padding-bottom: 45px;
    }
    .blog-head-text h1 {
        font-size: 24px;
    }
    .explor-cate h2 {
        font-size: 25px;
    }
    .mobile-img {
        padding: 15px;
    }
    .mobile-img img {
        width: 70px;
    }
    .ideation:hover .ideation-hover {
        top: 5rem;
    }
}


/* 375 */

@media (max-width: 424px) {
    .padding-170 {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .explor-cate h2 {
        font-size: 22px;
    }
    .mobile-img {
        padding: 10px;
    }
    .mobile-img p {
        font-size: 15px;
    }
    .padding-80 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .best-career-disc h2 {
        font-size: 24px;
    }
    .online-pre {
        margin-bottom: 30px;
        flex-direction: column;
    }
    .online-pre-icon img {
        margin-bottom: 10px;
    }
    .infrastructure-planning h4 {
        font-size: 16px;
    }
    .ideation-hover {
        padding: 15px;
    }
    .ideation img {
        margin-bottom: 20px;
        padding: 0 15px;
    }
    .ideation p {
        padding: 0 15px;
    }
}


/* 320 */

@media (max-width: 374px) {
    .blog-bene h3 {
        font-size: 15px;
        margin-bottom: 10px;
    }
    .flutter-box p span {
        font-size: 15px;
    }
    .best-career-disc p {
        font-size: 15px;
    }
    .blog-bene a {
        font-size: 15px;
    }
}
