@charset "utf-8";
/* CSS Document */

/******************************/
/*******common css*************/


/******* fonts *********/
@import url('../fonts/stylesheet_font.css');
@import url('../fonts/stylesheet_fonts-optimum.css');
@import url('../fonts/stylesheet_tamil.css');
/******* fonts *********/


body{
    font-family: 'Baamini' !important;
}


.margin_auto{
    margin-right: auto;
    margin-left: auto;
}

.no_padding{
    padding-right: 0px;
    padding-left: 0px;
}

.no_padd_left{
    padding-left: 0px;
}

p{
    font-size: 16px;
    line-height: 28px;
}

a{
    text-decoration: none !important;
}

/*******common css*************/
/******************************/




/*****************************/
/*********header**************/

.header_bar{
    background-color: #032a47;
    padding-top: 8px;
    padding-bottom: 8px;
}

.logo{
    width: 360px;
}

.navbar-brand {
    float: left;
    height: 70px;
    padding: 5px 15px;
    font-size: 18px;
    line-height: 20px;
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 0px;
}

.navbar-default {
    background-color: transparent;
    border-color: transparent;
}

/*****************************/
/*********header**************/





/*****************************/
/*********menu**************/

.language_p img{
    width: 41px;
}

.logo{
    width: 200px;
}

.mega_p_logo{
    width: 300px;
    position: absolute;
    bottom: 20px;
    right: 35px;
}

.jica_logo{
    width: 180px;
}

.top_main_div{
    position: relative;
    height: 100%;
    background-color: #ffffff;
}

/*.navbar-fixed-bottom, .navbar-fixed-top {*/
    /*position: absolute;*/
    /*right: 0;*/
    /*left: 0;*/
    /*z-index: 1030;*/
/*}*/

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #032a47;
    font-weight: 900;
    background-color: #ffffff;
}


/*****************************/
/*********menu**************/





/*****************************/
/*********body**************/

.slider_text_section{
    padding: 20px;
}

.slider_text{
    text-align: right;
    font-size: 45px;
    font-weight: 900;
    margin-top: 10px;
    color: #8aa549;
}

.slider_text b{
    font-size: 20px;
    font-weight: 400;
    color: #000000;
}

.slogan{
    font-size: 16px;
    text-align: right;
    line-height: 40px;
}

.slogan b{
    font-size: 30px;
}

.carousel-caption{
    width: 100%;
    background-color: transparent;
    right: 0%;
    left: 0%;
    padding-bottom: 0px;
    top: 20%;
    padding-top: 0px;
    text-align: right;
    font-weight: 900;
}

.highlight_text{
    background-color: #fff200;
    padding: 0px 15px;
}


.heading{
    font-size: 20px;
    font-weight: 900;
    color: #000000;
    text-transform: uppercase;
}
.content_box{
    padding: 40px 60px;
    -webkit-box-shadow: 0px 0px 29px 6px rgba(0,0,0,0.08);
    -moz-box-shadow: 0px 0px 29px 6px rgba(0,0,0,0.08);
    box-shadow: 0px 0px 29px 6px rgba(0,0,0,0.08);
    border-left: 1px solid #8aa549;
}

.about_col{
    margin-top: 0%;
}

.ab_logo{
    width: 150px;
}

.service_img{
    width: 600px;
    padding-top: 8%;
}

.services_col{
    padding: 80px;
    background-image:url('../images/service01.jpg');
    background-repeat:no-repeat;
    background-size:contain;
    background-position: top 0px right -140px;;
}

.services_box{
    color: #000000;
    /*background-image:url('../images/bg_logo.png');*/
    background-repeat:no-repeat;
    background-size:contain;
    background-position:bottom right;
}

.benefits_ul{
    padding-left: 15px;
    font-size: 16px;
}

.benefits_ul li{
    padding-bottom: 10px;
    line-height: 28px;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: thin dotted;
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.gallery_btn{
    margin-bottom: 10px;
}

.notice_div{
    padding-right: 50px;
}

.form-control {
    display: block;
    width: 100%;
    height: 60px;
    padding: 6px 30px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 30px;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -webkit-box-shadow: 5px 3px 19px -8px rgba(0,0,0,0.75);
    -moz-box-shadow: 5px 3px 19px -8px rgba(0,0,0,0.75);
    box-shadow: 5px 3px 19px -8px rgba(0,0,0,0.75);
}

.custom_btn {
    padding: 15px 35px;
    background-color: #8aa549;
    color: #ffffff;
    border: transparent;
    border-radius: 50px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.custom_btn:hover{
    background-color: #f5b21e;
}


.gallery_col{
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
}


/*****************************/
/*********body**************/





/*****************************/
/*********footer**************/

.footer_row{
    background-color: #004749;
}

.footer_bg_col{
    background-image:url('../images/footer_bg.jpg');
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center center;
}

.map_col{
    position: relative;
    margin-top: -10%;
}

.footer_logo_div{
    margin-top: 25%;
    margin-bottom: 25%;
    color: #fff;
}

.bottom_p{
    font-size: 14px;
    color: #ffffff;
    text-align: right;
    font-weight: 600;
}

.bottom_text_1 {
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 15px;
    color: #999999;
    font-weight: 300;
}

.bottom_text_2 {
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: right;
    line-height: 15px;
    color: #999999;
    font-weight: 300;
}


/*****************************/
/*********footer**************/


/**********=========================================********************/
/**********===============SCROLL TOP=================********************/
/**********=========================================********************/

.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
    background-color: #ffffff;
    color: #8aa549;
    width: 32px;
    height: 50px;
    line-height: 48px;
    right: 30px;
    bottom: 30px;
    padding-top: 2px;
    border-radius: 0px;
    border: 1px solid #8aa549;
    /*border-top-left-radius: 10px;*/
    /*border-top-right-radius: 10px;*/
    /*border-bottom-right-radius: 10px;*/
    /*border-bottom-left-radius: 10px;*/
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    animation: bounce_1 1s infinite alternate;
    -webkit-animation: bounce_1 1s infinite alternate;
}

@keyframes bounce_1 {
    from {
        transform: translateY(0px);
    }
    to {
        transform: translateY(-15px);
    }
}
@-webkit-keyframes bounce_1 {
    from {
        transform: translateY(0px);
    }
    to {
        transform: translateY(-15px);
    }
}

.scroll-top-wrapper:hover {
    background-color: #004749;
    color: #ffffff;
    border: 1px solid #004749;
}
.scroll-top-wrapper.show {
    visibility:visible;
    cursor:pointer;
    opacity: 1.0;
}
.scroll-top-wrapper i.fa {
    line-height: inherit;
}

/**********=========================================********************/
/**********===============SCROLL TOP=================********************/
/**********=========================================********************/

/*========================================================================*/
/*========================================================================*/
/*=====================Solution by TEKGEEKS (pvt) LTD=====================*/
/*============DESIGN & CSS DEVELOPMENT - DUMIDU WIMALARATHNA==============*/
/*========================================================================*/
/*========================================================================*/