/*Template Name: Diksha Arya
File Name: style.css
Author Name: Diksha Arya
Author URI: http://www.dikshaarya.com/
License URI: http://www.dikshaarya.com/license*/

html {
    margin: 0;
    padding: 0;
}
body {
    font-family: Georgia, "Times New Roman", Times, serif;
    margin: 0;
    padding: 0;
    color: #000;
    font-size:19px;
    letter-spacing: 1px;
}
textarea:focus, input:focus, select:focus, select:active{
    outline: none;
    box-shadow:none;
}
.form-control:focus {
    box-shadow: none;
    outline: 0 none;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus {outline: none;}
a,h1,h2,h3,h4,h5{cursor: pointer;}
a:focus, a:hover{text-decoration: none;}
a:focus {outline: none; outline-offset: 0;}
ul{list-style: none;}
.placeholder-fix:focus::-webkit-input-placeholder  {color:transparent !important; }
.placeholder-fix:focus::-moz-placeholder   {color:transparent !important;}
.placeholder-fix:-moz-placeholder   {color:transparent !important;}
.bgcolor{
    background-color: rgba(0,0,0,0.6);
}
.top-header{
    height: 60px;
}
section{
    padding: 75px 0 0;
}
.pl-0{
    padding-left: 0;
}
.pd-r{
    padding-right:40px;
}
.mt-15{
    margin-top: 15px;
}
.pb-75{
    padding-bottom: 75px;
}
.mt-40{
    margin-top:40px;
}
.redBg {
    background-color: #ff0000;
    height: 60px;
    margin-left: -53px;
    transform: skewX(-50deg);
}
.area-temperature {
    color: #fff;
    padding-left: 60px;
    padding-top: 12px;
    transform: skewX(50deg);
}
.area-temperature img{
    float: left;
}
.area-temperature p{
    font-size: 12px;
    overflow: hidden;
    padding-left: 25px;
    font-weight: 600;
    line-height: 20px;
}
.area-temperature p span{
    font-size: 20px;
    font-weight: 600;
}
.area-temperature sup {
    font-size: 6px;
    font-weight: 600;
    top: -8px;
    left:2px;
}
.location-address > p {
    font-size: 14px;
    margin: 0;
    padding: 19px 0;
}
.location-address > p i{
    font-size: 16px;
    margin-right: 2px;
    vertical-align: middle;
}
.location-address > p.location-icon i{
    vertical-align: inherit !important;
}
.location-address > p a{
    color:#000;
     vertical-align: middle;
}
.location-address:hover p, .location-address:hover p a {
    color: #ff0000;
}
.middle-header {
    position: absolute;
    width: 100%;
    z-index: 1;
}
.navbar {
    background-color:transparent;
    border: 0 none;
    border-radius: 0px;
    font-size: 16px !important;
    font-weight: 600;
    height: 80px;
    letter-spacing: 2px;
    margin-bottom: 0;
    text-transform: uppercase;
    margin-top: 10px;
}
.navbar > .container .navbar-brand{
    color: #fff;
    font-family: "algerianregular";
    font-size: 30px;
    letter-spacing: 3px;
    line-height: 34px;
    font-weight: 400;
    margin-top: 23px;
    padding: 0px;
}
.navbar li{
    border-left: 1px solid #fff;
}
.navbar li:hover, .about-page .navbar li:hover, .navigation-bar2 .navbar li:hover{
    border-color: #ff0000;
}
.navbar li a{ 
    color: #fff !important;
    line-height: 20px;
    padding-bottom: 2px;
    padding-top: 2px;
}
.navbar-nav{
    padding: 28px 0;
}
.navbar-nav li a:hover, .navigation-bar2 .navbar li a:hover{
    color: #ff0000 !important;
    background-color: transparent !important;
}
.navbar-nav li.active, .navigation-bar2 .navbar-nav li.active{
    border-color: #ff0000;
}
.navbar-nav li.active a, .navigation-bar2 .navbar-nav li.active a{
    color: #ff0000 !important;
    background-color: transparent !important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover{
    background-color: transparent;
}
#Carousel1 .item h1{
    color: #fff;
    font-family: "algerianregular";
    font-size: 50px;
    letter-spacing: 8px;
    text-transform: uppercase;
}
#Carousel1 .carousel-caption {
    bottom: auto;
    color: #fff;
    position: absolute;
    right: auto;
    left:auto;
    width: 100%;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    top: 36%;
    z-index: 10;
}
#Carousel1 .carousel-indicators .active{
    background-color: #ff0000;
    border-color: #ff0000;
}
.carousel-indicators li{
    background-color: #fff;
}
.carousel-control {
    top:50%;
     opacity: 1;
}
.carousel-control.right, .carousel-control.left{
    background-image:none;
}
.block-heading > h1 {
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 3px;
    margin: 0;
    text-align: center;
    text-shadow: 3px 2px 2px rgb(160, 160, 160);
    text-transform: uppercase;
}
.block-heading > p, .client-block > p, .inner-page-heading > p{
    font-size: 14px;
    line-height: 24px;
    margin: 15px auto 75px;
    text-align: center;
    width: 58%;
    display: block;
    max-height: 4em;
    overflow: hidden;
    overflow-wrap: break-word;
    text-overflow: ellipsis;
}
.room-details-left h3 {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-top: 30px;
     max-width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}
