@charset "utf-8";
/* CSS Document */

/******************************

[Table of Contents]

1. Fonts
2. Body and some general stuff
3. Home
        3.1 Home Slider
4. Header
        4.1 Top bar
        4.2 Main Menu
5. Menu
6. Features
7. CTA
8. Services
9. System
10. Info
11. Logos
12. Map
13. Footer

******************************/

/***********
1. Fonts
***********/

@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,700');

/*********************************
3. Home
*********************************/

.home
{
    width: 100%;
    height: 100vh !important;
}

/*********************************
3.1 Home Slider
*********************************/

.home_slider_container
{
    width: 100%;
    height: 100%;
}
.home_slider
{
    width: 100%;
    height: 100%;
}
.slider_background
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.home_slider .owl-dots
{
    position: absolute;
    bottom: 29px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.home_slider .owl-dots .owl-dot span
{
    width: 8px;
    height: 8px;
    background: #d2d2d2;
    margin-top: 5px;
    margin-right: 6px;
    margin-bottom: 5px;
    margin-left: 6px;
}
.home_slider .owl-dots .owl-dot.active span
{
    background: #bda994;
}

.home_slider_content
{
    position: absolute;
    top: 30.65%;
    left: 15px;
    width: 634px;
    padding-left: 37px;
    padding-right: 25px;
    padding-top: 28px;
    padding-bottom: 44px;
    background: rgba(0,54,121,0.83);
}
@-webkit-keyframes play {
    from { transform: scale(0.9);}
    to { transform: scale(1); }
}

@-moz-keyframes play {
    from { transform: scale(0.9);}
    to { transform: scale(1); }
}

@-ms-keyframes play {
    from { transform: scale(0.9);}
    to { transform: scale(1); }
}

@-o-keyframes play {
    from { transform: scale(0.9);}
    to { transform: scale(1); }
}

@keyframes play {
    from { transform: scale(0.9);}
    to { transform: scale(1); }
}

.home_slider_content::after
{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 4px;
    background: #b1c903;
    content: '';
}
.home_slider_content h1
{
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    font-size: 72px;
    line-height: 1;
    color: #FFFFFF;
}
.home_slider_text
{
    width: 72%;
    margin-top: -3px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 18px;
    padding-left: 3px;
    color: #FFFFFF;
}
.home_slider_button
{
    margin-top: 32px;
}
.home_slider_nav
{
    position: absolute;
    top: 56.32%;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #e2017b;
    cursor: pointer;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    z-index: 10;
}
.home_slider_prev
{
    left: 177px;
}
.home_slider_next
{
    right: 177px;
}
.home_slider_nav:hover
{
    background: #1c348a;
}

/*********************************
4.1 Top bar
*********************************/

.top_bar
{
    background: #fffc !important;
}

/*********************************
6. Features
*********************************/

.features
{
    padding-top: 110px;
    padding-bottom: 110px;
}
.features_subtitle
{
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 12px;
    color: #a5a5a5;
    text-transform: uppercase;
    padding-top: 30px;
    padding-left: 3px;
    letter-spacing: 0.2em;
}
.features_subtitle::after
{
    display: block;
    position: absolute;
    top: 0;
    left: 2px;
    width: 68px;
    height: 3px;
    background: #b1c903;
    content: '';
}
.features_title
{
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    font-size: 40px;
    color: #212121;
    margin-top: -7px;
}
.features_text
{
    font-size: 16px;
    line-height: 1.875;
    color: #4e4b4b;
    margin-top: 23px;
}
.features_button
{
    margin-top: 52px;
}
.features_item
{
    width: 100%;
}
.features_image
{
    width: 100%;
}
.features_image img
{
    max-width: 100%;
    max-height: 170px;
    margin: auto;
    display: block;
}
.features_item_content
{
    margin-top: 35px;
}
.features_item_title a
{
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    color: #212121;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.features_item_title a:hover
{
    color: #b1c903;
}
.features_item_text
{
    margin-top: 14px;
}
.features_item_text p:last-of-type
{
    margin-bottom: 0;
}


/*********************************
8. Services
*********************************/

.services
{
    width: 100%;
    background: #FFFFFF;
    padding-top: 70px;
    padding-bottom: 50px;
}
.services_item
{
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 38px;
    padding-bottom: 59px;
    background: #f5f9fa;
}
.services_item_bg
{
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #b1c903;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
    z-index: 0;
}
.services_item:hover .services_item_bg
{
    height: 100%;
}
.services_icon
{
    width: 82px;
    height: 82px;
}
.services_icon svg
{
    max-width: 100%;
    max-height: 100%;
}
.services_icon svg path
{
    fill: #b1c903;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.services_title
{
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    font-size: 24px;
    line-height: 1.68;
    color: #212121;
    max-width: 165px;
    text-align: center;
    margin-top: 26px;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.services_text
{
    text-align: center;
    margin-top: 18px;
    z-index: 1;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.services_link a
{
    font-size: 14px;
    font-weight: 600;
    color: #212121;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.services_link a:hover
{
    color: #939393 !important;
}
.services_item:hover .services_title,
.services_item:hover .services_link a,
.services_item:hover .services_text
{
    color: #FFFFFF;
}
.services_item:hover .services_icon svg path
{
    fill: #FFFFFF;
}
.services_nav
{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #939393;
    cursor: pointer;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.services_prev
{
    left: -170px;
}
.services_next
{
    right: -170px;
}
.services_nav:hover
{
    background: #b1c903;
}


/*********************************
10. Info
*********************************/

.info
{
    width: 100%;
}
.info_content
{
    width: 100%;
    padding-top: 117px;
    /*padding-bottom: 117px;*/
    padding-left: 120px;
    padding-right: 75px;
}
.info_subtitle
{
    font-family: 'roboto', sans-serif;
    font-size: 12px;
    color: #a5a5a5;
    text-transform: uppercase;
    padding-top: 30px;
    padding-left: 3px;
    letter-spacing: 0.2em;
}
.info_subtitle::after
{
    display: block;
    position: absolute;
    top: 0;
    left: 2px;
    width: 68px;
    height: 3px;
    background: #b1c903;
    content: '';
}
.info_title
{
    font-family: 'roboto', sans-serif;
    font-size: 40px;
    color: #212121;
    margin-top: -7px;
}
.info_text
{
    font-size: 16px;
    line-height: 1.875;
    color: #4e4b4b;
    margin-top: 23px;
}
.info_items
{
    margin-top: 100px;
    padding-left: 104px;
    padding-bottom: 107px;
}
.info_image
{
    width: 100%;
    height: 100%;
}
.info_background
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.info_item
{
    display: inline-block;
    width: 325px;
}
.info_item:first-child
{
    margin-right: 30px;
}
.info_item_icon
{
    display: inline-block;
    width: 93px;
    height: 93px;
    vertical-align: middle;
}
.info_item_icon img
{
    max-width: 100%;
    max-height: 100%;
}
.info_item_content
{
    display: inline-block;
    padding-left: 25px;
    max-width: 70%;
    vertical-align: middle;
}
.info_item_title
{
    font-family: 'roboto', sans-serif;
    font-size: 22px;
    color: #212121;
    line-height: 1.36;
}
.info_item_category
{
    font-family: 'roboto', sans-serif;
    font-size: 16px;
    color: #1c348a;
    margin-top: 3px;
}

/********************************
PORTFOLIO
*********************************/
.btn{
    cursor: pointer;
}
.btn:focus{
    box-shadow: none !important;
}
.filter-button-group{
    text-align: center;
    padding: 20px 0;
}
.filter-button-group > .btn-filter{
    background: transparent;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    border: 1px solid #b1c903;
    color: #1c348a;
}

.is-checked{
    background-color: #b1c903 !important;
    color: white !important;
}

.filter-button-group > .btn-filter:hover{
    background-color: #b1c903;
    color: white;
}
.element-item{
    overflow: hidden;
}
.element-item img{
    width: 100%;
}


/*********************************
11. Logos
*********************************/

.logos
{
    width: 100%;
    margin-bottom: 50px;
    padding-top: 110px;
}
.clients_slider_container
{
    width: 100%;
    height: 273px;
}
.clients_slider
{
    cursor: pointer;
}
.clients_item
{
    overflow: hidden;
    padding: 20px;
}
.clients_item img
{
    width: 100px !important;
    position: relative;
    margin: 0 auto;
    /*-webkit-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);*/
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    top: 50%;
    transform: translateY(-50%);
}
.clients_item:hover img
{
    -webkit-filter: brightness(100%) grayscale(0%);
    filter: brightness(100%) grayscale(0%);
}
.owl-carousel .owl-item img
{
    /*width: auto !important;*/
}
