body{
    color: rgba(0, 0, 0, 0.71)!important;
    font-family: "Segoe UI"!important;
    overflow-x: hidden;
}
.fixed-header{
    position: fixed;
    width: 100%;
    top:0;
    z-index: 99;
}
.width-container{
    width: 85%;
    margin: auto;
}
.header-logo, .footer__logo{
    height: 50px;
    margin-top: 5px;
}
.fixed-header.bg-white{       /*this class should be added with javascript when the page is scrolled down*/
    background-color: white;
    box-shadow: 0 2px 10px rgba(0,0,0,.3);
}
.clear{
    clear: both;
    content: '';
}
.ui.secondary.pointing.menu{
    border-bottom: none!important;
}
.ui.secondary.pointing.menu .active.item{
    border-bottom: none;
    color: #4971ac!important;
}
.ui.secondary.pointing.menu .item{
    font-size: 18px;
    font-weight: bold;
    border-bottom: none!important;
    color: #6B7D87;
}
.ui.secondary.pointing.menu a.item:hover{
    color: #6B7D87!important;
}
.banner-image > img{
    width: 100%;
    height: 600px;
}
.banner-image{
    position: relative;
}
.banner-content{
    position: absolute;
    top:100px;
    width: 100%;
}
.banner-title{
    font-weight: bold;
    font-size: 38px;
    color: white;
    padding: 0 100px 20px 100px;
}
.overlay{
    position: relative;
}
.overlay > img{
    height: 500px;
    width: 150%;
    transform: translate(-10%);
}
.about-us-image{
    width: 100%!important;
    transform: none!important;
}
.banner-overlay{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    padding-top: 320px;
}
.banner-overlay > h1{
    font-size: 40px;
    background-color: rgba(0,0,0,.5);
    display: inline-block;
    padding: 25px;
    color: white;
}
.center{
    text-align: center;
}
.content-picture{
    width: 80%;
    max-width: 100%;
}
.main-content-contact{
    margin-top: 20px;
}
.contact-text{
    font-size: 18px;
}
.contact-text-heading{
    font-size: 30px;
    color: #4971ac;
}
.contact-form{
    background-color: #efefef;
    padding:10px 40px 20px 40px;
    border-radius: 5px;
    margin-top: -10px;
}
.field > input::placeholder, .field > textarea::placeholder{
    font-size: 17px!important;
    color: rgba(0,0,0,.6)!important;
}
.field > input{
    font-size: 18px;
}
.contact-button{
    font-size: 18px;
    color: white;
    background-color: #E67E22;
    padding: 10px 30px;
    border-radius: 5px;
    font-weight: bold;
    box-shadow: 5px 3px 6px rgba(0,0,0,.3);
    margin-top: 10px;
    transition: .4s;
}
.contact-button:hover{
    color: white;
    background-color:#c46b1d;
    transition: .4s;
    box-shadow: 7px 5px 6px rgba(0,0,0,.3);
}
.banner-content-image{
    width: 850px;
    max-width: 100%;
    max-height: 100%;
    margin-top: 20px;
}
.main-content{
    margin-top: 170px;
}
.content-heading{
    color: #4971ac;
    border-bottom: 3px solid #E67E22;
    font-size: 30px;
    display: inline-block;
}
.main-content__block > p{
    font-size: 18px;
}
.main-content__block > img{
    width: 70%;
}
.feature-block{
    padding-top: 20px;
}
.broucher-block{
    width: 40%;
    position: relative;
    margin: auto;
    top:20%;
}
.broucher-image{
    width: 100%;
    height: auto;
    border: 1px solid gainsboro;
    box-shadow: 2px 2px 10px rgba(0,0,0,.3);
    position: relative;
}
.broucher-overlay{
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    background-color: rgba(0,0,0,.7);
    color: white;
    font-weight: bold;
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.double-border{
    height: 7px;
    border-bottom: 1px solid #e0dede;
    border-top: 1px solid #e0dede;
    margin-top: 10px;
}
.feature-block__image{
    width: 100%;
    max-width: 100%;
    box-shadow: 0 3px 10px rgba(0,0,0,.3);
}
.feature-block__heading{
    font-size: 25px;
    color: #4971ac;
    text-align: left;
}
.feature-block__desc{
    text-align: left;
    font-size: 18px;
}
.feature-block__content{
    position: absolute;
    top:30%;
}
.relative{
    position: relative;
}
.feature-block__feature{
    padding-top: 10px;
}
.footer{
    background-color: #efefef;
    margin-top: 30px;
    padding-top: 40px;
}
.footer__heading{
    font-size: 22px;
    font-weight: bold;
    color: #4971ac;
    margin-bottom: 10px;
}
.banner-overlay.left{
    text-align: left;
    width: 50%;
    top: -100px;
}
.banner-overlay.left > h1{
    font-size: 28px;
}
.text-left{
    text-align: left;
}
.footer__post-image{
    width: 110px;
    float: left;
    margin-right: 10px;
    box-shadow: 3px 5px 10px rgba(0,0,0,.3);
}
.footer__post-title{
    font-size: 16px;
}
.footer__post{
    padding-bottom: 10px;
}
.field > .footer__post:last-of-type{
    padding-bottom: 0;
}
.footer-fields > .field:last-of-type{
    padding-top: 37px;
}
.linkedin.icon, .youtube.icon{
    font-size: 35px;
}
.youtube.icon{
    color: #B52429;
}
.footer__base{
    background-color: #3F5887;
    color: white;
    padding:5px 0;
    font-size: 12px;
    margin-top: 30px;
}
.footer__copyright{
    color: white;
    margin-bottom: 0;
    float: left;
}
.footer__menu{
    float: right;
}
.footer__items, .footer__items:hover{
    color: white;
    text-decoration: none;
}
.footer .footer__items{
    margin-left: 10px;
}
/*search box wrapper*/
#search-modal {
    top: 0;
    margin-top: 3em !important;
}
#search-modal .actions {
    border: none;
}
#search-modal .actions .cancel.button {
    background: #cdcdcd;
    position: absolute;
    top: -1.35em;
    right: -0.5em;
    bottom: auto;
    left: auto;
    awidth: auto;
    height: auto;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    z-index: 1;
}
#search-modal .actions .cancel.button div {
    margin-top: 0.35em;
}
#search-modal .header {
    padding: 6.5rem 2.25rem 0 2.25rem !important;
    border: none;
}
#search-modal .header .container {
    border-bottom: 1px solid rgba(34, 36, 38, 0.35);
    padding-bottom: 0.5em;
}
#search-modal .content .result .content {
    background: #eee;
    padding: 0.4em;
    margin: 0.3em;
}
#search-modal .content .result .content .description {
    color: #333;
}
.ui.dimmer.page{
    background-color: rgba(255,255,255,.9)!important;
}
/*mobile header*/
.mobile-header{
    display: none;
    height: 55px;
    background-color: white;
    padding: 15px 10px 0 10px;
    box-shadow: 0 3px 10px rgba(0,0,0,.3);
    width: 100%;
    text-align: center;
    position: fixed;
    top:0;
    z-index: 99;
}
.mobile-header > .mobile-header__menu{
    float: left;
    margin-bottom: 0;
}
.mobile-header > .mobile-header__menu > .icon{
    font-size: 25px;
}
.mobile-header > .icon.search{
    font-size: 25px;
}
.pull-right{
    float: right;
}
.mobile-header__image{
    height: 45px;
    margin-top: -10px;
}
/*slide menus*/
.aside-left{
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 9999;
    width: 0;
    min-width: 0;
    overflow-x: hidden;
    overflow-y: inherit;
}
.aside-left{
    left: 0;
}
.aside-left .aside-contents{
    padding: 0.5em;
    padding-bottom: 1em;
}
.aside-left.in{
    width:85%;
    min-width: 85%;
    background: white;
    opacity: 1;
    box-shadow: 0 2px 6px rgba(0,0,0,.5);
    transition: .5s all ease;
}
.aside-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9;
    transition: 0.2s opacity ease;
    opacity: .4;
    display: none;
    background-color: black;
}
.aside-backdrop.in {
    display: block;
    opacity: 0.5;
}
.mobile-menu__logo{
    height: 70px;
}
.mobile-menu >.mobile-menu__logo-holder, .mobile-menu > .mobile-menu__user-image-holder{
    text-align: center;
    padding: 10px 0;
    border-bottom: 1px solid gainsboro;
}
.mobile-menu > ul{
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
}
.mobile-menu > ul >li{
    list-style: none;
    font-weight: bold;
    border-bottom: 1px solid gainsboro;
    text-align: left;
}
.mobile-menu > ul >li >a, .mobile-menu > ul >li > .dropdown-item >a{
    color: #5C5E5F;
    padding: 10px 15px!important;
    display: block;
}
.feature-block__image-mobile{
    display: none;
}
.user-image{
    width: 150px;
    height: 150px;
    border-radius: 50%;
    text-align: center;
    box-shadow: 3px 3px 10px rgba(0,0,0,.3);
}
.banner-title.blog{
    font-size: 45px!important;
    margin-left: -5px;
}
.banner-subtitle{
    font-size: 35px!important;
}
.image-box{
    overflow: hidden;
    position: relative;
    box-shadow: 4px 4px 10px rgba(0,0,0,.5);
    z-index: 9;
    margin: 0!important;
    margin-right: -3px!important;
}
.image-box__image{
    width: 100%;
    transition: all 1s ease;
    height: auto;
    background-position: center;
    margin-bottom: -5px;
}
.image-box__image:hover{
    transition: opacity 0.35s, transform 0.35s;
    transform: scale(1.15);
}
.blog__title{
    margin-top: 10px;
    margin-bottom: 10px;
    color: rgba(0,0,0,.57)!important;
}
.blog__subtitle{
    font-size: 12px;
}
.blog{
    border: 1px solid gainsboro;
    padding: 10px 10px 20px 10px;
}
.field > .blog{
    margin-bottom: 15px;
}
.field > .blog:last-of-type{
    margin-bottom: 0;
}
.pagination.ui.menu > .item{
    min-width: 0!important;
}
.pagination.ui.menu > .item > i.icon{
    width: 5px!important;
}
.pagination > .item > .icon{
    margin: 0!important;
}
.ui.pagination.menu > .item.active, .ui.pagination.menu > .item:hover{
    background-color: #4971ac!important;
    color: white!important;
    border: none;
    margin-top: -1px;
}
.feature-block__image, .user-image {
    visibility: hidden;
}
.fadeIn {
    -webkit-animation: animat_show 0.8s;
    animation: animat_show 0.8s;
    visibility: visible !important;
}
@-webkit-keyframes animat_show{
    0%{opacity:0}
    100%{opacity:1}
}
.footer-fields .ui.button{
    padding: 5px 10px!important;
}
/*tablet display*/
@media screen and (min-width: 768px) and (max-width: 1023px){
    .banner-title{
        padding-left: 0;
        padding-right: 0;
        font-size: 26px;
    }
    .width-container{
        width: 90%;
    }
    .feature-block__content{
        position: relative;
        top:0;
    }
    .banner-content{
        top: 75px;
    }
    .banner-image > img{
        height: 450px;
    }
    .main-content__block > img{
        width: 85%;
    }
    .overlay > img, .about-us-image{
        height: 400px;
        width: auto!important;
        transform: translate(-10%)!important;
    }
    .banner-overlay{
        padding-top: 180px;
    }
    .banner-overlay.left{
        width: 65%;
        top: -60px;
    }
    .contact-form{
        padding: 10px!important;
    }
    .feature-block__image, .user-image {
        visibility: hidden;
    }
    .fadeIn {
        -webkit-animation: animat_show 0.8s;
        animation: animat_show 0.8s;
        visibility: visible !important;
    }
    @-webkit-keyframes animat_show{
        0%{opacity:0}
        100%{opacity:1}
    }
    .contact-broucher-form > .two.fields{
        display: block!important;
        width: 100%!important;
    }
    .contact-broucher-form > .two.fields > .field{
        width: 100%!important;
    }
    .broucher-block{
        margin-top: 15px;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1366px){
    .banner-title{
        padding-left: 0;
        padding-right: 0;
        font-size: 32px;
    }
    .broucher-block{
        top:0;
    }
    .feature-block__content{
        position: relative;
        top:0;
    }
    .broucher-block-tab{
        display: none;
    }
    .overlay > img, .about-us-image{
        height: 400px;
        width: auto!important;
        transform: translate(0%)!important;
    }
    .banner-overlay{
        padding-top: 200px;
    }
    .banner-overlay.left{
        top: -60px;
        width: 57%;
    }
    .feature-block__image, .user-image {
        visibility: hidden;
    }
    .fadeIn {
        -webkit-animation: animat_show 0.8s;
        animation: animat_show 0.8s;
        visibility: visible !important;
    }
    @-webkit-keyframes animat_show{
        0%{opacity:0}
        100%{opacity:1}
    }
}
/*mobile display*/
@media screen and (min-width: 240px) and (max-width: 767px){
    .width-container{
        width: 100%;
        padding: 0 10px;
    }
    .contact.overlay{
        display: none;
    }
    .broucher-block{
        top:0;
    }
    .banner-overlay.left{
        text-align: center;
        width: 100%;
        top: -125px;
    }
    .fixed-header{
        display: none;
    }
    .mobile-header{
        display: block;
    }
    .feature-block__feature .ui.stackable.grid .column.wide.empty-space{
        padding: 0!important;
    }
    .main-content-contact{
        margin-top: 65px;
    }
    .banner-title{
        padding: 0;
        font-size: 34px;
    }
    .contact-form{
        padding: 10px;
    }
    .footer__heading{
        padding-top: 20px;
    }
    .banner-content{
        top: 70px;
    }
    .contact-button{
        padding: 10px 20px;
        font-size: 16px;
    }
    .overlay > img, .about-us-image{
        height: 500px;
        width: auto!important;
        transform: translate(-50%)!important;
    }
    .ui.stackable.grid .contact-form-block.wide.column{
        padding-left: 0!important;
        padding-right: 0!important;
    }
    .banner-image{
        height: 450px;
        overflow: hidden;
    }
    #search-modal .header{
        padding: 50px 0 0 0!important;
    }
    #search-modal .actions .cancel.button{
        padding: 10px;
    }
    .main-content__block > img{
        width: 100%;
    }
    .feature-block__content{
        position: relative;
        top:0;
    }
    .feature-block__image-mobile{
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }
    .feature-block__image{
        display: none;
    }
    .footer{
        text-align: center;
        margin-top: 20px;
    }
    .footer__post-title{
        text-align: left;
        margin-bottom: 0;
    }
    .footer-fields > .field:last-of-type{
        padding-top: 0!important;
    }
    .footer__copyright{
        float: none;
    }
    .field > .footer__post:last-of-type{
        padding-bottom: 10px;
    }

}
@media screen and (min-width: 240px) and (max-width: 568px){
    .main-content{
        margin-top: 110px;
    }
}
@media screen and (min-width: 414px) and (max-width: 736px){
    .main-content{
        margin-top: 80px!important;
    }
}
@media screen and (min-width: 360px) and (max-width: 640px){
    .main-content{
        margin-top: 50px!important;
    }
}
@media screen and (min-width: 412px) and (max-width: 732px){
    .main-content{
        margin-top: 90px!important;
    }
}
@media screen and (min-width: 667px){
    .main-content{
        margin-top: 180px!important;
    }
}
@media screen and (min-width: 568px){
    .main-content{
        margin-top: 170px!important;
    }
}