/**

* Template Name: Vilena - Hotel and Resort HTML Template
* Version: 1.0.3
* Author: Unicoder
* Email: unicoder16@gmail.com
* Developed By: Unicoder
* First Release: 10th November, 2018
* Author URL: www.unicoderbd.com

**/
/*====================================================================
	color css
====================================================================*/
@import url('https://fonts.googleapis.com/css2?family=Signika:wght@300..700&display=swap'); 
@import url('https://fonts.googleapis.com/css2?family=League+Spartan:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=League+Spartan:wght@100..900&display=swap');
 
body {
    color: var(--body-text-color);
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    color: #0f1f43;
     font-family: "League Spartan", Sans-serif;
}
/*--------------------------------------------------------------
## Button for Pages
--------------------------------------------------------------*/
.coolBeans {
  color: #fff;
  overflow: hidden;
  padding: 7px 0px;
  position: relative;
  text-decoration: none;
  transition: 0.2s transform ease-in-out;
  will-change: transform;
  z-index: 0;
  background-color: #226dc9;
  border-radius: 7px;
  border: 1px solid #226dc9;
  font-weight: 400;
  width: 120px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.coolBeans::after {
  background-color: #000;
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-100%, 0) rotate(10deg);
  transform-origin: top left;
  transition: 0.4s transform ease-out;
  will-change: transform;
  z-index: -1;
  color: #fff;
}
.coolBeans:hover::after {
  transform: translate(0, 0);
}
.coolBeans:hover {
  border: 1px solid #000;
  color: #fff;
  /* will-change: transform; */
}

.white-cta {
  width: max-content;
  margin: 0px;
  padding: 10px 0;
  position: relative;
  z-index: 199;
  line-height: 11px;
}
.white-cta .btn-1 {
  border: 2px solid #226dc9;
}
.white-cta .btn-1 .round {
  background-color: #226dc9;
}
.white-cta a {
  text-decoration: none;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 7px;
  padding: 12px 53px 11px 13px;
  color: #000000;
  text-transform: capitalize;
  font-weight: bold;
  position: relative;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
}
.white-cta a span {
  position: relative;
}
.white-cta a .round {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 7px;
  width: 38px;
  height: 38px;
  position: absolute;
  right: 3px;
  top: 5px;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.white-cta a .round i {
  position: absolute;
  /* top: 50%; */
  margin-top: 0;
  left: 50%;
  margin-left: -8px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
  font-size: 15px;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
}
.white-cta .txt {
  font-size: 20px;
  line-height: 23px;
  z-index: 3;
  font-weight: 400;
}
.white-cta a:hover {
  padding-left: 48px;
  padding-right: 28px;
  color: #fff;
}
.white-cta a:hover .round {
  width: calc(100% - 6px);
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 7px;
  color: #4f4f4f;
}
.white-cta a:hover .round i {
  left: 8%;
}

/*===== btn Color CSS =====*/
.btn-primary-bg, .btn-lg-primary {
    color: var(--white-color);
    background-color: #226dc9;
    border-color: #226dc9;
}

.btn-primary-bg:hover {
    color: #226dc9 !important;
    background-color: transparent;
    border-color: #226dc9;
}

.btn-primary {
    color: #0f1f43;
    border: 1px solid #0f1f43 !important;
    background-color: transparent;
}

.btn-primary:hover {
    color: var(--white-color) !important;
    background-color: #0f1f43;
    border-color: #ffffff !important;
}

.btn-secondery {
    color: var(--secondery-theme-color);
    border-color: var(--secondery-theme-color) !important;
}

.btn-lg-primary:hover {
    background-color: transparent !important;
    color: #0f1f43;
}

.btn-secondery:hover, .btn-secondery-bg, .btn-lg-secondery {
    color: var(--white-color);
    background-color: var(--secondery-theme-color);
    border-color: var(--secondery-theme-color) !important;
}

.btn-lg-secondery:hover, .btn-secondery-bg:hover {
    background: transparent;
    color: var(--secondery-theme-color);
}

/*===== Nav Color CSS =====*/
.btn-lg-secondery, .navbar-light .navbar-nav .nav-link {
    color: #0f1f43;
    padding: 0;
}

.bg-black {
    background-color: var(--black-color);
}

.navbar-header .navbar-light .navbar-nav .nav-link.active, .navbar-header .navbar-light .navbar-nav .nav-link:active, .navbar-header .navbar-light .navbar-nav .nav-link:hover, .navbar-header .navbar-light .navbar-nav .nav-link:focus {
    color: #226dc9;
    background: transparent
}

.header-3 .navbar-nav .nav-link, .header-4 .navbar-nav .nav-link {
    color: var(--dark-theme-color);
}

.header-3 .nav-item > .nav-link:hover {
    color: var(--secondery-theme-color);
}

.dropdown-item:hover, .dropdown-item:focus, .dropdown-toggle:hover, .dropdown-toggle:focus, .dropdown-item.active, .dropdown-item:active, .dropdown-toggle.active, .dropdown-toggle:active {
    background-color: var(--gray-color);
    color: var(--secondery-theme-color);
}

.header-3 .navbar-header .navbar-light .navbar-nav .nav-link:hover, .header-3 .navbar-header .navbar-light .navbar-nav .nav-link.active, .header-4 .navbar-header .navbar-light .navbar-nav .nav-link.active, .header-4 .navbar-header .navbar-light .navbar-nav .nav-link:hover {
    background-color: #f5f5f500;
    color: #858080;
    border-color: transparent;
}

.header-5 .navbar-light .navbar-nav .nav-link:focus, .header-5 .navbar-light .navbar-nav .nav-link:hover, .header-5 .navbar-light .navbar-nav .nav-link.active {
    color: var(--primary-theme-color);
}

/*===== Custom Font Color CSS =====*/
select, .text-white, .text-block-2, .icon-list-1 li, .icon-list-1 li::before, .text-white p, .text-white-a a, .icon-white i, .flat-white [class^="flaticon-"]::before, .upcoming-event span.icon, .upcoming-event p, .copyright-2 .line-ul li a, #page-banner .pages-link li, #page-banner .pages-link li a, .widget.form-style-1, .widget.form-style-1 .inner-title, .food-item-2 .food-name span, .our-coffee h3, .widget.get-ticket, .page-item.active .page-link, .btn-lg-default, footer .social-media li a, .page-item:hover .page-link, .widget.get-ticket h4, .widget.social-feed h3, .widget.social-feed p, .widget.social-feed i, .widget.get-ticket b, .contact-info .title, .text-block-4 h5, .social-media-3 li a, .error h3, .error p, .social-media-4 a:hover, .blog_categories ul li a, .title_white, .tag ul li a:hover, .facility p, .facility-item-1 p, .newsletter-2 input::placeholder, .newsletter-2 input, .copyright-2 .line-ul li, .slider-3 .carousel-caption h1 span, .facility-item-1 h5, .footer-widget li a, form.language .bootstrap-select .btn-option {
    color: #0f1f43;
}
.page-item.active .page-link{
    color: #fff !important;
}
.page-item a:hover{
    color: #fff !important;
}
.text-black, .text-black-a a, .service-item-2:hover p, .activity-item:hover, .food-item .food-name span, [class*="room-thumb-"] .room-size, .post-type.upper-place-top-left, [class*="room-thumb-list-"] .facility-icon li, .choose-item .number, .images-2 .upper-place-top-left, .offer-dish-info .price span, .food-booking-form.main-title-area p, .form-style-2 ::placeholder, .form-style-2 .bootstrap-select .btn-option, .nav-pills .nav-link.active, .rating-count-1 b, .rating-count-1 span, .review-2, .widget.events .date, .widget.events .info p, .event-detail-info .date, .date-type-2, .blog-item-details blockquote, .flat-black [class^="flaticon-"]::before, .accordion .card-header .btn-link[aria-expanded="true"], .accordion .card-header .btn-link:hover, .room-thumb .upper-place-top-left span, .calendar {
    color: var(--dark-theme-color) !important;
}

.text-dark-gray, .icon-in-list-1 li a, [class*="contact-form-"] .form-control::placeholder, [class*="room-thumb-"] .per-night small, .testimonial-item-1 .designation, [class*="post-detail"] .date, .offer-dish-info .price del, .introduce-block-2 span, .widget.hotel-booking-number span, .widget.hotel-booking-number b, .place-detail-info span, .place-detail-info .distance, .amount-per-night span, .room-detail-info .float-left span, .comment-item .name-date, .widget.events .info span, .icon-in-list-2 li, .one-line-ul li, .testimonial-item-3, .form-control, .social-media-2 li a, .post_data ul li, .post_data ul li a {
    color: var(--dark-text-color) !important;
}

.text-body, [class*="room-thumb-"] .subtext, .introduce-block-1 .designation, .bootstrap-select .dropdown-menu.inner li a, .widget.events a, .widget.check-form .bootstrap-select .btn-option, .bootstrap-select .btn-option, .service-tab .nav-tabs .nav-link p, .page-item a {
    color: var(--body-text-color) !important;
}

.text-block-4 span, .text-block-4 p {
    /* color: var(--gray-color); */
}

a.btn-scroll {
    color: #fff;
}

a.btn-scroll:hover {
    color: #fff !important;
}

/*===== Custom BG Color CSS =====*/
.bg-white, .header-3.fixed-top, .form-control:focus, #slider [class*="-line"]::after, .right-line:after, .header-3 .navbar, .property-search-form-1, .post-item-2, .property-search-form-2, .video-popup span, .widget.hotel-booking-number, .service-tab .nav-tabs .nav-link, .header-1 .navbar-toggler-icon, .header-5 .navbar-toggler-icon, .testimonial-title .left-right-line:before, .widget.check-form, .testimonial-title .left-right-line:after, .widget.text-block-3, .testimonial-2 .carousel-indicators li, .food-item .food-name span, .left-right-line.text-white::after, .left-right-line.text-white::before, .nav-pills .nav-link, .progress-style-1 .progress, .comment-item .content, .header-4.fixed-top, .carousel-indicators.round li, .contact-info .title::after, footer .social-media li:hover, .header-2 .navbar-toggler-icon, .nav-pills .nav-link.active, .nav-pills .show>.nav-link, .widget.guest-important, .widget.events, .widget.check-form, .title_white:before, .our-coffee .left-right-line::before, .our-coffee .left-right-line::after {
    background-color: #fff;
}

.header-1 .navbar-toggler-icon {
    background-color: #000000 !important;
}

.bg-gray, [class*="contact-form-"] .form-control, .widget.check-form .form-control, .bg-info, .room-thumb-list-2 .for-booking, .bootstrap-select .dropdown-menu.open, .place-item-details, .angle-shade:before {
    background-color: var(--gray-color) !important;
}

.copyright-3 {
    background-color: #ffffff !important;
    border: 1px solid rgba(235, 235, 235, 0.57);
    padding: 20px 0 20px !important;
    display: flex;
    align-items: center;
}
.copyright-3 span{
    color: #000;
    text-align: left;
}
.socialIcons {
    text-align: right;
}
.copyright-3 a {
    display: inline-block;
    color: #ffecf8;
    font-weight: 600;
}

.bg-dark, .accordion .card-header .btn-link[aria-expanded="true"]:after {
    background-color: var(--dark-theme-color);
}

/*===== Primary Font Color CSS =====*/
.text-primary {
    /* color: #0f1f43 !important; */
}

.text-primary, .text-primary-a a, .icon-primary i, .upcoming-event span.icon i, .flat-default [class^="flaticon-"]::before, .testimonial-item-2 .name, .footer-widget li a:hover, .service-item-2 [class^="flaticon-"]::before, .awesome-place-item a:hover, .testimonial-item-1 .opinion i, .service-type-2 b, .newsletter-2 button, .copyright-2 .line-ul li a:hover, .service-type-2 a:hover, .facility-item-1 i:before, #page-banner .pages-link li:last-child, .gallery-section .filter-btns li:hover, .gallery-section .filter-btns li.active, .widget.hotel-booking-number i, .room-detail-info .review i, .review-3, .review-4, .icon-block-1 i, .icon-list-2 li i, [class*="room-thumb"] .title a:hover, [class*="post-item"] .title a:hover, a.btn-scroll:hover, .widget.events .info span::before, .widget.get-ticket span, .social-media-2 li a:hover, .event-item-details .comment-item a, .error .left-right-line, .error .left-right-line::before, .error .left-right-line::after, .btn-link:hover, .blog-item-details .comment-item a, .hover-primary:hover, .choose-item a:hover, .introduce-block-2 a:hover, .social-media-3 a:hover, .event-item .inner-title a:hover, .blog_widget ul li a:hover {
    color: #0f1f43;
}

/*===== Primary BG Color CSS =====*/
.bg-primary, .icon-list-3 li::after, .down-line-left:after, .video-popup span:hover, .down-line-center:after, #slider .carousel-indicators li.active, .activity-item:hover, .service-tab .nav-tabs .nav-link:hover, .service-tab .nav-tabs .nav-link.active, .choose-item .number, .testimonial-1 .carousel-indicators li.active, .footer-2 .footer-logo, .testimonial-2 .carousel-indicators li.active, .rating-count-1, .food-item .food-type, .images-2 .upper-place-top-left, #tout:first-child div div div, .offer-item-slide .carousel-indicators li, .nav-pills .nav-link, .service-item-2:hover, .progress-style-1 .progress-bar, .page-item.active .page-link, .carousel-indicators.round li.active, .event-detail-info .date, .btn-lg-primary, .widget.events .date, .bootstrap-select .dropdown-menu.open li:hover, .img-slide [class*="carousel-control"], .accordion .card-header .btn-link[aria-expanded="true"], .accordion .card-header:hover, .bootstrap-select .dropdown-menu.inner li.selected a, .room-thumb .upper-place-top-left span {
    background-color: #226dc9;
}

/*===== Secondery Font Color CSS =====*/
.text-secondery, .text-secondery-a a, .flat-primary [class^="flaticon-"]::before, .activity-item:hover [class^="flaticon-"]::before, .service-item-2:hover [class^="flaticon-"]::before, .btn-link, .icon-in-list-1 li i, .contact-form-3 .right-line::after, footer .social-media li:hover a, .widget.events a:hover, .tag ul li a {
    color: #0f1f43 !important;
}

.bootstrap-select .dropdown-menu.inner li a:hover, .offer-dish-info .price label, .bootstrap-select .dropdown-menu.inner li.selected a, .widget.hotel-booking-number b, .package-item ul li:first-child em, .property-search-form-3 input.form-control, .room-thumb-grid-2 .facility-1 li, .room-thumb-grid-2 .facility-1 li a, .place-detail-info .distance strong, .place-detail-info .distance span, .amount-per-night b, .room-detail-info .review, .nav-pills .nav-link, .table-style-3 td span, .comment-item .name-date span, .icon-in-list-2 li i, .gallery-section .filter-btns li, .social-media-area span, .one-line-ul li i, .blog-item-details blockquote::after, .social-media-4 li a, [class*="post-item"] .title a, .blog_widget a, .title_secondery {
    color: var(--secondery-theme-color);
}

/*===== secondery BG Color CSS =====*/
.bg-secondery {
    background-color: var(--secondery-theme-color) !important;
}

.navbar-toggler-icon, .left-right-line:before, .left-right-line:after, .testimonial-1 .carousel-indicators li, .activity-item:hover .down-line-center:after, .widget.form-style-1, .food-item-2 .food-name span, .food-item-2 .food-name span, .offer-item-slide .carousel-indicators li.active, .widget.get-ticket, .page-item:hover .page-link, .widget.social-feed, .social-media-4::before, .social-media-4::after, .accordion .card-header .btn-link:before, .accordion .card-header .btn-link:after, .title_secondery:before, .tag ul li a:hover {
    background-color: #226dc9 !important;
}

/*===== Secondary Font Color CSS =====*/
/*===== Text dark =====*/
.text-dark {
    color: var(--dark-theme-color) !important;
}

.bg-light-gray, .line, .top-2-liner::before, .top-2-liner::after {
    background: var(--light-gray-color) !important;
}

.widget.text-block-3, .widget.guest-important, .widget.events, .widget.check-form, .property-search-form-2 input.form-control, .form-control, .social-media-area, .footer-top, .newsletter-2 input, .page-link:hover, .post_data ul li, .quantity input, .property-search-form-1 input.form-control, .bootstrap-select .btn-option {
    border-color: var(--light-gray-color) !important;
}

/*===== RGB Color CSS =====*/
.shadow {
    box-shadow: 0 .1rem .5rem rgba(0,0,0,.05)!important;
}

.overlay-secondery-opacity-40:before, .slider-layer-1 {
    background: var(--theme-overlay-secondery-color-4);
}

.overlay-secondery-opacity-65:before, [class*="overlay-"]:before, .slider-overlay:before {
    background: rgba(0, 0, 0, 0.1) !important;
}

.overlay-secondery-opacity-80:before, .header-1.fixed-top, .header-2.fixed-top {
    background: var(--theme-overlay-secondery-color-8);
}

.overlay-secondery-deep:before {
    background: var(--theme-overlay-secondery-deep-color) !important;
}

.overlay-secondery-white-gradient:before {
    background: var(--secondery-theme-color);
    background: -moz-linear-gradient(45deg, #0943a0 0%, #e9f1ff 100%);
    background: -webkit-linear-gradient(45deg, #0943a0 0%,#e9f1ff 100%);
    background: linear-gradient(45deg, #0943a0 0%,#e9f1ff 100%);
    opacity: .5
}

.overlay-secondery-dark:before {
    background: var(--theme-overlay-secondery-dark-color) !important;
}

.overlay-white, .room-thumb-grid-1 .facility-icon li, [class*="room-thumb-grid-"] .upper-place-bottom-right {
    background: var(--overlay-white-color);
}

/*===== Border Color CSS =====*/
.social-media li, .header-1 .navbar-light .navbar-toggler, .header-2 .navbar-light .navbar-toggler, .food-item-2 .food-name::after {
    border-color: #0f1f4300 !important;
}

.header-1, .copy-right {
    border-color: #0f1f43 !important;
}

.loader-circle {
    border-left-color: var(--primary-theme-color);
}

#tout:first-child div, #slider .carousel-indicators li.active, .btn-lg-primary {
    border-color: var(--primary-theme-color);
}

#tout:first-child>div>div, .bootstrap-select > .dropdown-menu, .food-item .food-name::after, .navbar-light .navbar-toggler, .property-search-form-3 input.form-control, .package-item ul li:first-child em, .gallery-section .filter-btns, .tag ul li a {
    border-color: var(--secondery-theme-color) !important;
}

[class*="room-thumb-list-"] .facility-icon li, [class*="room-thumb-list-"] .room-size, .room-thumb-list-1 .for-booking, .widget.hotel-booking-number {
    border-color: var(--gray-color) !important
}

.form-style-2 .form-control, .form-style-2 textarea, .form-style-2 .bootstrap-select .btn-option {
    border-color: var(--dark-theme-color) !important;
}

.introduce-block-2 {
    border-color: var(--body-text-color) !important;
}

.choose-item .number::after {
    border-color: transparent transparent #070f20 transparent;
}

.food-item .food-type::after {
    border-color: var(--primary-theme-color) transparent transparent transparent
}

.comment-item .content::after {
    border-color: transparent var(--white-color) transparent transparent
}

/*====================================================================
	Settings CSS
====================================================================*/
#page_wrapper {
    padding-left: 15px;
    padding-right: 15px;
    /* background-color: #fff; */
    overflow: hidden !important;
    position: relative
}

.box-layout {
    margin: 0 auto;
    width: 1280px;
    border-radius: 1px;
    padding-left: 15px;
    padding-right: 15px;
    z-index: 9;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
}

