@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap");

* {
  padding: 0;
  margin: 0;
  outline: none;
  list-style-type: none;
  text-decoration: none;
  box-sizing: border-box;
}

ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
i,
button,
strong,
u,
sub,
sup,
span,
textarea,
table tr td,
select,
input {
  padding: 0;
}

select:focus-within,
textarea:focus-within,
input:focus-within,
.form-control:focus-within,
button:focus-within {
  box-shadow: none !important;
}

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

ol,
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

hr {
  border: none;
  display: block;
  width: 100%;
  height: 1px;
}

p {
  font-size: 1rem;
}

body, html {
  background-color: #141414 !important;
  font-family: "Roboto", sans-serif;
}

img {
  max-width: 100%;
}

/*  widdth css @S */
.main-wrapper {
  width: 100%;
}

.fixed-wrapper {
  width: 90%;
  max-width: 450px;
  margin: 0 auto;
}

/*  widdth css @E */

/* header css @S */

.header-logo {
  text-align: center;
  margin-bottom: 1rem;
}

.header-logo a {
  display: block;
}

.header-logo a img {
  display: block;
  width: 80%;
  margin: 0 auto;
}

.home-title {
  text-align: center;
}

.home-title h1 {
  font-size: 1.8rem;
  line-height: 2.3rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 1.1rem;
}

.home-title h3 {
  font-size: 1.5rem;
  line-height: 1.6rem;
  font-weight: 500;
  color: #fff;
  margin-bottom: 1.1rem;
}

.home-title p {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 500;
  color: #fff;
}

.device-options {
  margin-top: 1.5rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.device-options a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 7rem;
  height: 7rem;
  font-size: 1.4rem;
  color: #141414;
  font-weight: 600;
  background-color: #fff;
  border-radius: 5px;
  margin: 0 1rem;
  transition: all linear .3s;
  border: 2px solid #fff;
}

.device-options a:hover {
  background-color: #141414;
  color: #fff;
}

.social-icons-wrap {
  text-align: center;
}

.social-icons-wrap ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1rem;
}

.social-icons-wrap ul li a {
  display: block;
  margin: 0 .7rem;
}

.social-icons-wrap ul li a i {
  color: #fff;
  font-size: 2.2rem;
}

.social-icons-wrap ul li a img {
  width: 1.8rem;
}

.review-logos {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.5rem;
}

.review-logos a img {
  display: block;
  width: 80%;
  margin: 0 auto;
}

.footer-wrap {
  text-align: center;
  margin-top: 2rem;
}

.footer-wrap ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-wrap ul li a {
  display: block;
  color: #fff;
  font-weight: 400;
  margin: 0 0.8rem;
}

.footer-wrap p {
  color: #fff;
  font-size: 0.8rem;
  font-weight: 500;
  margin-top: 0.3rem;
}

/* web */
.website-header-logo {
  text-align: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.website-header-logo a {
  display: block;
  margin-bottom: 1rem;
}

.website-header-logo a img:first-child {
  width: 2.6rem;
  display: block;
  margin: 0 auto;
}

.website-header-logo a img:last-child {
  width: 8.6rem;
  display: block;
  margin: 0 auto;
  margin-top: 0.8rem;
}

.website-header-logo h5 {
  color: #fff;
  font-size: 1.1rem;
  font-weight: 500;
}

.page-form-wrap {
  padding: 1rem 0;
}

.page-form-wrap form {
  width: 84%;
  margin: 0 auto;
}

.page-form-wrap .form-group {
  margin-bottom: 1.7rem;
  text-align: center;
}

.page-form-wrap .form-group label {
  color: #fff;
  font-size: 1.3rem;
  font-weight: 500;
  margin-bottom: 0.4rem;
  display: block;
}

.page-form-wrap .form-group .form-control {
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  border: 1px solid #fff;
  border-radius: 9px;
  background-color: transparent;
  height: 3rem;
  display: block;
  width: 100%;
  text-align: center;
}

.page-form-wrap .form-group p {
  color: #007bff;
  font-size: 1rem;
  font-weight: 500;
}

.page-form-wrap .form-submit .btn-submit {
  font-size: 1.5rem;
  color: #141414;
  font-weight: 500;
  background-color: #fff;
  border-radius: 8px;
  transition: all linear .3s;
  border: 2px solid #fff;
  display: block;
  width: 100%;
  height: 3rem;
  text-align: center;
  cursor: pointer;
}

.page-form-wrap .form-submit .btn-submit:hover {
  background: transparent;
  color: #fff;
}

.list-box-wrap {
  padding-top: 2rem;
}

.list-box-wrap h6 {
  color: #007bff;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 0.5rem;
}

.list-box-wrap ul {
  width: 86%;
  margin: 0 auto;
  border: 2px solid rgba(255, 255, 255, 0.669);
  border-radius: .8rem;
  padding: 1rem;
}

.list-box-wrap ul li p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.9rem;
  font-weight: 400;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding: 6px 0;
}

.list-box-wrap ul li:last-child p {
  border-bottom: 0;
  padding-bottom: 0;
}

.mb-10 {
  margin-bottom: 5rem;
}

.proxy-header {
  padding-top: 2.5rem;
}

.proxy-header h1 {
  font-size: 3rem;
  text-transform: capitalize;
  margin-bottom: 2rem;
}

.custom-padding-wrap {
  padding: 5rem 0;
}

.profile-wrap {
  text-align: center;
}

.profile-avatar {
  background: #000;
  border-radius: 5px;
  padding: 1rem;
  display: inline-block;
}

