@font-face {
  font-family: "RB";
  src: url("../fonts/RB-Bold.eot");
  src: url("../fonts/RB-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/RB-Bold.woff2") format("woff2"),
    url("../fonts/RB-Bold.woff") format("woff"),
    url("../fonts/RB-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "RB";
  src: url("../fonts/RB-Regular.eot");
  src: url("../fonts/RB-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/RB-Regular.woff2") format("woff2"),
    url("../fonts/RB-Regular.woff") format("woff"),
    url("../fonts/RB-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* Setting Style
======================*/
*,
:focus {
  outline: 0 !important;
  scroll-behavior: smooth;
  direction: rtl;
}

::selection {
  background-color: #fcc31f !important;
  color: #fff !important;
}

.shadow {
  box-shadow: 0 0 10px rgb(0 0 0 / 15%) !important;
}

/* Scroll Bar
======================*/
/* width */
::-webkit-scrollbar {
  background-color: #000000;
  width: 5px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}

/* Track */
::-webkit-scrollbar-track {
  background-color: #000000;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background-color: #fcc31f;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}

body {
  font-family: "RB";
  font-weight: normal;
  overflow-x: hidden;
  width: 100%;
  background-color: #fff;
  position: relative;
  text-align: start;
}

/* Page Setting
=====================*/
section {
  position: relative;
  z-index: 99;
}
.sec_id {
  width: 100%;
  position: absolute;
  top: -100px;
}

.cli-photo{
padding:10px;
border:solid 1px #000;
margin:10px;
    
}
.cli-photo img{ height:85px; width:150px;}
@media (min-width: 1400px) {
  .container {
    max-width: 1140px;
  }
}
.text-start {
  text-align: right !important;
}
.section_title {
  color: #000000;
  padding: 25px 0;
  position: relative;
}
.section_title.bord {
  border-top: 1px solid #d8dee1;
}
.section_title h3 {
  font-size: 32px;
  font-weight: bold;
  margin: 0 0 15px;
  color: #b80f0d;
}
.section_title p {
  font-size: 16px;
  margin: 0 auto;
  max-width: 570px;
}
@media all and (max-width: 576px) {
  .section_title {
    padding: 25px 0;
  }
  .section_title h3 {
    font-size: 26px !important;
  }
  .section_title p {
    font-size: 14px;
  }
}

/* Lists  
======================*/
ul {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
ul li {
  display: inline-block;
}

/* Links 
======================*/
a,
a:hover,
a:focus {
  cursor: pointer;
  text-decoration: none;
}

/*Images
======================*/
img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

/* Custom button
======================*/
.link {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  padding: 0 30px;
  background-color: #b80f0d;
  color: #fff;
  border: 0;
  box-shadow: none;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  -webkit-transition: 0.4s all linear;
  -moz-transition: 0.4s all linear;
  -ms-transition: 0.4s all linear;
  -o-transition: 0.4s all linear;
  transition: 0.4s all linear;
}

.link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  background-color: #000;
  -webkit-transition: 0.4s all linear;
  -moz-transition: 0.4s all linear;
  -ms-transition: 0.4s all linear;
  -o-transition: 0.4s all linear;
  transition: 0.4s all linear;
}
.link span {
  position: relative;
  z-index: 999;
}
.link span i {
  margin-inline-start: 10px;
}
.link:hover {
  color: #fff;
}
.link:hover::before {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

/*  Header 
======================*/
header {
  position: fixed;
  top: 20px;
  right: 0px;
  width: 100%;
  background-color: transparent;
  z-index: 9998;
  padding: 10px 0;
  min-height: 102px;
  -webkit-transition: 0.3s linear all;
  -moz-transition: 0.3s linear all;
  -ms-transition: 0.3s linear all;
  -o-transition: 0.3s linear all;
  transition: 0.3s linear all;
}
header.move {
  top: 0;
  background-color: #fff;
}
header .container {
  position: relative;
  min-height: 85px;
}
header .container .flex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
header .navbar-brand {
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 999;
}
header .navbar-brand img {
  height: 100%;
  width:110px ;

}
header .btns {
  z-index: 9999;
}
header .btns .link {
  margin: 0;
  min-width: 145px;
  line-height: 45px;
}
@media all and (max-width: 576px){
  header .btns .link{
    line-height: 40px;
    padding: 0 15px;
    font-size: 14px;
    min-width: auto;
  }
}
header .btns .menu-btn {
  vertical-align: middle;
  border: 0;
  padding: 0;
  background-color: #000;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: none;
}
header .btns .menu-btn span {
  display: block;
  background-color: #fff;
  height: 1px;
  width: 55%;
  margin: 5px auto;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}
@media (max-width: 991px) {
  header .btns .menu-btn {
    display: inline-block;
  }
}
.navbar {
  padding: 0px;
  margin: 0px;
  margin-top: -102px;
}
.navbar .container {
  min-height: auto;
}
.navbar .navbar-nav {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 31px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.navbar .navbar-nav li {
  display: inline-block;
}
.navbar .navbar-nav li a {
  position: relative;
  display: block;
  padding: 0;
  margin: 0 25px;
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  text-align: center;
  line-height: 40px;
  overflow: hidden;
}
.navbar .navbar-nav li.active a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 20px;
  height: 3px;
  background-color: #b80f0d;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  -webkit-transition: 0.3s linear all;
  -moz-transition: 0.3s linear all;
  -ms-transition: 0.3s linear all;
  -o-transition: 0.3s linear all;
  transition: 0.3s linear all;
}
.navbar .navbar-nav li a.active,
.navbar .navbar-nav li a:hover {
  color: #000000;
}
@media (max-width: 1199px) {
  .navbar ul.navbar-nav li a {
    margin: 0 20px;
  }
}
@media (max-width: 991px) {
  .navbar {
    margin-top: 0;
    background-color: #000000;
    height: 100%;
    max-height: 440px;
    overflow: hidden;
    overflow-y: auto;
  }
  .navbar ul.navbar-nav {
    border-top: 1px solid #fff1;
    display: block;
    text-align: start;
    padding: 10px 0;
  }
  .navbar ul.navbar-nav li {
    display: block;
  }
  .navbar ul.navbar-nav li a {
    text-align: start;
    margin: 0;
    color: #fff !important;
  }
  .navbar ul.navbar-nav li a:hover {
    color: #39bbec;
  }
}
/* Home
======================*/
.main_slider {
  padding: 170px 0 70px;
  position: relative;
}
.main_slider::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: url(../images/intro_shap.png) no-repeat right top;
  background-size: contain;
}
.caption h3 {
  font-size: 32px;
  font-weight: bold;
  max-width: 465px;
  margin: 0;
  line-height: 45px;
  color:#b80f0d;
}
.caption p {
  margin: 30px 0 80px;
  font-size: 20px;
  max-width: 570px;
}
.caption .link {
  min-width: 180px;
  margin: 0;
}
.fadeInDown {
  animation-name: fadeInDown;
  animation-duration: 1.5s;
  animation-fill-mode: both;
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}
.carousel-indicators {
  margin: auto;
  bottom: -30px;
}
.carousel-indicators .active {
  background-color: #b80f0d !important;
  border-radius: 25px !important;
  width: 35px !important;
}
.carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 0;
  background-color: #000;
  opacity:10 ;
}
@media all and (max-width: 991px) {
  .main_slider {
    height: auto;
    padding: 120px 0 90px;
  }
  .caption,
  .caption h3,
  .caption p {
    text-align: center;
    max-width: 100%;
  }
  .caption h3 {
    font-size: 32px;
    line-height: 35px;
  }
  .caption p {
    font-size: 20px;
    margin: 10px 0 15px;
  }
}
@media all and (max-width: 576px) {
  .carousel-item img {
    margin: 25px auto;
    max-width: 320px;
  }
  .carousel-item .row {
    flex-direction: column-reverse;
  }
  .caption h3 {
    font-size: 18px;
    line-height: 25px;
  }
  .caption p {
    font-size: 14px;
    margin: 15px auto 25px;
  }
  .caption .link {
    margin-bottom: 15px;
  }
  
    header .navbar-brand img {
    height: 100%;
    width: 90px;
   
  }
  
  header .container {
min-height:60px; ;

  }
  header  {
    min-height:60px; ;
    
      }
  
}

/* Servies
=====================*/
.services {
  padding-bottom: 85px;
}
@media all and (max-width: 576px){
  .services{
    padding-bottom: 25px;
  }
}
.services::before {
  content: "";
  position: absolute;
  top: -10px;
  right: 0;
  width: 230px;
  height: 267px;
  background: url(../images/services/services_icon.png) no-repeat;
  background-size: contain;
}
@media all and (max-width: 576px) {
  .services::before {
    top: 50px;
  }
}
.service_item {
  padding: 40px 25px 35px;
  border-radius: 15px;
  margin: 25px auto;
  width: 100%;
  text-align: right;
  position: relative;
  background-color: #fff;
}

.service_item h3 {
  margin: 0;
  font-size: 22px;
  font-weight: bold;
}
.service_item img {
  margin: 15px 0 20px;
}
.service_item p {
  margin: 0;
  font-size: 14px;
  max-width: 225px;
  padding-top: 16px;
  position: relative;
  height: 101PX;
  overflow-y: auto;
}
.service_item p::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 2px;
  background-color: #ca110f;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
.service_item.blue p::before {
  background-color: #ca110f;
}
.service_item.orange p::before {
  background-color: #ca110f;
}
.service_item.green p::before {
  background-color: #ca110f;
}
@media all and (max-width: 1199px) {
  .service_item {
    padding: 20px;
  }
}
@media all and (max-width: 991px) {
  .service_item p {
    max-width: 100%;
  }
}
@media all and (max-width: 767px) {
  .service_item {
    padding: 15px;
    margin-bottom: 0;
  }
}
@media all and (max-width: 576px) {
  .service_item p{
  height: auto;
  overflow-y: hidden;
  }
}
.other_service {
  margin: 50px auto 0;
}
.other_service > h3 {
  font-size: 32px;
  font-weight: bold;
  margin: 0 0 25px;
  padding-bottom: 15px;
  position: relative;
  color: #b80f0d;
}
.other_service > h3::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 35px;
  height: 5px;
  background-color: #b80f0d;
}
.other_service p {
  font-size: 15px;
  line-height: 25px;
  margin: 0 0 25px;
}
.other_service .sub_services li {
  border-radius: 25px;
  padding: 0 25px;
  line-height: 45px;
  border: 1px solid #000;
  margin-inline-end: 10px;
  margin-top: 15px;
  font-size: 15px;
  font-weight: bold;
  min-width: 17%;
  text-align: center;
}

.other_service .hint {
  margin: 40px auto 0;
  display: flex;
  align-items: center;
}
.other_service .hint h3 {
  font-size: 16px;
  margin: 0;
  padding: 0;
  font-weight: bold;
}
.other_service .hint strong {
  font-weight: bold;
  font-size: 22px;
}
.other_service .hint .link {
  margin: 0;
  margin-inline-start: 15px;
  color: #fff;
  font-weight: bold;
  min-width: 140px;
}
.other_service .hint .link:hover {
  color: #fff;
}
@media all and (max-width: 1199px) {
  .other_service .sub_services li {
    padding: 0 15px;
    min-width: auto;
  }
  .other_service .hint h3 {
    font-size: 14px;
  }
}
@media all and (max-width: 576px) {
  .other_service > h3 {
    font-size: 26px;
  }
  .other_service .sub_services li {
    font-size: 12px;
    line-height: 40px;
    margin-top: 10px;
    padding: 0 20px;
  }
  .other_service .hint {
    flex-direction: column;
    align-items: flex-start;
  }
  .other_service .hint .link {
    margin: 15px 0 0;
  }
}
.social_img {
  position: relative;
}
.social_img img {
  position: relative;
  margin: 25px auto 0;
  width: 100%;
}
.social_img::before {
  content: "";
  position: absolute;
  top: -30px;
  left: -50px;
  width: 124px;
  height: 184px;
  background: url(../images/dots.png) no-repeat;
}
@media all and (max-width: 576px){
  .social_img::before {
    left: 0;
  }
}

/* Clients
======================*/
.clients {
  padding: 70px 0;
}
.clients::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: url(../images/clients/client_bc.png) no-repeat center;
  background-size: cover;
}
.clients .section_title {
  padding-bottom: 80px;
  position: relative;
  padding-top: 0;
}

.client_item{
background-color: #fff;
  border: solid 1px #000;
  height: 110px;
  width: auto;
}
.client_item img{
 min-width: auto;
  /* 
   width: 140px;
  height: 120px; */
  height: 85px;
  padding:20px 10px 0px 10px ;
}

.clients .link{
  margin: 40px  auto;
  width: 230px;

}

/* About 
======================*/
.about hr {
  border-top: 1px solid #d8dee1;
  opacity: 1;
  margin: 0 0 70px;
}
.about .section_title h3 {
  position: relative;
  padding-bottom: 15px;
  margin: 0;
}
.about .section_title h3::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 35px;
  height: 5px;
  background-color: #b80f0d;
}
.about {
  padding: 0 0 140px;
}
@media all and (max-width: 567px){
  .about{
     padding-bottom: 70px;
  }
}
.about p {
  font-size: 16px;
  margin: 0;
  max-width: 600px;
  line-height: 30px;
}

