body {
    font-family: Open-Sans;
    font-size: 14px;
}

input,
textarea {
    outline:none;

}

button, a {
    outline: none !important;
    border: none;
}

.form-control:focus {
    background: #f2f2f2;
    box-shadow: none !important;
}

.wrapper {
    position: relative;
    overflow: hidden;
}

.content-wrapper {
    position: relative;
    background: #fff;
    z-index: 10;
}

.title-text {
    font-family: Ubuntu-Medium;
    color: #0F93B4;
    text-align: center; 
}

.header {
    position: relative;
    z-index: 99999;
    padding-bottom: 0px;
}

.top-bar {
    position: relative;
    z-index: 20;
    font-size: 13px;
    background-color: #022738;
}

.top-bar-info {
    float: none;
    overflow: hidden;
}

.top-bar-search {
    float: right;
    position: relative;
}

.container-contact-form-error {
    width: 100%;
}

.top-bar-search input {
    max-width: 255px;
    padding: 8px 45px 10px 22px;
    height: 40px;
    border-radius: 0;
    background-color: #d7d7d7;;
    color: #222;
    font-size: 13px;
    visibility: hidden;
    opacity: 0;
}

.top-bar-search input:focus {
    outline: none;
}

.top-bar-search.active input {
    visibility: visible;
    opacity: 1;
}

.search {
    padding-left: 20px;
}

.top-bar-search button {
    position: absolute;
    right: 16px;
    top: 0;
    bottom: 0;
    height: 40px;
    width: 40px;
    background: transparent;
    border: 0;
    color: #fff;
    outline: none !important;
}

.top-bar-search.active-focus button {
    color: #184D7F;
}

.top-bar-lang-place {
    overflow: hidden;
    min-height: 40px;
}

.top-bar-lang {
    display: inline-block;
    padding-top: 11px;
    vertical-align: top;
}

.top-bar-lang .lang {
    color: #fff;
    padding: 11px;
    text-align: center;
    margin-right: 5px;
    margin: 0;
}

.top-bar-lang .active {
    color: #022738;
    background-color: #fff;    
    text-decoration: none;
}

.lang:hover {
    color: #0F93B4;
    text-decoration: none;
}

.header-top {
    padding-top: 25px;
    padding-bottom: 25px;
}

.heade-top-flex  {
    display: flex;
    align-items: center;
    justify-content: center;
}

.logotype a img {
    width: 200px;
}

.icon-text {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 50px;
}

.icon-text .icon {
    padding: 20px;
    color: #022738;
}

.icon-text .icon img {
    height: 35px;
}

.icon-text .text a {
    color: #022738;
    font-weight: 700;
    text-decoration: none !important;
}

.icon-text .text strong {
    font-size: 17px;
}

.top-nav {
    background-color: #022738;
    z-index: 999;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.27);
}

.navbar {
    padding-left: 0;
}

.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%; 
}

.icon-text-mobile {
    display: none;
}

.dropdown-menu {
    top: 46px;
    background: #fff;
    list-style: none;
    padding: 14px 0;
    margin: 0;
    border-radius: 0;
    border: none;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.27);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.nav-link:first-child,
.nav-item:first-child {
    padding-left: 0 !important;
}

.nav-item {
    padding-right: 20px;
    font-family: Open-Sans; 
}

.nav-link {
    color: #fff;
    font-size: 15px;
    padding-left: 15px;
}

.nav-link:hover {
    color: #0F93B4;
}

#nav a.active {
    color: #0F93B4
}

.dropdown-item {
    font-family: OpenSans SemiBold;
    color: #022738;
    font-size: 15px;
    letter-spacing: -0.5px;
}

.dropdown-item:hover {
    background: #0F93B4;
    color: #fff;
}

.lines {
    display: flex;
    width: 29px;
    height: 2px;
    margin-bottom: 5px;
    position: relative;
    background-color: #022738;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 5px 0px;
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0), background 0.5s cubic-bezier(0.77,0.2,0.05,1.0), opacity 0.55s ease;
}

.lines:first-child {
    margin-top: 5px;
}

/*main*/

.module-cover {
    padding: 240px 0;
    background-position: 50%;
    background-repeat: no-repeat;
    background-color: #fff;
    background-size: cover;
}

.main-about-diart,
.products,
.products-mobile {
    background: #F2F2F2;
    padding: 50px 0;
}

.main-about-diart h4 {
    text-align: center;
}

.text-caption {
    text-align: justify;
    border-left: 4px solid #145470;
    padding: 10px 10px 10px 20px;
}

.main-img {
    height: 215px;
}

.text-caption p {
    margin: 0;
}

.about-main {
    height: 280px;
}

.propos {
    background: #D7D7D7;
    padding: 50px 0 50px 0;
}

.propos ul li {
    list-style-type: square;
}

.propos ul li a,
.products a,
.products-mobile a {
    color: #212529;
    -webkit-transition: color .2s;
    transition: color .2s;
}

.products a:hover,
.products-mobile a:hover,
.propos ul li a:hover {
    text-decoration: none;
    color: #0F93B4;
}

.propos-main {
    padding-top: 105px;
}

.propos-main-img {
    height: 330px;
}

.propos-mobile {
    display: none;
}

/*products*/

.products,
.products-mobile {
    text-align: center !important;
}

.products-mobile {
    display: none;
}

.products p,
.products-mobile p {
    font-weight: 600;
    font-size: 18px;
    color: #022738;
}

.products-img {
    text-align: center;
    height: 220px;
}

.products-description li {
    list-style-type: none;
}

/*contact*/

.contact {
    background: #F2F2F2;
    padding: 100px 0 100px 0;
}

