@import "font.min.css";
img {
  max-width: 100%;
}

h1, h2, h3, h4, h5, p, span, li, textarea, input, select, a {
  font-family: "Gotham", sans-serif;
  font-weight: 500;
}

a:hover {
  color: initial;
}

html,
body {
  position: relative;
  height: 100%;
}

body {
  font-family: "Gotham", sans-serif;
  font-size: 14px;
  color: #333;
  margin: 0;
  padding: 0;
}

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

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

img {
  max-width: 100%;
}

ul {
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
  transition: 0.5s;
}
a:hover {
  transition: 0.5s;
}

header {
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9;
}
header .navbar-brand img {
  width: 250px;
}
header .navbar .navbar-nav .nav-item .nav-link {
  color: #656366;
  font-size: 14px;
  margin-left: 7px;
}
header .navbar .navbar-nav .nav-item .nav-link:hover {
  color: #CE0E2D;
}

.mainSlider {
  height: 75%;
}
.mainSlider .swiper-slide {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 600px) {
  .mainSlider {
    height: 285px;
  }
}
.space {
  padding-top: 50px;
  padding-bottom: 50px;
}

.swiper-pagination-bullet-active {
  background-color: #000000;
}

.blog {
  margin-bottom: 20px;
}
.blog img {
  width: 100%;
  margin-bottom: 10px;
}
.blog:hover i {
  margin-left: 5px;
  transition: 0.5s;
}
.blog p {
  text-align: left;
  margin-bottom: 2px;
}
.blog span {
  color: #CE0E2D;
  font-size: 12px;
}
.blog span i {
  color: #CE0E2D;
  transition: 0.5s;
}

.rightBox ul {
  text-align: left;
}
.rightBox ul li {
  list-style-type: none;
  display: inline-block;
}
.rightBox ul li a i {
  color: #ffffff;
  background-color: #0a66c2;
  font-size: 21px;
  padding: 5px;
  border-radius: 50px;
}
.rightBox ul li a .linkedinbg {
  background-color: #0a66c2;
}
.rightBox .shortStory, .rightBox .shortNews {
  margin-bottom: 20px;
  margin-top: 20px;
}
.rightBox .shortStory h3, .rightBox .shortNews h3 {
  color: #CE0E2D;
  font-size: 16px;
  font-weight: bold;
}
.rightBox .shortStory p, .rightBox .shortNews p {
  margin-bottom: 10px;
}
.rightBox .shortStory a, .rightBox .shortNews a {
  font-size: 12px;
  color: #CE0E2D;
}
.rightBox .shortStory a:hover i, .rightBox .shortNews a:hover i {
  margin-left: 5px;
  transition: 0.5s;
}
.rightBox .shortStory a i, .rightBox .shortNews a i {
  color: #CE0E2D;
  transition: 0.5s;
}
.rightBox .shortNews a {
  color: inherit;
  display: block;
  margin-bottom: 5px;
}
.rightBox .shortNews span {
  display: block;
  color: #CE0E2D;
  margin-top: 5px;
}

footer {
  background-color: #333333;
  padding-top: 50px;
  padding-bottom: 50px;
}

.ftr img {
  max-width: 220px;
}
.ftr h3 {
  font-size: 18px;
  color: #CE0E2D;
}
.ftr ul li {
  list-style-type: none;
}
.ftr ul li a {
  color: #FFF;
  transition: 0.5s;
  font-weight: 500;
}
.ftr ul li a:hover {
  color: #CE0E2D;
  transition: 0.5s;
}

.menuSettinngs {
  padding-bottom: 95px;
}

.socialMedia ul li {
  display: inline-block;
}
.socialMedia ul li a i {
  font-size: 21px;
}

.aboutsImg {
  text-align: center;
  margin: auto;
  display: block;
}

.news {
  margin-bottom: 30px;
}
.news img {
  border: 5px solid #333333;
}

.contentShort {
  margin-top: 15px;
}
.contentShort h3 {
  font-size: 15px;
  font-weight: bold;
  color: #CE0E2D;
}
.contentShort p {
  font-weight: 500;
}

.newsContent img {
  width: auto;
  max-width: 100% !important;
  float: left;
  margin: 0px 25px 5px 0px;
}
.newsContent h3 {
  color: #CE0E2D;
  font-size: 20px;
  margin-bottom: 20px;
}
.newsContent p {
  font-size: 14px;
}

.specialtiesBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  background-color: #c4c6c8;
  margin-bottom: 20px;
  transition: 0.5s;
  min-height: 281.2px;
}
.specialtiesBox:hover {
  background-color: rgba(206, 14, 45, 0.8);
  transition: 0.5s;
}
.specialtiesBox:hover h3 {
  color: #ffffff;
  transition: 0.5s;
}
.specialtiesBox a {
  display: block;
  height: 100%;
  padding: 60px 0;
}
.specialtiesBox i {
  font-size: 36px;
  margin-bottom: 20px;
}
.specialtiesBox h3 {
  font-size: 18px;
  text-align: center;
  transition: 0.5s;
  margin-left: auto;
  margin-right: auto;
  max-width: 90%;
}
.specialtiesBox img {
  text-align: center;
  max-width: 100px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  display: block;
  margin-bottom: 10px;
}

.gallerySlide {
  margin-top: 50px;
}
.gallerySlide a {
  cursor: pointer;
}
.gallerySlide .swiper-pagination-bullet-active {
  color: #CE0E2D;
  background-color: #CE0E2D;
}

.abouts {
  margin-top: 20px;
}
.abouts h3 {
  color: #CE0E2D;
  font-size: 21px;
  text-align: center;
}

.redtitle {
  text-align: center;
  margin-bottom: 20px;
}
.redtitle h3 {
  color: #CE0E2D;
  font-size: 21px;
}

.certifica {
  margin-bottom: 2px;
}

.swiper-pagination-bullet-active {
  background-color: #CE0E2D;
}

.referance {
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: 0.8s;
}
.referance:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  transition: 0.8s;
}
.referance img {
  max-width: 150px;
  width: 150px;
}

.expertiseContent h3 {
  color: #CE0E2D;
  font-size: 21px;
}
.expertiseContent img {
  float: left;
  max-width: 500px;
  margin-right: 20px;
}

.contactForm h3 {
  font-size: 21px;
  color: #CE0E2D;
  margin-bottom: 20px;
}
.contactForm form button {
  background-color: #CE0E2D;
  padding: 7px 22px;
  margin-top: 20px;
  border: 1px solid #CE0E2D;
  transition: 0.5s;
  color: #FFF;
}
.contactForm form button:hover {
  background-color: transparent;
  border: 1px solid #CE0E2D;
  color: #CE0E2D;
  transition: 0.5s;
}

.contactBG {
  background-image: url("../../assets/img/contact1.jpeg");
  height: 250px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.contactBG h3 {
  color: #ffffff;
  margin-bottom: 0;
  font-size: 36px;
}

.specialties {
  text-align: center;
}
.specialties img {
  float: inherit;
  display: block;
  text-align: center;
  margin: auto;
  margin-bottom: 20px;
}
.specialties ul {
  display: inline-block;
  text-align: left;
}

/*# sourceMappingURL=style.min.css.map */
