

.rs-process.process-style1 {
  position: relative;
}
.rs-process.process-style1 .services-item {
  position: relative;
  text-align: center;
  padding: 0px 30px 0px 30px;
}
.rs-process.process-style1 .services-item .services-icon {
  background-color: #fff100;
  text-align: center;
  line-height: 160px !important;
  min-width: 160px;
  height: 160px;
  border-radius: 50% 50% 50% 50% !important;
  display: inline-block;
  transition: all ease .3s;
  font-size: 50px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.rs-process.process-style1 .services-item .services-icon img {
  width: 55px;
  height: 55px;
  max-width: unset;
}
.rs-process.process-style1 .services-item .services-icon.blue-icon-bg {
  background: #0c4d8e;
}
.rs-process.process-style1 .services-item .content-text .title {
  font-size: 19px;
  line-height: 32px;
  font-weight: 700;
  color: #ffffff;
  font-family: "Roboto", Sans-serif;
  margin: 20px 0 5px;
}
.rs-process.process-style1 .services-item .content-text .services-txt {
  color: #ffffff;
  margin: 0;
}
.rs-process.process-style1 .rs-arrow-animate .arrow-style {
  position: absolute;
}
.rs-process.process-style1 .rs-arrow-animate .arrow-style.one {
  left: 36%;
  top: 48%;
}
.rs-process.process-style1 .rs-arrow-animate .arrow-style.two {
  left: 58%;
  top: 48%;
}
.rs-process.process-style2 {
  position: relative;
}
.rs-process.process-style2 .process-overlay-bg {
  opacity: 0.9;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  border-radius: 2px 2px 2px 2px;
}
.rs-process.process-style2 .rs-addon-item {
  background-image: url(../images/process/style2/1.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 2px 2px 2px 2px;
  transition: all .8s ease;
}
.rs-process.process-style2 .rs-addon-item .addon-wrap {
  position: relative;
  z-index: 11;
  padding: 20px 20px 20px 20px;
}
.rs-process.process-style2 .rs-addon-item .addon-wrap .addon-number {
  font-size: 110px;
  font-weight: 400;
  line-height: 44px;
  color: #BA90718C;
  font-family: "Playfair Display", Sans-serif;
  text-align: right;
}
.rs-process.process-style2 .rs-addon-item .addon-wrap .addon-content {
  padding: 220px 0px 0px 20px;
}
.rs-process.process-style2 .rs-addon-item .addon-wrap .addon-content .title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  margin: 0 0 10px;
}
.rs-process.process-style2 .rs-addon-item .addon-wrap .addon-content .title a {
  color: #010d14;
}
.rs-process.process-style2 .rs-addon-item .addon-wrap .addon-content .title a:hover {
  color: #ba9071;
}
.rs-process.process-style2 .rs-addon-item.Public-bg {
  background-image: url(../images/process/style2/2.jpg);
}
.rs-process.process-style2 .rs-addon-item.commercial-bg {
  background-image: url(../images/process/style2/3.jpg);
}
.rs-process.process-style3 .process-bg {
  background-image: url(../images/process/style3/icons/steps-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 1050px auto;
  margin-top: -136px;
  padding: 150px 0 0 0;
}
.rs-process.process-style3 .process-bg .process-item {
  text-align: center;
  padding: 0 33px;
}
.rs-process.process-style3 .process-bg .process-item .number-image {
  background: #fff;
  padding: 50px;
  border-radius: 50%;
  width: 140px;
  margin: 0 auto;
  display: block;
}
.rs-process.process-style3 .process-bg .process-item .number-image img {
  width: 60px;
  display: block;
  margin: 0 auto;
}
.rs-process.process-style3 .process-bg .process-item .number-text {
  position: relative;
}
.rs-process.process-style3 .process-bg .process-item .number-text .number-area {
  width: 50px !important;
  height: 50px !important;
  left: -50px;
  top: -36px;
  margin: -13px 0px 0px 0px;
  display: inline-block;
  width: 50px;
  line-height: 50px;
  z-index: 1;
  position: relative;
  transition: all 0.3s ease 0s;
  text-align: center;
}
.rs-process.process-style3 .process-bg .process-item .number-text .number-area:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transform: rotate(45deg);
  transform: translate(0px, 0px) rotate(0deg) !important;
  background: #FFB703;
  border-radius: 50px 50px 50px 50px;
  transition: all 0.3s ease 0s;
}
.rs-process.process-style3 .process-bg .process-item .number-text .number-area .number-prefix {
  font-size: 18px;
  line-height: 50px;
  font-weight: 700;
  color: #ffffff;
  display: block;
}
.rs-process.process-style3 .process-bg .process-item .number-text .number-title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  color: #F1EAEA;
  font-family: "Roboto", Sans-serif;
  margin: 0 0 10px;
}
.rs-process.process-style3 .process-bg .process-item .number-text .number-txt {
  color: #FFFFFF;
  margin-bottom: 0;
}
/* ------------------------------------
	17. Project Section CSS
---------------------------------------*/
.rs-project.portfolio-image .project-img {
  background-image: url(../images/project/portfolio.jpg);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
}
.rs-project.project-style1 .project-item {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.rs-project.project-style1 .project-item .project-img {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.rs-project.project-style1 .project-item .project-img a img {
  width: 100%;
  transition: 1.3s all ease;
  border-radius: 0px;
}
.rs-project.project-style1 .project-item .project-content {
  position: absolute;
  padding: 24px 25px;
  opacity: 1;
  z-index: 10;
  top: 0;
  border: none;
  bottom: 0;
  left: 0;
  right: 0;
}
.rs-project.project-style1 .project-item .project-content .project-inner {
  position: absolute;
  bottom: 0;
  width: auto;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  transition: all .5s ease;
  width: 100%;
  background: #fff;
  padding: 15px 25px;
}
.rs-project.project-style1 .project-item .project-content .project-inner .title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  font-family: "Roboto", Sans-serif;
  margin-bottom: 0;
}
.rs-project.project-style1 .project-item .project-content .project-inner .title a {
  color: #010d14;
}
.rs-project.project-style1 .project-item .project-content .project-inner .title a:hover {
  color: #ffb703;
}
.rs-project.project-style1 .project-item .project-content .project-inner .category {
  color: #fff;
  display: block;
  flex: 0 0 100%;
}
.rs-project.project-style1 .project-item .project-content .project-inner .category a {
  color: #333333;
}
.rs-project.project-style1 .project-item .project-content .project-inner .category a:hover {
  color: #ffb703;
}
.rs-project.project-style1 .project-item .project-content .p-icon {
  position: absolute;
  right: 0;
  width: 87px;
  height: 88px;
  text-align: center;
  background: #ffb703;
  z-index: 7;
  bottom: 0;
  line-height: 98px;
  transition: all 0.4s ease-in-out 0s;
}
.rs-project.project-style1 .project-item .project-content .p-icon a i {
  color: #010d14;
}
.rs-project.project-style1 .project-item .project-content .p-icon a i:before {
  margin: 0;
  font-size: 25px;
  font-weight: 600 !important;
  position: relative;
  top: -4px;
}
.rs-project.project-style1 .project-item .project-content:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  background: #00000000;
  transition: all .3s ease 0s;
  opacity: 1;
}
.rs-project.project-style1 .project-item:hover .project-img a img {
  transform: scale(1.2);
}
.rs-project.project-style1.yellow-modify5 .project-item .project-content .project-inner {
  background: #E8EAEE;
}
.rs-project.project-style2 {
  padding: 80px 12px 100px 12px;
  position: relative;
}
.rs-project.project-style2 .project-item {
  position: relative;
  overflow: hidden;
  margin-bottom: 21px;
  z-index: 1;
  transition: all 0.3s ease;
}
.rs-project.project-style2 .project-item .project-content {
  opacity: 0;
  visibility: hidden;
}
.rs-project.project-style2 .project-item .project-content .p-icon {
  position: absolute;
  top: 40px;
  right: 0px;
  bottom: 20px;
  text-align: right;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #ffb703;
  color: #ffffff;
  border-radius: 50%;
  transition: all ease 800ms;
  z-index: 11;
}
.rs-project.project-style2 .project-item .project-content .p-icon a {
  display: block;
}
.rs-project.project-style2 .project-item .project-content .p-icon a i:before {
  position: relative;
  font-family: uicons-regular-rounded !important;
  color: #010d14;
  font-size: 22px;
  top: 5px;
}
.rs-project.project-style2 .project-item .project-content .project-inner {
  position: absolute;
  bottom: 0px;
  left: 30px;
  transition: all ease 700ms;
}
.rs-project.project-style2 .project-item .project-content .project-inner .category {
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
  font-family: "Roboto", Sans-serif;
  display: block;
  margin-bottom: 8px;
}
.rs-project.project-style2 .project-item .project-content .project-inner .category a {
  color: #ffffff;
}
.rs-project.project-style2 .project-item .project-content .project-inner .category a:hover {
  color: #ffb703;
}
.rs-project.project-style2 .project-item .project-content .project-inner .title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  font-family: "Roboto", Sans-serif;
  margin-bottom: 5px;
}
.rs-project.project-style2 .project-item .project-content .project-inner .title a {
  color: #ffffff;
}
.rs-project.project-style2 .project-item .project-content .project-inner .title a:hover {
  color: #ffb703;
}
.rs-project.project-style2 .project-item:before {
  
}
.rs-project.project-style2 .project-item:hover .project-content {
  opacity: 1;
  visibility: visible;
}
.rs-project.project-style2 .project-item:hover .project-content .p-icon {
  right: 30px;
}
.rs-project.project-style2 .project-item:hover .project-content .project-inner {
  bottom: 30px;
}
.rs-project.project-style2 .project-item:hover:before {
  opacity: 0;
  visibility: visible;
}
.rs-project.project-style2 .rs-carousel .owl-dots {
  margin-top: 15px;
}
.rs-project.project-style2.project-modify1 .project-item .project-content .project-inner .category a:hover,
.rs-project.project-style2.project-modify1 .project-item .project-content .project-inner .title a:hover {
  color: #eb003d;
}
.rs-project.project-style2.project-modify1 .project-item .project-content .project-inner .title {
  font-weight: 700;
}
.rs-project.project-style2.project-modify1 .project-item .project-content .p-icon {
  top: 30px;
  background: #eb003d;
  color: #ffffff;
}
.rs-project.project-style2.project-modify1 .project-item .project-content .p-icon a i:before {
  color: #ffffff;
}
.rs-project.project-style2.project-modify1.project-onepage1 .project-item .project-content .p-icon {
  top: 30px;
  background: #70bf4a;
  color: #ffffff;
}
.rs-project.project-style2.project-modify1.project-onepage1 .project-item .project-content .project-inner .category a:hover,
.rs-project.project-style2.project-modify1.project-onepage1 .project-item .project-content .project-inner .title a:hover {
  color: #70bf4a;
}
.rs-project.project-style2.project-modify1.project-onepage1 .project-item:hover:before {
  opacity: 0.9;
  visibility: visible;
}
.rs-project.project-style2.project-modify2 {
  padding: 0px 0px 0px 0px;
}
.rs-project.project-style2.project-modify2 .project-item:before {
  background: #183650E6;
}
.rs-project.project-style2.project-modify2 .project-item:hover:before {
  opacity: 1;
  visibility: visible;
}
.rs-project.project-style2.project-modify2 .project-content .project-inner .category {
  font-size: 16px;
  line-height: 24px;
}
.rs-project.project-style2.project-modify2 .project-item .project-content .project-inner .category a:hover,
.rs-project.project-style2.project-modify2 .project-item .project-content .project-inner .title a:hover {
  color: #21c0f5;
}
.rs-project.project-style2.project-modify2 .project-item .project-content .p-icon {
  background: #21c0f5;
  color: #ffffff;
}
.rs-project.project-style2.project-modify2 .project-item .project-content .p-icon a i:before {
  color: #ffffff;
}
.rs-project.project-style3 {
  position: relative;
  z-index: 11;
}
.rs-project.project-style3 .rs-html5-video {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin: 0;
  line-height: 1;
  border: none;
}
.rs-project.project-style3 .background-video-wrap .background-overlay {
  background-color: #010423;
  opacity: 0.85;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.rs-project.project-style3 .project-item .project-img {
  overflow: hidden;
  position: relative;
  margin: 0 3px 0 3px;
}
.rs-project.project-style3 .project-item .project-img a img {
  transform: scale(1);
  transition: all 1s;
}
.rs-project.project-style3 .project-item .portfolio-content {
  position: relative;
  padding: 18px 30px 23px 30px;
  text-align: center;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
}
.rs-project.project-style3 .project-item .portfolio-content .title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  margin: 0 0 0;
}
.rs-project.project-style3 .project-item .portfolio-content .title a {
  color: #fff;
}
.rs-project.project-style3 .project-item .portfolio-content .title a:hover {
  color: #e8271e;
}
.rs-project.project-style3 .project-item:hover .project-img a img {
  transform: scale(1.05);
}
.rs-project.project-style4 .project-item {
  position: relative;
  overflow: hidden;
}
.rs-project.project-style4 .project-item .project-img {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.rs-project.project-style4 .project-item .project-img img {
  width: 100%;
  transition: 1.3s all ease;
}
.rs-project.project-style4 .project-item .project-content {
  position: absolute;
  padding: 17px 25px 15px;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  left: 0;
  bottom: -100px;
  text-align: left;
  width: 100%;
  z-index: 11;
  transition: 0.6s;
  height: 100%;
}
.rs-project.project-style4 .project-item .project-content .project-inner {
  position: absolute;
  bottom: -100px;
  transition: 0.5s;
  left: 30px;
}
.rs-project.project-style4 .project-item .project-content .project-inner .category {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 8px;
  display: block;
}
.rs-project.project-style4 .project-item .project-content .project-inner .category a {
  color: #ffffff;
}
.rs-project.project-style4 .project-item .project-content .project-inner .category a:hover {
  color: #ccc;
}
.rs-project.project-style4 .project-item .project-content .project-inner .title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  font-family: "Roboto", Sans-serif;
  margin-bottom: 0px;
}
.rs-project.project-style4 .project-item .project-content .project-inner .title a {
  color: #ffffff;
}
.rs-project.project-style4 .project-item .project-content .project-inner .title a:hover {
  color: #ccc;
}
.rs-project.project-style4 .project-item .project-content:before {
  content: '';
  position: absolute;
  bottom: -150px;
  left: 0;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  background: #001C4BCC;
  transition: 0.6s;
}
.rs-project.project-style4 .project-item:hover .project-img img {
  transform: scale(1.2);
}
.rs-project.project-style4 .project-item:hover .project-content {
  opacity: 1;
  visibility: visible;
  bottom: 0;
}
.rs-project.project-style4 .project-item:hover .project-content .project-inner {
  bottom: 30px;
}
.rs-project.project-style4 .project-item:hover .project-content:before {
  opacity: 1;
  bottom: 0;
  visibility: visible;
}
.rs-project.project-style4.port-orange-modify2 .project-item {
  border-radius: 5px 5px 5px 5px;
}
.rs-project.project-style4.port-orange-modify2 .project-item .project-content:before {
  background: #010D14D6;
  border-radius: 5px 5px 5px 5px;
}
.rs-project.project-style4.port-orange-modify2 .project-item .project-content .project-inner .title a:hover,
.rs-project.project-style4.port-orange-modify2 .project-item .project-content .project-inner .category a:hover {
  color: #e88e2e;
}
.rs-project.project-style5 .project-item {
  position: relative;
  overflow: hidden;
}
.rs-project.project-style5 .project-item .project-content {
  position: absolute;
  padding: 23px 30px 23px;
  opacity: 0;
  z-index: 1;
  bottom: -150px;
  left: 50%;
  transform: translateX(-50%);
  width: 86%;
  z-index: 9;
  background: #ffffff;
  transition: 0.6s;
}
.rs-project.project-style5 .project-item .project-content .category {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  font-family: "Roboto", Sans-serif;
  display: block;
  margin: 0 0 7px;
}
.rs-project.project-style5 .project-item .project-content .category a {
  color: #333333;
}
.rs-project.project-style5 .project-item .project-content .category a:hover {
  color: #ba9071;
}
.rs-project.project-style5 .project-item .project-content .title {
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  font-family: "Roboto", Sans-serif;
  margin: 0 0 0px;
}
.rs-project.project-style5 .project-item .project-content .title a {
  color: #010d14;
}
.rs-project.project-style5 .project-item .project-content .title a:hover {
  color: #ba9071;
}
.rs-project.project-style5 .project-item:hover .project-content {
  opacity: 1;
  bottom: 30px;
}
.rs-project.project-style5.yellow-modify4 .project-item .project-content .title a:hover,
.rs-project.project-style5.yellow-modify4 .project-item .project-content .category a {
  color: #ffb703;
}
.rs-project.project-style5.yellow-modify4 .project-item .project-content .title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}
.rs-project.project-style6 .project-item .project-img {
  position: relative;
  overflow: hidden;
}
.rs-project.project-style6 .project-item .project-img img {
  transform: scale(1);
  transition: all 1s;
  -webkit-transition: all 1s;
}
.rs-project.project-style6 .project-item .project-content {
  background-color: #E8EAEE;
  border-radius: 0px 0px 5px 5px;
  margin: 0px 0px 0px 0px;
}
.rs-project.project-style6 .project-item .project-content .project-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 30px 16px 30px;
}
.rs-project.project-style6 .project-item .project-content .project-inner .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  font-family: "Roboto", Sans-serif;
  margin: 0 0 0;
}
.rs-project.project-style6 .project-item .project-content .project-inner .title a {
  color: #010d14;
}
.rs-project.project-style6 .project-item .project-content .project-inner .title a:hover {
  color: #ffb703;
}
.rs-project.project-style6 .project-item .project-content .project-inner .project-btn .btn-text {
  padding: 10px 12px 7px 12px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 40px 40px 40px 40px;
  background-color: #ffb703;
  transition: all ease .3s;
  display: inline-block;
}
.rs-project.project-style6 .project-item .project-content .project-inner .project-btn .btn-text i:before {
  font-size: 16px;
  color: #010d14;
}
.rs-project.project-style6 .project-item:hover .project-img img {
  transform: scale(1.05);
}
.rs-project.project-style7 .project-item {
  position: relative;
  overflow: hidden;
  margin: 0 3px 0 3px;
}
.rs-project.project-style7 .project-item .project-content {
  position: absolute;
  width: 100%;
  bottom: -105%;
  left: 40px;
  transition: 0.4s;
}
.rs-project.project-style7 .project-item .project-content .project-inner .category {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  display: block;
  margin-bottom: 10px;
}
.rs-project.project-style7 .project-item .project-content .project-inner .category a {
  color: #ffb703;
}
.rs-project.project-style7 .project-item .project-content .project-inner .category a:hover {
  color: #ffb703;
}
.rs-project.project-style7 .project-item .project-content .project-inner .title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  font-family: "Roboto", Sans-serif;
  margin-bottom: 30px;
}
.rs-project.project-style7 .project-item .project-content .project-inner .title a {
  color: #ffffff;
}
.rs-project.project-style7 .project-item .project-content .project-inner .title a:hover {
  color: #ffb703;
}
.rs-project.project-style7 .project-item .project-content .p-icon {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50px;
  background: #ffb703;
  font-size: 18px;
}
.rs-project.project-style7 .project-item .project-content .p-icon a {
  display: block;
}
.rs-project.project-style7 .project-item .project-content .p-icon i:before {
  font-size: 18px;
  color: #010d14;
}
.rs-project.project-style7 .project-item:before {
  background-color: #010D14CC;
  content: "";
  position: absolute;
  bottom: -105%;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.4s;
}
.rs-project.project-style7 .project-item:hover .project-content {
  bottom: 40px;
}
.rs-project.project-style7 .project-item:hover:before {
  bottom: 0;
  visibility: visible;
}
.rs-project.project-style8 .project-item {
  position: relative;
  overflow: hidden;
  margin: 0 3px 0 3px;
}
.rs-project.project-style8 .project-item .project-img img {
  width: 100%;
}
.rs-project.project-style8 .project-item .project-img .project-btn {
  width: 50px;
  height: 50px;
  background: red;
  text-align: center;
  line-height: 55px;
  border-radius: 50px;
  color: #010d14;
  background: #ffb703;
  font-size: 20px;
  position: absolute;
  right: 30px;
  top: 30px;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
.rs-project.project-style8 .project-item .project-img .project-btn i:before {
  font-size: 22px;
  color: #010d14;
  font-weight: 900;
}
.rs-project.project-style8 .project-item .project-content {
  margin-top: 15px;
}
.rs-project.project-style8 .project-item .project-content .title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  font-family: "Roboto", Sans-serif;
  margin-bottom: 6px;
}
.rs-project.project-style8 .project-item .project-content .title a {
  color: #010d14;
}
.rs-project.project-style8 .project-item .project-content .title a:hover {
  color: #ffb703;
}
.rs-project.project-style8 .project-item .project-content .category {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  display: block;
  margin-bottom: 10px;
}
.rs-project.project-style8 .project-item .project-content .category a {
  color: #333333;
}
.rs-project.project-style8 .project-item .project-content .category a:hover {
  color: #ffb703;
}
.rs-project.project-style8 .project-item:hover .project-img .project-btn {
  opacity: 1;
  visibility: visible;
}
.rs-project-details .project-title .title {
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
  color: #010d14;
  margin: 0px 0px 0px 0px;
}
.rs-project-details .desc {
  color: #7a7a7a;
  margin: 0;
}
.rs-project-details .project-txt .desc {
  color: #7a7a7a;
  margin: 0;
}
.rs-project-details .project-information {
  background-color: #F5F7FC;
  padding: 60px 40px 60px 110px;
}
.rs-project-details .project-information .project-right-border {
  position: relative;
}
.rs-project-details .project-information .project-right-border:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 80px;
  background: #E2DDDF;
  top: -8px;
  right: -20px;
}
.rs-project-details .project-information .project-right-border.border-two:after {
  right: 45px;
}
.rs-project-details .project-information .project-right-border.border-three:after {
  right: 25px;
}
.rs-project-details .project-information .project-content .title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  color: #010d14;
  font-family: "Roboto", Sans-serif;
  margin: 0px 0px 6px 0px;
}
.rs-project-details .project-information .project-content .description p {
  margin: 0px 0px 0px 0px;
}
.rs-project-details .rs-project-goals .project-goal {
  text-align: right;
}



