

/*=== MEDIA QUERY ===*/
@font-face {
	font-family: myFirstFont;
	src: url('../fonts/Sofia Pro Regular Az.otf');
  }
  @font-face {
    font-family: crazyfont;
    src: url('../fonts/Sofia Pro Semi Bold Az.otf');
    }
html {
  overflow-x: hidden;
}

body {
  line-height: 1.5;
  font-family: myFirstFont;
  -webkit-font-smoothing: antialiased;
  font-size: 17px;
  color: #000;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: myFirstFont;
  font-weight: 600;
  color: #242424;
  text-transform: capitalize;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 42px;
}

h3, .h3 {
  font-size: 1.5rem;
}

h4, .h4 {
  font-size: 1.3rem;
  line-height: 30px;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

p {
  line-height: 30px;
  text-align: left;
}

img{
  max-width: 100%;
}
figcaption{
  display: none;
}
figure{
  margin: 0;
}
.dir{
  direction: ltr;
}
.color{
  color:#f76126 !important;
}
input[type=email], input[type=password], input[type=text], input[type=tel],
select.form-control, input[type=date], input[type=time] {
  box-shadow: none;
  height: 45px;
  outline: none;
  font-size: 14px;
}
input[type=email]:focus, input[type=password]:focus, input[type=text]:focus, input[type=tel]:focus,
select.form-control:focus, input[type=date]:focus, input[type=time]:focus {
  box-shadow: none;
  border: 1px solid  #000;
}

.form-control {
  box-shadow: none;
  border-radius: 0;
  height: auto;
}
.form-control:focus {
  box-shadow: none;
  border: 1px solid  #000;
}

.py-7 {
  padding: 7rem 0px;
}

.btn {
  display: inline-block;
  font-size: 14px;
  font-size: 0.8125rem;
  font-weight: 500;
  padding: 0.8rem 2.5rem;
  text-transform: uppercase;
  border-radius: 0;
  transition: 0.3s;
}
.btn.btn-icon i {
  font-size: 16px;
  vertical-align: middle;
  margin-right: 5px;
}
.btn:focus {
  outline: 0px;
  box-shadow: none;
}

.btn-main, .btn-small, .btn-transparent {
  background: #f76126;
  color: #fff;
  font-weight: bold;
  transition: all 0.2s ease;
  border:3px solid #f76126;
  border-radius: 7px;
}
/* .btn:hover {
  color: #000;
  text-decoration: none;
} */
.btn-solid-border {
  border: 2px solid  #f76126;
  background: transparent;
  color: #f76126;
  border-radius: 7px;
}
.btn-solid-border:hover {
  border: 2px solid  #f76126;
  background:  #f76126;
  color: #fff;
}

.btn-transparent {
  background: transparent;
  padding: 0;
  color:  #000;
}
.btn-transparent:hover {
  background: transparent;
  color:  #000;
}

.btn-large {
  padding: 20px 45px;
}
.btn-large.btn-icon i {
  font-size: 16px;
  vertical-align: middle;
  margin-right: 5px;
}

.btn-small {
  padding: 13px 25px 10px;
  font-size: 12px;
}

.btn-round {
  border-radius: 4px;
}

.btn-round-full {
  /* border-radius: 50px; */
  line-height: 1;
}

.btn.active:focus, .btn:active:focus, .btn:focus {
  outline: 0;
}
.f-16{
  font-size: 16px;
}
.f-18{
  font-size: 18px;
}
.f-20{
  font-size: 20px;
}
.p-relative{
  position: relative;
}
.bg-gray {
  background: #f5f5f5;
}

.bg-primary {
  background:  #000;
}

.bg-primary-dark {
  background: #f52626;
}

.bg-primary-darker {
  background: #dd0b0b;
}

.bg-dark {
  background: #242424;
}

.bg-gradient {
  background-image: linear-gradient(145deg, rgba(19, 177, 205, 0.95) 0%, rgba(152, 119, 234, 0.95) 100%);
  background-repeat: repeat-x;
}

.section {
  padding: 20px 0;
}

.section-sm {
  padding: 70px 0;
}

.section-title {
  margin-bottom: 70px;
}
.section-title .title {
  font-size: 50px;
  line-height: 50px;
}
.section-title p {
  color: #666;
  font-family: myFirstFont;
}

.subtitle {
  color:  #000;
  font-size: 14px;
  letter-spacing: 1px;
}

.overly, .hero-img, .cta, .slider, .page-title {
  position: relative;
}
/* .hero-img:before, .overly:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;;
}
.slider:before {
  content: "";
  position: absolute;
  background: transparent;
  background-image: none;
  background-size: auto;
  background-size: 100% 100%;
  background-image: url(../images/curve-1.png);
  position: absolute;
  width: 70%;
  top: 100px;
  height: 100%;
  right: 0;
  z-index: -1;
} */
.overly-2, .latest-blog, .cta-block, .bg-counter {
  position: relative;
}
.overly-2:before, .cta-block:before, .bg-counter:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}
#header .btn{
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}
.text-color {
  color:  #000;
}

.text-black {
  color: #242424;
}

.text-color2 {
  color: #c54041;
}

.text-color2 {
  color: #b99769;
}

.text-sm {
  font-size: 14px;
}

.text-md {
  font-size: 2.25rem;
}

.text-lg {
  font-size: 3.75rem;
}

.no-spacing {
  letter-spacing: 0px;
}
ul{
  padding: 0;
  list-style-type: none;
}
/* Links */
a {
  color: #000;
  text-decoration: none;
}

a:focus, a:hover {
  color:  #000;
  text-decoration: none;
}

a:focus {
  outline: none;
}

.content-title {
  font-size: 40px;
  line-height: 50px;
}
.breadcrumb{
  background: none;
  padding-left: 0;
  padding-right: 0;
}
.breadcrumb a{
  color: #fff;
}
.package-det .breadcrumb a{
  color: #000;
}
.page-title {
  padding: 120px 0 30px;
}
.page-title .block h1 {
  color: #fff;
  font-size: 30px;
  padding-top: 10px;
}
.page-title .block p {
  color: #000;
}
.page-title .block ul.list-inline li a,
.page-title .block ul.list-inline li span,
.page-title .block ul.list-inline li.list-inline-item.text-black-50{
  color: #f76126 !important;
}
.paddimg-top-0{
  padding-top: 0 !important;
}
.page-wrapper {
  padding: 70px 0;
}

#wrapper-work {
  overflow: hidden;
  padding-top: 100px;
}
#wrapper-work ul li {
  width: 50%;
  float: left;
  position: relative;
}
#wrapper-work ul li img {
  width: 100%;
  height: 100%;
}
#wrapper-work ul li .items-text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  padding-left: 44px;
  padding-top: 140px;
}
#wrapper-work ul li .items-text h2 {
  padding-bottom: 28px;
  padding-top: 75px;
  position: relative;
}
#wrapper-work ul li .items-text h2:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 75px;
  height: 3px;
  background: #fff;
}
#wrapper-work ul li .items-text p {
  padding-top: 30px;
  font-size: 16px;
  line-height: 27px;
  font-weight: 300;
  padding-right: 80px;
}

/*--
	features-work Start 
--*/
#features-work {
  padding-top: 50px;
  padding-bottom: 75px;
}
#features-work .block ul li {
  width: 19%;
  text-align: center;
  display: inline-block;
  padding: 40px 0px;
}

.navigation{
  height: 130px;
}
.header-top {
  background: #0a4e75 ;
  color: #fff;
}
.header-top .header-top-socials {
  padding: 8px 0px ;
}
.header-top .header-top-socials a {
  color: #f76126;
  margin-right: 8px;
  font-size: 16px;
  padding: 0 8px;
}
.header-top .header-top-socials a:hover {
  color:  #000;
}
.header-top .header-top-info {
  color: #fff;
  font-size: 16px;
  text-align: left;
}
.header-top .header-top-info a span {
  color: #fff;
}
.header-top .header-top-info a {
  margin-right: 35px;
  color: #f76126;
}
/* .header-top .header-top-info a i{
  color: #f76126;
} */
/* .bg{
  background: #0a4e75 !important;
} */
.bg-1 {
  background: url("../images/bg/home-2.jpg") no-repeat 50% 50%;
  background-size: cover;
}