.body_overlay {
    position: relative;
    height: 100%
}

.body_overlay:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .40);
}

/*==== Sidebar panel css =====*/
/*----- Input Radio Switch ----*/
.switcher_layout, .box_bg_style {
    border-top: 1px solid
}

.select_bg {
    display: inline-block;
    width: 100%
}

.layout_title {
    font-size: 14px;
    margin-bottom: 10px;
    display: inline-block
}

.radio_check {
    border-radius: 22px;
    display: block;
    height: 44px;
    width: 100px;
    position: relative;
    overflow: hidden
}

.radio_check input[type="checkbox"] {
    display: none
}

.radio_check label {
    padding: 0 15px;
    transform: translateX(0px);
    width: 156px;
    cursor: pointer;
    max-width: inherit
}

.radio_check input[type="checkbox"]:checked + label {
    transform: translateX(-56px)
}

.radio_check label span {
    line-height: 44px;
    color: #fff
}

.radio_check label span:first-child {
    float: left
}

.radio_check label span:last-child {
    float: right
}

.radio_check label::before {
    background-color: #fff;
    border-radius: 50%;
    content: "";
    height: 40px;
    left: 58px;
    position: absolute;
    top: 2px;
    width: 40px;
    z-index: 1;
}

/*----- Box BG Image ----*/
[type="radio"] {
    display: none;
}

label.radios {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    font-weight: 500;
    width: 30px;
    height: 30px;
    margin-bottom: -5px
}

[type="radio"]:checked + label.radios::after {
    content: '';
    line-height: 28px;
    border: 1px solid;
    text-align: center
}

.box_bg_style label::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
}

[type="radio"]:checked + label.radios::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0px;
    width: 30px;
    height: 30px
}

.box_bg_style li {
    float: left;
    margin: 0 3px 0 0
}

/*==== Color Setting css ====*/
.on-panel {
    height: 45px;
    left: -45px;
    position: absolute;
    top: 0;
    width: 45px;
    cursor: pointer;
}

.color-panel {
    position: fixed;
    right: -225px;
    top: 140px;
    z-index: 999;
    -webkit-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out
}

.color-panel.open {
    right: 0
}

.on-panel {
    height: 45px;
    left: -45px;
    position: absolute;
    top: 0;
    width: 45px;
    cursor: pointer
}

.on-panel images {
    padding: 10px
}

.panel-box, .switcher_layout, .box_bg_style {
    padding: 14px 10px 14px 20px;
    width: 225px;
    background: #f8f8f8;
    display: table
}

.panel-box .panel-title {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px
}

.color-box {
    display: table;
    width: 100%;
    text-align: left;
    margin-bottom: 10px
}

.color-box li {
    display: inline-block;
    width: 22px;
    height: 22px;
    margin-right: 5px;
    cursor: pointer
}

.scroll-btn {
    position: fixed;
    right: 30px;
    bottom: 50px;
    width: 35px;
    height: 35px;
    line-height: 33px;
    text-align: center;
    color: #fff;
    z-index: 9
}

.color-panel {
    background-color: #fff
}

.color-box li {
    position: relative;
    overflow: hidden;
}

.color-box li:before {
    position: absolute;
    content: "";
    width: 110%;
    height: 145%;
    z-index: 9;
    transform: rotate(45deg);
    left: 8px;
    top: 2px;
}

.color-box li.active {
    border: 2px solid #000
}

.color-box li.default {
    background-color: #ffd633
}

.color-box li.default:before {
    background: #0943a0;
}

.color-box li.color_2 {
    background-color: #6abe45
}

.color-box li.color_2:before {
    background: #4e585f;
}

.color-box li.color_3 {
    background-color: #38dcf4
}

.color-box li.color_3:before {
    background: #2d535e;
}

.color-box li.color_4 {
    background-color: #ef815e
}

.color-box li.color_4:before {
    background: #2c3f64;
}

.color-box li.color_5 {
    background-color: #22e1bb
}

.color-box li.color_5:before {
    background: #495460;
}

.color-box li.color_6 {
    background-color: #ffd633
}

.color-box li.color_6:before {
    background: #4e545a;
}

.color-box li.color_7 {
    background-color: #d2bd7f
}

.color-box li.color_7:before {
    background: #575e66;
}

/*====== Background css ======*/
.body_bg_1 {
    background: url(../images/bg-image/bg-1.jpg) no-repeat fixed;
    background-position: center center;
    background-size: cover
}

.body_bg_2 {
    background: url(../images/bg-image/bg-2.jpg) no-repeat fixed;
    background-position: center center;
    background-size: cover
}

.body_bg_3 {
    background: url(../images/bg-image/bg-3.jpg) no-repeat fixed;
    background-position: center center;
    background-size: cover
}

.body_bg_4 {
    background: url(../images/bg-image/bg-4.jpg) no-repeat fixed;
    background-position: center center;
    background-size: cover
}

.body_bg_5 {
    background: url(../images/bg-image/bg-5.jpg) no-repeat fixed;
    background-position: center center;
    background-size: cover
}

.pattern_1 {
    background: url(../images/bg-image/pattern/1.png) repeat fixed
}

.pattern_2 {
    background: url(../images/bg-image/pattern/2.png) repeat fixed
}

.pattern_3 {
    background: url(../images/bg-image/pattern/3.png) repeat fixed
}

.pattern_4 {
    background: url(../images/bg-image/pattern/4.png) repeat fixed
}

.pattern_5 {
    background: url(../images/bg-image/pattern/5.png) repeat fixed
}

.pattern_6 {
    background: url(../images/bg-image/pattern/6.png) repeat fixed
}

.pattern_7 {
    background: url(../images/bg-image/pattern/7.png) repeat fixed
}

.pattern_8 {
    background: url(../images/bg-image/pattern/8.png) repeat fixed
}

.pattern_9 {
    background: url(../images/bg-image/pattern/9.png) repeat fixed
}

.pattern_10 {
    background: url(../images/bg-image/pattern/10.png) repeat fixed
}

.pattern_11 {
    background: url(../images/bg-image/pattern/11.png) repeat fixed
}

.pattern_12 {
    background: url(../images/bg-image/pattern/12.png) repeat fixed
}

.pattern_13 {
    background: url(../images/bg-image/pattern/13.png) repeat fixed
}

.pattern_14 {
    background: url(../images/bg-image/pattern/14.png) repeat fixed
}

.pattern_15 {
    background: url(../images/bg-image/pattern/15.png) repeat fixed
}

.box_bg_style .pattern1 {
    background: url(../images/bg-image/pattern/1.png) no-repeat center
}

.box_bg_style .pattern2 {
    background: url(../images/bg-image/pattern/2.png) no-repeat center
}

.box_bg_style .pattern3 {
    background: url(../images/bg-image/pattern/3.png) no-repeat center
}

.box_bg_style .pattern4 {
    background: url(../images/bg-image/pattern/4.png) no-repeat center
}

.box_bg_style .pattern5 {
    background: url(../images/bg-image/pattern/5.png) no-repeat center
}

.box_bg_style .pattern6 {
    background: url(../images/bg-image/pattern/6.png) no-repeat center
}

.box_bg_style .pattern7 {
    background: url(../images/bg-image/pattern/7.png) no-repeat center
}

.box_bg_style .pattern8 {
    background: url(../images/bg-image/pattern/8.png) no-repeat center
}

.box_bg_style .pattern9 {
    background: url(../images/bg-image/pattern/9.png) no-repeat center
}

.box_bg_style .pattern10 {
    background: url(../images/bg-image/pattern/10.png) no-repeat center
}

.box_bg_style .pattern11 {
    background: url(../images/bg-image/pattern/11.png) no-repeat center
}

.box_bg_style .pattern12 {
    background: url(../images/bg-image/pattern/12.png) no-repeat center
}

.box_bg_style .pattern13 {
    background: url(../images/bg-image/pattern/13.png) no-repeat center
}

.box_bg_style .pattern14 {
    background: url(../images/bg-image/pattern/14.png) no-repeat center
}

.box_bg_style .pattern15 {
    background: url(../images/bg-image/pattern/15.png) no-repeat center
}

.box_bg_style .body_image1 {
    background: url(../images/bg-image/bg-1.jpg) no-repeat center / cover;
}

.box_bg_style .body_image2 {
    background: url(../images/bg-image/bg-2.jpg) no-repeat center / cover;
}

.box_bg_style .body_image3 {
    background: url(../images/bg-image/bg-3.jpg) no-repeat center / cover;
}

.box_bg_style .body_image4 {
    background: url(../images/bg-image/bg-4.jpg) no-repeat center / cover;
}

.box_bg_style .body_image5 {
    background: url(../images/bg-image/bg-5.jpg) no-repeat center / cover;
}

.box_bg_style .body_image6 {
    background: url(../images/bg-image/bg-6.jpg) no-repeat center / cover;
}

.box_bg_style .body_image7 {
    background: url(../images/bg-image/bg-7.jpg) no-repeat center / cover;
}

.box_bg_style .body_image8 {
    background: url(../images/bg-image/bg-8.jpg) no-repeat center / cover;
}

.box_bg_style .body_image9 {
    background: url(../images/bg-image/bg-9.jpg) no-repeat center / cover;
}

.box_bg_style .body_image10 {
    background: url(../images/bg-image/bg-10.jpg) no-repeat center / cover;
}

.navbar-expand-lg .navbar-nav .nav-link:hover::after {
    width: 100%;
    transition: all .3s ease;
}
.navbar-expand-lg .navbar-nav .nav-link::after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 2px;
    background: #226dc9;
    width: 0px;
    transition: 0.2s transform ease-in-out;
    transition: all .3s ease;
}
.navbar-expand-lg .navbar-nav {
    gap: 35px;
    padding-left: 70px;
}


/*====================================================================
	Scroll to Top css
====================================================================*/
.scroll-to-top {
    border-radius: 0;
    position: fixed;
    bottom: 50px;
    right: 25px;
    z-index: 999;
    text-align: center;
    line-height: 32px;
    display: none;
    padding-bottom: 10px;
    background-color: #000;
    width: 25px;
    height: 25px;
}

a.btn-scroll {
    display: block;
}

a.btn-scroll i {
    position: relative;
    -webkit-animation-name: scroll-top-arrow;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 1s;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-iteration-count: infinite;
    /* Safari 4.0 - 8.0 */
    animation-name: scroll-top-arrow;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}

a.btn-scroll b {
    display: table;
    margin-top: 0;
}

@-webkit-keyframes scroll-top-arrow {
    0% {
        left: 0px;
        top: 0px;
    }

    80% {
        left: 0px;
        top: -5px;
    }

    100% {
        left: 0px;
        top: 0px;
    }
}

/*============================================
	Default Css By Bootstrap 
=============================================*/
.form-control:focus {
    box-shadow: none;
}

.form-control {
    height: 46px;
    border-radius: 3px;
    padding: 0 20px;
    font-weight: 500;
    line-height: normal;
    border: none;
    border: 1px solid transparent;
    font-size: 14px;
}

textarea.form-control {
    height: auto;
    padding: 20px;
}

.btn-option.dropdown-toggle, .btn-option.dropdown-toggle:hover, .btn-option.dropdown-toggle:focus {
    background: transparent
}

button {
    background: transparent;
    border: none;
    padding: 0
}

button:focus {
    outline: none
}

select {
    background: transparent;
    border: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.btn {
    font-weight: 500;
    border-radius: 3px;
    font-size: 14px;
    padding: 0 25px;
    border: 2px solid transparent;
    font-family: var(--theme-body-font);
}

.btn-link {
    font-family: var(--theme-body-font);
    font-weight: 600
}

.btn-link:hover {
    text-decoration: none
}

.btn-lg-primary, .btn-lg-secondery {
    width: 250px;
    line-height: 70px;
    border-radius: 0;
    font-size: 16px;
    font-weight: 500;
    border: 2px solid
}

.bg-standby {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

.bg-images-3 {
    background: rgba(0, 0, 0, 0) url("../images/3.jpg") no-repeat center center;
    background-size: cover;
}

.bg-images-5 {
    background-image: url(../images/room-listing-bg.jpg);
    background-position: center center;
    background-size: cover;
    padding: 0 !important;
}

.bg-images-6 {
    background: url(../images/bg/6.jpg) 0 0/ 100% 100%
}

.bg-images-8 {
    background: rgba(0, 0, 0, 0) url("../images/bg/8.png") no-repeat right bottom / 40%;
}

.bg-images-9 {
    background: rgba(0, 0, 0, 0) url("../images/bg/9.jpg") no-repeat center center;
    background-size: cover;
}

.bg-images-12 {
    background: rgba(0, 0, 0, 0) url("../images/bg/12.jpg") no-repeat center center;
    background-size: cover;
}

/*====================================================
	Default Css by flaticon Start 
=====================================================*/
[class^="flaticon-"]::before, [class*=" flaticon-"]::before, [class^="flaticon-"]::after, [class*=" flaticon-"]::after {
    margin-left: 0 !important;
}

/*====================================================
	Default Css Start 
====================================================*/
body {
    font-family: var(--theme-body-font);
    font-size: 14px
}

p {
    line-height: 28px;
    font-family: "Roboto", Sans-serif;
}

a {
    display: block
}

a:hover {
    text-decoration: none
}

ul {
    margin: 0;
    padding: 0;
    list-style: none
}

h1, .h1, h2, .h2, h3, .h3, .room-thumb .upper-place-top-left {
     
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-weight: 700
}

h4, .h4, h5, .h5, h6, .h6, .bootstrap-select .btn-option, .newsletter-2 input::placeholder, .newsletter-2 input, .slider-3 .carousel-caption h1 span, .slider-3 .carousel-caption p, .gallery-section .filter-btns li, .error_page h3, .error_page p {
    font-family: var(--theme-body-font);
}

h1, .h1 {
    font-size: 44px;
}

h2, .h2 {
    font-size: 38px;
}

h3, .h3 {
    font-size: 30px
}

h4, .h4 {
    font-size: 24px;
}

h5, .h5 {
    font-size: 21px;
}

h6, .h6 {
    font-size: 18px;
}

img {
    width: 100%;
    size: auto;
}

.full-row {
    width: 100%;
    position: relative;
    padding-bottom: 80px;
    padding-top: 82px;
}

.font-family-1 {
    font-family: var(--theme-body-font);
}

.font-family-2 {
    font-family: var(--theme-high-light-font);
}

.flat-medium [class^="flaticon-"]::before {
    font-size: 40px
}

.flat-large [class^="flaticon-"]::before {
    font-size: 50px
}

/*----------- .Margin and Padding CSS --------------*/
.mt-80 {
    margin-top: -80px;
}

.mt-30 {
    margin-top: 30px;
}

section {
    background-repeat: no-repeat;
    background-position: -60px -10px;
    padding: 100px 0;
    width: 100%;
}

.py-60 {
    padding-top: 59px !important;
    padding-bottom: 60px !important
}

.pt-80, .py-80 {
    padding-top: 80px !important
}

.pb-80, .py-80 {
    padding-bottom: 80px !important
}

.py-100 {
    padding-top: 100px;
    padding-bottom: 100px
}

/*===== Form CSS =====*/
.form-style-1 .form-control {
    border-radius: 0;
    /* border: none; */
}

/*=========================================================
	Title CSS 
==========================================================*/
.main-title-area.text-center .title {
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.subtext {
    font-family: var(--theme-body-font);
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 6px;
    text-transform: uppercase;
    width: 100%;
    display: table
}

.subtext.box-width {
    width: 700px;
    margin: 0 auto
}

.main-title-area .title span {
    display: block;
}

.main-title-area .down-line-left {
    padding-bottom: 20px;
    margin-bottom: 30px
}

.main-title-area .down-line-left::after {
    width: 100px;
    height: 4px;
}

.title-area-2 small {
    font-size: 17px;
    display: block;
    margin-bottom: 5px
}

/*=============================================================
	Position Center, Middle and Others CSS 
=============================================================*/
.position {
    position: absolute
}

.xy-center {
    position: absolute;
    left: 50%;
    top: 50%;
}

.upper-place-middle {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

[class*="upper-place-"] {
    position: absolute;
    z-index: 9
}

.upper-place-full {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.upper-place-top-left {
    top: 0;
    left: 0;
}

.upper-place-top-right {
    top: 0;
    right: 0;
}

.upper-place-bottom-left {
    bottom: 0;
    left: 0;
}

.upper-place-bottom-right {
    bottom: 0;
    right: 0
}

.upper-place-bottom-w-100 {
    bottom: 0;
    width: 100%;
    left: 0
}

.right-15 {
    right: 15px
}

.fw-5 {
    font-weight: 500
}

.z-index-up {
    z-index: 99999
}

.z-index-down {
    z-index: -99999
}

/*=========================================================
	Social Media CSS 
=========================================================*/
.social-media li {
    display: inline-block;
    border-radius: 50%;
    margin-right: 10px;
}

.social-media li a {
    color: #000!important;
}

.social-media li:last-child {
    margin-right: 0
}

.social-media li a {
    text-align: center;
    font-size: 16px;
}

[class*="text-block"] p:last-child {
    margin-bottom: 0
}

/*===== 08.Block CSS =====*/
.text-block-1 p {
    margin-bottom: 25px
}

.text-block-2 p {
    margin-bottom: 25px
}

.introduce-block-1 .name {
    font-weight: 500;
    font-size: 17px;
    margin-bottom: 10px
}

.icon-block-1 {
    position: relative;
    padding-left: 25px;
}

.icon-block-1 span {
    display: block;
    line-height: 30px
}

.icon-block-1 i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 18px;
}

/*===== 09.List CSS =====*/
.icon-list-1 li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
}

.icon-list-1 li:last-child {
    margin-bottom: 0
}

.icon-list-1 li::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
}

.icon-list-2 li i {
    margin-right: 10px
}

.icon-list-3 li {
    position: relative;
    padding-left: 0;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.icon-list-3 li img {
    width: 20px;
    margin-right: 10px;
}

.icon-list-3 li::after {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    left: 0;
    top: 8px;
    display: none;
}

.icon-in-list-1 {
    display: inline-block
}

.icon-in-list-1 li {
    float: left;
    margin-right: 10px;
    font-size: 13px;
}

.icon-in-list-1 li i {
    margin-right: 5px
}

.hover_zoom :before, .hover_zoom:before {
    z-index: 1
}

.hover_zoom:hover [class*="overlay-"]:before {
    background: transparent !important;
}

/*===================================================================
	Line and Overlay CSS 
====================================================================*/
[class*="-line"], [class*="overlay-"] {
    position: relative
}

[class*="-line"]:after, [class*="-line"]:before, [class*="overlay-"]:before, [class*="slider-overlay"]:before {
    content: "";
    position: absolute;
    color: #fff !important;
}

[class*="overlay-"]:before, .slider-overlay:before {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: all .3s ease;
}

.right-line {
    display: table
}

.right-line:after {
    right: -120px;
    bottom: 10px;
    width: 100px;
    height: 2px
}

.left-right-line:before, .left-right-line:after {
    width: 80px;
    height: 2px;
    top: 50%
}

.left-right-line:before {
    left: -100px;
}

.left-right-line:after {
    right: -100px;
}

.down-line-left {
    padding-bottom: 15px
}

.down-line-left:after {
    width: 30px;
    height: 3px;
    left: 0;
    bottom: 0;
    background-color: #646464!important;
    display: none;
}

.down-line-center:after {
    width: 50px;
    height: 2px;
    left: 50%;
    bottom: 0
}

/*====================================================================
	Header Section Css Start
====================================================================*/
.nav-on-banner {
    animation-fill-mode: both;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999
}

.nav-on-top {
    animation-fill-mode: both;
    width: 100%;
    z-index: 999;
    top: 0;
    position: absolute;
}

.header-1, .header-3 {
    /* position: relative; */
    /* z-index: 999; */
    width: 100%
}

.header-1 {
    border-bottom: none;
}

.top-header {
    font-size: 13px;
    padding: 10px 0 10px !important;
    background-color: #ffecf8;
    font-weight: 600;
    color: #0f1f43;
}

.navbar-brand img {
    width: 62px;
}

.top-header ul li {
    margin-left: 20px;
    float: left
}

.navbar-nav .nav-link {
    font-weight: 400;
    padding: 0;
    font-size: 1.375rem;
    font-family: 'League Spartan', sans-serif;
}

.nav-item:hover a {
}

#header.fixed-top .top-header {
    display: none
}

@keyframes menu-sticky {
    0% {
        margin-top: -150px;
    }

    50% {
        margin-top: -90px;
    }

    100% {
        margin-top: 0;
    }
}

.dropdown-menu {
    border-radius: 0;
    min-width: 15rem;
}

.dropdown-item {
    padding: .70rem 1.5rem;
    font-size: 14px;
    font-weight: 500;
    color: #818181
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    top: 60px
}

.dropdown-menu .dropdown-toggle::after {
    transform: rotate(-90deg)
}

.dropdown-menu {
    border: none
}

.navbar-toggler-icon {
    height: 2px;
    display: table;
    margin: 6px 0
}

/*====================================================================
	Header-3 css
====================================================================*/
form.language {
    display: table;
    float: right;
    margin-right: 10px
}

form.language .bootstrap-select .btn-option {
    border: none;
    padding: 0;
    width: auto;
}

form.language .bootstrap-select .btn-option:hover {
    background: transparent
}

form.language .dropdown-toggle::after {
    margin-top: 8px;
    margin-left: 5px;
    border-top: 6PX solid;
    border-right: 6PX solid transparent;
    border-left: 6PX solid transparent;
}

.top-header form.language ul li {
    margin: 0
}

/*====================================================================
	Header-3 & Header-4 css
====================================================================*/
.header-3.fixed-top .navbar, .header-4.fixed-top .navbar {
    padding: 10px 15px
}

.header-3 .navbar, .header-4 .navbar {
    padding-top: 5px;
    padding-bottom: 5px;
}

.header-3.fixed-top .navbar {
    background: transparent
}

.header-3 .navbar-header .navbar-light .navbar-nav .nav-link, .header-4 .navbar-header .navbar-light .navbar-nav .nav-link {
    border-bottom: 2px solid transparent
}

/*====================================================================
	Home Page 5 Css Start
====================================================================*/
.header-5 .navbar-brand {
    position: absolute;
    top: 20px;
    z-index: 99;
}

.slider-5 {
    position: relative !important
}

.sidenav {
    height: 100%;
    width: 0;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    transition: 0.5s;
    z-index: 9999
}

.sidenav .closebtn {
    width: 40px;
    font-size: 60px;
    text-align: center;
    text-decoration: none;
    transition: 0.3s;
    z-index: 99;
    display: block;
    line-height: 55px
}

#main {
    transition: margin-left .5s;
    padding: 8px;
    position: absolute;
    top: 10px;
    right: 40px;
    z-index: 99;
    margin: 0 !important;
}

.sidenav .navbar-expand-lg .navbar-nav {
    flex-direction: column;
    -ms-flex-direction: column;
    width: 100%
}

.sidenav .ml-auto, .sidenav .mx-auto {
    margin-left: 0 !important
}

.sidenav .dropdown-menu {
    left: auto;
    right: 100%;
    top: 0 !important
}

#main {
    transition: margin-right .5s;
}

