/*@author Aruna
  2018/02/13
*/
@font-face {
    font-family: 'Nirmala UI';
    src: url('../../fonts/Nirmala.ttf');
}
/*override default browser font rendering*/
*{
    font-family: "Nirmala UI"; !important;
}

.sinhala{
    font-family: "Nirmala UI"; !important;
}

.link2:hover {
    color: #666666;
}

#body-wrapper {
    width: 1024px;
    height: auto;
    font-family:"Nirmala UI";
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
    /*overflow: auto;*/

}

.table1 {
    /*padding: 10px 0;*/
    /*margin-top: 20px;*/

    width: 1024px;
    min-height: 880px;
    /*max-height: 2000px;*/
    overflow: auto;
    background-color: #FFFFFF;

}

.Scroll {
    /*min-height: 900px; !important;*/
    padding-top: 10px;
    padding-bottom: 0;
    max-height: 100px;
    width:100%;
    margin: 0 auto;
    /*position: absolute;*/
    /*background-color: rebeccapurple;*/
    overflow: hidden !important;


}

.input_search {
    padding: 5px 10px;
    border-radius: 2px;
    border: 1px solid rgba(182, 177, 182, 0.34);
    color: #000000;
    font-size: 15px;
    background-color: #f9faf8;
}

.lgo {
    position: relative;
    margin-left: 20px;

}

.cleaner {

}

.social {
    position: relative;
    margin: -95px 0 0 620px;
    /*margin-left: -30px;*/
    text-align: left;
    padding-top: 10px;
    /*background-color: black;*/
    width: 150px;
    overflow: hidden;
    float: left;

    display: inline-block;

}

.help_menu {
    margin-top: -200px;
    position: relative;
    /*background-color: black;*/
    display: block;
}

.Logo img {
    margin-top: 0px;

}

.Language input {
    z-index: -20;
}

/*for all inputs that have the same class*/
.input {
    height: 22px;
    /*border: 1px solid #cfcfcf;*/
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 1px;
    border-top: 0;
    border-right: 0;
    border-left: 0;

}

.input:focus {
    border-bottom: 3px solid rgba(188, 188, 188, 0.55);
    outline: none;
}

/*payment property*/
#print {
    border: 1px #CCCCCC solid;
    width: 600px;
    height: 400px;
    margin-top: 20px;
    -moz-border-radius: 10px;
    border-radius: 3px;
    -moz-box-shadow: 0 0 20px #999999;
    -webkit-box-shadow: 0 0 20px #999999;
    /*new*/
    padding: 20px 0;

}

#info_table {
    margin-bottom: 20px;
    background-color: rgba(243, 243, 240, 0.47);
    font-size: 15px;
}

#data_table {
    width: 500px;
    margin-top: 50px;

}

#payment_area {
    margin-top: 20px;
    width: 600px;
    height: 110px;
    border: 1px solid #CCC;
    -moz-border-radius: 10px;
    border-radius: 3px;
    -moz-box-shadow: 0 0 20px #999999;
    -webkit-box-shadow: 0 0 20px #999999;
}

#payment_buttons {
    margin-top: 20px;
}

body input:focus {
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid #00b07e;
!important;
}

.actions tr td {

}

/*.actions{*/
/*margin-top:50px;*/
/*padding: 10px;*/
/*border: 2px;*/
/*}*/

a:hover {
    text-decoration: none;
    color: #ffffff;

}

a {
    text-decoration: none;
}

