header{
    background-image: url('../img/home_bg_02.jpg');
}
header h1{margin: 70px 0 60px;}
@media (orientation: portrait) and (max-width: 540px){
    header h1{margin: 40px 0 30px}
}

nav a div{color:#fff}
@media (orientation: portrait) and (max-width: 540px){
    nav {background-image: url('../img/home_bg_02.jpg');}
}


main{margin: 0;}
.mainImage{
    background-image: url('../img/home_fullpict_04.jpg'); margin-bottom:70px;
}
.mainImage3{
    background-image: url('../img/home_fullpict_05.jpg'); margin-bottom:70px;
}
.mainImage2{
    background-image: url('../img/home_fullpict_06.jpg');
    margin-bottom:0;
}
.imageServices{
    background-image: url('../img/home_fullpict_03.jpg');
}
main h2{margin:90px 0 70px 0; color: #aaa}
.mainBottom{padding:0!important}

.homeSec1{margin-top:0; padding: 40px 0;}
.homeSec1 img{top:-100px;}
@media (orientation: portrait) and (max-width: 540px){
    .mainImage{
        margin-bottom:50px;
    }
    .mainImage2{
        height: 60vw;
        margin-bottom:0;
    }
    .homeSec1 img{top:-60px;}
}

.homeSec2{height: auto;}
.homeSec2 img{ position: relative; left:auto; top:auto;}

.txIco1{color:#c182ed; font-weight: 900;}
.txIco2{color:#8370db; font-weight: 900;}
.txIco3{color:#557edb; font-weight: 900;}
.txIco4{color:#47b5d6; font-weight: 900;}


.sec1Ico{background-image: url('../img/da_enumsb.png'); margin-top:-27px;}
.sIco4{background-image: url('../img/da_enums2b.png');}

@media (orientation: portrait) and (max-width: 540px){
    .homeSec1{
        padding-top:0;
    }
    .sec1Ico{ margin-top:-19px;}
}

.txHighlite{margin-bottom: 45px; text-align: center;}

.bulletTexts{
    position: relative;
    display: flex;
    flex-flow: column wrap;
    align-items: flex-end;
    width: 100%;
    margin-top: 15px;
}
.bulletTexts p{
    position: relative;
    width: 95%;
    margin-bottom: 25px;
}
.bulletTexts img{
    position: absolute; top:3px; left: -6%;
}
@media (orientation: portrait) and (max-width: 540px){
    .sec1Tx{
        width: 95%;
    }
    .bulletTexts p{
        width: 93%;
    }
    .bulletTexts img{
        left: -10%;
    }
    .mb0{
        margin-bottom: 0;
    }
}
.titBlue{
    margin-top:50px; margin-bottom: 90px;
    font-weight: 300;
    color:#4685bf!important; 
}
.pServices{
    margin-bottom: 60px;
    color: #999;
    font-weight: 400 !important;
}
.hrService{
    border-color: #999 !important;
    margin: 40px 0 80px 0;
}
.anchor{
    position: absolute;
    top:-20px;
}
.col570 >p{width:100%}


.hContact{padding-bottom:60px;}
.tContact{padding-top:80px;}
@media (orientation: portrait) and (max-width: 540px){
    .hContact{padding-bottom:100px;}
    .tContact{padding-top:0; margin-top:-20px}
}

form{
    display:flex; flex-flow: column wrap; align-items: center;
    width: 100%; margin-top:40px; 
}
.formCol{color:#fff; font-size: 22px; font-weight: 500;}
.formCol>p{
    widows: 100%; text-align: center; margin: 200px 0;
}
button{margin-top:40px}


.formComm{
    font-family: mus;
    border:none; background: transparent; 
    font-size: 16px; font-weight: 600;
    width: 100%; 
    border-bottom: 1px solid #fff;
    margin-bottom: 30px; padding: 5px 0 15px 5px;
    color: #fff;
    -webkit-tap-highlight-color: transparent; 
}
.formComm::placeholder{
    color: #d1f0ff;
}
.formComm:focus { 
    outline: none !important;
    background: transparent;
}

textarea{ 
    min-width: 100%; max-width: 100%;
    min-height: 100px; max-height: 200px;
    font-family: mus;
    appearance: none;
    -moz-appearance: textfield;
}
textarea::-webkit-outer-spin-button,
textarea::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.servIcoOut{
    position: absolute!important; top:0!important; left:0 !important;
}
 /*
.servItem{
   background-image: url('../img/services_patt.png');};
}
*/