#main span {
    font-size: 36px;
    cursor: pointer
}

.sidenav .navbar-brand {
    margin-left: 30px
}

/* Faq */
.accordion .card {
    border: none;
    margin-bottom: 5px;
    background: transparent;
}

.accordion .card-header .inner_title {
    font-size: 15px
}

.accordion .card-header .btn-link {
    border: none;
    width: 100%;
    text-align: left;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.accordion .card-header {
    position: relative;
    border: none;
    background: none
}

.accordion .card-header .btn-link:before {
    content: "";
    position: absolute;
    width: 12px;
    height: 2px;
    right: 20px;
    top: 27px
}

.accordion .card-header .btn-link:after {
    content: "";
    position: absolute;
    width: 12px;
    height: 2px;
    right: 20px;
    top: 27px
}

.card-body {
    border-radius: 5px;
    margin-top: 5px;
}

/*====================================================================
	Check Availability Css Start
====================================================================*/
.property-search-form-1 {
    width: 100%;
    position: relative;
    z-index: 99;
    display: table;
}

.property-search-form-2 {
    width: 380px
}

.bootstrap-select.form-control {
    padding: 0;
    height: 46px;
    border: none
}

.form-group {
    margin-bottom: 1rem;
    display: table;
    width: 100%;
}

.bootstrap-select .btn-option {
    background: transparent;
    border: 1px solid transparent;
    font-weight: 400;
    border-radius: 3px;
    text-align: left;
    width: 100%;
    padding: 0 20px
}

.bootstrap-select ul.dropdown-menu li a {
    line-height: 35px;
    font-weight: 400;
    font-size: 14px
}

.bootstrap-select ul.dropdown-menu li a:focus {
    box-shadow: none;
    outline: none
}

.dropdown-toggle::after {
    margin-top: 8px;
    float: right;
}

.form-control .dropdown-toggle::after {
    margin-top: 8px;
}

.bootstrap-select > .dropdown-menu {
    margin-top: 0;
    border: none;
    min-width: 100%;
    padding: 0;
}

.bootstrap-select .dropdown-menu.show {
    display: table;
    width: 100%
}

.bootstrap-select .dropdown-menu.inner {
    position: t relative;
    min-width: 100%;
    display: block;
    border: none;
    z-index: 999;
    position: static;
    background: transparent;
    padding-top: 0;
    padding-bottom: 0
}

.bootstrap-select .dropdown-menu.inner li a {
    padding: 0 20px;
    cursor: pointer
}

.bootstrap-select > select {
    opacity: 0;
    position: absolute;
    top: 0;
    z-index: -1;
    left: 0;
    margin: 0
}

.property-search-form-1 form {
    margin-top: 1rem
}

.property-search-form-1 input.form-control, .property-search-form-3 input.form-control, .bootstrap-select.form-control {
    width: 100%;
    float: left;
}

.property-search-form-1 input.form-control, .property-search-form-3 input.form-control {
    border: 1px solid transparent
}

.property-search-form-1 .form-group {
    padding-right: 5px !important;
    padding-left: 5px !important;
}

/*====================================================================
	About Section CSS Start
====================================================================*/
.free-service-item {
    width: 48%
}

.free-service-item:nth-child(even) {
    margin-right: 0 !important
}

.free-service-item span {
    width: 70px;
    height: 70px;
    background-color: #0f1f43;
    color: #fff;
}

.free-service-item span [class^="flaticon-"]:before {
    line-height: 70px;
    color: #fff;
}

.free-service-item .inner-title {
    margin: 0;
}

/*====================================================================
	Living Room Section Css Start
====================================================================*/
.overflow_hidden {
    overflow: hidden
}

.thumb-top {
    position: relative
}

[class*="room-thumb-"] .room-info {
    display: inline-block
}

[class*="room-thumb-"] .facility-icon li {
    padding: 8px 10px
}

[class*="room-thumb-"] .room-size {
    padding: 9px 15px;
    font-weight: 500
}

[class*="room-thumb-grid-"] .room-info {
    width: 100%;
}

[class*="room-thumb-grid-"] .upper-place-bottom-right {
    bottom: 20px;
    right: 20px
}

.room-thumb-grid-1 .upper-place-bottom-left {
    bottom: 15px;
    left: 20px
}

.room-thumb-grid-1 .facility-icon li {
    margin-bottom: 5px
}

.room-thumb-grid-1 .facility-icon li:last-child {
    margin-bottom: 0
}

.room-thumb-grid-1 .per-night {
    margin-bottom: 0;
    float: left;
    margin-top: 10px
}

.room-thumb-grid-2 .facility-1 {
    display: inline-block;
    margin-top: 20px;
    width: 100%;
    font-weight: 500
}

.room-thumb-grid-2 .facility-1 li {
    float: left
}

.room-thumb-grid-2 .per-night {
    float: right;
    line-height: 45px;
    margin-bottom: 0
}

[class*="room-thumb-list-"] .facility-icon {
    float: left;
    display: table
}

[class*="room-thumb-list-"] .facility-icon li {
    border: 1px solid transparent;
    margin-right: 5px;
    float: left
}

[class*="room-thumb-list-"] .facility-icon li:last-child {
    margin-right: 0
}

[class*="room-thumb-list-"] .room-size {
    border: 1px solid transparent;
    float: left;
    margin-left: 5px
}

[class*="room-thumb-list-"] .per-night {
    text-align: center;
    margin-bottom: 40px
}

[class*="room-thumb-list-"] .for-booking {
    margin-left: -15px;
    padding: 60px 0;
    text-align: center
}

[class*="room-thumb-list-"] .room-info {
    padding: 10px 0 10px 0
}

.room-thumb-list-1 .for-booking {
    border-left: 1px solid transparent;
    height: 80%;
    margin-top: 28px;
    text-align: center;
    padding-top: 40px;
    margin-left: -15px
}

.room-thumb-list-1 images {
    height: 100%
}

.room-thumb-list-2 .for-booking {
    height: 100%;
    border-left: none;
    margin-top: 0;
    padding: 75px 0
}

.room-thumb .subtext, .room-info .subtext {
    line-height: 26px;
}

/*====================================================================
	Banar Video Css Start
====================================================================*/
.banar-video-title {
    margin-top: 90px;
    white-space: nowrap
}

.video-popup span {
    position: absolute;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 24px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    z-index: 2
}

.video-popup h5 {
    margin-top: 80px
}

.YouTubePopUp-Wrap {
    background-color: rgba(0, 0, 0, 0.8);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999
}

.YouTubePopUp-Content {
    background: rgba(0, 0, 0, 0) url("../images/fancybox/fancybox_loading.gif") no-repeat scroll center center;
    display: block;
    height: 100%;
    margin: 0 auto;
    max-width: 680px;
    position: relative
}

.YouTubePopUp-Content iframe {
    border: medium none;
    bottom: 0;
    display: block;
    height: 480px;
    margin: auto 0;
    max-width: 100%;
    position: absolute;
    top: 0;
    width: 100%
}

.video-popup [class^="flaticon-"]::before {
    padding-left: 6px
}

@-webkit-keyframes ball-scale-multiple {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }

    5% {
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes ball-scale-multiple {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }

    5% {
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

.ball-scale-multiple {
    position: relative
}

.ball-scale-multiple > div:nth-child(2) {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}

.ball-scale-multiple > div:nth-child(3) {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}

.ball-scale-multiple > div {
    background-color: #fff;
    border-radius: 100%;
    margin: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: absolute;
    opacity: 0;
    margin: 0;
    left: -70px;
    top: -70px;
    width: 140px;
    height: 140px;
    -webkit-animation: ball-scale-multiple 3s 0s linear infinite;
    animation: ball-scale-multiple 3s 0s linear infinite;
}

/*====================================================================
	Our Packages section css Start
====================================================================*/
.package-item.special {
    padding: 70px 0;
    margin-top: -30px;
    margin-left: -20px;
    margin-right: -20px;
    background-color: #0f1f43;
    color: #fff !important;
}

.package-item .h4 {
    font-size: 24px;
    font-weight: 600
}

.package-item ul li:first-child {
    padding-bottom: 20px;
    font-weight: 500
}

.package-item ul li:first-child em {
    border-bottom: 2px solid transparent;
    padding-bottom: 10px
}

.package-item ul li {
    padding: 10px 0
}

/*====================================================================
	Offer section css Start
====================================================================*/
.hot-offer h4 {
    font-size: 35px;
    line-height: 55px;
}

.boking strong {
    font-size: 18px;
    margin-left: 10px;
    margin-right: 10px;
    text-transform: uppercase
}

.boking span {
    font-size: 17px;
    display: inline-block;
    line-height: 45px;
    font-weight: 500;
}

.cd100 li {
    width: 25%;
    padding: 0 15px;
    display: inline-block
}

.cd100 li:last-child {
    padding-right: 0
}

.cd100 li:first-child {
    padding-left: 0
}

.cd100 li span:first-child {
    font-size: 40px;
    color: #ffffff;
}

.cd100 li span:last-child {
    font-size: 14px;
    color: var(--white-color)
}

/*====================================================================
	Awesome Place css Start
====================================================================*/
.awesome-place-item .upper-place-bottom-left {
    bottom: 30px;
    left: 30px;
    right: 30px
}

.awesome-place-item h4 {
    font-size: 24px;
}

.awesome-place-item span, .awesome-place-item .h4 small {
    font-size: 14px;
}

/*====================================================================
	Contact css Start
====================================================================*/
.contact-form-1 {
    position: relative
}

.contact-form-1::after {
    border-top: 100px solid #fff;
    border-right: 365px solid transparent;
    border-left: 365px solid transparent;
    position: absolute;
    content: "";
    left: 0;
    z-index: 1;
    bottom: 0;
    display: none;
}

#map {
    height: 600px;
    width: 100%
}

/*====================================================================
	Image Slider section css Start
====================================================================*/
.image-gallery {
    margin-bottom: -10px;
    position: relative;
    width: 100%
}

.ls-v5 .ls-bottom-nav-wrapper {
    top: -50px !important;
}

[class*="-gallery"] [class*="overlay-"]:before, [class*="-gallery"] span {
    font-size: 30px;
    z-index: 99;
    display: none;
    color: #fff !important;
}

[class*="-gallery"] a:hover [class*="overlay-"]:before, [class*="-gallery"] a:hover span {
    display: block
}
.photo-galary-1 h2.title {
    margin-bottom: 20px;
}

.photo-galary-1 p {
    max-width: 750px;
    margin: 0px auto;
    margin-bottom: 60px;
}
/*====================================================================
	Footer section css Start
====================================================================*/
.footer-1 {
    padding-top: 90px !important;
    background-color: #fff;
    padding-bottom: 50px !important;
}

img.logo-bottom {
    width: 170px;
    text-align: center;
}
.footer-logo {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
}
.footer-logo h2 span {
    display: block;
    letter-spacing: 4px;
}
.footer-logo h2 {
       margin-bottom: 0;
    text-transform: uppercase;
    font-size: 35px;
    line-height: 30px;
}
.footer-logo images {
    width: auto;
    margin: 0 auto;
    display: table
}

.widget-title {
    text-transform: capitalize;
    margin-bottom: 30px;
    padding-bottom: 0px;
    color: #000;
    font-weight: bold;
    font-family: "League Spartan", Sans-serif;
}

.footer-widget .btn-primary-bg {
    color: #0f1f43;
    background-color: #ffffff;
}

.footer-widget ul li {
    margin-bottom: 10px;
    display: flex;
    color: #646464;
}

.footer-widget.get-in-touch ul {
    margin-bottom: 0;
}

.footer-widget ul li i {
    margin-right: 10px;
    margin-top: 5px;
    color: #646464;
}

.footer-widget p {
    color: #646464;
}

.footer-widget ul li a {
    color: #646464;
}

.footer-widget ul li a:hover {
    color: #000;
}

.footer-widget.get-in-touch ul li:last-child a {
}

.footer-widget.instagram ul {
    padding-top: 5px;
    display: inline-block
}

.footer-widget.instagram ul li {
    width: 80px;
    height: 80px;
    float: left;
    margin: 0 5px 5px 0
}

.footer-widget.newsletter .form-control {
    height: 50px;
    margin-bottom: 10px
}

.copy-right {
    border-top: 1px solid;
    color: #000 !important;
}

/*====================================================================
	Shape on Slider css
====================================================================*/
.angle-shade {
    position: relative
}

.angle-shade:before {
    position: absolute;
    content: "";
    left: -20px;
    right: 0;
    bottom: -70px;
    width: 110%;
    height: 150px;
    transform: rotate(-4deg);
    z-index: 99
}

.angle-shade-2 {
    background: url(../images/slider/slider_layer.png) no-repeat bottom center / cover;
    position: absolute;
    bottom: -10px;
    width: 100%;
    height: 391px;
    z-index: 99
}

/*====================================================================
	Achievement-2 css
====================================================================*/
.property-search-form-2 {
    z-index: 99;
}

.achievement-2 div.h2 {
    font-size: 48px;
    display: table;
    float: left
}

.achievement-2 span.h6 {
    font-size: 16px;
    width: 90px;
    float: left;
    margin-left: 20px;
    margin-top: 10px
}

/*====================================================================
	Service-2 css
====================================================================*/
.service-item-2 {
    padding: 30px;
    position: relative;
    padding-left: 90px;
    min-height: 150px
}

.service-item-2 p {
    margin-bottom: 0
}

.service-item-2 [class^="flaticon-"]::before {
    font-size: 40px;
    position: absolute;
    top: 30px;
    left: 30px;
    transition: none
}

/*====================================================================
	banar-video-2 css
====================================================================*/
.freedom-find {
    padding-bottom: 150px
}

.freedom-find .main-title-area {
    width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.freedom-find .subtext {
    font-size: 24px;
    font-weight: 700
}

/*====================================================================
	special-offer-2 css
====================================================================*/
.room-thumb .upper-place-top-left {
    top: 35px;
    left: 25px;
    font-weight: 700;
    font-size: 20px
}

.room-thumb .upper-place-top-left span {
    border-radius: 50%;
    text-align: center;
    padding: 14px 9px;
    color: #fff !important;
}

/*====================================================================
	Testimonial-1 css
====================================================================*/
[class*="testimonial-item"] img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.carousel-indicators li {
    border: none;
}

.testimonial-1 .carousel {
    position: inherit
}

.testimonial-1 .carousel-indicators {
    bottom: 35px
}

.testimonial-1 .carousel-indicators li {
    height: 5px;
    opacity: 1;
}

.testimonial-item-1 img {
    float: left;
}

.testimonial-item-1 .opinion {
    margin-left: 50px;
    margin-top: 0;
}

.testimonial-item-1 .opinion i {
    margin-right: 10px;
    font-size: 20px
}

.testimonial-item-1 p {
    font-size: 16px;
    font-style: italic
}

/*====================================================================
	Testimonial-2 css Home page-2
====================================================================*/
.testimonial-2 {
    border-radius: 100px 0 100px 0;
    padding: 50px 100px
}

.testimonial-2 .carousel-indicators {
    bottom: 100px;
}

.testimonial-2 .carousel-indicators li {
    border-radius: 50%;
    width: 10px;
    height: 10px;
    opacity: 1;
}

.testimonial-2 .carousel-indicators li.active {
    width: 20px;
    height: 10px;
    border-radius: 5px !important
}

.testimonial-2 .carousel-indicators {
    bottom: -100px;
}

.testimonial-item-2 images {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    display: table;
}

.testimonial-3 .testimonial-item-1 .opinion {
    margin-left: 150px
}

.testimonial-3 .carousel-indicators {
    bottom: -30px
}

/*====================================================================
	About Us 2 css Home page-2
====================================================================*/
.property-search-form-2 h3 {
    margin-bottom: 30px
}

.property-search-form-2 .form-group {
    display: table;
    width: 100%
}

.property-search-form-2 input.form-control, .property-search-form-2 .bootstrap-select.form-control, .property-search-form-2 .btn {
    width: 100%
}

/*====================================================================
	Latest Post css Home page-2
====================================================================*/
.post-type.upper-place-top-left {
    padding: 5px 10px;
    left: 15px;
    top: 15px;
    font-size: 13px;
    font-weight: 500
}

.date i {
    margin-right: 10px;
    color: #226dc9;
}

.upcoming-event span.icon {
    margin-top: 10px;
    margin-bottom: 30px;
    display: inline-block
}

.upcoming-event span.icon i {
    margin-right: 10px;
}

.upcoming-event .cd100 li span:first-child {
    font-size: 30px;
}

/*====================================================================
	Event Page Css Start
====================================================================*/
.event-item {
    height: 100%
}

.event-item .title-area {
    display: inline-block;
    width: 100%
}

.event-item .date {
    width: 70px;
    height: 70px;
    display: block;
    padding: 8px;
    margin: 0 20px 0 0;
    float: left;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase
}

.event-item .date b {
    font-size: 21px;
    display: table;
    margin: 0px auto
}

.event-item .down-line-left {
    text-transform: uppercase;
    float: left;
    margin: 18px 0;
    width: 75%
}

.event-item .inner-title a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.event-item .event-info {
    padding: 20px 20px 20px 0
}

/*====================================================================
	Event Details Page Css Start
====================================================================*/
ol {
    margin: 0;
    padding: 0
}

.widget.guest-important, .widget.events, .widget.check-form {
    border: 1px solid transparent;
}

.widget.guest-important li {
    list-style: decimal inside;
    margin-bottom: 10px
}

.widget.social-feed {
    padding-bottom: 60px
}

.widget.social-feed i {
    font-size: 13px
}

.widget.social-feed .carousel-indicators {
    bottom: -30px
}

.carousel-indicators.round li {
    width: 10px;
    height: 10px;
    border-radius: 50%
}

.widget.events li {
    margin-bottom: 15px;
    width: 100%;
    display: inline-block
}

.widget.events li:last-child {
    margin-bottom: 0
}

.widget.events .date {
    width: 60px;
    height: 60px;
    text-align: center;
    padding: 5px 0;
    float: left;
    margin-right: 10px;
    margin-bottom: 0
}

.widget.events .date b {
    font-size: 21px;
    display: block;
}

.widget.events .info {
    display: table
}

.widget.events .info p {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
    line-height: 22px;
}

.widget.events .info span {
    position: relative;
    font-size: 12px
}

.widget.events .info span::before {
    content: "\f3c5";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    margin-right: 7px;
    font-size: 13px;
}

.widget.get-ticket {
    text-align: center
}

.widget.get-ticket i {
    font-size: 40px;
    margin-bottom: 20px
}

.widget.get-ticket span {
    display: block;
    margin-top: 15px
}

.widget.get-ticket b {
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
    margin: 15px 0
}

.event-item-details h5 {
    margin: 25px 0;
}

.event-item-details p {
    margin-bottom: 15px
}

.event-item-details .event-images .cd100 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0
}

.event-detail-info {
    margin-top: 30px;
    display: inline-block;
    margin-bottom: 20px;
    width: 100%
}

.event-detail-info .date {
    float: left;
    padding: 10px 25px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    margin-right: 20px
}

.event-detail-info b {
    display: block;
    font-size: 24px;
}

.event-detail-info .rent-per-night {
    margin-left: 100px
}

.event-detail-info .rent-per-night h3 {
    margin-bottom: 15px
}

.icon-in-list-2 li {
    float: left;
    margin-right: 20px;
    font-size: 13px;
    line-height: 30px
}

.icon-in-list-2 li i {
    margin-right: 5px
}

.social-media-area {
    padding: 20px 0;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    display: inline-block;
    width: 100%
}

.social-media-area span {
    float: left;
    margin-right: 20px;
    font-weight: 600
}

.social-media-2 li {
    float: left;
    margin-right: 20px
}

.social-media-2 li:last-child {
    margin-right: 0
}

.event-item-details .contact-form-3 form {
    margin-top: 30px
}

.event-item-details .comment-item a {
    display: inline;
    margin-left: 20px
}

/*====================================================================
	Latest Post css Home page-3
====================================================================*/
.post-item-2 images {
    height: 100%
}

.post-detail-2 {
    padding: 30px 20px 18px 0
}

/*====================================================================
	Contact form-2 css  Home page-2
====================================================================*/
.mb_200 {
    margin-bottom: -200px
}

.contact-form-2 {
    position: relative;
    padding: 50px 30px;
    margin-bottom: -420px;
    z-index: 9
}

/*====================================================================
	Footer-2 css
====================================================================*/
.footer-2 {
    padding-top: 400px !important;
    overflow: hidden
}

.angle-1 {
    width: 0;
    height: 0;
    border-left: 1920px solid var(--gray-color);
    border-top: 0px solid transparent;
    border-bottom: 300px solid transparent;
    position: absolute;
    top: 0;
    left: 0;
}

.footer-top {
    border-bottom: 2px solid transparent;
}

.footer-2 .footer-logo {
    width: 250px;
    height: 140px;
    -moz-border-radius: 125px / 70px;
    -webkit-border-radius: 125px / 70px;
    border-radius: 125px / 70px;
    padding: 45px 0
}

.newsletter-2 {
    position: relative;
}

.newsletter-2 input {
    background: transparent;
    border: 2px solid transparent;
    width: 560px;
    height: 60px;
    padding: 10px 45px 10px 25px;
}

.newsletter-2 input::placeholder, .newsletter-2 input {
    font-weight: 500
}

.newsletter-2 button {
    position: absolute;
    right: 28px;
    top: 17px;
    cursor: pointer;
    font-size: 18px
}

.copyright-2 .line-ul {
    display: table;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.copyright-2 .line-ul li {
    float: left;
}

.copyright-2 .line-ul li:nth-child(even) {
    margin: 0 10px;
}

/*====================================================================
	Slider-3 css
====================================================================*/
.slider-3 .carousel-indicators {
    display: none
}

.slider-3 .carousel-caption h1 span {
    display: block;
    font-size: 30px;
    font-weight: 700;
    line-height: 70px
}

.slider-3 .carousel-caption p {
    font-size: 18px;
}

/*====================================================================
	Facility css Page 3
====================================================================*/
.facility-item-1 {
    text-align: center;
    margin-bottom: 30px
}

.facility-item-1 i:before {
    font-size: 50px;
}

.facility-item-1 h5 {
    margin: 10px 0 20px
}

/*====================================================================
	Contact form 3 css Page 3
====================================================================*/
.contact-form-3 .btn {
    border-radius: 0;
    float: left
}

/*====================================================================
	Why Choose Us css Page 4
====================================================================*/
.choose-item {
    position: relative;
    padding-left: 70px;
}

.choose-item .number {
    position: absolute;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    left: 0;
    top: 0;
    padding-top: 12px;
    color: #fff !important;
}

.choose-item .number::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 25px 25px;
    position: absolute;
    right: 0px;
    top: 25px;
}

.top-2-liner {
    position: relative;
    margin-top: 50px
}

.top-2-liner::before, .top-2-liner::after {
    content: "";
    position: absolute;
    height: 2px;
    left: 50%;
    transform: translateX(-50%)
}

.top-2-liner::before {
    width: 170px;
    top: 0;
}

.top-2-liner::after {
    width: 70%;
    top: 30px;
}

/*====================================================================
	Page banner css
====================================================================*/
#page-banner .banner-title {
    margin: 0
}

#page-banner .pages-link {
    float: right;
    margin-top: 8px
}

