/* Utilities */
.custom-space {
    padding-top: 70px ;
    padding-bottom: 70px ;
}
.global-btn.style-border3 {
    border: 1px solid #fff;
}
.bg-base-blue {
    background-color: #7787ee !important;
}

.my-header.sticky {
    background: #f5f5f5 !important;
}
.icon-btn {
    color: #000;
}
.header-layout4 .icon-btn {
    background: transparent;
    border: 1px solid #000;
    line-height: 43px;
}

/* Banner */
.banner-one__inner {
    padding: 162px 0 111px;
}
.sec-title.style2 {
    line-height: 1.2;
    font-size: 55px;
}

/* Sections breadcrumb */
.breadcumb-content {
    padding-top: 170px;
    padding-bottom: 100px;
}
.breadcumb-wrapper {
    background: var(--deep-black-color);
    overflow: hidden;
    position: relative;
    z-index: auto;
    /* background-image: url(../img/ananyas/about-bread1.jpg); */
    background-size: cover;
    background-repeat: no-repeat;
}
.breadcumb-wrapper-about {
    background: var(--deep-black-color);
    overflow: hidden;
    position: relative;
    z-index: auto;
    background-image: url(../img/ananyas/about-bread1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.breadcrumb-wrapper-service {
    background: var(--deep-black-color);
    overflow: hidden;
    position: relative;
    z-index: auto;
    background-image: url(../img/ananyas/service-bread1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.breadcumb-wrapper-portfolio {
    background: var(--deep-black-color);
    overflow: hidden;
    position: relative;
    z-index: auto;
    background-image: url(../img/ananyas/portfolio-bread.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.breadcrumb-wrapper-contact {
    background: var(--deep-black-color);
    overflow: hidden;
    position: relative;
    z-index: auto;
    background-image: url(../img/ananyas/contact-bread.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

/* Section bread heads */
.body-white h1 {
    color: #334be6;
}

/* Header main */
.custom-container--xl {
    background-color: #f5f5f5 ;
}
.header-layout4 .main-menu > ul > li > a {
    color: #13269c;
}
.header-layout4 .main-menu > ul > li > a:hover {
    color: #000;
}

/* Header btn */
.global-btn {
    background-color: #0e1b71;
}
.global-btn.style3 {
    background: #13269c;
    color: #fff;
}

/* About Subtitle */
.sub-title.style2 {
    color: #0e1b71 !important;
}
.sub-title {
    color: #0e1b71 !important;
}

.widget {
    background: transparent;
    border: 5px solid #081044;
}
.widget_title:after {
    background-color: #081044;
    width: 135px;
}
.widget_title:before {
    background-color: transparent;
}

/* Client Testimonial */
.testi-card.style2 {
    background: #0e1b71;
}
.text-base-two-client {
    color: #0e1b71 !important;
}

/* Service Section */
.bg-base {
    background-color: #0e1b71 !important;
}
.bg-deep-black {
    background-color: #081044 !important;
}
.body-white h5{
    color: #e6e6e6;
}
.blog-card.style4 .blog-content {
    padding: 0px 30px 30px;
}

.blog-card.style4 .link-btn:hover {
    color: #081044;
}

/* Why Choose */
.margin-right-20 {
    margin-right: 20px;
}
.hover-bg-choose:hover {
    background-color: #334be6 !important;
}

/* Portfolio */
.blog-card.style4 .blog-content .blog-meta i {
    color: #4b4b4b !important;
    font-size: 16px;
}

.blog-card.style4 .blog-content .blog-meta a {
    color: #4b4b4b !important;
    margin: 0;
    font-size: 14px;
}

.blog-card.style4 .blog-title {
    margin-top: 21px;
    font-size: 22px;
    color: #4b4b4b !important;
    margin-bottom: 30px;
    line-height: 1.272;
}

.blog-card.style4 .link-btn {
    font-size: 16px;
    font-weight: 700;
    color: #4b4b4b;
    text-transform: capitalize;
}

/* Contact */
.bg-base-contact {
    background-color: #0e1b71 !important;
}
.bg-deep-contact {
    background-color: #f5f5f5 !important;
}
.global-btn.contact {
    background-color: #f5f5f5;
}
.contact-form {
    padding: 30px;
}

/* footer */
.text-footer {
    color: #fff;
}
.border-footer {
    border-color: #fff;
}
.hover-bg-footer:hover {
    background-color: #fff !important;
}
.hover-text-footer {
    color: #334be6;
}
.hover-action::before {
    background-color: #334be6 !important;
}
.py-25-px {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
}