* {
  font-family: "Rajdhani";
}
.bg_light {
  background-color: #f8fafb;
}
.bg_light2 {
  background: #e9f1f5;
}
.bg_primary_gradient {
  background: linear-gradient(to bottom, #0092de, #0371af);
}
.header-area {
  background-color: rgba(0, 0, 0, 0.4);
  padding: 10px 0;
}
.header-area .logo img {
  width: 150px;
}

#slideVideo {
  min-width: 100%;
  min-height: 100%;
  width: 100%;
}

.thumb img {
  width: 100%;
}

.saif_heading h1 {
  font-size: 42px;
  position: relative;
  display: inline-block;
  z-index: 9;
  color: #042132;
}
.saif_heading h1::before {
  background: #92d6fd;
  bottom: 12px;
  content: "";
  height: 6px;
  left: 0px;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.saif_heading p {
  font-size: 16px;
}

.bg_primary_gradient .saif_heading h1 {
  color: #fff;
}
.bg_primary_gradient .saif_heading h1::before {
  background: #fff;
  opacity: 0.3;
}
.bg_primary_gradient p {
  color: #fff;
}

.btn.btn-simple {
  font-weight: 500;
  color: #da251c;
  padding: 10px 0;
  margin: 5px 0;
  font-size: 18px;
}

.section {
  padding: 70px 0;
}
.saif_journey img {
  width: 100%;
}

.saif_clients .clients img {
  width: 170px;
  margin: 15px;
}
.why_saif .saif_heading h1 {
  margin: 0;
}
.why_box .icon {
  display: inline-block;
  width: 70px;
  height: 70px;
  background-color: #007cc2;
  border-radius: 100%;
  overflow: hidden;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
  margin-bottom: 15px;
}
.why_box .icon img {
  width: 46px;
}
.why_box .content {
  display: inline-block;
  width: calc(100% - 82px);
  vertical-align: middle;
  padding-left: 10px;
}
.why_box .content h2 {
  margin-bottom: 4px;
}
.why_box .content p {
  line-height: 20px;
}
.why_box .content a {
  color: #042132;
}

.saif_contact_home {
  position: relative;
  background-image: url(../images/bg/3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}
.saif_contact_home .saif_heading h1::before {
  display: none;
}
.form_box {
  margin-bottom: -140px;
  background-color: #e9f1f5;
  padding: 40px;
}

/* FORM */

.error {
  background-color: #ff6600;
  border: #aa4502 1px solid;
  padding: 5px 10px;
  color: #ffffff;
  border-radius: 4px;
}
.success {
  background-color: #12cc1a;
  border: #0fa015 1px solid;
  padding: 5px 10px;
  color: #ffffff;
  border-radius: 4px;
}
.info {
  font-size: 0.8em;
  color: #ff6600;
  letter-spacing: 2px;
  padding-left: 5px;
}
.form-group {
  margin-bottom: 15px;
}
.form-control {
  height: auto;
  padding: 15px;
  border: 1px solid #fff;
  border-radius: 0;
  outline: none !important;
  box-shadow: none !important;
}
.form-control:focus {
  border: 1px solid #007cc2;
}
.message-group .form-control {
  height: 75px;
}
.form-group textarea {
  height: 75px;
}

.contact_widget {
  list-style-type: none;
  padding: 0;
}
.contact_widget .item a {
  font-size: 16px;
  color: #fff;
  margin-bottom: 24px;
  display: block;
  position: relative;
  padding-left: 40px;
}
.contact_widget .item a:hover {
  color: #da251c;
}
.contact_widget .item a i {
  color: #0093dd;
  background-color: #09154c;
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  line-height: 36px;
  font-size: 20px;
}

.form_area h2 {
  font-size: 32px;
}

.contact_info .contact_widget .icon {
  position: relative;
}
.contact_info .contact_widget .icon i {
  color: #0093dd;
  background-color: #09154c;
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  position: absolute;
  top: -3px;
  left: 0;
  text-align: center;
  line-height: 36px;
  font-size: 20px;
}
.contact_info .contact_widget .icon h4 {
  font-size: 22px;
  font-weight: 700;
  padding-left: 45px;
}
.contact_info .contact_widget .item a {
  font-size: 16px;
  color: #060c28;
  margin-bottom: 24px;
  display: block;
  position: relative;
  padding-left: 0;
  font-weight: 500;
}

.mvv_box {
  position: relative;
  text-align: center;
  background-color: #fff;
  padding: 25px;
  /* box-shadow: 0px 3px 0px 0px #007cc236; */
  box-shadow: 0px 8px 12px 0px #025c8f2e;
}
.mvv_box .icon {
  position: relative;
  display: inline-block;
}
.mvv_box .icon::after {
  content: "";
  position: absolute;
  background-color: #007cc2;
  width: 70px;
  height: 70px;
  left: 0;
  top: 0;
  border-radius: 100%;
  opacity: 0.08;
}
.mvv_box .icon img {
  width: 100px;
  padding: 10px;
}
.mvv_box .content h4 {
  font-size: 28px;
  font-weight: 700;
}

.event_box {
  position: relative;
  margin-bottom: 35px;
  transition: 0.3s ease-in-out;
}
.event_box:hover {
  transform: scale(1.06);
  transition: 0.3s ease-in-out;
}
.event_box .image {
  height: 230px;
}
.event_box .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.event_box .content {
  position: relative;
  margin-top: -75px;
  padding: 10px 0 0 10px;
}
.event_box .content::after {
  content: "";
  position: absolute;
  /* background: linear-gradient(0deg, #007cc2, transparent); */
  background: linear-gradient(0deg, #007cc2 40%, transparent) 50%;
  width: 100%;
  height: 130px;
  bottom: -15px;
  left: 0;
  z-index: 0;
}

.event_box .content .title {
  position: relative;
  z-index: 9;
  color: #fff;
  margin: 0;
  line-height: 16px;
  min-height: 32px;
  margin-bottom: 5px;
  font-size: 18px;
}
.event_box .content p {
  color: #fff;
  position: relative;
  z-index: 9;
}

.saif_company {
  padding: 60px 0;
}

.successTag {
  background-color: #1ec22c;
  display: block;
  padding: 8px;
  text-align: center;
  border-radius: 6px;
  color: #fff;
  margin-bottom: 10px;
}
.errorTag {
  background-color: #f00;
  display: block;
  padding: 8px;
  text-align: center;
  border-radius: 6px;
  color: #fff;
  margin-bottom: 10px;
}

.cta_box {
  background: linear-gradient(540deg, #073299, #011a6e);
  text-align: center;
  padding: 45px 30px;
  color: #fff;
  border-radius: 15px;
}

.cta_box h1 {
  font-size: 36px;
}
.cta_box p {
  font-size: 16px;
  color: #fff;
  margin-bottom: 5px;
}

.hightlight_text {
  color: #005687;
  font-size: 19px;
  font-weight: 700;
  line-height: 27px;
  margin-bottom: 26px;
}

#saifGallery .gallery-item {
  display: inline-block;
  width: calc(25% - 10px);
  margin: 3px;
  margin-bottom: 20px;
}
#saifGallery .gallery-item .img-responsive {
  width: 100%;
  height: 170px;
  object-fit: cover;
  transition: 0.3s ease-in-out;
}
#saifGallery .gallery-item .img-responsive:hover {
  transition: 0.3s ease-in-out;
  transform: translateY(-5px);
}

.right_wall {
  position: fixed;
  bottom: 35%;
  right: 0;
}
.right_wall .wall_list {
  padding: 0;
  list-style-type: none;
}
.right_wall .wall_list .item {
  display: block;
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
}
.right_wall .wall_list .item a {
  display: block;
  width: 100%;
  background-color: #0093dd;
  height: 100%;
  margin-bottom: 6px;
  color: #fff;
  text-align: center;
  padding: 8px;
  border-radius: 5px 0 0 5px;
}
.right_wall .wall_list .item a:hover {
  background-color: #da251c;
}
.right_wall .wall_list .item a i {
  font-size: 24px;
}
