@import url('https://fonts.googleapis.com/css2?family=Alkalami&family=Dancing+Script:wght@500&family=Pacifico&display=swap');
:root {
  ---primaryColor: #af2823;
  ---secondaryColor: #eee;
  ----fontRelawy: 'roboto', sans-serif;
  ---fontMonstret: 'Poppins', sans-serif;
}

body {
  font-family: 'Cairo', sans-serif;
  color: #0c0c0c;
  background-color: #ffffff;
  overflow-x: hidden;
}
.firstNav {
  background-color:#fff;
  /* height: 30px; */
  color:black;
}

.firstNav ul {
  list-style-type: none;
  flex-direction: row;
  display: flex;
  justify-content: space-between;
  text-align: center;
  margin: 0%;
  padding:3px;
}

.logo-text {
  text-decoration: none;
  color:black;
  font-size: 17px;
  text-align: center;
  font-weight: 600;
  margin-left: 30px;
}
.logo-text:hover{
  color:black;
}

.logo-text1 {
  text-decoration: none;
  color:black;
  font-size: 17px;
  text-align: center;
  font-weight: 600;
  margin-left: 30px;
}
.logo-text1:hover{
  color:black;
}

@media (max-width: 500px) {
  .logo-text {
    margin-left: 0px;
  }

  .logo-text1 {
    margin: 0px;
    text-align: left;
  }
  
}
.contact-link {
  text-decoration: none;
  color:black;
  font-size: 17px;
  font-weight: 600;
  text-align: center;
}
.contact-link:hover{
  color:black;
}

.social-icon-link {
  color:black;
  padding: 5px 10px 5px 30px;
  align-items: right;
  float: right;
  list-style-type: none;
  display: flex;
  transition: 0.4s ease-in-out;
  text-decoration: none;
}

.socialLinks ul {
  list-style: none;
  display: flex;
  margin-bottom: 0;
}

.social-icon-link:hover {
  /* background-color: var(---secondColor); */
  transition: 0.4s ease-in-out;
  transform: scale(1.3);
  border-radius: 3px;
  color:black;
  text-decoration: none;
}

@media (max-width: 500px) {
  .firstNav ul {
    align-items: left;
    margin: 0px;
    padding: 10px;
    font-weight: 700;
  }

  .firstNav a {
    padding-left: 3px;
    font-size: 12px;
  }

  .firstNav ul {
    justify-content: space-evenly;
  }
}

.layout_padding {
  padding: 90px 0;
}

@media (max-width: 500px) {
  
.layout_padding {
  padding: 0px 0;
}
}
.layout_padding2 {
  padding: 75px 0;
}

.layout_padding2-top {
  padding-top: 75px;
}