.bg-2 {
  background: url("../images/bg/home-5.jpg");
  background-size: cover;
}
.title{
  padding: 30px 0;
  text-align: center;
  font-size:34px;
  color: #32323e;
  font-family: crazyfont;
}
.title:after {
  position: relative;
  content: '';
  top: 10px;
  width: 90px;
  height: 6px;
  display: block;
  margin: 0 auto;
  background: #f76126;
}
.text-black{
  color: #32323e;
}
/* .slider {
  padding: 110px 0 20px;
  position: relative;
  background: #000;
} */
/* @media (max-width: 768px) {
  .slider {
    padding: 70px 0;
  }
} */
.slider .block h1 {
  font-size: 70px;
  line-height: 80px;
  font-weight: 600;
  color: #fff;
}
.slider .block p {
  margin-bottom: 30px;
  color: #b9b9b9;
  font-size: 18px;
  line-height: 27px;
  font-weight: 300;
}
.slider .block span {
  letter-spacing: 1px;
}
.intro-item i {
  font-size: 60px;
  line-height: 60px;
}

.color-one {
  color:  #000;
}

.color-two {
  color: #00d747;
}

.color-three {
  color: #9262ff;
}

.color-four {
  color: #088ed3;
}

.bg-about {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 45%;
  min-height: 650px;
  background: url("../images/about/home-8.jpg") no-repeat;
  background-size: cover;
}

.about-content {
  padding: 20px 0px 0px 80px;
}
.about-content h4 {
  font-weight: 600;
}
.about-content h4:before {
  position: absolute;
  content: "\f576";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 30px;
  position: absolute;
  top: 8px;
  left: -65px;
  font-weight: 700;
}

.counter-item .counter-stat {
  font-size: 50px;
}
.counter-item p {
  margin-bottom: 0px;
}

.bg-counter {
  background: url("../images/bg/counter.jpg") no-repeat;
  background-size: cover;
}

.team-img-hover .team-social li a.facebook {
  background: #6666cc;
}

.team-img-hover .team-social li a.twitter {
  background: #3399cc;
}

.team-img-hover .team-social li a.instagram {
  background: #cc66cc;
}

.team-img-hover .team-social li a.linkedin {
  background: #3399cc;
}

.team-img-hover {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.6);
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}

.team-img-hover li a {
  display: inline-block;
  color: #fff;
  width: 50px;
  height: 50px;
  font-size: 20px;
  line-height: 50px;
  border: 2px solid transparent;
  border-radius: 2px;
  text-align: center;
  transform: translateY(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: all 0.3s ease-in-out;
}

.team-img-hover:hover li a:hover {
  transform: translateY(4px);
}

.team-item:hover .team-img-hover {
  opacity: 1;
  transform: scale(1);
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.service-item {
  position: relative;
  padding-left: 80px;
}
.service-item i {
  position: absolute;
  left: 0px;
  top: 5px;
  font-size: 50px;
  opacity: 0.4;
}

.cta {
  background: url("../images/bg/home-5.jpg") fixed 50% 50%;
  background-size: cover;
  padding: 120px 0px;
}
.cta a{
  font-size: 26px;
}
.cta2 {
  background: url("../images/bg-h.jpg") fixed 50% 50%;
  background-size: cover;
  padding: 80px 0px;
}
.cta3 {
  background: url("../images/plan2.jpg") fixed 50% 50%;
  background-size: cover;
  padding: 80px 0px;
}
.plan{
  background: url("../images/bg/bg-visa.jpg") fixed 50% 50%;
  background-size: contain;
}
/* .cta-item {
  background: #0000006e;
  padding: 30px;
} */
.cta-item h3,
.cta-item p{
  font-weight: bold;
}
.cta-block {
  background: url("../images/bg/home-3.jpg") no-repeat;
  background-size: cover;
}

.slick-slide:focus, .slick-slide a {
  outline: none;
}

.hero-img {
  background: url("../images/bg/home-5.jpg");
  position: absolute;
  content: "";
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0px;
}

.h70 {
  height: 55%;
}

.lh-45 {
  line-height: 45px;
}

.pricing-header h1 {
  font-size: 70px;
  font-weight: 300;
}

.pricing .btn-solid-border {
  border-color: #dedede;
}
.pricing .btn-solid-border:Hover {
  border-color:  #000;
}

.portflio-item .portfolio-item-content {
  position: absolute;
  content: "";
  right: 0px;
  bottom: 0px;
  opacity: 0;
  transition: all 0.35s ease;
}
.portflio-item:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: all 0.35s ease;
  overflow: hidden;
}
.portflio-item:hover:before {
  opacity: 1;
}
.portflio-item:hover .portfolio-item-content {
  opacity: 1;
  bottom: 20px;
  right: 30px;
}
.portflio-item .overlay-item {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 80px;
  color:  #000;
  opacity: 0;
  transition: all 0.35s ease;
}
.portflio-item:hover .overlay-item {
  opacity: 1;
}

.contact-form-wrap .form-group {
  padding-bottom: 15px;
  margin: 0px;
}
.contact-form-wrap .form-group .form-control {
  background: #f5f8f9;
  height: 48px;
  border: 1px solid #EEF2F6;
  box-shadow: none;
  width: 100%;
}
.contact-form-wrap .form-group-2 {
  margin-bottom: 13px;
}
.contact-form-wrap .form-group-2 textarea {
  background: #f5f8f9;
  height: 135px;
  border: 1px solid #EEF2F6;
  box-shadow: none;
  width: 100%;
}

.address-block li a,
.address-block li.mb-4{
  display: block;
  width: 100%;
  text-align: left;
}
.address-block li i {
  font-size: 26px;
  padding: 0;
  color: #ee2200;
  margin-bottom:0;
  background: #fff;
  text-align: left;
}

.social-icons li {
  margin: 0 6px;
}
.social-icons i {
  margin-right: 15px;
  font-size: 25px;
}

.google-map {
  position: relative;
}

.google-map #map {
  width: 100%;
  height: 450px;
}

/*=================================================================
  Latest Posts
==================================================================*/
.blog-item-content h3 {
  line-height: 36px;
}
.blog-item-content h3 a {
  transition: all 0.4s ease 0s;
}
.blog-item-content h3 a:hover {
  color:  #000 !important;
}

.lh-36 {
  line-height: 36px;
}

.tags a {
  background: #f5f8f9;
  display: inline-block;
  padding: 8px 23px;
  border-radius: 38px;
  margin-bottom: 10px;
  border: 1px solid #eee;
  font-size: 14px;
  text-transform: capitalize;
}

.pagination .nav-links a,
.pagination .nav-links span.current {
  font-size: 20px;
  font-weight: 500;
  color: #c9c9c9;
  margin: 0 10px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}

.pagination .nav-links span.current,
.pagination .nav-links a.next,
.pagination .nav-links a.prev {
  color: #242424;
}

h3.quote {
  font-size: 24px;
  line-height: 40px;
  font-weight: normal;
  padding: 0px 25px 0px 85px;
  margin: 65px 0 65px 0 !important;
  position: relative;
}
@media (max-width: 768px) {
  h3.quote {
    padding: 0;
    padding-left: 20px;
  }
}

h3.quote::before {
  content: "";
  width: 55px;
  height: 2px;
  background:  #000;
  position: absolute;
  top: 25px;
  left: 0;
}
@media (max-width: 768px) {
  h3.quote::before {
    top: 5px;
    width: 2px;
    height: 35px;
  }
}

.nav-posts-title {
  line-height: 25px;
  font-size: 18px;
}

.latest-blog {
  position: relative;
  background: #0a4e75;
}

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

