/*
    Project Name : Wedding
    Author Company : Ewebcraft
    Author Website : http://www.ewebcraft.com
    Author Email : ewebcraft@gmail.com
*/

@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700');
@import url('https://fonts.googleapis.com/css?family=Lora:400,700');

/*************************
*******Typography******
**************************/

body {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 14px;
    color: #212121;
}

.wow {
    visibility: hidden;
}

p {
    line-height: 26px;
    font-family: 'Roboto', sans-serif;
    color: #212121;
    /* font-size: 14px; */
    margin: 0;
}

a:focus {
    outline: none;
    text-decoration: none;
}

a:hover {
    outline: none;
    text-decoration: none;
}

img {
    max-width: 100%;
}

.nopadding {
    padding-left: 0;
    padding-right: 0;
}

h2 {
    font-weight: 400;
    font-size: 48px;
    color: #2C3F58;
    text-transform: capitalize;
    margin: 0 0 10px;
}

hr {
    border: 2px solid #d9d9d9;
    width: 98px;
    margin: 20px 0;
}

.margin-15 {
    margin-top: 15px;
    display: block;
}

.extra-space {
    margin-top: 50px;
    display: block;
}


/*************************
*******placeholder******
**************************/

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #272727 !important;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #272727 !important;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #272727 !important;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #272727 !important;
}


/*************************
*******Top bar******
**************************/

#topbar {
    padding: 12px 0px;
}

.topbar-address {
    text-align: right;
}

.topbar-address p a {
    font-size: 15px;
    color: #1c1c1c;
    display: inline-block;
    margin-top: 20px;
    margin-left: 50px;
}

.topbar-address p a:first-child {
    margin-left: 0px;
}

.topbar-address p a i.fa {
    color: #2C3F58;
    margin-right: 15px;
}

.topbar-address p a:hover,
.topbar-address p a:focus {
    color: #2C3F58;
    outline: none;
    text-decoration: none;
}


/*************************
*******banner******
**************************/

#banner {
    background: url(../images/banner-bg.jpg) no-repeat center;
    background-size: cover;
    padding: 35px 0;
    position: relative;
}

.banner-text {
    margin-top: 150px;
}

.banner-text h1 {
    font-size: 54px;
    font-family: roboto;
    font-weight: 600;
    color: #fff;
    margin-top: 0px;
    text-transform: uppercase;
}

.banner-text h3 {
    font-size: 36px;
    font-weight: 600;
    color: #fff;
    font-family: lora;
    margin-top: 0px;
    text-transform: uppercase;
}

.banner-text h2 {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 40px;
}

.banner-text .btn-default {
    margin-top: 19px;
    position: relative;
    font-size: 18px;
    background-color: #285C0A;
    border: medium none;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
    padding: 10px 45px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

.banner-text .btn-default:hover {
    background-color: #102147;
    transition: all 0.3s ease 0s;
    color: #fff;
}


/*************************
*******form******
**************************/

.form-group {
    display: block !important;
}

.form-container {
    background-color: rgba(0, 0, 0, 0.86);
    /* padding: 0 0 10px 0; */
    color: #fff;
}

.form-head {
    padding: 15px;
    border-radius: 5px 0px 0px 0px;
}

.form-container h1 {
    font-family: lora;
    font-size: 28px;
    margin: 0px;
    font-weight: 600;
    padding: 0;
    line-height: 32px;
}

select {
    color: #272727 !important;
}

#signUp-form .form-group {
    margin-bottom: 15px;
    /* padding-right: 25px; */
    /* padding-left: 25px; */
}

#signUp-form .form-control {
    border-top: none;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    border: 1px solid #d7d7d7;
    color: #000;
    width: 100%;
    height: 40px;
}

#signUp-form .btn-submit {
    background: #7f3f96;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 16px;
    margin: 0px 0px 20px;
    display: inline-block;
    color: #fff;
    width: 100%;
    border: none;
    padding: 20px 0;
    overflow: hidden;
    position: relative;
    transition: all 0.3s;
    text-transform: uppercase;
    border-radius: 0;
    font-style: normal;
}

label.error {
    color: #fff !important;
    display: block;
    margin: 0px;
    text-align: left;
}

#submit-control {
    color: #fff;
    font-style: italic;
    font-size: large;
    margin: 0 15px;
    text-align: center;
}


/*************************
*******Work******
**************************/

#work {
  padding: 80px 0;
  background: linear-gradient(180deg, #FFE9E3 0%, rgba(255, 145, 112, 0) 100%);
}

#work .clearfix {
    margin: 25px 0;
}

.work_icon {
    background-color: white;
    border-radius: 50%;
    box-shadow: 0 0 14px 0 rgba(239, 238, 238, 0.83);
    height: 129px;
    margin: 0 auto;
    width: 129px;
    border: 1px solid #ccc;
    transition: all 0.3s ease 0s;
}

.work_icon i {
    color: #2C3F58;
    font-size: 35px;
    line-height: 129px;
}