.layout_padding2-bottom {
  padding-bottom: 75px;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding-bottom: 90px;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading_container h2 {
  position: relative;
  font-weight: bold;
}
@media (max-width: 767px) {
  .heading_container h2 {
    position: relative;
    font-weight: bold;
    margin-top:10px;
  }
}

.heading_container h2 span {
  color:black;
}
.heading_container h2  {
  /*color:#b02923;*/
  color:black;
}


.bannerCall{
  align-items: left;
  text-align: left;
  font-weight: bold;
  font-weight: 900;
  margin:20px 0px 0px 180px;
}
.bannerCall h2{
  align-items: left;
  text-align: left;
  font-weight: bold;
  font-weight: 900;
}
.bannerCall h2 Span{
  color:black;
  align-items: left;
  text-align: left;
  font-weight: bold;
  font-weight: 900;
}


@media (max-width: 767px) {
  
.bannerCall{
  text-align: center;
  font-weight: bold;
  font-weight: 900;
  margin:20px;
}
.bannerCall h2{
  font-weight: bold;
  font-weight: 900;
  text-align: center;
}
.bannerCallS h2{
  font-weight: bold;
  font-weight: 600;
  font-size: 17PX;
  text-align: center;
}
.bannerCall h2 Span{
  color:black;
  font-weight: bold;
  font-weight: 900;
  text-align: center;
}
.bannerCall h2 Span a{
  color:black;
  font-weight: bold;
  font-weight: 900;
  text-align: center;
  font-size: 30px;
  color: black;
}

.bannerCall h5{
  animation: fadeId 5s linear infinite alternate;
  font-weight: 700;
  font-size: 1.6rem;
  opacity: 1;
  color: #25D366;
}

@keyframes fadeId {
 0%    { opacity: 0;}
  20%   { opacity: 1; }
  80%   { opacity: 0; }
  100%  { opacity: 1; }

}
}

.heading_container.heading_center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

p {
  font-family: 'Open Sans', sans-serif;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/*header section*/
.hero_area {
  position: relative;
  min-height: 85vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 767px) {
  .hero_area {
    position: relative;
    min-height: 190px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  
  }

.hero_bg_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.hero_bg_box img {
  width: 100%;
  height: 100%;
  /* -o-object-fit: cover;
  object-fit: cover; */
}
.hero_bg_box .carousel-inner{
  height: 630px;
}

@media (max-width: 767px) {
  .hero_bg_box .carousel-inner{
    height: 170px;
  }
  .hero_bg_box .carousel-inner img{
    height: 100%;
  }
}

.hero_bg_box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: linear-gradient(125deg, rgba(15, 15, 16, 0.75), rgba(15, 15, 16, 0.75), rgba(15, 15, 16, 0.75)); */
  /* background: linear-gradient(to right, rgb( 0, 0, 0.7), rgb( 0, 0, 0.7)); */
}



.sub_page .hero_area {
  min-height: auto;
}

.header_section .header_top {
  background: #ffffff;
}

.header_section .header_top .header_top_container {
  display: block;
}

.header_section .header_top .contact_nav {
  display: flex;
  float: right;
}

.header_section .header_top .contact_nav a {
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 40px;
}

.full {
  float: left;
  width: 100%;
}

.header_section .header_top .contact_nav a i {
  margin-right: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color:black;
  border-radius: 100%;
}

.header_section .header_top .contact_nav a.call-link {
  margin-right: -15px;
  padding: 15px 25px;
  color: #ffffff;
}

.header_section .header_top .contact_nav a.call-link i {
  color: #ffffff;
}

.header_section .header_top .social_box {
  display: block;
  min-width: 145px;
  float: left;
  padding: 18px 0 0;
}

.header_section .header_top .social_box>a {
  float: left;
  font-size: 18px;
}

.header_section .header_top .social_box a {
  margin-right: 10px;
}

.header_section .header_top .social_box a i {
  margin-right: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color:black;
  border-radius: 100%;
}

.header_section .header_bottom {
  padding: 15px 0;
}

.navbar-brand {
  color: #ffffff;
  font-weight: bold;
  font-size: 35px;  
}

.navbar-brand:hover {
  color: #ffffff;
}

.custom_nav-container {
  padding: 0;
}

.custom_nav-container .navbar-nav {
  margin-left: auto;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
  padding: 5px 25px;
  color:black;
  /*color:black;*/
  text-align: center;
  border-radius: 5px;
  font-weight: 600  ;
  font-size: 25px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.custom_nav-container .navbar-nav .nav-item .nav-link i {
  margin-right: 5px;
}

@media (max-width: 767px) {
  .custom_nav-container .navbar-nav .nav-item .nav-link {
    font-weight: 600  ;
    font-size: 18px;
  }
}
.custom_nav-container .navbar-nav .nav-item:hover .nav-link {
  color:#692e30;
}

.custom_nav-container .nav_search-btn {
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
  color: #ffffff;
}

.custom_nav-container .nav_search-btn:hover {
  color:black;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler {
  padding: 0;
  width: 37px;
  height: 42px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.custom_nav-container .navbar-toggler span {
  display: block;
  width: 35px;
  height: 4px;
  background-color: #050505;
  margin: 7px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  border-radius: 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.custom_nav-container .navbar-toggler span::before,
.custom_nav-container .navbar-toggler span::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #050505;
  top: -10px;
  border-radius: 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.custom_nav-container .navbar-toggler span::after {
  top: 10px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before,
.custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  top: 0;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-1 {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: 0;
  margin-bottom: -4px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-2 {
  display: none;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-3 {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin: 0;
  margin-top: -4px;
}

.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-1,
.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-2,
.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-3 {
  -webkit-transform: none;
  transform: none;
}

/*end header section*/
/* slider section */
.slider_section {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 45px 0 75px 0;
}

.slider_section .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider_section #customCarousel1 {
  width: 100%;
  position: unset;
}

.slider_section .detail-box p {
  color: black;
  margin-left: 20%;
  font-weight: 600;
}

.slider_section .detail-box h1 {
  font-weight: 600;
  margin-bottom: 15px;
  color:#692e30;
  font-size: 2.5rem;
  display: flex;
  justify-content:center;
  align-items: center;
  margin-left: 20%;
}

@media (max-width: 767px) {
  .slider_section{
    padding:0px;
  }

  .slider_section .detail-box p {
    color: black;
    margin-left: 0;
    font-weight: 700;
  }

  .slider_section .detail-box h1 {
    color:#692e30;
    margin-left: 0;
    font-size: 25px;
  }
}


.slider_section .detail-box .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.slider_section .detail-box .btn-box a {
  text-align: center;
  width: 165px;
}

.slider_section .detail-box .btn-box .btn1 {
  display: inline-block;
  padding: 10px 15px;
  background-color:black;
  color: black;
  border-radius: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 1px solid #692e30;
}

.slider_section .detail-box .btn-box .btn1:hover {
  background-color: transparent;
  color:black;
}

.slider_section .carousel_btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.slider_section .carousel_btn-box button {
  top: 50%;
  width: 45px;
  height: 45px;
  color: #ffffff;
  font-size: 24px;
  -webkit-transition: all .2s;
  transition: all .2s;
  border-radius: 5px;
  background-color:black;
  opacity: .6;
}

@media (max-width: 767px) {
  .slider_section .carousel_btn-box button {
    top: 100%;
    justify-content: center;
  }
}

.slider_section .carousel_btn-box a:hover {
  color: #ffffff;
  opacity: 1;
}

.slider_section .carousel_btn-box .carousel-control-prev {
  left: 25px;
}

.slider_section .carousel_btn-box .carousel-control-next {
  right: 25px;
}

.about_section .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.about_section .img-box {
  position: relative;
}

.about_section .img-box img {
  width: 100%;
}

.about_section .detail-box p {
  margin-top: 15px;
}

@media (max-width: 767px) {
  .about_section .detail-box p {
    padding:10px;
  }
}
.about_section .heading_container p {
  color: #7a7a7a;
}

.about_section .detail-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color:black;
  color: #ffffff;
  border-radius: 0px;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 1px solid #692e30;
  margin-top: 15px;
}

.about_section .detail-box a:hover {
  background-color: transparent;
  color:black;
}

.service_section {
  position: relative;
}

.service_section .heading_container p {
  color: #7a7a7a;
}

.service_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 55px;
  border:1px Solid black;
  border-radius: 5px;
  box-shadow: 0px 1px 7px rgb(73, 62, 62);
  /* background: linear-gradient(to right, rgb(15, 15, 16, 0.75), rgb(15, 15, 16, 0.75)); */
  /* background-color: #692e30; */
  padding: 65px 0 45px 0;
}
.service_section .box:hover{
  transform: translateY(-5px);
    transition: transform .25s,-webkit-transform .25s;
}


@media (max-width: 767px) {
  .service_section .box {
    margin-top: 10px;
  }
}

.service_section .box .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 120px;
  min-width: 120px;
  height: 120px;
  padding: 10px;
  margin-bottom: 45px;
  position: relative;
}

.service_section .box .img-box img {
  max-width: 65px;
  max-height: 65px;
  position: relative;
  z-index: 3;
}

.service_section .box .img-box::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-color:black; */
  border:2px solid black;
  border-radius: 5px;
  z-index: 2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.service_section .box .img-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-color:#692e30; */
  border:2px solid #692e30;
  border-radius: 5px;
  z-index: 2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.service_section .box .img-box::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.service_section .box .img-box::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.service_section .box .detail-box {
  padding: 0 20px;
  text-align: center;
  color: black;
}
.service_section .box .detail-box p{
  padding: 0 20px;
  text-align: center;
  color:#000;
}

.service_section .box .detail-box h5 {
  font-weight: bold;
  text-transform: uppercase;
}

.service_section .box .detail-box a {
  color:black;
  font-weight: 600;
  padding: 5px 5px;
  /* border-radius: 10px;
  border:2px solid #eee; */
}

.service_section .box .detail-box a i {
  margin-left: 5px;
}

.service_section .box .detail-box a:hover {
  font-weight: 700;
  color:#692e30;
}

.service_section .box:hover .img-box::before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.service_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 45px;
}

.service_section .btn-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color:black;
  color: #ffffff;
  border-radius: 0px;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 1px solid #692e30;
}

.service_section .btn-box a:hover {
  background-color: transparent;
  color:black;
}

.call_section {
  background: #692e30;
  color: #ffffff;
  padding: 65px 0;
}

.call_section .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.call_section .img-box {
  position: relative;
}

.call_section .img-box img {
  width: 100%;
  border-radius: 100%;
  position: relative;
  border: 10px solid #27518e;
}

.call_section .detail-box h3 {
  color:black;
  font-weight: bold;
  font-size: 3rem;
}

.call_section .detail-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #692e30;
  color: #ffffff;
  border-radius: 0px;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 1px solid #692e30;
  margin-top: 15px;
}

.call_section .detail-box a:hover {
  background-color: transparent;
  color: #692e30;
}

.faq_section {
  position: relative;
}

.faq_section .detail-box p {
  margin-top: 5px;
  margin-bottom: 20px;
  color: #7a7a7a;
}

.faq_section .detail-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color:black;
  color: #ffffff;
  border-radius: 0px;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 1px solid #692e30;
}

.faq_section .detail-box a:hover {
  background-color: transparent;
  color:black;
}

.faq_section #faqAccordion .card {
  margin-bottom: 10px;
  border: none;
  border-radius: 5px;
}

