body {
    margin: 0;

    font-family: 'Play', sans-serif;
    font-size: 14px;
    color: #4f6980;
    -webkit-font-smoothing: antialiased;

    background-color: #fff;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

p {
    margin: 0 0 10px;
}

/* Container 
===========================================*/
.container {
    width: 1166px;
    max-width: 1170px;
    /*margin: 13px auto;*/
    margin: 0px auto;
}

/* Header 
===========================================*/
.header {
    
    /*height: 113px;*/
    position: relative;
    top: 0;
    left: 0;
    z-index: 1000;
    font-family: 'Play', sans-serif;
}

.header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;

    padding: 30px 0 0 0;
    line-height: 0;
}

.header__logo {
    width: 30%;
}


/* Nav 
===========================================*/
.header__nav {
    width: 60%;
}

.nav {
    /*display: flex;*/
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: right;
}

.nav__link {
margin-left: 20px;

    color: #4f6980;
    text-decoration: none;
    opacity: .75;

    transition: opacity .1s linear;
}

.nav__link:first-child {
    margin-left: 0;
}

.nav__link:hover {
    opacity: 1;
    text-decoration: underline;
}

/* Header Social
===========================================*/

.header__social {
    width: 10%;
    text-align: right;
}

.header__social-content {
    /*padding-top: 15px;*/

    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-style: italic;
    font-size: 15px;
    color: #999;

}

.header__social-content a {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    font-size: 37px;
    color: #7b8e9f;
    text-decoration: none;
}

.header__social-content a:hover {
    color: #4f6980;
}

/* Intro
===========================================*/

.intro {
    display: flex;
    margin: 0;
    background: url(../img/bl2-bg.jpg) center no-repeat;
}

.intro__inner1 {
    margin: 50px 0 50px 60px;
    width: 50%;
}

.intro__inner2 {
    margin: 50px 0 50px 60px;
    width: 50%;
}

.intro__title {
    color: #fff;
    font-family: 'Exo 2', sans-serif;
    font-weight: 400;
}


.intro__items {
    margin: 25px 0;
    color: #fff;
    font-family: 'Exo 2', sans-serif;
    font-size: 22px;
}

.intro__address {
    margin: 25px 0;
    font-family: 'Exo 2', sans-serif;
    font-size: 22px;
}

.intro__address {
    margin: 25px 0;
    font-family: 'Exo 2', sans-serif;
    font-size: 22px;
}

.pt {
    color: #e04519;
    font-family: 'Exo 2', sans-serif;
}

.pt1 {
    text-transform: uppercase;
    font-family: 'Exo 2', sans-serif;
}

.intro__phonenumber {
    margin: 25px 0;
    font-family: 'Exo 2', sans-serif;
    font-size: 22px;
}

.intro__mailto {
    margin: 25px 0;
    color: goldenrod;
    font-family: 'Exo 2', sans-serif;
    font-size: 22px;

    text-decoration: none;
}

.intro__mailto:hover {
    color: gold;
    text-decoration: underline;
    font-family: 'Exo 2', sans-serif;
}

.intro__slogan {
    color: #fff;
    font-family: 'Exo 2', sans-serif;
    font-weight: 400;
}

.intro__text {
    margin-bottom: 40px;
}


/* Button
===========================================*/

.btn {
    display: inline-block;
    vertical-align: top;
    padding: 14px 40px;

    border-radius: 2px;
    border: 0;
    cursor: pointer;

    font-family: 'Exo 2', sans-serif;
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;

    transition: background .1s;
}

.btn--red {
    background-color: #e04519;
}

.btn--red:hover {
    background-color: #ee0404;
}

/* Features
===========================================*/

.features {
    display: flex;
    /*margin: 10px 0;*/
    font-family: 'Exo 2', sans-serif;
}

.features__item {
    width: 14.28571%;
    text-align: center;
    margin: 0 10px;
}

.features__icon {
    margin-bottom: 10px;
}

.features__title {
    font-size: 16px;
    color: #e04519;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.features__text {
    font-size: 15px;
    color: #333333;
}

/* ABOUT US
===========================================*/

.aboutus {
    display: flex;
    background-color: #f2f2f2;
    height: 100%;
    max-height: 380px;
    width: 100%;
    margin-top: 20px;
}

.aboutus__item {
    display: flex;
    flex-wrap: wrap;
}

.aboutus__content {
    width: 59%;
    font-family: 'Exo 2', sans-serif;
}

.aboutus__logo {
    margin: 40px 0 20px 100px;
}

.aboutus__text {
    margin-left: 100px;
    color: black;
    font-size: 15px;
}

.aboutus__photo {
    width: 40%;
    text-align: center;
    margin: 90px 0;
}

/* SERVICES
===========================================*/

.services {
    display: flex;
    flex-wrap: wrap;
}

.services__title {
    color: #00346c;
    text-align: center;
    font-family: 'Exo 2', sans-serif;
    font-size: 40px;
    font-weight: 700;
    margin-top: 40px;
    text-align: center;
}

.services__item {
    width: 33.33333%;
    text-align: center;
    margin: 25px 0;
}

.services__itemimg {
    margin-bottom: 15px;
}

.services__itemtxt {
    color: #e04519;
    font-family: 'Exo 2', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
}