#page-banner .pages-link li {
    float: left;
    margin-right: 5px;
    line-height: 35px;
    color: #fff;
}

#page-banner .pages-link li:last-child {
    margin-right: 0;
    color: #fff;
}

#page-banner .pages-link li a {
    color: #fff;
}

/*====================================================================
	About Us Page css
====================================================================*/
.experience-years {
    font-size: 80px;
    font-weight: 700;
    width: 230px;
    line-height: 100px;
    text-align: center;
}

.our-differents .images-1 {
    margin-left: -15px;
    height: 100%;
}

.our-differents .images-1 images {
    height: 100%
}

.our-differents .text-block-2 {
    margin-right: -15px
}

/*====================================================================
	Photo Galary section css
====================================================================*/
.gallery-section .filter-btns {
    padding-top: 10px;
    padding-bottom: 10px;
    display: table;
    margin: 0 auto 50px
}

.gallery-section .filter-btns li {
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    margin: 0 15px;
    transition: all 300ms ease 0s;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    float: left;
    padding: 10px 0
}

.filter-list .mix {
    display: none
}

.gallery-section .column {
    margin-bottom: 15px
}

/*====================================================================
	Restaurant page css
====================================================================*/
.food-item, .food-item-2 {
    position: relative;
}

.food-item p {
    margin-bottom: 0
}

.food-item .food-name {
    font-weight: 500;
    font-size: 16px;
}

.food-item .food-name, .food-item-2 .food-name {
    position: relative;
    width: 100%;
    display: inline-block;
    z-index: 99
}

.food-item-2 .food-name {
    font-size: 14px
}

.food-item .food-name::after {
    border-bottom: 2px dotted transparent
}

.food-item .food-name::after, .food-item-2 .food-name::after {
    height: 5px;
    width: 100%;
    left: 0;
    top: 9px;
    position: absolute;
    content: "";
    z-index: -9;
}

.food-item-2 .food-name::after {
    border-bottom: 2px dotted;
}

.food-item .food-name span:first-child, .food-item-2 .food-name span:first-child {
    float: left;
    padding-right: 5px;
}

.food-item .food-name span:last-child, .food-item-2 .food-name span:last-child {
    float: right;
    padding-left: 6px
}

.food-item .food-type {
    position: absolute;
    top: 0;
    left: 0;
    padding: 2px 8px;
    font-size: 11px;
    color: #fff;
}

.food-item .food-type::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 8px 0 8px;
    position: absolute;
    left: 6px;
    bottom: -10px;
}

.images-2 .upper-place-top-left {
    top: 20px;
    left: 35px;
    padding: 5px 10px;
    font-size: 18px;
    font-weight: 600
}

.offer-dish-info .price {
    font-weight: 500;
    margin-top: 15px
}

.offer-dish-info .price label {
    margin-right: 10px;
}

.offer-dish-info .price del {
    margin-right: 10px
}

.offer-item-slide {
    margin-bottom: 50px
}

.offer-item-slide .carousel-indicators {
    bottom: -50px
}

.offer-item-slide .carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    opacity: 1;
}

.our-coffee {
    padding: 30px;
}

.our-coffee .left-right-line::before, .our-coffee .left-right-line::after {
    width: 60px
}

.our-coffee .left-right-line::before {
    left: -70px;
}

.our-coffee .left-right-line::after {
    right: -70px;
}

.food-booking-form.main-title-area {
    width: 600px
}

.form-style-2 {
    padding: 30px
}

.form-style-2 ::placeholder {
    opacity: 1
}

.form-style-2 .btn {
    margin-top: 30px;
    border-radius: 0
}

.form-style-2 select {
    border: none
}

.form-style-2 .form-control, .form-style-2 textarea {
    border: none;
    background: transparent;
    border-bottom: 1px solid transparent;
    padding: 0;
    width: 100%;
    border-radius: 0px
}

.form-style-2 .bootstrap-select.form-control {
    border: none;
}

.form-style-2 .bootstrap-select .btn-option {
    border-radius: 0;
    border: none;
    border-bottom: 1px solid transparent;
    width: 100%;
    padding-left: 0;
    padding-right: 0
}

.service-type-2 [class*="overlay-"], .expart-type-1 [class*="overlay-"] {
    border-radius: 50%
}

.service-type-2 [class*="overlay-"]:before, .expart-type-1 [class*="overlay-"]:before {
    opacity: 0
}

.service-type-2:hover [class*="overlay-"]:before, .expart-type-1:hover [class*="overlay-"]:before {
    opacity: 1
}

.service-type-2 b {
    font-weight: 700;
    font-size: 18px;
    text-decoration: underline
}

.video-bg-1 {
    background: rgba(0, 0, 0, 0) url("../images/width/25.jpg") no-repeat;
    width: 100%;
    height: 380px
}

.expart-type-1 {
    padding: 30px
}

.introduce-block-2 {
    border-bottom: 1px dotted transparent;
    padding: 0 25px 20px;
    display: table
}

.mt-650 {
    margin-top: -650px;
}

.table-style-1 tr td {
    padding-bottom: 10px
}

.table-style-1 tr td:first-child {
    padding-right: 40px
}

.table-style-2 tr td:first-child {
    padding-right: 20px
}

.table-style-2 tr:nth-child(even) td {
    padding-bottom: 15px
}

/*sidebar-style-1 css start*/
.widget {
    padding: 30px;
    margin-bottom: 50px
}

.widget h3 {
    margin-bottom: 20px
}

.widget.text-block-3 {
    border: 1px solid transparent
}

.widget.form-style-3 label {
    margin-right: 10px;
}

.widget.form-style-3 label:last-child {
    margin-right: 0;
}

.widget.form-style-3 .btn {
    border-radius: 0
}

.widget.hotel-booking-number {
    text-align: center;
    border: 1px solid transparent
}

.widget.hotel-booking-number i {
    margin-bottom: 20px;
}

.widget.hotel-booking-number i::before {
    font-size: 60px
}

.widget.hotel-booking-number h4 {
    margin-bottom: 20px
}

.widget.hotel-booking-number span, .widget.hotel-booking-number b {
    display: block;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px
}

.place-detail-info {
    margin-top: 20px
}

.place-detail-info .distance {
    margin-top: 20px
}

.place-detail-info .distance strong {
    font-size: 24px
}

.place-item-details .line {
    width: 100%;
    display: inline-block;
    height: 1px;
    margin: 15px 0
}

.place-item-details .photo-gallery a {
    width: 31.33%;
    float: left;
    margin: 0 2% 15px 0;
}

.place-item-details .photo-gallery images:nth-child(3n) {
    margin-right: 0
}

/*====================================================================
	Room Details page css start
====================================================================*/
.widget.check-form form, .widget.check-form .form-group {
    display: inline-block;
    width: 100%
}

.widget.check-form .form-group {
    margin-bottom: 10px
}

.widget.check-form h3 {
    margin-bottom: 30px
}

.widget.check-form .btn {
    border-radius: 0;
    width: 100%
}

.widget.check-form .form-control {
    width: 100%;
    border-radius: 0;
    border-color: transparent !important;
}

.widget.check-form .bootstrap-select .btn-option {
    width: 100%;
    border: none;
    border-radius: 0
}

.widget.add {
    padding: 0
}

/*====================================================================
	Room Details page details css start
====================================================================*/
.amount-per-night del {
    font-size: 20px;
    margin-right: 10px
}

.slider-arrow {
    position: absolute;
    top: 100%;
    right: 0;
    transform: translateY(-100%)
}

.slider-arrow .carousel-control-prev {
    margin-right: 3px;
}

.img-slide [class*="carousel-control"] {
    width: 50px;
    height: 50px;
    opacity: 1;
    position: static;
    float: left;
}

.room-detail-info {
    display: inline-block;
    width: 100%;
    padding: 30px
}

.amount-per-night b {
    font-weight: 700;
    font-size: 24px;
    color: #fdc6e9;
}

.room-detail-info .review i {
    font-size: 10px;
    color: #fec6ed;
}

/*Tab menu*/
.tab-menu-1 .nav-pills li {
    margin-bottom: 1px;
    margin-right: 1px
}

.tab-menu-1 .nav-pills li a {
    color: #0f1f43;
}

.nav-pills .nav-link {
    border-radius: 0
}

.table-style-3 td {
    padding-right: 40px;
    font-weight: 400;
    padding-top: 10px
}

.table-style-3 td span {
    font-weight: 500;
    margin-right: 5px;
    color: #0f1f43;
}

#overview.tab-pane .icon-list-3 {
    float: left;
    width: 33.33%
}

#overview.tab-pane .bg-white {
    display: inline-block;
    width: 100%
}

.rating-count-1 {
    width: 200px;
    float: left;
    padding: 30px 18px;
    text-align: center;
    margin-right: 20px;
    background-color: transparent;
}

.rating-count-1 b {
    font-size: 21px;
    margin-bottom: 10px
}

.rating-count-1 span {
    font-weight: 500
}

.review-2 {
    margin-bottom: 10px
}

.progress-style-1 {
    width: 65%;
    float: left
}

.progress-style-1 li {
    text-align: right;
    position: relative;
    margin-bottom: 20px
}

.progress-style-1 li span {
    float: left
}

.progress-style-1 .progress {
    height: 6px;
    width: 80%;
    position: absolute;
    left: 51%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 0;
}

.progress-style-1 .progress-bar {
    border-radius: 0
}

.progress-style-1 li:first-child .progress-bar {
    width: 98%
}

.progress-style-1 li:nth-child(2) .progress-bar {
    width: 80%
}

.pair {
    display: inline-block;
    width: 100%
}

.review-3 {
    margin: 10px 0 20px
}

.comment-item {
    display: inline-block;
    width: 100%
}

.comment-item img {
    width: 80px;
    height: 80px;
    float: left
}

.comment-item .content {
    padding: 25px;
    position: relative;
    margin-left: 150px;
    margin-top: 0;
}

.comment-item .content::after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 25px 15px 0;
    position: absolute;
    content: "";
    top: 20px;
    left: -25px;
}

.review-4 {
    font-size: 12px;
    margin-bottom: 10px
}

.comment-item .name-date {
    font-size: 13px;
    font-style: italic;
    margin-bottom: 10px
}

.comment-item .name-date span {
    font-size: 16px;
    font-weight: 500
}

/*=======================================================
	Blog sidebar 
========================================================*/
.blog_widget {
    width: 100%;
    height: auto;
    display: inline-block;
    position: relative;
    background-color: #fff;
}

.post-item:hover [class*="overlay-"]:before {
    background: transparent !important;
    transition: all .3s ease;
}

.blog_widget .form-control {
    position: relative;
    width: 100%
}
.blog {
    background-color: #f5f5f5;
}
.blog .post-item{
    background-color: #fff;
}
.blog .post-detail {
    padding: 0 20px 20px;
}
.src_icon {
    position: absolute;
    right: 40px;
    top: 38px;
    cursor: pointer;
}

.widget_title {
    position: relative;
    padding-bottom: 15px;
}

.widget_title:before {
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    width: 50px;
    height: 4px;
    background-color: #226dc9;
}

.blog_categories ul li {
    padding-bottom: 15px;
}

.recent_post ul li {
    padding-bottom: 30px
}

.recent_post ul li a {
    margin-bottom: 10px;
    font-weight: 600;
}

.archives ul li a {
    margin-bottom: 15px;
    font-weight: 500
}

.tag ul li {
    float: left;
    margin: 0px 5px 5px 0px;
}

.tag ul li a {
    padding: 10px 15px;
    border: 1px solid transparent;
    text-transform: uppercase;
    font-size: 13px;
    border-radius: 5px;
}
.tag ul li a:hover{
    color: #fff !important;
}
/*====================================================================
	Blog Details page details css start
====================================================================*/
.post_data {
    display: table;
    margin-bottom: 10px;
    width: 100%
}

.date-type-2 {
    padding: 20px;
    text-align: center;
    margin-top: 30px
}

.date-type-2 span {
    font-weight: 500;
    font-size: 16px;
    display: block;
    margin-bottom: 10px
}

.date-type-2 span b {
    font-size: 24px;
    font-weight: 800
}

.date-type-2 b {
    font-weight: 700;
    font-size: 18px
}

.blog-item-details p {
    margin-bottom: 25px
}

.blog-item-details h4 {
    margin-bottom: 10px;
    margin-top: 15px;
}

.blog-item-details images {
    margin-bottom: 30px
}

.blog-item-details .comment-item {
    border-bottom: 1px solid #dadada;
    padding: 20px 0;
}