.rs-services.services-style3 .services-item:after {
  display: block;
  width: 47px;
  left: 124px;
  background: #ffb703;
  content: "";
  height: 4px;
  position: absolute;
  transition: all .3s ease 0s;
  bottom: 0;
  z-index: 9;
  transform: translateX(-50%);
}
.rs-services.services-style4 .services-item .services-image {
  position: relative;
  /* height: 159px; */
  overflow: hidden;
  /* border-radius: 110px 110px 0 0; */
}
.rs-services.services-style4 .services-item .services-image img {
  transform: scale(1);
  box-shadow: rgb(144 35 35) 0px 25px 50px -12px;
  transition: 0.4s;
}
.shape-three {
  position: absolute;
  top: 10%;
  right: 9%;
  animation: animationFramesTwo 13s linear infinite;
}
.shape-four {
  position: absolute;
  top: 11%;
  left: 4%;
  animation: animationFramesFour 25s linear infinite alternate;
}
.shape-five {
  position: absolute;
  bottom: 0%;
  left: 0%;
  animation: animationFramesThree 35s linear infinite alternate;
}
.shape-six {
  position: absolute;
  bottom: 3%;
  right: 7%;
  animation: animationFramesFour 20s linear infinite alternate;
}

@keyframes animationFramesTwo {
	0% {
		transform: translate(0) rotate(0deg) scale(1)
	}

	20% {
		transform: translate(73px, -1px) rotate(36deg) scale(.9)
	}

	40% {
		transform: translate(141px, 72px) rotate(72deg) scale(1)
	}

	60% {
		transform: translate(83px, 122px) rotate(108deg) scale(1.2)
	}

	80% {
		transform: translate(-40px, 72px) rotate(144deg) scale(1.1)
	}

	to {
		transform: translate(0) rotate(0deg) scale(1)
	}
}