.about .contact_info {
  margin: 85px 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 600px;
  padding:15px ;
  border: solid 1px #000;
}
.about .contact_info .title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.about .contact_info .title i {
  min-width: 50px;
  height: 50px;
  text-align: center;
  background-color: #000;
  color: #fff;
  border-radius: 50%;
  font-size: 20px;
  line-height: 50px;
  margin-inline-end: 25px;
}
.about .contact_info .title .cont {
  font-weight: bold;
  font-size: 16px;
}
.about .contact_info .title .cont span {
  display: block;
  font-weight: normal;
}
.about .contact_info ul li {
  display: inline-block;
}
.about .contact_info ul li a{
  display: block;
}
.about .contact_info ul li a i {
  width: 50px;
  height: 50px;
  text-align: center;
  border: 1px solid #ca110f;
  color: #ca110f;
  border-radius: 50%;
  font-size: 20px;
  line-height: 50px;
}
.about .contact_info ul li:last-child a i {
  color: #ca110f;
  border-color: #ca110f;
  margin-inline-start: 10px;
}
.about .contact_info ul li a span{
  margin-inline-start: 10px;
  color: #000;
  display: none;
  vertical-align: middle;
  font-weight: bold;
  font-size: 16px;
}
@media all and (max-width: 576px){
  .about .contact_info{border:none;padding:0px ;}
  .about .contact_info ul li{
    min-width: 49%;
  }
  .about .contact_info ul li a span{
    display: inline-block;
  }
}
.side_txt {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 25px;
}
.side_txt img {
  margin-inline-end: 25px;
}
.side_txt .cont h3 {
  font-weight: bold;
  font-size: 18px;
  margin: 0 0 25px;
}
@media all and (max-width: 1199px) {
  .side_txt .cont h3 {
    font-size: 16px;
  }
  .about p {
    font-size: 14px;
    line-height: 20px;
  }
}
@media all and (max-width: 991px) {
  .about p,
  .about .contact_info {
    max-width: 100%;
  }
}
@media all and (max-width: 576px) {
  .about .section_title h3 {
    margin: 0;
  }
  .about p {
    font-size: 14px;
    line-height: 25px;
  }
  .about .contact_info {
    margin: 15px auto;
    flex-direction: column;
    align-items: flex-start;
  }
  .about .contact_info ul {
    text-align: start;
    margin-top: 15px;
    padding-bottom: 20px;
    border-bottom: 5px solid #f1f6f8;
    width: 100%;
  }
  .side_txt {
    flex-direction: column;
    text-align: center;
  }
  .side_txt img {
    margin: 0 auto;
    margin-inline-end: auto;
    margin-bottom: 15px;
  }
}
@media all and (max-width: 767px) {
  .about {
    padding-bottom: 30px;
  }
  .about hr {
    margin-bottom: 30px;
  }
}