.border-1 {
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.blog-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.blog-item-content{
  box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
}
/*=================================================================
  Single Blog Page
==================================================================*/
.post.post-single {
  border: none;
}
.post.post-single .post-thumb {
  margin-top: 30px;
}

.post-sub-heading {
  border-bottom: 1px solid #dedede;
  padding-bottom: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 20px;
}

.post-social-share {
  margin-bottom: 50px;
}

.post-comments {
  margin: 30px 0;
}
.post-comments .media {
  margin-top: 20px;
}
.post-comments .media > .pull-left {
  padding-right: 20px;
}
.post-comments .comment-author {
  margin-top: 0;
  margin-bottom: 0px;
  font-weight: 500;
}
.post-comments .comment-author a {
  color:  #000;
  font-size: 14px;
  text-transform: uppercase;
}
.post-comments time {
  margin: 0 0 5px;
  display: inline-block;
  color: #808080;
  font-size: 12px;
}
.post-comments .comment-button {
  color:  #000;
  display: inline-block;
  margin-left: 5px;
  font-size: 12px;
}
.post-comments .comment-button i {
  margin-right: 5px;
  display: inline-block;
}
.post-comments .comment-button:hover {
  color:  #000;
}

.post-excerpt {
  margin-bottom: 60px;
}
.post-excerpt h3 a {
  color: #000;
}
.post-excerpt p {
  margin: 0 0 30px;
}
.post-excerpt blockquote.quote-post {
  margin: 20px 0;
}
.post-excerpt blockquote.quote-post p {
  line-height: 30px;
  font-size: 20px;
  color:  #000;
}

.single-blog {
  background-color: #fff;
  margin-bottom: 50px;
  padding: 20px;
}

.blog-subtitle {
  font-size: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dedede;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.next-prev {
  border-bottom: 1px solid #dedede;
  border-top: 1px solid #dedede;
  margin: 20px 0;
  padding: 25px 0;
}
.next-prev a {
  color: #000;
}
.next-prev a:hover {
  color:  #000;
}
.next-prev .prev-post i {
  margin-right: 10px;
}
.next-prev .next-post i {
  margin-left: 10px;
}

.social-profile ul li {
  margin: 0 10px 0 0;
  display: inline-block;
}
.social-profile ul li a {
  color: #4e595f;
  display: block;
  font-size: 16px;
}
.social-profile ul li a i:hover {
  color:  #000;
}

.comments-section {
  margin-top: 35px;
}

.author-about {
  margin-top: 40px;
}

.post-author {
  margin-right: 20px;
}

.post-author > img {
  border: 1px solid #dedede;
  max-width: 120px;
  padding: 5px;
  width: 100%;
}

.comment-list ul {
  margin-top: 20px;
}
.comment-list ul li {
  margin-bottom: 20px;
}

.comment-wrap {
  border: 1px solid #dedede;
  border-radius: 1px;
  margin-left: 20px;
  padding: 10px;
  position: relative;
}
.comment-wrap .author-avatar {
  margin-right: 10px;
}
.comment-wrap .media .media-heading {
  font-size: 14px;
  margin-bottom: 8px;
}
.comment-wrap .media .media-heading a {
  color:  #000;
  font-size: 13px;
}
.comment-wrap .media .comment-meta {
  font-size: 12px;
  color: #888;
}
.comment-wrap .media p {
  margin-top: 15px;
}

.comment-reply-form {
  margin-top: 80px;
}
.comment-reply-form input, .comment-reply-form textarea {
  height: 35px;
  border-radius: 0;
  box-shadow: none;
}
.comment-reply-form input:focus, .comment-reply-form textarea:focus {
  box-shadow: none;
  border: 1px solid  #000;
}
.comment-reply-form textarea, .comment-reply-form .btn-main, .comment-reply-form .btn-transparent, .comment-reply-form .btn-small {
  height: auto;
}
.footer .widget h4{
  color: #fff;
  font-family: crazyfont;
  font-size: 20px;
}
.footer-menu{
  padding-right: 0 !important;
}
ul.footer-social li{
  display: inline-block !important;
  padding: 0 5px;
}
ul.footer-social li a,
.footer-menu a{
  color: #fff;
}
.list-unstyled{
  padding-left: 0;
  padding-right: 0;
}
.widget {
  margin-bottom: 30px;
  text-align: left;
}
.widget .widget-title {
  margin-bottom: 15px;
  padding-bottom: 10px;
  font-size: 16px;
  color: #333;
  font-weight: 500;
  border-bottom: 1px solid #dedede;
}
.widget.widget-latest-post .media .media-object {
  width: 100px;
  height: auto;
}
.widget.widget-latest-post .media .media-heading a {
  color: #242424;
  font-size: 16px;
}
.widget.widget-latest-post .media p {
  font-size: 12px;
  color: #808080;
}
.widget.widget-category ul li {
  margin-bottom: 10px;
}
.widget.widget-category ul li a {
  color: #837f7e;
  transition: all 0.3s ease;
}
.widget.widget-category ul li a:before {
  padding-right: 10px;
}
.widget.widget-category ul li a:hover {
  color:  #000;
  padding-left: 5px;
}
.widget.widget-tag ul li {
  margin-bottom: 10px;
  display: inline-block;
  margin-right: 5px;
}
.widget.widget-tag ul li a {
  color: #837f7e;
  display: inline-block;
  padding: 8px 15px;
  border: 1px solid #dedede;
  border-radius: 30px;
  font-size: 14px;
  transition: all 0.3s ease;
}
.widget.widget-tag ul li a:hover {
  color: #fff;
  background:  #000;
  border: 1px solid  #000;
}

.footer {
  padding-bottom: 10px;
  background: #0a4e75;
}
.footer .copyright a {
  font-weight: 600;
}

.lh-35 {
  line-height: 35px;
}

.logo {
  color: #242424;
  font-weight: 600;
  letter-spacing: 1px;
}
.logo img {
  max-height: 100px;
  padding:0;
}
.sticked .logo img {
  max-height: 70px;
}
.fixed-top {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;
}
#header{
  transition: all 0.5s;
  margin-top: 25px;
  background: #fff;
  border-top: 1px solid #e4e4e4;
  padding: 5px 0;
}
.sticked {
  margin-top: 0 !important;
  box-shadow: 1px 1px 20px #000;
}
.sub-form {
  position: relative;
}
.sub-form .form-control {
  border: 1px solid rgba(0, 0, 0, 0.06);
  background: #f5f8f9;
}

.footer-btm {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.footer-socials li a {
  margin-left: 15px;
}

.scroll-to-top {
  position: fixed;
  bottom: 30px;
  left: 30px;
  z-index: 999;
  height: 40px;
  width: 40px;
  background:  #000;
  border-radius: 50%;
  text-align: center;
  line-height: 43px;
  color: white;
  cursor: pointer;
  transition: 0.3s;
  display: none;
}
.search-s {
  display: inline-block;
  font-size: 16px;
  color: #f76126;
  background: #000;
  padding: 13px 30px;
  font-weight: 600;
  border-radius: 4px;
  text-align: right;
}
.art-det{
  margin-bottom: 30px;
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 30px;
}
.site-btn2 {
  background: #4CAF50;
  display: block;
  width: 100%;
  padding: 8px 30px 10px;
  font-size: 16px;
  text-align: center;
  color: #fff;
  margin: 15px 0;
}
button.btn.bg-white{
  background: #fff;
  color: #000;
}
.callus.icons{
  display: block;
  background: #fff;
  padding: 5px;
  box-shadow: 1px 1px 10px #484848;
}
.callus.icons span{
  font-size: 12px;
  display: block;
  color: #32323e ;
}
.callus.icons a{
  color: #000;
  background: #fff;
}
.callus.icons a.border2{
  border-right:1px solid #000 !important;
  border-left:1px solid #000 !important;
  border-top-left-radius:0;
  border-top-right-radius: 0 ;
}
.callus.icons a i{
  color: #32323e;
  font-size: 15px;
}
.list-inline{
  padding: 0;
}
.call{
	position: absolute;
	z-index: 99999;
	width: 100%;
}
a.call-img{
	position: fixed;
	bottom: 40px;
	right: 40px;
  width: 45px;
  border-radius: 50%;
  height: 45px;
  text-align: center;
  line-height: 45px;
}
a.whatsapp-img{
	position: fixed;
	bottom: 100px;
	right: 40px;
  width: 45px;
  border-radius: 50%;
  height: 45px;
  text-align: center;
  line-height: 45px;
  font-size: 24px;
}
.c-gold{
  color: #000;
}
.location-sign{
  text-align: center;
  display: block;
  width: 100%;
  float: right;
  padding: 40px 0;
  margin-bottom: 30px;
}
/*.location-sign:before{
  content: ""; 
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(50, 50, 62);
   opacity: .7; 
  border-radius: 20px;
}*/
.location-sign h4{
  font-weight: bolder;
  color: #fff;
  font-size: 18px;
  margin-bottom: 20px;
}
.location-sign img{
  max-width: 100%;
  border-radius: 20px;
}
.location-sign .member-info{
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #fff;
  text-align: center;
}
.location-sign .member-info p{
  color: #000;
}
.callus{
  position: fixed;
  bottom: 0;
  /* width: 300px; */
  width: 500px;
  text-align: center;
  margin: 0 auto;
  right: 50px;
  padding: 0 5px;
  color: #32323e;
  z-index: 99;
}
.callus .row.no-gutters .col-4{
  padding-left:2px;
  padding-right:2px;
}
.callus a i{
  color: #32323e;
}
.callus a{
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background: #000;
}
@media (max-width: 480px) {
  .scroll-to-top {
    bottom: 15px;
    right: 15px;
  }
}
.scroll-to-top:hover {
  background-color: #333;
}
.ltr{
  direction: ltr;
}
/*=== MEDIA QUERY ===*/
@media (max-width: 992px) {
  .slider .block h1 {
    font-size: 56px;
    line-height: 70px;
  }
  .bg-about {
    display: none;
  }
  section.about {
    border: 1px solid #dee2e6;
    border-left: 0;
    border-right: 0;
  }
  .footer-socials {
    margin-top: 20px;
  }
  .footer-socials li a {
    margin-left: 0px;
  }
}
@media (max-width: 768px) {
  .navigation{
    height: 81px;
  }
  /* .slider:before{
    top:55px;
    height: 300px;
  } */
  .page-title{
    padding: 100px 0 30px;
  }
  .page-title .block.text-left{
    text-align: center !important;
  }
  .header-top{
    display: none;
  }
  #header{
    margin-top: 0;
    padding: 5px 0;
  }
  .logo img{
    /* padding: 0 20px; */
    max-height: 70px;
    text-align: center;
    margin: auto;
  }
  .logo figure{
    display: block;
    margin: auto;
  }
  .title{
    padding: 15px 0;
    font-size: 26px;
  }
  #header .btn{
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }
  .navbar-toggler {
    color: #fff;
  }
  .bg-about {
    display: none;
  }
  .slider .block h1 {
    font-size: 48px;
    line-height: 62px;
  }
  .blog-item-meta span {
    margin: 6px 0px;
  }
  .widget {
    margin-bottom: 30px;
    padding-bottom: 0px;
  }
  .callus{
    width: 100%;
    right: 0;
    left: 0;
    background: #fff;
  }
}
@media (max-width: 480px) {
  .header-top .header-top-info a {
    margin-left: 10px;
    margin-right: 10px;
  }
  .navbar-toggler {
    color: #fff;
  }
  .slider .block h1 {
    font-size: 38px;
    line-height: 50px;
  }
  .content-title {
    font-size: 28px;
    line-height: 46px;
  }
  .p-5 {
    padding: 2rem !important;
  }
  h2, .h2 {
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 36px;
  }
  .testimonial-item .testimonial-item-content {
    padding-left: 0px;
    padding-top: 30px;
  }
  .widget {
    margin-bottom: 30px;
    padding-bottom: 0px;
  }
}
@media (max-width: 400px) {
  .header-top .header-top-info a {
    display: block;
  }
  .navbar-toggler {
    color: #fff;
  }
  .content-title {
    font-size: 28px;
    line-height: 46px;
  }
  .bg-about {
    display: none;
  }
  .p-5 {
    padding: 2rem !important;
  }
  h2, .h2 {
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 36px;
  }
  .testimonial-item .testimonial-item-content {
    padding-left: 0px;
    padding-top: 30px;
  }
  .text-lg {
    font-size: 3rem;
  }
  .widget {
    margin-bottom: 30px;
    padding-bottom: 0px;
  }
}
/*# sourceMappingURL=style.css.map */