@keyframes animationFramesThree {
	0% {
		transform: translate(165px, -179px)
	}

	to {
		transform: translate(-346px, 617px)
	}
}

@keyframes animationFramesFour {
	0% {
		transform: translate(-300px, 151px) rotate(0deg)
	}

	to {
		transform: translate(251px, -200px) rotate(180deg)
	}
}
.rs-services.services-style4 .services-item .services-text {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  background-color: #FFFFFF;
  border-radius: 0px 0px 5px 5px;
}
.rs-services.services-style4 .services-item .services-text .services-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px;
}
.rs-services.services-style4 .services-item .services-text .services-inner .title {
  font-size: 12px;
  line-height: 25px;
  font-weight: 700;
  font-family: "Roboto", Sans-serif;
  margin: 0 0 0;
}
.rs-services.services-style4 .services-item .services-text .services-inner .title a {
  color: #000000;
}
.rs-services.services-style4 .services-item .services-text .services-inner .title a:hover {
  color: #eb003d;
}
.rs-services.services-style4 .services-item:hover .services-image img {
  transform: scale(1.1);
}
.rs-services.services-style5 .services-item {
  background-color: #031321;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  padding: 30px 50px 30px 50px;
  margin: 0 -3px 0 -3px;
  position: relative;
  z-index: 1;
}
.rs-services.services-style5 .services-item .services-icon {
  margin-bottom: 20px;
}
.rs-services.services-style5 .services-item .services-icon img {
  height: 70px;
  width: 70px;
  max-width: unset;
}
.rs-services.services-style5 .services-item .services-text .title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  font-family: "Roboto", Sans-serif;
  color: #ffffff;
  margin: 0 0 12px;
}
.rs-services.services-style5 .services-item .services-text .services-txt {
  color: #D7D4D4;
  margin-bottom: 23px;
}
.rs-services.services-style5 .services-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #010d14;
  transform: scaleY(0);
  transition: all .3s ease 0s;
  z-index: -1;
}
.rs-services.services-style5 .services-item:hover:before {
  transform: scaleY(1);
}
.rs-services.services-style6 .services-item {
  background-color: #fff;
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.05);
  padding: 30px 30px 35px 30px;
}
.rs-services.services-style6 .services-item .services-img a img {
  height: 100%;
  width: 100%;
  max-width: unset;
}
.rs-services.services-style6 .services-item .services-content {
  margin: 23px 0px 0px 0px;
}
.rs-services.services-style6 .services-item .services-content .title {
  font-size: 22px;
  font-weight: 700;
  line-height: 34px;
  font-family: "Roboto", Sans-serif;
  margin: 0 0 10px;
}
.rs-services.services-style6 .services-item .services-content .title a {
  color: #010d14;
}
.rs-services.services-style6 .services-item .services-content .services-txt {
  margin-bottom: 22px;
}
.rs-services.services-style6 .services-item:hover .services-content .title a {
  color: #0c4d8e;
}
.rs-services.services-style7 .services-item {
  position: relative;
  background-color: #183650;
  background-image: url(../images/services/style7/img/1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 20px 60px 50px;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.05);
}
.rs-services.services-style7 .services-item .background-overlay {
  background-image: linear-gradient(180deg, #183650 0%, #0d6681 100%);
  opacity: 0.5;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.rs-services.services-style7 .services-item .rs-iconbox-area {
  position: relative;
}
.rs-services.services-style7 .services-item .rs-iconbox-area .icon-area {
  margin-bottom: 23px;
}
.rs-services.services-style7 .services-item .rs-iconbox-area .icon-area a img {
  width: 80px;
}
.rs-services.services-style7 .services-item .rs-iconbox-area .text-area .title {
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
  font-family: "Roboto", Sans-serif;
  margin: 0 0 10px;
}
.rs-services.services-style7 .services-item .rs-iconbox-area .text-area .title a {
  color: #ffffff;
}
.rs-services.services-style7 .services-item .rs-iconbox-area .text-area .title a:hover {
  color: #21c0f5;
}
.rs-services.services-style7 .services-item .rs-iconbox-area .text-area .services-txt {
  line-height: 26px;
  color: #ffffff;
  margin: 0;
}
.rs-services.services-style7 .services-item.ser-bg2 {
  background-image: url(../images/services/style7/img/2.jpg);
}
.rs-services.services-style7 .services-item.ser-bg3 {
  background-image: url(../images/services/style7/img/3.jpg);
}
.rs-services.services-style8 .services-item {
  display: flex;
  padding: 30px 30px 11px 30px;
  background-color: #fff;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.05);
}
.rs-services.services-style8 .services-item .services-icon img {
  height: 70px;
  width: 70px;
  max-width: unset;
}
.rs-services.services-style8 .services-item .services-text {
  padding: 0px 0px 30px 30px;
}
.rs-services.services-style8 .services-item .services-text .title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  font-family: "Roboto", Sans-serif;
  margin: 0 0 12px;
}
.rs-services.services-style8 .services-item .services-text .title a {
  color: #010d14;
}
.rs-services.services-style8 .services-item .services-text .title a:hover {
  color: #21c0f5;
}
.rs-services.services-style8 .services-item .services-text .services-txt {
  margin: 0;
}
.rs-services.services-style9 .services-item {
  text-align: center;
  border-radius: 5px 5px 5px 5px;
  overflow: hidden;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.05);
}
.rs-services.services-style9 .services-item .services-image a img {
  height: 100%;
  width: 100%;
  max-width: unset;
}
.rs-services.services-style9 .services-item .services-text {
  padding: 20px 0px 20px 0px;
}
.rs-services.services-style9 .services-item .services-text .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3em;
  font-family: "Roboto", Sans-serif;
  margin: 0;
}
.rs-services.services-style9 .services-item .services-text .title a {
  color: #010d14;
}
.rs-services.services-style9 .services-item .services-text .title a:hover {
  color: #e88e2e;
}
.rs-services.services-style10 .services-item {
  display: flex;
  padding: 30px 15px 30px 40px;
  background-color: #fff;
  border-style: solid;
  border-width: 0px 0px 0px 0px;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
  margin: 0 -3px 0 -3px;
}
.rs-services.services-style10 .services-item .services-icon img {
  height: 50px;
  width: 50px;
  max-width: unset;
}
.rs-services.services-style10 .services-item .services-content {
  padding: 0px 0px 0px 30px;
}
.rs-services.services-style10 .services-item .services-content .title {
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  margin: 0 0 10px;
}
.rs-services.services-style10 .services-item .services-content .title a {
  color: #010d14;
}
.rs-services.services-style10 .services-item .services-content .title a:hover {
  color: #ba9071;
}
.rs-services.services-style10 .services-item .services-content .services-txt {
  margin-bottom: 6px;
}
.rs-services.services-style11 {
  margin-top: -70px;
  padding: 0px 10px 0px 10px;
  z-index: 3;
}
.rs-services.services-style11 .services-item {
  background-color: #FFFFFF;
  border-radius: 20px 20px 20px 20px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
  display: flex;
  padding: 26px 25px 22px 25px;
  position: relative;
  z-index: 11;
}
.rs-services.services-style11 .services-item .services-icon {
  text-align: center;
  margin: 5px 0px 0px 0px;
  background-color: #70BF4A;
  line-height: 40px !important;
  min-width: 60px;
  height: 60px;
  border-radius: 10px 10px 10px 10px;
  display: inline-block;
  padding: 5px;
  font-size: 50px;
  transition: all ease .3s;
}
.rs-services.services-style11 .services-item .services-icon img {
  margin: 5px 0px 0px 0px;
  height: 37px;
  width: 27px;
  max-width: unset;
}
.rs-services.services-style11 .services-item .services-text {
  padding: 0px 0px 0px 25px;
}
.rs-services.services-style11 .services-item .services-text .title {
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 1.365em;
  color: #000000;
  margin-bottom: 8px;
}
.rs-services.services-style11 .services-item .services-text .services-txt {
  margin: 0;
}
.rs-services.services-style12 .services-item {
  padding: 30px 30px 24px 30px;
  background-color: #FFFFFF;
  border-radius: 20px 20px 20px 20px;
}
.rs-services.services-style12 .services-item .services-icon {
  text-align: center;
  background-color: #70BF4A;
  line-height: 37px !important;
  min-width: 60px;
  height: 60px;
  margin-bottom: 20px !important;
  border-radius: 10px 10px 10px 10px;
  display: inline-block;
  padding: 5px;
  font-size: 50px;
}
.rs-services.services-style12 .services-item .services-icon img {
  margin: 5px 0px 0px 0px;
  height: 37px;
  width: 27px;
  max-width: unset;
}
.rs-services.services-style12 .services-item .services-text .title {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.365em;
  margin-bottom: 15px;
}
.rs-services.services-style12 .services-item .services-text .title a {
  color: #000000;
}
.rs-services.services-style12 .services-item .services-text .services-txt {
  margin-bottom: 4px;
}
.rs-services.services-style12 .services-item:hover .services-text .title a {
  color: #70bf4a;
}
.rs-services.services-style13 .services-item {
  position: relative;
  padding: 40px 50px 46px 50px;
  margin: 0 -2px 0 -2px;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.rs-services.services-style13 .services-item .serial-number {
  position: absolute;
  left: 242px !important;
  top: 13px !important;
  color: #00000008;
  font-size: 70px;
  font-weight: 600;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}
.rs-services.services-style13 .services-item .services-icon {
  margin-bottom: 20px;
}
.rs-services.services-style13 .services-item .services-icon img {
  height: 70px;
  width: 70px;
  max-width: 100%;
  transform: scale(1);
  transition: 0.4s;
}
.rs-services.services-style13 .services-item .services-text .title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  font-family: "Roboto", Sans-serif;
  margin: 0 0 10px;
}
.rs-services.services-style13 .services-item .services-text .title a {
  color: #010d14;
}
.rs-services.services-style13 .services-item .services-text .title a:hover {
  color: #ffb703;
}
.rs-services.services-style13 .services-item .services-text .services-txt {
  margin-bottom: 0px;
}
.rs-services.services-style13 .services-item:hover .services-icon img {
  transform: scale(1.1);
}
.rs-services-single .services-add {
  background-color: #070706;
  position: relative;
  padding: 55px 35px 38px;
  text-align: center;
}
.rs-services-single .services-add .services-overlay {
  background-image: url(../images/services/services-single/ser2.jpg);
  border-radius: 80px 0px 80px 0px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  opacity: 0.1;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.rs-services-single .services-add .address-wrap-item {
  position: relative;
}
.rs-services-single .services-add .address-wrap-item .divider {
  padding-top: 15px;
  padding-bottom: 35px;
}
.rs-services-single .services-add .address-wrap-item .divider .divider-separator {
  position: relative;
}
.rs-services-single .services-add .address-wrap-item .divider .divider-separator:before {
  height: 3px;
  display: block;
  width: 120px;
  border-bottom: 2px dashed #FFB703;
  content: '';
  margin: 0 auto;
}
.rs-services-single .services-add .address-wrap-item .title {
  font-size: 24px;
  line-height: 41px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 15px;
}
.rs-services-single .services-add .address-wrap-item .title span {
  color: #ffb703;
}
.rs-services-single .services-add .address-wrap-item a {
  font-size: 34px;
  line-height: 44px;
  font-weight: 700;
  color: #ffffff;
}
.rs-services-single .brochures {
  background-color: #E8EAEE;
  padding: 42px 26px 62px 35px;
}
.rs-services-single .brochures .content-text .title {
  font-size: 28px;
  line-height: 38px;
  font-weight: 500;
  color: #010d14;
  margin-bottom: 18px;
}
.rs-services-single .brochures .content-text .desc-part {
  color: #333333;
  margin: 0 0 41px;
}
.rs-services-single .brochures .btn-wrapper {
  position: relative;
  text-align: center;
  font-weight: 400;
  display: inline-block;
}
.rs-services-single .brochures .btn-wrapper .dual-btn {
  font-size: 16px;
  font-weight: 500;
  padding: 18px 35px 18px 35px;
  background-color: #ffb703;
  color: #010d14;
  margin: 0 -4px;
}
.rs-services-single .brochures .btn-wrapper .dual-btn-connector {
  position: absolute;
  z-index: 9;
  overflow: hidden;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: #fff;
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.3);
  color: #27374c;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 30px;
  left: 46%;
  top: -2px;
}
.rs-services-single .brochures .btn-wrapper .rselement-dual-btn {
  font-size: 16px;
  font-weight: 500;
  padding: 18px 35px 18px 35px;
  background-color: #010d14;
  color: #ffffff;
}
.rs-services-single .services-title .title {
  font-size: 36px;
  line-height: 46px;
  font-weight: 500;
  color: #010d14;
  margin: 0;
}
.rs-services-single .desc-part {
  color: #333333;
  margin: 0;
}




