@import url("https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
@font-face {
  font-family: Tajawal;
  src: url(../webfonts/Tajawal-Regular.ttf);
}

* {
  font-family: 'Tajawal';
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
}

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

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar-thumb {
  background-color: #009DC3;
  outline: none;
  border-radius: 20px !important;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

button:focus {
  outline: 0;
}

.color1 {
  color: #FE0000;
}

.color2 {
  color: #009DC3;
}

.BG1 {
  background-color: #FE0000;
}

.BG2 {
  background-color: #009DC3;
}

.row {
  margin: 0px;
}

p {
  line-height: 34px;
}

body {
  padding-top: 65px;
}

header .navbar-brand {
  padding: 0px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .navbar-brand img {
  height: 50px;
}

header .button-collapse {
  color: #000;
  font-size: 22px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

header .button-collapse:focus {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

header .button-collapse:focus .fa-bars:before {
  content: "\f00d";
}

header .dropdown {
  padding-left: 10px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

header .dropdown .dropdown-menu {
  padding: 2px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

header .dropdown .dropdown-menu .dropdown-item {
  padding: 5px !important;
}

header .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #009DC3 !important;
}

header .dropdown-toggle {
  position: relative;
  padding-left: 15px !important;
}

header .dropdown-toggle::after {
  content: "\f107";
  display: inline;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  border: none;
  position: absolute;
  height: auto;
  width: auto;
  top: 22%;
  left: 0px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

header .dropdown:hover .dropdown-toggle::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

header .side-nav {
  background: #fff;
  overflow: visible;
}

header .side-nav .navDiv .nav {
  display: block;
}

header .side-nav .navDiv .nav .nav-item {
  position: relative;
  padding-bottom: 10px;
}

header .side-nav .navDiv .nav .nav-item::after {
  content: '';
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0%;
  height: 3px;
  z-index: -1;
  background-color: #FE0000;
  border-radius: 4px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

header .side-nav .navDiv .nav .nav-item:hover::after {
  width: 100%;
}

header .side-nav .navDiv .nav .nav-item a {
  padding: 10px;
  color: #000;
}

@media (min-width: 992px) {
  header .side-nav {
    height: 70px;
    width: 100% !important;
    padding: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header .side-nav a {
    height: auto;
    display: inline-block;
    padding: 0px 10px;
    font-size: normal;
    line-height: 34px;
  }
  header .side-nav .navDiv {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header .side-nav .navDiv .nav .nav-item {
    display: inline-block;
    padding-bottom: 0px;
  }
  header .dropdown:hover > .dropdown-menu {
    display: block;
  }
}

@media (max-width: 992px) {
  header .side-nav {
    overflow-y: auto;
  }
  header .dropdown {
    padding-left: 0px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }
  header .dropdown .dropdown-menu,
  header .dropdown .dropdown-menu.show {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: relative !important;
    top: 100%;
    width: 100%;
    color: #212529;
    text-align: right;
    list-style: none;
    background-color: #f6f6f6;
    border: none;
    border-radius: 0;
    -webkit-transform: none !important;
            transform: none !important;
    float: none !important;
  }
  header .dropdown .dropdown-toggle::after {
    left: 20px;
  }
}

#MainSlider {
  position: relative;
}

#MainSlider .swiper-slide {
  background-position: center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: right;
  height: 500px;
  padding: 0px 50px;
}

#MainSlider .swiper-slide::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-color: #0000005a;
}

#MainSlider .swiper-slide .Des {
  padding: 40px;
  background-color: #fff;
  position: relative;
  z-index: 2;
  margin: 30px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 20px 10px #00000025;
          box-shadow: 0px 0px 20px 10px #00000025;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

#MainSlider .swiper-slide .Des h1 {
  font-size: 35px;
  color: #009DC3;
  font-weight: bold;
  margin-bottom: 20px;
}

#MainSlider .swiper-slide .Des p {
  font-size: 20px;
  color: #777;
  max-width: 450px;
  line-height: 34px;
}

.swiper-container-rtl .swiper-button-next:after {
  content: '\f137';
  font-family: FontAwesome;
  font-style: normal;
  margin: 0px 0px 0px 10px;
  text-decoration: none;
  color: #009DC3;
  opacity: 0;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.swiper-container-rtl .swiper-button-prev:after {
  content: '\f138';
  font-family: FontAwesome;
  font-style: normal;
  margin: 0px 10px 0px 0px;
  text-decoration: none;
  color: #009DC3;
  opacity: 0;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.swiper-container:hover .swiper-button-next::after,
.swiper-container:hover .swiper-button-prev::after {
  opacity: 1;
}

.mainSlideItem.swiper-slide-active .Des {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.mainSlideItem.swiper-slide-active h1 {
  -webkit-animation-duration: .5s;
          animation-duration: .5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.mainSlideItem.swiper-slide-active p {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}

.goDownDiv {
  position: absolute;
  bottom: -30px;
  width: 100%;
  z-index: 2;
}

.goDownDiv .goDown {
  width: 50px;
  height: 50px;
  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;
  border-radius: 50%;
  padding: 0;
}

.goDownDiv .goDown:hover {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  60% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  60% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}

.bounce {
  -webkit-animation: bounce 2s infinite;
          animation: bounce 2s infinite;
}

@media (max-width: 992px) {
  .swiper-button-next,
  .swiper-button-prev {
    display: none !important;
  }
  #MainSlider .swiper-slide .Des {
    padding: 25px;
    margin: 0px;
  }
  #MainSlider .swiper-slide .Des h1 {
    font-size: 23px;
  }
  #MainSlider .swiper-slide .Des p {
    font-size: 18px;
  }
}

.title {
  padding: 20px;
  text-align: center;
}

.title img {
  width: 250px;
  margin-top: -35px;
}

.title h2 {
  font-weight: bold;
}

#services {
  padding: 50px 0px;
}

#services .row img {
  width: 100%;
  border-radius: 8px;
  -webkit-box-shadow: 0px 3px 6px #00000040;
          box-shadow: 0px 3px 6px #00000040;
  margin-bottom: 20px;
}

#services .row p {
  font-size: 18px;
  padding: 20px;
}

#services .serviceIcon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f6f6f6;
  color: #000;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

#services .serviceIcon span {
  width: 50px;
  height: 50px;
  background-color: #009DC3;
  color: #fff;
  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;
  margin: 10px;
  border-radius: 100%;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

#services .serviceIcon span i {
  font-size: 20px;
}

#services .serviceIcon:hover {
  background-color: #009DC3;
  color: #fff;
}

#services .serviceIcon:hover span {
  background-color: #fff;
}