/* Why
=====================*/
.why {
  background-color: #b80f0d;
  position: relative;
  padding: 35px 0;

}
.why::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/about/why_bc.png) no-repeat center;
  background-size: cover;
}




.why_txt {
  padding: 0;
  color: #fff !important;
}

.why_txt h3 {
  color: #fff !important;

}

.why_txt p {
  max-width: 570px;
  margin: 25px auto;
  color: #fff !important;
}
.why_txt .link {
  margin: 0;
  background-color: #000;
  width: 180px;
}
@media all and (max-width: 576px) {
  .why_txt h3 {
    font-size: 18px;
  
  }
  .why_txt p {
    margin: 15px 0;
  }
}

/* Package
=====================*/
.packages {
  padding: 90px 0 80px;
}
.package {
  padding: 30px;
  border-radius: 15px;
  margin: 25px auto 15px;
  width: 98%;
}
.package h3 {
  font-size: 24px;
  font-weight: bold;
  position: relative;
  margin: 0;
  padding-bottom: 15px;
  color:  #b80f0d !important;
}
.package h3 span {
  display: block;
  color: #000;
  font-size: 16px;
  font-weight: normal;
  margin: 0 0 5px;
}
.package h3::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 2px;
  background-color: #b80f0d;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
.package ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 25px auto 30px;
}
.package ul li {
  min-width: 50%;
  font-size: 16px;
}
.package ul li span {
  display: block;
  font-weight: bold;
  margin-top: 5px;
}
.package ul li:last-child span{color: #b80f0d;}
.package .link {
  margin: 0 auto;
  display: block;
  width: 180px;
}
.package.orange h3 span {
  color: #000;
}
.package.orange h3::before {
  background-color: #b80f0d;;
}
.package.orange .link {
  background-color: #000;
}


@media all and (max-width: 1199px) {
  .package {
    padding: 25px 10px;
  }
}
@media all and (max-width: 991px) {
  .package {
    margin-top: 5px;
    padding: 25px;
  }
  .pricing_img {
    display: none;
  }
  .owl-dots {
    padding: 0;
    text-align: center;
  }
}
@media all and (max-width: 767px) {
  .packages {
    padding: 30px 0 50px;
  }
}
/* Faqs
=====================*/

.help {
  padding: 0px 0 100px;
}
@media all and (max-width: 767px) {
  .help {
    padding: 0px 0 50px;
  }
}
.help .section_title.bord {
  padding: 50px 0;
}
.accordion-item {
  border-radius: 25px !important;
  margin-bottom: 25px;
}
.accordion-button {
  border-radius: 25px !important;
  border: 0 !important;
  box-shadow: none !important;
  outline: none !important;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  background-color: transparent;
  box-shadow: none;
  border-radius: 25px !important;
  padding: 15px 25px 15px 60px;
  line-height: 20px;
  text-align: right;
}
@media all and (max-width: 576px) {
  .accordion-button {
    font-size: 12px;
    color:#fff;
  }
}
.accordion-collapse {
  padding: 0 25px 25px;
  font-size: 14px;
}
.accordion-button::after {
  position: absolute;
  left: 15px;
  background-color: #000;
  border-radius: 25px;
  width: 40px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  padding: 0;
  font-family: "Font Awesome 5 Free";
  background-image: none !important;
  font-size: 12px;
  content: "\f068";
  font-weight: 900;
  color:#fff;
}
.accordion-button:not(.collapsed) {
  background-color: transparent;
  color: #000000;
}
.accordion-button:not(.collapsed)::after {
  content: "\f067";
  color:#fff;
}


/* Maps
======================*/

.maps {
width: 100%;
border:none;
background-color: #f1f6f8;
height: 500px;
}
.maps iframe{border: none;  width:100% !important ; height: 500px !important;}

.videos {

margin: 50px auto 0;
  height:400px;
  border: none;
  }
  .videos iframe{border: none; width:100% !important ; height: 400px !important;}

/* Footer
======================*/
.top_copyright {
  /* background-color: #f1f6f8; */
  background-color: #b80f0d;
  padding: 15px 0;
  color: #fff;
}
.top_copyright h3 {
  font-size: 16px;
  font-weight: bold;
  margin: 15px 0 0;
}
.top_copyright span {
  display: block;
  font-weight: normal;
  margin-bottom: 10px;
}
.top_copyright .contacts {
  text-align: end;
}
.top_copyright .contacts a {
  background-color: #000;
  color: #fff;
  padding: 0 25px;
  border-radius: 25px;
  line-height: 45px;
  display: block;
  font-weight: normal;
  margin: 15px auto;
  font-size: 14px;
  margin-inline-start: 10px;
  direction: ltr;
}

.top_copyright .contacts i {
  margin-inline-start: 10px;
}
@media all and (max-width: 991px) {
  .top_copyright .contacts a {
    margin: 0;
  }
}
@media all and (max-width: 768px) {
  .top_copyright .row,
  .top_copyright .contacts {
    text-align: center;
  }
  .top_copyright h3 {
    margin: 0 auto 15px;
  }
}
@media all and (max-width: 576px) {
  .top_copyright .contacts a {
    margin-bottom: 10px;
  }
}
footer {
  padding: 75px 0 50px;
  background-color: #000;
  overflow: hidden;
  position: relative;
}
@media all and (max-width: 767px) {
  footer {
    padding: 35px 0;
  }
}
footer::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 575px;
  height: 590px;
  background: url(../images/footer_shap.png) no-repeat;
  background-size: contain;
}
@media all and (max-width: 576px){
  footer::before {
    width: 290px;
    height: 445px;
  }
}
footer .container {
  position: relative;
}
footer .fir {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #202020;
  padding-bottom: 25px;
}
footer ul {
  border-inline-end: 1px solid #202020;
  padding: 0 25px 15px;
  width: 20%;
}
footer ul:first-child {
  padding-inline-start: 0;
  width: 25%;
}
footer ul:last-child {
  border-inline-end: 0;
  padding-inline-end: 0;
}
footer ul h3 {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 15px;
  margin: 0 0 15px;
  position: relative;
  color: #fff;
}
footer ul h3::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 2px;
  background-color: #b80f0d;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
