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

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


/******* fonts *********/
@import url('../fonts/stylesheet_oswald.css');
@import url('../fonts/stylesheet_poppins.css');
/******* fonts *********/


body{
    font-family: 'Poppins' !important;
    overflow-x: hidden;
}


* {
    scrollbar-width: thin;
    scrollbar-color: #005b33 #272727;
}

::-webkit-scrollbar {
    width: 3px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0px #005b33;
    border-radius: 0px;
}

::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background-color: #005b33;
    -webkit-box-shadow: inset 0 0 1px #005b33;
}


:focus { outline: thin dotted; outline: 0px auto -webkit-focus-ring-color; outline-offset: 0px !important; }
button:focus { outline: thin dotted; outline: 0px auto -webkit-focus-ring-color; outline-offset: 0px !important; }

/* Remove inner shadow from inputs on mobile iOS */
textarea, input[type="text"] {
-webkit-appearance: none;
}

textarea, input[type="password"] { -webkit-appearance: none; }

select.form-control {
  -webkit-appearance: none;
  background: url(../images/down-arrow.png) no-repeat center right;
}


.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: 14px;
    line-height: 28px;
}

a{
    text-decoration: none !important;
}

a:focus {
    outline: thin dotted;
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: 0px;
}

.fa {
    padding: 10px;
    font-size: 16px;
    width: 35px;
    text-align: center;
    text-decoration: none;
    margin: 2px 0px;
    border-radius: 50px;
    background-color: #005b33;
    color: #ffffff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.fa:hover{
   background-color: #9c744e; 
   color: #ffffff !important;
}

.footer_social_icon .fa {
    padding: 10px;
    font-size: 16px;
    width: 35px;
    text-align: center;
    text-decoration: none;
    margin: 2px 0px;
    border-radius: 50px;
    background-color: #ffffff;
    color: #005b33;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.footer_social_icon .fa:hover{
   background-color: #9c744e; 
   color: #ffffff !important;
}

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




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

.home_top_social_icon{
    text-align: center;
    margin-top: 15px;
}

.menu_col{
    position: absolute;
    left: 50px;
    top: 135px;
    z-index: 99;
    background-color: #ffffff;
    background-image:url('../images/bg_pattern.png');
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center center;
    padding-top: 30px;
    padding-bottom: 30px;
    border-radius: 5px;
    padding-left: 40px;
    padding-right: 40px;
    -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);
}

.top_logo {
    width: 255px;
}

.home_top_menu_section{
    text-align: center;
}