.faq_section #faqAccordion .card-header {
  background-color: #692e30;
  border: none;
}

.faq_section #faqAccordion h5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.faq_section #faqAccordion h5 button {
  border: none;
  background-color: transparent;
  text-align: left;
  font-size: 17px;
  font-weight: 400;
  outline: none;
  position: relative;
  padding-right: 25px;
  color: #ffffff;
  width: 100%;
}

.faq_section #faqAccordion h5 button::before {
  content: "\f107";
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  right: 0;
  color: #ffffff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.faq_section #faqAccordion h5 button[aria-expanded="true"]::before {
  content: "\f106";
}

.faq_section #faqAccordion .card-body {
  background-color: #f8f9f9;
}

.faq_section #faqAccordion .card-body p {
  color: #000000;
}

.news_section .heading_container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.news_section .heading_container p {
  color: #7a7a7a;
}

.news_section .heading_container h2::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.news_section .box {
  margin-top: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000000;
  border: 1px solid #ececec;
}

.news_section .box .img-box {
  position: relative;
  width: 200px;
  min-width: 200px;
  height: 200px;
}

.news_section .box .img-box img {
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  .news_section .box .img-box {
    position: relative;
    width: 200px;
    min-width: 200px;
    height: auto;
    margin-left: 70px;
  }

  .news_section .box {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: inherit;
    color: #000000;
    border: 1px solid #ececec;
  }
}

