


    /*font-family: 'Open Sans', sans-serif;

    font-family: 'Raleway', sans-serif;
*/


h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', sans-serif;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
}

h2 {
    font-size: 26px;
    line-height: 32px;
}

.heading .border {
    background: #3b3e81 none repeat scroll 0 0;
    height: 1px;
    position: relative;
    max-width: 300px;
    z-index: 1;
}

.heading .border::after {
    background: #c4d114 none repeat scroll 0 0;
    content: "";
    display: inline-block;
    height: 3px;
    position: absolute;
    top: -1px;
    width: 60px;
    z-index: -100;
}

a {
    font-family: 'Raleway', sans-serif;
    outline: none !important;
    text-decoration: none !important;
    transition: all 0.3s ease 0s;
}

ul {
    list-style: none;
    padding-left: 0;
}

p,
.uk-accordion-content,
.textwidget {
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    letter-spacing: 0.3px;
    line-height: 24px;
    transition: all 0.1s ease 0s;
}

.uk-btn,
.form-submit .submit {
    background: #3b3e81 none repeat scroll 0 0;
    border-radius: 35px;
    color: #9692a0;
    display: inline-block;
    font-family: "Open Sans",sans-serif;
    line-height: 20px;
    padding: 10px 24px 12px;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    border: none;
}
.uk-btn::after {
    content: "\f061";
    font-family: 'fontawesome';
    transition: all 0.3s ease 0s;
    margin-left: -10px;
    opacity: 0;
}
.uk-btn:hover,
.form-submit .submit:hover {
    background: #c4d114;
    color: #3b3e81;
}
.uk-btn:hover::after {
    margin-left: 10px;
    opacity: 1;
}

.section-padding {
    padding: 80px 0;
}

.dark {
    background: #F7F8FA;
}
/*======= Header =======*/


.header-top {
    background: rgba(0, 0, 0, 0) url("../images/header-bg.jpg") no-repeat scroll center center / cover ;
    padding: 35px 0;
}

.logo h1 {
    margin-bottom: 0;
}

.logo h1 a {
    color: #9692a0;
    font-family: "Open Sans",sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 50px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

.logo h1 a:hover {
    color: #c4d114;
}

.header-top .meta li {
    color: #9692a0;
    display: inline-block;
    font-size: 15px;
    line-height: 22px;
    padding-left: 50px;
    text-align: left;
    border-right: 1px solid #38374d;
    margin-right: 20px;
    padding-right: 30px;
    font-family: "Open Sans",sans-serif;
}

.header-top .meta li:last-child {
    border: none;
    margin-right: 0;
    padding-right: 0;
}

.header-top .meta i {
    bottom: -10px;
    color: #c4d114;
    font-size: 30px;
    margin-left: -40px;
    margin-right: 10px;
    position: relative;
    width: 30px;
}

.header-top .meta span {
    display: block;
}

.header-bottom {
    background: #3b3e81 none repeat scroll 0 0;
    border-top: 1px solid #38374d;
}

.uk-navbar {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    padding: 10px 0;
}

.uk-navbar-nav > li + li {
    border-left: 1px dashed #38374d;
}

.uk-navbar-nav > li > a {
    color: #9692a0;
    font-family: "Raleway",sans-serif;
    height: 30px;
    line-height: 30px;
    margin-right: 1px;
    padding: 0 18px;
    transition: all 0.3s ease 0s;
}

.uk-navbar-nav > li.uk-open > a, 
.uk-navbar-nav > li:hover > a, 
.uk-navbar-nav > li > a:focus,
.uk-navbar-nav > li.uk-active > a {
    background: none;
    color: #c4d114;
}

.uk-dropdown-navbar {
    background: #fff;
    padding-bottom: 0;
    padding-top: 0;
}

.uk-nav-navbar > li > a {
    color: #242424;
    margin-top: 1px;
    font-family: 'Raleway', sans-serif;
    transition: all 0.3s ease 0s;
    font-size: 13px;
}

.uk-nav-navbar > li > a:focus, 
.uk-nav-navbar > li > a:hover {
    background: #3b3e81;
}

.uk-nav > li > a {
    padding: 8px 15px;
}

.uk-navbar-flip.login {
    margin: 0;
}

.uk-navbar-flip.login li {
    display: inline-block;
}

.uk-navbar-flip.login li a {
    color: #9692a0;
    font-family: "Raleway",sans-serif;
    transition: all 0.3s ease 0s;
    height: 30px;
    line-height: 30px;
}

.uk-navbar-flip.login li + li {
    border-left: 1px dashed #38374d;
    margin-left: 18px;
    padding-left: 10px;
}

.uk-navbar-flip.login li + li a {
    margin-left: 10px;
}

.uk-navbar-flip.login li a:hover,
.uk-navbar-toggle:hover {
    color: #cddc39;
}

.uk-navbar-toggle {
    color: #9692a0;
    height: 30px;
    line-height: 30px;
    padding: 0;
    transition: all 0.3s ease 0s;
}

@media(max-width: 959px) {

    .header-top .logo {
        text-align: center;
    }

}

/*====== banner =======*/

#banner {
    padding: 100px 0;
    position: relative;
    z-index: 0;
}