.home_top_menu_section p{
    font-weight: 900;
    font-size: 16px;
    border-bottom: 1px dotted #5f5f5f;
    padding-bottom: 12px;
    padding-top: 12px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.home_top_menu_section p a{
    color: #9c744e;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.home_top_menu_section p a:hover{
    color: #005b33;
}

.home_top_tel{
    position: absolute;
    z-index: 999;
    left: 50px;
    top: 10px;
}

.home_top_tel{
    font-weight: 900;
}

.home_top_tel a{
    color: #000000;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.home_top_tel a:hover{
    color: #005b33;
}

.food_plate_1{
    z-index: 99;
    position: absolute;
    right: 50px;
    margin-top: -100px;
    width: 210px;
    -webkit-animation:spin 20s linear infinite;
    -moz-animation:spin 20s linear infinite;
    animation:spin 20s linear infinite;
}

@-moz-keyframes spin { 
    100% { -moz-transform: rotate(360deg); } 
}
@-webkit-keyframes spin { 
    100% { -webkit-transform: rotate(360deg); } 
}
@keyframes spin { 
    100% { 
        -webkit-transform: rotate(360deg); 
        transform:rotate(360deg); 
    } 
}

.food_plate_2{
    z-index: 99;
    position: absolute;
    right: -250px;
    margin-top: -200px;
    width: 210px;
    -webkit-animation:spin 20s linear infinite;
    -moz-animation:spin 20s linear infinite;
    animation:spin 20s linear infinite;
}

.food_plate_3{
    z-index: 99;
    position: absolute;
    right: 280px;
    margin-top: -135px;
    width: 210px;
    -webkit-animation:spin 20s linear infinite;
    -moz-animation:spin 20s linear infinite;
    animation:spin 20s linear infinite;
}


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



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

.nav-tabs > li {
    float:none;
    display:inline-block;
}

.nav-tabs {
    text-align:center;
}

.nav-tabs {
    border-bottom: 1px solid transparent;
}

.scrtabs-tab-scroll-arrow{
    display: none !important;
}

.heading{
    font-size: 50px;
    font-weight: 900;
    text-transform: uppercase;
    font-family: 'Oswald' !important;
}

.about_text_col{
    padding-right: 80px;
    padding-top: 100px;
    padding-left: 80px;
    padding-bottom: 50px;
    color: #ffffff;
}

.about_img_col{
    position: absolute;
    bottom: 0px;
    left: 250px;
}

.kottu_section{
    background-image:url('../images/dish_bg.jpg');
    background-repeat:no-repeat;
    background-size:contain;
    background-position:center right;
    padding-top: 20px;
    padding-bottom: 20px;
}

.testi_img_col{
    position: absolute;
    bottom: 0px;
    left: 250px;
}

.testi_col{
    padding-right: 80px;
    padding-top: 30px;
    padding-left: 40px;
    padding-bottom: 50px;
}

.testi_img {
    width: 80px;
    float: left;
    padding-right: 20px;
    padding-top: 5px;
}

.carousel-indicators {
    position: relative;
    margin-top: 60px;
    left: 0%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: 0%;
    text-align: left;
    list-style: none;
}

.carousel-indicators li {
    display: inline-block;
    width: 30px;
    height: 2px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000/9;
    background-color: rgba(0,0,0,0);
    border: 1px solid #999999;
    border-radius: 0px;
}





/*.nav-tabs {
    border-bottom: 1px solid #ffffff;
}*/

.nav-tabs>li>a {
    text-align: center;
    font-weight: 800;
    width: 130px;
    margin-right: 5px;
    line-height: 1.42857143;
    border-radius: 5px;
    font-size: 12px;
    color: #ffffff;
    background-color: #ffffff;
    /*border: 1px solid #000000;*/
     -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.nav-tabs>li>a:hover {
    margin-right: 5px;
    line-height: 1.42857143;
    border-radius: 5px;
    font-size: 12px;
    color: #ffffff;
    background-color: #005b33 !important;
    border: 1px solid #005b33 !important;
}

.nav-tabs li.active a:after {
    top: 38px; 
    left: 50%;
    /* bottom: 0;
    right: 0; */
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(19,36,14,0);
    border-top-color: #005b33;
    border-width: 10px;
    margin-left: -10px;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #ffffff;
    cursor: default;
    background-color: #005b33 !important;
    border: 1px solid #005b33 !important;
    border-radius: 5px;
    font-size: 12px;
}

.second_nav_tab .scrtabs-tabs-movable-container{
    width: 100% !important;
    left: 0px !important;
}

.second_nav_tab .scrtabs-tab-scroll-arrow{
    display: none !important;
}

.panel-default>.panel-heading {
  color: #333;
  background-color: #fff;
  border-color: #e4e5e7;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.panel-default>.panel-heading a {
  display: block;
  padding: 20px 15px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 900;
  border-radius: 5px;
}

.panel-default>.panel-heading a::before {
  content: "";
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
  transition: transform .25s linear;
  -webkit-transition: -webkit-transform .25s linear;
  margin-left: 5px;
}

.panel-default>.panel-heading a[aria-expanded="true"] {
  background-color: #eee;
}

.panel-default>.panel-heading a[aria-expanded="true"]:before {
  content: "\2212";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.panel-default>.panel-heading a[aria-expanded="false"]:before {
  content: "\002b";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border: 1px solid #d81f27;
    margin-top: 10px;
    border-radius: 5px;
}

.panel {
    margin-bottom: 20px;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
}

.menu_item{
    height: 500px;
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center center;
    transition:all 0.5s ;
    -webkit-transition:all 0.5s ;
    -o-transition:all 0.5s ;
    -moz-transition:all 0.5s ;
    background-color: #000000;
    border-radius: 5px;
    /*opacity: 0.3;*/
}

.text_div{
    position: absolute;
    bottom: 20px;
    /*margin-top: -50px;*/
    padding: 10px;
    z-index: 99999;
}

.text_div_hading{
    color: #ffffff !important;
    font-size: 28px !important;
    font-weight: 900;
}

.text_div p{
    color: #ffffff;
    font-size: 12px;
    line-height: 20px;
}

.arrow{
    width: 40px !important;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.menu_item:hover .arrow{
    margin-left: 25px;
}


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



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

.footer_row{
    background-color: #005b33;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 80px;
}

.footer_logo{
    width: 300px;
    margin-top: 50px;
}

.footer_top_tel{
    font-weight: 900;
}

.footer_top_tel a{
    color: #ffffff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.footer_top_tel a:hover{
    color: #b9ae92;
}

.footer_img{
    width: 480px;
    position: absolute;
    margin-top: -450px;
    /*bottom: 0px;*/
    right: 0px;
    z-index: 9999;
}

.bottom_col{
    padding-top: 5px;
    padding-bottom: 5px;
}

.bottom_col p{
    color: #999999;
    margin-bottom: 0px;
        line-height: initial;
}


.bottom_col p a{
    color: #999999;
}


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


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

.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
    background-color: #ffffff;
    color: #005b33;
    width: 50px;
    height: 50px;
    line-height: 48px;
    right: 30px;
    bottom: 30px;
    padding-top: 2px;
    border-radius: 50px;
    border: 1px solid #005b33;
    /*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: #005b33;
    color: #ffffff;
    border: 1px solid #005b33;
}
.scroll-top-wrapper.show {
    visibility:visible;
    cursor:pointer;
    opacity: 1.0;
}
.scroll-top-wrapper i.fa {
    line-height: inherit;
}

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

/**********=========================================********************/
/**********===============Inner_page=================********************/
/**********=========================================********************/

.mobile_heading{
    background-image: url('../images/bg_pattern.jpg');
    background-size: cover;
background-position: center;
padding-top: 10px;
padding-bottom: 10px;
z-index: 30;
position: absolute;
bottom: 0px;
width: 100%;
}

.home_top_tel_inner{
    position: absolute;
    z-index: 999;
    left: 50px;
    top: 15px;
}

.home_top_tel_inner{
    font-weight: 900;
}

.home_top_tel_inner a{
    color: #000000;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.home_top_tel_inner a:hover{
    color: #005b33;
}



.carousel-inner-page{
background-image: url('../images/m_slider01.jpg');
background-repeat: no-repeat;
height: 200px;
z-index: 10;
background-size: cover;
background-position: center;
}

.inner_page_heading{
    color: #005b33;
    font-weight: bolder;
    font-size: 80px;
}

.inner_food_plate_1{
    z-index: 99;
    position: absolute;
    right: 50px;
    margin-top: 190px;
    width: 160px;
    -webkit-animation:spin 20s linear infinite;
    -moz-animation:spin 20s linear infinite;
    animation:spin 20s linear infinite;
}

@-moz-keyframes spin { 
    100% { -moz-transform: rotate(360deg); } 
}
@-webkit-keyframes spin { 
    100% { -webkit-transform: rotate(360deg); } 
}
@keyframes spin { 
    100% { 
        -webkit-transform: rotate(360deg); 
        transform:rotate(360deg); 
    } 
}

/**********=========================================********************/
/**********===============Inner_page=================********************/
/**********=========================================********************/


/**********=========================================********************/
/**********===============catering page=================********************/
/**********=========================================********************/


.catering_text_box{
    padding: 30px 45px;
   
}

.contact_green_box{
    padding: 20px 10px;
    border-radius: 5px;
    margin: 25px auto;
    width: 100%;
    text-align: center;


}

.enquire_col{
    padding: 50px;
    border-radius: 5px;
    margin-top: 30px;
    
}
.form-control{    background-color: transparent;
    color: #fff;
    border: #000000 solid 1px;
}

.form-group{
    color: #fff;
}

input::-webkit-input-placeholder {
    color: #fff;
}

input:-moz-placeholder {
    color: #fff;
}

/**********=========================================********************/
/**********===============catering page=================********************/
/**********=========================================********************/



.about_us_imagebox{
    background-image: url('../images/about_us_second_sec.png');
    margin: 20px auto;
    padding: 150px 40px;
    
    
}



.menupage_section{
    
}

.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */ color: #fff; opacity: 1; /* Firefox */ } .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */ color: #fff; } .form-control::-ms-input-placeholder { /* Microsoft Edge */ color: #fff; }

.gallery_col{
    margin-top: 30px;
}

.contact_images_plates{
    position: relative;
    right: 0px;
}


.carousel-custom_slide .carousel-indicators {
    margin:
    32px
     0 0;
    overflow: auto;
    /* position: static; */
    position: relative;
    text-align: center;
    white-space: nowrap;
    width: 100%;
    height: 90px;
    }

.carousel-custom_slide .carousel-indicators li {
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    height: auto;
    margin: 0 !important;
    width: auto;
    border: none !important;
}
.carousel-custom_slide .carousel-indicators li img {
    display: block;
    opacity: 0.5;
}
.carousel-custom_slide .carousel-indicators li.active img {
    opacity: 1;
}
.carousel-custom_slide .carousel-indicators li:hover img {
    opacity: 0.75;
}
.carousel-custom_slide .carousel-outer {
    position: relative;
}

.carousel-custom_slide .carousel-indicators li {
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    height: auto;
    margin: 0 !important;
    width: auto;
}
.carousel-custom_slide .carousel-indicators li img {
    display: block;
    opacity: 0.5;
    border: 2px solid #ffffff;
}
.carousel-custom_slide .carousel-indicators li.active img {
    opacity: 1;
}
.carousel-custom_slide .carousel-indicators li:hover img {
    opacity: 0.75;
}
.carousel-custom_slide .carousel-outer {
    position: relative;
}












#carousel-custom2 .carousel-indicators {
    margin:
    32px
     0 0;
    overflow: auto;
    /* position: static; */
    position: relative;
    text-align: center;
    white-space: nowrap;
    width: 100%;
    height: 90px;
    }

#carousel-custom2 .carousel-indicators li {
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    height: auto;
    margin: 0 !important;
    width: auto;
    border: none !important;
}
#carousel-custom2 .carousel-indicators li img {
    display: block;
    opacity: 0.5;
}
#carousel-custom2 .carousel-indicators li.active img {
    opacity: 1;
}
#carousel-custom2 .carousel-indicators li:hover img {
    opacity: 0.75;
}
#carousel-custom2 .carousel-outer {
    position: relative;
}

