@charset "utf-8";
body {
    background-attachment: fixed;
    background-image: url(../img/creation/back1.jpg);
}

.jumbo {
    padding-top: 200px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/creation/top.jpg);
    background-position: center center;
    color: rgba(255,255,255,1.00);
    padding-bottom: 100px;
}

.jumbo h1 {
    color: rgba(255,255,255,1.00);
    font-weight: bold;
    text-shadow: 1px 1px 1px rgba(0,0,0,1.00);
}
.jumbo p {
    text-shadow: 1px 1px 1px rgba(0,0,0,1.00);
}
.mobile_h1{
    font-size: 30px;
}
.login {
    background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,0.14) 0%,rgba(0,124,255,0.23) 46.63%,rgba(148,148,148,0.21) 100%);
    background-image: linear-gradient(180deg,rgba(255,255,255,0.14) 0%,rgba(0,124,255,0.23) 46.63%,rgba(148,148,148,0.21) 100%);
}

.white {
    display: inline;
    color: hsla(0,0%,100%,1.00);
    vertical-align: bottom;
}
.font-15 {
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}
.font-20{
    font-size: 20px;
}
.font_gray {
    color: rgba(203,203,203,1.00);
}

.in_line {
    display: inline;
    margin-top: 30px;
    color: rgba(255,255,255,1.00);
}
.service {
    color: rgba(255,255,255,1.00);
}
.service_color {
    color: rgba(255,255,255,1.00);
    font-size: 18px;
}
.share_btn2{
    display: inline-block;
    text-decoration: none;
    width: 50px;
    margin: 2px;
    height: 50px;
    line-height: 50px;
    font-size: 23px;
    color: white;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    font-weight: bold;
    transition: .3s;
}
.share_btn2 .fa {line-height:50px}
.share_btn2:hover{
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    color: rgba(234,195,255,1.00);
}
.share_btn2.shtw {
    background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(121,121,121,1.00) 32.64%,rgba(0,0,0,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(121,121,121,1.00) 32.64%,rgba(0,0,0,1.00) 100%);
}
hr {
    background-color: hsla(0,0%,100%,1.00);
    height: 2px;
}
.list-mark{
    background-image: url(../img/requestwise/listmark-2.png);
    background-repeat: no-repeat;
    padding-left: 20px;
    list-style-type: none;
    background-position: left center;
}
.salmon-pink{
    color: hsla(0,100%,79%,1.00);
}

.m-list li{
    list-style-type: none;
    list-style-image: url(../img/requestwise/listmark-3.png);
}
/*MobileFooter*/
.mobile-footer {
    text-align: left;
    font-size: 13px;
}
.mobile-footer-p p {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.mobile-footer li {
    list-style-type: none;
    border-left: 1px solid hsla(0,0%,100%,1.00);
    
}
.mobile-footer li a{
	color: hsla(0,0%,100%,1.00);
}
.footer {
    background-image: url(../img/creation/footer.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.footer-nav li {
    display: inline;
    border-left: 1px solid hsla(0,0%,100%,1.00);
    color: hsla(0,0%,100%,1.00);
    list-style-type: none;
    padding-left: 10px;
    text-align: center;
    font-size: 14px;
    padding-right: 15px;
}
.footer-nav li a {
    color: hsla(0,0%,100%,1.00);
}

.copy {
    color: hsla(0,0%,100%,1.00);
    font-size: 13px;
    font-weight: lighter;
    text-align: center;
}
.sp-w{
    color: hsla(0,0%,100%,1.00);	
}