.slider-inner h2 {
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    line-height: 58px;
    text-transform: uppercase;
}

.slider-inner p {
    color: #fff;
    font-size: 20px;
    line-height: 28px;
    margin: 26px 0 40px;
}

.overlay {
    background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: -1;
}

#ub_form input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    border: 1px solid #ddd;
    color: #000 !important;
    padding: 0 !important;
}

#ub_form h2 {
    font-size: 24px;
    margin-bottom: 25px;
}

#ub_form input {
    box-sizing: border-box;
    font-size: 14px;
    height: 40px;
    margin: 10px 0 5px;
    padding: 0 15px !important;
    width: 100%;
}

#ub_form .wpcf7-submit {
    background: #3b3e81 none repeat scroll 0 0 !important;
    border: medium none;
    border-radius: 35px;
    color: #9692a0 !important;
    cursor: pointer;
    height: 45px;
    line-height: 20px;
    transition: all 0.3s ease 0s;
    width: 160px;
}


#ub_form .wpcf7-submit:hover {
    background: #c4d114 !important;
    color: #3b3e81 !important;
}

#ub_form {
    padding: 60px 30px;
}

#ub_form .form-btn.uk-btn {
    margin-top: 15px;
}

@media(min-width: 667px) {

.slide-form .uk-offcanvas-bar {
    width: 50%;
}

}


/*====== Service =======*/


.service-item {
    background: rgba(0, 0, 0, 0) url("../images/progress.jpg") no-repeat scroll center center / cover ;
    border: 1px solid #efefef;
    padding: 20px 25px;
    transition: all 0.3s ease 0s;
    position: relative;
    z-index: 0;
    border-top: 3px solid #3b3e81;
}

.ser-overlay {
    background: rgba(255, 255, 255, 1) none repeat scroll 0 0;
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: -1;
    transition: all 0.3s ease 0s;
}

.service-item:hover {
    border-top: 3px solid #c4d114;
}

.service-item:hover .ser-overlay {
    background: rgba(59, 62, 129, .9);
}

.service-item h4 {
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
    transition: all 0.1s ease 0s;
}

.service-item:hover h4,
.service-item:hover p {
    color: #fff;
}

.service-item h4 i {
    font-size: 30px;
}

.service-item p,
.work-item p {
    text-align: justify;
}


/*= About =*/

.custom-container {
    margin: 0 auto;
    max-width: 1350px;
}

.one-three {
    background: rgba(59, 62, 129, 0.9) none repeat scroll 0 0;
    padding: 80px 40px;
}

.about .heading h2 {
    color: #fff;
}

.about .border {
    background: #fff none repeat scroll 0 0;
}

.about p {
    color: #fff;
    text-align: justify;
}

@media(max-width: 767px) {

.one-three {
    padding-left: 25px;
    padding-right: 25px;
}

}


/*---- Progress --------*/


.skill-test .uk-progress-bar {
    background: #3b3e81 none repeat scroll 0 0;
    height: 10px;
}

.skill-test .uk-progress {
    height: 10px;
    line-height: 10px;
    overflow: inherit;
}

.skill-test .uk-progress-bar > span {
    color: #000;
    float: right;
    margin-right: -12px;
    position: relative;
    top: -28px;
}

.skill-test .uk-progress-bar > span::after {
    border-color: #3b3e81 transparent transparent;
    border-style: solid;
    border-width: 8px;
    content: "";
    left: 4px;
    position: absolute;
    top: 16px;
}

