/* ================================================= */

/* All by Jlibs */

/* ================================================= */

/* Improting Libs */

/* ===================== */

@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap");
@import url("/assets/css/lib/bootstrap.min.css");
@import url("/assets/css/responsive.css");
@import url("/assets/css/lib/owl.carousel.min.css");
@import url("/assets/css/lib/owl.theme.default.min.css");
@import url("/assets/css/lib/animate.min.css");
body {
  background-color: #f6f7f9;
  font-weight: normal;
  font-style: normal;
  font-family: "Roboto", sans-serif;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border;
}

#preloader {
  object-fit: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #ed1b24;
  z-index: 9999;
  position: fixed;
  transition: opacity 0.5s ease;
}

.remove-preloader {
  opacity: 0;
  pointer-events: none;
}

.lds-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-ripple div {
  position: absolute;
  border: 4px solid #fff;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}

@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}

button:focus {
  outline: none;
}

a:hover,
a:focus {
  text-decoration: none;
}

/*===========================
        09.NAVBAR css 
===========================*/

.navbar-area {
  top: 0;
  left: 0;
  background: rgb(255, 255, 255);
}

.navbar-area .navbar {
  padding: 0;
}

.navbar-area .navbar-brand {
  height: 80px;
  display: flex;
  align-items: center;
}

.navbar-area .navbar .navbar-toggler .toggler-icon {
  width: 30px;
  height: 2px;
  background-color: rgb(238, 85, 85);
  margin: 5px 0;
  display: block;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.navbar-area .navbar .navbar-toggler.active .toggler-icon:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 7px;
}

.navbar-area .navbar .navbar-toggler.active .toggler-icon:nth-of-type(2) {
  opacity: 0;
}

.navbar-area .navbar .navbar-toggler.active .toggler-icon:nth-of-type(3) {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  top: -7px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-area .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #f4f6f7;
    z-index: 8;
    padding: 10px 0;
    -webkit-box-shadow: 0px 23px 32px -12px rgba(0, 0, 0, 0.31);
    -moz-box-shadow: 0px 23px 32px -12px rgba(0, 0, 0, 0.31);
    box-shadow: 0px 23px 32px -12px rgba(0, 0, 0, 0.31);
    border-radius: 0px 0px 3px 3px;
    -webkit-border-radius: 0px 0px 3px 3px;
    -moz-border-radius: 0px 0px 3px 3px;
    -ms-border-radius: 0px 0px 3px 3px;
    -o-border-radius: 0px 0px 3px 3px;
  }
  .navbar-area .navbar .navbar-collapse .nav-item:hover,
  .navbar-area .navbar .navbar-collapse .active {
    background-color: rgb(250, 120, 73);
    padding-left: 3px;
  }
}

@media (max-width: 767px) {
  .navbar-area .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #f4f6f7;
    z-index: 8;
    padding: 10px 0;
    -webkit-box-shadow: 0px 23px 32px -12px rgba(0, 0, 0, 0.31);
    -moz-box-shadow: 0px 23px 32px -12px rgba(0, 0, 0, 0.31);
    box-shadow: 0px 23px 32px -12px rgba(0, 0, 0, 0.31);
    border-radius: 0px 0px 3px 3px;
    -webkit-border-radius: 0px 0px 3px 3px;
    -moz-border-radius: 0px 0px 3px 3px;
    -ms-border-radius: 0px 0px 3px 3px;
    -o-border-radius: 0px 0px 3px 3px;
  }
  .navbar-area .navbar .navbar-collapse .nav-item:hover,
  .navbar-area .navbar .navbar-collapse .active {
    background-color: rgb(250, 120, 73);
    padding-left: 3px;
  }
}

.navbar-area .navbar .navbar-nav .nav-item {
  margin: 0 16px;
  position: relative;
}

.navbar-area .navbar .navbar-nav .nav-item a {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  padding: 26px 0;
  color: rgb(82, 80, 80);
  text-transform: uppercase;
  position: relative;
  opacity: 0.8;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-area .navbar .navbar-nav .nav-item a {
    padding: 10px 0;
    display: block;
    color: #121212;
  }
}

