/* ------------------------------------------
[Master Stylesheet]

+ body

- 01.0 biz Area CSS
- 02.0 Spacing Area CSS
- 03.0 Preloader Area CSS
- 04.0 Heading Area CSS
- 05.0 Backtotop Area CSS
- 06.0 Buttons Area CSS
- 07.0 Header Area CSS
- 08.0 Hero Area CSS
- 09.0 Footer Area CSS
- 10.0 Partner Area CSS
- 11.0 Project Area CSS
- 12.0 CTA Area CSS
- 13.0 Testimonial Area CSS
- 14.0 Room Area CSS
- 15.0 About Area CSS
- 16.0 Contact Area CSS
- 17.0 Widget Area CSS
- 18.0 Breadcrumb Area CSS
- 19.0 Blog Area CSS
--------------------------------------------- */
/* Import Fonts & All CSS

@import url("https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700&display=swap"); */
@import url(jcss/animate.css);
@import url(jcss/default-assets/classy-nav.css);
@import url(jcss/nice-select.css);
@import url(jcss/font-awesome.min.css);

/* :: 01.0 biz Area CSS */


.br0{margin: 0px 0px 0px 0px;
    padding: 50px 40px 50px 40px;
    border-radius: 65px 0px 65px 0px;
    box-shadow: 14px 14px 49px 0px rgba(6.9999999999999964, 22.000000000000004, 40.99999999999999, 0.1);}
.br0:active,
.br0:focus,
.br0:hover {border-radius:  0px 65px 0px 65px;} 

.color-pr {
    color: #024997;
}
.bgc-pr {  
background: #ffffff;
}
.icon-fa-s {font-size: 60px;}
.carousel-caption {
	top: 50%;
	transform: translateY(-30%);
	bottom: initial;
	right: auto;
       left: 15%;
}
.tcp{font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: -.1px;
    color: #555555;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 36px;
    margin-top: 5px;
    margin-bottom: 5px;}
.tch{color: #202124;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-bottom: 0px;letter-spacing: -0.04ch;
}
.c-img{width:100%;animation: mymove 10s ease infinite;}.mtn-100{margin-top: -100px;}
.text-msl{
  opacity: 0;
  font-weight: 600;
  color: #fff;
  text-shadow: 2px 2px 5px #000;
  animation-duration: 4s;
  animation-fill-mode: forwards;
  animation-delay: 1000ms;
}

.text-s{
  font-weight: 700;
  color: #fff;
  text-shadow: 2px 2px 5px #000;
  animation-duration: 4s;
  animation-fill-mode: forwards;
  animation-delay: 300ms;
}
.text-sh{
  font-weight: 700;
  color: #fff;
  text-shadow: 2px 2px 5px 00000057;
  animation-duration: 4s;
  animation-fill-mode: forwards;
  animation-delay: 300ms;
}
.text-ms{
  font-weight: 600;
  color: #fff;
  text-shadow: 2px 2px 5px #000;
  animation-duration: 4s;
  animation-fill-mode: forwards;
  animation-delay: 300ms;
}
.text-justify{
text-align: justify;}
.center-cropped {
    object-fit: cover;
    object-position: center;
    height: 100%;
    width: 100%;
}
.btn-main, .btn-main:focus{
background: #ffffff;
padding: 5%;
width: 90%;
border-radius: 50px;
border: 2px solid #d79b0d !important;
color: #d79b0d;
font-weight: 600;}
.center-crop {
    object-fit: cover;
    object-position: center;
    height: auto;
    width: 100%;
}
@keyframes mymove {
  from {transform: scale(1,1) translateX(0);}
  to {transform: scale(1.5,1.5) translateX(7%);}
}

div.scrollmenu {
  background-color: black;
  white-space: nowrap;
  border: 2px solid black;
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
div.scrollmenu::-webkit-scrollbar{
    display: none;
  }
  #bfs {position: sticky;
    left: 0px;}