.news_section .box .detail-box {
  padding: 15px;
}

.news_section .box .detail-box h5 {
  font-weight: 600;
  color:black;
}

.news_section .box .detail-box p {
  font-size: 15px;
}

.news_section .box .detail-box a {
  display: inline-block;
  padding: 7px 30px;
  background-color:black;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 1px solid #692e30;
}

.news_section .box .detail-box a:hover {
  background-color: transparent;
  color:black;
}

.contact_section .heading_container {
  margin-bottom: 45px;
}

.contact_section .heading_container h2 {
  margin-bottom: 0;
}

.contact_section .map_form_container .map_container {
  display: none;
}

.contact_section .map_form_container.map_show form {
  display: none;
}

.contact_section .map_form_container.map_show .map_container {
  display: block;
}

.contact_section .form-group {
  margin-bottom: 25px;
}

.contact_section input {
  width: 100%;
  border: none;
  height: 50px;
  padding-left: 25px;
  border: 1px solid black;
  outline: none;
  color: #000000;
  border-radius: 5px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.contact_section textarea {
  width: 100%;
  border: none;
  height: 150px;
  padding-left: 25px;
  border: 1px solid black;
  outline: none;
  color: #000000;
  border-radius: 0;
  outline: none;
  padding: 15px 25px;
}

.contact_section textarea::-webkit-input-placeholder,
.contact_section textarea::-ms-input-placeholder,
.contact_section textarea::placeholder {
  color: #222222;
}

.contact_section input:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #ebebeb;
  background: #ffffff;
}