/* MAP
===========================================*/

.map {
    display: flex;
    background-color: #f2f2f2;
}

.map__title {
    color: #00346c;
    text-align: center;
    margin: 15px 0;
    font-family: 'Exo 2', sans-serif;
    font-weight: 700;
}

.map__item {
    text-align: center;
}

.map__logo {
    text-align: left;
}

/* CLIENTS
===========================================*/

.clients {
    display: flex;
    margin: 30px 0;
}

.clients__item {
    width: 50%;
    padding-left: 50px;
}

.clients__itemtitle {
    width: 480px;
    color: #00346c;
    border-bottom: 3px #e25229 solid;
    margin-bottom: 15px;
}

.cl__itemtitleh1 {
    margin: 0 0 10px 0;
    font-family: 'Exo 2', sans-serif;
    font-weight: 700;
    font-size: 34px;
}

.clients__itemlogo {
    display: flex;
    flex-wrap: wrap;
}

.clients__itemtxt {
    font-family: 'Exo 2', sans-serif;
    font-size: 13px;
}

/* FEEDBACK
===========================================*/

.feedback {
    padding: 50px 15px;
    background: url(../img/bl8-bg.jpg) center top no-repeat;
    max-height: 540px;
    display: flex;
}

/*.feedback__item {
    margin: 0 -13px;
    display: flex;
}*/

.feedback__items1 {
    width: 40%;
    padding-left: 50px;
    box-sizing: border-box;
    position: relative;
}

.feedback__items2 {
    width: 20%;
    /*padding-left: 50px;*/
    box-sizing: border-box;
    position: relative;
}

.feedback__items3 {
    width: 40%;
    padding-right: 50px;
    box-sizing: border-box;
    position: relative;
}

.h1feedback__title {
    font-size: 23px;
    color: #f2f2f2;
    padding-bottom: 16px;
}

.feedback-form__text {
    font-family: 'Play', sans-serif;
    font-size: 14px;
    width: 100%;
    border: none;
    border-radius: 4px;
    color: #566573;
    font-style: italic;
    line-height: 35px;
    margin-bottom: 22px;
    padding: 0 10px;
}

.feedback-form__message {
    font-family: 'Play', sans-serif;
    font-size: 14px;
    width: 100%;
    border: none;
    border-radius: 4px;
    color: #566573;
    font-style: italic;
    resize: none;
    height: 160px;
    padding: 10px;
}

.messages {
    color: red;
}

.feedback-form__submit {
    border: none;
    background-color: #fff;
    color: #566573;
    font-style: italic;
    position: absolute;
    bottom: 30px;
    right: 30px;

    cursor: pointer;
}

.feedback__itemscontact {
    width: 50%;
}

.feedbackbutton__itemcontacts {
    text-align: right;
    position: absolute;
    right: 50px;
}

.feedback__contactstitle {

    font-size: 29px;
    font-family: 'Exo 2', sans-serif;
    color: #f2f2f2;

    margin-top: 130px;
    border-bottom: 2px solid #f2f2f2;
}

.feedback__contactsaddr {
    font-size: 22px;
    font-family: 'Exo 2', sans-serif;
    color: #f2f2f2;

    margin-top: 15px;
}

.feedback__contactstel {
    font-size: 22px;
    font-family: 'Exo 2', sans-serif;
    color: #f2f2f2;

    margin-top: 15px;
}

.feedback__contactsemail {
    font-size: 22px;
    font-family: 'Exo 2', sans-serif;
    color: goldenrod;
    text-decoration: none;

    margin-top: 15px;
}

.feedback__contactsemail:hover {
    color: goldenrod;
    font-family: 'Exo 2', sans-serif;
    text-decoration: underline;
}

/* NEW SERVICE
===========================================*/

.newservice {
    background-color: #2b3846;
    color: #f2f2f2;
}

.newservice__title {
    padding: 40px 15px 20px 15px;
    font-size: 36px;
    font-family: 'Play', sans-serif;
    text-align: center;
    color: #f2f2f2;
}

.newservice__title1orange {
    color: #e04519;
}

.newservice__title2 {
    font-size: 16px;
    font-style: italic;
}

/* COPYRING
===========================================*/

.copyring {
    display: flex;
    font-size: 11px;
    padding: 28px 0;
    background-color: #2b3846;
    color: #f2f2f2;
    margin-right: auto;
    margin-left: auto;
}

.copiring__item {
    display: flex;
}

.copiring__items1 {
    width: 50%;
}

.copiryng__items2 {
    width: 50%;
    text-align: right;
    margin-left: 74.25%;
}

/* MODAL
===========================================*/

/*.fade {
    transition: opacity .15s linear;
}

.fade.in {
    opacity: 1;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    outline: 0;
}

.modal-open, modal {
    overflow-x: hidden;
    overflow-y: auto;
}*/

.modal-dialog {
    width: 360px;
}

.modal-header {
    background-color: #647381;
}

.modal-body {
    background-color: #647381;
}

.modal-footer {
    background-color: #647381;
}

.success {
    width: 89%;
    position: absolute;
    bottom: 70px;
    text-align: center;
    color: #566573;
}

.orange, orange {
    color: #e04519;
}