#services .serviceIcon:hover span i {
  color: #009DC3;
}

.bgDiv {
  background: url(../img/s3.jpg);
  background-size: cover;
  background-attachment: fixed;
  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;
  position: relative;
  padding: 50px 30px;
  min-height: 250px;
}

.bgDiv .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #00000050;
}

.bgDiv .content {
  position: relative;
  z-index: 2;
  text-align: center;
}

.bgDiv .content h4 {
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  line-height: 50px;
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
  margin-left: 0px;
}

.specialties {
  padding: 50px 0px;
}

.specialties .specialtyCol {
  border: 1px #e6e6e6 dashed;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  background-color: #fff;
  padding: 20px;
  text-align: center;
}

.specialties .specialtyCol a {
  width: 100%;
  height: 100%;
}

.specialties .specialtyCol .specialty {
  color: #009DC3;
}

.specialties .specialtyCol .specialty div {
  width: 100%;
  height: 100px;
  margin: 0px;
  text-align: center;
}

.specialties .specialtyCol .specialty div i {
  margin: 0px;
}

.specialties .specialtyCol .specialty div i::before {
  font-size: 50px;
}

.specialties .specialtyCol .specialty h5 {
  color: #3d3d3d;
}

.specialties .specialtyCol:hover {
  -webkit-box-shadow: 0px 3px 6px #00000050;
          box-shadow: 0px 3px 6px #00000050;
  border: 1px #fff dashed;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  position: relative;
  z-index: 2;
  border-radius: 8px;
}

.doctors {
  padding: 50px 0px;
  background-image: url(../img/s2.jpg);
  background-size: cover;
  position: relative;
}

.doctors::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #00000050;
}

.doctors .container {
  position: relative;
  z-index: 2;
  background-color: #ffffff50;
  border-radius: 10px;
}