.blog-item-details .comment-item a {
    display: inline;
    margin-left: 20px
}

.blog-item-details .comment-item .content {
    background: transparent !important;
    padding: 0
}

.blog-item-details .comment-item .content::after {
    border-color: transparent
}

.one-line-ul li {
    float: left
}

.one-line-ul li:nth-child(even) {
    margin: 0 10px
}

.one-line-ul li i {
    margin-right: 10px
}

.blog-item-details .one-line-ul {
    display: inline-block;
    margin: 20px 0 30px;
}

.blog-item-details blockquote {
    position: relative;
    padding-left: 85px;
    font-size: 15px;
    font-weight: 600;
    line-height: 28px;
    margin: 30px 0
}

.blog-item-details blockquote::after {
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    font-size: 35px;
    content: "\f10e";
    left: 35px;
    top: 10px;
    position: absolute;
}

.blog-item-details .icon-in-list-1 {
    padding: 20px 0;
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
    display: inline-block;
    width: 100%;
    margin-bottom: 30px
}

.blog-item-details .icon-in-list-1 li {
    float: none;
    margin-bottom: 15px
}

.blog-item-details .icon-in-list-1 li:last-child {
    margin-bottom: 0
}

.testimonial-item-3 {
    text-align: center
}

.testimonial-item-3 images {
    margin-bottom: 20px;
}

.testimonial-item-3 .name {
    margin: 10px 0 20px
}

.social-media-4 {
    display: table;
    padding: 30px;
    float: right;
    text-align: center;
    margin-top: 30px;
    position: relative
}

.social-media-4::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100px;
    bottom: -120px;
    left: 50%;
    transform: translateX(-50%);
}

.social-media-4::after {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    bottom: -130px;
    left: 50%;
    transform: translateX(-50%);
}

.social-media-4 li {
    margin-bottom: 15px;
}

.social-media-4 li:last-child {
    margin-bottom: 0
}

/*======== pagenation ========*/
.page-link:hover {
    z-index: 2;
    text-decoration: none;
}

.page-link:focus {
    background-color: transparent;
    border-color: transparent;
    box-shadow: none;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.page-item {
    line-height: 45px;
    margin-right: 5px;
    width: 45px;
    height: 45px;
    text-align: center;
}

.page-item a {
    font-weight: 600;
    line-height: 30px;
    border: none;
}

.calendar {
    padding: 12px 18px;
    margin-right: 30px;
    margin-bottom: 50px;
    float: left;
    text-align: center;
    color: #226dc9 !important;
    background-color: #ffffff !important;
}

.calendar span {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}

.blog-classic p {
    display: flex;
}

.post_data ul li {
    float: left;
    padding: 0px 6px;
    border-right: 1px solid transparent;
}

.post_data ul li a {
    display: inline-block;
}

.post_data ul li:first-child {
    padding-left: 0px;
}

.post_data ul li:last-child {
    border-right: none;
}

/*====================================================================
	contact page css start
====================================================================*/
.contact-info {
    position: relative;
    top: -120px;
    padding: 80px 60px;
    background-color: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.text-block-4 span {
    display: block;
    line-height: 28px
}

.text-block-4 h5 {
    margin-bottom: 20px
}

.social-media-3 li {
    float: left;
    margin-right: 20px;
    width: 30px;
    height: 30px;
    background-color: #0f1f43;
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

.social-media-3 li a {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-media-3 li a:hover {
    color: #fff !important;
}

.contact-info .btn {
    border-radius: 0 !important
}

.contact-info p, .contact-info span {
    color: #000;
}

.error-handel {
    bottom: -30px;
    display: table;
    height: 35px;
    left: 15px;
    margin: auto 0;
    position: absolute;
    text-align: left;
    width: 100%
}

.contact_page:after {
    display: none
}

#success, #error {
    display: none;
    line-height: 34px
}

#success {
    color: #31bb15
}

#error {
    color: #f00
}

/*====================================================================
	Error page css start
====================================================================*/
.error_page {
    padding: 250px 0;
    margin: 0 auto;
    width: 460px;
    text-align: center
}

.error_page .left-right-line {
    font-size: 80px;
    display: table;
    margin: 0 auto
}

.error_page h3, .error_page p {
    margin-bottom: 20px
}

/*===================================================================
	News / Blog Pages
====================================================================*/
.post-detail .title {
    line-height: 28px;
}

/*===================================================================
	Form Booking Pages
====================================================================*/
.contact-form-1.form-style-1::after {
    display: none
}

.contact-form-1.form-style-1 .bootstrap-select.form-control {
    border-radius: 0;
}

.contact-form-1.form-style-1 .bootstrap-select .btn-option {
    border-color: transparent !important
}

.contact-form-1.form-style-1 .form-group {
    margin-bottom: 20px;
}

/*====================================================================
	Quantity Number
====================================================================*/
.quantity {
    position: relative;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.quantity input {
    line-height: 1.65;
    float: left;
    display: block;
    padding: 0;
    margin: 0;
    padding-left: 20px;
    border: 1px solid transparent;
}

.quantity input:focus {
    outline: 0;
}

.quantity-nav {
    position: relative;
    height: 46px;
}

.quantity-button {
    cursor: pointer;
    text-align: center;
    color: #fff;
    font-size: 20px;
    line-height: 36px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    background-color: #0f1f43;
}

.quantity-button.quantity-up {
    position: absolute;
    top: 5px;
    bottom: 5px;
    right: 5px;
    width: 30px;
}

.quantity-button.quantity-down {
    position: absolute;
    top: 5px;
    bottom: 5px;
    right: 40px;
    width: 30px;
}



/*============================================================================
			Responsive Css
==============================================================================*/
/*Extra small devices (portrait phones, less than 576px)
No media query for `xs` since this is the default in Bootstrap*/
@media (min-width: 992px) and (max-width: 1200px) {
    .service-tab .tab-content {
        left: auto;
        right: 0
    }

    .service-tab .nav-tabs .nav-item {
        width: 480px
    }

    .room-info .btn {
        padding: 0 25px
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1240px;
    }
}

@media (max-width: 1300px) {
    .box-layout {
        width: 100%
    }
}

/*Extra large devices (large desktops, 1200px and up)*/
@media (max-width: 1199px) {
    .achievement-2 div.h2 {
        font-size: 36px
    }

    .achievement-2 span.h6 {
        font-size: 14px;
        width: 100%;
        margin-left: 0;
        margin-top: 0;
    }

    .achievement-2 {
        margin-top: -123px
    }

    /*====================================================================
	Home Page 1 Css Start
	====================================================================*/
    #property-search {
        padding-top: 80px;
    }

    .property-search-form.upper-place-bottom-w-100 {
        position: static !important
    }

    #property-search .container .row {
        margin-left: -15px;
        margin-right: -15px
    }

    #about-us {
        padding-top: 80px !important;
    }

    .property-search-form input.form-control {
        padding: 10px;
    }

    .property-search-form .form-group {
        margin-right: 15px;
        display: inline-block
    }

    .contact-form-1::after {
        border-right: 305px solid transparent;
        border-left: 306px solid transparent;
    }

    .footer-widget.instagram ul li {
        width: 65px;
        height: 65px;
    }

    .place-item-details .photo-galary images:nth-child(3n) {
        margin-right: 20px
    }

    .place-item-details .photo-galary images:nth-child(2n) {
        margin-right: 0
    }

    .comment-item .content {
        padding: 20px
    }

    /*====================================================================
	Home Page 2 Css Start
	====================================================================*/
    .achievement-2 .upper-place-bottom-w-100 {
        position: static
    }

    .upper-place-full {
        padding: 30px !important
    }

    .upper-place-full .text-white {
        font-size: 22px
    }

    .upper-place-full p {
        display: none
    }

    .bg-images-10 {
        background-size: 35%
    }

    .room-thumb-grid-2 .per-night {
        font-size: 16px
    }

    .angle-shade-2 {
        height: 35%
    }

    .video_about {
        width: 90%;
        top: -180px;
        right: 45px
    }
}

@media screen and (min-width: 992px) {
    /*-------annimation dropdown---------*/ .navbar .navbar-nav > .active > a, .navbar .navbar-nav > .active:hover > a, .navbar .navbar-nav > .active > a:focus {
        background-color: transparent;
        -moz-transition: all 300ms ease-in-out 0s;
        -ms-transition: all 300ms ease-in-out 0s;
        -o-transition: all 300ms ease-in-out 0s;
        -webkit-transition: all 300ms ease-in-out 0s;
        transition: all 300ms ease-in-out 0s
    }

    .navbar .navbar-nav li a, .navbar .navbar-nav li ul.dropdown-menu {
        -moz-transition: all 300ms ease-in-out 0s;
        -ms-transition: all 300ms ease-in-out 0s;
        -o-transition: all 300ms ease-in-out 0s;
        -webkit-transition: all 300ms ease-in-out 0s;
        transition: all 300ms ease-in-out 0s
    }

    .navbar .navbar-nav li > ul.dropdown-menu {
        visibility: hidden;
        display: block;
        opacity: 0;
        -ms-transform: scale(0.9);
        -o-transform: scale(0.9);
        -webkit-transform: scale(0.9);
        -moz-transform: scale(0.9);
        transform: scale(0.9)
    }

    .navbar .navbar-nav li:hover > ul.dropdown-menu {
        visibility: visible;
        opacity: 1;
        -ms-transform: scale(1);
        -o-transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1)
    }

    .navbar-nav .dropdown-menu ul {
        left: 100%;
        top: 0
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-menu {
        top: -10px
    }

    /*#header.fixed-top {*/
    /*    position: fixed !important;*/
    /*    top: 0;*/
    /*    right: 0;*/
    /*    left: 0;*/
    /*    z-index: 999;*/
    /*    animation-duration: 1s;*/
    /*    animation-name: menu-sticky;*/
    /*    animation-timing-function: ease-in-out;*/
    /*    margin: 0;*/
    /*    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);*/
    /*    padding: 0 !important;*/
    /*    border: none;*/
    /*    background-color: #fff;*/
    /*}*/

    .header-2 .navbar-header {
        padding-top: 40px
    }

    .header-1 .navbar-header {
        padding-bottom: 0;
    }
    
    .header-1 .navbar-header .white-cta .txt {
        font-size: 16px;
        line-height: 25px;
        color: #fff;
    }
    .header-1 .navbar-header .white-cta a{
        width: 140px;
        height: 35px;
        display: flex;
        align-items: center;
        background-color: #226dc9;
        padding: 12px 53px 11px 13px;
    }
   .header-1 .navbar-header .white-cta a .round{
        width: 35px;
        height: 27px;
        top: 2px;
        background-color: #ffffff;
        color: #000;
    }
    .header-1 .navbar-header .white-cta a:hover .round {
        width: calc(100% - 6px); 
    }
    .header-1 .navbar-header .white-cta a .round i{
        color: #000;
    } 
    .header-1 .navbar-header .white-cta:hover .txt{
        color: #000;
    }
    .header-1 .navbar-header .white-cta a:hover .round i {
        left: 16%;
    }
    .header-1 .navbar-header .white-cta a:hover {
        padding-left: 48px;
        padding-right: 28px; 
    }

    .header-1.fixed-top .navbar-header, .header-2.fixed-top .navbar-header {
        padding: 0
    }

    /*From Bootstrap*/
    .navbar-expand-lg .navbar-nav .nav-link {
        position: relative;
        transition: all .3s ease;
    }
}

/*Large devices (desktops, 992px and up)*/
@media (max-width: 991px) {
    .mt-sm-none {
        margin-top: 0 !important
    }

    .hotel-search-form {
        width: 100%;
        position: relative;
        z-index: 99;
        display: table;
        margin-top: 0 !important;
        padding: 40px 30px;
    }

    .subtext.box-width {
        width: 100%
    }

    .header-1, .header-2 {
        background: #ffffff;
        border-bottom: 1px solid var(--secondery-theme-color);
    }

    .header-1.fixed-top, .header-2.fixed-top {
        background: #ffffff;
    }

    .navbar-header .navbar-light .navbar-nav .nav-link:hover, .navbar-header .navbar-light .navbar-nav .nav-link.active {
        background: transparent !important;
        color: #226dc9 !important;
        border: none !important
    }

    .achievement-2.container {
        max-width: 100% !important;
        margin: 0
    }

    .achievement-2 .item {
        padding-left: 10px;
    }

    .video_about {
        position: inherit;
        top: 0px !important;
        right: 0px !important;
    }

    .for-booking {
        float: right !important;
        margin-right: 30px !important;
        padding-bottom: 20px !important;
    }

    .mt-sm-20 {
        margin-top: 20px
    }

    .mb-sm-20 {
        margin-bottom: 20px
    }

    .mt-sm-30 {
        margin-top: 30px
    }

    .mb-sm-30 {
        margin-bottom: 30px
    }

    .dropdown-menu {
        background: transparent;
        padding: 0
    }

    .navbar-nav .nav-link {
        font-weight: 500;
        text-transform: unset;
        padding: 3px 0 3px;
        border-bottom: 1px solid #eee;
    }

    .nav-on-top {
        position: static
    }

    .free-service {
        margin-bottom: 30px;
    }

    .property-search-form-2 {
        width: 100%;
    }

    .testimonial-item-1 images {
        margin-bottom: 20px
    }

    .testimonial-1 {
        padding: 50px 50px 100px;
    }

    .bg-images-8 {
        background: none
    }

    .bg-images-10 {
        background-image: none
    }

    .event-item .down-line-left {
        width: 100%
    }

    .event-item-details .event-images .cd100 {
        padding: 0 20px
    }

    .cd100 li span:first-child {
        font-size: 30px;
    }

    .cd100 li span:last-child {
        font-size: 14px;
    }

    .sidebar {
        margin-top: 50px
    }

    /*====================================================================
	Home Page 1 Css Start
	====================================================================*/
    .property-search-form-1 {
        margin-top: 50px
    }

    .header-1, .header-2, .header-3 {
        position: static
    }

    .header-1, .header-2 {
        padding: 10px 0 !important
    }

    .header-1 .navbar-light .navbar-toggler {
        border-color: rgba(255, 255, 255, 0.5);
    }

    .header-1 .navbar-light .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
    }

    [class*="header-"] .top-header {
        display: none;
    }

    .navbar {
        padding: 0
    }

    .header-5 .navbar-nav .nav-link {
        padding-right: 20px;
        padding-left: 20px;
    }

    .header-5 .navbar-toggler {
        margin-left: 20px
    }

    .header-5 .dropdown-toggle:focus, .header-5 .dropdown-toggle:hover, .header-5 .dropdown-item.active {
        background-color: transparent
    }

    .header-5 .sidenav {
        overflow-x: scroll
    }

    .navbar-toggler.navbar-toggler-right {
        background: rgba(255, 255, 255, .7);
    }

    #about-us .images-1 {
        margin-top: 30px
    }

    #achievement .item {
        margin-bottom: 30px
    }

    #offer {
        padding-bottom: 180px;
    }

    .boking span {
        display: block;
        margin-top: 20px;
    }

    .contact-form-1::after {
        border-right: 345px solid transparent;
        border-left: 345px solid transparent;
    }

    .footer-widget {
        margin-bottom: 50px
    }

    .service-tab .nav-tabs .nav-item:nth-child(odd) {
        margin-right: 360px
    }

    .service-tab .tab-content {
        width: 350px
    }

    .cd100 li {
        width: 25%
    }

    .freedom-find .main-title-area, .newsletter-2 input {
        width: 100%
    }

    .offset-2 {
        margin: 0
    }

    .video_about {
        top: -120px;
        right: 40px;
    }

    /*====================================================================
	About Us Page Css Start
	====================================================================*/
    #page-banner .banner-title {
        font-size: 24px;
    }

    #page-banner .pages-link {
        margin-top: 10px;
    }

    .our-differents .images-1 {
        margin-left: 0;
        display: none
    }

    .our-differents .text-block-2 {
        margin-right: 0;
        margin-bottom: 30px
    }

    /*====================================================================
	Home Page 3 Css Start
	====================================================================*/
    .header-3 .navbar-light .navbar-toggler {
        border-color: rgba(9, 67, 160, 0.5)
    }

    .header-3 .navbar-light .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(9, 67, 160, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
    }

    .room-thumb-list-1 .for-booking {
        margin-top: 20px;
        padding-top: 0;
        display: table;
        margin-left: 0;
        border-left: none
    }

    .for-booking .btn {
        margin-left: 15px
    }

    .room-thumb-list-1 .per-night {
        margin-bottom: 0;
        float: left
    }

    [class*="room-thumb-list-"] .room-info {
        padding: 0 15px 0 0
    }

    .place-item-details .photo-galary images {
        width: 210px
    }

    .our-coffee {
        padding: 20px
    }

    .banar-video-title {
        font-size: 18px
    }

    .schedule {
        padding: 20px
    }

    .hot-offer h4 {
        font-size: 24px;
        line-height: 36px
    }

    .offset-3 {
        margin: 0
    }

    .newsletter-2 button {
        right: 30px
    }

    .property-search-form-2 h3 {
        font-size: 24px
    }

    .package-item.special {
        padding: 40px 0px;
        margin: auto
    }

    [class*="room-thumb-list-"] .for-booking {
        margin-left: 0
    }

    .room-thumb-list-2 .for-booking {
        padding: 30px
    }

    [class*="room-thumb-list-"] .per-night {
        margin: 0;
        line-height: 45px;
        display: inline-block
    }

    .event-item .event-info {
        padding: 30px;
    }

    .property-search-form-2.position {
        position: static;
        margin: 0
    }
}

/*Medium devices (tablets, 768px and up)*/
@media (max-width: 767px) {
    .post-detail-2 {
        padding: 30px;
    }

    .mt-xs-20 {
        margin-top: 20px
    }

    .mt-xs-50 {
        margin-top: 50px
    }

    .achievement-2 .item {
        padding-top: 10px;
        padding-bottom: 10px
    }

    .testimonial-2 {
        padding: 50px 20px
    }

    .testimonial-3 .testimonial-item-1 .opinion {
        margin-left: 0;
        display: inline-block;
    }

    .testimonial-item-1 .opinion {
        margin-left: 0;
        margin-bottom: 0 !important;
    }

    .video_about {
        position: initial;
        right: auto;
        top: auto
    }

    .slider-5 {
        width: 100%
    }

    /*====================================================================
	Home Page 1 Css Start
	====================================================================*/
    .free-service-item {
        width: 100%;
    }

    .place-item-details .photo-gallery a {
        width: 48%;
        margin: 0 2% 5px 0;
    }

    [class*="room-thumb-list-"] .room-info {
        padding: 15px
    }

    .date-type-2 span {
        display: inline-block;
        margin-bottom: 0;
        padding: 0 5px;
    }

    .property-search-form-2 {
        margin-top: 50px;
        position: static;
    }

    .angle-shade:before {
        display: none
    }

    .main-title-area .title {
        font-size: 36px
    }

    #offer {
        padding-bottom: 80px;
    }

    .hot-offer {
        margin-bottom: 50px
    }

    .testimonial-1 {
        padding: 30px 30px 100px 30px
    }

    .testimonial-1 .upper-place-bottom-w-100 {
        position: static !important
    }

    .testimonial-item {
        padding: 50px 50px 100px;
    }

    .testimonial-item .images-1 {
        display: block;
        float: inherit;
        margin: 0 0 30px;
    }

    .testimonial-1 .carousel-indicators {
        margin-left: 0;
        right: auto;
        right: 0;
        margin-right: 0;
    }

    #awesome-places {
        padding-top: 80px !important;
    }

    #contact .offset-2 {
        margin-left: 0 !important
    }

    .service-tab .nav-tabs .nav-item, .newsletter-2 input {
        width: 100%
    }

    .service-tab .nav-tabs .nav-item:nth-child(odd) {
        margin: 0
    }

    .newsletter-2 button {
        right: 20px
    }

    .left-right-line:before, .left-right-line:after {
        width: 50px
    }

    .left-right-line:after {
        right: -60px
    }

    .left-right-line:before {
        left: -60px
    }

    .quextion-box {
        padding: 30px !important
    }

    .quextion-box .float-right {
        float: none !important;
        margin-top: 15px
    }

    .quextion-box .ml-5, .quextion-box .ml-4 {
        margin: 0 !important
    }

    .quextion-box .ml-4 {
        margin-top: 15px !important
    }

    /*====================================================================
	About Us Page Css Start
	====================================================================*/
    #page-banner .banner-title {
        font-size: 23px
    }

    #page-banner .pages-link {
        margin-top: 5px
    }

    .experience-years, .service-tab .tab-content {
        display: none
    }

    .offset-3 {
        margin: 0
    }

    .gallery-section .filter-btns li {
        margin: 0 13px
    }

    .gallery-section .filter-btns li {
        font-size: 14px
    }

    .food-booking-form.main-title-area {
        width: 100%
    }

    .bg-images-10 {
        background-image: none
    }

    .offset-2 {
        margin: 0
    }

    .contact-form-1::after {
        border-right: 255px solid transparent;
        border-left: 255px solid transparent
    }
}

