@font-face {
	font-family: 'GE SS Two';
	src: url('../fonts/GESSTwoLight-Light.eot');
	src: url('../fonts/GESSTwoLight-Light.eot?#iefix') format('embedded-opentype'),
		url('../fonts/GESSTwoLight-Light.woff') format('woff'),
		url('../fonts/GESSTwoLight-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

body{
    font-family: 'GE SS Two';
}
.row{
    margin: 0;
}
.navbar{
    min-height: 40px;
}
.navbar-nav li::before {
    content: "|";
    color: #fff;
    position: absolute;
    right: -1px;
    bottom: 5px;
}
.navbar-nav li::after {
    content: "|";
    color: #fff;
    position: absolute;
    left: -1px;
    bottom: 5px;
}
.navbar-default{
    background-color: #0c8c80;
    border:0px;
    border-radius: 0px;
}

.navbar-nav>li>a{
    
    color: #fff;
    font-size: .5cm;
    margin: 3px 25px 0 25px;
    padding-top: 9px;
    padding-bottom: 4px;
}
.navbar-default .navbar-nav>li>a:hover{
    background-color:#18a89e;
    color: #fff;
    border-radius: 12px;
}
.logo{margin: 60px 0 40px 0;}
.logo img{
    margin: 0 auto;
    display: block; 
}
section{
    margin: 20px 0px;
}
.top .dawa{
    background-color: #0c8c80;
    color: #fff;
    padding: 30px 60px;
}
.dawa .social{
    text-align: center;
    margin-top: 40px;
}
.top .dawa span{color: #16ffe9;}
.dawa .social a{
    margin: 0 30px;
}
.top p,.about-app p{
    
    font-size: 0.6cm;
    text-align: justify;
    -moz-text-align-last: center;
    text-align-last: center;
    line-height: 1.7;
}
.about-app p>span{
    color: #16ffe9;
}

.dawaApp{
    text-align: center;
    color: #0b867b;
}
.dawaApp .info {padding-top: 55px;}
.dawaApp strong{
    font-size: 0.8cm;
}
.dawaApp p{
    padding: 0px 60px;
}
.faq {
    background-color: #b6e8f5;
    padding: 30px 60px 0 60px;
    border-bottom: 60px solid #0c8c80;
}
.faq img{
    margin: 0 auto;
    display: block;
    margin-bottom: -30px;
}
.faq .questions {
    text-align: justify;
    padding-left: 100px;
}
.faq .questions strong{
    display: block;
    font-size: 0.8cm;
    color: #1b6d8c;
}
.faq .questions span{
    font-size: 0.6cm;
    color: #238db5;
}
.subscribe {
    text-align: center;
    padding: 0px 0px 30px 0px;
}
.subscribe .subBtns {
    display: table;
    width: 100%;
}
.subscribe .subBtns .con{
    display: table-cell;
    height: 100%;
    text-align: center;
}
.subscribe h1{
        font-size: 1.5cm;
        color: #134e64;
}
.subscribe h2{
    color: #1b6d8c;
}
.subscribe .social{
    width: 46%;
    display: inline-block;
    vertical-align: top;
}
.subscribe .social img{
    display: block;
    margin: 20px auto;
}
.subscribe .social a {
    text-decoration: none;
}
.subscribe .social span {
    padding: 10px;
    background-color: #e0e0e0;
    color: #000000;
    font-size: 0.5cm;
    border-radius: 20px;
    box-shadow: inset 0 9px 3px -6px rgba(0,0,0,0.4);
    -webkit-box-shadow: inset 0 9px 3px -6px rgba(0,0,0,0.4);
    -moz-box-shadow:   inset 0 9px 3px -6px rgba(0,0,0,0.4);
}

.subscribe .r-network{text-align: right;}
.subscribe .l-network{text-align: left;}

.about-us {
    background-color: #04978c;
    padding: 30px 60px 30px 60px;
    color: #fff;
    margin-bottom: 0;
}
.about-us img{
    margin: 0 auto;
    display: block;
}
.about-us p{
    font-size: 0.6cm;
    text-align: justify;
    line-height: 1.7;
    max-width: 87%;
}
footer {
    background-color: #07524b;
    margin: 0;
    min-height: 130px;
}
footer .row {
    text-align: center;
    font-size: 1cm;
    direction: ltr;
    padding-top: 15px;
}

footer .fa-twitter-square{
    color: #2eacf5;
    background: #fff;
    border-radius: 37%;
    line-height: 0.5;
    height: 25px;
}
footer .fa-facebook-square{
    color: #3664a2;
    background: #fff;
    border-radius: 37%;
    line-height: 0.8;
    height: 31px; 
}
footer .fa-instagram{
    color: #fff;
    background: #d6365d;
    border-radius: 37%;
    line-height: 0.8;
    height: 31px; 
}

footer .fa-snapchat-square{
    color: #fffc00;
    background: #fff;
    border-radius: 37%;
    line-height: 0.8;
    height: 31px; 
}
footer h3{
    color: #04978c;
    font-family: sans-serif;
    font-weight: bold;
    margin: 0px auto;
}

#bs-nav ul li .active{
    background-color: #18a89e;
    color: #fff;
    border-radius: 12px;
}

@media (max-width:480px) {
    .navbar-nav li::before {content: "";}    
    .navbar-nav li::after {content: "";}
    .logo img {width: 80%;}
    .top .dawa .col-md-5 img{    width: 90%;
    display: block;
    margin: 0 auto;}
    .about-app .dawaApp img{
        width: 85%;
    display: block;
    margin: 0 auto;
    }    
    .faq .questions {padding-left: 0;padding-right: 135px;}
    .faq .questions strong {font-size: 0.5cm;}
    .faq .questions span {font-size: 0.4cm;}
    .faq {padding: 30px 60px 0 25px;}
    .faq img {
    margin: 0 auto;
    display: block;
    /* margin-bottom: -30px; */
    position: absolute;
    top: 76px;
    /* opacity: 0.5; */
    width: 47%;
    right: -54px;
}
.subscribe .r-network img{width: 33%;}
.subscribe .l-network img{width: 33%;margin-top: 20px;}
.subscribe .social span{font-size: 0.4cm;}
}