.uk-accordion-title.uk-active {
    background: #3b3e81 none repeat scroll 0 0;
    color: #fff;
    margin-bottom: 0;
}

.uk-accordion-title {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #efefef;
    font-size: 14px;
    overflow: hidden;
    padding: 0;
    line-height: 36px;
    padding-left: 15px;
    padding-right: 15px;
}

.uk-accordion-title i {
    float: right;
    font-size: 16px;
    line-height: 30px;
    transition: all 0.3s ease 0s;
}

.uk-accordion-title.uk-active i {
    transform: rotate(-90deg);
}

.uk-accordion-content.uk-active {
    border: 1px solid #efefef;
    background: #fff;
    border-top: none;
    margin-bottom: 15px;
    padding-top: 15px;
}

.skill-test.accordion {
    overflow: hidden;
}

/*------ How i t work ---*/

.work-item {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #efefef;
}

.work-item .thumb {
    position: relative;
    z-index: 0;
}

.work-item .content {
    box-sizing: border-box;
    padding: 25px 20px 15px;
}

.work-item:hover .work-overlay {
    background: rgba(59, 62, 129, 0.9) none repeat scroll 0 0;
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: -1;
    transition: all 0.3s ease 0s;
}

@media(min-width: 599px) {
    .work-item .content {
        width: 60%;
    }
    .work-item > * {
        display: inline-block;
        float: left;
    }
    .work-item .thumb {
        width: 40%;
        height: 100%;
    }
}

/*------- Call to Action --------*/


.call-to-action {
    background: #3b3e81 none repeat scroll 0 0;
    padding: 40px 0;
}
.call-to-action ul {
    list-style: outside none none;
    padding-left: 0;
}
.call-to-action ul li {
    display: inline-block;
    margin: 0 15px;
}
.call-to-action ul li h3 {
    color: #fff;
    font-size: 16px;
    margin-bottom: 0;
}
.call-btn {
    border: 1px solid #fff;
    color: #fff !important;
    display: inline-block;
    padding: 6px 18px;
    transition: all 0.3s ease 0s;
    border-radius: 30px 0;
    text-decoration: none !important;
}
.call-btn:hover {
    border-radius: 0;
}

.call-to-action .uk-btn {
    border: 1px solid #9692a0;
}

@media(max-width: 529px) {

.call-to-action .uk-btn {
    margin-top: 20px;
}

}

/*------- Footer ------*/

#footer {
    padding-top: 60px;
    position: relative;
    z-index: 0;
}

.foverlay {
    background: rgba(0, 0, 0, 0.95);
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: -1;
}

#footer .widget-title,
#footer .widget ul li a,
#footer .widget ul.contact li {
    color: #fff;
}


/*---------- Copy ----------*/


.copyright {
    border-top: 1px solid #1c1c1c;
    margin-top: 60px;
    padding: 25px 0;
}

.copyright p {
    color: #4f5259;
}

.copyright a {
    color: #c4d114;
    font-size: 14px;
}

/*--------- Offcanvas ---------*/


.uk-offcanvas-bar {
    background: #fff none repeat scroll 0 0;
    border-right: 1px solid #eee;
}

.uk-nav-offcanvas > li > a {
    color: #040404;
}

html .uk-nav.uk-nav-offcanvas > li.uk-active > a {
    background: #3b3e81 none repeat scroll 0 0;
}

/*----------- Back to Top -----------*/

#backtop {
    background-color: #3b3e81;
    bottom: 75px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    font-size: 13px;
    height: 45px;
    left: auto;
    line-height: 45px;
    opacity: 1;
    outline: medium none;
    overflow: hidden;
    position: fixed;
    right: 20px;
    text-align: center;
    top: auto;
    transition: all 0.3s linear 0s;
    width: 45px;
    z-index: 0;
}

#backtop:hover {
    background-color: #c4d114;
}

#backtop i {
    color: #9692a0;
    transition: all 0.3s linear 0s;
}

#backtop:hover i {
    color: #3b3e81;
}

#backtop.mcOut {
    opacity:0;
}

@media (max-width: 499px) {
    #backtop {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
}

/*========== Extra =======*/

@media (max-width: 767px) {
    .skill-test.accordion .uk-width-1-1 + .uk-width-1-1 {
        margin-top: 60px;
    }

}