.doctors .container .title p {
  color: #fff;
  font-size: 20px;
}

.doctors .swiper-slide {
  padding: 5px;
  position: relative;
}

.doctors .swiper-slide .tamInfo {
  text-align: center;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.292);
          box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.292);
  border-radius: 8px;
}

.doctors .swiper-slide .tamInfo img {
  width: 100%;
  height: 250px;
  border-radius: 8px 8px 0px 0px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.doctors .swiper-slide .tamInfo span {
  color: #FE0000;
  margin: 10px;
  display: block;
}

.doctors .swiper-slide .tamInfo h6 {
  font-weight: 600;
  height: 20px;
  overflow: hidden;
}

.doctors .swiper-slide .tamInfo p {
  padding-bottom: 10px;
  font-size: 13px;
}

.doctors .swiper-slide .contactTeam {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeOutDown;
          animation-name: fadeOutDown;
  -webkit-animation-delay: 0.0s;
          animation-delay: 0.0s;
}

.doctors .swiper-slide .contactTeam .btn {
  padding: 0px;
  width: 40px;
  margin: 0px;
  height: 40px;
  color: #fff;
  font-size: 17px;
  background: #00000094;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.doctors .swiper-slide:hover .contactTeam {
  visibility: visible;
  opacity: 1;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-delay: 0.0s;
          animation-delay: 0.0s;
}

.doctors .swiper-button-prev:after,
.doctors .swiper-container-rtl .swiper-button-next:after {
  content: '\f137';
  font-family: FontAwesome;
  font-weight: bold;
  font-style: normal;
  margin: 0px 0px 0px 10px;
  text-decoration: none;
  color: #8e8e8e;
}

.doctors .swiper-button-next:after,
.doctors .swiper-container-rtl .swiper-button-prev:after {
  content: '\f138';
  font-family: FontAwesome;
  font-weight: bold;
  font-style: normal;
  margin: 0px 10px 0px 0px;
  text-decoration: none;
  color: #eee;
}

@media (max-width: 768px) {
  .doctors .swiper-slide img {
    height: 150px !important;
  }
}

.doctorsPage {
  padding: 50px 0px;
}

.doctorsPage .doctorProfile {
  padding: 5px;
  position: relative;
}

.doctorsPage .doctorProfile .tamInfo {
  text-align: center;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.292);
          box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.292);
  border-radius: 8px;
}

.doctorsPage .doctorProfile .tamInfo img {
  width: 100%;
  height: 250px;
  border-radius: 8px 8px 0px 0px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.doctorsPage .doctorProfile .tamInfo span {
  color: #FE0000;
  margin: 10px;
  display: block;
}

.doctorsPage .doctorProfile .tamInfo h6 {
  font-weight: 600;
  height: 20px;
  overflow: hidden;
}

.doctorsPage .doctorProfile .tamInfo p {
  padding-bottom: 10px;
  font-size: 13px;
}

.doctorsPage .doctorProfile .contactTeam {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeOutDown;
          animation-name: fadeOutDown;
  -webkit-animation-delay: 0.0s;
          animation-delay: 0.0s;
}

.doctorsPage .doctorProfile .contactTeam .btn {
  padding: 0px;
  width: 40px;
  margin: 0px;
  height: 40px;
  color: #fff;
  font-size: 17px;
  background: #00000094;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.doctorsPage .doctorProfile:hover .contactTeam {
  visibility: visible;
  opacity: 1;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-delay: 0.0s;
          animation-delay: 0.0s;
}

.doctorsPage .swiper-button-prev:after,
.doctorsPage .swiper-container-rtl .swiper-button-next:after {
  content: '\f137';
  font-family: FontAwesome;
  font-weight: bold;
  font-style: normal;
  margin: 0px 0px 0px 10px;
  text-decoration: none;
  color: #8e8e8e;
}

.doctorsPage .swiper-button-next:after,
.doctorsPage .swiper-container-rtl .swiper-button-prev:after {
  content: '\f138';
  font-family: FontAwesome;
  font-weight: bold;
  font-style: normal;
  margin: 0px 10px 0px 0px;
  text-decoration: none;
  color: #eee;
}

@media (max-width: 768px) {
  .doctorsPage .doctorProfile img {
    height: 150px !important;
  }
}

.news {
  padding: 50px 0px;
}

.news .oneNews {
  -webkit-box-shadow: 0px 3px 6px #00000050;
          box-shadow: 0px 3px 6px #00000050;
  border-radius: 8px;
  background-color: #fff;
  position: relative;
  text-align: center;
}

.news .oneNews img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px 8px 0px 0px;
}