.special-offer-two{
  position: relative;
  background-color: #9d5f2e;
  border-bottom: 8px solid #954404;
  padding: 65px 0px;
  border-top: 8px solid #954404;
}

.special-offer-two .left-bg{
    position: absolute;
    left: 0;
    bottom: 17%;
}

.special-offer-two .right-bg{
    position: absolute;
    right: 0;
    top: 0;
}

.special-offer-two .title-box{
  margin-bottom: var(--margin-bottom-40);
}

.offer-block-three{
  position: relative;
  margin-bottom: var(--margin-bottom-35);
}

.offer-block-three .inner-box{
  position: relative;
  display: block;
  text-align: center;
}

.offer-block-three .inner-box .image{
  position: relative;
  display: block;
  overflow:hidden;
  border-radius: 20px;
  background-color:var(--main-color);
  margin-bottom: var(--margin-bottom-15);
}

.offer-block-three .inner-box .image img{
  position: relative;
  display: block;
  width: 100%;
  border-radius: 20px;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  transition:all 500ms ease;
}

.offer-block-three .inner-box:hover .image img{
  opacity:0.70;
  transform:scale(1.05,1.05);
}

.offer-block-three h4{
  position: relative;
  text-transform: capitalize;
  margin-bottom: var(--margin-bottom-10);
}

.offer-block-three h4 a{
  color: var(--white-color);
}

.offer-block-three h4 a:hover{
  color: var(--main-color);
}

.offer-block-three .desc{
  position: relative;
  font-size: var(--font-14);
  color: var(--color-one);
  margin-bottom: var(--margin-bottom-15);
}

.offer-block-three .price{
  position: relative;
  font-family:var(--font-family-Forum);
  font-size: var(--font-20);
  color: var(--main-color);
}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}
.title-box.centered {
    margin: 0 auto;
    text-align: center;
}
.title-box.centered .pattern-image {
    margin: 0 auto;
}
.title-box .pattern-image {
    position: relative;
    margin-bottom: 15px !important;
}

.offer-block-three {
    position: relative;
    margin-bottom: var(--margin-bottom-35);
}

.blog-card-two {
    background-color: #fff;
    padding: 15px;
    margin-bottom: 10px;
}

.blog-card-content .blog-entry {
    margin-bottom: 10px;
}







 .blog-card.blog-card-white .blog-card-content h3 {
				    color: #fff;
				}
				.blog-card.blog-card-white .blog-card-content h3 a {
				    color: #fff;
				}
				.blog-card.blog-card-maincolor .blog-entry li i {
				    color: #e7272d;
				}
				.blog-card.blog-card-maincolor .blog-card-content h3 {
				    color: #fff;
				}
				.blog-card.blog-card-maincolor .blog-card-content h3 a {
				    color: #fff;
				}
				.blog-card.blog-card-maincolor:hover .blog-card-thumb {
				    border: 3px solid #fff;
				}
				.blog-card.blog-card-maincolor:hover .blog-card-content h3 {
				    color: #e7272d;
				}
				.blog-card.blog-card-maincolor:hover .blog-card-content h3 a {
				    color: #e7272d;
				}
				.blog-card:hover .blog-card-thumb img {
				    -webkit-transform: rotate(5deg) scale(1.2);
				    transform: rotate(5deg) scale(1.2);
				}
				.blog-card:hover .blog-card-content h3 {
				    color: #fc0;
				}
				.blog-card:hover .blog-card-content h3 a {
				    color: #fc0;
				}
				.blog-entry {
				    display: -webkit-box;
				    display: -ms-flexbox;
				    display: flex;
				    -ms-flex-wrap: wrap;
				    flex-wrap: wrap;
				    margin-top: -5px;
				    padding: 0;
				}
				.blog-entry li {
				    margin-right: 20px;
				    font-size: 16px;
				    color: rgba(255, 255, 255, 0.7);
				    font-weight: 400;
				    margin-top: 5px;
				    list-style: none;
				    display: -webkit-box;
				    display: -ms-flexbox;
				    display: flex;
				    -webkit-box-align: center;
				    -ms-flex-align: center;
				    align-items: center;
				}
				.blog-entry li i {
				    margin-right: 10px;
				    color: #fc0;
				    font-size: 20px;
				}
				.blog-entry li.blog-entry-main i {
				    color: #e7272d;
				}
				.blog-card-thumb {
				    border: 3px solid #444;
				    padding: 15px;
				    margin-bottom: 15px;
				    overflow: hidden;
				    -webkit-transition: all 0.3s linear;
				    transition: all 0.3s linear;
				}
				.blog-card-thumb a {
				    display: block;
				    overflow: hidden;
				}
				.blog-card-thumb img {
				    -webkit-transition: all 0.3s linear;
				    transition: all 0.3s linear;
				}
				.blog-card-content .blog-entry {
				    margin-bottom: 10px;
				}
				.blog-card-content h3 {
				    font-size: 16px;
				    font-weight: 600;
				    /* font-family: abril fatface, cursive; */
				    letter-spacing: 1px;
				    margin-bottom: 15px;
				    color: #222;
				    -webkit-transition: all 0.3s linear;
				    transition: all 0.3s linear;
				    line-height: 1.4;
				}
				.blog-card-content h3 a {
				    color: #222;
				    -webkit-transition: all 0.3s linear;
				    transition: all 0.3s linear;
				}
				.blog-card-content p {
				    font-size: 15px;
				    margin: 0;
				}
				.blog-card-two {
				    background-color: #fff;
				    padding: 15px;
				    margin-bottom: 10px;
                    border-radius: 20px;
				}
				.blog-card-two img {
                    border-radius: 20px;
				}
				.blog-card-two .blog-card-thumb {
				    padding: 0;
				    border: 0;
				}
				.blog-card-two .blog-entry li {
				    color: #444;
				}
				.blog-card-two .blog-entry li i {
				    color: #e7272d;
				}
				.blog-card-two .blog-card-content h3 {
				    color: #222;
				}
				.blog-card-two .blog-card-content h3 a {
				    color: #222;
				}
				.blog-card-two .blog-card-content p {
				    color: #7a7a7a;
				    height: 38px;
				}
				.blog-card-two:hover .blog-card-content h3 {
				    color: #e7272d;
				}
				.blog-card-two:hover .blog-card-content h3 a {
				    color: #e7272d;
				}
				.blog-card-black .blog-card-thumb {
				    border: 3px solid #d1d1d1;
				    -webkit-transition: all 0.3s linear;
				    transition: all 0.3s linear;
				}
				.blog-card-black .blog-entry li {
				    color: #444;
				}
				.blog-card-black .blog-entry li i {
				    color: #e7272d;
				}
				.blog-card-black .blog-card-content p {
				    color: #444;
				}
				.blog-card-black:hover .blog-card-thumb {
				    border: 3px solid #444;
				}
				.blog-card-black:hover .blog-card-content h3 {
				    color: #e7272d;
				}
				.blog-card-black:hover .blog-card-content h3 a {
				    color: #e7272d;
				}
				.blog-card-slide {
				    position: relative;
				}
				.blog-card-slide .blog-card-thumb {
				    margin-bottom: 0;
				}
				.blog-card-slide .blog-card-content {
				    background-color: #fff;
				    position: absolute;
				    bottom: 0;
				    padding: 20px;
				    width: calc(100% - 60px);
				    left: 50%;
				    -webkit-transform: translate(-50%, -30px);
				    transform: translate(-50%, -30px);
				}
				.blog-card-slide .blog-card-content .blog-entry li {
				    color: #222;
				    font-size: 14px;
				}
				.blog-card-slide .blog-card-content .blog-entry li i {
				    font-size: 18px;
				}
				.blog-card-slide .blog-card-content h3 {
				    font-size: 17px;
				    margin-bottom: 0;
				    -webkit-transition: all 0.3s ease-in-out;
				    transition: all 0.3s ease-in-out;
				}
				.blog-card-slide .blog-card-content p {
				    color: #444;
				    font-size: 0;
				    -webkit-transition: all 0.3s linear;
				    transition: all 0.3s linear;
				    opacity: 0;
				}
				.blog-card-slide:hover .blog-card-content h3 {
				    margin-bottom: 15px;
				}
				.blog-card-slide:hover .blog-card-content p {
				    font-size: 15px;
				    opacity: 1;
				}





.best-offer-area1 .best-offer-wrap {
    border-width: 1px;
    border-style: solid;
    border-color: #eee;
    border-radius: 5px;
    margin: 14px 0px;
    padding: 13px;
}

@media(max-width: 576px) {
    .best-offer-area1 .best-offer-wrap {
        padding:20px
    }
}

.best-offer-area1 .best-offer-wrap::after {
    content: "";
    clear: both;
    display: table
}

.best-offer-area1 .best-offer-wrap .best-offer-content {
    padding-top: 10px
}

.best-offer-area1 .best-offer-wrap .best-offer-content h3 {
    margin-bottom: 5px;
    font-size: 21px;
    font-weight: 700;
    color: var(--title-color-dark);
    font-family: var(--font-cormorant);
    line-height: 2.25rem;
    transition: .35s
}

.best-offer-area1 .best-offer-wrap .best-offer-content p {
    font-size: 1.125rem;
    font-weight: 400;
    color: var(--text-color1);
    font-family: var(--font-Jost);
    line-height: 1.875rem;
    margin-bottom: 20px
}

.best-offer-area1 .best-offer-wrap .best-offer-content .features {
    margin: 0;
    padding-left: 1rem;
    padding-top: 15px
}

.best-offer-area1 .best-offer-wrap .best-offer-content .features li {
    font-size: 1rem;
    font-weight: 500;
    color: var(--text-color1);
    font-family: var(--font-Jost);
    line-height: 1.875rem
}

.best-offer-area1 .best-offer-wrap .best-offer-img {
    float: right;
    position: relative
}

@media(min-width: 768px) and (max-width:991px) {
    .best-offer-area1 .best-offer-wrap .best-offer-img {
        float:unset;
        margin-bottom: 20px
    }
}

@media(max-width: 576px) {
    .best-offer-area1 .best-offer-wrap .best-offer-img {
        float:unset;
        margin-bottom: 20px
    }
}

@media(max-width: 1399px) {
    .best-offer-area1 .best-offer-wrap .best-offer-img img {
        max-width: 133px;
    }
}

@media(max-width: 1199px) {
    .best-offer-area1 .best-offer-wrap .best-offer-img img {
        max-width:180px
    }
}

.best-offer-area1 .best-offer-wrap .best-offer-img .price-tag {
    height: 64px;
    width: 64px;
    line-height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-width: 1px;
    border-style: dashed;
    border-color: var(--primary-color1);
    border-radius: 50%;
    background-color: var(--white)
}

.best-offer-area1 .best-offer-wrap .best-offer-img .price-tag span {
    font-size: 1rem;
    font-weight: 600;
    color: var(--primary-color1);
    line-height: 1.875rem;
    display: inline-block;
    position: relative;
    z-index: 1
}


.primary-btn3 {
    font-size: 1.125rem;
    font-weight: 500;
    color: var(--primary-color1);
    background-color: transparent;
    border-radius: 10px 0;
    border: 1px solid;
    cursor: pointer;
    border-color: var(--primary-color1);
    display: inline-block;
    z-index: 2;
    transition: .3s ease all;
    position: relative;
    overflow: hidden
}

.primary-btn3 i {
    margin-right: 8px;
    transition: .5s all ease
}

