/* o365 css */
.solid_border {
    border: 1px solid black;
}
.section_title {
    padding: 1.4em 0 0 0;
}

.section_title hr {
    margin: 10px 0 0 0;
    width: 25%;
    height: 1px;
    color: #e85425;
    background-color:#e85425;
}

/* TOP SECTION */
.section_top {
    min-height: 480px;
    padding: 50px 0 0 0;
}
.section_top h1 {
    font-size: 40px;
    line-height: 46px;
}
.section_top p {
    font-size: 18px;
    line-height: 24px;
    padding: 50px 20px 30px 20px;
}
.o365_img {
    height: 280px;
}

/* Button */
.buttonUrl {
    margin: 50px 20px;
    padding: 20px;
    font-size: 14px;
    text-decoration: none;
}
.buttonUrl a {
    border: 2px solid #e85425;
    padding: 8px 15px;
    font-weight: 600;
    color: #e85425;
    margin-bottom: 60px;

}
.buttonUrl a:hover {
    background-color: #e85425;
    color: #FFFFFF;
    text-decoration: none;
}
.serviceUrl a:hover {
    text-decoration: none !important;
}
.serviceUrl a:visited,
.serviceUrl a:focus {
    color: #e85425 !important;
}
.buttonUrl i,
.serviceUrl i{
    padding-right: 10px;
}

/* Section 1 */
.section1 {
    background: #f5f5f5;
}

/* Section 2 */
.section2 {
    background: #FFFFFF;
}

/* Section 3 */
.section3 {
    background: #f5f5f5;
}

/* Section 4 */
.section4 {
    background: #FFFFFF;
}

/* Section 5 */
.section5 {
    background: #e85425;
    color: #FFFFFF;
    padding-bottom: 4em;
}
.o365-service .fa {
    font-size: 42px;
    padding: 50px 0 20px 0;
}

/* Section 6 */
.section6 {
    padding-bottom: 2.5em;
}
.section6 .contact {
    padding: 4em 0 2.5em 0;
}

/**********/
.section1, .section2, .section3, .section4 {
    padding-bottom: 3em;
    font-size: 1.2em;
}

.section_title hr {
    margin: 10px 0 0 0;
    width: 25%;
    height: 1px;
    color: #e85425;
    background-color:#e85425;
}

.page-wrap {
    display: -webkit-box;           /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;              /* OLD - Firefox 19- (doesn't work very well) */
    display: -ms-flexbox;           /* TWEENER - IE 10 */
    display: -webkit-flex;          /* NEW - Chrome */
    display: flex;                  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.relative {
    position: relative;
}
/*.service-img {*/
    /*top: 0;*/
    /*left: 0;*/
    /*right: 0;*/
    /*bottom: 0;*/
/*}*/
.service-img-size {
    position: absolute;
    margin: auto auto auto 0;
    top: 0;
    bottom: 0;
}

@media screen and (min-width: 1200px) {
    .service-img-size {
        width: 500px;
    }
}
@media screen and (max-width: 1200px) {
    .service-img-size {
        width: 400px;
    }
}

.left-position {
    left: 0;
}

.right-position {
    right: 0;
}

ul.fa-ul li {
    font-size: 1.2em;
    line-height: 2em;
}
ul.fa-ul li i {
    margin-right: 1.5em;
}
.modal-header{
    background: #e85425;
    color:white;
}

ul.fa-ul li .fa {
    color: #e85425;
}

