@import url(https://fonts.googleapis.com/css?family=Raleway:400,300,500);
#load {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 9999999999999999;
    background: url("../images/ring.svg") no-repeat center center #000019
}

* {
    padding: 0;
    margin: 0;
    font-family: 'Amiri', sans-serif;
    outline: none;
}

*,
*:after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.outer-wrapper {
    overflow: hidden;
}

.fa-bars {
    font-size: 30px;
    color: #000019;
    display: block;
    top: 10px;
    right: 7px;
    position: fixed
}

.nav-container {
    position: fixed;
    top: 0;
    background-color: rgba(250, 248, 238, 0.95);
    height: 60px;
    width: 100%;
    box-shadow: 1px 1px 7px rgba(5, 22, 51, 0.37);
    z-index: 22;
}

.logo {
    display: none;
}

.logo-phone {
    display: block;
    margin: 2px auto;
    width: 60px
}

.lan {
    font-family: 'Amiri', serif;
    top: 10px;
    left: 7px;
    padding: 4px 6px;
    position: fixed;
    font-size: 14px;
    text-decoration: none;
}

.lan:hover {
    text-decoration: none;
}

.topnav a,
.topnav .fa {
    float: right;
    display: block;
    color: #000019;
    text-align: center;
    padding: 10px 5px 10px 5px;
    text-decoration: none;
    font-size: 14px;
}

.topnav .fa {
    float: right;
    display: block;
    padding: 10px 10px;
    color: #e74c3c;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
}

/* Change the color of links on hover */

.topnav a:hover {
    background-color: #e74c3c;
    color: whitesmoke;
}

/* Style the "active" element to highlight the current page */

.topnav a.active {
    color: white;
}

/* search */
.togglesearch {
    background: #E8E8E4;
    position: absolute;
    top: 4px;
    left: 10.7%;
    width: 60%;
    height: 30px;
    line-height: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    border-top: 4px solid #D80B15;
    display:  none;
}

.togglesearch:before {
    content: "";
    position: absolute;
    /* top: -32px; */
    left: -26px;
    bottom: -10px;
    transform: rotate(-90deg);
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 14px solid transparent;
    border-bottom: 14px solid #D80B15;
}


.main-menu {
    display: block;
    transform: translateX(100%);
    background-color: #000019;
    position: fixed;
    width: 100%;
    height: 100%;
    transition: transform 0.6s ease;
    overflow: auto;
}

/*
li:nth-child(8){
    display: none;
}
*/

.open {
    transform: translateX(0)
}

.main-menu ul {
    list-style: none;
}

.main-menu ul li {
    list-style: none;
}

.main-menu ul li a {
    display: block;
    font-size: 24px;
    padding: 26px 20px;
    text-align: center;
    text-decoration: none;
    color: rgba(250, 248, 238, 0.95);
    font-weight: 400;
}

.main-menu .nav-toggle {
    position: absolute;
    top: 0.1%;
    right: 2%;
    font-size: 30px;
    color: whitesmoke;
}


.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0
}

.rslides li {
    margin-top: 60px;
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 170%;
    left: -35%;
    margin-right: 0px;
    top: 0;
}

.rslides li:first-child {
    position: relative;
    display: block;
    float: left;
}

.rslides img {
    display: block;
    height: auto;
    float: left;
    width: 101%;
    border: 0;
}

.about,
.pre-cli,
.visit,
.company,
.service {
    background-color: #000019;
    color: rgba(250, 248, 238, 0.95);
    font-size: 16px;
    width: 100%;
    text-align: center;
    padding: 10px;
}

.pre-news {
    background-color: #f2f2f2;
}

.news-wrapper {
    width: 80%;
    margin: auto auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}


/* News code pen */