@media (max-width: 767px) {
  .navbar-area .navbar .navbar-nav .nav-item a {
    padding: 10px 0;
    display: block;
    color: #121212;
  }
}

.navbar-area .navbar .navbar-nav .nav-item a::before {
  position: absolute;
  content: "";
  width: 32px;
  height: 4px;
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0.1) 0%,
    rgb(82, 80, 80) 100%
  );
  background: -o-linear-gradient(
    left,
    rgba(255, 255, 255, 0.1) 0%,
    rgb(82, 80, 80) 100%
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.1) 0%,
    rgb(82, 80, 80) 100%
  );
  left: 50%;
  margin: 0 2px;
  bottom: 14px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  -webkit-transform: translate(-50%) scaleX(0);
  -moz-transform: translate(-50%) scaleX(0);
  -ms-transform: translate(-50%) scaleX(0);
  -o-transform: translate(-50%) scaleX(0);
  transform: translate(-50%) scaleX(0);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-area .navbar .navbar-nav .nav-item a::before {
    display: none;
  }
}

@media (max-width: 767px) {
  .navbar-area .navbar .navbar-nav .nav-item a::before {
    display: none;
  }
}

.navbar-area .navbar .navbar-nav .nav-item.active > a,
.navbar-area .navbar .navbar-nav .nav-item:hover > a {
  opacity: 1;
  color: #ed1b24;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-area .navbar .navbar-nav .nav-item.active > a,
  .navbar-area .navbar .navbar-nav .nav-item:hover > a {
    color: #121212;
  }
}

@media (max-width: 767px) {
  .navbar-area .navbar .navbar-nav .nav-item.active > a,
  .navbar-area .navbar .navbar-nav .nav-item:hover > a {
    color: #121212;
  }
}

.navbar-area .navbar .navbar-nav .nav-item.active > a::before,
.navbar-area .navbar .navbar-nav .nav-item:hover > a::before {
  -webkit-transform: translate(-50%) scaleX(1);
  -moz-transform: translate(-50%) scaleX(1);
  -ms-transform: translate(-50%) scaleX(1);
  -o-transform: translate(-50%) scaleX(1);
  transform: translate(-50%) scaleX(1);
}

.navbar-area .social-media button {
  padding: 5px 10px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border: none;
}

.navbar-area .social-media button a {
  color: black;
}

.navbar-area .social-media button:hover {
  background-color: #ed1b24;
  transition: ease-out 1s;
  color: #fff;
  -webkit-transition: ease-out 0.4s;
  -moz-transition: ease-out 0.4s;
  -ms-transition: ease-out 0.4s;
  -o-transition: ease-out 0.4s;
}

.navbar-area .social-media button:hover a {
  color: rgb(209, 209, 209);
}

.navbar-area .fab {
  font-size: 20px;
}

.fixed-nav {
  position: fixed;
  visibility: hidden;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 0;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  z-index: 999;
  opacity: 1;
  visibility: visible;
  -ms-animation-name: slideInDown;
  -moz-animation-name: slideInDown;
  -op-animation-name: slideInDown;
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
  -ms-animation-duration: 600ms;
  -moz-animation-duration: 600ms;
  -op-animation-duration: 600ms;
  -webkit-animation-duration: 600ms;
  animation-duration: 600ms;
  -ms-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -op-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -ms-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -op-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  padding: 2px 0px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
  background-color: rgb(223, 219, 219);
}

/* ================================ 
          Slider 
================================ */

.my-carousel {
  background-color: #0067f4;
  height: 90vh;
}

.my-carousel .item {
  position: relative;
  height: 90vh;
  display: flex;
  align-items: center;
}

