@charset "utf-8";

/**
*
* -------------------------------------------------
*
* Template : UKskins - Uikit Element Packages
* Author : thecodude
* Author URI : http://thecodude.com
*
* --------------------------------------------------
*
**/


/*-----------------------------------
    01. Common Styles              
-------------------------------------*/
body {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    background-color: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
}
p {
    color: #797979;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    line-height: 26px;
    font-size: 15px;
}
.clr {
    clear: both
}
section {
    width: 100%;
    margin: 0 auto;
    position: relative;
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/*-------------------------
    02. Global classes
---------------------------*/
.sec-color {
    background-color: #f9f9f9;
}
.bg-white {
    background-color: #fff;
}
.bg-black {
    background-color: #1a1a1a;
}
.bg-white-transparent {
    background-color: rgba(255, 255, 255, 0.9) !important;
}
.bg-gray {
    background-color: #f3f3f3;
}
.bg-img {
    background-image: url(../images/bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.bg-img h1 {
    color: #fff;
    margin-bottom: 20px;
}
.bg-img h3 {
    margin-top: 10px;
    color: #fff;
}
.white-color {
    color: white !important;
}
.bg-fixed {
    background-attachment: fixed;
}
.sec-spacer {
    padding: 90px 0;
}
.sec-spacer-top {
    padding-top: 100px;
}
.spacer1 {
    height: 20px;
}
.spacer2 {
    height: 45px;
}
.spacer3 {
    height: 60px;
}
.spacer4 {
    height: 80px;
}
.spacer5 {
    height: 30px;
}
.no-margin {
    margin: 0 !important;
}
.mt10 {
    margin-top: 10px !important;
}
.mt15 {
    margin-top: 15px !important;
}
.mt20 {
    margin-top: 20px !important;
}
.mt25 {
    margin-top: 25px !important;
}
.mt30 {
    margin-top: 30px !important;
}
.mt40 {
    margin-top: 40px !important;
}
.mt60 {
    margin-top: 60px !important;
}
.mt80 {
    margin-top: 80px !important;
}
.mt100 {
    margin-top: 100px !important;
}
.mb10 {
    margin-bottom: 10px !important;
}
.mb15 {
    margin-bottom: 15px !important;
}
.mb20 {
    margin-bottom: 20px !important;
}
.mb25 {
    margin-bottom: 25px !important;
}
.mb30 {
    margin-bottom: 30px !important;
}
.mb40 {
    margin-bottom: 40px !important;
}
.mb45 {
    margin-bottom: 45px !important;
}
.mb60 {
    margin-bottom: 60px !important;
}
.mb80 {
    margin-bottom: 80px !important;
}
.mb100 {
    margin-bottom: 100px !important;
}
.pb20 {
    padding-bottom: 20px !important;
}
.pb80 {
    padding-bottom: 80px !important;
}
.pt80 {
    padding-top: 80px !important;
}
.pt100 {
    padding-top: 100px !important;
}
.scroll-bottom {
    display: inline-block;
    border: 1px solid #ddd;
    height: 70px;
    width: 70px;
    font-size: 26px;
    line-height: 70px;
    text-align: center;
    border-radius: 50%;
}
.uk-link:hover, a:hover {
    color: #059;
    text-decoration: none !important;
}
.bg-img2 {
    background-image: url(../img/bg-img2.jpg);
}

/*-----------------------
    Button
-------------------------*/
.button-spacer .uk-button-group, .button-spacer .uk-button-dropdown, .button-spacer.uk-button {
    margin: 10px !important;
}

/*--------------------------------------
    Title
----------------------------------------*/
h3 {
    font-size: 25px;
    color: #999;
}
.title, 
.sec-title {
    position: relative;
    font-size: 24px;
    line-height: 26px;
    color: #444;
    padding-bottom: 15px;
    margin: 0;
    margin-bottom: 70px;
}
.sec-title:after, 
.title:after {
    position: absolute;
    content: '';
    background-color: #34495e;
    left: 0;
    height: 1px;
    width: 60px;
    bottom: 3px;
}
.uk-text-center.title:after {
    left: calc(50% + 10px);
    transform: translateX(-50%);
}

/*-----------------------------
    Footer
------------------------------*/
.tc-footer {position: relative;background: #232323;padding-top: 40px;padding: 40px;font-size: 13px;border-top: 1px solid rgba(68, 68, 68, 0.55);}
.tc-footer .copyright {color: #bbb}
.tc-footer .uk-subnav > * {margin-top: 0;}
.tc-footer .uk-subnav a {color: #bbb;}
.tc-footer .uk-subnav a:hover,
.tc-footer .uk-subnav a:active,
.tc-footer .uk-subnav a:focus {color: #ccc;text-decoration: underline !important;}
.tc-footer .tc-totopscroll {position: absolute;z-index: 11;top: 50%;left: 50%;height: 36px;width: 36px;line-height: 36px;display: inline-block;text-align: center;border-radius: 50%;background-color: #292929;color: #bbb;-webkit-transform: translateX(-50%) translateY(-50%);transform: translateX(-50%) translateY(-50%);-webkit-transition: all .25s ease;transition: all .25s ease;}
.tc-footer .tc-totopscroll:hover {background-color: #333;}
.tc-footer .tc-totopscroll i {margin-left: 2px;}

footer {
    background-color: #232323;
    padding: 20px 30px;
    letter-spacing: 0.5px;
}
footer p {
    margin-bottom: 0;
}
footer a {
    color: #aaa;
}
footer a:hover {
    color: #fff;
}
footer .totop {
    float: right;
}

/*-----------------------------
    Responsive Media
-------------------------------*/
@media (min-width: 960px) {
    .uk-grid-divider>[class*=uk-width-large-]:not(.uk-width-large-1-1):nth-child(n+2) {
        border-left: 1px solid rgba(221, 221, 221, 0.2);
    }
}
@media (max-width: 767px) {
    .sppb-addon-image-content .sppb-image-holder {
        position: inherit;
        width: 100%!important;
        height: 300px;
    }
    .tc-footer {
        font-size: 11px;
    }
    .tc-footer .tc-totopscroll {
        left: auto;
        right: 0;
    }
}
@media (max-width: 480px) {
    .tc-footer .tc-totopscroll {
        top: 0;
    }
    .sldr-title-large {
        font-size: 36px;
        line-height: 1.3;
    }
    .sldr-para25 {
        font-size: 13px;
        line-height: normal;
    }
    .sldr-title-medium {
        font-size: 24px;
        line-height: normal;
    }
}