.work_block h4 {
    font-size: 22px;
    font-weight: 600;
    margin: 35px 0;
    font-family: lora;
    text-transform: capitalize;
    color: #2C3F58;
}

.work_block:hover .work_icon {
    background-color: #2C3F58;
    color: #fff;
    transition: all 0.3s ease 0s;
}

.work_block:hover .work_icon i {
    color: #fff;
    transition: all 0.3s ease 0s
}


/*************************
*******Services******
**************************/

#services {
    background: url(../images/services-bg.jpg) top left no-repeat;
    background-size: cover;
}


/*************************
*******accordion******
**************************/

.accordion {
    width: 100%;
    max-width: 1170px;
    height: 625px;
    overflow: hidden;
    margin-top: -1px;
}

.accordion ul {
    width: 100%;
    display: table;
    table-layout: fixed;
    margin: 0;
    padding: 0;
}

.accordion ul li {
    display: table-cell;
    vertical-align: bottom;
    position: relative;
    width: 20%;
    height: 625px;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all 500ms ease;
}

.accordion ul li div {
    display: block;
    overflow: hidden;
    width: 100%;
}

.inner-content {
    color: #fff;
    padding: 0 30px;
    position: absolute;
    top: 50%;
    left: 0px;
    margin-top: -10%;
    transition: all 0.3s ease;
}

.inner-content .inner-text {
    opacity: 0;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    transform-origin: top;
    transition: all 0.3s ease;
}

.inner-content h2,
.inner-content h3,
.inner-content p {
    color: #fff;
}

.inner-content h2 {
    font-family: roboto;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
}

.inner-content h3 {
    font-family: lora;
    font-size: 18px;
    text-transform: capitalize;
}

.inner-content h3 span {
    font-family: lora;
    font-size: 24px;
    color: #fff;
    margin-left: 10px;
}

.inner-content hr {
    margin: 20px auto;
    border: 1px solid #fff;
}

#services .btn-default {
    margin-top: 15px;
    font-size: 16px;
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    padding: 15px 40px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}
#services .btn-default:hover{
}
.accordion ul li:nth-child(1) {
    background-image: url("../images/index8.jpg");
}
.accordion.nainital ul li:nth-child(1) {
    background-image: url("../images/index10.jpg");
}

/* Accordion 1 Image */

.accordion ul li:nth-child(2) {
    background-image: url("../images/index9.jpg");
}
.accordion.nainital ul li:nth-child(2) {
    background-image: url("../images/index11.jpg");
}



/* Accordion 2 Image */

.accordion ul li:nth-child(3) {
    background-image: url("../images/index14.jpg");
}
.accordion.nainital ul li:nth-child(3) {
    background-image: url("../images/index12.jpg");
}


/* Accordion 3 Image */

/*.accordion ul li:nth-child(4) {
    background-image: url("../images/accordion-img-4.jpg");
}
*/

/* Accordion 4 Image */

.accordion ul li:first-child {
    width: 20%;
}

.accordion ul:hover li {
    width: 20%;
}

.accordion ul:hover li:hover {
    width: 50%;
}

.accordion ul li:hover .inner-content {
    margin-top: -30%;
}

.accordion ul li:hover .inner-content .inner-text {
    opacity: 1;
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
}
  .overlay-2 {
        width: 100%;
        height: 100%;
        background-color:rgba(0, 0, 0, 0.54);
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
    }
@media screen and (max-width: 600px) {
    .accordion {
        height: auto;
    }
    .accordion ul li:first-child {
        width: 90%;
        margin-top: 80px;
    }
   
    .accordion ul li,
    .accordion ul li:hover,
    .accordion ul:hover li,
    .accordion ul:hover li:hover {
        position: relative;
        display: table;
        table-layout: fixed;
        width: 90%;
        -webkit-transition: none;
        transition: none;
        margin: 30px auto;
       
    }
}


/*************************
*******accordion******
**************************/


/*************************
*******Resturant Menu******
**************************/

#resturant-menu {
    background: #ffffff;
    padding: 75px 0px;
}

.adds,
.tabber-img {
    margin-top: 50px;
}

.adds .tab-content {
    padding: 0;
    margin: 0;
}

.adds .tab-content h1 {
    font-family: lora;
    font-weight: 500;
    color: #ec0086;
    font-size: 30px;
    margin: 0px !important;
    text-transform: uppercase;
}

.adds .tab-content ul {
    padding-left: 0px;
    margin-top: 25px;
    column-count: 2;
}

.adds .tab-content ul li {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    color: #7f3f96;
    line-height: 2.2em;
    list-style: none;
    font-size: 15px;
    text-transform: uppercase;
}

.adds .tab-content ul li i.fa {
    margin-right: 15px;
}

#resturant-menu .btn-default {
    margin-top: 15px;
    position: relative;
    font-size: 16px;
    background-color: #285C0A;
    border: medium none;
    border-radius: 5px;
    color: #fff;
    padding: 20px 45px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}


/*************************
*******Varietes******
**************************/

#varieties {
    background: url(../images/varieties.png) top left no-repeat;
    background-size: cover;
    padding: 75px 0px 140px;
}

