* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


html{
    overflow-x: hidden !important;
}
.max-width-480 {
    max-width: 480px;
}

.bg-blue {
    background-color: #1c4e8b;
}

.border-1 {
    border: 1px solid #1c4e8b !important;
}

.color-blue {
    color: #00a2e3 !important;
}

.policy-bg {
    background-color: #15678c;
}

textarea {
    color: white;
    border-bottom: 1px solid #1c4e8b !important;
}

a.butn-circle-text:hover {
    border: 1px solid #1c4e8b !important;
}

/* ........................header css.......................... */

.navlink_anchor.active span.rolling-text {
    color: #00a2e3 !important;
}

/* ..........................index page css........................... */

/* .slide-har.st1 .box .item:nth-child(even) span {
    color: black;
} */


#bg_scroll_section {
    background: url(../../assets/imgs/background/4.jpg) no-repeat center center;
    width: 100%;
    background-size: 100% 100%;
    height: 1000px;
    background-attachment: fixed;
    margin-top: -70px;
    position: relative;
}

#content-carousel-container-unq-testim
    .swiper-wrapper
    .swiper-slide
    .item
    .content
    .text
    p {
    color: white;
}
/* .revolution_workflow .icon img{
    border: 1px solid #1c4e8b;
} */

.revolution_workflow .item-box:hover {
    box-shadow: 3px 3px 6px 4px rgba(219, 214, 214, 0.2);
}
/* ..............................contact page css........................... */

.form-group label.error {
    color: red;
    font-size: 14px;
    font-weight: 800;
}
.form-group input::placeholder,
.form-group textarea::placeholder {
    color: white;
}
.form-group input {
    color: white;
    border-bottom: 1px solid #1c4e8b;
}
button.confirm:hover {
    background-color: #3f79c0 !important;
}
button.confirm {
    background-color: #1c4e8b !important;
}

.sweet-alert .icon.success .placeholder{
    border: 4px solid rgb(165 220 134 / 59%) !important;
}
.sweet-alert .icon.success .line{
    background-color: #69d52c;
}
/* ..............................policy page css .................................*/

.policy_page_content h4 {
    font-size: 28px;
    font-weight: bold;
    color: white;
    margin-bottom: 2px;
    margin-top: 10px;
}
header.page-header-cerv .mt-15 span.main-color {
    font-weight: 600;
}
header.page-header-cerv a {
    font-weight: 600;
}
header.page-header-cerv a:hover {
    font-weight: 600;
    color: #00a2e3;
}

/* ...................................footer css....................................... */

.navlink_anchor.active {
    color: #00a2e3;
}
.footer_anchor span{
    color: white !important;
}

.footer_anchor:hover span{
    color: #00a2e3 !important;
}

.service_policy h3,.service_policy h4{
font-size: 28px;
font-weight: bold;
color: white;
margin-bottom: 2px;
margin-top: 10px;
}

.service_policy strong{
    font-weight: unset !important;
}
.service_policy ul{
    padding-left: 0;
}
.service_policy ul li{
    line-height: 1.8 !important;
}
/* ......................services page css................... */

.our_solutions_sec .item-box {
    box-shadow: 0px 4px 11px 0px #c1bdbd !important;
    border: none;
    background: transparent;
}

/* ................................solution page css.......................... */

.item-link.current h4 {
    transform: translate(20px, 0px) scale(1.1);
    transition: all 0.5s ease;
    color: #00a2e3;
}

.our_strategies {
    background-color: #1c4e8b;
}

/* ................................media css........................................ */

@media (min-width: 991px) {
    .topnav {
        display: none;
    }
}

@media(max-width:1400px){
    .startup-header .caption p{
        top: 40%;
    }
}

@media (max-width: 991px) {
    .page-intro-cerv .cont {
        padding: 30px;
    }
    .item-link.current h4 {
        transform: none;
    }
}

@media (max-width: 767px) {
    .footer_logo {
        margin-bottom: 20px;
    }
    nav.navbar.navbar-expand-lg.nav-crev.change .container {
        flex-wrap: nowrap;
    }
    .navbar .menu-icon {
        padding: 20px;
    }
    .services-crev .item-box {
        padding: 20px;
    }
    .edge_we_offer {
        padding-bottom: 0;
    }
    .services .item-box {
        padding: 30px;
    }
    .page-intro-cerv .cont {
        padding: 10px 20px;
    }

    .mb-mobile-0 {
        margin-bottom: 0 !important;
    }

    .pt-mobile-0 {
        padding-top: 0 !important;
    }
    .website_devlopment_section ._1 {
        order: 1;
    }
}