.room-details-left h3:hover{
    color:#ff0000;
    cursor: pointer;
}
.room-details-left > p {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-transform: capitalize;
}
.room-image img:hover{
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.75);
}
.room-price > h1{
   font-size: 38px;
    font-weight: 600;
    letter-spacing: 0;
    text-align: right;
}
.room-details-left .btn-default {
    background-color: transparent;
    border-color: #000;
    border-radius: 0;
    color: #000;
    font-size: 12px;
    margin-top: 20px;
    padding: 10px 6px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    
}
.room-details-left .btn-default:hover, .room-details-left .btn-default.active.focus, .room-details-left .btn-default.active:focus, .room-details-left .btn-default.active:hover, .room-details-left .btn-default.focus:active, .room-details-left .btn-default:active:focus, .room-details-left .btn-default:active:hover, .resort-details .btn-default:hover, .resort-details .btn-default.active.focus, .resort-details .btn-default.active:focus, .resort-details .btn-default.active:hover, .resort-details .btn-default.focus:active, .resort-details .btn-default:active:focus, .resort-details .btn-default:active:hover, 
.event-details .btn-default:hover, .event-details .btn-default.active.focus, .event-details .btn-default.active:focus, .event-details .btn-default.active:hover, .event-details .btn-default.focus:active, .event-details .btn-default:active:focus, .event-details .btn-default:active:hover, .buttons .btn:hover, .buttons .btn:focus, .buttons .btn:active{
    background-color: #ff0000;
    border-color: #ff0000;
    color: #fff;
}
.service-images img{
    margin-left: auto;
    margin-right: auto;
}
.service-images h2 {
    color: #000;
    font-size: 20px;
    margin-top: 40px;
    letter-spacing: 2px;
    text-transform: uppercase;
     max-width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}