#varieties h2 {
    color: #fff;
}

#varieties-images {
    margin-top: 50px;
}


/*************************
*******Counter******
**************************/

.counter-border {
    border: 1px solid #4f4f4f;
    display: inline-block;
    margin-bottom: 40px;
    border-radius: 50%;
    width: 171px;
    height: 171px;
    line-height: 171px;
}

.counter {
    font-family: 'Roboto', sans-serif;
    color: white;
    font-size: 36px;
}

.box-text p {
    color: #ffffff;
    font-size: 18px;
    text-transform: uppercase;
}


/*************************
*******Testomonals******
**************************/

#testimonial {
    padding: 80px 0 100px;
}

#testimonial .media-left,
#testimonial .media-body {
    width: 100%;
    display: block;
    text-align: center;
    margin: 0 auto;
}

#testimonial .media-body p {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #616161;
}

#testimonial .media-body p span {
    color: #eb0095;
    font-weight: bold;
    font-style: italic;
}

#testimonial .media-body p.testi-name {
    margin: 45px 0 0;
}

#testimonial .media {
    padding: 65px 0px;
    border-top: 2px solid #eeeeee;
    margin-top: 50px;
    border-bottom: 2px solid #eeeeee;
    z-index: -999;
}

#testimonial .media .fa.fa-quote-right {
    background: #fff;
    border-radius: 50%;
    font-size: 15px;
    color: #7f3f96;
    z-index: 999;
    display: block;
    border: 1px solid;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    position: absolute;
    right: 47%;
    top: 25px;
    line-height: 48px;
    width: 48px;
    height: 48px;
}

#testimonial .media .fa.fa-quote-left {
    background: #fff;
    border-radius: 50%;
    font-size: 15px;
    color: #7f3f96;
    display: block;
    border: 1px solid;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    position: absolute;
    right: 47%;
    bottom: -23px;
    line-height: 48px;
    width: 48px;
    height: 48px;
}


/*************************
*******Pre-Footer******
**************************/

#prefooter {
    padding: 75px 0 0;
    background-color: #252c41;
}

.prefooter-detail {}

.prefooter-detail h2 {
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 18px;
    margin: 0px 0px 45px;
    padding-bottom: 25px;
    border-bottom: 1px solid #9965ab;
    font-weight: normal;
}

.prefooter-detail p {
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
    margin: 0px;
    font-weight: normal;
    line-height: 25px;
    padding-top: 30px;
}

.prefooter-detail ul {
    margin: 0px;
    padding: 0px;
}

.prefooter-detail ul li {
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
    font-size: 15px;
    margin: 0px;
    font-weight: normal;
    line-height: 35px;
    list-style: none;
}

.prefooter-detail ul li:before {
    content: "\f111";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #ffffff;
    font-size: 8px;
    margin-right: 10px;
    position: relative;
    bottom: 2px;
}

.footer-detail a {
    transition: all 0.3s ease 0s;
}

.footer-detail {
    display: inline-block;
    margin-top: 20px;
}

.footer-detail a i.fa {
    border: 1px solid #fff;
    border-radius: 50%;
    color: #ffffff;
    height: 42px;
    line-height: 42px;
    transition: all 0.3s ease 0s;
    margin: 0 4px;
    text-align: center;
    width: 42px;
}

.footer-detail a:hover i.fa {
    color: #2C3F58;
    border-color: #ffffff;
    background: #fff;
}

.icon {
    border: 1px solid #ffffff;
    border-radius: 50%;
    float: left;
    height: 40px;
    margin-right: 13px;
    text-align: center;
    width: 40px;
}

.icon i {
    font-size: 18px;
    line-height: 39px;
}

ul.footer li:before {
    content: none;
}

.description p {
    font-family: 'Roboto', sans-serif;
    line-height: 40px;
    margin-bottom: 30px;
    padding: 0px;
}

iframe {
    width: 100% !important;
    height: 244px !important;
}


/*************************
*******Footer******
**************************/

#footer {
    margin-top: 40px;
    border-top: 1px solid #9965ab;
    padding: 20px 0px;
}

#footer p {
    margin: 0px;
    color: #ffffff;
    font-size: 14px;
}

#footer p a {
    color: #ffffff;
    text-decoration: none;
}
.prefooter-detail li a {
  color: #fff;
}
.work_base_block ul {
  list-style: none;
  padding-left: 0px;
  margin-top: 20px;
}
.work_base_block ul li{
  font-size: 16px;
  line-height: 25px;
}
p {
  font-size: 17px;
}

.work_base_block p {
  margin-bottom: 20px;
}
#lightbox .modal-content {
    display: inline-block;
    text-align: center;   
}

#lightbox .close {
    opacity: 1;
    color: rgb(255, 255, 255);
    background-color: rgb(25, 25, 25);
    padding: 5px 8px;
    border-radius: 30px;
    border: 2px solid rgb(255, 255, 255);
    position: absolute;
    top: -15px;
    right: -55px;
    
    z-index:1032;
}
.thumbnail img {
  min-height: 200px;
}