.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{ vertical-align:baseline;}/* vertical align baseline */
.vertical-top{  vertical-align:top;}/* vertical align top */
nav.vertical ul li{ display:block;}/* vertical menu */
img{max-width:100%;}
/*--main-content--*/
h1 {
    color: #fff;
    font-size: 40px;
    margin: 110px 0px 70px;
    letter-spacing: 4px;
    word-spacing: 13px;
    text-transform: uppercase;
    text-align: center;
}
.main-agileits {
    box-shadow: 0 0 10px 0 rgba(68, 68, 68, 0.3);
    background-image: url("/images/rose.jpg");
    padding: 50px 45px;
    margin: 0 auto;
}
.right-wthree{
    float: left;
    text-align: center;
    width: 29%;
}
.right-wthree h2 {
    font-weight: bold;
    color: #be5656;
    font-size: 18px;
    margin: 5px 0;
    text-transform: uppercase;
}
.right-wthree p {
    color: #be5656;
    letter-spacing: 1px;
}
.left-w3ls {
    float: right;
    width: 52%;
}
ul.address {
    margin-bottom: 2em;
}
ul.address li:not(:first-child) {
    margin-top: 10px;
    display: block;
}
ul.address-text li strong {
    text-transform: uppercase;
    font-weight: bold;
}
ul.address li ul.address-text li:nth-child(1) {
    width: 22%;
}
ul.address li ul.address-text li {
    display: inline;
    color: #be5656;
    font-size: 16px;
    letter-spacing: 0.9px;
}
ul.address li ul.address-text li a {
    color: #be5656;
    text-decoration: none;
    -webkit-transition:0.5s all;
    -o-transition:0.5s all;
    -moz-transition:0.5s all;
    -ms-transition:0.5s all;
    transition:0.5s all;
}
ul.address li ul.address-text li a:hover{
    color: #bb2849;
    -webkit-transition:0.5s all;
    -o-transition:0.5s all;
    -moz-transition:0.5s all;
    -ms-transition:0.5s all;
    transition:0.5s all;
}
.left-w3ls p span{
    font-weight:300;
    color:#555;
    font-size:17px;
}
.left-w3ls p a{
    font-weight:300;
    color:#555;
    font-size:17px;
}
.right-wthree img {
    border: 2px solid #f0c1cc;
    padding: 6px;
}
/*--main-content--*/
p.agileinfo {
    font-size: 16px;
    letter-spacing: 1.5px;
    color: #fff;
}
/*--responsive--*/
@media(max-width:1680px){

}
@media(max-width:1440px){
    h1 {
        font-size: 39px;
        margin: 60px 0px 45px;
    }
    .right-wthree {
        width: 29%;
    }
    .main-agileits {
        padding: 45px 40px;
    }
}
@media(max-width:1366px){
    h1 {
        font-size: 34px;
        margin: 55px 0px 40px;
    }
    .right-wthree {
        width: 30%;
    }
    .left-w3ls {
        width: 50%;
    }
}
@media(max-width:1280px){
    .right-wthree {
        width: 28%;
    }
    .main-agileits {
        padding: 40px 40px;
    }
    .left-w3ls {
        width: 52%;
        margin-top: 10px;
    }
    ul.address li ul.address-text li {
        margin-top: 1.2em;
        font-size: 15px;
    }
    .right-wthree h2 {
        font-size: 17px;
    }
    h1 {
        margin: 60px 0px 44px;
    }
}
@media(max-width:1080px){
    ul.address li ul.address-text li {
        margin-top: 1em;
    }
    ul.address {
        margin-bottom: 1.6em;
    }
    .left-w3ls {
        width: 51%;
        margin-top: 20px;
    }
}
@media(max-width:1050px){
    h1 {
        font-size: 33px;
        margin: 65px 0px 45px;
    }
    .right-wthree {
        width: 29%;
    }
}
@media(max-width:1024px){
    .right-wthree {
        width: 29%;
    }
    h1 {
        margin: 90px 0px 60px;
    }
}
@media(max-width:991px){
    h1 {
        margin: 65px 0px 45px;
    }
    .right-wthree {
        width: 30%;
    }
}
@media(max-width:900px){
    .right-wthree {
        width: 33%;
    }
    h1 {
        font-size: 30px;
        letter-spacing: 3px;
        word-spacing: 10px;
    }
    .main-agileits {
        padding: 35px 40px;
    }
    .left-w3ls {
        width: 49%;
        margin-top: 25px;
    }
}
@media(max-width:768px){
    h1 {
        margin: 170px 0px 75px;
    }
}
@media(max-width:767px){
    h1 {
        margin: 75px 0px 45px;
    }
}
@media(max-width:736px){
    .right-wthree {
        width: 30%;
    }
    .left-w3ls {
        margin-top: 22px;
    }
    ul.address li ul.address-text li {
        margin-top: 1.1em;
        font-size: 14px;
    }
}
@media(max-width:667px){
    h1 {
        font-size: 26px;
        letter-spacing: 2px;
        word-spacing: 3px;
        margin: 89px 0 45px;
    }
    .right-wthree {
        width: 33%;
    }
    .right-wthree h2 {
        font-size: 16px;
    }
    .right-wthree p {
        font-size: 12.5px;
        letter-spacing: 0.7px;
    }
    .main-agileits {
        padding: 32px 37px;
    }
}
@media(max-width:640px){
    p.agileinfo {
        letter-spacing: 1px;
    }
}
@media(max-width:600px){
    .right-wthree {
        width: 35%;
    }
    p.agileinfo {
        line-height: 35px;
    }
    h1 {
        margin: 81px 0 45px;
    }
}
@media(max-width:568px){
    .main-agileits {
        padding:30px;
    }
    h1 {
        margin: 92px 0 50px;
    }
    .right-wthree {
        width: 37%;
    }
    ul.address li ul.address-text li {
        font-size: 13px;
    }
    .right-wthree h2 {
        font-size: 15px;
    }
    .right-wthree p {
        letter-spacing: 0.5px;
    }
}
@media(max-width:480px){
    h1 {
        font-size: 24px;
        letter-spacing: 1px;
        word-spacing: 2px;
        margin: 77px 0 50px;
    }
    .main-agileits {
        padding: 25px;
    }
    .right-wthree {
        width: 40%;
    }
    .left-w3ls {
        width: 48%;
    }
    p.agileinfo {
        font-size: 15px;
    }
}
@media(max-width:414px){
    h1 {
        font-size: 22px;
        word-spacing: 1px;
        margin: 50px 0 20px;
    }
    .right-wthree {
        width: 44%;
        float: none;
        margin: 0 auto;
    }
    .left-w3ls {
        width: 100%;
        float: none;
        margin: 0 auto;
        margin-top: 22px;
    }
    ul.address li ul.address-text li {
        font-size: 14px;
        margin-top: 0.9em;
    }
    ul.address {
        margin-bottom: 1em;
    }
    .right-wthree img {
        width: 88%;
    }
    p.agileinfo {
        font-size: 14px;
    }
}
@media(max-width:384px){
    .right-wthree {
        width: 50%;
    }
    h1 {
        font-size: 20px;
        word-spacing: 1px;
        letter-spacing: 0.5px;
        margin: 40px 0 15px;
    }
    .main-agileits {
        padding: 20px;
    }
    ul.address li ul.address-text li {
        font-size: 13px;
        margin-top: 0.7em;
    }
    .left-w3ls {
        margin-top: 11px;
    }
    .right-wthree h2 {
        font-size: 14.5px;
        margin: 3px 0;
    }
    p.agileinfo {
        line-height: 30px;
    }
    ul.address {
        }.right-wthree p {
            font-size: 12.3px;
        }
    }
    @media(max-width:375px){

    }
    @media(max-width:320px){
        h1 {
            font-size: 17px;
            word-spacing: 0px;
            letter-spacing: 0.4px;
            margin: 25px 0 5px;
        }
        .right-wthree {
            width: 57%;
        }
        .right-wthree img {
            width: 75%;
        }
        .left-w3ls {
            margin-top: 3px;
        }
        .right-wthree h2 {
            font-size: 14px;
            margin: 1px 0;
        }
    }