footer ul li {
  display: block;
}
footer ul li a {
  display: inline-block;
  font-size: 15px;
  color: #fff;
  margin: 5px auto 0;
  line-height: 25px;
}
footer ul li a:hover {
  color: #fff;
  text-decoration: underline;
}
footer p {
  margin: 25px auto;
  color: #fff;
}
footer p span {
  display: block;
  font-size: 16px;
  line-height: 25px;
}
.social {
  text-align: center;
  width: 100%;
  padding: 0;
}
.social li {
  display: inline-block;
}
.social li a {
  background-color: #b80f0d;
  border-radius: 50%;
  color: #fff;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  margin: 0 3px;
  display: block ruby;
}

.social li a img{width: 20px; height: 20px; display: block; margin:0px;
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(113deg) brightness(106%) contrast(101%);
}
.social li a:hover {
  color: #fff;
  background-color:#202020 ;
}
@media all and (max-width: 991px) {
  footer .fir {
    flex-wrap: wrap;
  }

  footer ul {
    min-width: 33.33%;
    margin-top: 25px;
  }
  footer ul:first-child {
    width: 66.66%;
    margin-top: 0;
  }
  footer ul:nth-child(2) {
    border-inline-end: 0;
    padding-inline-end: 0;
    margin-top: 0;
  }

  footer ul:nth-child(3) {
    padding-inline-start: 0;
  }
}
@media all and (max-width: 576px) {
  footer ul {
    min-width: 50%;
    margin-top: 25px !important;
    padding: 0;
    border: 0;
  }
  footer ul:first-child {
    width: 100%;
    margin: 0 !important;
  }
}
.up_btn {
  width: 50px;
  height: 50px;
  background-color:#b80f0d !important;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  position: fixed;
  bottom: 15px;
  right: 15px;
  color: #fff !important;
  z-index: 9999;
  display: none;
}
/* Modal
==================*/
.modal {
  z-index: 9999;
}
.modal button {
  position: absolute;
  top: 15px;
  left: 15px;
  color: #000;
  padding: 0;
  background-color: transparent;
  font-size: 16px;
  width: 25px;
  height: 25px;
  border: 1px solid #000;
  border-radius: 50%;
}
.modal-dialog {
  max-width: 98%;
}
.modal-content {
  border-radius: 10px;
  padding: 45px;
  width: 98%;
  margin: 100px auto 0;
  border: 0;
  height: 100%;
  overflow-y: auto;
  max-height: 540px;
  max-width: 960px;
}
.modal-content h3 {
  margin: 0 0 25px;
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 15px;
  position: relative;
  color: #b80f0d;
}
.modal-content h3::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 4px;
  background-color: #b80f0d;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}

.modal-content li {
  font-size: 16px;
  line-height: 30px;
  padding-inline-start: 25px;
  position: relative;
  margin-bottom: 10px;
}
.modal-backdrop.show {
  opacity: 80%;
  z-index: 9998;
}
.modal-content li::before {
  position: absolute;
  right: 0;
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 14px;
}