.primary-btn3:before {
    transition: .5s all ease;
    position: absolute;
    top: 0;
    left: 50%;
    right: 50%;
    bottom: 0;
    opacity: 0;
    content: "";
    background-color: var(--primary-color1);
    z-index: -1
}

.primary-btn3:hover {
    color: #fa0a06;
    border-color: #fbc92a;
}

.primary-btn3:hover i::before {
    content: "\f134"
}
.title-box.centered .pattern-image {
    margin: 0 auto;
}
.title-box .pattern-image {
    position: relative;
    margin-bottom: 15px !important;
}

.btn {
    padding: 12px 38px;
    cursor: pointer;
    border-width: 1px;
    border-radius: 0 40px 0 40px;
    font-size: 14px;
    font-weight: 500;
    -webkit-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.12);
}










html,body{
font-family: 'Nunito', sans-serif; 
} 
img {
    width: 100%;
}
a:hover { 
    text-decoration: none;
}
 dl, ol, ul{
     padding:0px;
     margin:0px;
 }
.header-top {
    position: relative;
    height: 50px;
    /*background: -webkit-linear-gradient(170deg, #915425, #d3a277);*/
    background: #242a26;
}
 .auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}
 .header-top .top-inner {
    position: relative;
}
    .header-top .top-inner:before {
        /*background: -webkit-linear-gradient(170deg, #915425, #d3a277);*/
    }
 .header-top .top-inner:before {
    position: absolute;
    content: '';
    top: 0px;
    width: 100%;
    right: 100%;
    height: 50px;
    margin-right: -40%;
    background: #242a26;
    
}
 .header-top .top-left {
    position: relative;
    float: left;
}
 .header-top .top-left ul li a { 
    font-size: 15px;
    color: #ffffff;
    font-weight: 300;
    padding: 9px 0px;
    display: inline-block; 
    margin-right: 15px; 
}
 .header-top .top-left ul li a i {
    margin-right: 12px;
}
 .header-top .top-left ul li.email {
    margin-left: 40px;
}
 .header-top .top-left ul li {
    float: left;
    list-style: none;
    line-height: 33px;
}
 .header-top .top-right {
    position: relative;
    float: right;
}
 .header-top .top-right > ul > li {
    position: relative;
    /*margin-right: 10px;*/
    font-size: 14px;
    color: #bbbbbb;
    padding: 15px 0px 8px;
    padding-right: 12px;
    display: inline-block;
}
 .header-top .top-right > ul > li > a {
    font-size: 14px;
    font-weight: 300;
    color: #ffffff;
    letter-spacing: 1px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    font-family: 'Oswald', sans-serif;
}
 .header-top .top-right > ul > li > a > .icon {
    position: relative;
    top: 1px;
    font-size: 15px;
    color: #001469;
    margin-right: 8px;
}
 .header-top .top-right > ul > li:last-child {
    margin-right: 0px;
    padding-right: 0px;
}
 .header-top li.language {
    top: -1px;
}
.header-top li.language a{
    border: 0px;
    padding: 0px;
    background: none;
}
.header-top .language .dropdown-menu > li {
    padding: 0px !important;
    margin: 0px !important;
    float: none;
    border: none;
    display: block !important;
    border-bottom: 1px solid rgba(255,255,255,0.20);
}
.dropdown-toggle::after{
    display:none;
}
.header-top .language .dropdown-menu > li > a {
    padding: 8px 20px !important;
    color: #ffffff;
    text-align: left;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    font-size: 14px;
    font-weight: 300;
    display: block;
    letter-spacing: 2px;
    font-family: 'Oswald', sans-serif;
    background: #242a26;
}
.header-top .top-left ul li:after {
    position: absolute;
    content: '';
    right: 0px;
    top: 18px;
    width: 1px;
    height: 13px;
    background-color: rgba(255,255,255,0.40);
}
.header-top .language .dropdown-menu{
    border-color: #ff8d00;
    right: 0px;
    left: auto;
    width: 180px;
    padding: 0px !important;
    margin-top: 9px;
    border-radius: 0px;
    background-color: #222222;
    border: none;
    border-top: 1px solid #bc8454;
    box-shadow: none !important;
}
.header-top .language .dropdown-menu > li > a:hover{
    color: #ffffff;
    background: none;
    background-color: #4a2c18;
}
li.language.dropdown img {
    width: 23px;
}
.header-top .top-right > ul > li:after {
    position: absolute;
    content: '';
    right: 0px;
    top: 20px;
    width: 2px;
    height: 14px;
    background-color: rgb(255 255 255 / 35%);
}
.header-top .top-right > ul > li:last-child:after{
    display:none;
}

 .dropdown-menu{
     margin-top: 8px;
     padding: 0px;

 }
 .dropdown-item{
    width: 194px;
    font-weight: 400;
    border: 0;
    padding: 0px 20px;
    height: 45px;
    border-bottom: 1px solid white;
 }
    .dropdown-item:hover {
        background-color: #252b27;
        color: white;
    } 
 .dropdown-item{
     background-color: #9c5e2e;
     color: #ffffff;
 }
 .menu-sec {
    background: #282e2a;
    box-shadow: 0 3px 11px rgb(0 0 0 / 2%), 0 6px 4px rgb(0 0 0 / 2%);
    line-height: 38px;
}
 .navbar-light .navbar-nav .nav-link.disabled {
    color: rgb(0 0 0);
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
}
.navbar-light .navbar-nav .nav-link:hover {
    color: #d2a377;
}
.navbar-light .navbar-nav .nav-link {
    color: rgb(255, 255, 255, 1);
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
    padding: 0px 13px;
    font-family: "Fira Sans", sans-serif;
}
.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
     
}
 a.navbar-brand img {
    width: 95px;
    position: absolute;
    top: -45px;
}
.menu-sec.sticky-top a.navbar-brand img {
    top:0;
    width:75px;
}
.navbar {
    padding: 5px 0px;
}
 .menu-sec .col-lg-12 {
    padding: 0px;
}
.cart {
    font-weight: 700 !important;
    color: #d2a377 !important;
    text-transform: capitalize !important;
    font-size: 15px !important;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 6px 10px 0px;
    border-radius:20px;
}
 .cart i {
    margin-right: 3px!important;
}
.cart i {
    font-size: 20px!important;
}
sup.Cartlist {
    color: #ffffff;
    border-radius: 2px;
    top:-10px;
    font-size:14px;
}
header .item {
  height: 100vh;
  position: relative;
}
header .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
    header .item .cover {
        padding: 75px 0;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgb(157 95 46 / 51%);
        display: flex;
        align-items: center;
        background-image: 
  linear-gradient(rgb(18 22 24 / 10%), rgb(18 22 24 / 5%)), 
  repeating-conic-gradient(from 45deg, rgba(18, 22, 24, 0.15) 0deg 90deg, transparent 90deg 180deg);
background-size: 100px 100px;
    }
header .item .cover .header-content {
  position: relative;
  padding: 56px;
  overflow: hidden;
}
header .item .cover .header-content .line {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  border: 9px solid #fff;
  -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
  clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}
    header .item .cover .header-content h2 {
        font-weight: 300;
        font-size: 25px;
        color: #fff;
        margin-bottom: 20px;
        text-shadow: 0 3.36px 8.896px #090909, 0 -2px 1px #ffffff;
    }
    header .item .cover .header-content h1 {
        font-size: 40px;
        font-weight: 600;
        margin: 5px 0 45px;
        color: #fff;
        text-shadow: 0 3.36px 8.896px #090909, 0 -2px 1px #ffffff;
    }

