body {
    margin: 0;
    padding-top: 90px;
    font-family: "MyCustomFont","Helvetica","PMingLiU","Montserrat","Monaco","Menlo","Consolas","Courier New","monospace"!important; 
    font-size: 15px;
}

.section-page {
    text-align: center;
}

.section-page .head-section {
    background: #ec971f;
    border: 10px double #fff;
    border-radius: 200px;
    border-top-right-radius: 0px;
    height: 200px;
    width: 200px;
    padding: 55px;
    color: #fff;   
}
.section-page .head-section h2 {
    text-transform: uppercase;
    margin-top: 0!important;
    position: relative;
    display: block;
    font-weight: bolder;
}

.section-page.head-section p{
    text-align: left;
    margin-bottom: 40px;
    width: 75%;
    margin:auto;
}
#section-info {
    background: #fff;
    color: #004040;
    font-weight: bolder;
}

#section-index-title{
    text-align: center;
    padding: 10px 10px;
}
#section-about {
    margin-top: 125px;
    background: #FFF;
    color: #000;
}

#section-web-design {
    text-align: left;
    font-size: 14px;
    margin-top: 125px;
    color: #000;
}
#section-contact {
    margin-top: 125px;

}
#section-portfolio {
    margin-top: 125px;
    text-align: left;
}
.under-carousel {
    background: #E9ECF1;
    padding: 40px;
    text-align: left;
    margin: 0px auto;
}
.under-carousel-title {
    color: #52606D;
}
.under-carousel-title h2, h3, h4, h5 {
    font-family: "simhei","MyCustomFont"!important;
}
.line {
    border-bottom: 2px solid #fff ;
    display: block;
    margin-bottom: 25px;
    margin: auto;
    width: 90%;
}
.box-img {
    background: #6FB3B8;
    border: 10px double #fff;
    border-radius: 200px;
    border-bottom-right-radius: 0px;
    height: 200px;
    width: 200px;
    padding: 48px;
    margin: 0px auto;
    color: #fff;
}
.box-img i{
    font-size: 6em;
}
.box-header {
    margin: 20px 20px;
    padding: 5px 0px;
    font-size: 16px;
    font-weight: bold;
    border: 1px solid #000;
    border-left: none;
    border-right: none;
    color: #018ba0;
}
.box-description {
    height: 200px;
    padding: 10px 20px;
    text-align: left;
    font-size: 0.95em!important;
    line-height: 20px;
    font-weight: normal;
}
.box-features-web-d {
    background-color: #94C109;
    color: #fff;
    min-height: 150px;
    margin-bottom: 30px;
    padding: 15px;
    border: 3px solid #ddd;
    border-radius: 120px;
}
.box-img-web-d {
    z-index: 50;
    margin-bottom: -50px;
}
.box-header-web-d {
    text-align: center;
    font-size: 24px;
    font-weight: bolder;
    margin: 0px auto;
    color: #000;
}

.box-description-web-d {
    padding: 10px 0px;
}

.web-design-img-1 {
    background-image: url('../img/web_design/ipads.png');
    background-repeat: no-repeat;
    height: 230px;
    width: 230px;
    border: 5px dotted #47a447;
    border-radius: 1000px;
}
.web-design-img-1-xs {
    background-image: url('../img/web_design/ipads.png');
    background-repeat: no-repeat;
    height: 230px;
    width: 230px;
    border: 5px dotted #47a447;
    border-radius: 1000px;
    text-align: center;
    margin: 30px auto;
}
.web-design-img-2 {
    background-image: url('../img/web_design/laptop.jpg');
    background-repeat: no-repeat;
    background-size: 150%;
    background-position-x: 20%; 
    height: 230px;
    width: 230px;
    border: 5px dotted #47a447;
    border-radius: 1000px;
}
.web-design-img-2-xs {
    background-image: url('../img/web_design/laptop.jpg');
    background-repeat: no-repeat;
    background-size: 150%;
    background-position-x: 20%; 
    height: 230px;
    width: 230px;
    border: 5px dotted #47a447;
    border-radius: 1000px;
    text-align: center;
    margin: 30px auto;
    margin-bottom: 30px;
    
}

