/***** RESET *****/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    /*font-size: 100%;
    vertical-align: baseline;*/
    
}
html, body {height:100%;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: '';content: none;}
table {border-collapse: collapse;border-spacing: 0;} /* tables still need 'cellspacing="0"' in the markup */
textarea {overflow:auto;}
a {
    text-decoration: none;
    color: black;
    font-weight: 100;
}
/***** RESET *****/
@font-face {
    font-family: Mainfont;
    src: url(../fonts/Montserrat-Regular.ttf);
}
html {
    font-family: Mainfont;
    color: rgb(61, 61, 61);
    scroll-behavior: smooth;
}
.header__logo a svg,
.logo svg {
    width: 50px;
}
.header_fixed .header__container,
.header__container {
    max-width: 1200px;
    margin: auto;
}
.header_fixed .header__container,
.header__container,
.header__social,
.header__info,
.nav-bar ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}
.header__info {
    font-size: 18px;
}

header {
    width: 100%;
}
.header__top {
    width: 100%;
    height: 50px;
    background-color: whitesmoke;
}
.header__media i {
    font-size: 20px;
    color: rgb(61, 61, 61);
}
.header__bottom {
    /* background: rgb(163, 162, 162); */
    height: 80px;
}
.mr {
    margin-right: 20px;
}
.nav-bar ul li a {
    padding: 10px;
    box-sizing: border-box;
    font-size: 18px;
}
.nav-bar ul li {
    position: relative;
}
.nav-bar ul li ul {
    display: none;
    position: absolute;
    top: 30px;
    z-index: 2;
    width: 200px;
    height: auto;
    background-color: whitesmoke;
}
.nav-bar ul li ul li {
    padding: 10px 10px;
    font-size: 18px;
    line-height: 30px;
}
.nav-bar ul li ul li a {
    padding: 0px;
}
li:hover .sub-menu {
    display: block;
}
.nav-bar a:hover,
.header__media i:hover {
    color: #FF002B;
}
.wrapper {
    width: 100%;;
    /* background-color: yellow; */
}

.slider .item {
    width: 100%;
    height: 650px;
}
.slider__image {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}
.info-area {
    width: 100%;
    height: 500px;
    background-color: whitesmoke;
    display: flex;
    justify-content: center;
    align-items: center;
}
.info-area__text {
    width: 600px;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    line-height: 24px;
}
.info-area__text img {
    width: 100px;
    margin: 0px auto;
}
.services__container {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: auto;
    padding: 50px 0;
    box-sizing: border-box;
}
.services__item {
    width: 33%;
    padding: 40px;
    box-sizing: border-box;
}
.services__item:hover {
    background: #ff002bbd;
    color: white;
    transition: 1s;
    cursor: pointer;
}
.services__item:hover .services__item i {
    background: #ff002bbd;
}
.services {
    padding: 50px 0;
    box-sizing: border-box;
    text-align: center;
}
.services i {
    font-size: 48px;
    padding: 5px 0;
    box-sizing: border-box;
    margin-bottom: 30px;
}
.services h4 {
    font-size: 24px;
    padding: 5px 0;
    box-sizing: border-box;
}
.services h2,
.clients h2,
.contact h2,
.about-us h2 {
    font-size: 36px;
    color: black;
}
.services p,
.clients p,
.contact p {
    font-size: 20px;
    line-height: 24px;
    padding: 5px 0;
    box-sizing: border-box;
    margin-top: 20px;
}
.about-us h2 {
    text-align: center;
}
.about-us__text {
    max-width: 1000px;
    padding: 50px 0;
    box-sizing: border-box;
    margin: auto;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
}
.clients__items .item {
    width: 20%;
}
.clients__container {
    max-width: 1200px;
    text-align: center;
    margin: auto;
}
.clients__items {
    display: flex;
    padding: 50px 0px;
    flex-wrap: wrap;
}
.clients {
    padding: 100px 0;
    box-sizing: border-box;
}
.clients p {
    padding: 5px 0;
    box-sizing: border-box;
}
.testimonials {
    width: 100%;
    height: 900px;
}
.bg-testimonials {
    background: #212121 url(../images/bg-1.png);
    width: 100%;
    height: 100%;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.testimonials__container {
    max-width: 800px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.testimonials__container h2 {
    color: rgb(75, 102, 22);
    margin-bottom: 80px;
    font-size: 36px;
}
.testimonials__container img {
    margin-bottom: 60px;
}
.testimonials__container h4 {
    font-size: 24px;
    margin-bottom: 15px;
    color: white;
}
.testimonials__container h5 {
    font-size: 20px;
    margin-bottom: 15px;
    color: white;
}
.testimonials__container p {
    font-size: 18px;
    color: white;
    line-height: 20px;
    word-spacing: 6px;
}
.testimonials__slider {
    width: 100%;
}
.contact {
    width: 100%;
    padding: 100px 0;
    box-sizing: border-box;
}
.contact__container {
    max-width: 1200px;
    margin: auto;
    text-align: center;
}
.contact__area {
    display: flex;
}
.contact__left,
.contact__right {
    width: 50%;
    padding: 50px 0;
    box-sizing: border-box;
}
.contact__area i {
    color: rgb(61, 61, 61);
}
.logo {
    font-size: 30px;
    font-weight: 1000;
    display: flex;
    align-items: center;
}
.logo strong {
    padding: 0 40px;
    box-sizing: border-box;
}
.address,
.contacts,
.social {
    text-align: left;
    margin-top: 20px;
    font-size: 18px;
    word-spacing: 5px;
}
.contact__right form {
    display: flex;
    flex-direction: column;
    width: 80%;
}
.contact__right form input {
    padding: 0 10px;
    box-sizing: border-box;
    border-radius: 3px;
    height: 35px;
    font-size: 14px;
    border: 1px solid black;
    margin-bottom: 10px;
}
.contact__right form textarea {
    padding: 0 10px;
    box-sizing: border-box;
    border-radius: 3px;
    font-size: 14px;
    border: 1px solid black;
    margin-bottom: 10px;
}
.contact__right form button {
    border: 1px solid black;
    border-radius: 5px;
    height: 30px;
}
footer {
    background-color: #191919;
    width: 100%;
    height: 60px;
    line-height: 60px;
    color: white;
    text-align: center;
}


/* services */

.services-photo {
    width: 100%;
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.services-photo h2 {
    text-align: center;
    text-shadow: 2px 2px 3px rgb(0 0 0 / 60%);
    font-size: 5em;
    line-height: 400px;
    color: white;
    font-weight: 700;
}
.page-container {
    max-width: 1200px;
    margin: auto;
}
.service-description {
    font-size: 18px;
    line-height: 36px;
    word-spacing: 5px;
}
.header_fixed {
    position: fixed;
    height: 80px;
    width: 100%;
    z-index: 2;
    top: 0px;
    background-color: rgb(0 0 0 / 60%) ;
}
.header_fixed a {
    color: whitesmoke;
}
.header_fixed ul ul a {
    color: black;
}

/* Hamburger Menu */

