#carousel-custom2 .carousel-indicators li {
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    height: auto;
    margin: 0 !important;
    width: auto;
}
#carousel-custom2 .carousel-indicators li img {
    display: block;
    opacity: 0.5;
    border: 2px solid #ffffff;
}
#carousel-custom2 .carousel-indicators li.active img {
    opacity: 1;
}
#carousel-custom2 .carousel-indicators li:hover img {
    opacity: 0.75;
}
#carousel-custom2 .carousel-outer {
    position: relative;
}






#carousel-custom3 .carousel-indicators {
    margin:
    32px
     0 0;
    overflow: auto;
    /* position: static; */
    position: relative;
    text-align: center;
    white-space: nowrap;
    width: 100%;
    height: 90px;
    }

#carousel-custom3 .carousel-indicators li {
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    height: auto;
    margin: 0 !important;
    width: auto;
    border: none !important;
}
#carousel-custom3 .carousel-indicators li img {
    display: block;
    opacity: 0.5;
}
#carousel-custom3 .carousel-indicators li.active img {
    opacity: 1;
}
#carousel-custom3 .carousel-indicators li:hover img {
    opacity: 0.75;
}
#carousel-custom3 .carousel-outer {
    position: relative;
}

#carousel-custom3 .carousel-indicators li {
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    height: auto;
    margin: 0 !important;
    width: auto;
}
#carousel-custom3 .carousel-indicators li img {
    display: block;
    opacity: 0.5;
    border: 2px solid #ffffff;
}
#carousel-custom3 .carousel-indicators li.active img {
    opacity: 1;
}
#carousel-custom3 .carousel-indicators li:hover img {
    opacity: 0.75;
}
#carousel-custom3 .carousel-outer {
    position: relative;
}





