/*Small devices (landscape phones, 576px and up)*/
@media (max-width: 575px) {
    .right-line:after, .left-right-line:before {
        display: none
    }

    .property-search-form-1 {
        padding: 40px 30px;
    }

    .achievement-2 {
        margin-top: 0px !important;
    }

    .property-search-form-2 {
        width: 100% !important;
        margin: 0 auto !important;
    }

    .post-item .post-detail, .progress-style-1, .video-bg-1 {
        margin-top: 20px;
    }

    .social-media li {
        margin-right: 10px;
    }

    .video_about {
        position: inherit !important;
        top: 0px !important;
        right: 0px !important;
    }

    .navbar-light .navbar-toggler {
        border-color: #fff !important;
    }

    .progress-style-1 .progress {
        width: 60%
    }

    .error_page {
        width: 100%;
    }

    .for-booking {
        margin: 0 auto !important;
    }

    /*====================================================================
	Home Page 1 Css Start
	====================================================================*/
    .navbar {
        padding: 0 15px
    }

    .navbar-toggler {
        padding: 5px 10px;
        font-size: 15px;
    }

    .subtext {
        letter-spacing: 4px
    }

    .left-right-line::before, .left-right-line::after {
        display: none
    }

    .testimonial-1 {
        padding: 20px !important;
    }

    .opinion {
        margin-bottom: 40px !important;
    }

    .testimonial-item-1 images {
        float: none
    }

    .social-media li {
        margin-bottom: 10px
    }

    .contact-form-1 {
        padding-bottom: 80px
    }

    .contact-form-1::after {
        display: none
    }

    .footer-1 {
        padding-top: 80px !important;
        padding-bottom: 0px !important;
    }

 
    
}
/*====================================================================
	HeroSection Css
====================================================================*/
.heroSection {
    padding: 120px 0 100px !important;
    position: relative;
} 
.herobox {
    position: relative;
    z-index: 1;
}
.herobox h2 {
    color: #000000; 
    font-size: 50px;
    font-weight: 800;
    line-height: 50px;
    text-align: center;
    margin-bottom: 35px;
}  
.heroSection .container-fluid {
    padding: 0 50px;
} 
.herobox p {
    text-align: justify;
    color: #7A7A7A;
    font-family: "Signika", Sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 23px;
}
.heroBtn a {
    font-family: "Roboto", Sans-serif;
    font-weight: 600;
    display: inline-block;
    color: #fff !important;
    background-color: #226DC9;
    padding: 12px 40px;
    border-radius: 3px;
    margin-right: 15px;
    transition: all .3s ease;
}
.heroBtn a:hover{
    transform: scale(0.9);
    transition: all .3s ease;
}
.heroBtn a:last-child{    
    color: #226DC9 !important;    
    background-color: #E5F0FE;
}
.heroBtn {
    text-align: center;
    margin: 50px 0 0;
}
 .heroSection svg {
    width: calc(120% + 1.3px);
    height: 280px;
}
.heroSection svg {
    display: block;
    /* width: calc(100% + 1.3px); */
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    fill:#e9e1e1a1
}

/* ===================================
   Hero Banner Section Class
====================================== */
.heroBannerSection {
    margin: 0 0;
    transform: translateY(0rem);
    padding: 130px 0 180px !important;
    margin-bottom: 0;
}
.heroBannerSection::before{
    content: '';
    position: absolute;
    right: 0px;
    top: 0px;
    background: url(../images/hero-bg-image.png);
    width: 1280px;
    height:800px;
}
.heroBannerSection .heroBannerContent h3 {
    font-size: 20px;
    color: #1d3e4d;
    font-weight: 500;
    font-family: "League Spartan", sans-serif;
    margin-bottom: 15px;
    background-color: #e7e0da;
    border-radius: 6px;
    height: 40px;
    display: table-cell;
    vertical-align: middle;
    padding: 0 10px 0;
}
.heroBannerSection .heroBannerContent h2 {
    color: #000;
    font-weight: 700;
    line-height: 60px;
    font-size: 57px;
    /* font-family: "League Spartan", sans-serif; */
    margin-top: 20px;
}
.heroBannerSection .heroBannerContent p {
    font-size: 16px;
    width: 600px;
    color: #868686;
    line-height: 20px;
    font-weight: 300;
    text-align: justify;
}
.heroBannerSection .heroBannerContent h2 span {
    color: #226dc9; 
}
.heroBannerSection .heroBannerContent .text {
    color: #e66f51;
    display: inline-block;
}
.heroBannerSection 
.heroBannerContent {
    padding: 40px 0 0;
    position: relative;
}
.heroBannerSection .heroImage{
    position: relative;
    margin-top: 40px;
}
.heroBannerSection 
.heroImage img{
    border-radius: 15px;
    position: relative;
    z-index: 99;
    width: 400px;
    margin-left: 20px;
}
.heroBannerSection .heroImage::after{
    content: '';
    position: absolute;
    right: 15px;
    bottom: -50px;
    width: 300px;
    height: 300px;
    border: 13px solid #226dc9;
}
.heroBannerSection .preferredBy {
    margin: 20px 0 0;
    width: 500px;
}
.heroBannerSection .preferredBy h3 {
    font-size: 24px;
    font-weight: 600;
    color: #309D93;
    margin-bottom: 20px;
}
.heroBannerSection .preferredBy .preferredBox {
    background-color: #fff;
    width: 170px;
    height: 59px;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    display: inline-flex;
    margin-right: 10px;
    margin-bottom: 10px;
    transition: all .9s ease;
}
.heroBannerSection .preferredBy .preferredBox:hover{
    box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
    transition: all .9s ease;
}
.heroBannerSection .preferredBy .preferredBox p img {
    margin-right: 10px;
    width: 19px;
}
.heroBannerSection .preferredBy .preferredBox p {
    font-weight: 500;
    font-size: 13px;
}
.heroBannerSection  .brandBox {
    width: 500px;
    margin-top: 25px;
}
.heroBannerSection .brandBox h3 {
    color: #309D93;
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 600;
}
.alltuchtopdown {
    -webkit-animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
    animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
    animation-duration: 3s;
}
@keyframes alltuchtopdown {
  0% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
  }
  50% {
    -webkit-transform: rotateX(0deg) translateY(-20px);
    -moz-transform: rotateX(0deg) translateY(-20px);
    -ms-transform: rotateX(0deg) translateY(-20px);
    -o-transform: rotateX(0deg) translateY(-20px);
    transform: rotateX(0deg) translateY(-20px);
  }
  100% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
  }
}
@-webkit-keyframes alltuchtopdown {
  0% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
  }
  50% {
    -webkit-transform: rotateX(0deg) translateY(-20px);
    -moz-transform: rotateX(0deg) translateY(-20px);
    -ms-transform: rotateX(0deg) translateY(-20px);
    -o-transform: rotateX(0deg) translateY(-20px);
    transform: rotateX(0deg) translateY(-20px);
  }
  100% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
  }
}
/*====================================================================
	Why Codify Css
====================================================================*/
.whyCodifySection{
    background-image: url(../images/Untitled-design-9.png);
    background-color: #E9E1E1A1;
    background-position: top center;
    background-size: 100%;
    padding: 100px 0 140px;
    background-repeat: no-repeat;
}
h2.title {
    color: #000000; 
    font-size: 37px;
    font-weight: 800;
    line-height: 34px;
    margin-bottom: 150px;
}
h2.title span{
    color: #226DC9;
}
.whyCodifySection .whyCodify {
    border-radius: 10px;
    height: 100%;
    text-align: center;
    padding: 0 20px 0;
    position: relative;
}
.whyCodifySection .whyCodify h2{
    margin-bottom: 10px;
    font-size: 30px;
    font-weight: 500;
    /* z-index: 99; */
    /* position: relative; */
}
.whyCodifySection .whyCodify p{
    font-size: 16px;
    font-weight: 500;
    transition: all .3s ease;
    color: #616161;
}
.whyCodifySection .whyCodify img{
    width: 50%;
    position: relative;
    transition: all .3s ease;
}
.whyCodifySection .whyCodify::before{
    content: '';
    position: absolute;
    left: 0px;
    top: 120px;
    width: 100%;
    background-color: #226DC9;
    height: 220px;
    border-radius: 10px;
}
.whyCodifySection .whyCodify .iconBox {
    position: relative;
    margin: 0px auto;
    text-align: center;
    margin-bottom: -60px;
    transition: all .3s ease;
    transform: translateY(-55%);
}
.whyCodifySection .whyCodify:hover .iconBox{
    transition: all .3s ease;
    transform: translateY(-65%);
}
 
.whyCodifyInfo {
    position: relative;
    background-color: #fff;
    padding: 0 30px 0;
    height: 320px;
    border-radius: 10px;
}
/*====================================================================
	Performance section Css
====================================================================*/
.performanceSection {
    padding: 0;
}
.performanceBox{
    background-color: #E9E1E1A1;
    padding: 100px 50px 100px;
    margin-top: 80px;
}

.performanceBox h2  {
    color: #000102;
    font-size: 50px;
    font-weight: 700;
    line-height: 48px;
    margin-bottom: 25px;
}
.performanceBox p {
    text-align: justify;
    font-family: "Signika", Sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0.8px;
    word-spacing: 4px;
}
.performanceImage {
    height: 100%;
    padding: 120px 0px 0;
    text-align: center;
}

.performanceImage img {
    width: 440px;
    transition: all .3s ease;
}
 
.performanceImage .box1 .img1:hover img{
    transform: scale(1.1);
    transition: all .3s ease;
}
.performanceImage .box2 .img2:hover img{
    transform: scale(1.1);
    transition: all .3s ease;
}
.developmentBox{
    background-color: #000;
    margin-top: 0;
}
.developmentBox p{
    
    color: #8B8A8A
}
.developmentBox h2 {
    color: #fff;
}
/*====================================================================
	Mastering section Css
====================================================================*/
.masteringSection {
    background-color: #226DC9;
    padding-bottom: 50px;
}
.imageOne svg {fill: #E9E1E1;width: 150px;margin-top: -100px;z-index: 99;position: relative;}

.masteringSection .imageOne {
    text-align: right;
    padding-right: 100px;
}
.masteringSection .imageOne span {
    color: #03428E;
    font-family: "RocknRoll One", Sans-serif;
    font-size: 85px;
    font-weight: 600;
    position: relative;
    left: -40px;
    display: block;
    top: -40px;
}
.masteringContent p {
    text-align: justify;
    color: #FFFFFF;
    font-family: "Signika", Sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0.3px;
}
.masteringContent h2 {
    color: #FFFFFF; 
    font-size: 35px;
    font-weight: 700;
    line-height: 40px;
}
.btnBox a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: inline-flex;
    font-family: "Signika", Sans-serif;
    font-weight: 500;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #03428E;
    padding: 10px 24px;
}
.btnBox a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border-radius: 3px;
}

.btnBox a svg {
    width: 1rem;
}
.btnBox {
    text-align: right;
    margin-top: 50px;
}
.btnBox a:hover, .btnBox a:focus {
    color: #FFFFFF;
    background-color: #002D63;
}
/*====================================================================
	Brands Section Css
====================================================================*/
.brandsSection{
    padding: 150px 0;
}
.brandsSection h2.title {
    margin-bottom: 0;
}

.brandsSection .owl-item img {
    width: 150px;
    margin: 0px auto;
}

.brandsSection .item {
    text-align: center; 
}
/*====================================================================
	Riding Section Css
====================================================================*/
.ridingSection{
    padding: 100px 0 50px;
    position: relative;
}
.ridingSection::after{
    content: '';
    height: 280px;
    width: 300px;
    background-image: url(../images/Untitled-design-5.png);
    background-position: 100% -4%;
    background-repeat: no-repeat;
    display: block;
    top: -60px;
    position: absolute;
    right: 0;
}
.ridingSection h2.title {
    margin-bottom: 80px;
}
.ridingBox {
    padding: 45px 70px;
    border: 5px solid #E9E1E1A1;
    margin-bottom: 25px;
}
.ridingBox img {
    width: 150px;
    margin-bottom: 15px;
}
.lightgray {
    background-color: #E9E1E1A1;
    border: 5px solid #f1ecec;
}
.darkGray{
    background-color: #8B9A9F42;
    border: 5px solid #e1e5e6;
}
.ridingInfo h2 {
    color: #000000;
    font-size: 27px;
    font-weight: 700;
}
.ridingInfo p {
    font-family: "Signika", Sans-serif;
    font-size: 15px;
    font-weight: 400;
}
.ridingSection .btnBox {
    text-align: center;
    margin-top: 20px;
}
/*====================================================================
	Testimonial Section Css
====================================================================*/
.testimonialSection{
    padding: 0px 0 100px;
}
 
.testimonialSection h2.title{
    margin-bottom: 120px;
}
.testimonialSection .testimonial {
    padding: 100px 50px 70px;
    background-color: #8B9A9F42;
    background-image: url(../images/Add-a-heading-2.png);
    background-size: cover;
    background-position: 70% -40px;
}
.testimonialSection .testimonial-item-1 p {
    color: #223C46;
    font-family: "League Spartan", Sans-serif;
    font-size: 35px;
    font-weight: 400;
    font-style: normal;
    line-height: 30px;
    margin-bottom: 25px;
}
.testimonialSection .testimonial-item-1 .author .name {
    color: #789099;
    font-family: "League Spartan", Sans-serif;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 0;
}
.testimonialSection .testimonial-item-1 .author .title {
    color: #5D757F;
    font-family: "League Spartan", Sans-serif;
    font-size: 15px;
    font-weight: 500;
}
/*====================================================================
	Consultation Section Css
====================================================================*/
.consultationSecion {
    background-color: #226DC9;
    padding-bottom: 0px;
}
.consultationSecion .svgBox svg {
    fill: #226dc9;
    display: block;
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: calc(180% + 1.3px);
    height: 120px;
}
.consultationSecion .elementor-shape-fill {
    fill: #fff;
    transform-origin: center;
    transform: rotateY(0deg);
}
.consultationForm h2 {
    color: #FFFFFF;
    font-size: 55px;
    font-weight: 800;
    line-height: 53px;
}
.consultationForm p {
    color: #FFFFFF;
    font-family: "Signika", Sans-serif;
    font-size: 20px;
    font-weight: 400;
    margin: 40px 0 40px;
}
.consultationForm .btnBox{
    margin-top: 0px; 
    text-align: center;
}
.consultationForm form .form-control{
    height: 40px;
    border: none;
}
.consultationForm form .form-group{
    margin-bottom: 7px;
}
.consultationForm .btnBox a{ 
    width: 100%;
    display: block;
}
.fixed-top .navbar-brand img {
        width: 42px;
    }
.fixed-top .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0;
        padding-left: 0;
    }
.fixed-top .navbar-nav .nav-link {
    font-weight: 400;
    padding: 0;
    font-size: 20px;
    font-family: 'League Spartan', sans-serif;
}
/*====================================================================
	Grow Section Css
====================================================================*/
.growSection .growBox {
    display: flex;
    align-items: center;
    gap: 30px;
}

