body {
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-style: normal;
}

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #596672;
  margin-bottom: 0px;
  font-family: "Inter", sans-serif;
}

.img {
  max-width: 100%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/*17 */
a,
.button {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/*21 */
a:focus,
.button:focus, button:focus {
  text-decoration: none;
  outline: none;
}

/*26 */
a:focus {
  text-decoration: none;
}

/*29 */
a:focus,
a:hover {
  text-decoration: none;
}

/*35 */
a,
button {
  color: #1F1F1F;
  outline: medium none;
}

/*40 */
h1, h2, h3, h4, h5 {
  font-family: "Marcellus", sans-serif;
  color: #001D38;
}

/*44 */
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

/*53 */
ul {
  margin: 0px;
  padding: 0px;
}

/*57 */
li {
  list-style: none;
}
p {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #596672;
  margin-bottom: 0px;
  font-family: "Inter", sans-serif;
}

/*69 */
label {
  color: #7e7e7e;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}

/*75 */
*::-moz-selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}

/*80 */

/*85 */
::selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}

/*90 */
*::-webkit-input-placeholder {
  color: #cccccc;
  font-size: 14px;
  opacity: 1;
}

/*95 */
*:-ms-input-placeholder {
  color: #cccccc;
  font-size: 14px;
  opacity: 1;
}

/*100 */
*::-ms-input-placeholder {
  color: #cccccc;
  font-size: 14px;
  opacity: 1;
}
*::placeholder {
  color: #cccccc;
  font-size: 14px;
  opacity: 1;
}
h3 {
  font-size: 24px;
}
.overlay {
  position: relative;
  z-index: 0;
}

/*135 */
.overlay::before {
}


.section-padding {
  padding-top: 120px;
  padding-bottom: 120px;
}

.owl-carousel .owl-nav div {
  background: transparent;
  height: 50px;
  left: 0px;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 50px;
  color: #707070;
  background-color: transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  left: 50px;
  font-size: 15px;
  line-height: 50px;
  border: 1px solid #4D6174;
  left: 150px;
  color: #fff;
}

/*242 */
.owl-carousel .owl-nav div.owl-next {
  left: auto;
  right: 150px;
}

/*247 */
.owl-carousel .owl-nav div.owl-next i {
  position: relative;
  right: 0;
}

/*254 */
.owl-carousel .owl-nav div.owl-prev i {
  position: relative;
  top: 0px;
}

/*264 */
.owl-carousel:hover .owl-nav div {
  opacity: 1;
  visibility: visible;
}

/*267 */
.owl-carousel:hover .owl-nav div:hover {
  color: #fff;
  background: #001D38;
  border: 1px solid transparent;
}

/*277 */

/*281 */

/*284 */
.mb-75 {
  margin-bottom: 75px;
}

@media (max-width: 767px) {
  /*284 */
  .mb-75 {
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /*284 */
  .mb-75 {
    margin-bottom: 30px;
  }
}

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

.boxed-btn {
  background: #fff;
  color: var(--bg-primary);
  display: inline-block;
  padding: 18px 44px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  border: 0;
  border: 1px solid var(--bg-primary);
  letter-spacing: 3px;
  text-align: center;
  color: var(--bg-primary) !important;
  text-transform: uppercase;
  cursor: pointer;
}

/*17 */
.boxed-btn:hover {
  background: var(--bg-primary);
  color: #fff !important;
  border: 1px solid var(--bg-primary);
}

/*22 */
.boxed-btn:focus {
  outline: none;
}

/*25 */

/*29 */
.boxed-btn3 {
  background: var(--bg-primary);
  /* IE6-9 */
  color: #fff;
  display: inline-block;
  padding: 17px 37px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  border: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  text-align: center;
  color: #fff;
  text-transform: capitalize;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  letter-spacing: 1px;
}

/*49 */
.boxed-btn3:hover {
  background: #001D38;
  /* IE6-9 */
  color: #fff !important;
}

/*55 */
.boxed-btn3:focus {
  outline: none;
}

.section_title h3 {
  font-size: 50px;
  font-weight: 700;
  color: #001D38;
  position: relative;
  z-index: 0;
  padding-bottom: 0;
}

@media (max-width: 767px) {
  /*2 */
  .section_title h3 {
    font-size: 30px;
    line-height: 36px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /*2 */
  .section_title h3 {
    font-size: 36px;
    line-height: 42px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  /*2 */
  .section_title h3 {
    font-size: 35px;
    line-height: 42px;
  }
}

@media (max-width: 767px) {
  /*22 */
  .section_title h3 br {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /*22 */
  .section_title h3 br {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  /*22 */
  .section_title h3 br {
    display: none;
  }
}

/*34 */
.section_title p {
  font-size: 16px;
  color: var(--bg-primary);
  line-height: 28px;
  margin-bottom: 0;
  font-weight: 400;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  /*41 */
  .section_title p br {
    display: none;
  }
}

/*49 */
.section_title h4 {
  font-size: 22px;
  font-weight: 500;
  color: #001D38;
  padding-bottom: 21px;
}

/*55 */
.mb-50 {
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  /*55 */
  .mb-50 {
    margin-bottom: 40px;
  }
}

/*62 */

@media (max-width: 767px) {
  /*62 */
}

@media (min-width: 768px) and (max-width: 991px) {
  /*62 */
}

@media (max-width: 767px) {
  /*4 */
  .mobile_menu {
    position: absolute;
    right: 0px;
    width: 100%;
    z-index: 9;
  }
}
.header-area {
  left: 0;
  right: 0;
  width: 100%;
  top: 0;
  z-index: 9;
  position: absolute;
}

@media (max-width: 767px) {
  /*1 */
  .header-area {
    padding-top: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /*1 */
  .header-area {
    padding-top: 0;
  }
}

/*17 */
.header-area .main-header-area {
  padding: 0 !important;
}

/*36 */
.header-area .main-header-area .logo {
  text-align: left;
}

@media (max-width: 767px) {
  /*36 */
  .header-area .main-header-area .logo {
    text-align: left;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /*36 */
  .header-area .main-header-area .logo {
    text-align: left;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  /*36 */
  .header-area .main-header-area .logo {
    text-align: left;
  }
}

@media (max-width: 767px) {
  /*50 */
  .header-area .main-header-area .logo img {
    width: 110px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /*50 */
  .header-area .main-header-area .logo img {
    width: 110px;
  }
}
.header-area .main-header-area .main-menu {
  text-align: center;
  padding: 12px 0;
}

/*158 */
.header-area .main-header-area .main-menu ul li {
  display: inline-block;
  position: relative;
  margin: 0 20px;
}
 
/*168 */
.header-area .main-header-area .main-menu ul li a {
  color: #2e2c2c;
  font-size: .8rem;
  font-weight: 600;
  display: inline-block;
  padding: 0px 0px 0px 0px;
  font-family: "Inter", sans-serif;
  position: relative;
  text-transform: uppercase;
  color: #333;
    text-decoration: none;
}

@media (min-width: 992px) and (max-width: 1200px) {
  /*168 */
  .header-area .main-header-area .main-menu ul li a {
    font-size: 15px;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  /*168 */
  .header-area .main-header-area .main-menu ul li a {
    font-size: 15px;
  }
}

/*187 */
.header-area .main-header-area .main-menu ul li a i {
  font-size: 9px;
}

@media (max-width: 767px) {
  /*187 */
  .header-area .main-header-area .main-menu ul li a i {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /*187 */
  .header-area .main-header-area .main-menu ul li a i {
    display: none !important;
  }
}

/*228 */
.header-area .main-header-area .main-menu ul li .submenu {
  position: absolute;
  left: 0;
  top: 160%;
  background: #fff;
  width: 200px;
  z-index: 2;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.02);
  opacity: 0;
  visibility: hidden;
  text-align: left;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}

/*240 */
.header-area .main-header-area .main-menu ul li .submenu li {
  display: block;
}

/*242 */
.header-area .main-header-area .main-menu ul li .submenu li a {
  padding: 10px 15px;
  position: inherit;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: block;
  color: #000;
}

/*248 */
.header-area .main-header-area .main-menu ul li .submenu li a::before {
  display: none;
}

/*252 */
.header-area .main-header-area .main-menu ul li .submenu li:hover a {
  color: #000;
}

/*257 */
.header-area .main-header-area .main-menu ul li:hover > .submenu {
  opacity: 1;
  visibility: visible;
  top: 150%;
}

/*262 */
.header-area .main-header-area .main-menu ul li:hover > a::before {
  opacity: 1;
  transform: scaleX(1);
}

/*266 */
.header-area .main-header-area .main-menu ul li:first-child a {
  padding-left: 0;
}

/*272 */
.header-area .main-header-area.sticky {
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
  position: fixed;
  width: 100%;
  top: -71px;
  left: 0;
  right: 0;
  z-index: 990;
  transform: translateY(70px);
  transition: transform 500ms ease, background 500ms ease;
  -webkit-transition: transform 500ms ease, background 500ms ease;
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.96);
  background: #ffffff;
}

/*300 */
.header-area .main-header-area.sticky .main-menu {
  padding: 0;
}

/*303 */
.header-area .main-header-area.sticky .header_bottom_border {
  border-bottom: none;
}
.slider_bg_1 {
  background-image: url(../img/home/slider-1.jpg);
}

/*4 */
.slider_bg_2 {
  background-image: url(../img/home/slider-2.jpg);
}
.slider_bg_3 {
  background-image: url(../img/home/slider-3.jpg);
}

/*7 */
.slider_area {
  position: relative;
  z-index: 0;
}

/*20 */
.slider_area .single_slider {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

@media (max-width: 767px) {
  /*20 */
  .slider_area .single_slider {
    height: auto;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /*20 */
  .slider_area .single_slider {
    height: 600px;
  }
}

@media (max-width: 767px) {
  /*54 */
  .slider_area .single_slider .slider_text {
    margin: 100px 0 50px 0;
  }
}

/*58 */
.slider_area .single_slider .slider_text h3 {
  font-family: "Marcellus", sans-serif;
  font-size: 60px;
  text-transform: capitalize;
  letter-spacing: 2px;
  font-weight: 600;
  line-height: 70px;
  margin-bottom: 27px;
  color: #fff;
}

/*67 */
.slider_area .single_slider .slider_text h3 span {
  font-weight: 700;
}

@media (max-width: 767px) {
  /*58 */
  .slider_area .single_slider .slider_text h3 {
    font-size: 30px;
    line-height: 45px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /*58 */
  .slider_area .single_slider .slider_text h3 {
    font-size: 54px;
  }
}

/*82 */
.slider_area .single_slider .slider_text p {
  font-size: 20px;
  font-weight: 400;
  color: #FFF;
  margin-bottom: 24px;
  margin-top: 10px;
}

@media (min-width: 992px) and (max-width: 1200px) {
  /*82 */
  .slider_area .single_slider .slider_text p {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  /*82 */
  .slider_area .single_slider .slider_text p {
    font-size: 16px;
  }
}

/*253 */
.slider_area .owl-carousel .owl-nav div {
  height: 120px;
  left: 0px;
  width: 50px;
  color: #fff;
  background-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  left: 50px;
  font-size: 14px;
  border: none;
  left: 150px;
  line-height: 120px;
  background: rgba(255, 255, 255, 0.2);
  left: 0;
  border: none !important;
}

/*268 */
.slider_area .owl-carousel .owl-nav div.owl-next {
  right: 0;
  left: auto;
}

/*272 */
.slider_area .owl-carousel .owl-nav div:hover {
  background: white;
  color: #001D38;
  border: none;
}

/*279 */

/*1 */
.about_area {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background: #FFFBF5;
  position: relative;
}

@media (max-width: 767px) {
  /*1 */
  .about_area {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /*10 */
  .about_area .about_info_wrap {
    margin-bottom: 30px;
  }
}

/*14 */
.main-heading {
  font-size: 50px;
  font-family: "Marcellus", sans-serif;
  color: #001D38;
  line-height: 60px;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  /*14 */
  .main-heading {
    font-size: 30px;
    line-height: 38px;
  }
}

@media (max-width: 767px) {
  /*24 */
  .main-heading br {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /*24 */
  .main-heading br {
    display: none;
  }
}

/*33 */


/*41 */
.about_area .about_info_wrap p {
  font-size: 16px;
  line-height: 28px;
  color: #596672;
  margin-bottom: 50px;
}

/*47 */
.about_area .about_info_wrap .food_list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

@media (max-width: 767px) {
  /*47 */
  .about_area .about_info_wrap .food_list {
    display: block;
  }
}

/*52 */
.about_area .about_info_wrap .food_list li {
  margin-right: 50px;
}

@media (max-width: 767px) {
  /*52 */
  .about_area .about_info_wrap .food_list li {
    margin-right: 0;
    margin-bottom: 30px;
  }
}

/*58 */
.about_area .about_info_wrap .food_list li span {
  padding-left: 14px;
  color: var(--bg-primary);
  font-size: 16px;
  font-weight: 400;
}

/*67 */
.about_area .about_img {
  position: relative;
}

/*69 */
.about_area .about_img .img_1 {
  padding-left: 80px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/*72 */
.about_area .about_img .img_1 img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 100%;
}

/*77 */
.about_area .about_img .small_img {
  position: absolute;
  margin-top: -170px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: 10px solid #fff;
}

@media (max-width: 767px) {
  /*77 */
  .about_area .about_img .small_img {
    position: absolute;
    margin-top: -80px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: 10px solid #fff;
    width: 210px;
  }
}

/*91 */
.about_area .about_img .small_img img {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  width: 100%;
}

/*97 */
.about_area .icon_1 {
  position: absolute;
  top: 7%;
  left: 4%;
}

/*102 */
.about_area .icon_3 {
  position: absolute;
  right: 4%;
  bottom: 10%;
}

/*107 */
.about_area .icon_2 {
  position: absolute;
  bottom: -12%;
  left: 6%;
}

/*115 */
.main_about_wrap {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (max-width: 767px) {
  /*115 */
  .main_about_wrap {
    padding-top: 50px;
    padding-bottom: 40px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /*115 */
  .main_about_wrap {
    padding-top: 50px;
    padding-bottom: 40px;
  }
}

/*128 */
.main_about_wrap h3 {
  font-weight: 700;
  font-size: 50px;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  /*128 */
  .main_about_wrap h3 {
    font-size: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /*128 */
  .main_about_wrap h3 {
    font-size: 35px;
  }
}

/*139 */
.main_about_wrap p {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 46px;
  margin-top: 24px;
}

/*146 */
.main_about_wrap .about_thumb {
  margin-bottom: 30px;
}

/*148 */
.main_about_wrap .about_thumb img {
  width: 100%;
}

/*2 */
.testimonial_area {
  background-image: url(../img/testimonial/bg.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  padding: 160px 0;
}

/*9 */
.testimonial_area .owl-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

/*13 */
.testimonial_area .owl-dots div.owl-dot {
  width: 7px;
  height: 7px;
  background: #596672;
  display: inline-block;
  margin: 0 7.5px;
  border-radius: 50%;
}

/*20 */
.testimonial_area .owl-dots div.owl-dot.active {
  position: relative;
  background: #596672;
}

/*23 */
.testimonial_area .owl-dots div.owl-dot.active:before {
  position: absolute;
  border: 2px solid #001D38;
  content: '';
  left: -4px;
  top: -4px;
  bottom: -4px;
  right: -4px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

@media (max-width: 767px) {
  /*2 */
  .testimonial_area {
    padding: 50px 0;
  }
}

/*39 */
.testimonial_area.overlay::before {
  opacity: .4;
  background: #fff;
}

/*43 */
.testimonial_area .single_testmonial {
  margin-bottom: 100px;
  margin-top: 20px;
}

/*46 */
.testimonial_area .single_testmonial .author_opinion {
  background: #fff;
  padding: 50px 40px;
  border-radius: 10px;
  border: 2px solid var(--bg-primary);
  margin-bottom: 30px;
  position: relative;
}

/*53 */
.testimonial_area .single_testmonial .author_opinion:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 20px;
  width: 20px;
  height: 20px;
  background: #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: -11px;
  border-bottom: 2px solid var(--bg-primary);
  border-right: 2px solid var(--bg-primary);
}

/*66 */
.testimonial_area .single_testmonial .author_opinion:after {
  position: absolute;
  content: '';
  background-image: url(../img/svg_icon/quote.svg);
  top: -15px;
  width: 39px;
  height: 29px;
  z-index: 999;
  background-size: 100% 100%;
}

/*77 */
.testimonial_area .single_testmonial p {
  color: #596672;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 0;
}

@media (min-width: 320px) and (max-width: 1500px) {
  /*83 */
  .testimonial_area .single_testmonial p br {
    display: none;
  }
}

/*91 */
.testimonial_area .single_testmonial .testmonial_author .name {
  overflow: hidden;
  padding-left: 15px;
  position: relative;
  top: 13px;
}

/*97 */
.testimonial_area .single_testmonial .testmonial_author .thumb {
  width: 70px;
  height: 70px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  float: left;
}

/*101 */
.testimonial_area .single_testmonial .testmonial_author .thumb img {
  width: auto;
}

/*106 */
.testimonial_area .single_testmonial .testmonial_author h3 {
  color: #001D38;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
}

/*114 */
.testimonial_area .single_testmonial .testmonial_author .icon a {
  color: var(--bg-primary);
  font-size: 13px;
  margin-right: 3px;
}

/*120 */
.testimonial_area .single_testmonial .testmonial_author span {
  font-size: 13px;
  font-weight: 400;
  color: #fff;
}

/*127 */
.testimonial_area .owl-carousel .owl-item img {
  display: inline-block;
  width: auto;
}

/*131 */
.testimonial_area .owl-carousel .owl-nav div.owl-next {
  left: auto;
  right: 0;
}

/*135 */
.testimonial_area .owl-carousel .owl-nav div {
  left: 0;
}

/*141 */

@media (max-width: 767px) {
  /*141 */
}

/*151 */

@media (max-width: 767px) {
  /*151 */
}

/*160 */

/*166 */

/*174 */
.newsletter_form {
  position: relative;
  margin-bottom: 20px;
}

/*177 */
.newsletter_form input {
  width: 100%;
  height: 45px;
  background: #fff;
  padding-left: 20px;
  font-size: 16px;
  color: #000;
  border: none;
}

/*185 */
.newsletter_form input::placeholder {
  font-size: 16px;
  color: #919191;
}

/*190 */
.newsletter_form button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  border: none;
  font-size: 14px;
  color: #fff;
  background: #A70000;
  padding: 10px;
  padding: 0 22px;
  cursor: pointer;
}

/*204 */
.newsletter_text {
  font-size: 16px;
  color: #BABABA;
}

@media (max-width: 767px) {
  /*209 */
  .custom_mt {
    margin-top: 100px;
  }
}

/*1 */
.gallery_area {
  overflow: hidden;
  padding-top: 160px;
}

@media (max-width: 767px) {
  /*1 */
  .gallery_area {
    padding: 60px 10px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /*1 */
  .gallery_area {
    padding-top: 60px;
  }
}

/*11 */
.gallery_area .single_gallery {
  position: relative;
  height: 500px;
  float: left;
  overflow: hidden;
  border-right: 8px solid #fff;
  border-bottom: 8px solid #fff;
}

@media (max-width: 767px) {
  /*11 */
  .gallery_area .single_gallery {
    height: auto;
    border: none;
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  /*11 */
  .gallery_area .single_gallery {
    height: 300px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  /*11 */
  .gallery_area .single_gallery {
    height: 300px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /*11 */
  .gallery_area .single_gallery {
    height: 300px;
  }
}

/*33 */
.gallery_area .single_gallery a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 12;
}

/*41 */
.gallery_area .single_gallery:before {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: '';
  background: #BB8151;
  opacity: 0;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  z-index: 8;
}

/*54 */
.gallery_area .single_gallery img {
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/*60 */
.gallery_area .single_gallery.small_img {
  width: 30%;
}

@media (max-width: 767px) {
  /*60 */
  .gallery_area .single_gallery.small_img {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /*60 */
  .gallery_area .single_gallery.small_img {
    width: 50%;
  }
}

/*69 */
.gallery_area .single_gallery.big_img {
  width: 40%;
}

@media (max-width: 767px) {
  /*69 */
  .gallery_area .single_gallery.big_img {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /*69 */
  .gallery_area .single_gallery.big_img {
    width: 50%;
  }
}

@media (max-width: 767px) {
  /*69 */
  .gallery_area .single_gallery.big_img {
    width: 100%;
  }
}

/*88 */
.gallery_area .single_gallery:hover::before {
  opacity: .3;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

/*92 */
.gallery_area .single_gallery:hover img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/*1 */
.Reservation_area {
  padding-top: 140px;
  padding-bottom: 130px;
  position: relative;
}

/*5 */
.Reservation_area .rev_icon_3 {
  position: absolute;
  left: 2%;
  bottom: 4%;
}

/*10 */
.Reservation_area .rev_icon_1 {
  position: absolute;
  top: 2%;
  right: 4%;
}

/*15 */
.Reservation_area .rev_icon_2 {
  position: absolute;
  bottom: -12%;
  right: 4%;
}

@media (max-width: 767px) {
  /*1 */
  .Reservation_area {
    padding: 50px 15px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /*1 */
  .Reservation_area {
    padding: 50px 0;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  /*1 */
  .Reservation_area {
    padding: 80px 0;
  }
}

/*29 */
.Reservation_area .book_Form {
  margin-bottom: 30px;
  background: var(--bg-primary);
  padding: 34px 40px;
}

@media (max-width: 767px) {
  /*29 */
  .Reservation_area .book_Form {
    padding: 20px;
  }
}

/*36 */
.Reservation_area .book_Form h3 {
  font-size: 35px;
  font-family: "Marcellus", sans-serif;
  font-weight: 700;
  color: #fff;
  margin-bottom: 40px;
}

/*45 */
.Reservation_area .book_Form .input_field input {
  width: 100%;
  height: 45px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: transparent;
  font-size: 14px;
  color: #fff;
  padding-left: 15px;
}

/*53 */
.Reservation_area .book_Form .input_field input:focus {
  outline: none;
}

/*56 */
.Reservation_area .book_Form .input_field input::placeholder {
  color: #fff;
  font-size: 14px;
}

/*62 */
.Reservation_area .book_Form .sumbit_btn {
  width: 100%;
  background: #BB8151;
  display: block;
  padding: 11px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  border: none;
  cursor: pointer;
}

/*72 */
.Reservation_area .book_Form .sumbit_btn:hover {
  background: #B08151;
}

/*76 */
.Reservation_area .book_Form .single_add {
  margin-top: 30px;
}

/*78 */
.Reservation_area .book_Form .single_add .icon {
  margin-right: 14px;
}

/*82 */
.Reservation_area .book_Form .single_add .ifno h4 {
  font-weight: 300;
  font-family: "Inter", sans-serif;
  color: #fff;
  margin-bottom: 0;
}

/*88 */
.Reservation_area .book_Form .single_add .ifno p {
  margin-bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
}

/*98 */
.Reservation_area .map_area {
  margin-bottom: 30px;
}

/*101 */
.Reservation_area .gj-datepicker.gj-datepicker-md.gj-unselectable span {
  color: #fff;
  top: 14px;
  font-size: 14px;
}

/*106 */
.Reservation_area .nice-select {
  width: auto;
  height: 45px;
  border-radius: 0;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: transparent;
  color: #fff;
  line-height: 45px;
  width: 100%;
  margin-bottom: 15px;
}

/*117 */
.Reservation_area .nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  color: #000;
  font-size: 14px;
}

/*134 */
.mb_15 {
  margin-bottom: 15px;
}

/*138 */
.gj-picker.gj-picker-md.datepicker.gj-unselectable .fa-chevron-left {
  position: absolute;
  left: 30px;
  top: 16px;
}

/*1_ */
.Delicious_area {
  padding-bottom: 110px;
  padding-top: 150px;
}

/*4_ */
.Delicious_area .tablist_menu {
  border-bottom: 1px solid #E5E8EA;
  margin-bottom: 60px;
}

/*7_ */
.Delicious_area .tablist_menu .nav {
  margin-bottom: 0px;
}

/*9_ */
.Delicious_area .tablist_menu .nav li {
  margin: 0 25px;
}

@media (max-width: 767px) {
  /*9_ */
  .Delicious_area .tablist_menu .nav li {
    margin: 0 4px;
  }
}

/*14_ */
.Delicious_area .tablist_menu .nav li a {
  padding: 0 12px 27px 12px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/*19_ */
.Delicious_area .tablist_menu .nav li a .single_menu .icon i {
  font-size: 50px;
  color: #596672;
}

/*24_ */
.Delicious_area .tablist_menu .nav li a .single_menu h4 {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  color: #596672;
  font-family: "Inter", sans-serif;
}

/*32_ */
.Delicious_area .tablist_menu .nav li a.active {
  position: relative;
}

/*36_ */
.Delicious_area .tablist_menu .nav li a.active .single_menu .icon i {
  color: var(--bg-primary);
}

/*40_ */
.Delicious_area .tablist_menu .nav li a.active .single_menu h4 {
  color: var(--bg-primary);
}

/*44_ */
.Delicious_area .tablist_menu .nav li a.active:before {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: var(--bg-primary);
  bottom: 0;
}

@media (max-width: 767px) {
  /*1_ */
  .Delicious_area {
    padding-bottom: 50px;
  }
}

/*61_ */
.Delicious_area .single_delicious {
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  /*61_ */
  .Delicious_area .single_delicious {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /*61_ */
  .Delicious_area .single_delicious {
    display: block !important;
  }
}

/*69_ */
.Delicious_area .single_delicious .thumb {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

/*71_ */
.Delicious_area .single_delicious .thumb img {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

/*75_ */
.Delicious_area .single_delicious .info {
  padding-left: 28px;
}

@media (max-width: 767px) {
  /*75_ */
  .Delicious_area .single_delicious .info {
    padding-left: 0;
    margin-bottom: 15px;
    margin-top: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /*75_ */
  .Delicious_area .single_delicious .info {
    padding-left: 0;
    margin-top: 30px;
  }
}

/*86_ */
.Delicious_area .single_delicious .info h3 {
  font-size: 24px;
  color: #001D38;
  font-weight: 400;
  font-family: "Inter", sans-serif;
}

/*92_ */
.Delicious_area .single_delicious .info p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0;
  margin-top: 15px;
  margin-bottom: 16px;
}
.Delicious_area .single_delicious .info span {
  display: block;
  font-weight: 400;
  font-size: 26px;
  color: var(--bg-primary);
}
.bradcam_bg_1 {
  background-image: url(../img/banner/bradcam.png);
}
.bradcam_bg_2 {
  background-image: url(../img/banner/bradcam2.png);
}

.bradcam_area {
  background-size: cover;
  background-position: center center;
  padding: 237px 0 178px 0;
  background-repeat: no-repeat;
  position: relative;
  z-index: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
  /*13_ */
  .bradcam_area {
    padding: 120px 0;
  }
}

/*23_ */
.bradcam_area::before {
}

@media (max-width: 767px) {
  /*13_ */
  .bradcam_area {
    padding: 150px 0;
  }
}

/*40_ */
.bradcam_area h3 {
  font-size: 70px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 0;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  /*40_ */
  .bradcam_area h3 {
    font-size: 30px;
  }
}

/*50_ */
.bradcam_area p {
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  text-transform: capitalize;
}

/*55_ */
.bradcam_area p a {
  color: #fff;
}

/*57_ */
.bradcam_area p a:hover {
  color: #fff;
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #000000;
  opacity: .7;
}
/*1 */
.footer {
  background-repeat: no-repeat;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background: var(--bg-primary);
  position: relative;
  z-index: 9;
}

/*9 */
.footer .footer_top {
  padding-top: 5rem;
  padding-bottom: 4rem;
}

@media (max-width: 767px) {
  /*9 */
  .footer .footer_top {
    padding-top: 60px;
    padding-bottom: 30px;
  }
}

@media (max-width: 767px) {
  /*16 */
  .footer .footer_top .footer_widget {
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /*16 */
  .footer .footer_top .footer_widget {
    margin-bottom: 30px;
  }
}

/*23 */
.footer .footer_top .footer_widget .footer_title {
  font-size: 18px;
  font-weight: 500;
  /* color: var(--bg-primary); */
  text-transform: capitalize;
  margin-bottom: 1.3rem;
}

@media (max-width: 767px) {
  /*23 */
  .footer .footer_top .footer_widget .footer_title {
    margin-bottom: 20px;
  }
}

/*33 */
.footer .footer_top .footer_widget .footer_logo {
  font-size: 22px;
  font-weight: 300;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 1rem;
}

@media (max-width: 767px) {
  /*33 */
  .footer .footer_top .footer_widget .footer_logo {
    margin-bottom: 20px;
  }
}

/*43 */
.footer .footer_top .footer_widget p {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
}

/*49 */
.footer .footer_top .footer_widget p a {
  color: #ffffff;
}

/*51 */
.footer .footer_top .footer_widget p a:hover {
  color: var(--bg-secondary);
}

.footer .footer_top .footer_widget ul li {
  color: #ffffff;
  font-size: 14px;
  line-height: 36px;
}

/*92 */
.footer .footer_top .footer_widget ul li a {
  color: #ffffff;
  font-weight: 400;
}

/*95 */
.footer .footer_top .footer_widget ul li a:hover {
  color: var(--bg-secondary);
}

/*101 */
.footer .footer_top .footer_widget .newsletter_form {
  position: relative;
  margin-bottom: 20px;
}

/*104 */
.footer .footer_top .footer_widget .newsletter_form input {
  width: 100%;
  height: 50px;
  background: #F5FBFF;
  padding-left: 20px;
  font-size: 15px;
  color: #000;
  border: none;
  border: 1px solid #E8E8E8;
  border-radius: 30px;
}

/*114 */
.footer .footer_top .footer_widget .newsletter_form input::placeholder {
  font-size: 15px;
  color: #919191;
}

/*118 */
.footer .footer_top .footer_widget .newsletter_form input:focus {
  outline: none;
}

/*122 */
.footer .footer_top .footer_widget .newsletter_form button {
  position: absolute;
  top: 0;
  right: 0;
  height: 40px;
  border: none;
  font-size: 14px;
  color: #fff;
  background: var(--bg-primary);
  padding: 10px;
  padding: 0 22px;
  cursor: pointer;
  border-radius: 30px;
  top: 5px;
  right: 5px;
  font-size: 14px;
  font-weight: 500;
}

/*141 */
.footer .footer_top .footer_widget .newsletter_text {
  font-size: 14px;
  color: #919191;
  line-height: 26px;
}

/*148 */
.footer .copy-right_text {
  padding-bottom: 30px;
}

/*150 */
.footer .copy-right_text .footer_border {
  border-top: 1px solid #31261B;
  padding-bottom: 30px;
}

/*154 */
.footer .copy-right_text .copy_right {
  font-size: .8rem;
  color: #ffffff;
  margin-bottom: 0;
  font-weight: 300;
}

@media (max-width: 767px) {
  /*154 */
  .footer .copy-right_text .copy_right {
    font-size: 14px;
  }
}

/*162 */
.footer .copy-right_text .copy_right a {
  color: var(--bg-primary);
}

/*167 */
.footer .socail_links {
  margin-top: 47px;
}

@media (max-width: 767px) {
  /*167 */
  .footer .socail_links {
    margin-top: 30px;
  }
}

/*173 */
.footer .socail_links ul li {
  display: inline-block;
}

/*176 */
.footer .socail_links ul li a {
  font-size: 15px;
  color: #C3B2F0;
  width: 30px;
  display: inline-block;
  text-align: center;
  background: transparent;
  margin-right: 7px;
  color: #FFFFFF;
  line-height: 40px !important;
  color: #E8E8E8;
}

/*191 */
.footer .socail_links ul li a:hover {
  color: var(--bg-primary) !important;
  border-color: transparent;
}

/*=================== contact banner start ====================*/
/*3_contact.scss */
.dropdown .dropdown-menu {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

/*10_contact.scss */
.contact-info {
  margin-bottom: 25px;
}

/*13_contact.scss */
.contact-info__icon {
  margin-right: 20px;
}

/*16_contact.scss */
.contact-info__icon i, .contact-info__icon span {
  color: #8f9195;
  font-size: 27px;
}

/*24_contact.scss */
.contact-info .media-body h3 {
  font-size: 16px;
  margin-bottom: 0;
  font-size: 16px;
  color: #2a2a2a;
}

/*30_contact.scss */
.contact-info .media-body h3 a:hover {
  color: #ff5e13;
}

/*36_contact.scss */
.contact-info .media-body p {
  color: #8a8a8a;
}

/*=================== contact banner end ====================*/
/*=================== contact form start ====================*/
/*45_contact.scss */
.contact-title {
  font-size: 27px;
  font-weight: 600;
  margin-bottom: 20px;
}

/*53_contact.scss */
.form-contact label {
  font-size: 14px;
}

/*57_contact.scss */
.form-contact .form-group {
  margin-bottom: 30px;
}

/*61_contact.scss */
.form-contact .form-control {
  border: 1px solid #e5e6e9;
  border-radius: 0px;
  height: 48px;
  padding-left: 18px;
  font-size: 13px;
  background: transparent;
}

/*69_contact.scss */
.form-contact .form-control:focus {
  outline: 0;
  box-shadow: none;
}

/*74_contact.scss */
.form-contact .form-control::placeholder {
  font-weight: 300;
  color: #999999;
}

/*80_contact.scss */
.form-contact textarea {
  border-radius: 0px;
  height: 100% !important;
}

/*=================== contact form end ====================*/
/* Contact Success and error Area css
============================================================================================ */
/*97_contact.scss */

/*106_contact.scss */

/*112_contact.scss */

/*121_contact.scss */

/*126_contact.scss */

/*133_contact.scss */
.contact-section {
  padding: 130px 0 100px;
}

@media (max-width: 991px) {
  /*133_contact.scss */
  .contact-section {
    padding: 70px 0 40px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /*133_contact.scss */
  .contact-section {
    padding: 80px 0 50px;
  }
}

/*141_contact.scss */

/*146_contact.scss */

/*75 */
.sample-text-area {
  background: #fff;
  padding: 100px 0 70px 0;
}

/*80 */
.text-heading {
  margin-bottom: 30px;
  font-size: 24px;
}

/*85 */
b,
sup,
sub,
u,
del {
  color: #ff5e13;
}

/*93 */
h1 {
  font-size: 36px;
}

/*97 */
h2 {
  font-size: 30px;
}

/*101 */
h3 {
  font-size: 24px;
}

/*105 */
h4 {
  font-size: 18px;
}

/*109 */
h5 {
  font-size: 16px;
}

/*113 */
h6 {
  font-size: 14px;
}

/*117 */
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2em;
}

/*127 */
.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6 {
  color: #828bb2;
}

/*137 */
.button-area {
  background: #fff;
}

/*138 */
.button-area .border-top-generic {
  padding: 70px 15px;
  border-top: 1px dotted #eee;
}

/*146 */
.button-group-area .genric-btn {
  margin-right: 10px;
  margin-top: 10px;
}

/*149 */
.button-group-area .genric-btn:last-child {
  margin-right: 0;
}

/*155 */
.genric-btn {
  display: inline-block;
  outline: none;
  line-height: 40px;
  padding: 0 30px;
  font-size: .8em;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

/*166 */
.genric-btn:focus {
  outline: none;
}

/*169 */
.genric-btn.e-large {
  padding: 0 40px;
  line-height: 50px;
}

/*173 */
.genric-btn.large {
  line-height: 45px;
}

/*176 */
.genric-btn.medium {
  line-height: 30px;
}

/*179 */
.genric-btn.small {
  line-height: 25px;
}

/*182 */
.genric-btn.radius {
  border-radius: 3px;
}

/*185 */
.genric-btn.circle {
  border-radius: 20px;
}

/*188 */
.genric-btn.arrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/*195 */
.genric-btn.arrow span {
  margin-left: 10px;
}

/*199 */
.genric-btn.default {
  color: #415094;
  background: #f9f9ff;
  border: 1px solid transparent;
}

/*203 */
.genric-btn.default:hover {
  border: 1px solid #f9f9ff;
  background: #fff;
}

/*208 */
.genric-btn.default-border {
  border: 1px solid #f9f9ff;
  background: #fff;
}

/*211 */
.genric-btn.default-border:hover {
  color: #415094;
  background: #f9f9ff;
  border: 1px solid transparent;
}

/*217 */
.genric-btn.primary {
  color: #fff;
  background: #ff5e13;
  border: 1px solid transparent;
}

/*221 */
.genric-btn.primary:hover {
  color: #ff5e13;
  border: 1px solid #ff5e13;
  background: #fff;
}

/*227 */
.genric-btn.primary-border {
  color: #ff5e13;
  border: 1px solid #ff5e13;
  background: #fff;
}

/*231 */
.genric-btn.primary-border:hover {
  color: #fff;
  background: #ff5e13;
  border: 1px solid transparent;
}

/*237 */
.genric-btn.success {
  color: #fff;
  background: #4cd3e3;
  border: 1px solid transparent;
}

/*241 */
.genric-btn.success:hover {
  color: #4cd3e3;
  border: 1px solid #4cd3e3;
  background: #fff;
}

/*247 */
.genric-btn.success-border {
  color: #4cd3e3;
  border: 1px solid #4cd3e3;
  background: #fff;
}

/*251 */
.genric-btn.success-border:hover {
  color: #fff;
  background: #4cd3e3;
  border: 1px solid transparent;
}

/*257 */
.genric-btn.info {
  color: #fff;
  background: #38a4ff;
  border: 1px solid transparent;
}

/*261 */
.genric-btn.info:hover {
  color: #38a4ff;
  border: 1px solid #38a4ff;
  background: #fff;
}

/*267 */
.genric-btn.info-border {
  color: #38a4ff;
  border: 1px solid #38a4ff;
  background: #fff;
}

/*271 */
.genric-btn.info-border:hover {
  color: #fff;
  background: #38a4ff;
  border: 1px solid transparent;
}

/*277 */
.genric-btn.warning {
  color: #fff;
  background: #f4e700;
  border: 1px solid transparent;
}

/*281 */
.genric-btn.warning:hover {
  color: #f4e700;
  border: 1px solid #f4e700;
  background: #fff;
}

/*287 */
.genric-btn.warning-border {
  color: #f4e700;
  border: 1px solid #f4e700;
  background: #fff;
}

/*291 */
.genric-btn.warning-border:hover {
  color: #fff;
  background: #f4e700;
  border: 1px solid transparent;
}

/*297 */
.genric-btn.danger {
  color: #fff;
  background: #f44a40;
  border: 1px solid transparent;
}

/*301 */
.genric-btn.danger:hover {
  color: #f44a40;
  border: 1px solid #f44a40;
  background: #fff;
}

/*307 */
.genric-btn.danger-border {
  color: #f44a40;
  border: 1px solid #f44a40;
  background: #fff;
}

/*311 */
.genric-btn.danger-border:hover {
  color: #fff;
  background: #f44a40;
  border: 1px solid transparent;
}

/*317 */
.genric-btn.link {
  color: #415094;
  background: #f9f9ff;
  text-decoration: underline;
  border: 1px solid transparent;
}

/*322 */
.genric-btn.link:hover {
  color: #415094;
  border: 1px solid #f9f9ff;
  background: #fff;
}

/*328 */
.genric-btn.link-border {
  color: #415094;
  border: 1px solid #f9f9ff;
  background: #fff;
  text-decoration: underline;
}

/*333 */
.genric-btn.link-border:hover {
  color: #415094;
  background: #f9f9ff;
  border: 1px solid transparent;
}

/*339 */
.genric-btn.disable {
  color: #222222, 0.3;
  background: #f9f9ff;
  border: 1px solid transparent;
  cursor: not-allowed;
}

/*347 */
.generic-blockquote {
  padding: 30px 50px 30px 30px;
  background: #f9f9ff;
  border-left: 2px solid #ff5e13;
}

/*353 */
.progress-table-wrap {
  overflow-x: scroll;
}

/*357 */
.progress-table {
  background: #f9f9ff;
  padding: 15px 0px 30px 0px;
  min-width: 800px;
}

/*361 */
.progress-table .serial {
  width: 11.83%;
  padding-left: 30px;
}

/*365 */
.progress-table .country {
  width: 28.07%;
}

/*368 */
.progress-table .visit {
  width: 19.74%;
}

/*371 */
.progress-table .percentage {
  width: 40.36%;
  padding-right: 50px;
}

/*375 */
.progress-table .table-head {
  display: flex;
}

/*377 */
.progress-table .table-head .serial,
.progress-table .table-head .country,
.progress-table .table-head .visit,
.progress-table .table-head .percentage {
  color: #415094;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: 500;
}

/*387 */
.progress-table .table-row {
  padding: 15px 0;
  border-top: 1px solid #edf3fd;
  display: flex;
}

/*391 */
.progress-table .table-row .serial,
.progress-table .table-row .country,
.progress-table .table-row .visit,
.progress-table .table-row .percentage {
  display: flex;
  align-items: center;
}

/*399 */
.progress-table .table-row .country img {
  margin-right: 15px;
}

/*404 */
.progress-table .table-row .percentage .progress {
  width: 80%;
  border-radius: 0px;
  background: transparent;
}

/*408 */
.progress-table .table-row .percentage .progress .progress-bar {
  height: 5px;
  line-height: 5px;
}

/*411 */
.progress-table .table-row .percentage .progress .progress-bar.color-1 {
  background-color: #6382e6;
}

/*414 */
.progress-table .table-row .percentage .progress .progress-bar.color-2 {
  background-color: #e66686;
}

/*417 */
.progress-table .table-row .percentage .progress .progress-bar.color-3 {
  background-color: #f09359;
}

/*420 */
.progress-table .table-row .percentage .progress .progress-bar.color-4 {
  background-color: #73fbaf;
}

/*423 */
.progress-table .table-row .percentage .progress .progress-bar.color-5 {
  background-color: #73fbaf;
}

/*426 */
.progress-table .table-row .percentage .progress .progress-bar.color-6 {
  background-color: #6382e6;
}

/*429 */
.progress-table .table-row .percentage .progress .progress-bar.color-7 {
  background-color: #a367e7;
}

/*432 */
.progress-table .table-row .percentage .progress .progress-bar.color-8 {
  background-color: #e66686;
}

/*441 */
.single-gallery-image {
  margin-top: 30px;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  height: 200px;
}

/*449 */

/*455 */
.unordered-list li {
  position: relative;
  padding-left: 30px;
  line-height: 1.82em !important;
}

/*459 */
.unordered-list li:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border: 3px solid #ff5e13;
  background: #fff;
  top: 4px;
  left: 0;
  border-radius: 50%;
}

/*473 */
.ordered-list {
  margin-left: 30px;
}

/*475 */
.ordered-list li {
  list-style-type: decimal-leading-zero;
  color: #ff5e13;
  font-weight: 500;
  line-height: 1.82em !important;
}


.ordered-list li span {
  font-weight: 300;
  color: #828bb2;
}


.ordered-list-alpha li {
  margin-left: 30px;
  list-style-type: lower-alpha;
  color: #ff5e13;
  font-weight: 500;
  line-height: 1.82em !important;
}


.ordered-list-alpha li span {
  font-weight: 300;
  color: #828bb2;
}


.ordered-list-roman li {
  margin-left: 30px;
  list-style-type: lower-roman;
  color: #ff5e13;
  font-weight: 500;
  line-height: 1.82em !important;
}

/*508 */
.ordered-list-roman li span {
  font-weight: 300;
  color: #828bb2;
}


.single-input {
  display: block;
  width: 100%;
  line-height: 40px;
  border: none;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
}


.single-input:focus {
  outline: none;
}


.input-group-icon {
  position: relative;
}


.input-group-icon .icon {
  position: absolute;
  left: 20px;
  top: 0;
  line-height: 40px;
  z-index: 3;
}

/*535 */
.input-group-icon .icon i {
  color: #797979;
}

/*540 */
.input-group-icon .single-input {
  padding-left: 45px;
}

/*545 */
.single-textarea {
  display: block;
  width: 100%;
  line-height: 40px;
  border: none;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
  height: 100px;
  resize: none;
}

/*555 */
.single-textarea:focus {
  outline: none;
}

/*560 */
.single-input-primary {
  display: block;
  width: 100%;
  line-height: 40px;
  border: 1px solid transparent;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
}

/*568 */
.single-input-primary:focus {
  outline: none;
  border: 1px solid #ff5e13;
}

/*574 */
.single-input-accent {
  display: block;
  width: 100%;
  line-height: 40px;
  border: 1px solid transparent;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
}

/*582 */
.single-input-accent:focus {
  outline: none;
  border: 1px solid #eb6b55;
}

/*588 */
.single-input-secondary {
  display: block;
  width: 100%;
  line-height: 40px;
  border: 1px solid transparent;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
}

/*596 */
.single-input-secondary:focus {
  outline: none;
  border: 1px solid #f09359;
}

/*602 */
.default-switch {
  width: 35px;
  height: 17px;
  border-radius: 8.5px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

/*609 */
.default-switch input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

/*619 */
.default-switch input + label {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #ff5e13;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

/*632 */
.default-switch input:checked + label {
  left: 19px;
}

/*639 */
.primary-switch {
  width: 35px;
  height: 17px;
  border-radius: 8.5px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

/*646 */
.primary-switch input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

/*655 */
.primary-switch input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

/*663 */
.primary-switch input + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border-radius: 8.5px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

/*677 */
.primary-switch input + label:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

/*693 */
.primary-switch input:checked + label:after {
  left: 19px;
}

/*696 */
.primary-switch input:checked + label:before {
  background: #ff5e13;
}

/*704 */
.confirm-switch {
  width: 35px;
  height: 17px;
  border-radius: 8.5px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

/*711 */
.confirm-switch input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

/*720 */
.confirm-switch input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

/*728 */
.confirm-switch input + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border-radius: 8.5px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
}

/*742 */
.confirm-switch input + label:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

/*758 */
.confirm-switch input:checked + label:after {
  left: 19px;
}

/*761 */
.confirm-switch input:checked + label:before {
  background: #4cd3e3;
}

/*769 */
.primary-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

/*776 */
.primary-checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

/*785 */
.primary-checkbox input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

/*798 */
.primary-checkbox input:checked + label {
  background: url(../img/elements/primary-check.png) no-repeat center center/cover;
  border: none;
}

/*806 */
.confirm-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

/*813 */
.confirm-checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

/*822 */
.confirm-checkbox input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

/*835 */
.confirm-checkbox input:checked + label {
  background: url(../img/elements/success-check.png) no-repeat center center/cover;
  border: none;
}

/*843 */
.disabled-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

/*850 */
.disabled-checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

/*859 */
.disabled-checkbox input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

/*871 */
.disabled-checkbox input:disabled {
  cursor: not-allowed;
  z-index: 3;
}

/*876 */
.disabled-checkbox input:checked + label {
  background: url(../img/elements/disabled-check.png) no-repeat center center/cover;
  border: none;
}

/*884 */
.primary-radio {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

/*891 */
.primary-radio input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

/*900 */
.primary-radio input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

/*913 */
.primary-radio input:checked + label {
  background: url(../img/elements/primary-radio.png) no-repeat center center/cover;
  border: none;
}

/*921 */
.confirm-radio {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

/*928 */
.confirm-radio input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

/*937 */
.confirm-radio input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

/*950 */
.confirm-radio input:checked + label {
  background: url(../img/elements/success-radio.png) no-repeat center center/cover;
  border: none;
}

/*958 */
.disabled-radio {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

/*965 */
.disabled-radio input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

/*974 */
.disabled-radio input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

/*986 */
.disabled-radio input:disabled {
  cursor: not-allowed;
  z-index: 3;
}

/*991 */
.disabled-radio input:checked + label {
  background: url(../img/elements/disabled-radio.png) no-repeat center center/cover;
  border: none;
}

/*999 */
.default-select {
  height: 40px;
}

/*1001 */
.default-select .nice-select {
  border: none;
  border-radius: 0px;
  height: 40px;
  background: #f9f9ff;
  padding-left: 20px;
  padding-right: 40px;
}

/*1008 */
.default-select .nice-select .list {
  margin-top: 0;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  width: 100%;
  padding: 10px 0 10px 0px;
}

/*1015 */
.default-select .nice-select .list .option {
  font-weight: 300;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  line-height: 28px;
  min-height: 28px;
  font-size: 12px;
  padding-left: 20px;
}

/*1022 */
.default-select .nice-select .list .option.selected {
  color: #ff5e13;
  background: transparent;
}

/*1026 */
.default-select .nice-select .list .option:hover {
  color: #ff5e13;
  background: transparent;
}

/*1033 */
.default-select .current {
  margin-right: 50px;
  font-weight: 300;
}

/*1037 */
.default-select .nice-select::after {
  right: 20px;
}

/*1042 */
.form-select {
  height: 40px;
  width: 100%;
}

/*1045 */
.form-select .nice-select {
  border: none;
  border-radius: 0px;
  height: 40px;
  background: #f9f9ff;
  padding-left: 45px;
  padding-right: 40px;
  width: 100%;
}

/*1053 */
.form-select .nice-select .list {
  margin-top: 0;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  width: 100%;
  padding: 10px 0 10px 0px;
}

/*1060 */
.form-select .nice-select .list .option {
  font-weight: 300;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  line-height: 28px;
  min-height: 28px;
  font-size: 12px;
  padding-left: 45px;
}

/*1067 */
.form-select .nice-select .list .option.selected {
  color: #ff5e13;
  background: transparent;
}

/*1071 */
.form-select .nice-select .list .option:hover {
  color: #ff5e13;
  background: transparent;
}

/*1078 */
.form-select .current {
  margin-right: 50px;
  font-weight: 300;
}

/*1082 */
.form-select .nice-select::after {
  right: 20px;
}

/*1086 */
.mt-10 {
  margin-top: 10px;
}

/*1089 */
.section-top-border {
  padding: 50px 0;
  border-top: 1px dotted #eee;
}

/*1093 */
.mb-30 {
  margin-bottom: 30px;
}

/*1096 */
.mt-30 {
  margin-top: 30px;
}

/*1099 */
.switch-wrap {
  margin-bottom: 10px;
}
