*{
    margin: 0;
    padding: 0;
}

::selection {
    background: #82cabd;
    color: #4D4D4D;
    text-shadow: none;
}

::-moz-selection {
    background: #82cabd;
    color: #4D4D4D;
    text-shadow: none;
}

@font-face {
    font-family: robotoRegular;
    src: url(../fonts/Roboto-Regular.ttf);
}

@font-face {
    font-family: robotoBold;
    src: url(../fonts/Roboto-Bold.ttf);
}

@font-face {
    font-family: robotoLight;
    src: url(../fonts/Roboto-Light.ttf);
}

@font-face {
    font-family: sinhalaRegular;
    src: url(../fonts/AbhayaLibre-Regular.ttf);
}

@font-face {
    font-family: sinhalaBold;
    src: url(../fonts/AbhayaLibre-Medium.ttf);
}

body{
    font-family: robotoLight;
    color: #4D4D4D;
    background: #F0F2F6;
}

nav{
    padding-left: 120px;
    padding-right: 120px;
}

.navbar-brand{
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 26px;
    color: #ffffff !important;
}

.nav-item{
    font-size: 20px;
}

.nav-link{
    font-family: robotoLight;
    color: #dbdbdb !important;
}

.nav-link.active{
    font-family: robotoRegular;
    color: #ffffff !important;
}

#banner{
    background-color: #7A5FDB !important;
    padding-top: 10px;
    padding-bottom: 20px;
    border-bottom-right-radius: 120px;
}

#promoImg{
    margin-top: 20px;
    margin-bottom: 20px;
    max-width: 350px;
    height: auto;
}

.promoTitle{
    font-family: robotoRegular;
    color: #ffffff !important;
    margin-bottom: 24px;
    font-size: 40px;
    margin-top: 20px;
}

.promoText{
    color: #ffffff !important;
    font-size: 20px;
    margin-bottom: 50px;
}

.blackPrimaryBtn{
    background-color: #4D4D4D;
    color: #fff;
    padding: 20px;
    font-family: robotoRegular;
    text-decoration: none;
    font-size: 20px;
}

.blackPrimaryBtn:hover{
    background-color: #1b1b1b;
    color: #dddddd;
}

.nisadasLink{
    text-decoration: none !important;
    color: #393939;
}

.nisadasLink:hover{
    color: #393939;
}

.nisadas_user_img{
    width: 60px;
    height: 60px;
    margin-left: 18px;
    margin-bottom: 12px;
}

.nisadas_user_content{
    padding-left: 10px;

}

.nisadasTxt{
    font-family: sinhalaRegular; 
    font-size: 19px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 12; /* number of lines to show */
    -webkit-box-orient: vertical;
}

.center-cropped {
    width: 100px;
    height: 100px;
    background-position: center center;
    background-repeat: no-repeat;
}

.writerNameLink{
    text-decoration: none;
    color: #393939;
}

.writerNameLink:hover{
    text-decoration: none;
    color: #000000;
}

.paginationBtn{
    text-decoration: none;
    color: #393939;
    text-align: center;
    padding-left: 16px;
    padding-right: 16px;
    width: auto;
    background: white;
    font-size: 25px;
    padding-bottom: 3px;
    border-radius: 11px;
}


.disabled a{
    color: #adadad !important;
}

.active a{
    background-color: #7A5FDB !important;
    border-color: #7A5FDB !important;
    color: white !important;
}

li a{
    color: #393939 !important;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
  }

.commentBg{
    background: #ffffff !important;
    -webkit-box-shadow: 1px 1px 1px 0px #d8d8d8; 
    box-shadow: 1px 1px 1px 0px #d8d8d8;
    border-radius: 16px;
    height: 100%;
}

.cardBg{
    background: #ffffff !important;
    -webkit-box-shadow: 1px 1px 1px 0px #d8d8d8; 
    box-shadow: 1px 1px 1px 0px #d8d8d8;
    border-radius: 16px;
    height: 100%;
    transition: 0.3s;
}

.cardBg:hover{
    background: #f7f7f7 !important;
    transition: 0.3s;
}

.commentTitle{
    padding-top: 20px; 
    font-size: 27px; 
    padding-left: 20px; 
    padding-bottom: 8px; 
    font-family: robotoBold; 
    color: #b4b4b4;
}

.serviceContent h4{
    font-size: 25px;
    font-family: robotoBold;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;

}

.serviceContent p{
    font-size: 20px;
    padding-left: 10px;
    padding-right: 10px;
}
.serviceImg img{ 
    width: 120px;
    height: auto;
}

#servicesTitle{
    font-family: robotoBold;
    font-size: 30px;
    text-align: center;
}

#serviceDesc{
    font-size: 18px;
    text-align: center;
}

#aboutTitle{
    font-family: robotoBold;
    font-size: 30px;
    text-align: center;
}

#aboutDesc{
    font-size: 18px;
    text-align: center;
}


#workWithUs{
    background: #ffffff;
}

#workWithUs div{
    padding-top: 16px;
    padding-bottom: 16px;

}

#workWithUs div div div h4{
    font-family: robotoRegular;
    font-size: 28px;
    padding-bottom: 8px;
}

