@import url('https://fonts.googleapis.com/css?family=Assistant:300,400,700&display=swap&subset=hebrew');

header#header {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.40);
}
body {
    font-family: 'Assistant', sans-serif;
}
h2 {
    color: #19336a;
    font-weight: bold;
    font-size: 40px;
}
h2:after {
    content: '';
    display: block;
    width: 100px;
    height: 5px;
    background: #33d0e2;
    text-align: center;
    margin: 10px auto;
}
h3{
    font-size: 40px!important;
    line-height: 34px!important;
}
 p {
    font-size: 20px;
    color: #000;
    text-align: right;
    padding-top: 15px;
}
.project {
    box-shadow: 0 0 25px rgba(0,0,0,0.2);
    padding-bottom: 40px;
}
.projects h3 {
    color: #113fa2;
    background: #32d0e2;
    position: absolute;
    top: -74px;
    right: 0;
    padding: 5px;
    font-size: 30px!important;
    line-height: 30px!important;
}
.projects h4 {
    font-weight: bold;
    color: #183369;
    position: absolute;
    bottom: -25px;
    font-size: 25px;
}
.project p {
    height: 120px;
}
a.btn-outline-primary.btn-primary.btn {
    background: #1140a1;
    border: 0;
    font-size: 22px;
    border-radius: 0;
}
a.btn-outline-primary.btn-primary.btn:hover {
    background: #32d0e2;
    color: #183369;
}
#footer a:not(.btn) {
    color: rgba(255,255,255,.8);
}



.imgTile>div {
    border: 0;
    min-width: auto;
    transition: all .1s ease-in-out;
}
.imgTile:after {
    background-color: rgba(0, 0, 0, 0.2);
}
.imgTile:hover>div {
    border: 0;
    background-color: rgba(0, 0, 0, 0.0);
}
.about h3.font-weight-bold.text-5.line-height-5.mb-2 {
    font-size: 30px!important;
}
.about p{
    padding-top: 0;
}
.about .imgTtlTxtLnk i {
    margin-bottom: 0;
}
.about2 {
    position: relative;
}
.about2 .imgTtlTxtLnk {
    min-height: 200px;
}
.about2 .imgTtlTxtLnk i {
    font-size: 61px;
    margin-bottom: 0;
}
.about2 p {
    padding-top: 0!important;
    padding-bottom: 20px;
}
.campaign h3 {
    position: absolute;
    font-weight: bold;
    margin-bottom: 0;
    transition: all .3s ease-in-out;
    width: 100%;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.campaign {
    position: relative;
    overflow: hidden;
}
.campaign p {
    opacity: 0;
    transition: all .3s ease-in-out;
    position: absolute;
    top: 100%;
    padding: 10px;
    text-align: center;
}
.campaign:hover p {
    opacity: 1;
    top: 120px;
    color: #fff;
    text-align: center;
}
.campaign:hover h3 {
    top: 100px;
}
.contact input {
    border-radius: 0;
    border: 0;
}
.contact input#CCDonFormSubmit {
    background: #193369;
    margin: auto;
    display: block;
}
.contact h2 {
    margin-bottom: 0;
}
/*.about2:before {
    content: '';
    position: absolute;
    background: #fff;
    clip-path: polygon(100% 0, 70% 100%, 100% 100%);
    width: 500px;
    height: 830px;
    bottom: 0;
}
.contact:after {
    content: '';
    position: absolute;
    background: #fff;
    clip-path: polygon(0 0, 0 100%, 30% 100%);
    width: 300px;
    height: 100%;
    bottom: 0;
    left: 0;
}*/
.contact {
    position: relative;
}
.contact h2:after {
    background: #ffffff;
}
.contact textarea#message {
    height: 150px;
}
#footer {
    background: #193369;
    border-top: 4px solid #ffffff;
}
#footer .footer-copyright.footer-copyright-style-2 {
    background: #183368;
    border-top: 0;
}
#footer {
    margin-top: 0;
}
html .text-color-primary, html .text-primary {
    color: #ffffff !important;
}
html:not(.sticky-header-active) #header.header-transparent:not(.header-semi-transparent) .header-body {
    background-image: none;
}
html .nav-color-light nav > ul > li > a {
    color: #103fa1 !important;
}
.social-icons.social-icons-icon-light.social-icons-clean li a i {
    color: #103fa1 !important;
}
html .header-body.bg-dark {
    background-color: rgb(255, 255, 255) !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0);
}
footer#footer .container .row.py-1.py-lg-3 {
    display: none;
}

@media (min-width: 992px){
    .projects .row.text-center.justify-content-center {
        width: 100%;
        margin: auto;
    }
    .projects h3 {
        position: relative;
        top: 0;
        }
}
@media (max-width: 991px){ /* Tablet - md*/ }


@media (max-width: 1024px){ /* Tablet - md*/ 
    .project p {
        height: 190px;
    }
}
@media (max-width: 575px) { /* Mobile - xs */
    #header .header-btn-collapse-nav {
        background: #103fa1;
    }
    html #header.header-transparent .header-body.bg-dark .header-nav-main:before, html #header.header-transparent .header-body.bg-color-dark .header-nav-main:before {
        background-color: #ffffff;
        width: 100%;
    }
    .mobile-menu-opened:not(.sticky-header-active) #header .header-nav-main:after {
        border-bottom: 20px solid #ffffff;
    }
    #header .header-nav-main.header-nav-main-mobile-dark nav > ul li {
        border-bottom: 1px solid #ffffff;
    }
    a.dropdown-item {
        font-size: 17px!important;
    }
    .projects .row.text-center.justify-content-center {
        width: 100%;
        margin: auto;
    }
    .project {
        margin-bottom: 20px;
    }
    .campaign {
        margin-bottom: 20px;
    }
    html #header.header-transparent .header-nav-main nav {
        padding: 0 15px;
    }
    .projects h3 {
        position: relative;
        top: 0;
    }
    .project p {
        height: 145px;
    }
}