.item::before {
  position: absolute;
  content: "";
  height: 100%;
  bottom: 0;
  background: -webkit-linear-gradient(
    rgba(0, 103, 244, 0.3) 0%,
    rgba(43, 219, 220, 0.3) 100%
  );
  background: -o-linear-gradient(
    rgba(0, 103, 244, 0.3) 0%,
    rgba(43, 219, 220, 0.3) 100%
  );
  background: linear-gradient(
    rgba(0, 103, 244, 0.3) 0%,
    rgba(43, 219, 220, 0.3) 100%
  );
  top: 0;
  -webkit-transform: skewX(20deg);
  -moz-transform: skewX(20deg);
  -ms-transform: skewX(20deg);
  -o-transform: skewX(20deg);
  transform: skewX(20deg);
}

.my-carousel .item .caption {
  color: #f6f7f9;
  cursor: text;
}

.my-carousel .owl-controls .owl-dots {
  position: absolute;
  top: 0;
  margin-bottom: 20px;
  width: 100%;
}

.my-carousel .owl-nav button.owl-prev {
  border-radius: 50px;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 40%;
  left: 25px;
  display: block !important;
  border: 4px solid rgba(240, 248, 255, 0.425);
  transition: ease-in 0.2s;
  -webkit-transition: ease-in 0.2s;
  -moz-transition: ease-in 0.2s;
  -ms-transition: ease-in 0.2s;
  -o-transition: ease-in 0.2s;
}

.my-carousel .owl-nav button.owl-prev:hover {
  transform: scale(1.2, 1.2);
  background-color: #ed1b24;
  border: 2px solid #ed1b24;
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  transition: ease-in-out 0.2s;
  -webkit-transition: ease-in-out 0.2s;
  -moz-transition: ease-in-out 0.2s;
  -ms-transition: ease-in-out 0.2s;
  -o-transition: ease-in-out 0.2s;
}

.my-carousel .owl-nav button.owl-next:hover {
  transform: scale(1.2, 1.2);
  background-color: #ed1b24;
  border: 2px solid #ed1b24;
  transition: ease-in-out 0.2s;
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  -webkit-transition: ease-in-out 0.2s;
  -moz-transition: ease-in-out 0.2s;
  -ms-transition: ease-in-out 0.2s;
  -o-transition: ease-in-out 0.2s;
}

.my-carousel .owl-nav button.owl-next {
  border: 4px solid rgba(240, 248, 255, 0.425);
  border-radius: 50px;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 40%;
  right: 25px;
  display: block !important;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  transition: ease-in 0.2s;
  -webkit-transition: ease-in 0.2s;
  -moz-transition: ease-in 0.2s;
  -ms-transition: ease-in 0.2s;
  -o-transition: ease-in 0.2s;
}

.my-carousel .owl-dots {
  position: absolute;
  bottom: 5%;
  width: 100%;
}

.my-carousel .owl-dots .owl-dot span {
  height: 14px;
  width: 14px;
  border: 3px solid rgba(243, 243, 243, 0.534);
  border-radius: 50px;
  margin: 5px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}

/* .owl-prev i, .owl-next i {
  transform: scale(1, 6);
  color: #ccc;
} */

.use-button1 {
  color: #fff !important;
  text-transform: uppercase;
  text-decoration: none;
  background: #ed3330;
  padding: 10px 20px;
  border-radius: 10px;
  display: inline-block;
  border: none;
  transition: all 0.4s ease 0s;
  cursor: pointer;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.use-button1:hover {
  background: #434343;
  letter-spacing: 1px;
  -webkit-box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0.57);
  -moz-box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0.57);
  box-shadow: 5px 40px -10px rgba(0, 0, 0, 0.57);
  transition: all 0.4s ease 0s;
}

.use-button2 {
  color: #fff !important;
  border: 2.4px solid #fff;
  text-transform: uppercase;
  text-decoration: none;
  background: transparent;
  padding: 8px 18px;
  border-radius: 10px;
  display: inline-block;
  transition: all 0.4s ease 0s;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  cursor: pointer;
}

.use-button2:hover {
  background: #434343;
  letter-spacing: 1px;
  -webkit-box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0.57);
  -moz-box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0.57);
  box-shadow: 5px 40px -10px rgba(0, 0, 0, 0.57);
  transition: all 0.4s ease 0s;
}