.contact_section input::-webkit-input-placeholder {
  color: #222222;
}

.contact_section input:-ms-input-placeholder {
  color: #222222;
}

.contact_section input::-ms-input-placeholder {
  color: #222222;
}

.contact_section input::placeholder {
  color: #222222;
}

.contact_section input.message-box {
  height: 120px;
  border-radius: 0;
}

.contact_section input.message-box:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #ebebeb;
  background: #ffffff;
}

.contact_section .btn-box {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.contact_section .btn-box button {
  margin: 5px;
  width: 185px;
  font-weight: bold;
  text-transform: uppercase;
}

.contact_section .btn-box .submit_btn {
  display: inline-block;
  padding: 10px 0;
  background-color:black;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 1px solid #692e30;
}

.contact_section .btn-box .submit_btn:hover {
  background-color: transparent;
  color:black;
}

.contact_section .btn-box .map_btn {
  display: inline-block;
  padding: 10px 0;
  background-color: #b02923;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 1px solid #692e30;
}

.contact_section .btn-box .map_btn:hover {
  background-color: transparent;
  color: #692e30;
}

.contact_section .map_container .map {
  height: 285px;
}

.contact_section .map_container .map #googleMap {
  height: 100%;
}

/* footer section*/
.footer_section {
  background-color: #692e30;
  padding-top: 75px;
  text-align: center;
  color: #fff;
}

.footer_section .footer-brand {
  font-size: 2rem;
  color: #ffffff;
  display: inline-block;
  margin-bottom: 20px;
  font-weight: bold;
}

.footer_section h4 {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 25px;
}

.footer_items a {
  position: relative;
}

.footer_items .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  margin-top: 25px;
}

.footer_items .item .img-box {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  text-align: center;
  line-height: 65px;
  color: #692e30;
  -webkit-transition: all .3s;
  transition: all .3s;
  position: relative;
}

.footer_items .item .img-box i {
  font-size: 24px;
  position: relative;
  z-index: 3;
}

.footer_items .item .img-box::before,
.footer_items .item .img-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-radius: 5px;
  z-index: 2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.footer_items .item .img-box::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.footer_items .item .img-box::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.footer_items .item p {
  margin-top: 20px;
  color: #fff;
  margin-bottom: 0;
}

.footer_items .item:hover .img-box::before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.social-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 45px 0;
}