.news .oneNews .date {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #FE0000;
  color: #fff;
  padding: 0.8em;
  z-index: 99;
  -webkit-box-shadow: 6px 4px 4px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 6px 4px 4px 0 rgba(0, 0, 0, 0.3);
}

.news .oneNews .date span {
  display: block;
  text-align: center;
}

.news .oneNews .date .day {
  font-weight: 700;
  font-size: 24px;
  text-shadow: 2px 3px 2px rgba(0, 0, 0, 0.18);
}

.news .oneNews .date .month {
  text-transform: uppercase;
}

.news .oneNews .date .month,
.news .oneNews .date .year {
  font-size: 12px;
}

.news .oneNews h5 {
  font-weight: bold;
  margin: 10px;
  height: 30px;
  overflow: hidden;
}

.news .oneNews p {
  margin: 10px;
  height: 80px;
  overflow: hidden;
  text-align: right;
}

.news .oneNews .btn {
  margin: 10px;
  background-color: #009DC3;
  color: #fff;
}

.page-footer {
  background-color: #009DC3;
  padding-top: 20px;
}

.page-footer h5 {
  color: #fff;
  position: relative;
  padding-bottom: 10px;
}

.page-footer h5::before {
  content: '';
  position: absolute;
  right: 0;
  bottom: -10px;
  background-color: rgba(255, 255, 255, 0.313);
  width: 100%;
  height: 3px;
  border-radius: 20px;
}

.page-footer h5::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -10px;
  background-color: #FE0000;
  width: 20%;
  height: 3px;
  border-radius: 20px;
}

.page-footer ul {
  list-style: inside;
}

.page-footer ul li {
  margin-bottom: 20px;
}

.page-footer ul li a {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.page-footer ul li a:hover {
  color: #FE0000;
}

.aboutPage {
  position: relative;
}

.aboutPage .aboutRow {
  position: relative;
  margin: 50px 0px;
  border-radius: 8px;
}

.aboutPage .aboutRow .aboutImg {
  border-radius: 8px;
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.aboutPage .aboutRow .aboutInfo {
  position: relative;
  min-height: 80%;
  height: auto;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.292);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.292);
  border-radius: 8px;
  margin-left: -100px;
  z-index: 3;
  color: #000;
  padding: 20px;
  margin-top: 30px;
}

.aboutPage .aboutRow .aboutInfo p {
  font-weight: 600;
  color: #5e5e5e;
}

.aboutPage .aboutRow .aboutInfo ul {
  list-style: none;
}

.aboutPage .aboutRow .aboutInfo ul li {
  margin: 8px;
  line-height: 25px;
}

.aboutPage .aboutRow ul li::before {
  content: "\2022";
  color: #FFA500;
  font-weight: bold;
  display: inline-block;
  margin-right: -10px;
  font-size: 30px;
  padding: 0px 5px;
}

.aboutPage .aboutRow:nth-child(even) .aboutInfo {
  margin-left: 0px;
  margin-right: -100px;
}

@media (max-width: 768px) {
  .aboutPage .aboutRow {
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.292);
            box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.292);
  }
  .aboutPage .aboutRow img {
    border-radius: 8px;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    max-height: 300px;
  }
  .aboutPage .aboutRow .aboutInfo {
    margin: 0px !important;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.team .swiper-slide {
  padding: 5px;
  position: relative;
}

.team .swiper-slide .tamInfo {
  text-align: center;
  background-color: #fff;
}

.team .swiper-slide .tamInfo img {
  height: 150px;
  width: 150px;
  border-radius: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top;
     object-position: top;
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.292);
          box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.292);
}

.team .swiper-slide .tamInfo h6 {
  font-weight: 600;
  margin: 20px 10px 10px;
}

.team .swiper-slide .tamInfo p {
  padding-bottom: 10px;
}