.carousel-control.left {
    background-image: none;
    width: 54px;
    height: 54px;
    top: 50%;
    left: 20px;
    margin-top: -27px;
    line-height: 54px;
    border: 2px solid #fff;
    opacity: 1;
    text-shadow: none;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
.carousel-control.right {
    background-image: none;
    width: 54px;
    height: 54px;
    top: 50%;
    right: 20px;
    margin-top: -27px;
    line-height: 54px;
    border: 2px solid #fff;
    opacity: 1;
    text-shadow: none;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.nav-tabs-gal {
    border-bottom: 1px solid #ffffff;
}

.nav-tabs-gal>li.active>a, .nav-tabs-gal>li.active>a:focus, .nav-tabs-gal>li.active>a:hover {
    color: #ffffff;
    padding: 15px 45px;
    cursor: default;
    background-color: #005b33;
    border: 1px solid #005b33;
    border-bottom-color: transparent;
    border-radius: 0px 0px 0 0;
}

.nav-tabs-gal li.active a:after {
    top: 51px;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(19,36,14,0);
    border-top-color: #005b33;
    border-width: 10px;
    margin-left: -10px;
}

.nav-tabs-gal>li>a {
    color: #002f15;
    padding: 15px 45px;
    margin-right: 2px;
    line-height: 1.42857143;
    background-color: #000;
    border: 1px solid #005b33;
    border-radius: 0px 0px 0 0;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.nav-tabs-gal>li>a:hover {
    color: #000000;
    padding: 15px 45px;
    cursor: default;
    background-color: #005b33;
    border: 1px solid #005b33;
}

.cutome_tab_btn>li {
    cursor: pointer;
    font-weight: 900;
    text-transform: uppercase;
    float: none;
    margin-bottom: -1px;
    display: inline-block;
}

.main_gallery_slider {
    background-repeat: no-repeat;
    background-size: cover;
    height: 550px;
    background-position: center center;
}

.contact_form_box{
    margin-top: 20px;
    margin-bottom: 40px;
    padding: 50px;
    border-radius: 5px;
}

/* CSS */
.button-6 {
    align-items: center;
    background-color: #005b33;
    border: 0.5px solid #FFFFFF ;
    border-radius: 2px;
    box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
    box-sizing: border-box;
    color: rgba(255, 255, 255, 0.85);
    cursor: pointer;
    display: inline-flex;
    font-family: system-ui,-apple-system,system-ui,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-weight: 600;
    justify-content: center;
    line-height: 1.25;
    margin: 0;
    min-height: 3rem;
    padding: calc(.875rem - 1px) calc(1.5rem - 1px);
    position: relative;
    text-decoration: none;
    transition: all 250ms;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: baseline;
    width: auto;
    
  }
  
  .button-6:hover,
  .button-6:focus {
    border-color: rgba(0, 0, 0, 0.15);
    box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
    color: rgba(0, 0, 0, 0.65);
    
  }
  
  .button-6:hover {
    transform: translateY(-1px);
    background-color: #FFFFFF;
    color: #000;
    
    
  }
  
  .button-6:active {
    background-color: #F0F0F1;
    border-color: rgba(0, 0, 0, 0.15);
    box-shadow: rgba(0, 0, 0, 0.06) 0 2px 4px;
    color: rgba(0, 0, 0, 0.65);
    transform: translateY(0);
  }

  

  


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