/* CSS Document */

@font-face {
    font-family: 'Oswald Light';
    src: url('fonts/Oswald Light.woff') format('woff'), /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
        url('fonts/Oswald Light.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
}
@font-face {
    font-family: 'Aileron Light';
    src: url('fonts/Aileron Light.woff') format('woff'), /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
        url('fonts/Aileron Light.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
}
@font-face {
    font-family: 'Arapey';
    src: url('fonts/Arapey.woff') format('woff'), /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
        url('fonts/Arapey.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
}
@font-face {
    font-family: 'FM-MalithiUW46';
    src: url('fonts/FM-MalithiUW46.woff') format('woff'), /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
        url('fonts/FM-MalithiUW46.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
}

body {

}

.mg_1 { margin-bottom: 10px; }
.mg_2 { margin-bottom: 20px; }
.mg_3 { margin-bottom: 30px; }
.mg_4 { margin-bottom: 40px; }
.mg_5 { margin-bottom: 50px; }
.mg_6 { margin-bottom: 60px; }
.mg_7 { margin-bottom: 70px; }
.mg_8 { margin-bottom: 80px; }
.mg_9 { margin-bottom: 90px; }
.mg_10 { margin-bottom: 100px; }

a:hover, a:focus {
    text-decoration: none;
}

:focus {
    outline: none;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0;
}

.is-btn {
    display: inline-block;
    vertical-align: top;
}

.is-sub {
    background: transparent;
    border: none;
    padding: 0;
}
.is-input {
    display: block;
    width: 100%;
}
/*------------------------------------*/
.label_1 {
    font-family: 'Oswald Light';
    font-size: 42px;
    color: #270d3e;
}
.label_2 {
    font-family: 'Arapey';

    font-size: 36px;
    line-height: 36px;
    color: #fff;
}
.label_3 {
    font-family: 'Aileron Light';
    font-size: 18px;
    line-height: 22px;
    color: #fff;
}

.label_4 {
    font-family: 'Oswald Light';
    font-size: 27px;
    line-height: 32px;
    color: #fff;
}

.label_5 {
    font-family: 'Oswald Light';
    font-size: 16px;
    line-height: 20px;
    color: #fff;
}
.label_6 {
    font-family: 'FM-MalithiUW46';
    font-size: 50px;
    color: #e5a039;
}
.label_7 {
    font-family: 'Oswald Light';
    font-size: 30px;
    line-height: 34px;
    color: #270d3e;
}
.label_9 {
    font-family: 'Oswald Light';
    font-size: 38px;
    color: #270d3e;
}
.label_10 {
    /*font-family: 'Oswald Light';*/
    font-size: 22px;
    border-bottom: 2px solid #dcb138;
    padding-bottom: 5px;
}
.paragraph_1 p {
    font-family: 'Arapey';
    font-size: 17px;
}
/*------------------------------------*/
.header1 {
    text-align: center;
    margin-bottom: 30px;
}
/*------------------------------------*/

.section_top {
    position: relative;
}

.side_menu {

    background-color: rgba(15,2,19,0.8);

}
.side_menu_a {
    padding-top: 25px;
    padding-bottom: 30px;
}
.side_menu_b {}
.list01 {
    padding-left: 0px;
    list-style: none;
    text-align: center;
}
.list01>li {}
.list01>li>a  {
    font-family: 'Oswald Light';
    font-size: 18px;
    line-height: 22px;
    color: #a8831a;
    display: block;
    padding: 4px 10px;
    /*transition: 0.3s all ease-in-out;*/
    /*transform: scale(1);*/

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.list01>li>a:hover {
    color: #dcb138;
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
}
/*------------------------------------*/
.navbar.is-navbar {
    background-color: transparent;
    border: none;
    margin-bottom: 0;
}

.navbar-collapse.is-navbar-collapse {}

.navbar-nav.is-navbar-nav {}

.navbar.is-navbar .navbar-nav.is-navbar-nav {}

.navbar.is-navbar .navbar-nav.is-navbar-nav>li {}

.navbar.is-navbar .navbar-nav.is-navbar-nav>li>a {
    font-family: 'Oswald Light';
    font-size: 18px;
    line-height: 22px;
    color: #a8831a;
    display: block;
    padding: 4px 10px;
    /* transition: 0.3s all ease-in-out; */
    /* transform: scale(1); */
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.navbar.is-navbar .navbar-nav.is-navbar-nav>li>a:hover,
.navbar.is-navbar .navbar-nav.is-navbar-nav>li>a:focus,
.navbar.is-navbar .navbar-nav.is-navbar-nav>li.active>a{

    background-color: transparent;
}


.navbar.is-navbar .navbar-nav.is-navbar-nav>.open>a,
.navbar.is-navbar .navbar-nav.is-navbar-nav>.open>a:focus,
.navbar.is-navbar .navbar-nav.is-navbar-nav>.open>a:hover {
    color: #000;
    background-color: transparent;;
}



/*------------------------------------*/
.top_menu {
    position: absolute;
    top: 0;
    right: 20px;
    z-index: 999;
}

.list02 {
    list-style: none;
    padding-left: 0px;
}
.list02>li {
    float: left;
    width: 78px;
    background-color: rgba(30,13,45,0.9);
    text-align: center;
    padding-top: 10px;
    padding-bottom: 7px;
    margin-left: 5px;
}
.list02>li>a {
    display: block;
}
.list02>li>a img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
}
.list02>li>a span {
    display: block;
    color: #cfa524;
    font-family: 'Aileron Light';
}
.list02>li>a span.a01 {
    font-size: 12px;
    line-height: 12px;
}
.list02>li>a span.a02 {
    font-size: 16px;
    line-height: 16px;
}
.list02>li:hover span {
    color: #ffe59d;
}
/*------------------------------------*/
.is-caro1 {}

.is-caro1_a {
    position: relative;
    overflow: hidden;
    height: 600px;
}

.is-caro1_aa {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.is-caro1_aa.a01 {
    background-image: url(images/slider1.jpg);
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.is-caro1_aa.a02 {
    background-image: url(images/slider2.jpg);
    background-size: cover;
    background-position: 0% 0%;
    background-repeat: no-repeat;
}
.is-caro1_aa.a03 {
    background-image: url(images/slider3.jpg);
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.is-caro1_aa.a04 {
     background-image: url(images/slider4.jpg);
    background-size: cover;
    background-position: 50% 100%;
    background-repeat: no-repeat;
}
.is-caro1_aa.a05 {
     background-image: url(images/slider5.jpg);
    background-size: cover;
    background-position: 50% 100%;
    background-repeat: no-repeat;
}

.is-caro1_btn {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    z-index: 999;
}
.is-caro1_btn.a01 {
    left: 5%;
}
.is-caro1_btn.a02 {
    right: 5%;
}
.is-caro1_btn i {
    color: #fff;
    font-size: 30px;
    line-height: 30px;
    width: 30px;
    text-align: center;
}
/*------------------------------------*/
.bar_1 {
    height: 65px;
    background-image: url('images/header-back-3.jpg');
    background-repeat: repeat;
}
.bar_2 {
    height: 59px;
    /*height: 34px;*/
    background-image: url('images/navi-back-5.jpg');
    background-repeat: repeat;
}

.banner1 {
    height: 470px;
    background-image: url('images/banner-4.jpg');
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
/*------------------------------------*/
.section1 {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #eadad4;
}

.section1_sub1 {
    text-align: center;
}
.section1_sub1 .label_1 {
    margin-bottom: 15px;
}
/*------------------------------------*/

.section2 {
    padding-bottom: 40px;
    background-color: #eadad4;
}

.is_owl_1 {
    padding-left: 10px;
    padding-right: 10px;
}
.item01 {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.item01_a {
    overflow: hidden;
}
.item01_a img {
    -o-transition: all 0.6s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0ms;
    -ms-transition: all 0.6s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0ms;
    -moz-transition: all 0.6s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0ms;
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0ms;
    transition: all 0.6s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0ms;
    -webkit-transform: scale(0.0);
    -moz-transform: scale(1.0);
    -ms-transform: scale(1.0);
    -o-transform: scale(1.0);
    transform: scale(1.0);

}
.item01_b {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 9;
    text-align: right;
    padding: 10px;
}
.item01_c {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 15;
    text-align: center;
    background: rgba(0,0,0,0.75);
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    opacity: 0;
    transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
}
.item01_ca {
    width: 100%;
}
.item01:hover .item01_c {
    opacity: 1;
}
.item01:hover .item01_a img {
    -webkit-transform: scale(0.0);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
/*------------------------------------*/
.section3 {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #380d2d;
}

.section3_sub1 {}

.section3_sub1 img {
    margin-left: auto;
    margin-right: auto;
}
.section3_sub1 img.a01 {
    max-width: 350px;
    margin-bottom: 10px;
}
.section3_sub1 img.a02 {
     max-width: 1000px;
}
/*------------------------------------*/
.section4 {
    padding-top: 90px;
    padding-bottom: 60px;
    background-image: url('images/perahera-2.jpg');
    background-size: cover;
    /*background-position: f;*/
    background-attachment: fixed;
}
.section4_sub1 {}
.section4_sub1_a {}
.section4_sub1_b {}

.item02 {
    margin-bottom: 30px;
}

.input_1 {
    font-size: 13px;
    line-height: 18px;
    border: none;
    padding: 15px 30px;
    background-color: #cacaca;
    color: #222222;
}

.input_1::-webkit-input-placeholder { /* WebKit browsers */
    color: #222222;
}
.input_1:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    opacity: 1;
    color: #222222;
}
.input_1::-moz-placeholder { /* Mozilla Firefox 19+ */
    opacity: 1;
    color: #222222;
}
.input_1:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #222222;
}

.select2-container--default .select2-selection--single {
    border-radius: 0px;
    background-color:  #cacaca;
    border: none;
    height: 48px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 48px;
    color: #222222;
    padding-left: 30px;
    padding-right: 42px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 46px;
    width: 42px;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #222222;
}

.btn_1 {
    font-size: 14px;
    color: #e5a039;
    /*background-color: #44c5f2;*/
    background-color: #380d2d;
    line-height: 20px;
    padding: 14px 25px;
}

.item03 {}

.item03_a {
    padding-top: 35px;
    display: inline-block;
    position: relative;
    text-align: center;
}

.item03_aa {
    width: 10px;
    height: 15px;
    background-color: #000;
    position: absolute;
    left: 50%;
    margin-left: -5px;
    top: 0px; 
}
.item03_aa:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 10px 0 10px;
    border-color: #000 transparent transparent transparent;
    position: absolute;
    top: 100%;
    left: -5px;
}

/*------------------------------------*/
.item04 {

    display: none;
}

.item04_a {
    font-family: 'Arapey';
    font-size: 26px;
    color: #e5a039;
}

.item04_b {
    font-family: 'Arapey';
    background-color: #380d2d;
    text-align: center;
    color: #e5a039;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    padding-top: 25px;
    /*    margin-left: auto;
        margin-right: auto;*/
}
.item04_ba {
    font-size: 35px;
    line-height: 40px;
}
.item04_bb {
    font-family: 'Oswald Light';
    font-size: 50px;
    line-height: 50px;
}
.item04_bc {
    font-size: 32px;
    line-height: 40px;
}
.form1 label.error {
    font-size: 13px;
    color: red;
    margin-bottom: 0px;
    font-weight: normal;
}
/*------------------------------------*/
.contact_wrapper {
    background-color: #eadad4;
    padding-top: 40px;
    padding-bottom: 20px;
}

.contact_section1 {}

.contact_section1_header {
    margin-bottom: 15px;
}

.contact_section1_sub1 {}
.contact_section1_sub2 {
    margin-bottom: 30px;
}

.item06 {
    margin-bottom: 15px;
}
.item06 label {
    font-family: 'Arapey';
    font-size: 15px;
    margin-bottom: 0px;

}

.input_2 {
    font-family: 'Oswald Light';
    font-size: 16px;
    line-height: 24px;
    color: #333;
    padding: 8px 12px;
    border: 1px solid #e5a039;
    background-color: transparent;
}
input_2::-webkit-input-placeholder { /* WebKit browsers */
    font-family: 'Oswald Light';
    font-size: 16px;
    color: #333;
}
input_2:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    opacity: 1;
    font-family: 'Oswald Light';
    font-size: 16px;
    color: #333;
}
input_2::-moz-placeholder { /* Mozilla Firefox 19+ */
    opacity: 1;
    font-family: 'Oswald Light';
    font-size: 16px;
    color: #333;
}
input_2:-ms-input-placeholder { /* Internet Explorer 10+ */
    font-family: 'Oswald Light';
    font-size: 16px;
    color: #333;
}
.btn_2 {
    font-family: 'Oswald Light';
    font-size: 16px;
    color: #e5a039;
    background-color: #380d2d;
    line-height: 20px;
    padding: 12px 25px;}
/*------------------------------------*/
.item07 {
    margin-bottom: 20px;
}

.item07-a {
    background-color: #380d2d;
    padding: 8px 10px;
    border-radius: 10px 10px 0px 0px;
    /*     border: 1px solid #e5a039;
         border-bottom: none;*/
}
.item07-a h5 {
    font-family: 'Oswald Light';
    font-size: 21px;
    line-height: 24px;
    color: #e5a039;
}

.item07-b {
    /*background-color: #97c239;*/
    border: 1px solid #e5a039;
    padding: 10px 15px 1px 15px;
    border-top:none;
}
.item07-c {
    border: 1px solid #e5a039;
    border-top:none;
} 

.item07-ba {
    margin-bottom: 15px;
}
.item07-ba h6{
    font-family: 'Arapey';
    font-size: 14px;
    line-height: 20px;
}
.item07-ba p {
    font-family: 'Oswald Light';
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 0px;
    font-weight: bold;
}
/*------------------------------------*/
.footer {}

.footer-sub1 {
    background-image: url('images/footer-3.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0% 0%;
    padding-top: 50px;
    padding-bottom: 40px;
    /*background-color: #380d2d;*/
}
.footer-sub1-a {}

.footer-sub2 {
    padding-top: 10px;
    padding-bottom: 5px;

}

.footer-sub2 p,
.footer-sub2 p a{
    color: #333;
    margin-bottom: 3px;
}

.footer-sub2-a {
    float: left;
}
.footer-sub2-b {
    float: right;
}

.footer-logo {
    max-width: 150px;
    width: 100%;
    height: auto;
}

/*.list01 {}
.list01>li {
    display: inline-block;
    vertical-align: top;
}
.list01>li>a {}
.list01>li>a>i {
    font-size: 20px;
    line-height: 46px;
    color: #ffffff;
    width: 46px;
    text-align: center;
    background-color: #bd1f1e;
}*/
.label_8 {
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    color: #ffffff;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 30px;
}
.label_8:before {
    content: "";
    width: 50px;
    height: 2px;
    /*background-color: #bd1f1e;*/
    background-color: #e5a039;
    position: absolute;
    left: 0;
    bottom: 0;
}
.footer-sub1-a p {
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 20px;
}

.list03 {}
.list03>li {
    margin-bottom: 5px;
}
.list03>li>a {
    display: block;
    font-size: 13px;
    line-height: 20px;
    color: #fff;
    padding: 11px 12px;
    border: 1px solid #e5a039;
}
.list03>li>a:hover {
    padding: 10px 11px;
    border: 2px solid #fff;
}
.paragraph-1 p {
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 20px;
}

.list04 {}
.list04>li {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    position: relative;
    padding-left: 25px;
    margin-bottom: 8px;
}
.list04>li:before {
    font-size: 16px;
    line-height: 20px;
    content: "\f046";
    font-family: "fontAwesome";
    color: #ffffff;
    vertical-align: top;
    position: absolute;
    top: 0;
    left: 0;
}

.list05 {}
.list05>li {

    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
}
.list05>li>span,.list05>li>a {
    display: block;
    font-size: 16px;
    line-height: 22px;
    color: #ffffff;
}
.list05>li>i {
    font-size: 20px;
    line-height: 22px;
    width: 22px;

    color: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
}
/*------------------------------------*/
.gallery_section1 {
    background-color: #eadad4;
    padding-top: 40px;
    padding-bottom: 40px;
}
.gallery_section1_sub1 {
    margin-bottom: 15px;
}

.gallery_section1_sub1_a {
    margin-bottom: 15px;
}

.gallery_section1_sub1_b {}

.is_row {
    margin-left: -10px;
    margin-right: -10px;
}

.is_col_1 {
    float: left;
    width: 25%;
    padding-left: 10px;
    padding-right: 10px;
}

.item05 {
    margin-bottom: 20px;
    position: relative;
}
.item05_a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(220, 177, 56, 0.5);
    -webkit-transform: scale(0.0);
    -moz-transform: scale(0.0);
    -ms-transform: scale(0.0);
    -o-transform: scale(0.0);
    transform: scale(0.0);
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 300ms;
    z-index: 99;
}
.item05_a:before {
    content: "\f00e";
    font-family: "fontAwesome";
    color: #fff;
    font-size: 25px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
}


.item05:hover .item05_a {
    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -ms-transform: scale(1.0);
    -o-transform: scale(1.0);
    transform: scale(1.0);
}
/*------------------------------------*/
@media (min-width:768px){
    .navbar.is-navbar .navbar-nav.is-navbar-nav>li {
        float: none;
        text-align: center;
        margin-bottom: 25px;
    }
    .navbar.is-navbar .navbar-nav.is-navbar-nav {
        float: none
    }
    .side_menu {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 230px;
        z-index: 999;
    }
    .navbar.is-navbar .navbar-nav.is-navbar-nav>li>a:hover,
    .navbar.is-navbar .navbar-nav.is-navbar-nav>li>a:focus,
    .navbar.is-navbar .navbar-nav.is-navbar-nav>li.active>a{
        color: #dcb138;
        -webkit-transform: scale(1.3);
        -moz-transform: scale(1.3);
        -ms-transform: scale(1.3);
        -o-transform: scale(1.3);
        transform: scale(1.3);

    }

}
@media (min-width:992px){

}
@media (min-width:1200px){

}
/*------------------------------------*/

@media (max-width:1200px){

}

@media (max-width:992px){

}
@media (max-width: 768px) {
    .navbar-collapse.is-navbar-collapse {
        position: absolute;
        right: 0;
        width: 250px;
        background-color: #000;
        border-color: #000;
        z-index: 100;
    }
    .top_menu {
        display: none;
    }
    .side_menu_a {
        float: left;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
    }
    .side_menu_b {

        float: right;
    }
    .side_menu_a img {
        width: 129px;

    }
    .navbar.is-navbar .navbar-toggle {
        margin-top: 29px;
        margin-bottom: 29px;
    }
    .is-caro1_a {
        height: 300px;
    }
    .item04 {
        text-align: center;
    }
    .item04_b {
        margin-left: auto;
        margin-right: auto;
    }
    .item03 {
        text-align: center;
    }
    .banner1 {
        height: 270px;
    }
    .is_row {
        margin-left: -5px;
        margin-right: -5px;
    }
    .is_col_1 {
        width: 50%;
        padding-left: 5px;
        padding-right: 5px;
    }
}
/*------------------------------------*/