html {
  height: 100%;
  box-sizing: border-box;
}
body {
  background-color: #fff;
  counter-reset: section;
  font-size: 16px;
  line-height: 17px;
  font-family: 'Raleway', sans-serif;
  margin: 0;
  min-height: 100%;
  position: relative;
}
ul, ol, h1, h2, h3, h4, h5, h6 {
  outline: none !important;
  margin: 0;
  padding: 0;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%;
}
iframe {
  max-width: 100%;
}
a:hover, a:focus {
  outline: none;
  text-decoration: none;
}
.clear {
  clear: both;
}
.b{border: 1px solid red;}

/* Scroll to top
---------------------------------- */
.scrollToTop {
  color: #ff401b;
  position: fixed;
  bottom: 5px;
  right: 5px;
  width: 50px;
  height: 50px;
  text-align: center;
  cursor: pointer;
  z-index: 1005;
  display: none;
  /*transform: rotate(30deg);*/
}
.scrollToTop i {
  line-height: 50px;
  font-size: 45px;
}
.scrollToTop i  {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
.scrollToTop i  {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}

/*common css*/
.custom-container {
    max-width: 1200px;
    width: 100%;
}

h1, h2, h3, h4, h5, h6 {
   font-family: 'Oswald', sans-serif;
    color: #222222;
}
p{
    margin: 0;
    font-size: 15px;
    line-height: 28px;
    font-weight: 400;
    color: #5a5956;
    font-family: "Open Sans", sans-serif;
  }
.main-col-bg{background-color: #ff401b;}
.main-col{color: #ff401b;}
.icon-col{color: #39345a;}
.dark-gray{color: #222222;}
.pt-6{padding-top: 6rem !important;}
.pb-6{padding-bottom: 6rem !important;}
/*common css end*/

/*Header css start*/
header{z-index: 9999;position: relative;background: rgba(0,0,0,.2);}
.top-head {
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    clear: both;
    overflow: hidden;
}
.social_icon{}
.social_icon ul{}
.social_icon ul li{
    display: inline-block;
}
.social_icon ul li a{
    padding: 0 16px;
}
.social_icon_team ul li a {
    padding: 0 16px 0 0px;
}
.social_icon ul li a i,.social_icon ul li span{color: #777777;}
.social_icon ul li a:hover i{color: #ff401b;}
.e-mail {
    padding-top: 18px;
}
.email-icon{
    display: table-cell;
    vertical-align: middle;
}
.email-icon:hover i{
   color: #ff401b ; 
  cursor:pointer;
}
.email-content:hover span{transition: all 1s linear;color: #fff;}
.email-icon i {
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
}
.email-content{
    display: table-cell;
    padding-left: 22px;
    vertical-align: middle;
    padding-top: 10px;
}
.email-content p,.text-phone p{
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  line-height: 10px;
  color: #fff;
}
.email-content span{
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #fff !important;
}
.logo {
    padding: 10px 0;
}
.logo img {
    width: 165px;
}
ul.top-head-detail{float: right;}
ul.top-head-detail li{list-style: none;display: inline-block;padding: 0 16px;}
.header-phone {
}
.header-phone .icon, .header-phone .text-phone {
    display: table-cell;
    vertical-align: middle;
}
.header-phone .icon {
    width: 70px;
    position: relative;
}
.header-phone .text-phone{padding-left: 0px;}
.header-phone .icon:before {
    content: "\f0da";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #ff401b;
    font-size: 30px;
    position: absolute;
    top: 10px;
    right: 24px;
}
.header-phone .icon i{transform: rotate(-30deg);}
.header-phone .icon i:before {
    width: 40px;
    height: 40px;
    background: #ff401b;
    text-align: center;
    border-radius: 50%;
    color: #ffffff;
    font-size: 20px;
    line-height: 40px;
    display: block;
}
.header-phone .text-phone span{
    padding-left: 5px;
     font-family: 'Poppins', sans-serif;
    
}
.text-phone:hover h3{color: #222; transition: all 1s ease-in;}
/*Header css end*/

/*Navbar Start*/
.navbar-brand{display: none;}
.navbar {
    padding: 0;
    margin-bottom: -147px;
    background-color: transparent;
}
.navbar .navbar-nav .nav-link {
    color: #fff;
    padding: 17px 27px;
    font-size: 14px;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
}
/*.dropdown-menu .dropdown-item {
  padding: 17px 16px;
  font-size: 15px;
}*/
.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
    color: #fff;
}
.dropdown-menu {
  display: block;
  visibility: hidden; /* hides sub-menu */
  opacity: 0;
  min-width: 175px;
  padding: 0;
  margin-top: 0;
  background-color: #000;
  border: none;
  z-index: 9999 !important;
  border-radius: 0;
  -webkit-transform: translateY(-2em);
  -moz-transform: translateY(-2em);
  -o-transform: translateY(-2em);
  -ms-transform: translateY(-2em);
  transform: translateY(-2em);
  z-index: -1;
  -webkit-transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
  -moz-transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
  -o-transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
  -ms-transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}
.dropdown:hover .dropdown-menu {
  visibility: visible; /* shows sub-menu */
  opacity: 1;
  z-index: 999;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -o-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition-delay: 0s, 0s, 0.3s;
  -moz-transition-delay: 0s, 0s, 0.3s;
  -o-transition-delay: 0s, 0s, 0.3s;
  -ms-transition-delay: 0s, 0s, 0.3s;
  transition-delay: 0s, 0s, 0.3s; /* this removes the transition delay so the menu will be visible while the other styles transition */
}
.dropdown-menu .dropdown-submenu {
  display: block;
  visibility: hidden; /* hides sub-menu */
  opacity: 0;
  position: absolute;
  top: 0px;
  left: 100%;
  min-width: 200px;
  background-color: #650104;
  -webkit-transform: translateX(-2em);
  -moz-transform: translateX(-2em);
  -o-transform: translateX(-2em);
  -ms-transform: translateX(-2em);
  transform: translateX(-2em);
  z-index: -1;
  -webkit-transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
  -moz-transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
  -o-transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
  -ms-transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}
.dropdown-menu .sub-drop {
  position: relative;
}
.dropdown-menu .sub-drop a {
  position: relative;
}
.dropdown-menu .sub-drop .dropdown-toggle:after {
  content: "\f105";
  font-family: 'Font Awesome 5 Free';
  right: 10px;
  font-weight: 900;
  position: absolute;
}
.dropdown-menu .sub-drop:hover .dropdown-submenu {
  visibility: visible; /* shows sub-menu */
  opacity: 1;
  z-index: 1;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -o-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition-delay: 0s, 0s, 0.3s;
  -moz-transition-delay: 0s, 0s, 0.3s;
  -o-transition-delay: 0s, 0s, 0.3s;
  -ms-transition-delay: 0s, 0s, 0.3s;
  transition-delay: 0s, 0s, 0.3s; /* this removes the transition delay so the menu will be visible while the other styles transition */
}
.dropdown-menu .dropdown {
  position: relative;
}
.dropdown-menu .dropdown-submenu li {
  display: block;
  list-style: none;
}
.dropdown-item {
  color: #fff;
  padding: 8px 18px;
}
.dropdown-toggle::after {
  content: "\f107";
  font-family: 'Font Awesome 5 Free';
  border: none;
  font-weight: 900;
  vertical-align: top;
  margin-left: 6px;
}
.dropdown-item.active, .dropdown-item:active, .dropdown-item:hover, .navbar .navbar-nav .nav-link:hover, .navbar .navbar-nav .nav-item.active .nav-link {
  background-color: #ff401b;
  color: #fff !important;
}

.navbar li.nav-item {
    position: relative;
    /* line-height: 20px; */
}

/*header css end */
.bg-black {
    /*background-color: #ff401b !important;*/
    position: relative;
    z-index: 1;
}
.bg-light{background:transparent !important;}

.sticky {
    color: #ff401b;
    position: fixed !important;
    width: 100% !important;
    left: 0 !important;
    top: 0 !important;
    z-index: 9999 !important;
    border-top: 0 !important;
    background-image: none !important;
    border-top: 0 !important;
    background: #222;
    min-height: 61px !important;
    -webkit-box-shadow: 0px 3px 10px -1px rgba(0,0,0,0.23);
    -moz-box-shadow: 0px 3px 10px -1px rgba(0,0,0,0.23);
    box-shadow: 0px 7px 10px 4px rgba(0,0,0,0.3);
}
.sticky .navbar-light .navbar-nav .nav-link {
    color: #fff !important;
}
.w3-animate-top{position:relative;animation:animatetop 0.4s}
@keyframes animatetop{from{top:-300px;opacity:0} to{top:0;opacity:1}}

.modal{top:135px;}
.btn-primary{background-color: #ff401b;
    background-image: none;
    border-color: #ff401b;
    border-radius: 0;
  }
.btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
    background-color: #ff401b;
    background-image: none;
    border-color: #ff401b;
}
.book-btn{margin-left: 188px;}
.book-btn:hover {
    color: #fff;
    background-color: #222;
    border-color: #222;
}
/*Welcome section css starts*/
.container-fluid{padding: 0; overflow: hidden;}
.welcome-section{padding: 66px 0;background-image: url(../img/about-background.jpg);background-size: cover;}
/*Welcome section css End*/

/* title-brisha starts*/
.brisha-title{}
.title-brisha h1{color: #000; font-family: 'Raleway', sans-serif;}
.title-brisha-white{padding-top: 70px;}
.title-brisha-white  h1{color: #fff; z-index: 9;}
.title-brisha span{color: #ff401b;}
.title-brisha img{margin: 0 auto; width: 150px;}
.brisha-title .title-brisha h1 {
    display: block;
    position: relative;
    font-size: 35px;
    padding-bottom: 22px;
    margin-bottom: -8px;
    text-transform: uppercase;
    font-weight: 600;
}
.title-brisha:hover h1{color: #ff401b;cursor: pointer;}
.title-brisha:hover span{color: #222; cursor: pointer;}
.title-brisha-white:hover span{color: #fff; cursor: pointer;}
.innerbrisha-title-brisha .title-brisha-inner h1 {
    font-size: 30px;
    padding-bottom: 50px;
}
.brisha-title span.divider {
    height: 3px;
    width: 208px;
    margin: 0 0 15px;
    border-bottom: 2px solid #222;
    position: relative;
    display: inline-block;
}
.brisha-title span.divider:before {
    width: 103px;
    height: 2px;
    margin-left: 17px;
    content: "";
    display: block;
    background: #EF2D36;
    margin: 5px auto;
}
.brisha-title-white span.divider {
    border-bottom: 2px solid #fff;
    z-index: 1;
}
.brisha-title-white span.divider:before {
    background: #f6f6f6;
}
.innerbrisha-title-brisha .title-brisha-inner h1:before,  .title-brisha-inner h1:after {background: transparent;}
/*Resort title-brisha ends*/


/* About css
============================================================================================ */
.about-desc{}
.about-desc h5{
  font-family: 'Playfair Display', serif;
  color: #4c4b46;
  font-weight: 400;
  font-size: 32px;
  padding-bottom: 20px;
 }
.about-desc span{
 }
.elementor-drop-cap{    margin-right: 10px;float: left;
    text-align: center;
    line-height: 1;
    font-size: 50px;}
 .elementor-drop-cap-letter {display: inline-block; float: left;
    font-size: 60px;}
.about-desc p{
    padding-top: 15px;
    padding-right: 30px;
    font-weight: 500;
    font-size: 18px;
    line-height: 37px;font-family: 'Playfair Display', serif;
}
.about-img {
    /* border: 1px double #f9f9f9; */
    padding: 3px;
}
.about-img img{border-radius: 27px 34px 27px 30px;}
span.pop {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    line-height: 29px;
    margin-bottom: 33px;
    display: inline-block;
}
/* About css
============================================================================================ */


/* Brisha Button css
============================================================================================ */
.pb-40{padding-bottom: 31px;}
.btn-brisha{padding-top: 20px;}
.btn-room-brisha{
    padding: 86px 0 50px;
}
.custom-btn {
  /*font-family: 'Raleway' sans-serif;*/
  font-size: 15px;
  border: 1px #ff401b solid;
  padding: 14px 20px;
  color: #ff401b;
  position: relative;
  -webkit-transition: all ease-in-out .5s;
  transition: all ease-in-out .5s;
  background: transparent;
  outline: 0;
}
.custom-btn-room{padding: 8px 20px;}
.custom-btn.custom-btn-light {
    border: 1px #fff solid;
    padding: 15px 30px;
}
.custom-btn.custom-btn-light:hover {
    background: #ff401b;
}
.custom-btn.custom-btn-light>i {
    background: #fff!important;
}
.custom-btn.custom-btn-light:hover span, 
.custom-btn.custom-btn-light:hover span i {
    color: #fff !important;
}
.custom-btn.custom-btn-light span{color:#fff;}
.custom-btn i.top-border {
    position: absolute;
    width: calc(100% - 10px);
    height: .7px;
    background: #ff401b;
    left: 5px;
    top: -4px;
    -webkit-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
}
.custom-btn i.left-border {
    position: absolute;
    height: calc(100% - 10px);
    width: 1px;
    background: #ff401b;
    left: -4px;
    top: 5px;
    -webkit-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
}
.custom-btn>span {
    font-weight: 400;
    color: #ff401b;
    -webkit-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
}
.custom-btn i.right-border {
    position: absolute;
    height: calc(100% - 10px);
    width: 1px;
    background: #ff401b;
    right: -4px;
    top: 5px;
    -webkit-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
}
.custom-btn i.bottom-border {
    position: absolute;
    width: calc(100% - 10px);
    height: 1px;
    background: #ff401b;
    left: 5px;
    bottom: -4px;
    -webkit-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
}
.custom-btn:hover {
    background: #ff401b;

}
.custom-btn:hover span{color: #fff;}
.custom-btn:hover i.top-border {
    width: calc(100% + 8px);
    left: -4px;
}
.custom-btn:hover i.left-border {
    height: calc(100% + 8px);
    top: -4px;
}
.custom-btn:hover i.right-border {
    height: calc(100% + 8px);
    top: -4px;
}
.custom-btn:hover i.bottom-border {
    width: calc(100% + 8px);
    left: -4px;
}
/* Brisha Button css
============================================================================================ */

/* Room Section css
============================================================================================ */
.room-section{padding: 70px 0 32px;background-color: #f6f6f6;margin-top: 54px;}

.room_item {
    background: #fff;
}
.room_item .room_image {
    position: relative;
    display: block;
}
.room_item .room_image:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}
.room_item .room_image:hover:before {
    opacity: 1;
}
.room_item .room_image img {
    max-width: 100%;
}
.room_item .room_text {
    overflow: hidden;
    padding: 35px 35px 35px 35px;
    -webkit-box-shadow: 0px 3px 35px 0px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 3px 35px 0px rgba(0, 0, 0, 0.09);
}
.room_item .room_text h4 {
    font-size: 20px;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    letter-spacing: .60px;
    color: #ff401b;
    text-transform: uppercase;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}
.room_item .room_text h4:hover {
    color: #222;
}
.room_item .room_text ul {
    padding-top: 15px;
    padding-bottom: 25px;
    position: relative;
    margin-bottom: 22px;
}
.room_item .room_text ul:before {
    content: "";
    background: #eeeeee;
    height: 2px;
    width: 53px;
    position: absolute;
    left: 0px;
    bottom: 0px;
}
.room_item .room_image:hover:before {
    opacity: 1;
}
.room_item .room_text ul li {
    display: inline-block;
}
.room_item .room_text ul li a {
    color: #898989;
    font-family: "Open Sans", sans-serif;
    letter-spacing: .30px;
    font-size: 15px;
}
.room_item .room_text .room_price .float-left h3 {
    font-size: 20px;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    color: #242424;
    letter-spacing: .60px;
    padding-top: 10px;
}
.room_item .room_text .room_price .float-left h3 span {
    color: #a0a0a0;
    font-size: 14px;
}
/* Room Section css
============================================================================================ */

/* Service Area css
============================================================================================ */
.our_service_area{
    background: url(../img/service-bg.jpg) no-repeat fixed center center;
    background-size: cover;
    position: relative;
    z-index: 2;
    padding: 0;
    padding: 0 0 64px 0;
}
.our_service_area:before {
    content: "";
    background: rgba(40, 38, 42, 0.94);
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    /*z-index: 1;*/
}

    .service-icon i{font-size: 40px;}
.hvr-overline-from-left {
  display: block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}
.hvr-overline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  top: 0;
  background: #ff401b;
  height: 4px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-overline-from-left:hover:before, 
.hvr-overline-from-left:focus:before, 
.hvr-overline-from-left:active:before {
  right: 0;
}
.service{
  background-color: #fff;
  border-top: 3px solid #ff401b;
  padding: 37px 0 15px;
  margin-bottom: 8px;
  height: 160px;
}
.service:hover{background:rgba(255,255,255,.9); color: #000; cursor: pointer;}
.service-icon{display: block;/* vertical-align: middle; */text-align: center;}
.service-sec .owl-carousel .owl-item img,.service-sec-all img{margin:0 auto;width: auto;}
.ser-desc{
 display: block;
 /* vertical-align: middle; */
 text-align: center;
}
.ser-desc h6 {
    margin-left: 12px;
    padding-top: 10px;
}
.ser-desc span {
    display: block;
    margin-left: 12px;
}
.all-services{background-color: #f6f6f6;}
/* End Service Area css
============================================================================================ */
/*GALLERY start*/
.gallery-section{    background-color: #f8f8f8;
    padding: 16px 0;
    margin-top: 63px;
}
.masonry-grid .blogpost {
  margin-left: 4px;
  margin-bottom: 4px;
}
article.blogpost .overlay-container {
  display: block;
  overflow: hidden;
  position: relative;
}
.overlay-container img {
    width: 100%;
}
article .overlay {
  background-color: rgba(0, 0, 0, 0.75);
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all 0.2s ease-in-out 0s;
  visibility: hidden;
  width: 100%;
}
article .overlay-links a {
  background-color: transparent;
  color: #fff;
  display: block;
  font-size: 23px;
  height: 50px;
  left: 50%;
  line-height: 50px;
  margin-left: -25px;
  margin-top: -25px;
  position: absolute;
  text-align: center;
  top: 50%;
  vertical-align: middle;
  width: 50px;
}
article.blogpost:hover .overlay {
  opacity: 1;
  visibility: visible;
}
/*GALLERY end*/
/*booking-form start*/
.modal-header{background-color: #ff401b;}
.booking-form {
    margin: 0 auto;
    padding: 0px;
    top: 20%;
    z-index: 91;
    background-color: rgba(255, 255, 255, .29);
    border: 4px solid #f6f6f6;
}
.booking-form h1{
  background-color: #fff;
   font-size: 27px;
   font-weight: 600; 
   text-transform: capitalize;
   padding: 12px 0;
 }
  .booking-form h1 i {
    font-size: 20px;
    padding-right: 12px;
    vertical-align: top;
    margin-top: 5px;
}
.booking-form .book-title-brisha {
  background-color: rgb(64, 0, 0);
  color: #fff;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  float: left;
  height: 80px;
  justify-content: center;
  padding: 20px 34px;
  width: 20%;
}
.booking-form .book-title-brisha h2 {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 0;
  text-transform: uppercase;
}
.booking-form .book-title-brisha p {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 22px;
}
.booking-form form {
  
padding: 20px 30px;
}
.booking-form form .form-group {
  display: inline-block;
  margin-bottom: 10px;
  position: relative;
  vertical-align: middle;
  padding: 2px;
}
.booking-form form .form-group .form-control {
  font-size: 14px;
  font-weight: 500;
  font-family: 'Raleway', sans-serif;
  background: #fff;
  border-radius: 0;
  box-shadow: none;
  height: 41px;
  color: #b3b3b3;
  padding: 10px 26px 10px 10px;
  width: 100%;
  -webkit-appearance: none;
}
.booking-form form .form-group input::placeholder,
select option, input[type="email"]::placeholder,
input[type="date"]::placeholder,
input[type="text"]::placeholder
{
  color: #b3b3b3;
}

.booking-form form .form-group i {
    /* background-color: #213a72; */
    color: #b3b3b3;
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 29px;
    width: 40px;
    z-index: 9;
}

.booking-form form .form-group .form-control::-moz-placeholder {
 color: #fff;
}

.btn-booking{position: absolute;bottom: -91px;left: 40%;}
.booking-form form .btn {
    background-color: #ff401b;
    color: #fff;
    border-color: transparent;
    border-radius: 0;
    display: block;
    /* height: 37px; */
    text-transform: uppercase;
    vertical-align: middle;
    padding: 11px 25px;
    font-size: 20px;
    font-weight: 500;
    transition: all 1s;
    width: 100%;
    margin-bottom: 0px;
    margin-top: 15px;
}
.booking-form form .btn:hover {
    background: transparent;
    border: 1px solid #ff401b;
    color: #ff401b;
}

.bookingForm {
  border: 1px solid #ccc;
  padding: 20px;
}
.bookingForm h4 {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    float: left;
    color: #000;
}


.bookingForm .form-group .form-control {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}
.bookingForm .input-wrap {
  margin-right: 0;
}
.bookingForm .form-check {
  margin-top: 15px;
  margin-left: 0;
}
.btn-primary:focus, .btn-primary.focus {
    box-shadow: none;
}
.booking-form select {
 -moz-appearance: none;
 -webkit-appearance: none;
 appearance: none;
 /*background: transparent url('example.png') no-repeat right center;*/
 padding: 2px 30px 2px 2px;
 border: 1px solid rgba(0, 0, 0, 0.15);
 color: #fff;
 font-size: 16px;
}
.modal-title-brisha{color: #fff; font-family: 'Poppins',sans-serif;}
.modal-title-brisha i{color: #fff; padding-right: 10px;}
.close {
    font-size: 45px;
    padding: 0;
    line-height: 0;
    color: #fff;
    opacity: 1;
}
.close:focus, .close:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    opacity: .75;
}
/*booking-form end*/




/*Banner*/
.carousel-item {
    /*position: relative;*/
    width: 100%;
    height: 100%;
    /*background-color: rgba(0,0,0,0.5);*/
    background-size: cover;
}
 .carousel-item img{
  /*filter: brightness(0.5);*/
  /*-webkit-filter: brightness(0.5);*/
  /*-moz-filter: brightness(0.5);*/
  /*-o-filter: brightness(0.5);*/
  /*-ms-filter: brightness(0.5);*/
  height: 756px;
}
.carousel-banner .carousel-item img{height: 451px;}
/*.carousel-customers .carousel-inner {
    margin-top: 38px;
    background-color: #f9f9f9;
}
.carousel-customers .carousel-item img {
    height: 273px;
    width: 500px !important;
    margin: 0 auto;
}
.carousel-customers .carousel-control-prev{top: 42%;
    left: 315px;}
.carousel-customers .carousel-control-next{top: 42%;
    right: 316px;}*/

        
.carousel-fade .carousel-item {
 opacity: 0;
 transition-duration: .6s;
 transition-property: opacity;
}

.carousel-fade  .carousel-item.active,
.carousel-fade  .carousel-item-next.carousel-item-left,
.carousel-fade  .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-right {
 opacity: 0;
}

.carousel-fade  .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-prev {
 transform: translateX(0);
 transform: translate3d(0, 0, 0);
}
.bg-banner-text{}
.carousel-caption {
    top: 41%;
    width: 84%;
    height: 240px;
    left: -41px;
    padding: 0 18rem 0 9rem;
    text-align: left;
}
  .carousel-caption h1{
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 61px;
    line-height: 75px;
    padding-bottom: 20px;
  }
  .carousel-caption p {
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    line-height: 32px;
    font-weight: 600;
    padding-top: 20px;
    /*background-color: rgba(0,0,0,.3);*/
    padding: 0 70px 0 0;
}
  .carousel-caption .main-btn {
    margin: 0 11rem;
    float: left;
}
  .carousel-control-next img,.carousel-control-prev img{width: 20%;}
.carousel-control-next {
    width: 50px;
    height: 50px;
    background-color: #000;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    font-size: 35px;
    z-index: 9;
    position: absolute;
    top: 50%;
    right: 26px;
}
.carousel-control-prev {
    width: 50px;
    height: 50px;
    background-color: #000;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    font-size: 35px;
    z-index: 9;
    position: absolute;
    top: 50%;
    left: 26px;
}
.treck-sec{
    background-image: url(../img/stunning-bg.jpg);
    background-size: cover;
    background-position: center center;
    height: 485px;
    overflow: hidden;
    transform: translate(0px, -31.14px);
    margin-top: 81px;}
.trekking-holiday{padding: 81px 80px;}
.trekking-holiday h1{
    color: #fff;
    padding: 20px 0;
}
.trekking-holiday p{
    color: #fff;
    padding-bottom: 36px;
}
.trekking-holiday a{
    background-color: #fff;
    padding: 15px 37px;
    font-family: 'poppins',sans-serif;
    color: #ff401b;
    font-size: 16px;
    border-radius: 30px;
}
.trekking-holiday:hover a{background-color: #ff401b;color: #fff;}
/*holiday end*/
/*TESTIMONIAL*/
.testimonial-bg {
    background: url(../img/testi-bg.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-bottom: 0px;
    padding-bottom: 10px;
    margin-top: 0px;
}
.testimonial-bg:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.testimonial {
     background: rgba(255,255,255,.2);
     padding: 40px 43px;
     color: #fff;
     max-width: 84%;
     margin: 20px auto;
     /* text-align:  center; */
     /*box-shadow: 0px 0px 1px 0px rgba(255, 255, 255, 0.75);*/
}

.testimonials-section:before {
    width: 50px;
    height: 50px;
    pointer-events: none;
    position: absolute;
    content: '';
    bottom: 0;
    right: 0;
    background: white;
    background: linear-gradient(315deg, #dcad37 45%, #c49417 50%, #bd8e12 56%, #ab8117 80%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: width, height;
    transition-property: width, height;
}
.client-info{
    width: 49%;
    margin: 0 auto;
    /*border: 1px solid red;*/
    display: block;
    text-align: center;
    }    
.circle-img {
  /* float: left; */
  display: inline-block;
  vertical-align:  middle;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  margin: 12px auto;
  -webkit-box-shadow: -2px 2px 1px -1px rgba(0, 0, 0, 0.46);
  -moz-box-shadow: -2px 2px 1px -1px rgba(0, 0, 0, 0.46);
  -o-box-shadow: -2px 2px 1px -1px rgba(0, 0, 0, 0.46);
  -ms-box-shadow: -2px 2px 1px -1px rgba(0, 0, 0, 0.46);
  box-shadow: -2px 2px 1px -1px rgba(0, 0, 0, 0.46);
  line-height:  100px;
}
.testimonial p {
  color: #fff;
  font-size: 14px;
  line-height: 27px;
  position: relative;
  letter-spacing: 1px;
  text-align: center;
  font-weight: 300;
  padding: 0px 7px;
}
.testimonial p:before {
    content: "\f10d";
    font-family: 'Font Awesome 5 free';
    font-weight: 900;
    margin: 0 10px 0 0;
    font-size: 38px;
    color: #fff;
    position: absolute;
    top: -2px;
    left: -37px;
}

.testi-user {
    display: inline-block;
    vertical-align: middle;
    padding-left: 15px;
    /* float: left; */
    padding-top: 9px;
}
.testi-user h6{color: #fff; font-family: 'Poppins',sans-serif}
.testi-user span{color: #fff;}
.testi-dots .owl-dots {
  max-width: 900px;
  margin: 10px auto 0 auto;
  display: block;
  text-align: center;
  padding-bottom: 60px;
}
.testi-dots .owl-dots .owl-dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #e6e4e4;
  margin: 0 4px;
}
.testi-dots .owl-dots .owl-dot.active {
  background-color: #333;
}
.testi-dots .owl-nav { display: none;}
.bookin-partner{}
.bookin-partner img {
    height: 100px;
    width: auto;
    margin: 0 auto;
}
/*footer start*/
  footer {
    background-color: #212121;
    /*background-image: url(../img/bg-footer.jpg);*/
    padding-top: 60px;
    padding-bottom: 0;
    margin-top: 64px;
}
.logo-footer img {
    width: auto;
    height: 80px;
}
 .footer-contact {
    padding-bottom: 52px;
    margin-bottom: 55px;
    border-bottom: 4px solid #fff;
}
.contact{margin-bottom: 0; padding-bottom: 0;}
.footer-contact i {
    font-size: 24px;
    color: #ff401b;
    float: left;
}
i.rotate{transform: rotate(-30deg);}
.footer-contact h4 {
    font-size: 16px;
    color: #ff401b;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 0;
    font-weight: 600;
    font-family: 'Raleway', serif;
}

.footer-contact h4,  .footer-contact p {
    margin-left: 40px;
}

.footer-contact p {
    font-size: 15px;
    /*font-weight: 500;*/
    color: #fff;
    font-family: 'poppins', sans-serif;
}
.contact h4{color: #222;}
.contact p{color: #9e9e9e;
font-weight: 300;}
.side-textwidget{padding-bottom: 20px;
    border-bottom: 1px solid #f7f7f7;
    margin-right: 40px;
    margin-bottom: 30px;}
    /*Main title */
 .main-title {
    padding-bottom: 40px;
}
.main-title {
    position: relative;
    display: block;
    padding-bottom: 63px;
}
.pb-43{padding-bottom: 43px;}
.main-title .title {
    position: relative;
    display: block;
}
.main-title .title h3 {
    position: relative;
    display: inline-block;
    padding-bottom: 12px;
    color: #222222;
    font-size: 32px;
    line-height: 36px;
    font-weight: 600;
    /*text-transform: capitalize;*/
    font-family: 'Poppins', sans-serif;
    z-index: 1;
    word-spacing: 6px;
}
.main-title.center .title h3:after {
    left: 0;
    right: 0;
    margin: 0 auto;
}
.about-inner .main-title .title h3:after {background-color: #222;}
.main-title .title-white h3{
  color: #fff;
  padding-bottom: 12px;
}

.footer-sidebars .main-title .title h3{font-size: 20px;
  text-transform: uppercase;
  font-weight: 500;
  }
.footer-sidebars  .main-title{padding-bottom: 6px;}
.footer-about p{color: #fff;}
.footer-about a{color: #ff401b;}
.single-footer-widget .solutions-links {
    position: relative;
    display: block;
}
 .solutions-links li {
    line-height: 25px;
    margin-bottom: 10px;
    list-style: none;
}
 .solutions-links li a {
    position: relative;
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    transition: all 500ms ease;
    border-bottom: 1px dotted;
    padding: 3px 30px 8px;
}
 .solutions-links li a:hover {
    padding-left: 25px;
    color: #ff401b;
}
 .solutions-links li a:hover:before {
    left: 5px;
    color: #ff401b;
}
 .solutions-links li a:before {
    position: absolute;
    top: 1px;
    left: 0;
    content: "\f101";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #c8c8c8;
    font-size: 16px;
    transition: all 0.3s ease-in-out 0.1s;
}
.footer-copyright{background-color: #191818;}
.footer-copyright p {
    padding: 10px 0;
    color: #fff;
    font-size: 14px;
}
span.me{
  color: #ffb606; font-size: 16px; font-family:poppins; font-weight: 500;
}
a.foot-more-rd {
    display: block;
    padding-top: 23px;
    font-size: 16px;
    font-weight: bold;
}
a.foot-more-rd:hover{cursor: pointer;color: #fff;}
/*footer end*/

/*Breadcrumb starts*/
.banner_area {
    background: url(../img/blog-banner-bg.jpg) no-repeat scroll center center;
    background-size: cover;
    position: relative;
    z-index: 2;
}
.banner_area:before {
    content: "";
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.banner_inner_content {
    position: relative;
    padding: 241px 0px 111px 0px;
}
.banner_inner_content h3 {
    font-size: 48px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    color: #fff;
    padding-bottom: 10px;
}
.banner_inner_content ul li {
    display: inline-block;
}
.banner_inner_content ul li:last-child a {
    padding-right: 0px;
}
.banner_inner_content ul li a {
    font-size: 13px;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    letter-spacing: .39px;
    text-transform: uppercase;
    color: #fff;
    padding-right: 25px;
    position: relative;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}
.banner_inner_content ul li a:before {
    content: "\f105";
    position: absolute;
    left: -16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}
.banner_inner_content ul li:first-child a:before{content: '';  }
.banner_inner_content ul li:hover a, .banner_inner_content ul li.active a {
    color: #ffb606;
}
/*Breadcrumb Ends*/
.introduction_area.resort_story_area {
    padding: 100px 0px;
}
.intro-img img {
    border-radius: 0;
    width: auto;
}
.intro-desc{    padding-right: 98px;}
.intro-desc h6{font-size: 16px;
    color: #242424;
    font-family: "Open Sans", sans-serif;
    font-style: italic;
    letter-spacing: .48px;
    padding-top: 45px;
    padding-bottom: 30px;
}
.intro-desc p {
    font-size: 18px;
    line-height: 26px;
    font-family: "Raleway", sans-serif;
    letter-spacing: .225px;
    padding-bottom: 30px;
}
.intro-desc h4{font-size: 18px;
    color: #363636;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    /*padding-bottom: 20px;*/
    letter-spacing: .54px;}
.resort_title {
    padding-bottom: 15px;
    position: relative;
}
.resort_title:before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 70px;
    height: 1px;
    background: #000000;
}
.resort_title h2 {
    font-size: 32px;
    font-weight: bold;
    font-family: "Montserrat", sans-serif;
    letter-spacing: .96px;
    text-transform: uppercase;
    color: #242424;
    padding-bottom: 10px;
}
.resort_title h5 {
    font-size: 14px;
    color: #a0a0a0;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    letter-spacing: .42px;
    text-transform: uppercase;
}

/* Choose Resot Area css
============================================================================================ */
.choose_resot_area{
    background: #f6f6f6;
    padding: 100px 0px;
        margin-bottom: 62px;
}
.center_title {
    padding-bottom: 60px;
    text-align: center;
}
.center_title h2 {
    font-size: 32px;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    color: #242424;
    letter-spacing: .96px;
    position: relative;
    padding-bottom: 10px;
}
.center_title p {
    font-size: 16px;
    line-height: 28px;
    font-family: "Open Sans", sans-serif;
    font-style: italic;
    color: #242424;
    letter-spacing: .48px;
}
.resot_list {
    max-width: 400px;
}
.resot_list ul{}
.resot_list ul li{list-style: none;}
.resot_list ul li  {
    font-size: 20px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #a0a0a0;
    letter-spacing: .60px;
    position: relative;
    padding-left: 35px;
    line-height: 53px;
    border-bottom: 1px solid #e4e4e4;
    display: block;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}
.resot_list ul li:hover {
    color: #ff401b;
}
.resot_list ul li  i {
    position: absolute;
    left: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
    color: #ff401b;
}
.resot_list ul li:last-child{border:none;}
.resot_list ul li:hover i{left: 6px;}
/* End Choose Resot Area css
============================================================================================ */
/*room detail*/
.rooms-details-book{}
.rooms-details-book form{padding: 16px;}
.rooms-details-book h6 {
    font-size: 24px;
    padding: 12px;
    font-family: 'Poppins', sans-serif;
    background-color: #ff401b;
    color: #fff;
    text-align: center;
}
.room-detail{width: 70%;}
.rooms-details-book{width: 28%; border: 1px solid #dcdcdc;}
.rooms-details-book{}
.rooms-details-book .form-control{border-radius: 0; 
font-size:14px;}
.rooms-details-book form .form-group i {
    color: #8c8c8c;
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: 11px;
    text-align: center;
    top: -1px;
    width: 40px;
}
.rooms-details-book form .form-group .form-control::-moz-placeholder {
 color: #fff;
}

.rooms-details-book select.form-control:not([size]):not([multiple]){color: #8c8c8c;}
.detail-room{
    /*width: 70%;*/
    padding-bottom: 60px;
}
.detail-btn {
    background-color: #ff401b;
    border: none;
    color: #fff;
    padding: 12px 23px;
    font-size: 18px;
    margin-top: 8px;
    transition: all 1s;
}
.detail-btn:hover{
  cursor:pointer;
  background-color: transparent;
border:1px solid #ff401b; color: #ff401b;}
.inner-content{margin-top: 65px;}
.title-room-detail h1{
  line-height:  15px;
  font-size:25px;
  padding: 34px 0 21px;
  display: inline-block;
  border-bottom: 2px solid #ff401b;
  margin-bottom: 22px;
  }
  .title-room-detail h6{
    font-size: 21px;
    text-align: right;
    padding: 25px;
    display:  inline-block;
    float:  right;
}
.title-room-detail p{padding-bottom: 30px; font-size:16px;}
.title-room-detail h3{
  font-size: 22px;
  font-family: 'Poppins';
  border-bottom: 2px solid #ff401b;
  display:  inline-block;
  margin-bottom:  20px;
  padding-bottom: 9px;
  }

  /*.room-detail caraousel*/
.room-detail .owl-carousel .owl-nav {
  bottom: 334px;
  position: relative;
  /* right: 50%; */
  text-align:  center;
  margin:  0 auto;
}
.room-detail .owl-carousel .owl-nav .owl-prev {
  left: -2px;
  border: 1px solid #6f6f6f;
  color: #fff;
  display: block;
  height: 50px;
  margin-left: 1px;
  text-align: center;
  top: 0;
  width: 50px;
  position: absolute;
  background-color: #ff401b;
  line-height: 35px;
  vertical-align: middle;
  border: none;
}
.room-detail .owl-carousel .owl-nav .owl-next {
  right: 0;
  border: 1px solid #6f6f6f;
  color: #fff;
  display: inline-block;
  height: 50px;
  margin-left: 1px;
  text-align: center;
  top: 0;
  width: 50px;
  position: absolute;
  background-color: #ff401b;
  line-height: 35px;
  vertical-align: middle;
  border: none;
}
.room-detail .owl-carousel .owl-nav .owl-prev {
  background-color: #ff401b;
  border:  none;
}
.room-detail .owl-carousel .owl-nav > div > i {
  display: block;
  line-height: 50px;
  font-size: 17px;
  color: #fff;
}
.room-detail .owl-carousel .owl-nav .disabled {
  border-color: #ddd;
  color: #ddd;
  cursor: no-drop;
}
/*.room-detail caraousel*/
/*contact us Start*/
.contact-us{
    display: block;
    overflow: hidden;
    background: #242424;
    padding: 0;
    /*margin-right: -30px;*/
    margin-bottom: 50px;
}
.contact{padding: 34px 30px 34px;}
h3.contact-title{font-size: 20px;
color: #fff;
font-family: 'Poppins', sans-serif; 
font-size:20px; 
padding-bottom: 12px;
}
.contact-us ul li {
    position: relative;
    padding-left: 40px;
    padding-bottom: 13px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    list-style: none;
}
.contact-us ul li:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    margin-bottom: 0;
}
.contact-us ul li .icon-holder{
    position: absolute;
    top: 2px;
    left: 0;
}
.contact-us ul li .icon-holder i{color: #fff;}
.contact-us ul li .icon-holder i:hover{color: #ff401b;}
.contact-us ul li .icon-holder span:before{
    color: #b2c9ff;
    font-size: 18px;
    line-height: 18px;
}
.contact-us ul li .text-contact p {
    color: #fff;
    margin: 0;
    line-height: 24px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}
.contact-us ul li .text-contact p span {
    color: #ff401b;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}
.contact-us ul li .text-contact p:hover span{color: #fff;}
ul.social-icon {
    padding-top: 16px;
}

.contact-form {
    margin-left: 80px;
    width: 86%;
}
.contact-form form{}
.contact-form form .form-group .form-control {
    font-size: 16px;
    background: #fff;
    border-radius: 0;
    box-shadow: none;
    height: 41px;
    padding: 10px 26px 10px 10px;
    width: 100%;
    -webkit-appearance: none;
    border: 1px solid #eaeaea;
}
.contact-form textarea {
    width: 100%;
    height: 192px;
    padding: 10px;
    border: 1px solid #eaeaea;
}

.contact-form form .form-group input::placeholder,
select option, input[type="email"]::placeholder,
input[type="date"]::placeholder,
input[type="text"]::placeholder,textarea::placeholder
{
  color: #666;
}

/*contact us end*/
.contact-title {
    position: relative;
    display: block;
    padding-bottom: 63px;
}
.pb-43{padding-bottom: 43px;}

/*valuable-customers start*/
.testi-box {
    overflow: hidden;
    clear: both;
    margin-bottom: 50px;
    -webkit-box-shadow: 0px 3px 35px 0px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 3px 35px 0px rgba(0, 0, 0, 0.09);
    margin-left: 15px;
    margin-right: 15px;
}
.user-img {
    display: table-cell;
    height: 100px;
    width: 100px;
    line-height: 80px;
    vertical-align: middle;
}
.user-img img{
    width: 100%;
} 
.user-description{display: table-cell;padding: 27px 48px;}
.user-description p{
    padding-bottom: 5px;
    color: #898989;
    line-height: 24px;
}
.user-description span{
    font-size: 16px;
    color: #242424;
    padding-bottom: 1px;
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase;
}
.user-description h6{
    font-size: 14px;
    font-weight: 400;
    color: #555;
}
/*valuable-customers end*/
.service-sec .owl-carousel .owl-nav {
    position: absolute;
    right: 0%;
    top: -44%;
}
.service-sec .owl-carousel .owl-nav > div {
  border: 1px solid #ff401b;
  color: #fff;
  display: inline-block;
  height: 40px;
  margin-left: 6px;
  text-align: center;
  top: 0;
  width: 40px;
  position: static;
  background-color: #ff401b;
  line-height: 40px;
  vertical-align: middle;
  border-radius: 3px;
}
.service-sec .owl-carousel .owl-nav .owl-prev {
  background-color: #ff401b;
  border-color: #ff401b;
}
.service-sec .owl-carousel .owl-nav > div > i {
  display: block;
  line-height: 40px;
  font-size: 21px;
  color: #fff;
}
.service-sec .owl-carousel .owl-nav .disabled {
  border-color: #ddd;
  color: #ddd;
  cursor: no-drop;
}
/*caraousel gallery*/
.all-services{background-color: #f6f6f6;}
/* Small devices (tablets, phones less than 767px) */
@media (max-width:767px) {
.scrollToTop {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.4);
}
.scrollToTop i {
  line-height: 40px;
  font-size: 20px;
}
}