/* ================================ 
          Other pages 
================================ */

.section-container {
  margin: 70px 30px;
}

.section-container2 {
  margin: 70px 0px;
}

.section-container3 {
  padding: 70px 0;
  background-color: white;
}

.home-widgets .img-wrapper p {
  color: #7a7a7a;
}

.home-widgets .img-wrapper img {
  width: 70px;
  transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
  -ms-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
}

.home-widgets .img-wrapper img:hover {
  filter: drop-shadow(6px 7px 10px gray);
  -webkit-filter: drop-shadow(6px 7px 10px gray);
  transform: scale(1.2, 1.3);
  -webkit-transform: scale(1.2, 1.3);
  -moz-transform: scale(1.2, 1.3);
  -ms-transform: scale(1.2, 1.3);
  -o-transform: scale(1.2, 1.3);
  transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
  -ms-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
}

/* FOOTER
========================== */

.footer {
  background-color: #181818;
  color: rgb(145, 142, 142);
  font-size: 0.9rem;
}

.footer .footer-main {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.footer .footer-logo {
  display: flex;
  align-items: center;
  padding: 0px 40px;
}

.footer .footer-logo img {
  background-color: aliceblue;
  border: 1px solid grey;
  margin-top: 10px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.footer .footer-items {
  padding-left: 0px;
  padding-right: 30px !important;
}

.footer .footer-items h4 {
  color: #ed1b24;
  font-size: 1.2rem;
  font-weight: 600;
  margin-top: 20px;
}

.footer .footer-items ul li {
  list-style-type: none;
  margin-bottom: 10px;
  position: relative;
}

.footer .footer-items .services li {
  list-style: circle;
  margin-bottom: 5px;
}

.footer .footer-items .connect .connect-items {
  border-right: 1px dashed rgb(102, 101, 101);
  border-bottom: 1px dashed rgb(102, 101, 101);
  padding-right: 5px;
  margin-bottom: 2px;
}

.footer .footer-items a {
  color: rgb(145, 142, 142);
  transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
  -ms-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
}

.footer .footer-items a:hover {
  color: #ed3330;
  cursor: pointer;
  transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
  -ms-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
}

.footer .footer-items .connect .connect-content {
  border-bottom: 1px dashed rgb(102, 101, 101);
  margin-bottom: 2px;
}

.footer .footer-sub {
  border-top: 1px dashed rgb(102, 101, 101);
  text-align: end;
  color: #fff;
  padding-top: 10px;
}

.footer .footer-sub .copyright-content {
  margin-right: 30%;
}

/* All page header
======================= */

.wigo-container .inner-header {
  position: relative;
  color: #fff;
  text-align: center;
  overflow: hidden;
  background-color: #330000;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 800 400'%3E%3Cdefs%3E%3CradialGradient id='a' cx='396' cy='281' r='514' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23ed1b24'/%3E%3Cstop offset='1' stop-color='%23330000'/%3E%3C/radialGradient%3E%3ClinearGradient id='b' gradientUnits='userSpaceOnUse' x1='400' y1='148' x2='400' y2='333'%3E%3Cstop offset='0' stop-color='%23FA3' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23FA3' stop-opacity='0.5'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect fill='url(%23a)' width='800' height='400'/%3E%3Cg fill-opacity='0.4'%3E%3Ccircle fill='url(%23b)' cx='267.5' cy='61' r='300'/%3E%3Ccircle fill='url(%23b)' cx='532.5' cy='61' r='300'/%3E%3Ccircle fill='url(%23b)' cx='400' cy='30' r='300'/%3E%3C/g%3E%3C/svg%3E");
  background-attachment: fixed;
  background-size: cover;
}

.wigo-container .inner-header > svg {
  display: block;
  margin-bottom: -2px;
}

.wigo-container h1 {
  margin-top: 20px;
  margin-bottom: 40px;
  font-weight: 600;
  position: relative;
}

.wigo-container h1::before {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 10rem;
  height: 3px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  top: 110%;
}

.wigo-container p {
  text-align: start;
}

/* ABOUT US 
=========================== */

.promise {
  margin-right: 0px;
  margin-left: 0px;
}

.promise .left-wing {
  background-color: rgba(155, 4, 4, 0.959);
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.promise .left-wing p {
  right: -15px;
  margin: 30px 0px;
  padding: 20px 40px;
  background-color: #f0f3fa;
  position: relative;
  width: 60%;
  -webkit-box-shadow: 0px 7px 16px -11px rgba(0, 0, 0, 0.77);
  -moz-box-shadow: 0px 7px 16px -11px rgba(0, 0, 0, 0.77);
  box-shadow: 0px 7px 16px -11px rgba(0, 0, 0, 0.77);
}

.promise .left-wing p::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 64px;
  background-color: #f0f3fa;
  left: -31px;
  top: 0;
  border-radius: 50px 0px 0px 50px;
  -webkit-border-radius: 50px 0px 0px 50px;
  -moz-border-radius: 50px 0px 0px 50px;
  -ms-border-radius: 50px 0px 0px 50px;
  -o-border-radius: 50px 0px 0px 50px;
}

.promise .right-wing {
  color: #575656;
  background-color: #f0f3fa;
  border-top: 1px solid rgba(128, 128, 128, 0.048);
  display: flex;
  align-items: center;
}

.promise .right-wing .right-wing-content {
  background-color: #f6f7f9;
  margin-left: 0%;
  margin-right: 6%;
  padding: 10px 25px;
  border: 1px solid rgba(128, 128, 128, 0.192);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  box-shadow: 0px 31px 19px -17px rgba(84, 78, 78, 0.07);
}

.promise .right-wing .right-wing-content li {
  margin-bottom: 10px;
}

.members .member {
  display: flex;
  justify-content: center;
}

.our-team .card {
  position: relative;
  margin-top: 150px;
  border-radius: 70px;
  -webkit-border-radius: 70px;
  -moz-border-radius: 70px;
  -ms-border-radius: 70px;
  -o-border-radius: 70px;
}

.our-team .card .card-img-top {
  width: 60%;
  position: absolute;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin-top: -100px;
  top: -10px;
  left: 20%;
  -webkit-box-shadow: 0px 11px 15px -11px rgba(0, 0, 0, 0.77);
  -moz-box-shadow: 0px 11px 15px -11px rgba(0, 0, 0, 0.77);
  box-shadow: 0px 11px 15px -11px rgba(0, 0, 0, 0.77);
}

.our-team .card .card-body {
  color: #575656;
  text-align: center;
  padding: 10px 30px;
}

.our-team .card .card-body h5 {
  padding-top: 60px;
  margin-bottom: 5px;
  font-size: 1.2rem;
  font-weight: bold;
}

.protifolio-sides {
  position: relative;
  background-color: white;
  padding: 8px 12px;
  margin-bottom: 15px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-box-shadow: 0px 5px 22px -11px rgba(0, 0, 0, 0.77);
  -moz-box-shadow: 0px 5px 22px -11px rgba(0, 0, 0, 0.77);
  box-shadow: 0px 5px 22px -11px rgba(0, 0, 0, 0.77);
}

hr.mine {
  overflow: visible;
  /* For IE */
  height: 30px;
  border-style: solid;
  border-color: black;
  border-width: 1px 0 0 0;
  border-radius: 20px;
  width: 80%;
  margin: auto;
}

hr.mine:before {
  /* Not really supposed to work, but does */
  display: block;
  content: "";
  height: 30px;
  margin-top: -31px;
  border-style: solid;
  border-color: black;
  border-width: 0 0 1px 0;
  border-radius: 20px;
}

.protifolio-sides::before {
  content: "";
  position: absolute;
  border-right: 20px solid rgb(255, 255, 255);
  border-top: 10px solid #ed1b24;
  border-bottom: 10px solid #ed1b24;
  left: -10px;
  top: 45%;
}

/* 
SERVICES 
============================ */

.wigo-container .services-header-content {
  padding-top: 60px;
}

.wigo-container .services-header-content h3 {
  font-size: 1.4rem;
  margin-bottom: 15px;
}

.wigo-container .services-header-content #wigo-image {
  animation: wigo 4s infinite;
  -webkit-animation: wigo 4s infinite;
  position: relative;
  animation-direction: alternate;
}

@keyframes wigo {
  from {
    top: -35px;
  }
  to {
    top: -10px;
  }
}

.services-cards {
  margin-top: 0px;
  margin-left: 5%;
  margin-right: 5%;
  margin-bottom: 70px;
}

.services-cards .arange-row {
  display: flex;
  justify-content: center;
}

.services-cards .service-cards-title {
  background-color: rgba(155, 4, 4, 0.959);
  padding: 10px;
  display: inline-block;
  margin-bottom: 10px;
  color: #fff;
  text-shadow: 1px 0px 5px rgba(0, 0, 0, 0.8);
  position: relative;
}

.services-cards .service-cards-title::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 44px;
  background-color: rgba(155, 4, 4, 0.959);
  right: -30px;
  top: 0;
  border-radius: 0px 50px 50px 0px;
  -webkit-border-radius: 0px 50px 50px 0px;
  -moz-border-radius: 0px 50px 50px 0px;
  -ms-border-radius: 0px 50px 50px 0px;
  -o-border-radius: 0px 50px 50px 0px;
}