@media (min-width: 1280px) {
  .navbar {
    padding: 0;
  }

  .navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
    list-style-type: none;
  }

  .navbar li {
    position: relative;
  }

  .navbar>ul>li {
    white-space: nowrap;
    padding: 10px 8px;
  }

  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: myFirstFont;
    font-size: 17px;
    font-weight: 600;
    color: #000;
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
  }

  .navbar a i,
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    display: none;

  }

  .navbar a:hover:before,
  .navbar li:hover>a:before,
  .navbar .active:before {
    visibility: visible;
    width: 100%;
  }


  .navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 0;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    border-radius: 4px;
  }

  .navbar .dropdown ul li {
    min-width: 200px;
  }

  .navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    font-weight: 600;
    text-shadow: none;
    color: #000;
  }

  .navbar .dropdown ul a i {
    font-size: 12px;
  }

  .navbar .dropdown ul a:hover,
  .navbar .dropdown ul .active:hover,
  .navbar .dropdown ul li:hover>a {
    color: #000;
  }

  .navbar .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
  }

  .navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
  }
  li.hidekink{
    display: none;
  }
}

@media (min-width: 1280px) and (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
  
  li.hidekink{
    display: none;
  }
}

@media (min-width: 1280px) {

  .mobile-nav-show,
  .mobile-nav-hide {
    display: none;
  }
}