#workWithUs div div div p{
    font-size: 18px;
}


#aboutDevider{
    width: 100px;
    height: 10px;
    background: #83D8C9;
    margin-bottom: 20px;
}

.aboutLi{
    margin-bottom: 8px;
}

.processNumber{
    font-family: robotoBold;
    font-size: 120px;
    color: #dce4e3;
}

.processDiv{
    padding: 10px;
}


.my-gallery {
    margin-bottom: 20px;
    margin-top: 30px;
    width: 100%;
    float: left;
}

.my-gallery img {
    width: 150px;
    height: auto;
}

.my-gallery figure {
    display: block;
    float: left;
    margin: 0 5px 5px 0;
    width: 150px;
}

.my-gallery figcaption {
    display: none;
}


#contactForm{
    background: white;
    padding: 20px;
}


.textField{
    background: #f4f4f4;
    border-style: solid;
    border-width: 1px;
    border-color: #ddd;
    font-family: robotoLight;
    font-size: 18px;
    padding: 8px;
    margin-bottom: 16px;
    width: 100%;
    border-radius: 4px;
}

.singleAppDiv{
    background: #FCFCFC !important;
    -webkit-box-shadow: 1px 1px 1px 0px #d8d8d8; 
    box-shadow: 1px 1px 1px 0px #d8d8d8;
    border-radius: 16px;
    height: auto;
    padding: 30px;
    margin-bottom: 20px;
}

.singleAppDivImg{
    width: 200px;
    height: auto;
    display:inline-block;
    margin-top: -88px;
}

.singleAppDivContent{
    padding-left: 30px;
    display:inline-block;
}

.singleAppDivContent h2{
    font-family: robotoRegular;
    margin-bottom: 0px;
}

.singleAppDivContent p{
    margin-bottom: 0px;
}

.privacyPolicyLink{
    text-decoration: none;
    font-family: robotoRegular;
    font-size: 18px;
    color: #65a89c;
}

.privacyPolicyLink:hover{
    color: #416e66;
}

.appDiv{
    background: #FCFCFC !important;
    -webkit-box-shadow: 1px 1px 1px 0px #d8d8d8; 
    box-shadow: 1px 1px 1px 0px #d8d8d8;
    border-radius: 16px;
    height: 140px;
    padding: 20px;
    margin-bottom: 20px;
    cursor: pointer;
}

.appDiv:hover{
    background: #ebebeb !important;
}

.appDivImg{
    width: 80px;
    height: auto;
    position: absolute;
}

.appDivContent{
    margin-left: 100px;
}

.appDivContent h4{
    font-size: 22px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.appDivContent p{
    font-size: 16px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.storeLink a img{
    height: 70px;
    width: auto;
}

.yellowStar{
    color: #F2DA00;
}

.normalStar{
    color: #949494;
}


#footerSection{
    background: #7A5FDB;
}

.footerImg a{
    font-size: 40px;
    text-decoration: none;
    color: #4D4D4D;
}

#footerContent1{
    padding-right: 100px;
}

.footerTxt{
    font-size: 18px;
    color: #ffffff !important;
}

.footerTitle{
    font-size: 24px;
    padding-bottom: 20px;
}

.footerLink{
    text-decoration: none;
    font-size: 18px;
    color: #4D4D4D;
}

.footerLink:hover{
    color: #000000;
}

/*  tab  */
@media screen and (max-width: 990px){
    nav{
        padding-left: 20px;
        padding-right: 20px;
    }

    #promoImg {
        max-width: 200px;
    }

    .serviceDiv{
        margin-bottom: 20px;
        height: auto;
    }

    .singleAppDivImg{
        width: 200px;
        margin-bottom: 20px;
        height: auto;
        display: inline;
        margin-top: 0px;
        display:inline-block;
    }
    
    .singleAppDivContent{
        padding-left: 0px;
        display:inline-block;
    }

    .my-gallery {
        margin-bottom: 20px;
        margin-top: 30px;
        width: 100%;
        float: left;
    }
    
    .my-gallery img {
        width: 100px;
        height: auto;
    }
    
    .my-gallery figure {
        display: block;
        float: left;
        margin: 0 5px 5px 0;
        width: 100px;
    }
    
    .my-gallery figcaption {
        display: none;
    }


    
}


/* Mobile*/
@media screen and (max-width: 765px){
    nav{
        padding-left: 8px;
        padding-right: 8px;
    }

    #promoImg {
        max-width: 200px;
    }

    .serviceDiv{
        margin-bottom: 20px;
        height: auto;
    }

    .singleAppDivImg{
        width: 200px;
        margin-bottom: 20px;
        height: auto;
        display: inline;
        margin-top: 0px;
        display:inline-block;
    }
    
    .singleAppDivContent{
        padding-left: 0px;
        display:inline-block;
    }

    .my-gallery {
        margin-bottom: 20px;
        margin-top: 30px;
        width: 100%;
        float: left;
    }
    
    .my-gallery img {
        width: 100px;
        height: auto;
    }
    
    .my-gallery figure {
        display: block;
        float: left;
        margin: 0 5px 5px 0;
        width: 100px;
    }
    
    .my-gallery figcaption {
        display: none;
    }
}