.growSection .growBox img {
    width: 300px;
    transition: all .1s ease;
}
.growSection .growBox img:nth-child(1) {
    border: 5px solid #949B71;
}
.growSection .growBox img:nth-child(2){
    border: 5px solid #8B9A9F;
    width: 220px;
}
.growSection .growBox img:nth-child(3){
    border: 5px solid #E9E1E1
}
.growSection .growBox img:hover{
    transform: scale(1.1);
    transition: all .3s ease;
}
.growSection .growtext {
    height: 100%;
    display: flex;
    align-items: center;
    text-align: right;
    justify-content: end;
}
.growSection .growtext h2 {
    line-height: 70px;
    font-size: 28px;
    font-weight: 800;
    text-transform: capitalize;
}
.growSection .growtext h2 span {
    display: block;
    color: #226DC9;
    font-family: "Georgia", Sans-serif;
    font-size: 129px;
    font-weight: 700;
    -webkit-text-stroke-width: 1px;
    stroke-width: 1px;
    -webkit-text-stroke-color: #FFFFFF;
}
/*====================================================================
	Services Section Css
====================================================================*/
.servicesSection .title{
    margin-bottom: 150px !important;
}
.servicesSection .ridingBox img {
    margin-top: -143px;
    width: 200px;
    margin-bottom: 60px;
    transition: all .3s ease;
}
.servicesSection .ridingBox:hover img{
    margin-top: -135px;
    margin-bottom: 52px;
    transition: all .3s ease;
}
.servicesSection .ridingBox {
    margin-bottom: 120px;
}
.servicesSection .ridingInfo .btnBox {
    text-align: right;
    margin-top: 40px;
}
.servicesSection .ridingInfo .btnBox a svg{
    fill: #3D7CCC;
}
.servicesSection .ridingInfo .btnBox a:hover svg{
    fill: #fff;
}
.servicesSection .ridingInfo .btnBox a{
    border: 3px solid #3D7CCC;
    position: relative;
    transition: all .3s ease;
    color: #3D7CCC;
    background-color: transparent;
}
.servicesSection .ridingInfo .btnBox a:hover{
    color: #FFFFFF;
    border: 3px solid #0000;
    background-color: #03428E;
    transform: scale(0.9);
    transition: all .3s ease;
     
}
/*====================================================================
	Technologies Section Css
====================================================================*/
.technologiesSection{
    padding: 0px 0 100px;
}
.technologiesSection .title{
    font-size: 45px;
    font-weight: 800;
    margin-bottom: 20px;
}
.technologiesSection .technoBox {
    border: 10px solid #226DC9;
    border-right: 0px;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 80px 75px 110px 75px;
    background-color: aliceblue;
}
.technologiesSection .technoBox p{
    font-size: 17px;
    color: #4E6581;
    font-family: "Signika", Sans-serif;
}
.technologiesSection .techoImage {
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.technologiesSection .techoImage img {
    width: 165px;
}
.fadeSlider{
    padding: 0 20px 0
}
/*====================================================================
	WorkFlow Section Css
====================================================================*/
.workflowSection {
    background-image: url(../images/Untitled-design-17-3.png);
    background-repeat: no-repeat;
    background-position: -60px -10px;
    background-size: contain;
    padding: 50px 0 70px;
}
.workflowSection .title{
    margin-bottom: 100px;
}
.workflowSection .row{
    justify-content:space-around;
}
.workflowBox img {
    width: 120px;
}

.workflowBox  span {
    position: absolute;
    right: 26px;
    top: 0;
    background: #226DC9;
    color: #fff;
    max-width: 200%;
    border: 3px solid #fff;
    border-radius: 15px;
    overflow: hidden;
    padding: 5px 15px;
    font-size: 25px;
}
.workflowBox h2 {
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    margin-top: 25px;
}

.workflowBox {
    text-align: center;
}
.workflowSection-style-2{
    padding-top: 100px;
    background-image: url(../images/Untitled-design-21.png);
    background-position: center center;
    background-size: cover;
}
/*====================================================================
	Request Section Css
====================================================================*/
.requstSection{
    padding-top: 50px;
    padding-bottom: 60px;
}
.requstBox::after{
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0px;
    background-color: #000000;
    opacity: 0.5;
    top: 0px;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.requstBox{
     position: relative;
     background-image: url(../images/jose-martin.jpg);
     background-position: 0px -130px;
     background-size: cover;
     box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.45);
     transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
     min-height: 230px;
     display: flex;
     align-items: center;
     padding: 0 80px 0;
     justify-content: space-between;
}
.requstBox .requestText h2 {
    color: #FFFFFF;
    font-size: 35px;
    font-weight: 900;
    position: relative;
    z-index: 99;
}
.requstBox .btnBox{
    position: relative;
    z-index: 99;
    margin-top: 0;
}
.requstBox .btnBox a{
        padding: 10px 50px 10px 050px;
        font-size: 15px;
        border: 2px solid #fff;
     transition: all .3s ease;
}
.requstBox .btnBox a:hover{
     transition: all .3s ease;
    transform: scale(1.1);
}
.contactSection .contactHeading {
    margin-bottom: 30px;
    margin-top: 60px;
}
.contactForm {
    background-color: #000;
    padding: 90px 60px 0px;
    margin-top: 100px;
    position: relative;
    left: -30px;
    height: 100%;
    width: 650px;
}
.contactForm input.form-control::placeholder{
    color: #fff
}
.contactForm textarea.form-control::placeholder{
    color: #fff;
}
.contactForm .form-control {
    background-color: transparent;
    color: #fff;
    border-bottom: 1px solid #ffff !important;
    padding-left: 0;
}
.contactForm textarea{    
    height: 160px;
}
.contactForm .form-group .btnBox{
    margin-top: 20px;
    
}
.contactForm .form-group .btnBox a{
   background-color: #000;
   color: #fff;
   border: 1px solid #fff;
   font-size: 20px;
   padding: 15px 44px;
}
.freeCallSection{
    background-color: #226DC9;
}
.freeCallSection .freeCalls{
    text-align: center;
}
.freeCallSection .freeCalls h2{
    color: #FFFFFF;
    font-family: "Signika", Sans-serif;
    font-size: 35px;
    font-weight: 700;
    line-height: 1.3em;
}
.freeCallSection .freeCalls p{
    text-align: center;
    color: #E0DEDE;
    font-family: "Signika", Sans-serif;
    font-size: 18px;
    font-weight: 300;
    padding: 10px 200px;
}
.freeCallSection .freeCalls .btnBox{
    margin-top: 20px;
    text-align: center;
}
.freeCallSection .freeCalls .btnBox a{
   background-color: transparent;
   color: #fff;
   font-size: 20px;
   border: 3px solid #fff;
   border-radius: 6px 6px 6px 6px;
   font-size: 16px;
   margin: 30px;
}
.freeCallSection .freeCalls .btnBox a:hover{
    background-color: #fff;
    border: 3px solid #fff;
    color: #000;
}

.webSectionStyle_1{
    background-image: url(../images/Untitled-design-3.png);
    background-size: cover;
    position: relative;
    padding-bottom: 0;
}
.webSectionStyle_1::after {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    opacity: 0.8;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.webSectionStyle_1 .title{
    font-size: 50px;
    line-height: 65px;
    font-weight: 800;
    position: relative;
    z-index: 99;
    margin-bottom: 25px;
    padding: 0 0px 0 55px;
}
.webSectionStyle_1 .webDesigning{
    padding: 60px 55px 0 55px;
    position: relative;
    z-index: 9;
}
.webSectionStyle_1 .webDesigning p{
    font-size: 16px;
    font-weight: 500;
    font-family: "Signika", Sans-serif;
    color: #5F5F5F;
    margin-bottom: 40px;
}
.webSectionStyle_1 .webdesign_image{
    position: relative;
    z-index: 9;
}

.ridingSection-style-2::after{
    background-image: none;
}
.ridingSection-style-2 .container-fluid { 
    padding-right: 55px;
    padding-left: 55px; 
}
.ridingSection-style-2 .ridingBox img {
    width: 80px; 
}
.ridingSection-style-2
.ridingBox {
    padding: 45px 20px;
    transition: all .3s ease;
    height: 420px;
}
.ridingSection-style-2 .ridingBox:hover{
    background-color: #E9E1E1A1;
    transition: all .3s ease;
}
.ridingSection-style-2 .ridingBox p{
    color: #7a7a7a;
    margin-bottom: 0;
}
.webApplicationSection{
    background-color: #568CCE29;
    padding: 40px 0;
}
.webApplicationSection .webApplication p {color: #5F5F5F;font-family: "Signika", Sans-serif;font-weight: 500;font-size: 16px;}

.webApplicationSection .webApplication h2 {
    color: #000;
    margin-bottom: 25px;
    padding-top: 70px;
}
.webApplicationSection .webApplication h2 span {
    display: block;
    color: #226DC9;
}
.webApplicationSection .webApplication img {padding: 10px;}

.tg-may-account-wrapp {
    width: 100%;
    margin: 0px 0 0 !important;
}
.tg-may-account-wrapp{
    background-image: url(../images/Untitled-design-20.png);
    background-position: 0px -50px;
    background-size: cover;
}

.tg-account .account-banner {
}

.tg-account .account-banner .inner-banner .detail * {
    color: #fff;
}

.tg-account .account-banner .inner-banner .profile {
    text-align: right;
}

.tg-account .account-banner .inner-banner .profile span.image img {
    width: 130px;
    border-radius: 50%;
    box-shadow: 0px 0px 15px -10px #000;
}

.tg-account .account-banner .inner-banner .detail h3.user-name {
    font-size: 20px;
    margin-top: 20px;
}

.tg-account .account-banner .inner-banner .nav-area {
    width: 100%;
    float: none;
    margin-top: 0;
}

.tg-account .account-banner .inner-banner .nav-area ul li a {
    background: transparent;
    color: #000;
    font-weight: 700;
    border-radius: 0px;
    font-size: 20px;
    border: none;
    padding: 10px 15px;
    min-width: 120px;
    display: block;
    transition: .4s;
    text-align: center;
    font-family: "League Spartan", Sans-serif;
}

.tg-account .account-banner .inner-banner .nav-area ul li {
    margin-right: 7px;
    margin-bottom: 0;
}

.tg-account .account-banner .inner-banner .nav-area ul li a.active,
.tg-account .account-banner .inner-banner .nav-area ul li a:hover {
    color: #226dc9;
    background: #fff;
}

.tg-tabs-content-wrapp {
    width: 100%;
    float: left;
    padding: 10px 0 0;
}

div#my-orders-table_length {
    width: fit-content;
    float: left;
}

div#my-orders-table_filter {
    width: fit-content;
    float: right;
}

div#my-orders-table_length select,
div#my-orders-table_filter input {
    border: 1px solid #207ba1;
    padding: 5px 15px;
}

div#my-orders-table_length,
div#my-orders-table_filter {
    margin-bottom: 22px;
}

.tg-tabs-content-wrapp form.tg-form {
    width: 100%;
    float: left;
    background: #f7f7f7;
    padding: 30px 30px 60px;
    border: 1px solid #eaeaea;
}

.tg-tabs-content-wrapp form.tg-form button {
    /* background: var(--bg-primary); */
    /* border: none; */
    /* padding: 10px 32px; */
    /* cursor: pointer; */
    margin: 13px 0 0;
}

.tg-tabs-content-wrapp .my-account-dashboard .card img {
    max-width: 80px;
}

.tg-tabs-content-wrapp .my-account-dashboard .card {
    text-align: center;
}

.tg-tabs-content-wrapp .my-account-dashboard .card h2 {
    font-size: 20px;
    margin-top: 14px;
    font-weight: 400;
    text-transform: capitalize;
}

.tg-tabs-content-wrapp .my-account-dashboard .card p {
    font-size: 15px;
    font-weight: 500;
}
.tg-may-account-wrapp h2.title {margin-bottom: 120px;}

.tg-account .account-banner .inner-banner .nav-tabs {
    justify-content: center;
    border: none;
}

.discover_section {
    padding: 70px 0 100px;
    border-bottom: 1px solid #eee;
    background-image: url(../images/Untitled-design-9.png);
    background-repeat: no-repeat;
    background-position: -70px -150px;
    background-size: cover;
}



.discover_section h2.title {
    line-height: 44px;
    margin-bottom: 0;
}
.testimonial-slide .item{
    background-color: #fff;
    padding: 30px 30px 30px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    margin: 30px 30px 30px;
    display: flex;
    align-items: stretch;
    gap: 20px;
} 
.testimonial-slide .item .image img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}
.discover_section .owl-next, .discover_section .owl-prev {
    background-color: #226dc9 !important;
    width: 20px;
    height: 20px;
    color: #fff !important;
    font-size: 12px !important;
    border-radius: 3px;
}
.testimonial-slide .item h2 {
    font-size: 20px;
}
.testimonial-slide .item p {
    font-size: 17px;
    line-height: 20px;
    font-family: "League Spartan", Sans-serif;
}
.testimonial-slide .owl-item:nth-of-type(1) {
    margin-top: 75px;
}
.testimonial-slide .owl-item:nth-of-type(3) {
    margin-top: 75px;
}
.testimonial-slide .owl-item:nth-of-type(5) {
    margin-top: 75px;
}
.testimonial-slide .owl-item:nth-of-type(7) {
    margin-top: 75px;
}
.testimonial-slide .owl-item:nth-of-type(9) {
    margin-top: 75px;
}
.testimonial-slide .owl-item:nth-of-type(11) {
    margin-top: 75px;
}
.testimonial-slide .owl-item:nth-of-type(13) {
    margin-top: 75px;
}
.testimonial-slide .owl-item:nth-of-type(15) {
    margin-top: 75px;
}
.testimonial-slide .owl-nav {
    position: absolute;
    right: 0;
    left: 0;
    margin: 0px auto;
    display: block;
    width: 100px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.web_solutions {
    background-color: #226dc9;
    padding: 120px 0 230px;
}

.web_solutions .top_heading h2 {
    margin-bottom: 0;
    color: #fff;
    font-size: 50px;
    text-transform: uppercase;
    line-height: 55px;
}

.web_solutions .top_heading h2 span {
    font-size: 60px;
    text-transform: uppercase;
    \: white;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #ffffff;
    font-family: "League Spartan", Sans-serif;
    display: block;
}
.web_solutions .top_heading p{
    color: #fff;
    max-width: 500px;
    font-size: 15px;
    text-align: justify;
}
.web_solutions .top_heading .white-cta .btn-1 {
    border: 2px solid #ffffff;
    background-color: #fff;
}
.web_solutions .top_heading .white-cta a .round { 
    width: 39px;
    height: 40px; 
    right: 0px;
    top: 0px;
}
.web_solutions .top_heading .white-cta a:hover .round {
    width: calc(100% - 0px);
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 7px; 
}
.web_solutions .top_heading .white-cta a:hover .round i {
    left: 13%;
}
.web_solutions .top_heading .white-cta a .round i { 
    margin-top: -3px;
    
}
.web_solutions .top_heading .white-cta a {
    width: 190px;
    padding: 9px 53px 10px 13px;
}
.web_solutions .top_heading .white-cta .txt {
    font-size: 16px;
    line-height: 20px; 
}
.web_solutions .top_heading .white-cta a:hover {
    padding-left: 48px;
    padding-right: 28px;
    color: #fff;
}
.web_solutions_2 {
    padding: 0 0 80px;
    margin: -160px 0 0;
}
.web_solutions_2 .web_box .coolBeans {
    padding: 5px 0px;
    width: 250px;
    margin: 20px auto 0;
    font-size: 16px;
    text-transform: capitalize;
    border-radius: 5px;
}
.web_solutions_2 .web_box .coolBeans::after{
    display: none;
}
.web_solutions_2 .web_box .coolBeans:hover{
    background-color: #000;
}



.unlocking_section{
    padding: 150px 0;
    background-image: url(../images/Untitled-design-5.png);
    background-position: 100% 0px;
}

section.unlocking_section {}

.unlocking_section .unlocking_box {
    border: 5px solid #eee;
    padding: 30px 30px 30px 30px;
    position: relative;
    height: 100%;
    transition: all .3s ease;
}

.unlocking_section .unlocking_box:hover{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    transition: all .3s ease;
}


.unlocking_section .col-lg-4:nth-of-type(2) .unlocking_box h2{
    display: none;
}
.unlocking_section h2.title {  
    margin-bottom: 80px;
}
.unlocking_section .unlocking_box h2 {
    font-size: 24px;
    margin-bottom: 35px;
}

.unlocking_section .col-lg-4:nth-of-type(2) .unlocking_box{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border: none;
    background-color: #edf3ff;
}
.unlocking_section .unlocking_box:hover{
    /* background-color: #edf3ff; */
    transition: all .3s ease;
    /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
}
.unlocking_section .unlocking_box ul li {
    font-family: "Roboto", Sans-serif;
    margin: 20px 0 20px;
    position: relative;
    padding: 0px 50px 0 50px;
}
.check::before{
    content: '';
    position: absolute;
    left: 10px;
    top: 7px;
    height: 20px;
    background-image:url('https://t4.ftcdn.net/jpg/05/35/13/87/360_F_535138789_O6K2bhgoRPM5RISQPfRZvQyOwXAjW8Ov.jpg');
    background-size: 20px;
    width: 20px;
    border-radius: 4px;
    background-color: #226dc9;
}

.cancel::before{
    content: '';
    position: absolute;
    left: 10px;
    top: 7px;
    height: 20px;
    background-image:url('https://a0.anyrgb.com/pngimg/1586/1868/x-mark-checkbox-question-mark-check-mark-warning-cross-button-point-sign-red.png');
    background-size: 20px;
    width: 20px;
    border-radius: 4px;
    background-color: #226dc9;
}

.unlocking_section .unlocking_box .unlocking_box_style_2 .logo_line{    
    width: 180px;    
    margin-top: -30px;    
    margin-left: -30px;
}

.unlocking_section .unlocking_box .unlocking_box_style_2 .blue_Line {
    position: absolute;
    right: 0;
    top: 0;
    width: 150px;
}
.breadcrum_section {border-top: 1px solid #f4f3f3;margin: 80px 0 0 !important;padding: 40px 0 40px !important;}

.breadcrum_section .breadcrum a {
    display: inline-block;
    color: #000;
}
.breadcrum_section .breadcrum a:last-child {
    color: #226dc9;
}
.breadcrum_section .breadcrum span {
    display: inline-block;
    padding: 0 10px 0;
}
.heroBannerContent h2 span {
  position: relative;
  display: inline-block;
  color: #FF3C41;
  height: 1.25em;
  vertical-align: bottom;
  overflow: hidden;
}
.words-wrapper {
  font-size: 40px;
  font-weight: bold;
  text-align: left;
}
.words-wrapper .css {
  color: #2ec4b6;
}
.words-wrapper .words {
  display: inline-block;
  position: relative;
  vertical-align: bottom;
  width: 360px;
  height: 50px;
  padding: 0px 20px;
  border-radius: 6px;
  color: var(--color, #000);
  background: var(--color-bg, #ffc703);
  box-sizing: content-box;
  transition: all 0.7s;
}
.words-wrapper .words span {
  display: block;
  position: absolute;
  top: 4px;
  left: 56%;
  opacity: 0;
  transform: translate(-50%, -100%);
  transition: transform 0.7s, opacity 0.25s 0.25s;
  \: left;
  width: 100%;
}
.words-wrapper .words span.current {
  display: block;
  opacity: 1;
  transform: translate(-50%, 0);
}
.words-wrapper .words span.next {
  transform: translate(-50%, 90%);
}
.making_learning_section{
    position: relative;
    padding-bottom: 0 !important;
}
.making_learning_section::after{
    content: '';
    position: absolute;
    right: 0px;
    top: 0px;
    width: 450px;
    height: 413px;
    background-image: url(../images/hero-bg-image-1.png);
}
.making_learning_section::before{
    display: none;
}
.making_learning_section .image{
    position: relative;
    z-index: 99;
}
.making_learning_section .heroBannerContent h2 span {
    color: #226dc9;
    height: auto;
    overflow: visible;
}
.making_learning_section .heroBannerContent .white-cta .txt {
    font-size: 15px; 
    font-weight: 600;
}
.making_learning_section .heroBannerContent p {
    font-size: 21px;
    width: 570px; 
    line-height: 27px; 
}
.organizations_section .col-lg-4:nth-of-type(1) .unlocking_box{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border: 1px solid #eee;
    background: #fff;
}

.organizations_section .col-lg-4:nth-of-type(2) .unlocking_box{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border: 1px solid #eee;
    background: #fff;
}
.organizations_section .col-lg-4:nth-of-type(3) .unlocking_box{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border: 1px solid #eee;
    background: #fff;
}
.organizations_section .unlocking_box  .logo_line {
    width: 180px;
    margin-top: -30px;
    margin-left: -30px;
}
.organizations_section .col-lg-4:nth-of-type(2) .unlocking_box h2{
    display: block;
}
.organizations_section .unlocking_box h2{
    text-align: center;
    margin-top: 25px;
}
.organizations_section .unlocking_box p{
    font-size: 18px;
    color: #000;
    text-align: center;
}
.organizations_section .unlocking_box:hover{
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px !important;
    transition: all .3s ease;
}
.organizations_section {
    padding-bottom: 110px;
    background-image: url(../images/left-green-arrow.png);
    background-position: 0% 0px;
    padding-top: 40px;
}

.imagine_section h2.title{
    margin-bottom: 50px;
}
.imagine_section {
    padding: 90px 0;
    background-color: #f7f7f7;
}
.imagine_section .image {
    width: 700px;
    text-align: right;
    margin-left: auto;
    margin-top: 40px;
}
 

.imagine_section #faq .card .card-header {
  border: 0;
  -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
  box-shadow: none;
  border-radius: 2px;
  padding: 0;
}

.imagine_section  #faq .card .card-header .btn-header-link {
  color: #fff;
  display: block;
  text-align: left;
  background: #fff;
  color: #222;
  padding: 20px 13px 20px 30px;
  font-size: 20px;
  font-weight: 600;
}

.imagine_section  #faq .card .card-header .btn-header-link:after {
  content: "\f107";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  float: right;
  width: 30px;
  height: 30px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.imagine_section #faq .card .card-header .btn-header-link:hover:after{
    background-color: #a8cfff;
    color: #226dc9;
}
.imagine_section  #faq .card .card-header .btn-header-link.collapsed {
  background: #fff;
  color: #000;
}

.imagine_section  #faq .card .card-header .btn-header-link.collapsed:after {
  content: "\f106";
}

.imagine_section  #faq .card .collapsing {
  background: #fff; 
}

.imagine_section  #faq .card .collapse {
  border: 0;
    line-height: 20px;
}