.web-design-img-3 {
    background-image: url('../img/web_design/apps.jpg');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position-x: 20%; 
    height: 230px;
    width: 230px;
    border: 5px dotted #47a447;
    border-radius: 1000px;
    text-align: center;
    margin: 0px auto;
}
.web-design-img-3-xs {
    background-image: url('../img/web_design/apps.jpg');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position-x: 20%; 
    height: 230px;
    width: 230px;
    border: 5px dotted #47a447;
    border-radius: 1000px;
    text-align: center;
    margin: 0px auto;
    margin: 30px auto;
    margin-bottom: 30px;
}


.about_img {
    background: #ec971f;
    border: 10px double #fff;
    border-radius: 200px;
    border-top-left-radius: 0px;
    height: 225px;
    width: 225px;
    padding-top: 40px;
    color: #fff;
}
.content_text {
    border: 2px dashed #ec971f;
    border-radius: 16px; 
    padding: 10px 20px;
    margin: 0px auto;
    font-size: 13px;
}
.content_text_product {
    border: 2px dashed #E34973;
    border-radius: 16px; 
    padding: 10px 20px;
    margin: 10px auto;
    font-size: 13px;
    color: #7A1833;
}
#head-section-web-design {
    background: #47a447;
    z-index: 100;
    margin-bottom: -150px;
    margin-left: -100px;
}
#head-section-product {
    background: #E34973;
}
#head-section-contact {
    background: #925ECC;
}
.overview {
    text-align: left;
    background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
    color: #000;
    padding: 40px 10px 10px 40px;
    border: 1px solid #ccc;
    border-radius: 8px;
}
.sub_header {
    background: #47a447;
    border-radius: 100px;
    border-top-right-radius: 0px;
    height: 38px;
    width: 38px;
    color: #fff;
    margin: -3px 0px 0px -38px;
}
.sub_header_line {
    border-top: 3px solid #47a447;
    margin: 30px 0px 0px 38px;
}
.sub_header_text {
    font-family: "Helvetica Neue"!important;
    font-size: 26px;
    font-weight: bolder;
    margin-top: -40px;
    padding: 2px 0px 15px 10px;
}
.contact-span {
    border-left: 5px solid #925ECC;
    text-align: left;
    margin-left: -15px;
    margin-top: 3px;
}
.contact-text {
    padding-top: 15%;
    font-weight: bolder;
    font-size: 13px;
}
.contact-text p{
    border-bottom: 4px solid #925ECC;
    padding: 20px 5%;
    padding-bottom: 5px;
    height: 70px;
    color: #925ECC;
}
.contact-text p:hover,
.contact-text p:focus {
    border-bottom: 0px solid #925ECC;
    padding: 20px 5%;
    padding-bottom: 14px;
    background: #925ECC;
    color: #fff;
    -webkit-transform: translateY(-15%);
    -webkit-transition: -webkit-transform 0.8s, opacity 0.1s 0.3s;
    -moz-transform: translateY(-15%);
    -moz-transition: -webkit-transform 0.8s, opacity 0.1s 0.3s;
    -o-transform: translateY(-15%);
    -o-transition: -webkit-transform 0.8s, opacity 0.1s 0.3s;
    -ms-transform: translateY(-15%);
    -ms-transition: -webkit-transform 0.8s, opacity 0.1s 0.3s;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.contact-box-r {
    font-size: 1.2em;
    font-weight: bolder;
    background: #ec971f;
    border: 10px double #fff;
    border-radius: 200px;
    border-top-right-radius: 0px;
    height: 120px;
    width: 120px;
    padding: 26px;
    color: #fff;   
}
.contact-box {
    background: #ec971f;
    border: 10px double #fff;
    border-radius: 200px;
    border-top-right-radius: 0px;
    height: 200px;
    width: 200px;
    padding: 55px;
    color: #fff;
    margin-right: -20px;
    margin-left: auto;
}
.contact-box h2 {
    text-transform: uppercase;
    margin-top: 0!important;
    position: relative;
    display: block;
    font-weight: bolder;
}
footer {
    height: 80px;
    background: #01b7d3;
    color: #fff;
    padding: 20px 40px;
    font-size: 16px;
}

.franchine-img-content {
    background: #fff;
    text-align: center;
    margin: 0px auto;
}