﻿body {
    /*color: #c5ccd2;*/
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    line-height: inherit;
}

.c-content-title-1 > h3, h4 {
    color: rgb(55, 130, 206);
}

h4 {
    font-size: 19px;
}

.c-font-bold {
    font-weight: 500 !important;
}

.c-name {
    color: #5c6873 !important;
}
.c-content-title-1 > .c-line-right, .c-content-title-1 > .c-line-left {
    background-color: rgb(55, 130, 206);
}

.c-content-title-1 > .c-line-center {
    background-color: rgb(55, 130, 206);
}

.c-font-shadow {
    text-shadow: 1px 1px 6px #2f353b;
}

.c-font-grey-custom {
    color: #d2d2d2 !important;
}


.c-theme-font, .c-theme-color {
    color: rgb(55, 130, 206) !important;
}

.c-content-testimonial-3 .c-content {min-height: 155px;}


.c-content-feature-10 > .c-list > li > .c-card {
    padding: 30px;
}

@media (max-width: 991px) {
    .c-layout-header.c-layout-header-default-mobile.c-header-transparent-dark {
        /*background: rgba(51, 66, 103,1);*/
        background: linear-gradient( 135deg, rgb(59, 87, 220), rgb(44, 221, 174));
        background-color: rgb(55,130, 206);
    }
}

@media (min-width: 992px) {
    .c-layout-header.c-layout-header-3 {
        /*background: rgba(51, 66, 103,1);*/
        background: linear-gradient( 135deg, rgb(59, 87, 220), rgb(44, 221, 174));
        background-color: rgb(55,130, 206);
    }

    .c-page-on-scroll .c-layout-header.c-layout-header-3 {
        background: linear-gradient( 135deg, rgb(59, 87, 220), rgb(44, 221, 174));
        background-color: rgb(55,130, 206);
    }
}

@media (max-width: 991px) {
    .c-layout-header.c-layout-header-dark-mobile {
        background: linear-gradient( 135deg, rgb(59, 87, 220), rgb(44, 221, 174));
        background-color: rgb(55,130, 206);
        border-bottom: 0;
    }

    .c-layout-header.c-layout-header-dark-mobile .c-brand > .c-hor-nav-toggler:hover {
        background: transparent;
    }

        .c-layout-header.c-layout-header-dark-mobile .c-brand > .c-hor-nav-toggler:hover > .c-line {
            background: #ffffff;
        }
        .c-layout-header.c-layout-header-dark-mobile .c-brand > .c-hor-nav-toggler > .c-line {
            background: #ffffff;
        }

        .c-layout-header.c-layout-header-dark-mobile .c-brand > .c-hor-nav-toggler {
            background: transparent;
        }

        .c-layout-header .c-navbar .c-mega-menu.c-mega-menu-dark-mobile {
            background: rgb(55, 130, 206);
        }

        .c-layout-header .c-navbar .c-mega-menu.c-mega-menu-dark-mobile > .nav.navbar-nav > li > .c-link {
            border-bottom: 1px solid #1b749c;
        }

    .c-theme-nav li.c-active > a:not(.btn) {
        color: #ffffff !important;
    }

    .c-prefooter, .c-postfooter {
        text-align:center;

    }
}

.c-theme-bg {
    background: linear-gradient( 135deg, rgb(59, 87, 220), rgb(44, 221, 174)) !important;
    background-color: rgb(55,130, 206);
}

.c-theme-bg-left {
    background-color: rgb(55,130, 206) !important;
}

.c-theme-border-left {
    border-left-color: rgb(55,130, 206) !important;
}


.c-theme-bg-right {
    background-color: rgb(49, 183, 188) !important;
}

.c-theme-border-right {
    border-right-color: rgb(49, 183, 188) !important;
}

.c-font-footer {
    color: #f1f1f1 !important;
}

.c-theme-btn.btn {
    color: #ffffff;
    background: rgb(55, 130, 206);
    border-color: rgb(55, 130, 206);
}


    .c-theme-btn.btn.btn-no-focus:hover, .c-theme-btn.btn:hover, .c-theme-btn.btn.btn-no-focus:active, .c-theme-btn.btn:active, .c-theme-btn.btn.active, .open > .c-theme-btn.btn.dropdown-toggle {
        color: #ffffff;
        background: rgb(49, 183, 188);
        border-color: rgb(49, 183, 188);
    }


.owl-carousel.c-theme .owl-controls .owl-dot.active {
    background: rgb(55, 130, 206);
}

.form-control {
    border-radius: 5px !important;
}

.c-btn-uppercase.btn-xs {
    padding: 2px 8px 2px 8px;
    border-radius: 5px;
}

.btn.btn-md {
    padding: 9px 20px 9px 20px;
    border-radius: 8px;
}