.profile-avatar i {
  font-size: 5.5rem;
  color: #fff;
}

.profile-wrap h5 {
  color: #fff;
  font-size: 1.3rem;
  font-weight: 500;
  margin-top: 0.2rem;
}

.profile-wrap h6 {
  color: #fff;
  font-size: 0.9rem;
  font-weight: 400;
  margin-top: 0.2rem;
}

.contact-options {
    display: flex;
  margin: 1rem auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin-top: 2rem;
}

.contact-options a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 3.5rem;
  height: 3.5rem;
  padding: 0.4rem;
  border-radius: .3rem;
  border: 1px solid #fff;
	justify-self: center;
}

.contact-options a i {
  color: #fff;
  font-size: 2rem;
}

.contact-options a i.fa-mobile {
  font-size: 2.5rem;
}

.contact-options a i.fa-envelope {
  font-size: 1.6rem;
  margin-bottom: 0.2rem;
}

.contact-options a span {
  font-size: .6rem;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}

.device-conect-options {
  margin-top: 1.5rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.device-conect-options a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 5.7rem;
  height: 5.7rem;
  background-color: #fff;
  border-radius: 4px;
  margin: 0 .4rem;
  transition: all linear .3s;
  border: 2px solid #fff;
}

.device-conect-options a i {
  font-size: 1.7rem;
  color: #000;
  transition: all linear .3s;
}

.device-conect-options a img {
  width: 2rem;
  transition: all linear .3s;
}

.device-conect-options a span {
  font-size: 0.95rem;
  color: #141414;
  font-weight: 400;
  display: block;
  margin-top: 5px;
  transition: all linear .3s;
}

.device-conect-options a:hover {
  background-color: #141414;
  color: #fff;
}

.device-conect-options a:hover span,
.device-conect-options a:hover i {
  color: #fff;
}

.device-conect-options a:hover img {
  filter: invert(96%) sepia(0%) saturate(18%) hue-rotate(21deg) brightness(105%) contrast(106%);
}
.contact-social-options {
  display: flex;
  justify-content: center;
  margin-top: 1.5rem;
}

.contact-social-options a {
  width: 3.5rem;
  height: 3.5rem;
  margin: 0 .2rem;
}

.contact-social-options a i {
  font-size: 1.7rem;
}

.contact-social-options a img {
  /*width: 1.4rem;*/
}


.youtube-page-header {
  margin-top: 2rem;
  border: 2px solid #fff;
  border-radius: 4px;
  padding: .3rem .6rem;
  display: flex;
  align-items: center;
}

.youtube-page-header h6 {
  font-size: 1.1rem;
  font-weight: 500;
  color: #fff;
}

.youtube-page-header img {
  width: 2rem;
  margin-right: 1rem;
}

.youtube-video-play {
  margin: .5rem 0;
}

.youtube-video-play iframe {
  width: 100%;
  height: 220px;
  border-radius: 0.625rem;
}

.contact-list-wrap h5 {
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  margin-bottom: 0.5rem;
}

.contact-box {
  width: 90%;
  margin: .5rem auto;
  border: 2px solid #fff;
  border-radius: 4px;
  padding: .4rem 1.2rem;
  display: flex;
  align-items: center;
}

.contact-box i {
  font-size: 1.8rem;
  color: #fff;
  margin-right: 0.8rem;
}

.contact-box i.fa-user {
  font-size: 2.1rem;
}

.contact-box i.fa-phone {
  font-size: 2.3rem;
}

.contact-box i.fa-mobile {
  font-size: 2.8rem;
}

.contact-box p {
  font-size: 0.95rem;
  font-weight: 500;
  color: #fff;
}

.contact-box p a {
  color: #fff;
}

.galler-slider-wrap {
  margin-top: 1rem;
  border: 1px solid #fff;
  border-radius: 7px;
  position: relative;
}

.gallery-slider-arrows {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transform: translateY(-50%);
  z-index: 99;
}

.gallery-slider-arrows a i {
  font-size: 2rem;
  color: #fff;
}

.gallery-header {
  margin-top: 2rem;
}

.my-links-wrap {
  margin-top: 2rem;
}

.my-links-wrap h5,
.gallery-header h5 {
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  margin-bottom: 0.5rem;
}

.my-links-wrap .links {
  width: 86%;
  margin: 0 auto;
}

.my-links-wrap .links a {
  background-color: #fff;
  border-radius: 8px;
  margin: 0.6rem 0;
  transition: all linear .3s;
  border: 2px solid #fff;
  font-size: 1.1rem;
  color: #141414;
  font-weight: 400;
  padding: .7rem 2rem;
  display: block;
  width: 100%;
  text-align: center;
}

.my-links-wrap .links a:hover {
  background: transparent;
  color: #fff;
}

.gallery-slider .slick-track{
  display: flex;
  align-items: center;
}

.gallery-slider img{
  margin: 0 .2rem;
  padding: 1rem 0;
}

.pdf-options a{
  width: 5.5rem;
  height: 5rem;
  font-size: 1rem;
  font-weight: 400;
  margin: 0 .5rem;
}

.booking-block {
  width: 100%;
  margin: 0 auto;
}
.booking-block a{
padding-top: 4px;
    display: block;
    align-items: center;
    width: 100%;
    border: 1px solid #fff;
    border-radius: 5px;
    margin-bottom: 0.7rem;
    text-align: center;
    font-size: 1.2em;
    height: 44px;
}

.booking-block a img{
  width: 9rem;
}