.button_a {
    font: bold 12px Tahoma;
    /*z-index: -1999px;*/
    /*border-bottom: 1px solid #114170;*/
    /*border-top: 1px solid #114170;*/
    /*border-right: 1px solid #114170;*/
    /*border-left: 1px solid #114170;*/
    float: right;
    color: rgb(248, 248, 255);
    display: inline-block;
    height: auto;
    letter-spacing: 0.1px;
    margin: 0;
    text-align: center;
    padding: 5px 20px;
    width: auto;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #114170;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#2e2e2e), to(#2e2e2e));
    background: -webkit-linear-gradient(#1b9be5, #033c6e);
    background: -moz-linear-gradient(#1b9be5, #033c6e);
    background: -ms-linear-gradient(#1b9be5, #033c6e);
    background: -o-linear-gradient(#1b9be5, #033c6e);
    background: linear-gradient(#1b9be5, #033c6e);
    -pie-background: linear-gradient(#1b9be5, #033c6e);
    cursor: pointer;
    /*margin: 0 auto;*/
}

.button_a:hover {
    color: #ffffff;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#3f96d5), to(#114170));
    background: -webkit-linear-gradient(#0881bc, #033c6e);
    background: -moz-linear-gradient(#0881bc, #033c6e);
    background: -ms-linear-gradient(#0881bc, #033c6e);
    background: -o-linear-gradient(#0881bc, #033c6e);
    background: linear-gradient(#0881bc, #033c6e);
    -pie-background: linear-gradient(#0881bc, #033c6e);
    /*width: auto;*/
}

.button_a:active {
    color: #ffffff;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#3f96d5), to(#114170));
    background: -webkit-linear-gradient(#084a6f, #318eb8);
    background: -moz-linear-gradient(#084a6f, #318eb8);
    background: -ms-linear-gradient(#084a6f, #318eb8);
    background: -o-linear-gradient(#084a6f, #318eb8);
    background: linear-gradient(#084a6f, #318eb8);
    -pie-background: linear-gradient(#084a6f, #318eb8);
}

/*gallery overrride*/
.gallery {
    /*width: 1000px;*/
    /*padding-left: 80px;*/
    position: absolute;
    overflow: hidden;

}

.gallery .thumb-album {
    height: auto;
}

/*for scrolling effect*/
.jp-container {

    max-height: 720px;
    margin-bottom: 20px;

    /*margin-bottom: 30px;*/
    /*position: absolute;*/

    /*background-color: rebeccapurple;*/


}

/* containers with shadow  */
.container_shadow {
    /*border: solid 1px #CCCCCC;*/
    height: auto;
    margin: 40px 50px;
    padding: 30px 10px;
    -webkit-box-shadow: -1px 3px 17px -9px rgba(66, 66, 66, 1);
    -moz-box-shadow: -1px 3px 17px -9px rgba(66, 66, 66, 1);
    box-shadow: -1px 3px 17px -9px rgba(66, 66, 66, 1);
    border-radius: 5px;
    background-color: #fafafa;
    overflow: auto;
    width: auto;
}
.container_shadow_new {
    height: auto;
    margin: 0px 50px;
    padding: 1px 0px;
    -webkit-box-shadow: -1px 3px 17px -9px rgba(66, 66, 66, 1);
    -moz-box-shadow: -1px 3px 17px -9px rgba(66, 66, 66, 1);
    box-shadow: -1px 3px 17px -9px rgba(66, 66, 66, 1);
    border-radius: 5px;
    background-color: #fafafa;
    width: auto;
}
.container_non_shadow{
    height: auto;
    /*margin: 40px 50px;*/
    padding: 30px 10px;
    margin-bottom: 80px;
    border-radius: 5px;
    /*background-color: #fafafa;*/
    
}

.container_new_shadow {
    /*border: solid 1px #CCCCCC;*/
    height: auto;
    /*margin: 40px 50px;*/
    padding: 30px 10px;
    -webkit-box-shadow: -1px 3px 17px -9px rgba(66, 66, 66, 1);
    -moz-box-shadow: -1px 3px 17px -9px rgba(66, 66, 66, 1);
    box-shadow: -1px 3px 17px -9px rgba(66, 66, 66, 1);
    border-radius: 5px;
    background-color: #fafafa;
    overflow: auto;
    width: auto;
}

.new_container{
    height: auto;
    /*margin: 40px 50px;*/
    padding: 30px 10px;
    margin-bottom: 80px;
    border-radius: 5px;
    /*background-color: #fafafa;*/
    margin-right: -5px;

}

.new_site_container {
    background-color: rgb(209, 218, 194);
    -webkit-box-shadow: 0px 9px 28px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 9px 28px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 9px 28px 0px rgba(0,0,0,0.75);
    margin-top: 20px;
    padding: 20px 8px;
    border-radius: 20px;
    width: 900px;
    height: auto;
    overflow: auto;
}

.simplebar-scroll-content {

    /*margin-bottom: 16px !important;*/
    /*overflow-x: hidden;*/
    /*padding-bottom: 50px !important;*/

}

.simplebar-content {
    padding-bottom: 30px !important;
}

/*override bootstrap input classes*/
input.form-control[type="text"], input.form-control[type="tel"], input.form-control[type="password"], input.form-control[type="email"] {
    height: 30px;

}

.form-control {
    margin: 5px 5px;
}

/*.collapse{*/
/*padding:50px;*/
/*background-color: #eeeef1;*/
/*}*/

.info_pane {
    /*padding:50px;*/
    /*background-color: #eeeef1;*/
}

/*scroll down animation*/
.scroll-down {
    top: 50px;
    /*position: absolute;*/
    /*bottom: 30px;*/
    /*left: 50%;*/
    /*margin-left: -16px;*/
    display: block;
    width: 32px;
    height: 32px;
    /*border: 2px solid #FFF;*/
    /*background-size: 14px auto;*/
    /*border-radius: 50%;*/
    z-index: 2;
    -webkit-animation: bounce 2s infinite 2s;
    animation: bounce 2s infinite 2s;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.scroll-down:before {
    /*position: absolute;*/
    top: calc(50% - 8px);
    left: calc(50% - 6px);
    /*transform: rotate(-45deg);*/
    display: block;
    width: 12px;
    height: 12px;
    /*content: "";*/
    /*border: 2px solid white;*/
    /*border-width: 0px 0 2px 2px;*/
}

@keyframes bounce {
    0%,
    100%,
    20%,
    50%,
    80% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    60% {
        -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}

/*heading styles override*/

.header_n {
    font-size:20px !important;
    padding: 5px 10px;
    color: rgb(107, 107, 107) !important;
}

/* main site container*/
.site_container {
    background-color: rgb(209, 218, 194);
    -webkit-box-shadow: 0px 9px 28px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 9px 28px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 9px 28px 0px rgba(0,0,0,0.75);
    margin-top: 20px;
    padding: 20px 20px;
    border-radius: 20px;
    width: 900px;
    height: auto;
    overflow: auto;

}


a:hover{
    color: #05206e;
}

.card{
    margin: 0 auto;
    width: 100%;!important;

}
.content_custom{
    /*overflow: auto;*/
    padding:10px 10px;
    margin: 10px 10px;
}
.vision_outer{
    overflow: auto;
}
body{
    font-family: 'Nirmala UI',sans-serif;
    /*width: 1024px;*/
}


@media only screen and (max-width:800px){
    #body-wrapper{
      height: 2000px; !important;
        padding: 0 !important  ;

    }

    .table1{
        height:2000px !important;

    }
}


/* */

.header_new {
    font-size:20px !important;
    padding: 5px 10px;
    color: rgb(107, 107, 107) !important;
    text-align: center;
    font: bold 22px "Nirmala UI";
}

.services_heading
{
    font-size: 23px;
    font-weight: bold;
    padding-left:  20px;
    margin-bottom: 20px;
}

.sub_heading{
    font-size: 13px;
    text-align: center;
    font-weight: bold;
    margin-left: 12px;
}

.service_images{
    width: 400px;
}

.school_name{
    font-weight: bold;
    padding-bottom: 5px;
}