.team .swiper-slide .contactTeam {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeOutDown;
          animation-name: fadeOutDown;
  -webkit-animation-delay: 0.0s;
          animation-delay: 0.0s;
}

.team .swiper-slide .contactTeam .btn {
  padding: 0px;
  width: 40px;
  margin: 0px;
  height: 40px;
  color: #fff;
  font-size: 17px;
  background: #00000094;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.team .swiper-slide:hover .contactTeam {
  visibility: visible;
  opacity: 1;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-delay: 0.0s;
          animation-delay: 0.0s;
}

.team .swiper-button-prev:after,
.team .swiper-container-rtl .swiper-button-next:after {
  content: '\f137';
  font-family: FontAwesome;
  font-weight: bold;
  font-style: normal;
  margin: 0px 0px 0px 10px;
  text-decoration: none;
  color: #8e8e8e;
}

.team .swiper-button-next:after,
.team .swiper-container-rtl .swiper-button-prev:after {
  content: '\f138';
  font-family: FontAwesome;
  font-weight: bold;
  font-style: normal;
  margin: 0px 10px 0px 0px;
  text-decoration: none;
  color: #eee;
}

@media (min-width: 768px) {
  .col-md-push-6 {
    right: 50%;
  }
  .col-md-pull-6 {
    left: 50%;
  }
}

.gallery {
  padding: 50px 0px;
  background-color: #f6f6f6;
}

.gallery .row img {
  width: 100%;
}

.Panner {
  background-size: cover;
  background-position: center top;
  height: 200px;
  width: 100%;
  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;
  padding: 0px 50px;
  position: relative;
  background-attachment: fixed;
}

.Panner .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #0e485fa1;
}

.Panner ul {
  list-style: none;
  position: relative;
  z-index: 2;
}

.Panner ul li {
  display: inline-block;
  position: relative;
  padding: 15px 0px;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
  -webkit-animation-delay: 0.0s;
          animation-delay: 0.0s;
}

.Panner ul li a {
  font-size: 20px;
  color: #fff;
}

.Panner ul li::after {
  content: '/';
  color: #FE0000;
  padding: 0px 10px;
  font-size: 40px;
  position: relative;
  top: 8px;
}

.Panner ul .active a {
  font-size: 35px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: 3px 3px 3px #009DC3;
}

.Panner ul .active::after {
  content: '';
}

.Panner ul .active:hover {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: 3px 3px 3px #FE0000;
}

@media (max-width: 768px) {
  .Panner ul li {
    padding: 0px;
  }
  .Panner ul .active a {
    font-size: 27px;
  }
}

.specialtiesPage {
  line-height: 34px !important;
}

.specialtiesPage img {
  margin: 10px 0px;
  border-radius: 20px;
  -webkit-box-shadow: 0px 3px 6px #00000050;
          box-shadow: 0px 3px 6px #00000050;
  height: 400px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.specialtiesPage h5 {
  font-weight: bold;
  color: #009DC3;
  margin: 20px 10px;
}

.worldMap {
  width: 500px;
  height: 500px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  position: relative;
}

.worldMap .earth {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  height: 80%;
  margin: -40%;
  background: #fff url(../img/download.png) 0 50% repeat-x;
  background-size: auto 90%;
  -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0 1em 2em;
          box-shadow: rgba(0, 0, 0, 0.05) 0 1em 2em;
  border-radius: 100%;
  overflow: hidden;
  -webkit-animation: map linear 90s infinite;
          animation: map linear 90s infinite;
}

.worldMap .orbic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.worldMap .orbic svg {
  width: 100%;
  height: 100%;
  vertical-align: top;
}

.worldMap #orbic_path {
  fill: none;
  stroke: rgba(0, 0, 0, 0.1);
  stroke-linecap: round;
  stroke-width: 4px;
  stroke-dasharray: 1 9;
  -webkit-animation: orbic linear 2s infinite;
  animation: orbic linear 2s infinite;
}

.worldMap #orbic_dots use {
  fill: #fff;
  stroke: rgba(30, 144, 255, 0.25);
  stroke-width: 4;
  -webkit-animation: dots ease 1s infinite alternate;
  animation: dots ease 1s infinite alternate;
}

.worldMap #orbic_dot1 {
  -webkit-transform: translate(50.4%, 29.6%);
          transform: translate(50.4%, 29.6%);
}

