:root {
    --purple: #31294b;
    --blue: #0d89af;
    --black: #222222;
    --white: #fff;
    --main-color: #0d89af !important;
    --main-color-rgb: 13, 137, 175 !important;
    --color-two: #31294b !important;
    --color-two-rgb: 49, 41, 75 !important;
}

h1 {
    line-height: 60px;
    font-size: 50px;
}


/* MENU */

.slider-six_pattern-layer {
    top: 0px;
}

.main-header.header-style-four .header-upper::before {
    background: var(--black) !important;
    opacity: 1;
}

.logo {
    width: 20%;
    text-align: center;
}

.logo img {
    width: 200px;
    padding: 10px 0px;
}

.main-header.header-style-four .header-upper .logo {
    padding: 0px 0px;
}

.main-header.header-style-four .header-two_socials a {
    width: 35px;
    height: 35px;
    font-size: 15px;
    line-height: 35px;
}

.socialIcons {
    width: 40%;
    display: inline-block !important;
    text-align: center;
}

.dataContect {
    width: 40%;
    text-align: center;
}

.main-header .main-menu .navigation>li>a {
    font-size: 20px;
    color: var(--white);
}

.main-header.header-style-four .main-menu .navigation>li>a {
    padding: 20px 0px;
}

.main-header .main-menu .navigation>li.current>a {
    color: var(--main-color);
    background-color: var(--white);
    padding: 6px 30px;
    border-radius: 50px;
}

.main-header.header-style-four .header-lower .inner-container {
    border-radius: 0px;
    background: var(--blue);
    z-index: 99;
}

.menuSection {
    max-width: 100%;
    padding: 0;
}

.main-header .main-menu .navbar-collapse {
    text-align: center;
    margin: auto;
    left: 0;
    right: 0;
    display: block !important;
    z-index: 999;
    position: relative;
}

.main-menu {
    width: 100%;
}

.main-header .header-lower .nav-outer {
    width: 100%;
}


/* END MENU */


/* SLIDER */

.slider-one .main-slider-prev,
.slider-one .main-slider-next {
    border-radius: 100px;
    background-color: var(--white);
    width: 55px;
    height: 55px;
    line-height: 55px;
    left: 10px;
    bottom: 150px;
}

.slider-one_heading {
    text-transform: none;
}

.slider-one_content-inner {
    padding-left: 0px;
}


/* END SLIDER */


/* SERVICES */

#sectionServices {
    margin-top: 100PX;
}

.fluid-one_image-layer::before {
    opacity: 1;
}


/* END SERVICES */


/* PROCESS */

.process-block_one-image::before {
    opacity: 1;
    background: linear-gradient(to bottom, rgba(var(--color-two-rgb), 1) 0%, rgba(var(--main-color-rgb), 1) 33%, rgba(var(--color-two-rgb), 1) 100%) !important;
}


/* END PROCESS */


/* COUNT */


/* .counter-one_image-layer::before {
    opacity: 1;
}
 */


/* END COUNT */