.bgBanner{
    background-image: url("../images/bgbanner.png");
    background-position: center center;
    background-size: cover;
    height: 296px;
    width: 100%;
}
.bgBanner2{
    background-image: url("../images/bgbanner2.png");
    background-position: center center;
    background-size: cover;
    height: auto;
    width: 100%;
    padding: 75px;
}
.about-bgBanner{
    background-image: url("../images/bgbanner.png");
    background-position: center center;
    background-size: cover;
    height: auto;
    width: 100%;
    padding: 75px;
}
.dinning-banner{
    background-image: url("../images/kolkata-call-girls-2.jpg");
    background-position: center center;
    background-size: cover;
    height: 400px;
    width: 100%;
}
.package-details {
    padding: 54px 0 54px 85px;
}
.package-details > h1 {
    color: #fff;
    font-size: 30px;
    letter-spacing: 4px;
    line-height: 30px;
    text-transform: uppercase;
}
.package-details > h4 {
    color: #fff;
    font-size: 17px;
    font-weight: 300;
    letter-spacing: 2px;
    line-height: 20px;
    margin: 25px 0 40px;
}
.package-details .btn-default {
    background-color: transparent;
    border-color: #fff;
    border-radius: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 3px;
    padding: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.package-details .btn-default:hover{
    background-color: #ff0000;
    border-color: #ff0000;
}
.resort-details > h3{
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-top: 0px;
    text-transform: uppercase;
    max-width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.resort-details > h3:hover{
    color:#ff0000;
}
.resort-details > p {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1.2px;
    line-height: 20px;
}
.resort-details .btn-default, .event-details .btn-default{
    background-color: transparent;
    border-color: #000;
    border-radius: 0;
    color: #000;
    font-size: 12px;
    margin-top: 5px;
    padding: 10px 6px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
}
.counter-value > h1 {
    color: #fff;
    font-size: 50px;
    margin-top: 10px;
    letter-spacing: 0px;
}
.counter-value > h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 2px;
    margin-top: 40px;
    text-transform: capitalize;
    max-width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-style: italic;
}
#Carousel2 .item{
    background-color: #202121;
    height: 656px;
    color:#fff;
}
#Carousel2 .carousel-caption{
    top:0;
}
#Carousel2 .client-image img{
    margin-left: auto;
    margin-right: auto;
}
#Carousel2 .carousel-indicators .active{
    background-color: #ff0000;
    border-color: #ff0000;
}
.client-block > h1 {
    font-size: 30px;
    letter-spacing: 3px;
    text-transform: uppercase;
}
.client-block > p {
    font-size: 14px;
    line-height: 28px;
    margin: 15px auto 50px;
    text-align: center;
    width: 62%;
    display: block;
    max-height: 4em;
    overflow: hidden;
    overflow-wrap: break-word;
    text-overflow: ellipsis;
}
.client-says > h3 {
    font-size: 18px;
    font-weight: 300;
    line-height: 32px;
}
#Carousel2 .carousel-caption {
    left: 9%;
    right: 9%;
}
.client-says > h4 {
    font-weight: 600;
    letter-spacing: 2px;
    margin-top: 44px;
    text-transform: uppercase;
}
.client-says > h5 {
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 3px;
    line-height: 20px;
    text-transform: capitalize;
}
.event-details {
    padding-left: 6px;
}
.event-details h5 a {
    margin-right: 15px;
    color:#000;
}
.event-details h5 a:hover, .event-details > h4:hover{
    color:#ff0000;
}
.event-details h5 a i{
    margin: 0 10px;
}
.event-details > h5 {
    font-size: 16px;
}
.event-details > h4 {
    font-size: 22px;
    letter-spacing: 2px;
    margin-bottom: 20px;
    margin-top: 15px;
    text-transform: uppercase;
    max-width: 378px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.event-details > p {
    font-size: 16px;
    line-height: 26px;
    margin: 25px 0;
}
footer{
    background-color: #202121;
    padding: 20px 0 0;
}
.footer-details > h2 {
    color: #fff;
    font-size: 24px;
    letter-spacing: 5px;
    margin-bottom: 50px;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 316px;
}
.map iframe{
    height: 275px;
    width:350px;
}
.contact-list{
    padding: 0;
}
.contact-list i{
    display: inline-block;
    float: left;
    font-size: 16px;
    font-weight: 400;
    margin-right: 15px;
    margin-top: 10px;
    color:#fff;
}
.contact-list li:hover i, .footer-social-icon > a:hover{
    color:#ff0000;
}
.contact-list li:hover a {
    color: #ff0000;
}
.contact-list p {
    overflow: hidden;
}
.contact-list a {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 30px;
}
.footer-social-icon{
    margin-top: 30px;
}
.footer-social-icon > a, .contact-social-icon li > a {
    border: 1px solid #fff;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    height: 30px;
    line-height: 29px;
    margin-right: 10px;
    text-align: center;
    width: 30px;
}
.contact-social-icon li{
    display: inline;
}
.contact-social-icon li > a{
    border: 1px solid #000;
    color: #000;
    display: inline-block;
}
.footer-social-icon > a:hover, .contact-social-icon li > a:hover{
    color:#ff0000;
    border-color: #ff0000;
}
.footer-page-link {
    background-color: #fff;
    margin-top: 40px;
}
.page-links li {
    display: inline;
}
.page-links{
    padding: 0;
    margin: 0;
    padding: 20px 0;
}
.page-links li a {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 2px;
    margin-right: 25px;
    text-transform: uppercase;
}
.page-links li a:hover, .page-links li.active a{
    color:#ff0000;
}
.copyright {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 3px;
    padding: 30px 0;
    text-align: center;
   
}
.copyright > a {
    color: #ff0000;
    font-size: 16px;
    
}
.copyright > a:hover{
    color:#fff;
}
.gallery-image a img{
    transition: all .2s ease-in-out;
}
.gallery-image a img:hover{
    transform: scale(1.1); 
}
.footer-images img{
    border:1px solid rgba(0,0,0,0);
}
.footer-images img:hover{
    border-color:#ff0000;
}
.back-to-top {
    background: #ff0000;
    border-top-left-radius: 15px;
    bottom: 31px;
    color: #fff !important;
    cursor: pointer;
    font-size: 17px;
    height: 40px;
    line-height: 39px;
    position: fixed;
    right: 5px;
    text-align: center;
    text-decoration: none;
    width: 40px;
    z-index: 9999;
    outline: none;
    bottom: 5px;
}
.back-to-top:hover{
    background: #000;
    color:#ff0000;
}

/*************about page**************/

.navigation-bar2 .navbar > .container .navbar-brand{
    color: #000;
    font-family: "algerianregular";
    font-size: 30px;
    letter-spacing: 3px;
    line-height: 34px;
    font-weight: 400;
}
.navigation-bar2 .navbar li{
    border-left: 1px solid #000;
}
.navigation-bar2 .navbar li a{ 
    color: #000 !important;
    line-height: 20px;
    padding-bottom: 2px;
    padding-top: 2px;
}
.about-page-block1, .rooms-page-block1, .gallery-page-block1, .event-page-block1, .dinning-page-block1, .contact-page-block1{
    margin-top:75px;
}
.inner-page-heading h1 {
    font-size: 44px;
    text-transform: uppercase;
    color: #ff0000;
    font-weight: 600;
    letter-spacing: 4px;
    line-height: 35px;
    margin-top: 0;
    margin-bottom: 22px;
}
.inner-page-heading > p{
    font-size: 16px;
    line-height: 30px;
    margin: 0 auto;
    text-align: center;
    width: 65%;
    display: block;
    max-height: 4em;
    overflow: hidden;
    overflow-wrap: break-word;
    text-overflow: ellipsis;
    color:#fff;
}
.city-details h1 {
    text-transform: uppercase;
    font-size: 28px;
    margin: 0 0 25px;
    max-width: 525px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.city-details p{
    font-size: 16px;
    text-align: justify;
    line-height: 26px;
    display: block;
    max-height: 18em;
    overflow: hidden;
    overflow-wrap: break-word;
    text-overflow: ellipsis;
}
/***********dinning page***********/
.dinning-details h5 {
    font-size: 22px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 3px;
    font-weight: 600;
    line-height: 40px;
}
.dinning-details ul{
    padding: 0;
    margin-top:30px;
}
.dinning-details{
    padding: 25px 0 25px 10px;
}
.dinning-details ul li:before{
    content: "\f054";
    color: #fff;
    font-size: 19px;
    font-family: FontAwesome;
    margin-right: 10px;
}
.dinning-details ul li a{
    color: #fff;
    font-size: 19px;
    text-transform: capitalize;
    font-style: italic;
    line-height: 55px;
    font-weight: 500;
    letter-spacing: 2px;
}
.dinning-details ul li a:hover{
    color:#ff0000;
}
.book-form input {
    height: 65px;
}
.book-form input, .book-form textArea, .book-form select{
    width: 100%;
    background: transparent;
    border: 1px solid #000;
    font-size: 14px;
    font-weight: 400;
    height: 45px;
    letter-spacing: 3px;
    margin: 0px 0 20px;
    padding-left: 10px;
    text-transform: uppercase;
    color:#000;
    border-radius: 4px;
}
#contactForm .form-control::-moz-placeholder {
    color: #000;
    font-weight: 400;
    opacity: 1;
}
#contactForm .form-control::-webkit-input-placeholder{
    color: #000;
    font-weight: 400;
    opacity: 1;
}
#contactForm .form-control:focus{
    color: #ff0000;
    border-color: #000;
}
.book-form textArea {
    height: auto;
    width: 100%;
    padding:10px; 
}
.form-group {
    margin-bottom: 0px;
}
.form-group select {
    -moz-appearance: none;
    -webkit-appearance: none;
    background-image: linear-gradient(45deg, transparent 60%, #000 50%), linear-gradient(135deg, #000 50%, transparent 50%), linear-gradient(to right, transparent, transparent);
    background-position: calc(100% - 19px) calc(1em + 2px), calc(100% - 14px) calc(1em + 2px), 100% 0;
    background-repeat: no-repeat;
    background-size: 5px 5px, 5px 5px, 2.5em 3.5em;
    border-radius: 4px;
    cursor: pointer;
}
.buttons .btn{
    background-color: transparent;
    border-color: #000;
    border-radius: 0;
    color: #000;
    font-size: 12px;
    margin-right: 10px;
    padding: 8px;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
}
.contact-details li{
    margin-bottom: 20px;
}
.contact-details i {
    float: left;
    font-size: 18px;
    font-weight: 500;
    margin-right: 20px;
    margin-top: 5px;
    width: 20px;
    color:#000;
}
.contact-details p {
    overflow: hidden;
}
.contact-details a{
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 2px;
}
.contact-details a:hover{
    color:#ff0000;
}


#instafeed .likes {
           background: rgba(255,0,0, 0.8) none repeat scroll 0 0;
            color: #ffffff;
            display: flex;
            flex-direction: column;
            font-family: sans-serif;
            font-size: 1em;
            height: 100%;
            justify-content: center;
            left: 0;
            opacity: 0;
            position: absolute;
            right: 0;
            text-align: center;
            text-shadow: 0 1px rgba(0, 0, 0, 0.5);
            top: 0;
            transition: opacity 100ms ease 0s;
            width: 100%;
        }
        #instafeed a img{
            max-width: 100%;
        }

        #instafeed a:hover .likes {
          opacity:1;
        }
        .footer-block .image img{
            /*max-width: 64%;*/
        }
        .animated.flipInX {
         display: block;
         /*float: left;*/
         position: relative;
}
        .mb-15 {
         margin-bottom: 15px;
        }