div.scrollmenu a {
  background-color: black;
  display: inline-block;
  color: white;
  text-align: center;
  padding: 14px;
  text-decoration: none;
}
div.scrollmenu a.active {
  background-color: #fff;
  color: black;
}
div.scrollmenu a:hover {
  background-color: #fff;
  color: black;
}

 {
  margin: 0;
  padding: 0; }

body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  position: relative;
  z-index: auto; background: #fff; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  color: #2a303b;
  line-height: 1.3;
  font-weight: 500; }

a,
a:active,
a:focus,
a:hover {
  color: #2a303b;
  text-decoration: none;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  outline: none;
  font-weight: 500; }

li {
  list-style: none; }

p {
  line-height: 1.7;
  color: #636a76;
  font-size: 16px;
  font-weight: 400; }

img {
  max-width: 100%;
  height: auto; }

ul {
  margin: 0;
  padding: 0; }
  ul li {
    margin: 0;
    padding: 0; }

.bg-overlay {
  position: relative;
  z-index: 1; }
  .bg-overlay::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: rgba(14, 39, 55, 0.7); }

.bg-img {
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important; }

.jarallax {
  position: relative;
  z-index: 0; }
  .jarallax > .jarallax-img {
    position: absolute;
    object-fit: cover;
    font-family: 'object-fit: cover';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #ffffff;
  right: 20px;
  text-align: center;
  padding-right: 0;
  width: 100%;
  position: fixed;
  top: 20px;
  width: 30px;
  background: #17a2b8;
  height: 30px;
  line-height: 30px; }