.imagine_section  #faq .card .collapse.show {
  background: #fff;
  line-height: 30px;
  color: #222; 
}
.imagine_section .accordion .card{
    border-radius: 10px !important;
    margin-bottom: 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.imagine_section #faq .btn.focus, .btn:focus{
    box-shadow: none;
}
.imagine_section #faq .card .card-body{
    line-height: 16px;
    font-size: 13px;
    text-align: justify;
    margin: 0 30px 30px;
    border-top: 1px solid #226dc9;
    position: relative;
    border-radius: 0px;
    padding: 18px 0 0;
    font-weight: 500;
}
.imagine_section .image .white-cta { 
    margin: 30px 0 0;  
    float: right;
}
.imagine_section .image .white-cta .btn-1{
    width: 250px;
}
.imagine_section .image .white-cta .txt{
    font-size: 15px;
    font-weight: 600;
}

.brandsSection_2 {
    padding: 70px 0;
}

.discover_section_2 .container .row{
       display: flex;
       align-items: center;
       gap: 60px;
       flex-wrap: nowrap;
}
.discover_section_2 h2.title {
    margin-bottom: 50px;
}

.discover_main .discover_box {
    padding: 0 10px 0 20px;
    transition: all .3s ease;
}

.discover_main .discover_box h2{
    font-size: 20px;
    color: #000;
}
.discover_main .discover_box p{
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 0px;
    font-weight: 500;
}
.discover_main img {
    width: 80px;
    margin-left: -50px;
    transition: all .3s ease;
}
.discover_main:hover img{
    transform: scale(1.1);
    transition: all .3s ease;
}
.discover_main {
    display: flex;
    align-items: center;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    border-radius: 10px;
    padding: 20px 10px 20px;
    margin-bottom: 40px;
    transition: all .3s ease;
}
.discover_main:hover {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px !important;
    transition: all .3s ease;
}
.unlocking_section_2{
    background-image: none;
    background-color: #eae8e9;
    padding: 90px 0 90px;
}
.unlocking_section_2 .container .row{
    gap:50px;
}
.unlocking_section_2 .col-lg-4:nth-of-type(1) .unlocking_box {
    border: none;
    background-color: #f0f5fd;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}
.unlocking_section_2 .col-lg-4:nth-of-type(2) .unlocking_box {
    background-color: #fff;
    border: 5px solid #eee;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}

.schedule_section{
    padding: 50px;
    background-color: #014dab;
}
.schedule_section .schedule_main {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.schedule_section .schedule_main .scheduleBox h2 {
    font-size: 60px;
    color: #fff;
}
.schedule_section .schedule_main .scheduleBox p {
    font-size: 22px;
    color: #fff;
    font-weight: 300;
    font-family: "Signika", Sans-serif;
}
.schedule_section .schedule_main .white-cta .btn-1 {
    border: 4px solid #226dc9;
    width: 280px;
}
.schedule_section .schedule_main .white-cta a {
    background-color: #fff;
}

.learners_section .image {
    width: auto;
    margin-top: 70px;
}

.learners_section {
    background-color: #fff;
    padding: 60px 0 60px;
    background-image: url(../images/right-green-arrow.png);
    background-position: 101% 60px;
}

.learners_section .content p {
    font-size: 22px;
    line-height: 36px;
    margin-top: 40px;
    margin-bottom: 45px;
}

.learners_section h2.title {
    margin-bottom: 0;
}
 

.learners_section .content .white-cta .btn-1 {
    width: 250px;
}

.learners_section .content .white-cta .txt {font-size: 16px;font-weight: 600;}



.connect_section{
    padding: 90px 0;
    background-color: #f0f5fd;
}
.connect_section form .form-group{
    margin-bottom: 25px;
}
.connect_section form .form-control {
    border: none;
    border-radius: 10px;
}
.connect_section form .mobliedropdown {
    display: flex;
    align-items: center;
    column-gap: 10px;
}
.connect_section form .mobliedropdown select {
    width: 95px;
}
.connect_section form select{
   color: #736d6d !important;
}
.connect_section form textarea {
    height: 100px;
}
.connect_section form .content_privacy .btn-primary {
    width: 100%;
    background-color: #226DC9;
    height: 50px;
    border-radius: 10px;
    color: #fff;
    margin-bottom: 20px;
    border: 1px solid #226DC9 !important;
    font-size: 20px;
}
.connect_section form .content_privacy .btn-primary:hover{
    background-color: #000;
    color: #fff !important;
}
.connect_section form .content_privacy p {
    line-height: 23px;
    color: #8f8c8c;
}

.connect_section .content ul {
    margin: 0px;
    padding: 0px;
}

.connect_section .content ul li {
    gap: 20px;
    padding: 15px 0 15px;
    font-size: 21px;
    display: flex;
    align-items: center;
    color: #706a6a;
}

.connect_section .content ul li img {
    width: 40px;
}

.connect_section .content h2.title {
    margin-bottom: 50px;
}
.connect_section form .form-control:focus {
    border: 1px solid #226dc9;
}

.portfolio_section {
    background-image: url(../images/portfoliobg.png);
    background-repeat: no-repeat;
    background-position: top right;
    padding: 180px 0 !important;
}
.portfolio_section .form-control {
    background-color: #eee;
    border: 1px solid #eee !important;
    border-radius: 6px;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 50px;
}
.portfolio_section .PortfolioBox img {border-radius: 10px;transform: perspective(10px);transition: transform .3s ease;box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;}
.portfolio_section .PortfolioBox .info h2 {
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 15px;
}
.portfolio_section .PortfolioBox .info h2 a{
    color: #000;
    text-decoration: underline;
}
.portfolio_section .PortfolioBox .info {
    padding: 24px 10px 10px;
}
.portfolio_section .PortfolioBox::after {
    content: ';';
    position: absolute;
    background-color: #e3fdf0;
    width: 100%;
    height: 100%;
    top: 10px;
    left: -30px;
    z-index: -1;
    border-radius: 10px;
}
.portfolio_section .PortfolioBox {
    position: relative;
    z-index: 99;
    margin: 0 16px 0;
}
.portfolio_section .PortfolioBox .info span {
    font-weight: 600;
    text-transform: uppercase;
}
.portfolio_section h2.title { 
    margin-bottom: 90px;
}




@media (max-width: 700px) {
  
 
}



@media (max-width: 767px) {
    .heroSection {
        padding: 30px 0 50px !important;
    }
    .herobox h2 { 
        font-size: 27px; 
        line-height: 30px; 
    }
    .heroSection .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
    }
    .heroBtn { 
        margin: 20px 0 0;
        display: flex;
        align-items: center;
        justify-content: center;
        gap:10px;
    }
    .heroBtn a { 
        padding: 12px 20px; 
        margin-right: 0px;
    }
    .heroSection svg {
        width: calc(140% + 1.3px);
        height: 100px;
    }
    .whyCodifySection{
        background-image: none;
        padding: 50px 0 10px;
    }
    h2.title { 
        font-size: 27px; 
        line-height: 27px;
        margin-bottom: 100px;
    }
    .whyCodifySection .whyCodify {
        margin-bottom: 130px;
    }
    .whyCodifySection .whyCodify-style-last-box{
        margin-bottom: 0px;
    }
    .performanceBox h2 { 
        font-size: 27px; 
        line-height: 31px; 
    }
    .performanceBox  {
        padding: 70px 15px 20px;
    }
    .performanceImage { 
        padding: 60px 30px 60px; 
    }
    .performanceImage img {
        width: 100%; 
    }
    
    .imageOne svg  {
        width: 130px;
        margin-top: -150px; 
    }
    .masteringContent .btnBox a{
        width: 100%
    }
    .performanceBox { 
        padding: 70px 20px 70px;
    }
    .consultationSecion {
        padding: 70px 10px 0px;
    }
    .masteringSection {
        padding: 70px 10px 70px;
    }
    .ridingSection::after{
        display: none;
    }
    .ridingSection {
        padding: 0px 0 50px; 
    }
    .brandsSection {
        padding: 50px 0;
        border-bottom: 1px solid #eee;
        margin-bottom: 50px;
    }
    .ridingBox {
        padding: 24px 30px; 
    }
    .testimonialSection .testimonial{
        background-image: none;
        padding: 60px 0px 60px;
    }
    .testimonialSection .testimonial-item-1 p{
        text-align: center;
        font-size: 19px;
    }
    .testimonialSection .testimonial-item-1 .author{
        text-align: center;
    }
    .consultationForm h2 { 
        font-size: 45px; 
    }
    .socialIcons {
        text-align: center;
        margin: 10px 0 0;
    }
    .widget-title{
        margin-bottom: 15px;
    }
    .ridingBox img {
        width: 90px; 
    }
    .ridingInfo h2 { 
        font-size: 25px; 
    } 
    .nav-item a.nav-link:last-child{
        border: none;
    } 
    
}



@media (max-width: 480px) {
    .heroSection {
        padding: 30px 0 50px !important;
    }
    .heroBannerSection::before {
        background:white;
        padding: 0px 10px 20px 10px;
    }
    .navbar-expand-lg .navbar-nav {
        gap: 10px;
        padding: 15px;
    }    
    .herobox h2 { 
        font-size: 27px; 
        line-height: 30px; 
    }
    .heroSection .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
    }
    .heroBtn { 
        margin: 20px 0 0;
        display: flex;
        align-items: center;
        justify-content: center;
        gap:10px;
    }
    .heroBtn a { 
        padding: 12px 20px; 
        margin-right: 0px;
    }
    .heroSection svg {
        width: calc(140% + 1.3px);
        height: 100px;
    }
    .words-wrapper .words {
        width: 200px;
        height: 35px;
        font-size: 25px;
    }
    .making_learning_section::after {
        background: white;
    }
    .schedule_section .schedule_main .scheduleBox h2 {
        font-size: 40px;
        text-align: start;
    }
    .schedule_section .schedule_main .scheduleBox p {
        font-size: 20px;
        text-align: start;
    }
    .connect_section {
        padding: 50px 20px;
    }
    .connect_section .content ul li {
        font-size: 15px;
    }    
    .whyCodifySection{
        background-image: none;
        padding: 50px 0 10px;
    }
    .breadcrum_section {
        margin:0px !important;
    }
    .contactForm {
        margin: 0px;
        width: 650px;
        padding: 50px 70px 50px;
        left: -10px;
    }
    .contactSection {
        padding:0px;
    }
    .btnBox {
        text-align: left;
    }
    h2.title { 
        font-size: 27px; 
        line-height: 27px;
        margin-bottom: 100px;
    }
    .whyCodifySection .whyCodify {
        margin-bottom: 130px;
    }
    .whyCodifySection .whyCodify-style-last-box{
        margin-bottom: 0px;
    }
    .performanceBox h2 { 
        font-size: 27px; 
        line-height: 31px; 
    }
    .performanceBox  {
        padding: 70px 15px 20px;
    }
    .performanceImage { 
        padding: 60px 30px 60px; 
    }
    .performanceImage img {
        width: 100%; 
    }
    
    .imageOne svg  {
        width: 130px;
        margin-top: -150px; 
    }
    .masteringContent .btnBox a{
        width: 100%
    }
    .performanceBox { 
        padding: 70px 20px 70px;
        
    }
    .ridingSection::after{
        display: none;
    }
    .ridingSection {
        padding: 0px 0 0px;
    }
    .brandsSection {
        padding: 50px 0;
        border-bottom: 1px solid #eee;
        margin-bottom: 50px;
    }
    .ridingBox {
        padding: 24px 30px; 
    }
    .testimonialSection .testimonial{
        background-image: none;
        padding: 60px 0px 60px;
    }
    .testimonialSection .testimonial-item-1 p{
        text-align: center;
        font-size: 19px;
    }
    .testimonialSection .testimonial-item-1 .author{
        text-align: center;
    }
    .testimonialSection h2.title {
        margin-bottom: 30px;
    }
    .consultationForm h2 { 
        font-size: 45px; 
    }
    .socialIcons {
        text-align: center;
        margin: 10px 0 0;
    }
    .widget-title{
        margin-bottom: 15px;
    }
    .ridingBox img {
        width: 90px; 
    }
    .ridingInfo h2 { 
        font-size: 25px; 
    } 
    .nav-item a.nav-link:last-child{
        border: none;
    }
    .servicesSection .title {
        margin-bottom: 100px !important;
        margin-top: 30px;    
    } 
    .growSection .growBox img:nth-child(2) { 
        width: 80px;
    }
    .growSection .growBox img {
        width: 110px; 
    }
    .growSection .growtext h2 {
        line-height: 50px;
        font-size: 26px; 
    }
    .growSection .growtext h2 span { 
        font-size: 79px; 
    }
    .growSection{
        padding-top: 0px;
        padding-bottom: 30px;
        display: none;
    }
    .growSection .growBox{
        justify-content: center;
        gap: 10px;
    }
    .servicesSection .ridingBox img {
        margin-top: -103px; 
        margin-bottom: 30px; 
    }
    .servicesSection .ridingBox {
        margin-bottom: 110px;
    }
    .technologiesSection .technoBox { 
        padding: 40px 15px 40px 15px;
    }
    .technologiesSection .title { 
        line-height: 43px;
    }
    .technologiesSection .techoImage {
        margin-top: 20px; 
    }
    .technologiesSection .techoImage img {
        width: 100px;
    }
    .technologiesSection {
        padding: 0px 0 20px;
    }
    .workflowSection{
        background-image: none;
        padding-bottom: 0;
    }
    .requstBox {
        min-height: 350px;
        display: block;
        padding: 40px 30px 0;
        background-repeat: no-repeat;
        text-align: center;
        overflow: hidden;
        background-position: 0px 0px;
    }
    .requstBox .requestText h2{
        line-height: 32px;
        font-size: 30px;
        font-weight: 600;
        padding-bottom: 50px;
    }
    .requstBox .btnBox { 
        margin-top: 30px;
    }
    .requstBox .btnBox a { 
        width: 100%;
    }
    .webSectionStyle_1 .title {
        font-size: 33px;
        line-height: 39px;
        margin-bottom: 25px;
        padding: 0 0px 0 0px;
        text-align: center;
    }
    .webSectionStyle_1{
        padding-top: 20px;
    }
    .webSectionStyle_1 .webDesigning {
        padding: 0px 0px 0 0px; 
        text-align: center;
    }
    .webSectionStyle_1 .container-fluid{
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
    .webSectionStyle_1 .webDesigning p {
        font-size: 16px; 
        margin-bottom: 40px;
    }
    .webSectionStyle_1 .webdesign_image { 
        padding-bottom: 50px;
    }
    .ridingSection-style-2 h2.title{
        margin-bottom: 30px;
    }
    .ridingSection-style-2 .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
    }
    .freeCallSection .freeCalls h2 {
        font-size: 25px;
    }    
    .freeCallSection .freeCalls p {
        padding:10px;
    }
    .tg-may-account-wrapp{
        background-image: none;
    }
    .tg-may-account-wrapp { 
        padding: 40px 0 60px;
    }
    .tg-may-account-wrapp h2.title {
        margin-bottom: 20px;
    }
    .tg-account .account-banner .inner-banner .nav-area ul li a { 
        font-weight: 700; 
        font-size: 17px; 
        padding: 10px 5px;
        min-width: 40px; 
    }
    .webApplicationSection .webApplication h2 { 
        padding-top: 20px;
        font-size: 28px;
    }
    .webApplicationSection .webApplication img {
        padding: 0;
    }
    .workflowSection .title {
        margin-bottom: 40px;
        line-height: 35px;
    }
    .heroBannerSection .heroBannerContent {
        padding: 0px 0 0;
        position: relative;
        z-index: 99;
    }
    .heroBannerSection { 
        padding: 30px 0 140px !important; 
    }
    .heroBannerSection .heroBannerContent h2 { 
        line-height: 35px;
        font-size: 40px;  
    }
    .heroBannerSection .heroBannerContent h3 {
        font-size: 15px;
        height: 25px;
    }
    .white-cta{
        width: 60%
    }
    .white-cta .txt {
        font-size: 15px;
        line-height: 25px;
    }
    .growSection .growtext {
        display:none;
    }
    .white-cta a{
        width: 100%;
    }
    .heroBannerSection .heroImage img { 
        width: 100%;
        margin-left: 0;
    }
    .heroBannerSection .heroImage::after { 
        right: -30px; 
    }
    .discover_section h2.title br{
        display: none;
    }
    .discover_section h2.title {
        line-height: 34px; 
    }
    .web_solutions_2 .web_box .coolBeans { 
        margin: 30px auto 30px; 
    }
    .web_solutions .top_heading h2 { 
        font-size: 45px;  
        line-height: 45px;
    }
    .web_solutions .top_heading h2 span {
        font-size: 42px; 
    }
    .web_solutions_2 {
        padding: 0 0 40px; 
    }
    .web_solutions { 
        padding: 60px 10px 230px;
    }
    .testimonial-slide {
        margin-top: -10px !important;
    }
    .testimonial-slide .owl-item:nth-of-type(1) {
        margin-top: 0px;
    }
    .testimonial-slide .owl-item:nth-of-type(3) {
        margin-top: 0px;
    }
    .testimonial-slide .owl-item:nth-of-type(5) {
        margin-top: 0px;
    }
    .testimonial-slide .owl-item:nth-of-type(7) {
        margin-top: 0px;
    }
    .testimonial-slide .owl-item:nth-of-type(9) {
        margin-top: 0px;
    }
    .testimonial-slide .item { 
        padding: 20px 20px 20px; 
        margin: 30px 10px 30px; 
        gap: 9px;
    }
    .heroBannerSection .heroBannerContent p { 
        width: 100%; 
        padding-top: 15px
    }    
    .discover_section {
        padding: 30px 0 60px;
        background: white;
    }
    .making_learning_section .heroBannerContent p {
        font-size: 16px; 
        line-height: 19px;
    }
    .making_learning_section { 
        padding-bottom: 0 !important;
    }
    .organizations_section{
        background-image: none;
    }
    .organizations_section .unlocking_box { 
        height: auto;
        margin-bottom: 35px;
    }
    .organizations_section .unlocking_box .logo_line {
        width: 100px !important;
    }
    .unlocking_section {
        padding: 60px 20px 60px !important;  
        background: white;
    }
    .unlocking_section h2.title {
        text-align:start;
    }
    .col-12 {
        padding: 5px 5px;
    }
    .imagine_section {
        padding: 60px 20px 60px;
    }
    .imagine_section .image {
        width: 100%; 
    }
    .imagine_section .image .white-cta .btn-1 {
        width: 100%;
    }
    .unlocking_section_2 .unlocking_box ul li { 
        padding: 0px 0px 0 30px;
    }
    .discover_section_2 .container .row { 
        gap: 0px;
        flex-wrap: wrap;
    }
    .discover_main img {
        width: 60px;
        margin-left: -30px; 
    }
    .discover_section_2 {
        padding: 60px 20px 30px;
    }
    .discover_main:nth-of-type(5) {
        
    }
    .freeCallSection .freeCalls .btnBox a {
        margin:10px;
    }
    .schedule_section .schedule_main { 
        flex-wrap: wrap;
        text-align: center;
    }
    .schedule_section {
        padding: 50px 20px; 
    }
    .schedule_section .schedule_main .white-cta .btn-1 { 
        width: 100%;
    }
    .learners_section{
        background-image: none;
    }
    .learners_section .content .white-cta .btn-1{
        width: 100%;
    }
     .portfolio_section .PortfolioBox { 
        margin: 0 16px 30px;
    }
    .portfolio_section .PortfolioBox::after { 
        top: 10px;
        left: -10px; 
    }
    .portfolio_section {
        background-image: none;  
        padding: 15px !important ;
    }
    .portfolio_section h2.title {
        margin-bottom: 50px;
    }
    .portfolio_section .form-control { 
        margin-bottom: 10px;
        margin-left: 20px;
        font-size: 13px;
    }
    .form-group {
            width: 60%;
    }
    
}