/*--------------------------------------------------------------
# Mobile Navigation
--------------------------------------------------------------*/
@media (max-width: 1279px) {
  .navbar {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 400px;
    border-left: 1px solid #666;
    bottom: 0;
    transition: 0.3s;
    z-index: 9997;
  }

  .navbar ul {
    position: absolute;
    inset: 0;
    padding: 50px 0 10px 0;
    margin: 0;
    background: rgba(255, 255, 255, 0.9);
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
    list-style-type: none;
  }

  .navbar a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    font-family: myFirstFont;
    border-bottom: 2px solid rgba(255, 255, 255, 0.8);
    font-size: 16px;
    font-weight: 600;
    color: #000;
    white-space: nowrap;
    transition: 0.3s;
  }
  .navbar a i,
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }

  .navbar a:hover,
  .navbar li:hover>a {
    color: #000;
  }


  .navbar .dropdown ul,
  .navbar .dropdown .dropdown ul {
    position: static;
    display: none;
    padding: 10px 0;
    margin: 10px 20px;
    transition: all 0.3s ease-in-out;
    border: 1px solid #eee;
  }

  .navbar .dropdown>.dropdown-active,
  .navbar .dropdown .dropdown>.dropdown-active {
    display: block;
  }

  .mobile-nav-show {
    color: #f76126;
    font-size: 28px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    z-index: 9999;
    margin: 0;
    position: absolute;
    left: 0;
    width: 80px;
    height: 80px;
    text-align: left;
    line-height: 80px;
    padding: 0 20px;
  }

  .mobile-nav-hide {
    font-size: 32px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    position: fixed;
    right: 10px;
    top: 20px;
    z-index: 9999;
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .navbar {
    right: 0;
  }

  .mobile-nav-active .navbar:before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(255, 255, 255, 0.8);
    z-index: 9996;
  }
}
/* .single-welcome-slide {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 900px;
  background-color: #ffffff;
}
.single-welcome-slide .background-curve {
  position: absolute;
  width: 70%;
  top: 0;
  height: 100%;
  right: 0;
  z-index: -1;
}
.single-welcome-slide .background-curve img {
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
} */
/* .form-post{
  position: absolute;
  top: 200px;
  width: 100%;
  z-index: 999999;
} */
.about-bg-pattern {
  position: absolute;
  width: 40%;
  left: 0;
  bottom: 0;
  z-index: -1;
  height: 100%;
}
.about-bg-pattern img {
  height: 100%;
  width: auto;
}
.service{
  position: relative;
}
.top-navbar ul{
 line-height: 25px;
 margin-bottom: 0;
 text-align: right;
}
.top-navbar ul li{
  display: inline-block;
  padding: 0 10px;
}
.top-navbar ul li a{
  color: #fff;
  font-size: 15px;
}
button .slick-next.slick-arrow{
  display: none;
}
.main-slider {overflow: hidden;display:block;overflow:hidden;width:100%;}
.slide-box {position: relative;}
.text-box-slider {position: absolute;top: 50%;left: 0;text-align: center;width: 100%;transform: translateY(-50%);}
samp.welcome-font {color: #FFF;font-size: 44px;font-weight: 600;}
.text-box-slider h1 {
  font-size:70px;
      display: block;
      margin-bottom: 30px;
      color: #ffffff;
      font-family: crazyfont;
}
.text-box-slider p { font-size: 20px;
  font-weight: bold;}
.btn-slider {padding: 10px 30px;border: solid 1px;display: inline-block;margin-top: 13px;font-size: 18px;transition: all ease-in-out 0.5s;
text-transform: uppercase; font-weight: normal;}
.btn-slider:hover { background: transparent;color: white;transition: all ease-in-out 0.5s; color:#fff; border:solid 1px;}
.main-slider img {
	width: 100%;
  object-fit: cover;
  position: relative;
  max-height: 700px;
}
/* .main-slider img:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  background-color: rgba(1, 1, 1, 0.52);
} */
.roberto-about-area {
  position: relative;
  z-index: 1; }
  .roberto-about-area .hotel-search-form-area {
    width: 100%;
    z-index: 100;
  }
    .hotel-search-form-area .hotel-search-form {
      width: 100%;
      box-shadow: 0 2px 15px 1px rgba(0, 0, 0, 0.15);
      padding:0;
      border-radius: 5px;
      background-color: #ffffff;
      margin-top: -40px;
      border-radius: 25px;
    }
    label,
    ::placeholder {
      text-transform: capitalize;
    }
    .hotel-search-form form .form-control::placeholder{
      font-size: 18px;
    }
    .search-list a{
      display: block;
      width: 100%;
    }
.search-list .row h2{
  font-size: 20px;
  margin-bottom: 0;
}
.search-list h3{
  margin-top: 0;
  padding-left: 25px;
  font-size: 18px;
}
.search-list h3 a{
}
.search-list h3 span.colorg{
  color: #868686;
}
.roberto-blog-area{
  padding: 4px 0 30px;
}
.nav-tabs{
  border: none;
  text-align: center;
  display: block;
}
.nav-tabs .nav-item{
  display: inline-block;
  margin: 10px 20px 30px;
  font-size: 20px;
  font-weight: bold;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
  color: #fff;
  background-color: #f76126;
  border-color: #f76126;
}
.nav-tabs .nav-link{
  padding: 15px 30px;
  border-radius: .25rem;
  cursor: pointer;
  font-weight: bold;
}
.project-wrap {
  margin-bottom: 30px; 
text-align: center;}
  .project-wrap .img {
    display: block;
    width: 100%;
    height: 300px;
    position: relative;
    z-index: 0; }
  .project-wrap .text {
    margin: 0 auto;
    width: 90%;
    position: relative;
    border-top: none;
    margin-top: -20px;
    background: #fff;
    -webkit-box-shadow: 0px 10px 23px -8px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0px 10px 23px -8px rgba(0, 0, 0, 0.11);
    box-shadow: 0px 10px 23px -8px rgba(0, 0, 0, 0.11); }
    .project-wrap .text .days {
      font-size: 12px;
      color: #f76126;
      text-transform: uppercase;
      font-weight: 700; }
    .project-wrap .text h3 {
      font-size: 24px;
      margin-bottom: 0;
      font-weight: 500; }
      .project-wrap .text h3 a {
        color: #000000; }
    .project-wrap .text ul {
      margin: 0;
      padding: 0; }
      .project-wrap .text ul li {
        display: inline-block;
        margin-right: 10px;
        color: #b3b3b3; }
        .project-wrap .text ul li span {
          color: #f76126;
          margin-right: 10px;
          font-size: 20px; }
  .project-wrap:hover .text .price {
    padding-left: 15px;
    padding-right: 15px;
    background: #33313b; }
    .project-wrap .text p.location span.fa{
      color: #f76126;
      font-size: 16px;
      padding: 0 10px 0 0;
    }
  
    .contact-project{
      text-align: center;
    }
    .whats-bg,
    .call-bg{
      background: #4cd964;
      width: 40px;
      height: 40px;
      border-radius: 10%;
      display: block;
      margin:10px;
      margin-top: 0;
    }
    .whats-bg i{
      color: #fff;
      line-height: 40px;
      font-size: 20px;
    }
    .call-bg{
      background: #e4ebf2;
    }
    .call-bg i{
      color: #1e4164;
      line-height: 40px;
      font-size: 20px;
    }
    
.contact-project a{
  display: inline-block;
}
.roberto-service-area {
  padding: 80px 0;
  /* background: #e9e9ed; */
}
.single-service--area {
  background: #0a4e75;
  color: #fff;
  box-shadow: 0 2px 14px 5px rgba(20, 20, 20, 0.05);
  border-radius: 3px;
  padding: 30px;
  text-align: center;
  border: 1px solid #ececec;
  margin-top: 70px;
}
.single-service--area img {
  margin-bottom: 10px;
  margin-top: -80px;
  height: 100px;
}
.single-service--area p {
  margin-bottom: 0;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  padding: 20px 0;
  text-align: center;
  font-family: crazyfont;
}
.single-service--area:hover, .single-service--area:focus {
  background: #fff;
  color: #0a4e75;
  border: 1px solid #ececec;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .single-service--area:hover p,
   .single-service--area:focus p{
    color: #0a4e75;
  }
.project-wrap{
    padding: 15px;
  }
  
.contact-section .box {
  width: 100%;
  display: block;
  background: #fff;
}
  .contact-section .box .icon {
    width: 100px;
    height: 100px;
    background: #f76126;
    margin: 0 auto;
    margin-bottom: 15px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; }
    .contact-section .box .icon span {
      color: #fff;
      font-size: 30px; }
  .contact-section .box h3 {
    font-size: 24px;
    font-weight: 600;
    color: #000; }

.contact-section .contact-form {
  width: 100%; }
  .contact-section .contact-info p{
    text-align: center;
  }
.member-info-det i {
    font-size: 26px;
    border:1px solid #f76126;
    padding: 10px;
    border-radius: 50%;
    margin-left: 10px;
    color: #f76126;
  }
  .contact_section_2 {
    width: 100%;
    margin: 0 auto;
    padding: 70px 0 130px;
    background-color: #0a4e75;
    border-bottom-left-radius: 540px;
    border-bottom-right-radius: 540px;
    margin-bottom: 50px;
  }
  .mail_section_1 {
    width: 60%;
    margin: 0 auto;
  }
  p.plan-a{
    color: #fff;
    font-size: 50px;
    font-weight: bold;
    font-family: crazyfont;
  }
  .search-list{
    background: #f7f7f7;
    padding: 10px 10px 30px;
  }
 .roberto-rooms-area{
    margin-top: 40px;
  }
  .rooms-slides{
    background-color: #0a4e75;
  }
  .promote-bg{
    width: 100%;
    height: 100%;
    position: relative;
    padding: 80px 0;
    background: url("../images/plan2.jpg") fixed no-repeat;
    background-size: cover;
  }
  .promote-det img {
    max-height: 120px;
    margin: 10px auto;
  }
  .promote-bg a.crazyfont{
    font-size: 33px;
    text-transform: capitalize;
  }
      @media only screen and (max-width: 767px) {
        .hotel-search-form-area .hotel-search-form{
          margin-top: 0;
        }}
    .single-room-slide .room-content {
      background-color: #0a4e75;
    }
      @media only screen and (max-width: 767px) {
        .single-room-slide .room-content {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
          flex: 0 0 100%;
          max-width: 100%;
          width: 100%;
          padding-left: 15px;
          margin-bottom: 50px; } }
      .single-room-slide .room-content h3 {
        color: #ffffff;
        font-size: 28px;
        display: block;
        margin-bottom: 15px; }
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          .single-room-slide .room-content h3 {
            font-size: 30px; } }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .single-room-slide .room-content h3 {
            font-size: 26px; } }
        @media only screen and (max-width: 767px) {
          .single-room-slide .room-content h3 {
            font-size: 20px; } }
      .single-room-slide .room-content h4 {
        color: #f76126;
        font-size: 28px;
        display: block;
        margin-bottom: 25px; }
        @media only screen and (max-width: 767px) {
          .single-room-slide .room-content h4 {
            font-size: 30px; } }
        .single-room-slide .room-content h4 span {
          color: #ffffff;
          font-size: 26px;
          padding-right: 10px;
          font-family: crazyfont; }
      .single-room-slide .room-content .room-feature {
        position: relative;
        z-index: 1;
        margin-bottom: 30px; }
        @media only screen and (max-width: 767px) {
          .single-room-slide .room-content .room-feature {
            margin-bottom: 0; } }
        .single-room-slide .room-content .room-feature li {
          color: #ffffff;
          display: block;
          margin-bottom: 15px; }
          .single-room-slide .room-content .room-feature li span {
            min-width: 110px;
            display: inline-block; }
          @media only screen and (min-width: 768px) and (max-width: 991px) {
            .single-room-slide .room-content .room-feature li {
              font-size: 14px; } }
          @media only screen and (max-width: 767px) {
            .single-room-slide .room-content .room-feature li {
              font-size: 12px;
              margin-bottom: 5px; } }
          .single-room-slide .room-content .room-feature li:last-child {
            margin-bottom: 0; }
  .bg{
    background: #0a4e75;
  }
  #countdown {
    color: #fff;
  }
  
  #timer {
    display: flex;
    justify-content: center;
    text-align: center;
  }
  
  #timer div {
    margin-right: 40px;
  }
  
  #timer span {
    display: block;
    font-size: 24px;
  }
  p span.from{
    font-size: 15px;
    text-transform: capitalize;
    font-family: crazyfont;
  }
  p span.prices{
    font-size: 18px;
    font-weight: bold;
    color:#f76126;
    padding: 0 5px;
  }
  p del{
    font-size: 14px;
  }
  .single-service-area {
    position: relative;
    z-index: 1;
    background-color: #ffffff;
    box-shadow: 0 2px 14px 5px rgba(20, 20, 20, 0.05);
    border-radius: 3px;
  margin-bottom: 15px;
  border-radius: 1rem;
  box-shadow: 0px -10px 0px #0a4e75; }
    .single-service-area .service-title {
      -webkit-transition-duration: 500ms;
      -o-transition-duration: 500ms;
      transition-duration: 500ms;
      position: absolute;
      width: 100%;
      background-color: rgba(10, 78, 117, 0.41);
      bottom: 0;
      left: 0;
      height: 100%;
      text-align: center;
      -webkit-box-shadow: 0px 10px 23px -8px rgba(0, 0, 0, 0.11);
      -moz-box-shadow: 0px 10px 23px -8px rgba(0, 0, 0, 0.11);
      box-shadow: 0px 10px 23px -8px rgba(0, 0, 0, 0.11);
    }
      .single-service-area .service-title h3 {
        font-size: 68px;
        font-weight: 700;
        color: #FFFFFF;
        letter-spacing: -0.05em;
        font-family: crazy;
        font-family: crazyfont;
       }
    /* .single-service-area:hover .service-title, .single-service-area:focus .service-title {
      background-color: #0a4e75; } */
      .crazyfont{
        font-family: crazyfont;
      }
      .single-post-area {
        position: relative;
        z-index: 1;
        -webkit-transition-duration: 500ms;
        -o-transition-duration: 500ms;
        transition-duration: 500ms;
        background: #f7f7f7;
        margin: 15px;
      padding: 10px; }
        .single-post-area .post-thumbnail {
          display: block;
          margin-bottom: 30px; }
        .single-post-area .post-meta {
          position: relative;
          z-index: 1;
          margin-bottom: 8px; }
          .single-post-area .post-meta span {
            position: relative;
            z-index: 1;
            font-size: 14px;
            color: #afb4bf;
            display: inline-block;
            margin-right: 30px;
            text-transform: uppercase;
            letter-spacing: 1px; }
            .single-post-area .post-meta span {
              margin-right: 0;
              color: #f76126; }
            .single-post-area .post-meta a:hover, .single-post-area .post-meta a:focus {
              color: #f76126; }
        .single-post-area .post-title {
          font-size: 20px;
          line-height: 1.2;
          display: block;
          margin-bottom: 15px; }
          .single-post-area .post-title:hover, .single-post-area .post-title:focus {
            color: #f76126; }
        .single-post-area p {
          margin-bottom: 15px; }
        .single-post-area:hover, .single-post-area:focus {
          -webkit-transform: translateY(-10px);
          -ms-transform: translateY(-10px);
          transform: translateY(-10px); }
          .single-post-area:hover .post-title, .single-post-area:focus .post-title {
            color: #f76126; }
      
      .single-blog-post {
        position: relative;
        z-index: 1; }
        @media only screen and (max-width: 767px) {
          .single-blog-post {
            -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
        .single-blog-post .post-thumbnail {
          position: relative;
          z-index: 1;
          -webkit-box-flex: 0;
          -ms-flex: 0 0 40%;
          flex: 0 0 40%;
          max-width: 40%;
          width: 40%; }
          @media only screen and (max-width: 767px) {
            .single-blog-post .post-thumbnail {
              -webkit-box-flex: 0;
              -ms-flex: 0 0 100%;
              flex: 0 0 100%;
              max-width: 100%;
              width: 100%;
              margin-bottom: 50px; } }
          .single-blog-post .post-thumbnail a {
            display: block; }
          .single-blog-post .post-thumbnail img {
            border-radius: 4px; }
        .single-blog-post .post-content {
          position: relative;
          z-index: 1;
          -webkit-box-flex: 0;
          -ms-flex: 0 0 60%;
          flex: 0 0 60%;
          max-width: 60%;
          width: 60%;
          padding-left: 30px; }
          @media only screen and (max-width: 767px) {
            .single-blog-post .post-content {
              -webkit-box-flex: 0;
              -ms-flex: 0 0 100%;
              flex: 0 0 100%;
              max-width: 100%;
              width: 100%;
              padding-left: 0; } }
          .single-blog-post .post-content .post-title {
            font-size: 20px;
            line-height: 1.5;
            display: block;
            margin-bottom: 15px; }
            @media only screen and (min-width: 992px) and (max-width: 1199px) {
              .single-blog-post .post-content .post-title {
                font-size: 16px; } }
            .single-blog-post .post-content .post-title:hover, .single-blog-post .post-content .post-title:focus {
              color: #f76126; }
          .single-blog-post .post-content .post-meta {
            position: relative;
            z-index: 1;
            margin-bottom: 10px; }
            .single-blog-post .post-content .post-meta a {
              position: relative;
              z-index: 1;
              font-size: 14px;
              color: #f76126;
              display: inline-block;
              margin-right: 30px;
              letter-spacing: 1px;
              text-transform: uppercase; }
              @media only screen and (min-width: 992px) and (max-width: 1199px) {
                .single-blog-post .post-content .post-meta a {
                  font-size: 12px; } }
              .single-blog-post .post-content .post-meta a:last-child {
                margin-right: 0; }
                .single-blog-post .post-content .post-meta a:last-child::before {
                  content: '/';
                  position: absolute;
                  top: 0;
                  left: -20px;
                  z-index: 1; }
              .single-blog-post .post-content .post-meta a:hover, .single-blog-post .post-content .post-meta a:focus {
                color: #000000; }
          .single-blog-post .post-content p {
            margin-bottom: 20px;
            line-height: 1.6; }
            @media only screen and (min-width: 992px) and (max-width: 1199px) {
              .single-blog-post .post-content p {
                font-size: 14px; } }

.review-item{
  border-radius: 1rem;
  box-shadow: 0px -10px 0px rgb(151, 248, 6);
}
.reviews{
  background: #0a4e75;
  padding: 40px 0;
}
.bubble blockquote {
  margin: 10px 10px 0;
  background: #fff;
  padding: 60px;
  position: relative;
  border: none;
  border-radius: 8px;
  font-size: 1.25em;
  color: #1e528e;
}
.bubble blockquote:before, .bubble blockquote:after {
	content: "\201C";
	position: absolute;
	font-size: 80px;
	padding: 10px;
	line-height: 1;
	color: #1e528e;
}
.bubble blockquote:before {
	top: 0;
	left: 10px;
}
.bubble blockquote:after {
	content: "\201D";
	right: 10px;
	bottom: -.5em;
}
.quotes .card2 div {
	width: 0;
	height: 0;
	border-left: 0 solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid #fff;
	margin: 0 0 0 60px;
	margin-bottom: 10px;
}
.bubble cite {
	padding-left: 20px;
	font-size: 1.25em;
  color:#f7f7f7;
}
.quote-item{
  margin: 10px;
  background: #fff;
  padding: 15px;
  border-radius: 10px;
  border-radius: 1rem;
  box-shadow: 0px -10px 0px #f76126;
}
.quote-item .quote-text {
  margin: 0 0 10px;
  display: inline-block;
  padding: 0 40px 30px 60px;
  background-color: #fff;
  position: relative;
  font-size: 16px;
  font-style: italic;
}

.quote-item .quote-text:before {
  content: "\f10e";
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  font-size: 30px;
  left: 0;
  top: 0;
  font-weight: 700;
  color: #f76126;
}

.testimonial-slide .slick-dots {
  bottom: -35px;
}


img.testimonial-thumb {
  max-width: 80px;
  float: left;
  margin-right: 20px;
  border-radius: 5px;
}

.quote-item-info {
  padding: 15px;
  display: inline-block;
}

.quote-author {
  font-size: 16px;
  line-height: 18px;
  margin: 0 0 2px;
  font-weight: 700;
  display: block;
}


.quote-item-footer {
  margin-top: 0;
  margin-left: 60px;
}
img.testimonial-thumb {
  max-width: 80px;
  float: left;
  margin-right: 20px;
  border-radius: 5px;
}
.quote-item-info {
  padding-top: 15px;
  display: inline-block;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button:hover::before, .slick-dots .slick-dots li button:focus::before, .slick-dots li.slick-active button::before {
  opacity: 1;
  color: #ffb600;
}
.slick-dots li button:hover::before, .slick-dots .slick-dots li button:focus::before, .slick-dots li.slick-active button::before {
  opacity: 1;
  color: #ffb600;
}
.slick-dots li.slick-active button::before {
  opacity: .75;
  color: black;
}
.slick-dots li button::before {
  font-size: 12px;
}
.slick-dots li button::before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.stars .checked {
  color: orange;
}
.visa h2{
  font-size: 48px;
  color: #32323e;
  font-family: crazyfont;
}
.hotel-search-form .d-block .btn-main {
  /* margin-top: 32px; */
  padding: 25px 10px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}
.box_main {
  width: 100%;
  background-color:#0a4e75;
  clip-path: polygon(100% 0, 100% 75%, 50% 100%, 0 75%, 0 0);
  height: auto;
  padding: 20px 15px 70px;
  color: #fff;
  text-align: center;
  margin-bottom: 15px;
}
.box_main:hover{
  background-color:#f76126;
}
.box_main img{
  max-height: 70px;
  margin: auto;
}
.volunteer_text {
  width: 100%;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  padding-top: 20px;
}
p.location {
  display: inline-block;
  padding-right: 15px;
}
.transport{
  position: relative;
  z-index: 0;
}
.transport .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  content: '';
  height:300px;
  background: #0a4e75;
}
.project-wrap2 .text .price {
  position: absolute;
  top: -23px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: inline-block;
  background: #f76126;
  color: #fff;
  margin: 0 auto;
  padding: 8px;
  font-size: 16px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  border-radius: 40px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.project-wrap2 {
  margin: 15px;
  border: 2px solid #fff; }
  .project-wrap2 .img {
    display: block;
    width: 100% }
  .project-wrap2 .text {
    width: 100%;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-top: none;
    background: #fff; }
    .project-wrap2 .text .days {
      font-size: 14px; }
    .project-wrap2 .text .price {
      position: absolute;
      top: -23px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      display: inline-block;
      background: #f76126;
      color: #fff;
      margin: 0 auto;
      padding: 8px;
      font-size: 16px;
      -webkit-border-radius: 40px;
      -moz-border-radius: 40px;
      -ms-border-radius: 40px;
      border-radius: 40px;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .project-wrap2 .text h3 {
      font-size: 20px; }
      .project-wrap2 .text h3 a {
        color: #000000; }
    .project-wrap2 .text ul {
      margin: 0;
      padding: 0; }
      .project-wrap2 .text ul li {
        display: inline-block;
        margin-right: 10px;
        color: #000000; }
        .project-wrap2 .text ul li span {
          color: #f76126;
          margin-right: 10px;
          font-size: 20px; }
  .project-wrap2:hover .text .price {
    padding-left: 15px;
    padding-right: 15px;
    background: #33313b; }
  a.view-all{
    font-size: 20px;
    font-weight: bold;
  }
  .bookhotel{
    padding: 180px 0;
  }
  .bookhotel .icon{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100px;
    height: 100px;
    line-height: 1.3;
    border-radius: 50%;
    background: #f0f0f0;
    margin: 0 auto;
      margin-top: 0px;
      margin-bottom: 0px;
    margin-bottom: 20px;
    margin-top: -50px;
  }
  .bookhotel .media-body {
    margin-top: 40px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .bookhotel .media-body h3 a{
    color: #fff;
    font-size: 33px;
    padding: 10px 0;
    display: block;
  }
  .bookhotel .services {
    padding: 30px 0;
    background: #0a4e75;
    border-radius: 4px;
  }
  .bookhotel img{
    height: 70px;
  }
  .bookhotel .btn-custom {
    background: #fff;
    right: -20px;
  }
  .bookhotel .media-body .btn-custom {
    position: absolute;
    bottom: -25px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #f76126;
    -webkit-box-shadow: 0px 10px 30px -4px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 10px 30px -4px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 10px 30px -4px rgba(0, 0, 0, 0.15);
  }
  .plantrip{
    padding: 15px 0;
    margin-top: 15px;
  }
  .plantrip span{
    font-size: 30px;
    padding-top: 20px;
    display: inline-block;
  }
  .plantrip:hover {
    background-color: #f76126;
    color: #fff;
  }
  .plantrip img{
    max-height: 70px;
    margin: auto;
    display: inline-block;
    padding: 5px 10px 10px;
  }
  .input-group-text{
    background: none;
    border:none;
  }
  .hotel-search-form form .form-control{
    border:none;
  }
  .searchtop i.color{
    text-align: right;
    font-size: 28px;
    padding: 3px 10px;
  }
  .searchtop .row .col-lg-5.border-r{
    border-right: 1px solid #ced4da;
  }
  .searchtop .row .row.no-gutters label{
    position: relative;
    z-index: 1;
  }
.searchtop .row .row.no-gutters .form-control {
    position: absolute;
    top: 0px;
    z-index: 0;
    cursor: pointer;
    height: 64px;
    border-color: #fff;
}
.bgbanner,
.bylocationimg{
  position: relative;
}
.img-location {
  max-height: 280px;
  height: 280px;
  width: 100%;
}
.bylocationimg .card-img-overlay {
  background: #000;
  opacity: .8;
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding-top: 50px;
}
.intro-h2 h2{
  padding: 20px 0;
}
/* .sidebar-menu .sidebar-submenu {
  display: none;
} */
.box-gray {
  background-color: #f7f7f7;
  padding: 10px;
  border-radius: 5px;
}
.title-filter i.fa-angle-double-down,
.sidebar-menu .btn-filter i {
  position: absolute;
  right: 30px;
  padding-top: 7px;
  font-size: 14px;
}
.sidebar-menu .btn-filter {
  border-bottom: 1px solid #eee;
  padding: 10px 5px !important;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  color: #31404B;
  display: block;
  background: inherit;
  width: 100%;
  display: block;
  text-align: left;
}
.sidebar-submenu{
  padding-left: 15px;
  padding-top: 10px;
}
.noborder{
  border:none;
}
.font-weight-bold{
  font-weight: bold;
}
.d-undertitle span{
  padding: 0 5px;
}
.d-undertitle span i{
  padding-right: 5px;
  color: #f76126;
}
p.price-det{
  font-size: 24px;
  font-weight: bold;
}
p.price-det del{
  padding: 0 5px;
}
.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 50px;
  height: 50px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 99;
  border-radius: 50%;
  border:3px solid #fff;
}
.slick-prev {
  left: 5px;
}
.slick-next {
  right: 5px;
}
.bgbanner.noimg .breadcrumb a{
  color: #000;
}
.slick-next::before {
  content: "\f105";
}
.slick-prev::before {
  content: "\f104";
}
.slick-prev::before, .slick-next::before {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 34px;
  line-height: 1;
  opacity: 1;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  color: transparent;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button::before {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content:"\f192";
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  color: transparent;
}
.details-slider .img-dets img{
  position: relative;
  padding: 0 3px;
}
.details-slider .img-dets p{
  position: absolute;
  background-color: #00000052;
  color: #fff;
  bottom: 0px;
  padding: 10px;
  margin: 0 3px;
  width: auto;
}
/* .rate{
  display: block;
  max-height: 700px;
  overflow-y: inherit;
  overflow-x: hidden;
} */
input.star { display: none; }
  
label.star {
  padding: 5px;
  font-size: 20px;
  color: #3c3d41;
  transition: all .2s;
}

input.star:checked ~ label.star:before {
  content: '\f005';
  color: #feaf00;
  transition: all .25s;
}

input#star-5:checked ~ label.star:before {
  color: #feaf00;
  text-shadow: 0 0 20px #cbcbcb;
}

input.star-1:checked ~ label.star:before { color: #F62; }

label.star:hover { transform: rotate(-15deg) scale(1.3); }

label.star::before {
  content:"\f005";
  font: normal normal normal 20px/1 FontAwesome;
}
.star-det {
  display: block;
  width: 100%;
  text-align: left;
  direction: rtl;
}
.tabs-dets h2{
  font-size: 26px;
}
.tabs-dets .navbar2 ul,
.tabs-dets .navbar2 ul li,
.tabs-dets .navbar2 ul li a{
  padding-left: 0;
  padding-right: 10px;
}
.tabs-dets .navbar2 ul li a{
  color: #f76126;
  font-weight: bold;
}
.tabs-dets .navbar2 ul li a:after{
  color: #ccc;
  content: "|";
  margin-left: 20px;
  margin-right: 0;
  position: relative;
  left: 2px;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #f76126;
  background-color: inherit;
}
.qtybtn {
  display: inline-block;
  line-height: 36px;
  cursor: pointer;
  text-align: center;
  font-size: 22px;
  color: #000;
  padding: 0 10px;
  background: #fff;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid #000;
}
.pro-qty input {
  width: 38px;
  border: none;
  height: 36px;
  line-height: 40px;
  padding: 0;
  font-size: 20px;
  text-align: center;
  background-color: transparent;
}
.form-dets .pro-qty{
  margin: 10px 0;
}
.tabs-dets .box-gray{
  border: 1px solid #f76126;
}
#roundtripdiv,
#companiondiv,
#invitationdiv,
#bankdiv,
#hrletterdiv,
#taxdiv{
  display: none;
}
.mice-wrap img,
.bus-wrap img{
  padding: 0 5px;
}
.slick-slide img {
  margin: auto;
}
.navbar li.dropdown {
  padding-right: 23px;
}

  .navbar li.dropdown:before {
    content: "\f077";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
    z-index: 20;
    position: absolute;
    top: 55%;
    right: 0;
    -webkit-transform: translate(-50%, -50%) rotate(-180deg);
    -ms-transform: translate(-50%, -50%) rotate(-180deg);
    transform: translate(-50%, -50%) rotate(-180deg);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
  .navbar .dropnav2.collapsed:before {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
.onechild{
  display: none;
}
.logos img {
  max-height: 200px;
  padding: 15px 30px;
  margin: auto;
  width: auto;
  max-width: 100%;
}
  @media (max-width: 768px) {
    .navbar a i,
    .navbar a:focus i{
      width: 30px;
      height: 30px;
      line-height: 30px;
      text-align: center;
      border: 1px solid #767676;
      z-index:9999;
      position: absolute;
      right:20px;
      display:none;

    }
    .navbar li.dropdown > a{
      width: calc(100% - 40px);
    }
    .navbar li.dropdown{
      padding-right: 23px;
    }
    .logo{
        text-align: center;
        display: block;
          width: 100%;
    }
    .searchtop .row .col-lg-5.border-r{
      border:none;
    }
    .collapse:not(.show) {
      display: none;
    }
    .hotel-search-form-area .hotel-search-form,
    .hotel-search-form .btn-main{
      border-radius: 0;
    }
    .text-box-slider h1{
      font-size: 2.5rem;
    }
    .roberto-about-area .hotel-search-form-area{
      -webkit-transform: none;
      -ms-transform:none;
      transform: none;
    }
    .single-service--area{
      margin: 40px 0 !important;
    }
    .roberto-service-area{
      padding-bottom: 40px;
    }
    p.plan-a{
      line-height: normal;
    }
    .bookhotel .services{
      margin-bottom: 100px;
    }
    a.w-50, button.w-50{
      width: 100% !important;
    }
    .img-location{
      max-height: 250px;
      height: 250px;
    }
    .navbar .dropnav2 {
      position: absolute;
      right: 10px;
      top: 0px;
      z-index: 20;
      width: 30px;
      height: 30px;
      text-align: center;
      cursor: pointer;
      border: 1px solid #000;
      margin-top: 7px;
    }
      .navbar .dropnav2:before {
        content: "\f078";
        font: normal normal normal 14px/1 FontAwesome;
        font-size: 14px;
        z-index: 20;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(-180deg);
        -ms-transform: translate(-50%, -50%) rotate(-180deg);
        transform: translate(-50%, -50%) rotate(-180deg);
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
      .navbar .dropnav2.collapsed:before {
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
  
        .navbar .dropdown ul.collapse.show{
          display: block;
          transition: all 0.1s ease-in-out;
          padding: 0 20px;
          border: none;
          margin: 0;
        }
        .navbar li.dropdown:before{
          display: none;
        }
        .navbar .dropdown ul.collapse.show a{
          padding: 5px 15px;
        }
        .plantrip span{
          font-size: 24px;
        }
        #header .collapse:not(.show) {
          display: none;
        }
  }