.header-content .btns {
    box-shadow: 0 3px 6px rgb(0 0 0 / 90%), 0 3px 6px rgb(0 0 0 / 86%);
    margin: 0 15px;
}
header .item .cover .header-content h4 {
    font-size: 24px;
    font-weight: 300;
    line-height: 36px;
    color: #fff;
}
header .owl-item.active h1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
header .owl-item.active h2 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
header .owl-item.active h4 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}
header .owl-item.active .line {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.3s;
}
header .owl-nav .owl-prev {
  position: absolute;
  left: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
header .owl-nav .owl-prev span {
  font-size: 1.6875rem;
  color: #fff;
}
header .owl-nav .owl-prev:focus {
  outline: 0;
}
header .owl-nav .owl-prev:hover {
  background: #000 !important;
}
header .owl-nav .owl-next {
  position: absolute;
  right: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
header .owl-nav .owl-next span {
  font-size: 1.6875rem;
  color: #fff;
}
header .owl-nav .owl-next:focus {
  outline: 0;
}
header .owl-nav .owl-next:hover {
  background: #000 !important;
}
header:hover .owl-prev {
  left: 0px;
  opacity: 1;
}
header:hover .owl-next {
  right: 0px;
  opacity: 1;
}
.main-section {
    margin: 90px 0px;
}
section.testominail-heading {
    margin: 50px 0px;
}
h1.head {
    font-size: 22px;
    font-weight: bold;
    color: #9c5e2d;
    font-family: 'Montserrat',sans-serif;
    line-height: 32px;
}
.about-img:before {
    content: "";
    position: absolute;
    height: 100px;
    width: 100px;
    background: #001469;
    z-index: -1;
    top: -14px;
    left: -14px;
}
.about-img{
    background-position: center;
    margin-top: 21px;
    background-size: cover;
}
.btns{
    color: #000000;
    background: #fff; 
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 13px 20px 8px;
    border: none;
    border-radius: 50px 0px;
    display: inline-block;
    overflow: hidden;
    position: relative;
    transition: all .3s linear; 
}
.btns:hover{
    color: transparent;
    border-radius: 0;
}
.sticky-top.shadow-sm {
    box-shadow: none!important;
}
 
.menu-sec {
    position: absolute;
    width: 100%;
    top: 50px;
    left: 0;
    border-bottom: 1px solid rgba(256, 256, 256, .1);
    z-index: 999;
}
.sticky-top.menu-sec {
    position: fixed;
    background: #282e2a;
    top: 0px;
}
.sticky-top.menu-sec .navbar {
    padding: 18px 0px;
}
header .btns.active h1 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
}

.btns:before,
.btns:after {
    content: '';
    background: -webkit-linear-gradient(170deg, #990531, #ff0005);
    height: 4px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.3s;
}
.btns:after{
    top: auto;
    bottom: 0;
}
.btns:hover:before,
.btns:hover:after{
    height: 55%;
}
.btns span{
    color: #fff;
    padding: 11px 20px 8px;
    opacity: 0;
    transform: scale(0);
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.3s ease 0.05s;
}
.btns:hover span{
    opacity: 1;
    transform: scale(1);
    z-index: 1;
}
.btns.red{ color: #ed1300; }
.btns.red:before,
.btns.red:after{
    background-color: #ed1300;
}
.btn.focus, .btn:focus {
    outline: none;
    box-shadow: none;
}

#sidebarMenu::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

#sidebarMenu::-webkit-scrollbar
{
	width: 5px;
	background-color: #F5F5F5;
}

#sidebarMenu::-webkit-scrollbar-thumb
{
	background-color: #5e0b00;
	border: 2px solid #690c00;
}

#sidebarMenu {
    height: auto;
    position: fixed;
    left: 0;
    width: 164px;
    bottom: 178px;
    transform: translateX(-250px);
    transition: transform 250ms ease-in-out;
    background: linear-gradient(to right, #9d5f2d 0%, #cf9a6b 100%);
    z-index: 99999;
    max-height: 350px;
    overflow-y: auto;
}

.sidebarMenuInner {
    margin: 0;
    padding: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

    .sidebarMenuInner li {
        list-style: none;
        color: #fff;
        text-transform: uppercase;
        font-weight: bold;
        padding: 7px 11px;
        cursor: pointer;
        border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    }


        .sidebarMenuInner li span {
            display: block;
            font-size: 14px;
            color: rgba(255, 255, 255, 0.50);
        }

        .sidebarMenuInner li a {
            color: #fff;
            text-transform: uppercase;
            font-weight: bold;
            cursor: pointer;
            text-decoration: none;
            font-size: 12px;
        }

input[type="checkbox"]:checked ~ #sidebarMenu {
    transform: translateX(0);
}

input[type=checkbox] {
    transition: all 0.3s;
    box-sizing: border-box;
    display: none;
}

.sidebarIconToggle {
    transition: all 0.3s;
    box-sizing: border-box;
    cursor: pointer;
    position: fixed;
    z-index: 99;
    height: 100%;
    width: 100%;
    bottom: 130px;
    left: 0px;
    height: 22px;
    width: 163px;
    background: linear-gradient(to right, #9d5f2d 0%, #cf9a6b 100%);
    padding: 11px 14px;
    height: 48px;
    z-index: 999999;
    color: white;
}

.form-container1115 a {
    color: white;
}

.form-container1115 {
    max-width: 300px;
    padding: 8px;
    background: linear-gradient(to right, #9d5f2d 0%, #cf9a6b 100%);
}

.right-side {
    position: fixed;
    z-index: 9999;
    top: 270px;
    right: 0;
    background: linear-gradient(to right, #9d5f2d 0%, #cf9a6b 100%);
    float: right;
    padding: 0px 10px;
}

    .right-side ul li {
        list-style: none;
    }

        .right-side ul li a {
            line-height: 24px;
            font-size: 14px;
        }

a.icon {
    color: white;
    line-height: 36px;
    font-size: 16px;
}

.right-side ul {
    margin: 0px;
    padding: 0px;
}

p.mydrops1115.font {
    border: 1px solid white;
    padding: 0px 10px;
}

.open-button11125 {
    bottom: 124px !important;
    left: 150px !important;
}

.form-popup1115 {
    bottom: 120px !important;
    z-index: 999999 !important;
    width: 151px;
}

.spinner {
    transition: all 0.3s;
    box-sizing: border-box;
    position: absolute;
    height: 1px;
    width: 100%;
    background-color: #fff;
}
.mobile-bottom-nav__item-content {
    display: none;
}
.horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 0px;
}

.diagonal.part-1 {
    position: relative;
    transition: all 0.3s;
    box-sizing: border-box;
    float: left;
}

.diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 0px;
}

input[type=checkbox]:checked ~ .sidebarIconToggle > .horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    opacity: 0;
}

input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-1 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(135deg);
    margin-top: 9%;
    height: 2px;
    width: 15px;
    left: 1px;
    left: 84%;
    top: 5px;
    position: absolute;
}

input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(-135deg);
    margin-top: -9%;
    height: 2px;
    width: 15px;
    left: 84%;
    position: absolute;
}


p.mydrops111 {
    border: 1px solid white;
    padding: 0px 10px;
}



.book-a-table-btn:hover {
    background: #a11402;
    color: #fff !important;
}

@media (max-width: 992px) {
    .book-a-table-btn {
        margin: 0 15px 0 0;
        padding: 8px 20px;
        letter-spacing: 1px;
    }
}


@media only screen and (max-width: 768px) {
    .open-button1115 {
        background-color: #da2b31;
        color: white;
        padding: 10px 15px;
        border: none;
        cursor: pointer;
        position: fixed;
        bottom: 175px;
        right: 6px;
        z-index: 9999;
    }
}

@media only screen and (min-width: 768px) {
    .open-button1115 {
        color: white;
        background: linear-gradient(to right, #9d5f2d 0%, #cf9a6b 100%);
        -webkit-text-fill-color: white;
        -webkit-box-decoration-break: clone;
        padding: 10px 15px;
        border: none;
        cursor: pointer;
        position: fixed;
        bottom: 81px;
        left: 0px;
        z-index: 9999;
    }
}


@media only screen and (max-width: 600px) {
    /* Button used to open the contact form - fixed at the bottom of the page */
    .open-button11125 {
        background-color: #292f2b;
        color: white;
        padding: 10px 15px;
        border: none;
        cursor: pointer;
        position: fixed;
        bottom: 175px;
        right: 133px;
    }
}

@media only screen and (min-width: 768px) {
    /* Button used to open the contact form - fixed at the bottom of the page */
    .open-button11125 {
        /* background-color: #6f026d; */
        color: white;
        border: 1px solid white !important;
        padding: 10px 15px;
        border: none;
        cursor: pointer;
        position: fixed;
        bottom: 57px;
        left: 155px;
        background: linear-gradient(to right, #9d5f2d 0%, #cf9a6b 100%);
        -webkit-text-fill-color: white;
        -webkit-box-decoration-break: clone;
    }
}


@media only screen and (max-width: 768px) {
    /* The popup form - hidden by default */
    .form-popup1115 {
        display: none;
        position: fixed;
        bottom: 216px;
        /* right: 8px; */
        border: 3px solid #f1f1f1;
        z-index: 9;
    }
}

@media only screen and (min-width: 768px) {
    /* The popup form - hidden by default */
    .form-popup1115 {
        display: none;
        position: fixed;
        bottom: 93px;
        left: 0px;
        border: 3px solid #f1f1f1;
        z-index: 9;
    }
}

.oder9-secrion::before {
    background-color: rgb(210 161 118 / 61%);
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
}

.oder9-secrion {
    background-image: url(../img/testbg.jpg);
    background-size: cover;
    position: relative;
    background-attachment: fixed;
}
.service-icon img {
    width: 40px;
}
.oder9-secrion h1:before {
    content: "";
    width: 84px;
    height: 4px;
    background-color: #dd3476;
    position: absolute;
    top: 55px;
    left: 50%;
}
.oder9-secrion h1:after {
    content: "";
    width: 84px;
    height: 4px;
    background-color: #ffffff;
    position: absolute;
    top: 55px;
    left: 43%;
}
.Order h3 {
    color: #000000;
    margin-top: 61px;
    text-transform: capitalize;
}

.oder9-secrion h3 {
    font-size: 22px;
}

.oder9-secrion h1 {
    font-size: 34px;
    font-weight: 700;
    color: #000000;
    position: relative;
    margin-bottom: 71px;
}

.od9-serviceBox {
    color: #fff;
    background: #dd3476;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    padding: 0 0 30px;
    border-radius: 30% 70% 39% 61% / 30% 14% 86% 70% ;
    position: relative;
    z-index: 1;
    min-height:243px;
    margin-bottom: 80px;
}

    .od9-serviceBox:before {
        content: "";
        background: #fff;
        width: calc(100% - 20px);
        height: calc(100% - 20px);
        border-radius: 30% 70% 39% 61% / 30% 14% 86% 70%;
        box-shadow: 0 0 10px rgba(0,0,0,0.3);
        transform: translateX(-50%) translateY(-50%);
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: -1;
    }

    .od9-serviceBox .service-icon {
        background: #dd3476;
        font-size: 26px;
        text-align: left;
        line-height: 140px;
        width: 85px;
        height: 100px;
        padding: 0 0 0 19px;
        margin: -55px 0 7px;
        border-radius: 20px 50% 80% 0 / 20px 50% 50% 0;
    }

    .od9-serviceBox .title {
        background: #dd3476;
        font-size: 18px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        padding: 20px 15px 22px;
        margin: 0;
        border-radius: 90px 60px 0% 100%;
        box-shadow: 0 6px 6px rgba(0,0,0,0.2);
        position: relative;
        z-index: 1;
    }

    .od9-serviceBox .description {
        color: #000;
        font-size: 14px;
        margin: 0 25px;
    }

    .od9-serviceBox.blue,
    .od9-serviceBox.blue .title,
    .od9-serviceBox.blue .service-icon {
        background: #001469;
    }
    .od9-serviceBox.red,
    .od9-serviceBox.red .title,
    .od9-serviceBox.red .service-icon {
        background: #ff0000;
    }
.menu10-tomato {
    width: 175px;
    position: absolute;
    right: 4px;
    animation: up-down 3s ease-in-out infinite alternate-reverse both;
}
.menu11-tomato {
    width: 175px;
    position: absolute;
    left: 4px;
    animation: up-down 3s ease-in-out infinite alternate-reverse both;
}
    .menu10-tomato img {
        transform: rotate(2deg);
    }
@keyframes up-down {
    0% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(-100px);
    }
}
.hdg h1 {
    color: white;
}
.hdg h1 {
    color: white!important;
}
.testimon h1 {
    margin: 0;
    font-size: 34px;
    color: #472562;
    position: relative;
    padding: 0 0 15px 3px;
    font-weight: 700;
    text-transform: uppercase;
}

.testimon h3 {
    font-size: 21px;
    font-weight: 700;
    line-height: 33px;
}

.testimonial7 {
    margin: 0 20px 50px;
    box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);
    background:#d2a274;
}

    .testimonial7 .pic {
        display: inline-block;
        width:50px;
        height: 50px;
        border-radius: 50%;
        margin:10px 10px 0px 10px;
    }

        .testimonial7 .pic img {
            width: 100%;
            height: auto;
            border-radius: 50%;
        }

    .testimonial7 .testimonial7-profile {
        display: inline-block;
        position: relative;
        top: -20px;
    }
.owl-carousel .owl-nav.disabled {
    display: block !important;
    text-align: center;
}
    .testimonial7 .title {
        display: block;
        font-size: 18px;
        font-weight: 600;
        color: #2f2f2f;
        margin: 0 0 7px 0;
        text-transform: uppercase;
    }

    .testimonial7 .post {
        display: block;
        font-size: 14px;
        color: #d1803f;
    }

    .testimonial7 .description {
        padding: 20px 22px;
        background: #9d5f2e;
        font-size: 15px;
        color: #fff;
        line-height: 25px;
        margin: 0;
        position: relative;
    }

        .testimonial7 .description:before,
        .testimonial7 .description:after {
            content: "";
            border-width: 18px 0 0 18px;
            border-style: solid;
            border-color: #d1803f transparent transparent;
            position: absolute;
            bottom: -18px;
            left: 0;
        }

        .testimonial7 .description:after {
            border-width: 18px 18px 0 0;
            left: auto;
            right: 0;
        }

.owl-theme .owl-controls {
    margin-top: 10px;
    margin-left: 30px;
}

    .owl-theme .owl-controls .owl-buttons div {
        opacity: 0.8;
        background: #fff;
    }
.owl-carousel .owl-nav button.owl-nex{
    outline:none!important;
}
.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    outline: none!important;
}
.team-section .owl-nav button {
    margin: 0px 5px;
    width: 47px;
    height: 0px;
    font-size: 36px !important;
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: .5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #869791;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    opacity: 1;
}
.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.menu-section-us9 {
    background-image: url(../img/menu9-bg.jpg);
    background-size: cover;
    position: relative;
    background-repeat: round;
    padding: 40px 0px;
}

    .menu-section-us9::before {
        background-color: rgb(0 0 0 / 42%);
        content: '';
        display: block;
        height: 100%;
        position: absolute;
        width: 100%;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

.menu-section9 h1 {
    font-size: 44px;
    color: #ffffff;
    position: relative;
    padding: 0px 0 0px 3px;
    font-family: "Oswald", sans-serif;
    font-weight: 600;
    width: 31%;
    margin: 0px auto;
    border-radius: 20px;
    text-shadow: 2px 2px #ff0000;
    letter-spacing: 1px;
}

.menu-section9 h3 {
    font-size: 21px;
    font-weight: 700;
    margin-top: 17px;
    color: white;
}

.menu-list9 {
    text-align: center;
    box-shadow: 2px 8px 15px 7px rgb(89 89 89);
}

    .menu-list9 img {
        width: 100%;
        height: auto;
    }

    .menu-list9 .team-content {
        padding: 20px 0;
        background: #fff;
        height: 80px;
    }

    .menu-list9 .title {
        font-size: 13px;
        font-weight: 800;
        color: #2a4284;
        text-transform: capitalize;
        margin: 0 0 20px;
        position: relative;
    }

        .menu-list9 .title:before {
            content: "";
            width: 25px;
            height: 1px;
            background: #27ae61;
            position: absolute;
            bottom: -10px;
            right: 50%;
            margin-right: 9px;
            transition-duration: 0.25s;
        }

        .menu-list9 .title:after {
            content: "";
            width: 25px;
            height: 1px;
            background: #27ae61;
            position: absolute;
            bottom: -10px;
            left: 50%;
            margin-left: 9px;
            transition-duration: 0.25s;
        }

    .menu-list9:hover .title:before,
    .menu-list9:hover .title:after {
        width: 50px;
    }

    .menu-list9 .post {
        display: inline-block;
        font-size: 15px;
        color: #f76c5e;
        text-transform: capitalize;
    }

        .menu-list9 .post:before {
            content: "";
            display: block;
            width: 7px;
            height: 7px;
            border-radius: 50%;
            background: #27ae61;
            margin: 0 auto;
            position: relative;
            top: -23px;
        }

    .menu-list9:hover .pic:after {
        top: 6px;
        left: 7px;
    }

    .menu-list9:hover .pic:after {
        content: "";
        width: 100%;
        height: 61%;
        background-color: rgb(0 0 0 / 42%);
        position: absolute;
        transition: all 0.3s ease 0s;
    }

.menulist9 {
    max-width: 20%;
    padding: 6px;
    margin-bottom: 15px;
}

.menu9-rotate {
    -webkit-animation: rotate 5s normal linear infinite;
    animation: rotate 5s normal linear infinite;
}

.menu9-rotate {
    position: absolute;
    z-index: 9;
    width: 166px; 
    left: 0;
}
.lightbox {
    overflow: hidden;
}
    .lightbox img {
        overflow: hidden;
        overflow: hidden;
        box-shadow: 0 19px 38px rgb(0 0 0 / 30%), 0 15px 12px rgb(0 0 0 / 22%);
        border-radius: 15px;
        margin-bottom: 32px;
        transform: scale(1.0);
        transition: transform 0.4s ease;
    }
        .lightbox img:hover {
            transform: scale(1.1);
        }
.gallery-back {
    width: 400px;
    z-index: 0;
    right: 0;
}
    .gallery-back img {
        transform: rotate(0deg);
    }
.rection:before {
    background-image: url(../img/dots2.png);
    content: "";
    position: absolute;
    width: 395px;
    height: 334px;
    left: 25px;
    top: 9px;
    z-index: -1;
    clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
}
.rection {
    position: relative;
}
.form-one {
    background-size: contain;
    padding: 10px;
}

    .form-one .form-container {
        background: linear-gradient(to right, #985a2b 0%, #f49954 100%);
        font-family: 'Nunito', sans-serif;
        padding: 35px 3px 35px;
        border-radius: 20px;
        text-align: center;
        align-items: center;
        justify-content: center;
        color: white;
    }

}

.form-one .form-container p {
    text-transform: capitalize;
    margin-bottom: 20px;
}
ul.details {
    float: left;
    text-align: left;
    margin: 20px 5px;
}

.form-one .form-container .title {
    color: #ffffff;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 30px;
}
ul.details li i {
    font-size: 19px;
    margin: 0px 6px;
    background: white;
    width: 30px;
    height: 30px;
    padding: 7px 6px;
    color: #ac40ab;
    text-align: center;
    border-radius: 7px;
}
ul.details li {
    list-style: none;
    line-height: 44px;
    font-size: 17px;
    background: #001469;
    padding: 8px 12px;
    margin-top: 13px;
    border-bottom: 5px solid white;
}

.form-one strong.confi {
    margin: 0px 30px 10px;
    display: inline-block;
    text-transform: capitalize;
}

.form-one .form-container .form-horizontal .form-group {
    width:100%;
    margin-bottom: 15px;
}

.form-one .textaria {
    height: 100px !important;
    width: 94%;
    margin-left: 3%;
}

.form-one .form-container .form-horizontal .form-group label {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ac40ab;
    margin-bottom: 10px;
}

.form-one .form-container .form-horizontal .form-control {
    color: #333;
    background: #ecf0f3;
    font-size: 15px;
    height: 50px;
    padding: 20px;
    letter-spacing: 1px;
    border: none;
    border-radius: 10px;
    box-shadow: inset 6px 6px 6px #cbced1, inset -6px -6px 6px #fff;
    display: inline-block;
    transition: all 0.3s ease 0s;
}

    .form-one .form-container .form-horizontal .form-control:focus {
        box-shadow: inset 6px 6px 6px #cbced1, inset -6px -6px 6px #fff;
        outline: none;
    }

    .form-one .form-container .form-horizontal .form-control::placeholder {
        color: #808080;
        font-size: 14px;
    }

.form-left {
    float: left;
    width:25%;
    border-right: 1px dotted #00000029;
}

.form-right {
    float: right;
    width: 35%;
}

.form-one .btn {
    color: #fff;
    background-color: #ac40ab;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    width: auto;
    padding: 8px 20px;
    border-radius: 20px; 
    border: none;
    transition: all 0.5s ease 0s;
}

.form-one .login-sub {
    display: inline-block;
}
.map-2 {
    width: 100%;
    height: 562px;
}
.facebook {
    margin: 48px 19px;
    background: #ffffff;
    display: inline-block;
    padding: 7px 20px;
    color: #ac40ab;
}
.footer-ten {
    background: #151414;
    position: relative;
    background-image: url(../img/footer-min.webp);
    background-size: cover;
}


    .footer-ten .footer-content {
        position: relative;
        z-index: 2;
    }

    .footer-ten .footer-pattern img {
        position: absolute;
        top: 0;
        left: 0;
        height: 330px;
        background-size: cover;
        background-position: 100% 100%;
    }

    .footer-ten .footer-logo {
        margin-bottom: 30px;
    }

        .footer-ten .footer-logo img {
            max-width: 285px;
            padding: 6px;
            background: white;
        }

    .footer-ten .contact-info {
        line-height: 35px;
    }

    .footer-ten .divider-line {
        border-bottom: 1px solid gray;
        padding: 12px 0px;
        border-top: 1px solid gray;
        display: inline-block;
        width: 100%;
        margin: 13px 0px;
        line-height: 34px;
    }

    .footer-ten .contact-details a {
        color: white;
    }

    .footer-ten .contact-heading {
        display: block;
        float: left;
        margin-right: 30px;
        overflow: hidden;
        width: 70px;
        color: #FFFFFF;
        font-weight: 700;
    }

    .footer-ten .contact-details {
        color: #fff;
        display: block;
    }

    .footer-ten .footer-text p {
        margin-bottom: 14px;
        font-size: 14px;
        color: #ffffff;
        line-height: 28px;
    }

    .footer-ten .footer-social-icon span {
        color: #fff;
        display: block;
        font-size: 20px;
        font-weight: 700;
        font-family: 'Poppins', sans-serif;
        margin-bottom: 20px;
    }

    .footer-ten .footer-social-icon a {
        color: #fff;
        font-size: 16px;
        margin-right: 15px;
    }

    .footer-ten .footer-social-icon i {
        height: 40px;
        width: 40px;
        text-align: center;
        line-height: 38px;
        border: 2px solid white;
    }
.footer_link li a {
    color: white;
}
    .footer-ten .footer-widget-heading h3 {
        color: #fff;
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 40px;
        position: relative;
    }
.text_default {
    color: #fb5607 !important;
}
.footer_link li {
    display: inline-block;
    position: relative;
    margin: 0 12px;
}
        .footer-ten .footer-widget-heading h3::before {
            content: "";
            position: absolute;
            left: 0;
            bottom: -15px;
            height: 2px;
            width: 50px;
            background: #ffffff;
        }

    .footer-ten .footer-widget ul li {
        display: inline-block;
        float: left;
        width: 50%;
        margin-bottom: 12px;
    }

        .footer-ten .footer-widget ul li a:hover {
            color: #ff5e14;
        }

        .footer-ten .footer-widget ul li a {
            color: #f9f9f9;
            text-transform: capitalize;
        }

    .footer-ten .subscribe-form {
        position: relative;
        overflow: hidden;
    }

        .footer-ten .subscribe-form input {
            width: 100%;
            padding: 14px 28px;
            background: #2E2E2E;
            border: 1px solid #2E2E2E;
            color: #fff;
        }

        .footer-ten .subscribe-form button {
            position: absolute;
            right: 0;
            background: #ff5e14;
            padding: 13px 20px;
            border: 1px solid #ff5e14;
            top: 0;
        }

            .footer-ten .subscribe-form button i {
                color: #fff;
                font-size: 22px;
                transform: rotate(-6deg);
            }

.footer-ten .copyright-area {
    background: #925526;
    padding: 2px 0;
    margin-top: 15px;
    position: fixed;
    z-index: 999;
    bottom: 0px;
    width: 100%;
}
.footer-ten {
    margin-bottom: 36px;
}
.mobile-bottom-nav__item-content {
    position: fixed;
    bottom: 0px;
    left: 48%;
    z-index: 99;
    display: inline-block;
    /*width: 58px;*/
    background: linear-gradient(to right, #0470b7 0%, #a21300 100%);
    text-align: center;
    height: 46px;
    line-height: 20px;
    color: white;
    font-size: 15px;
}

    .mobile-bottom-nav__item-content{
        display:none;
    }
.bg-bottem {
    background: linear-gradient(to right, #0470b7 0%, #a21300 100%);
    position: fixed;
    height: 55px;
    width: 100%;
    left: 0;
    z-index: 99999999999;
    bottom: 0px;
}
.owl-nav {
    margin: 0 auto;
    display: table;
}
.bg-bottem {
    background: none;
}
.inner-banner {
    position: relative;
    overflow: hidden;
    height: 250px;
    background-image: url(../img/inner-banner.jpg);
}
.inner-content {
    position: relative;
    z-index: 99;
    top: 148px;
    margin: 0 auto;
    display: table;
    left: 0;
    right: 0;
    text-align: center;
    color: white; 
}
    .inner-content:after {
        content: "";
        width: 113px;
        height: 4px;
        background-color: #ffffff;
        position: absolute;
        top: 55px;   
        right: 50%;
    }
    .inner-content:before {
        content: "";
        width: 113px;
        height: 4px;
        background-color: #dd3476;
        position: absolute;
        top: 55px;
        left: 50%;
    }
    .inner-content h3 {
        color: #deb150;
        font-weight: 600;
        font-size: 21px;
        text-transform: uppercase;
    }
    .inner-content h1 {
        font-weight: 600;
        font-size: 38px;
        text-transform: uppercase;
    }
.about5 h1 {
    margin: 0;
    font-size: 36px;
    color: #ffffff;
    position: relative;
    letter-spacing: 1px;
    padding: 0 0 15px 3px;
    font-family: "Oswald", sans-serif;
    font-weight: 600;
}

.about5 h3 {
    font-size: 22px;
    font-weight: 700;
    line-height: 33px;
    color: white;
}

.about5 p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: white;
}

.about5.fulbari.text-center h1 {
    margin-bottom: 55px;
}

.fulbari {
    position: relative;
} 
 
@media only screen and (max-width: 767px) {
    .ab-bt5.btn {
        margin-bottom: 20px;
    }
}

.button {
    margin-top: 32px;
}

.about5 {
    margin-top: 45px;
}

.about5-bg img {
    animation: imgRotate 50s linear infinite;
}

@keyframes imgRotate {
    100% {
        transform: rotate(360deg);
    }
}

.about5-us {
    background-image: url(../img/about-bg5.jpg);
    background-size: cover;
    position: relative;
    height: 755px;
}

    .about5-us::before {
        background-color: rgb(0 0 0 / 63%);
        content: '';
        display: block;
        height: 100%;
        position: absolute;
        width: 100%;
    }

.card3{
    display:none;
}

.mt-icon-box-wraper {
    position: relative;
    width: 100%;
}

.p-a20 {
    padding: 20px;
}

.relative {
    position: relative;
}

.bg-gray {
    background-color: #f6f7f8;
}

.icon-count-2 {
    position: relative;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
}

.p-b10 {
    padding-bottom: 10px;
    text-align: center;
}

.mt-icon-box-wraper {
    position: relative;
    width: 100%;
}

.text-dark {
    color: #343a40 !important;
}
    .text-dark a {
        color: #941b0f;
    }
.icon-count-2:after {
    position: absolute;
    content: '';
    left: 10px;
    right: 10px;
    top: -10px;
    height: 10px;
    background-color: #9d5f2e;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
}

.main-section {
    margin: 90px 0px 90px;
}

.box {
    padding: 15px;
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 60px rgb(57 73 76 / 35%);
}

    .box h2 {
        margin: 0 0 20px;
    padding: 0;
    color: #222;
    text-transform: uppercase;
    text-align: center;
    font-size: 21px;
    font-weight: 600;
    }

form {
    padding: 0 3rem;
}

.box form div {
    position: relative;
}

.box input, .box textarea {
    width: 100%;
    box-sizing: border-box;
    box-shadow: none;
    outline: none;
    border: none;
    border-bottom: 2px solid #999;
    padding-top: 10px;
    padding-left:0;
}

.box input {
    padding: 10px 0;
    margin-bottom: 20px;
}

.box form div label {
    position: absolute;
    top: 10px;
    left: 0;
    color: #999;
    pointer-events: none;
    transition: 0.5s;
}


.box input:focus ~ label,
.box textarea:focus ~ label,
.box input:valid ~ label,
.box textarea:valid ~ label {
    top: -12px;
    left: 0;
    color: #000000;
    font-size: 1em;
    font-weight: bold;
}

.box input:focus ~ label,
.box textarea:focus ~ label,
.box input:valid,
.box textarea:valid {
    border-bottom: 2px solid #a97510;
}

.icon-xs i {
    background: #7a7a7a;
    padding: 7px 10px;
    color: white;
    border-radius: 9px;
    margin-bottom: 8px;
}

.icon-count-2:hover {
    background-color: #fff;
    -webkit-box-shadow: 0 10px 30px 0 rgb(50 50 50 / 16%);
    box-shadow: 0 10px 30px 0 rgb(50 50 50 / 16%);
}

    .icon-count-2:hover:after {
        top: 0;
        left: 0;
        right: 0;
    }
.reservat {
    margin: 0px 40px 50px;
    line-height: 50px;
}
.book-table {
    background: linear-gradient(to right, #0470b7 0%, #dd3476 100%);
    box-shadow: 14px 14px 20px #cbced1, -14px -4px 20px white;
    padding: 13px 20px;
    margin-top: 21px;
}

    .book-table p {
        font-size: 22px;
        font-weight: 800;
        color: white;
        margin-bottom: 5px;
    }

    .book-table span {
        color: white;
    }

.table-book {
    background: #ecf0f3;
    margin: 0px;
    box-shadow: 0px 9px 12px #cbced1, -6px 0px 20px white;
}

.booking {
    background: #ecf0f3;
    padding: 8px 22px;
    border-radius: 20px;
}

.form-group label {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.form-group .form-control {
    color: #333;
    background: #ecf0f3;
    font-size: 13px;
    height: 41px;
    padding: 20px;
    letter-spacing: 1px;
    border: none;
    border-radius: 50px;
    box-shadow: inset 6px 6px 6px #cbced1, inset -6px -6px 6px #fff;
    display: inline-block;
    transition: all 0.3s ease 0s;
}
.order-thanks {
    background-color: #FFF;
    padding: 40px;
    border: 4px double #001469;
    box-shadow: 0 3px 60px rgb(57 73 76 / 35%);
    margin: 0 auto;
    display: table;
    text-align: center;
    border-bottom: 10px solid #001469;
}
    .order-thanks h2 {
        font-size: 40px;
        font-weight: 600;
        font-family: serif;
        color: #3f3f3f;
        text-transform: uppercase;
    }


@media screen and (min-device-width: 320px) and (max-device-width: 767px) {
    .menu-section9 h1 {
        width: 100%;
    }
    .header-top .top-right {
        padding: 0px 0px;
    }
    header .item .cover .header-content h2 {
        text-shadow: none;
    }
    .inner-content h1 {
        font-size: 26px;
    }
    .about5.fulbari.text-center h1 {
        margin-bottom: 0px;
    }
    .about5-us {
        height: auto;
    }
    .box h2 {
        font-size: 17px;
    }
    form {
        padding: 0;
    }
    .reservat {
        margin: 0px 9px 50px;
        line-height: 23px;
    }
    .footer-ten .footer-widget-heading h3 {
        margin-top: 35px;
    }
    .footer-ten .copyright-area {
        bottom: 54px;
        padding: 0px 0;
    }
    marquee.font {
        font-size: 12px !important;
    }   
    .card3 {
        display: block;
    }
    .footer-ten {
        margin-bottom: 84px;
    }
    a.navbar-brand img {
        width: 95px;
        float: left;
    }
    .cart2{
        display:none;
    }
    .navbar-light .navbar-brand {
        width: 45%;
    }
    .phone {
        width: 35%;
    }
    .phone2 {
        /*width: 65%;*/
    }
    span.mobile-text {
        display: none;
    }
        .sidebarIconToggle {
            background: none;
        }
        .mobile-bottom-nav__item-content {
            background: none;
        }
        .open-button1115 {
            background: none;
        }
        .rection:before {
            display: none;
        }
        button:focus{
            outline:none;
        }
        .menu-sec {
            z-index: 9;
        }
    .navbar-collapse {
        padding: 0px 36px;
        padding-top: 1.5rem;
    }
    header .item .cover .header-content h1 {
        font-size: 25px;
    }
    header .item .cover .header-content h2 {
        font-size: 19px;
    }
    .menu10-tomato {
        display: none;
    }
     
    .menulist9 {
        max-width: 50% !important;
        padding: 9px;
    }

    .menu-section-us9 {
        background-size: contain;
    }

    .menu9-rotate {
        width: 59px;
        right: 0%;
    }

    .menu-list9 .title {
        font-size: 16px;
    }

    .menu-list9:hover .pic:after {
        height: 58%;
    }
    header .item .cover .header-content {
    padding: 20px;
}
    .bg-bottem {
        background: linear-gradient(to right, #9d5f2d 0%, #cf9a6b 100%) !important;
    }
        .sidebarIconToggle {
            bottom: 0px;
            left: 0px;
            width: 156px;
        }
        .open-button1115 {
            bottom: 8px;
            right: 0px;
            font-size: 15px;
        }
        .oder9-secrion h1:after{
            display:none;
        }
        .oder9-secrion h1:before{
            display:none;
        }
        .testimon h1:before {
            display: none;
        }
        .testimon h1:after {
            display: none;
        }
        .owl-carousel .owl-stage-outer {
            margin-top: 0px!important;
        }
        .form-left {
            width: 100%;
        }
        .menu9-rotate {
            display: none;
        }
        .form-right {
            width: 100%;
        }
        .location-map {
            width: 100%;
        }
        .open-button11125 {
            bottom: 58px !important;
            left: 285px !important;
            right: 10px;
        }
        .mobile-bottom-nav__item-content a {
            color: white;
        }
        .form-popup1115 {
            bottom: 59px !important; 
            left: 132px;
        }
        #sidebarMenu {
            bottom: 56px;
        }

        .mobile-bottom-nav__item-content {
            display: block;
            font-size: 15px;
            line-height: 34px;
        }
}

    @media screen and (min-device-width: 768px) and (max-device-width: 991px) {
    .menu-list9:hover .pic:after {
        height: 59%;
    }

    form {
        padding: 0;
    }

    .box h2 {
        font-size: 17px;
    }

    .reservat {
        line-height: 28px;
    }

    .card3 {
        display: block;
    }

    .cart2 {
        display: none;
    }

    .menu10-tomato img {
        display: none;
    }

    span.mobile-text {
        display: none;
    }

    .form-right {
        width: 65%;
    }

    .form-left {
        width: 35%;
    }

    .location-map {
        width: 100%;
        margin-top: 7px;
    }

    .footer-widget {
        margin-top: 42px;
    }

    a.navbar-brand img {
        float: left;
    }

    .cart {
        float: right;
    }

    .navbar-light .navbar-brand {
        width: 60%;
    }

    span.mobile-text {
        display: none;
    }

    .menulist9 {
        max-width: 25%;
    }

    .open-button1115 {
        width: 170px;
    }

    ul.details {
        display: none;
    }

    .menu9-rotate {
        display: none;
    }
}

    @media only screen and (max-width: 767px) {
        .header-top .top-right{
        z-index: 99;
        padding: 0px 0px;
    }
    .menu-sec{
        top: 47px;
    }
    .header-top .top-left{
        z-index:98;
    }
    .owl-carousel .owl-stage-outer {
        margin-top: 120px;
    }
    .header-top .top-inner {
    position: relative;
    /*background: #001469;*/
}
    .dropdown-item{
        width: 100%;
    }
    .about-img{
        height: 243px;
    }
}


@media screen and (min-device-width: 1024px) and (max-device-width: 1200px) {
    .menu10-tomato img{
        display:none;
    }
    .menu9-rotate{
        display:none;
    }
    ul.details{
        display:none;
    }
}
    @media screen and (min-device-width: 1280px) and (max-device-width: 1360px) {
    .menu10-tomato img {
        display: none;
    }
}

@media screen and (min-device-width: 300px) and (max-device-width: 375px) {
    .header-top .top-right > ul > li > a {
        font-size: 10px;
    }
    .navbar-light .navbar-brand {
        width: 37%;
    }
    header .item .cover .header-content h2 {
        text-shadow: none;
    }
    .header-top .top-left ul li a {
        margin-right: 1px;
    }
    .header-top .top-right > ul > li {
        margin-right: 8px;
    }
    .header-top .top-left ul li a {
        margin-right: 1px;
    }
    html, body {
        overflow-x: hidden;
    }
    .header-top .top-right > ul > li {
        padding-right: 7px;
    }
    .open-button1115 {
        font-size: 10px;
    }
    .open-button1115 {
        padding: 10px 3px;
    }
    .open-button1115 {
        font-size: 10px;
    }
}

.shadow1 {
    padding: 10px;
    border-radius: 15px;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 35%), 0 6px 20px 0 rgb(0 0 0 / 18%);
}
.menu_item {
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    display: block;
    position: relative;
    padding: 20px 15px 20px 15px;
    color: #444;
    margin-bottom: 15px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.tab-block {
      margin: 0 auto;
    }
    .tab-mnu {
      list-style-type: none;
      padding: 0;
      margin: 0;
      display: flex;
    }
    .tab-mnu li {
      cursor: pointer;
      padding: 10px;
      background-color: #f1f1f1;
      border: 1px solid #ccc;
      color: black;
      flex: 1;
      text-align: center;
    }
    .tab-mnu li.active {
      background-color: #ffedd6;
    }
    .tab-cont .tab-pane {
      display: none;
    }
    .tab-cont .tab-pane.active {
      display: block;
    }
    .sticker-wrapper {
            font-size: 1em;
            position: absolute;
            right: -5px;
            margin-top: -5rem;
        }        
        .ribbon-top-right {
  top: -3px;
  right: -3px;
}
.ribbon-top-right::before,
.ribbon-top-right::after {
  border-top-color: transparent;
  border-right-color: transparent;
}
.ribbon-top-right::before {
  top: 0;
  left: 0;
}
.ribbon-top-right::after {
  bottom: 0;
  right: 0;
}
.ribbon-top-right span {
  left: -22px;
  top: 30px;
  transform: rotate(45deg);
}

.wdp-ribbon {
    display: inline-block;
    padding: 2px 11px;
    position: absolute;
    right: -10px;
    top: 27px;
    line-height: 33px;
    height: 40px;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
    border-radius: 0;
    text-shadow: none;
    font-weight: normal;
    background-color: #dc902e !important;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
}
.desc1 {
    font-size: 14px !important;
    line-height: 23px !important;
}
.wdp-ribbon-two:before, .wdp-ribbon-two:before {
    display: inline-block;
    content: "";
    position: absolute;
    left: -14px;
    top: 0;
    border: 20px solid transparent;
    border-width: 20px 13px;
    border-right-color: #dc902e;
}
.wdp-ribbon-two:before {
    border-color: #dc902e;
    border-left-color: transparent !important;
    left: -22px;
}
    .intro-text h2 {
        color: #9e6030;
    }.art-3 .center p.note_para {
        color: #32CD32;
    }

@media only screen and (max-width: 768px) {
    .tab-mnu li {
        cursor: pointer;
        padding: 5px 2px 5px 2px !important;
        background-color: #f1f1f1;
        border: 1px solid #ccc;
        color: black;
        flex: 1;
        font-size: 11px !important;
        text-align: center;
    }
    .sticker-wrapper {
        font-size: 13px;
        margin-top: -4rem;
    }
    .navbar{
        box-shadow: 0px 1px 3px 1px #282e2a42;
    }
}