.contact-form {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contact-form-title {
    display: block;
    width: 100%;
    font-size: 30px;
    color: #022738;
    line-height: 1.2;
    text-align: center;
    padding-bottom: 32px;
}

.wrap-contact-us {
    background: #fff;
    border-radius: 0;
    padding: 66px 115px 59px 115px;
    position: relative;
}

.wrap-input {
    width: 100%;
    position: relative;
    background-color: transparent;
    margin-bottom: 35px;
}

.label-input {
    font-family: Ubuntu-Regular;
    font-size: 14px;
    color: #555555;
    line-height: 1.5;
    padding-bottom: 10px;
}

.form-control {
    border: none;
}

.form-control-input,
.form-control-textarea {
    margin-top: 10px;
    background: #f2f2f2;
    border-radius: 0;
    color: #022738;
    font-size: 14px;
    line-height: 1.2;
    outline: none !important;
    padding: 0 10px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.form-control-textarea {
    padding: 10px;
}

.wrap-input-red,
.wrap-input-yellow,
.wrap-input-blue,
.wrap-input-green {
    padding: 25px 10px 10px 10px;
    text-align: center;
}

.wrap-input-red {
    background-color: #F8D7DA;
    color: #721c24;
}

.wrap-input-yellow {
    background-color: #FFF3CD;
    color: #856404;
}

.wrap-input-blue {
    background-color: #CCE5FF;
    color: #004085;
}

.wrap-input-green {
    background-color: #D4EDDA;
    color: #155724;
}

.wrap-input-red p {
    margin-bottom: 0;
}

.wrap-contact-form-btn {
    text-align: center;
}

.contact-form-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 160px;
    height: 42px;
    background-color: #F2F2F2;
    font-size: 14px;
    color: #212529;
    line-height: 1.2;
    text-transform: uppercase;
    padding-top: 5px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.contact-form-btn:hover {
    background-color: #022738;
    color: #fff;
}

/* about */

.about,
.works {
    padding: 50px 0 50px 0;
}

.about {
    background: #F2F2F2;
}

.works {
    background: #D7D7D7;
}

.about-decsription-title {
    font-family: Ubuntu-Medium;
    color: #0F93B4;
    text-align: center; 
}

.about-decsription-text {
    text-align: justify;
    border-left: 4px solid #145470;
    padding: 10px 10px 10px 20px;
}

.about-text {
    text-align: center;
}

.about-text ul li {
    list-style: square inside;
}

.about-img {
    max-height: 150px;
    min-width: 125px;
}

/*footer*/

.footer {
    background: #022738;
    color: white;
    font-size: 13px;
}

.about-company {
    text-align: center;
}

.footer .about-company img {
    width: 176px;
}

.footer .links ul {
    list-style-type: none;
}

.footer .links li a {
    color: white;
    -webkit-transition: color .2s;
    transition: color .2s;
}

.footer .links li a:hover {
    text-decoration: none;
    color: #0F93B4;
}

.footer .copyright {
    text-align: center;
}

.footer .copyright p {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

/*media*/

@media (max-width: 1200px) {

    .icon-text .text {
        font-size: 12px;
    }

    .icon-text .text strong {
        font-size: 14px;
    }

    .wrap-contact-us {
        padding: 50px 75px 35px 75px;
    }
}

@media (max-width: 992px) {
    .module-cover {
        min-height: auto;
        height: auto;
        padding: 120px 0 120px;
    }

    .icon-text {
        margin-left: 0;
    }

    .wrap-contact-us {
        padding: 30px 20px;
    }

    .img-benefits {
        height: 120px;
    }

    .img-tech {
        height: 190px;
    }

    .main-img,
    .about-main {
        height: auto;
        margin-bottom: 20px;
        text-align: center;
    }
    
    .products-description {
        padding: 65px 0;
    }
}

@media (min-width: 1200px) {
    /*.about-main {
        margin-top: 40px;
    }*/

    .products-description {
        padding: 65px 0;
    }

    .main-img {
        margin-top: 10px;
    }
}

@media (min-width: 992px) and (max-width: 1199.99px) {
    /*.about-main {
        margin-top: 80px;
    }*/

    .products-description {
        padding: 65px 0;
    }

    .main-img {
        margin-top: 45px;
    }
}

@media (min-width: 769px) {
    
    .barand-display {
        display: none;
    }

    .navbar-expand-md .navbar-toggler {
        display: none !important;
    }    
}

@media (min-width: 768px) {
    .navbar-expand-md .navbar-nav .dropdown-menu {
        width: auto;
    }
}

@media (max-width: 768px) {
    .search-form,
    .header-top {
        display: none;
    }

    .products,
    .propos-main {
        display: none;
    }

    .products-description {
        padding: 10px 0;
    }

    .products-mobile,
    .propos-mobile {
        display: block;
    }

    .top-nav {
        background-color: #fff;
    }

    .barand-display img {
        height: 45px;
    }
    
    .navbar {
        padding: 0.5rem 0;
    }

    #nav a {
        color: #022738;
    }

    #nav a:hover {
        color: #0F93B4;
    }

    .dropdown-menu {
        width: 100%;
        padding: 0;
        box-shadow: none;
    }

    .dropdown-item {
        color: #022738;
    }

    .dropdown-item:hover {
        color: #0F93B4;
        background: #fff;
    }

    .nav-item {
        padding-right: 0; 
    }

    .wrap-contact-us {
        padding: 66px 115px 59px 115px;
    }
}

@media (max-width: 575px) {
    .wrap-contact-us {
        padding: 20px 10px;
    }
}

@media (max-width: 767px) {
    .icon-text-mobile {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: left;
    }

    .icon-text-mobile .icon {
        padding: 20px 20px 20px 0;
    }

    .icon-text-mobile .icon img {
        height: 35px;
    }
}