.post-module {
    position: relative;
    margin: 15px;
    z-index: 1;
    background: #FFFFFF;
    min-width: 50%;
    max-width: 84%;
    height: 190px;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

/*
.post-module:hover,
.hover {
    -webkit-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
}

.post-module:hover .thumbnail img,
.hover .thumbnail img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
    opacity: .6;
}
*/


.post-module .thumbnail {
    background: #000000;
    height: 200px;
    overflow: hidden;
}

.post-module .thumbnail .date {
    position: absolute;
    top: 10px;
    right: 20px;
    z-index: 1;
    background: #e74c3c;
    width: 35px;
    height: 35px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    color: #FFFFFF;
    font-weight: 700;
    text-align: center;
    -webkti-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.post-module .thumbnail .date .day {
    font-size: 0.6em;
}

.post-module .thumbnail .date .month {
    font-size: 8px;
    text-transform: uppercase;
}

.post-module .thumbnail img {
    margin: auto;
    vertical-align:center;
    display: inline-block;
    width: 100%;
   transform: translateY(-20%);
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.post-module .post-content {
    position: absolute;
    bottom: 0;
    background: #FFFFFF;
    width: 100%;
    padding: 15px;
    -webkti-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
    -moz-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
    -ms-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
    -o-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
    transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
}

.post-module .post-content .category {
    position: absolute;
    top: -34px;
    left: 0;
    background: #e74c3c;
    padding: 10px 15px;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.post-module .post-content .title {
    margin: 0;
    padding: 0 0 6px;
    color: #333333;
    font-size: 14px;
    font-weight: 700;
}

.post-module .post-content .sub_title {
    display: none;
}

.post-module .post-content .description {
    display: none;
    color: #666666;
    font-size: 12px;
    line-height: 1.2em;
    display: none;
}

.post-module .post-content .post-meta {
    margin: 5px 0 0;
    font-size: 13px;
}

.post-module .post-content .post-meta .timestamp {
    margin: 0 16px 0 0;
}

.post-module .post-content .post-meta a {
    color: #e74c3c;
    text-decoration: none;
}

.hover .post-content .description {
    display: block !important;
    height: auto !important;
    opacity: 1 !important;
}


.container {
    max-width: 800px;
    min-width: 640px;
    margin: 0 auto;
}

.container:before,
.container:after {
    content: '';
    display: block;
    clear: both;
}

.container .column {
    width: 50%;
    padding: 0 25px;
    -webkti-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
}

.container .column .demo-title {
    margin: 0 0 15px;
    color: #666666;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}

.container .info {
    width: 300px;
    margin: 50px auto;
    text-align: center;
}

.container .info h1 {
    margin: 0 0 15px;
    padding: 0;
    font-size: 24px;
    font-weight: bold;
    color: #333333;
}

.container .info span {
    color: #666666;
    font-size: 12px;
}

.container .info span a {
    color: #000000;
    text-decoration: none;
}

.container .info span .fa {
    color: #e74c3c;
}

.slider-container {
    width: 100%;
    background-image: url(../../images/Team.jpg);
    background-origin: border-box;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    overflow: hidden;
}

.slider .active {
    display: block;
    overflow: hidden;
}

.slider div {
    display: none;
    text-align: center;
    word-wrap: break-word;
}

.slider-wrapper {
    position: relative;
    margin: 30px 0px;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    border: 6px solid rgba(3, 17, 41, 0.12);
}

.slider {
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    background-color: #faf8ee;
}

.slider div p {
    top: -5px;
    display: block;
    margin: 0px auto;
    border-radius: 50%;
    width: 165px;
    height: 165px;
    padding: 14px 20px;
    font-size: 11px;
    text-align: center;
}
#p1 {
    padding: 30px;
}

#p2 {
    padding: 37px 10px;
}

#p3 {
    padding: 30px 20px;
}

#p4 {
    padding: 25px 17px;
}

.circle {
    margin: 30px 0px;
    display: block;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    overflow: hidden;
    border: 6px solid rgba(3, 17, 41, 0.12);
    margin-right: -15px;
}

.circle img {
    width: 270px;
    height: auto;
    object-fit: cover
}

.client-wrapper {
    background-image: url(../../images/map.jpg);
    background-origin: border-box;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    display: flex;
    flex-direction: row;
}

.client {
    margin: 15px 0px;
    display: flex;
    flex-flow: column;
    width: 100%;
    justify-content: flex-end;
}

.client div {
    width: auto;
    height: auto;
    margin: 10px;
    padding: 0;
}

.cli-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 70%;
    opacity: 0.8;
    border-radius: 50%;
}

#map {
    height: 400px;
    font-size: 10px;
}

footer {
    bottom: 0;
}

.footer-part1 {
    background-color: #000019;
    display: flex;
    justify-content: center;
}

.footer-part1>div {
    margin: 20px 40px;
}

.mag-img {
    width: 145px;
    height: 70px;
    margin-top: 2px;
    border-radius: 20px;
    background-color: rgba(250, 248, 238, 1);
}


.footer-part1 p {
    display: block;
    color: rgba(250, 248, 238, 0.95);
    font-size: 16px;
    padding: 10px;
    text-align: center
}

footer .fab {
    border: 1.5px solid rgba(250, 248, 238, 0.95);
    color: rgba(250, 248, 238, 0.95);
    text-align: center;
    font-size: 15px;
    width: 33px;
    height: 33px;
    padding: 8px;
    margin: 3px;
    border-radius: 50%;
    transition: all ease-in-out .4s;
    align-content: center;
}

@media (max-width: 450px) {
    .footer-part1>div {
        margin: 20px 10px;
    }
}

@media (max-width: 344px) {
    footer {
        display: flex;
        flex-direction: column;
    }
}

.footer-part2 h5 {
    background-color: rgba(250, 248, 238, 0.95);
    color: #000019;
    font-size: 12px;
    text-align: center;
    padding: 4px;
    font-weight: 200
}

.company {
    background-color: #000019;
    color: rgba(250, 248, 238, 0.95);
    font-size: 12px;
    width: 100%;
    text-align: center;
    padding: 10px;
}