.social-box .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.social-box a {
  margin: 0 5px;
  color:black;
  width: 45px;
  height: 45px;
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-box a i {
  font-size: 20px;
}

.social-box a:hover {
  color:black;
}

.footer_form input {
  width: 100%;
  border: none;
  height: 45px;
  margin-bottom: 15px;
  padding: 0 25px;
  background-color: #fefefe;
  outline: none;
  color: #101010;
  text-align: center;
}

.footer_form button {
  display: inline-block;
  padding: 10px 45px;
  background-color:black;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 1px solid #692e30;
}

.footer_form button:hover {
  background-color: transparent;
  color:black;
}

.footer-info {
  text-align: center;
  margin-top: 45px;
}

.footer-info p {
  color: #ffffff;
  margin: 0;
  padding-bottom: 25px;
}

.footer-info p a {
  color: inherit;
}


.modal-footer {
  background: linear-gradient(to right, #692e30d7, #692e30);
}

.footerSection {
  border-bottom: 3px solid var(---secondColor);
  background: #eee;
}


.foot-address p {
  color: #000;
  font-size:20px;
  font-family: var(---parafont);
}

.foot-address h6 {
  padding-top: 20px;
  color: #000;
  font-family: var(---headfont);
  font-size: 30px;
}

.foot-address a {
  text-decoration: none;
}

.foot-address h3 {
  font-size: 20px;
  color: #000;
  font-family: var(---parafont);
  padding-top: 10px;
  padding: 0px;
}

.foot-logo img {
  /* width: 100%; */
  height: 100%;
  padding: 0px;
  margin: 30px 0px 0px 0px;
}

@media (max-width: 767px) {
  .foot-logo img {
    /* width: 100%; */
    height: 100%;
    padding: 0px;
    margin:40px;
  }
}

.foot-logo span{
  font-size:20px;
}
.foot-logo {
  width: 30vh;
  height: auto;
  padding-top: 0px;
  margin: -50px;
}

.socialbtn {
  padding-left: 0%;
  display: flex;
  flex-direction: column-reverse;
}

.foot-social li {
  text-decoration: none;
}

.foot-social {
  display: flex;
  margin-left: -45px;
  list-style-type: none;
}

.foot-social a {
  list-style-type: none;
}

.copyright span,
.copyright a {
  color:white;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  text-decoration: none;
  font-family: var(---font-family);
  font-size: 12px;
}

.copyright {
  padding: 15px 0;
  background-color: black;
  text-align: center;
}

.foot-social a {
  list-style-type: none;
  color:black;
}

.foot-address a {
  text-decoration: none;
}

.social-icon-link:hover{
  color:black;
}

.text p {
  margin: 50px 0px 0px 50px;
}

.icon-box i {
  color: #692e30;
}

.text-box p {
  margin-left: 30px;
}

.text-box p a {
  color: black;
}

.text-box p b {
  color:black;
  font-size: 20px;

}


.news_section .box .img-box .contact-infos li {
  list-style-type: none;
}
.contact-infos li{
  list-style-type: none;
}
.icon_box {
  margin-left: 30px;
  color:black;
}

.icon_box i {
  margin-left: 30px;
  color:black;
  font-size: 30px;
}

@media (max-width: 767px) {
  .contact_section .heading_container h2 {
    margin-top: 50px;
  }

  .icon_box {
    margin-left: 0px;
    color:black;
  }
  
  .text-box p {
    margin-left: 0px;
  }

  .text p {
    margin: 10px;
  }
  .copyright{
    padding: 15px 0 50px 0;
  }
}
.qualities li{
  list-style-type: none;
  font-size: 20px;
}
.qualities i {
  padding: 0 10px 0 0;
  color:black;
  font-size: 15px;
}
@media (max-width: 767px) {
  .qualities i {
    padding: 0 10px 0 0;
    color:black;
    font-size: 13px;
  }
  .qualities li{
    list-style-type: none;
    font-size: 16px;
  }
  }
.about-style1-right-content .inner-content-box {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  float: right;
  border:1px Solid black;
  border-radius: 5px;
  box-shadow: 0px 1px 7px rgb(73, 62, 62);
  /* background: linear-gradient(to right, rgba(15, 15, 16, 0.75), rgb(15, 15, 16, 0.75)); */
  color: black;
  padding: 40px;
  border-radius: 7px;
}

.about-style1-right-content .inner-content-box:hover{
  transform: translateY(-5px);
    transition: transform .25s,-webkit-transform .25s;
}



@media (max-width: 767px){
.about-style1-right-content .inner-content-box {
    max-width: initial;
    padding: 20px;
    padding-right: 20px;
    margin-top: 0;
}
}

.cutomerReview {
  /* margin: 40px 110px 10px 110px; */
  margin-top:40px;
  overflow: hidden;
  padding: 20px 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: linear-gradient(to right, rgb(0, 0, 0, 0.7), rgb(0, 0, 0, 0.7)), url(img/TestimonalBanner.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 70%;
  background-attachment: fixed;
}

.cutomerReview .titleSection h2 {
  text-align: center;
  position: relative;
  font-size: 1.8rem;
  font-family: "Pacifico", sans-serif;
  color: #fff;
  font-weight: 500;
  padding: 10px 0;
}

.cutomerReview .titleSection h2:before {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 5rem;
  left: 50%;
  height: 3px;
  content: "";
  background-color: #fff;
  z-index: 4;
  transform: translateX(-50%);
}

.cutomerReview .cutomerReview .carousel-inner,
.cutomerReview .carousel-item {
  width: 100%;
  height: 250px;
}

.cutomerReview h2 {
  margin-bottom: 50px;
}

.testimonialText p {
  color: #fff;
  text-align: center;
  font-size: 1.1rem;
  font-family: var(---poppinFont);
  text-transform: capitalize;
}

.testimonialName h2 {
  color:#fff;
  padding: 7px 0;
  font-size: 1.6rem;
  font-weight: 500;
  border-radius: 5px;
  margin: 30px 0 7px 0;
  position: relative;
  font-family: sans-serif;
  text-align: center;
}

.testimonialName h5 {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  position: relative;
  font-family: serif;
  text-align: center;
}

.testimonialName h2:before {
  content: "";
  position: absolute;
  width: 4rem;
  height: 2px;
  background: var(---primeColor);
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.cutomerReview .carousel-indicators [data-bs-target] {
  width: 0.6rem;
  height: 0.6rem;
  background-color:black;
  border: 2px solid #692e30;
  margin: 0 5px;
  border-radius: 100%;
}

.cutomerReview .carousel-control img {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
}

.cutomerReview .carousel-control i:hover {
  opacity: 1;
}

.rightIcon {
  transform: rotateY(180deg);
}

.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 16%;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: .5;
  transition: opacity .15s ease;
}

@media(max-width:990px) {
  .cutomerReview {
      overflow: hidden;
      margin: 10px 0px 0px 0px;
      padding: 20px 20px;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      background: linear-gradient(to right, rgb(0, 0, 0, 0.7), rgb(0, 0, 0, 0.7)), url(https://img.freepik.com/premium-photo/home-appliances-gas-cooker-refrigerator-microwave-washing-machine-blender-toaster-coffee-machine-meat-ginder-kettle-3d-illustration_505080-48.jpg?w=2000);
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center 70%;
  }
  .cutomerReview .carousel-inner,
  .cutomerReview .carousel-item {
      width: 100%;
      height: 50vh;
  }
  .cutomerReview h2 {
      color: #fff;
      margin-bottom: 50px;
  }
  .testimonianlBody {
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
      flex-direction: column;
  }
  .testimonialText p {
      color: #fff;
      text-align: center;
      font-size: .90rem;
  }
  .testimonialName h2 {
      color:#fff;
      padding: 7px 0;
      font-size: 1.1rem;
      font-weight: 500;
      border-radius: 5px;
      margin: 30px 0 7px 0;
      position: relative;
      font-family: var(---robotoFornt);
      text-align: center;
  }
  .testimonialName h5 {
      color: #fff;
      font-size: 1rem;
      font-weight: 500;
      position: relative;
      font-family: var(---poppinFont);
      text-align: center;
  }
  .testimonialName h2:before {
      content: "";
      position: absolute;
      width: 4rem;
      height: 2px;
      background: var(---primeColor);
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
  }
  .cutomerReview .carousel-indicators [data-bs-target] {
      width: 0.6rem;
      height: 0.6rem;
      background-color:black;
      border: 2px solid #692e30;
      margin: 0 5px;
      border-radius: 100%;
  }
  .cutomerReview .carousel-control img {
      width: 30px;
      height: 30px;
      display: flex;
      justify-content: center;
      align-items: center;
      opacity: 1;
  }
  .carousel-control-next,
  .carousel-control-prev {
      position: absolute;
      bottom: 0;
      z-index: 1;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 15%;
      padding: 0;
      color: #fff;
      text-align: center;
      background: 0 0;
      border: 0;
      opacity: .5;
      transition: opacity .15s ease;
  }
}

@media(max-width:500px) {
  .cutomerReview .titleSection h2 {
      font-size: 1.4rem;
  }
  .cutomerReview .carousel-inner,
  .cutomerReview .carousel-item {
      width: 100%;
      height: 35vh;
  }
}
.brand-Logo{
  position: relative;
  height: 100%;
  overflow: hidden;
}

/* .brand-Logo {
  background: #eee;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
} */
.brand-Logo .heading_container p {
  color: #7a7a7a;
}
.brand-Logo img{
  width: 200px;
  align-items: center;
}
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}


.floattingButton .float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: var(---primeColor);
  color: #fff;
  border-radius: 50px;
  text-align: center;
  z-index: 1000;
  animation: bot-to-top 2s ease-out;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}


.floattingButton ul {
  position: fixed;
  right: 40px;
  padding-bottom: 20px;
  bottom: 10px;
  z-index: 100;
}

.floattingButton ul li {
  list-style: none;
  margin-bottom: 10px;
}


.floattingButton ul li a {
  color: #fff;
  border-radius: 50px;
  text-align: center;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-decoration: none;
  margin-bottom:20px;
}


.floattingButton ul li a.whatsapp{
  background-color: #25D366;
}
.floattingButton ul li a.telegram{
  background-color: #2481CC;
}

.floattingButton ul:hover {
  visibility: visible!important;
  opacity: 1!important;
}

.floattingButton .my-float {
  font-size: 24px;
}

.floattingButton1 ul {
  position: fixed;
  left: 40px;
  padding-bottom: 20px;
  bottom: 20px;
  z-index: 100;
}

.floattingButton1 ul li {
  list-style: none;
  margin-bottom: 10px;
}

.floattingButton1 ul li a {
  color: #fff;
  border-radius: 50px;
  text-align: center;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-decoration: none;
}

.floattingButton ul li a.whatsapp{
  background-color: #25D366;
}


.floattingButton1 ul li a.phone{
  background-color: #34B7F1;
}

.floattingButton2 .callbtn {
  position: fixed;
  bottom: 0px;
  left: 0px;
  background-color:#3EFF34;
  border-radius: 10px;
  border: 1px solid black;
  text-align: center;
  z-index: 1000;
  animation: bot-to-top 2s ease-out;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-size: 22px;
    font-weight: 600;
    width: 100%;
    padding: 10px 0;
}
.floattingButton2 .callbtn a{
  color:#000;
  padding: 0 10px;
}
.floattingButton2 .callbtn i{
  color:#000;
  font-size: 32px;
  padding: 0 10px;
}

@media (max-width: 500px){
  .floattingButton ul{
    right:10px;
  }
.floattingButton ul li a {
    width: 40px;
    height: 40px;
}
}

#location {
	padding: 60px 0 40px 0;
  overflow: hidden;
}
.location_hed {
    text-align: center;
    padding-bottom: 40px;
}
/* .location_hed h3 {
	font-size: 23px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #333;
	display: inline-block;
    border-left: 6px solid black;
    padding-left: 9px;
    border-right: 6px solid black;
    padding-right: 9px;
} */
.location-list ul li {
	width: 22%;
	display: inline-block;
	margin: 0 10px;
}
.location-list span {
    display: block;
    color:black;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 12px;
    padding: 10px 12px 10px 20px;
    background: #fff;
    border-radius: 6px;
    letter-spacing: 0.50px;
    box-shadow: 0px 1px 15px 0px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0px 1px 15px 0px rgb(0 0 0 / 10%);
    font-weight: 600;
}

.location-list span:hover{
  transform: translateY(-5px);
    transition: transform .25s,-webkit-transform .25s;
  color:#692e30;
  font-weight: 700;
}

@media (max-width: 500px){
  .location-list ul li {
    width: 42%;
    display: inline-block;
    margin: 0 10px;
  }
  .location-list ul{
    padding-left: 0px;
  }
  .custom_nav-container .navbar-toggler{
    display: none;
  }
}


#counter_main {
	padding: 50px 0;
  background: linear-gradient(to right, #beb0b0d7, #beb0b0d7);
	text-align: center;
}
.counter_section h3 { 
  	color: black;
    font-weight: bold;
    font-size: 40px;
    font-family:var(---fontMonstret);
 	padding: 0 0 6px 0;
}

@media (max-width: 500px){
  .counter_section h3 { 
  	
    font-size: 25px;
    
  }
}
.counter_section h3::after {
  	content: " +";
  	display: inline-block;
}
.counter_section h4 { 
  	color: #333;
  	font-weight: 600;
 	font-size: 21px;
}


/* .modal {
  border:2px solid black;
} */

.modal-dialog .modal-body .contact-form fieldset{
 
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    /* border: 1px solid #ced4da; */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  
}
.modal-content{
  padding:0px;
}

.modal-dialog .modal-body .contact-form input{
  width: 100%;
  border:1px solid black;
  
}

.modal-dialog .modal-body .contact-form textarea{
  width:100%;
  border:1px solid black;
  border-radius: 5px;
}
.modal-body{
  padding:5px;
}


#contact-submit{
  border-radius: 10px;
  padding: 5px;
  width: 100px;
  color:#692e30;
  font-weight: 900;
  border:2px solid black;
}

.custlocation{
  border:1px solid black;
  margin-top: 0px; 
  padding:10px;  
}

.custService1{
  border:1px solid black;  
  padding:10px; 
}