.service-card {
  border-radius: 12px 12px 5px 5px;
  -webkit-border-radius: 12px 12px 5px 5px;
  -moz-border-radius: 12px 12px 5px 5px;
  -ms-border-radius: 12px 12px 5px 5px;
  -o-border-radius: 12px 12px 5px 5px;
  background-color: #fff;
  text-align: center;
  padding-bottom: 20px;
  margin: 10px 10px;
  -webkit-box-shadow: 0px 0px 32px -12px rgba(0, 0, 0, 0.31);
  -moz-box-shadow: 0px 0px 32px -12px rgba(0, 0, 0, 0.31);
  box-shadow: 0px 0px 32px -12px rgba(0, 0, 0, 0.31);
  border: 2px solid rgba(128, 128, 128, 0.233);
  transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
  -ms-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
}

.service-card:hover {
  -webkit-box-shadow: 0px -2px 32px 6px rgba(0, 0, 0, 0.31);
  -moz-box-shadow: 0px -2px 32px 6px rgba(0, 0, 0, 0.31);
  box-shadow: 0px -2px 32px 6px rgba(0, 0, 0, 0.31);
  transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
  -ms-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  animation: upmove 2s infinite;
  -webkit-animation: upmove 2s infinite;
  position: relative;
  animation-direction: alternate;
}