.worldMap #orbic_dot2 {
  -webkit-transform: translate(5%, 62.8%);
          transform: translate(5%, 62.8%);
  -webkit-animation-delay: .2s !important;
          animation-delay: .2s !important;
}

.worldMap #orbic_dot3 {
  -webkit-transform: translate(97%, 41%);
          transform: translate(97%, 41%);
  -webkit-animation-delay: .3s !important;
          animation-delay: .3s !important;
}

.worldMap #orbic_dot4 {
  -webkit-transform: translate(50%, 70.2%);
          transform: translate(50%, 70.2%);
  -webkit-animation-delay: .5s !important;
          animation-delay: .5s !important;
}

.worldMap #orbic_dot5 {
  -webkit-transform: translate(31.5%, 51.5%);
          transform: translate(31.5%, 51.5%);
  -webkit-animation-delay: .7s !important;
          animation-delay: .7s !important;
}

.worldMap #orbic_user1 {
  -webkit-transform: translate(1%, 40%) scale(0.66667);
          transform: translate(1%, 40%) scale(0.66667);
}

.worldMap #orbic_user2 {
  -webkit-transform: translate(18%, 64%) scale(0.66667);
          transform: translate(18%, 64%) scale(0.66667);
}

.worldMap #orbic_user3 {
  -webkit-transform: translate(39.5%, 31%) scale(0.66667);
          transform: translate(39.5%, 31%) scale(0.66667);
}

.worldMap #orbic_user4 {
  -webkit-transform: translate(69%, 22%) scale(0.66667);
          transform: translate(69%, 22%) scale(0.66667);
}

.worldMap #orbic_user5 {
  -webkit-transform: translate(75%, 53%) scale(0.66667);
          transform: translate(75%, 53%) scale(0.66667);
}

@-webkit-keyframes map {
  100% {
    background-position: 220% 50%;
  }
}

@keyframes map {
  100% {
    background-position: 220% 50%;
  }
}

@-webkit-keyframes orbic {
  100% {
    stroke-dashoffset: 10;
  }
}

@keyframes orbic {
  100% {
    stroke-dashoffset: 10;
  }
}

@-webkit-keyframes dots {
  100%,
  80% {
    stroke: #1e90ff;
  }
}

@keyframes dots {
  100%,
  80% {
    stroke: #1e90ff;
  }
}

@media only screen and (max-width: 1000px) {
  .worldMap {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    position: relative;
  }
  .worldMap .earth {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    background-color: transparent;
    background-size: 100% auto;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0;
    -webkit-animation: none;
    animation: none;
  }
}

@media (max-width: 600px) {
  .worldMap {
    height: 300px;
  }
}

.companyInfo ul {
  list-style: none;
}

.companyInfo ul li {
  margin-bottom: 15px;
}

.companyInfo ul li span {
  width: 40px;
  height: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #009DC3;
  border-radius: 50%;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  color: #009DC3;
}

.companyInfo ul li:hover span {
  background-color: #009DC3;
  color: #fff;
}

.companyTeam {
  margin-bottom: 50px;
}

.companyTeam .team {
  margin: 20px 0px;
  border-bottom: 1px solid #009DC3;
  padding-bottom: 5px;
}

.companyTeam .team span {
  width: 40px;
  height: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #009DC3;
  border-radius: 50%;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  color: #009DC3;
}

.companyTeam .team:hover span {
  background-color: #009DC3;
  color: #fff;
}

.companyTeam .team h4 {
  display: inline-block;
  margin: 0px 10px;
  font-weight: bold;
  text-transform: uppercase;
}

.googleMap {
  margin-top: 30px;
}

.googleMap iframe {
  width: 100%;
  height: 300px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 6px #00000072;
          box-shadow: 0px 0px 6px #00000072;
}

.btnDiv {
  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;
}

.btnDiv button {
  width: 100%;
  height: 100%;
  font-size: 16px;
  background-color: #009DC3;
  -webkit-box-shadow: 0px 0px 6px rgba(226, 223, 223, 0.435);
          box-shadow: 0px 0px 6px rgba(226, 223, 223, 0.435);
  color: #fff;
}
/*# sourceMappingURL=style.css.map */