button.mfp-close,
button.mfp-arrow {
  background: #17a2b8; }

.mfp-bottom-bar {
  display: none !important; }

.mfp-bg {
  background-color: #ffffff; }

.bg-transparent {
  background-color: transparent !important; }

.bg-gray {
  background-color: #e8f1f8 !important; }

textarea:focus,
input:focus {
  outline: none; }

.border {
  border-color: #ebebeb; }

.mfp-arrow-left::after {
  border-right-color: transparent; }

.mfp-arrow-left::before {
  border-right-color: #ffffff; }

.mfp-arrow-right::after {
  border-left-color: transparent; }

.mfp-arrow-right::before {
  border-left-color: #ffffff; }

/* :: 02.0 Spacing Area CSS */
.mt-15 {
  margin-top: 15px; }

.mt-30 {
  margin-top: 30px; }

.mt-40 {
  margin-top: 40px; }

.mt-50 {
  margin-top: 50px; }

.mt-70 {
  margin-top: 70px; }

.mt-80 {
  margin-top: 80px; }

.mt-100 {
  margin-top: 100px; }

.mt-150 {
  margin-top: 150px; }

.mr-15 {
  margin-right: 15px; }

.mr-30 {
  margin-right: 30px; }

.mr-50 {
  margin-right: 50px; }

.mr-100 {
  margin-right: 100px; }

.mb-15 {
  margin-bottom: 15px; }

.mb-30 {
  margin-bottom: 30px; }

.mb-40 {
  margin-bottom: 40px; }

.mb-50 {
  margin-bottom: 50px; }

.mb-60 {
  margin-bottom: 60px; }

.mb-70 {
  margin-bottom: 70px; }

.mb-80 {
  margin-bottom: 80px; }

.mb-100 {
  margin-bottom: 100px; }

.ml-15 {
  margin-left: 15px; }

.ml-30 {
  margin-left: 30px; }

.ml-50 {
  margin-left: 50px; }

.ml-100 {
  margin-left: 100px; }

.pt-50 {
  padding-top: 50px !important; }

.pt15 {padding-top: 15% !important;}
.pt5 {padding-top: 5% !important;} .mt02 {margin-top: -2%; } .mt01 {margin-top: -1%; }
/* :: 3.0 Preloader Area CSS */
#preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  top: 0;
  left: 0;
  background-color: #17a2b8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden; }

.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out; }

.loader {
  color: #ffffff;
  font-size: 6px;
  position: relative;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s; }

.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 0; }

.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s; }

.loader:after {
  left: 3.5em; }

@-webkit-keyframes load7 {
  0%,
    80%,
    100% {
    box-shadow: 0 2.5em 0 -1.3em; }
  40% {
    box-shadow: 0 2.5em 0 0; } }
@keyframes load7 {
  0%,
    80%,
    100% {
    box-shadow: 0 2.5em 0 -1.3em; }
  40% {
    box-shadow: 0 2.5em 0 0; } }
/* :: 4.0 Heading Area CSS */


/* :: 5.0 Backtotop Area CSS */
#scrollUp {
  position: fixed;
  right: 40px;
  font-size: 20px;
  line-height: 40px;
  width: 40px;
  height: 40px;
  bottom: 40px;
  background-color: #17a2b8;
  color: #ffffff;
  text-align: center;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
  box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
  z-index: 15962536; }
  @media only screen and (max-width: 767px) {
    #scrollUp {
      right: 20px;
      bottom: 20px; } }
  #scrollUp:focus, #scrollUp:hover {
    background-color: #ffffff;
    color: #ffffff; }

/* :: 6.0 Buttons Area CSS */


/* :: 7.0 Header Area CSS */
.header-area {
  position: relative;
  z-index: 100;
  width: 100%;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  background-color: #17a2b8; }
  .header-area .search-form {
    -webkit-transition-duration: 350ms;
    -o-transition-duration: 350ms;
    transition-duration: 350ms;
    transition-timing-function: ease-in;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 0;
    background-color: #17a2b8; }
    .header-area .search-form.search-form-active {
      height: 80px;
      z-index: 99999999; }
    .header-area .search-form form {
      position: relative;
      z-index: 1; }
      .header-area .search-form form input {
        background-color: transparent;
        width: 100%;
        height: 60px;
        border: none;
        font-size: 14px;
        color: #ffffff; }
      .header-area .search-form form button {
        position: absolute;
        width: 60px;
        height: 60px;
        top: 0;
        right: 0;
        z-index: 10;
        border: none;
        background-color: transparent;
        cursor: pointer;
        font-size: 18px;
        color: #ffffff;
        text-align: right; }
        .header-area .search-form form button:focus {
          outline: none; }

.top-header-area {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 50px;
  background-color: #ffffff; }
  .top-header-area .top-header-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .top-header-area .top-header-content > a {
      color: #ffffff;
      font-size: 14px;
      font-weight: 400;
      line-height: 50px;
      display: inline-block;
      margin-right: 50px; }
      .top-header-area .top-header-content > a:last-child {
        margin-right: 0; }
      .top-header-area .top-header-content > a i {
        padding-right: 5px;
        color: #17a2b8; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .top-header-area .top-header-content > a {
          margin-right: 30px; } }
      @media only screen and (max-width: 767px) {
        .top-header-area .top-header-content > a {
          margin-right: 15px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .top-header-area .top-header-content > a span {
          display: none; } }
      @media only screen and (max-width: 767px) {
        .top-header-area .top-header-content > a span {
          display: none; } }
      .top-header-area .top-header-content > a:hover, .top-header-area .top-header-content > a:focus {
        color: #afb4bf; }
    .top-header-area .top-header-content .top-social-area a {
      display: inline-block;
      margin-right: 30px;
      color: #ffffff;
      line-height: 50px;
      font-size: 14px; }
      .top-header-area .top-header-content .top-social-area a:last-child {
        margin-right: 0; }
      @media only screen and (max-width: 767px) {
      
        .top-header-area .top-header-content .top-social-area a {
          margin-right: 15px; } }
      .top-header-area .top-header-content .top-social-area a:hover, .top-header-area .top-header-content .top-social-area a:focus {
        color: #17a2b8; }

.bizes-nav-container {
  background-color: transparent;
  padding: 0; }
  .bizes-nav-container .bizes-navbar {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    height: 80px;
    padding: 0; }
    .bizes-nav-container .bizes-navbar .nav-brand img {
    background: #ffffff;
    margin-top: 70px;
    padding: 5px 5px 5px 10px;;
    height: 140px;
    border: 2px solid #024997!important; }
    .bizes-nav-container .bizes-navbar .nav-brand::first-letter {font-size: 140%;color: #17a2b8;margin-right: 1px;}
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .bizes-nav-container .bizes-navbar {
        height: 80px; }
         }
         .t-img {
           background: #df0304;
           rotate: 340deg;
           margin-left: -8%;
           margin-top: -4%;

         }
        .t-img img {width: 100%;
        rotate: 20deg;
        } .tm {margin-left: 10%;margin-top: 0;}
          @media only screen and (max-width: 575px) {
    .t-img {rotate: 345deg;margin-left: 5%;margin-top: -20%;}
        .t-img img {width: 70%;padding-top: 10%;rotate: 15deg; } 
        .tm {margin-left: 2%;margin-top: 10%;}
        }
        .center-cropy {
  object-fit: cover;
  object-position: center;
  height: 100%;
  width: auto;
} 
    @media only screen and (max-width: 767px) {
    
    .mtn-100{margin-top: 30px;}
    .carousel-caption {left: 1%;}
    .carousel-control-prev-icon { display: none;}
    
    .carousel-caption h6 {display: none;}
   .center-cropy {
  
  height: auto;
  width: 100%;
} 
    
    
   /* .carousel-inner .carousel-item{
    height: 300px;
}



.carousel-item img {
    position: absolute;
    top: 0;
    left: 0;
    min-height: 300px;
} */
      .bizes-nav-container .bizes-navbar {
        height: 60px; }
        
        .bizes-nav-container .bizes-navbar .nav-brand img {
            height: 90px; }
      .bizes-nav-container .bizes-navbar .nav-brand {
            margin-right: 5px;font-size: x-large;overflow: hidden;white-space: nowrap; } }
    .bizes-nav-container .bizes-navbar .bizesnav ul li a {
      font-size: 16px;
      text-transform: capitalize;
      color: #024997;
      font-weight: 500;
      padding: 0 20px; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .bizes-nav-container .bizes-navbar .bizesnav ul li a {
          font-size: 14px;
          padding: 0 10px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .bizes-nav-container .bizes-navbar .bizesnav ul li a {
          font-size: 14px;
          color: #024997; }
          .bizes-nav-container .bizes-navbar .bizesnav ul li a:hover, .bizes-nav-container .bizes-navbar .bizesnav ul li a:focus {
            color: #024997; } }
      @media only screen and (max-width: 767px) {
        .bizes-nav-container .bizes-navbar .bizesnav ul li a {
          font-size: 14px;
          color: #024997; }
          .bizes-nav-container .bizes-navbar .bizesnav ul li a:hover, .bizes-nav-container .bizes-navbar .bizesnav ul li a:focus {
            color: #024997; } }
      .bizes-nav-container .bizes-navbar .bizesnav ul li a:focus, .bizes-nav-container .bizes-navbar .bizesnav ul li a:hover {
        color: #024997;
        font-weight: 500; }
    .bizes-nav-container .bizes-navbar .bizesnav ul li.cn-dropdown-item ul li a, .bizes-nav-container .bizes-navbar .bizesnav ul li.megamenu-item ul li a {
      font-size: 14px;
      text-transform: capitalize;
      height: 42px;
      line-height: 42px;
      overflow: hidden;
      padding: 0 30px;
      color: #024997; }
      .bizes-nav-container .bizes-navbar .bizesnav ul li.cn-dropdown-item ul li a:focus, .bizes-nav-container .bizes-navbar .bizesnav ul li.cn-dropdown-item ul li a:hover, .bizes-nav-container .bizes-navbar .bizesnav ul li.megamenu-item ul li a:focus, .bizes-nav-container .bizes-navbar .bizesnav ul li.megamenu-item ul li a:hover {
        color: #024997; }

.bizesnav ul li.active a {
  position: relative;
  z-index: 1; }
  .bizesnav ul li.active a::before {
    width: 80%;
    height: 2px;
    background-color: #024997;
    position: absolute;
    bottom: 0;
    left: 10%;
    z-index: 1;
    content: ''; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .bizesnav ul li.active a::before {
        display: none; } }
    @media only screen and (max-width: 767px) {
      .bizesnav ul li.active a::before {
        display: none; } }

.bizesnav ul li.has-down > a::after,
.bizesnav ul li.has-down.active > a::after,
.bizesnav ul li.megamenu-item > a::after {
  color: #024997;font-weight: 400; }

.breakpoint-off .bizesnav ul li .dropdown,
.breakpoint-off .bizesnav ul li .megamenu {
  width: 210px;
  -webkit-box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
  box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
  border-radius: 6px; }

.breakpoint-off .bizesnav ul li .megamenu {
  width: 100%; }

.bizes-navbar-toggler .navbarToggler span {
  background-color: #024997; }

.main-header-area {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  border-bottom: 2px solid #024997 !important; }
  .main-header-area .book-now-btn a {
    padding: 0 30px;
    background-color: #17a2b8;
    height: 80px;
    line-height: 80px;
    text-align: center;
    color: #ffffff;
    font-size: 16px; }
    .main-header-area .book-now-btn a i {
      padding-left: 5px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .main-header-area .book-now-btn a {
        height: 50px;
        line-height: 50px;
        border-radius: 30px; } }
    @media only screen and (max-width: 767px) {
      .main-header-area .book-now-btn a {
        height: 50px;
        line-height: 50px;
        border-radius: 30px; } }
    .main-header-area .book-now-btn a:hover, .main-header-area .book-now-btn a:focus {
      background-color: #2a303b;
      color: #ffffff; }
  .main-header-area .search-btn {
    cursor: pointer;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .main-header-area .search-btn {
        padding: 30px 0; } }
    @media only screen and (max-width: 767px) {
      .main-header-area .search-btn {
        padding: 30px 0; } }
    .main-header-area .search-btn:hover, .main-header-area .search-btn:focus {
      color: #17a2b8; }
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-6 {
  width:  50%;
}
.itemtag {
    right: initial;
    min-height: 30px;
    min-width: 165px;
    padding: 0;
    background: #17a2b8;
    line-height: 30px;
    font-weight: 400;
    position: absolute;
    text-align: center;
    top: 18px;
    left: -50px;
    margin: 0;
    border-radius: 0;
    color: #fff;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: rotate(-45deg);
    -khtml-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* :: 9.0 Footer Area CSS */
.footer-area {
  position: relative;
  z-index: 1;
  background-color: #0e2737; }

.single-footer-widget {
  position: relative;
  z-index: 1; }
  .single-footer-widget .widget-title {
    font-size: 22px;
    color: #ffffff;
    margin-bottom: 25px;
    display: block;
    text-transform: capitalize; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .single-footer-widget .widget-title {
        font-size: 18px; } }
    @media only screen and (max-width: 767px) {
      .single-footer-widget .widget-title {
        font-size: 18px; } }
  .single-footer-widget .latest-blog-area {
    position: relative;
    z-index: 1;
    margin-bottom: 25px; }
    .single-footer-widget .latest-blog-area:last-child {
      margin-bottom: 0; }
    .single-footer-widget .latest-blog-area .post-title {
      font-size: 16px;
      display: block;
      margin-bottom: 5px;
      color: #ffffff;
      font-weight: 400; }
      .single-footer-widget .latest-blog-area .post-title:focus, .single-footer-widget .latest-blog-area .post-title:hover {
        color: #17a2b8; }
  .single-footer-widget .footer-nav {
    position: relative;
    z-index: 1; }
    .single-footer-widget .footer-nav li a {
      display: block;
      margin-bottom: 10px;
      color: #636a76;
      font-size: 14px;
      font-weight: 400;
      text-transform: capitalize; }
      .single-footer-widget .footer-nav li a:focus, .single-footer-widget .footer-nav li a:hover {
        color: #ffffff; }
    .single-footer-widget .footer-nav li:last-child a {
      margin-bottom: 0; }
  .single-footer-widget .nl-form {
    position: relative;
    z-index: 1;
    margin-top: 30px; }
    .single-footer-widget .nl-form input {
      width: 100%;
      height: 46px;
      background-color: #3e525f;
      border-radius: 30px;
      border: none;
      padding: 0 20px;
      color: #ffffff;
      font-size: 14px; }
      .single-footer-widget .nl-form input:focus {
        box-shadow: none; }
    .single-footer-widget .nl-form button {
      position: absolute;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      border: none;
      top: 3px;
      right: 3px;
      color: #ffffff;
      background-color: #17a2b8;
      cursor: pointer;
      -webkit-transition-duration: 500ms;
      -o-transition-duration: 500ms;
      transition-duration: 500ms; }
      .single-footer-widget .nl-form button:focus, .single-footer-widget .nl-form button:hover {
        background-color: #2a303b; }
  .single-footer-widget .footer-logo {
    display: block;
    margin-bottom: 20px; }
  .single-footer-widget p {
    color: #afb4bf; }
  .single-footer-widget h4 {
    color: #17a2b8; }
  .single-footer-widget span {
    color: #afb4bf;
    font-size: 14px;
    display: block;
    margin-bottom: 10px; }
    .single-footer-widget span:last-child {
      margin-bottom: 0; }

.copywrite-text {
  position: relative;
  z-index: 1; }
  @media only screen and (max-width: 767px) {
    .copywrite-text {
      margin-bottom: 15px;
      text-align: center; } }
  .copywrite-text p {
    font-size: 14px;
    color: #afb4bf;
    margin-bottom: 0; }
    @media only screen and (max-width: 767px) {
      .copywrite-text p {
        font-size: 12px; } }
    .copywrite-text p a {
      color: #afb4bf;
      font-size: 14px; }
      @media only screen and (max-width: 767px) {
        .copywrite-text p a {
          font-size: 12px; } }
      .copywrite-text p a:focus, .copywrite-text p a:hover {
        color: #ffffff; }

.copywrite-content {
  position: relative;
  z-index: 1;
  padding: 15px 0;
  border-top: 1px solid #273d4b; }
  .copywrite-content .social-info {
    text-align: right; }
    @media only screen and (max-width: 767px) {
      .copywrite-content .social-info {
        text-align: center; } }
    .copywrite-content .social-info a {
      display: inline-block;
      color: #afb4bf;
      padding-left: 20px; }
      .copywrite-content .social-info a:focus, .copywrite-content .social-info a:hover {
        color: #ffffff; }


      .icon-bar {
  position: fixed;
  bottom: 0;
  -webkit-transform: translateY(-30%);
  -ms-transform: translateY(-30%);
  transform: translateY(-30%);    padding: 2px;
    right: 0px;z-index: 15962536000;
} .icon-bar a { 
  text-align: center;
  transition: all 0.3s ease;
  color: white;
  font-size: 55px;line-height: 60px;
    width: 60px;
    height: 60px;
    bottom: 60px;
    margin: 10px;}
    .icon-bar a img , .icon-bar .cart  { width: 60px;
    height: 60px;-webkit-filter: drop-shadow(2px 2px 6px #0f0f0f85);
   filter: drop-shadow(2px 2px 6px #0f0f0f85); }
   .icon-d{ display: block;}
   #hide-o {
       display:none;
   }
   @media only screen and (max-width: 767px) {
       .mob-call{display:block;}
       .mob-copy{display:none;}
   } @media only screen and (min-width: 768px) {
       .mob-copy{display:block;}
       .mob-call{display:none;}
   }
   