@keyframes upmove {
  from {
    bottom: 0px;
  }
  to {
    bottom: 15px;
  }
}

.service-card .card-top {
  position: relative;
}

.service-card .img-wrapper .overlay {
  position: absolute;
  background-color: rgba(155, 4, 4, 0.897);
  height: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  top: 100%;
  transition: ease 1s;
  -webkit-transition: ease 1s;
  -moz-transition: ease 1s;
  -ms-transition: ease 1s;
  -o-transition: ease 1s;
  border-radius: 10px 10px 0px 0px;
  -webkit-border-radius: 10px 10px 0px 0px;
  -moz-border-radius: 10px 10px 0px 0px;
  -ms-border-radius: 10px 10px 0px 0px;
  -o-border-radius: 10px 10px 0px 0px;
}

.service-card .img-wrapper:hover .overlay {
  opacity: 1;
  top: 0;
  height: 100%;
}

.service-card .img-wrapper .overlay p {
  color: #f4f6f7;
  padding: 10px;
  font-size: 0.9rem;
}

.service-card .img-wrapper img {
  border-radius: 10px 10px 0px 0px;
  max-width: 100%;
  -webkit-border-radius: 10px 10px 0px 0px;
  -moz-border-radius: 10px 10px 0px 0px;
  -ms-border-radius: 10px 10px 0px 0px;
  -o-border-radius: 10px 10px 0px 0px;
}

.service-card svg {
  display: block;
  position: absolute;
  bottom: -2px;
}

.service-card h5 {
  font-weight: normal;
  font-size: 1.1rem;
  color: #575656;
}

/* CONTACT PAGE 
===================== */

.contact .social-media button {
  padding: 5px 10px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border: none;
}

.contact .social-media button a {
  color: #121212;
}

.contact .social-media button:hover a {
  color: #ed1b24;
}

.wigo-container .inner-header .contact .more-contact {
  margin-top: 30px;
  margin-bottom: 30px;
}

.wigo-container .inner-header .contact ul {
  margin: 5px 3px;
  list-style-type: none;
  text-align: start;
  text-decoration: none;
  margin-left: 30px;
}

.wigo-container .inner-header .contact .more-contact a {
  color: #fff;
}

.wigo-container .inner-header .contact ul li {
  margin: 20px 0px;
}

.wigo-container .inner-header .contact ul li span {
  margin-right: 10px;
}

.wigo-container .inner-header .more-contact .fas {
  font-size: 40px;
}

.contact-section {
  margin-bottom: 70px;
}

.my_form {
  border: 1px solid #ededed;
  box-shadow: 0 5px 14px rgba(0, 0, 0, 0.2);
  background-color: #f2f3f5;
  padding: 40px 30px;
  border-radius: 2px;
}

.my_form .form-control {
  background-color: #fff;
  margin-bottom: 30px;
  border: 1px solid #ebebeb;
  box-sizing: border-box;
  color: #000000;
  font-size: 16px;
  outline: 0 none;
  padding: 10px 25px;
  height: 55px;
  resize: none;
  box-shadow: none !important;
  width: 100%;
}

.my_form label {
  padding-left: 5px;
  color: #979696;
}

.my_form textarea {
  color: #bcbcbc;
  padding: 20px 25px !important;
  height: 160px !important;
}

.my_form .form-control::-webkit-input-placeholder {
  color: #979696;
}

.my_form .form-control::-moz-placeholder {
  opacity: 1;
  color: #979696;
}

.my_form .form-control::-ms-input-placeholder {
  color: #979696;
}

.loader {
  display: inline-block;
  width: 40px;
  height: 40px;
  position: relative;
  border: 4px solid #f2f3f5;
  top: 50%;
  margin-left: 3px;
  animation: loader 2s infinite ease;
}

.my_form .dropdown-menu > li > a {
  color: #979696 !important;
  font-size: 15px;
}

.my_form #message {
  color: rgb(95, 120, 230);
  font-weight: bold;
}

.my-bottom-button {
  background-color: #e9e5e5;
  padding: 11px 15px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  transition: ease-out 0.3s;
  -webkit-transition: ease-out 0.3s;
  -moz-transition: ease-out 0.3s;
  -ms-transition: ease-out 0.3s;
  -o-transition: ease-out 0.3s;
  -webkit-box-shadow: 0px 0px 31px -11px rgba(0, 0, 0, 0.77);
  -moz-box-shadow: 0px 0px 31px -11px rgba(0, 0, 0, 0.77);
  box-shadow: 0px 0px 31px -11px rgba(0, 0, 0, 0.77);
  border: 1px solid rgb(92, 89, 89);
  animation: wigo 3s infinite;
  -webkit-animation: wigo 3s infinite;
  position: relative;
  animation-direction: alternate;
}

.my-bottom-button:hover {
  background-color: #ed1b26ce;
  border: none;
}

.my-bottom-button svg {
  font-size: 20px;
}

.my-bottom-button:hover svg {
  color: #fff;
}

.down-top {
  bottom: -12%;
  z-index: 999;
  right: 28px;
  position: fixed;
  cursor: pointer;
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  -ms-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}

.down-up {
  bottom: 10%;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -ms-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
}
