:root {
  --ag-primary: #0e2a59;
  --ag-primary-light: #f2f5fb;
  --ag-secondary: #939498;
  --ag-secondary-light: #f2f5fb;
  --ag-white: #ffffff;
  --ag-black: #000000;
  --ag-gray: #757575;
}
* {
  font-family: "poppins";
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}
p,
span,
li,
em {
  font-size: 16px !important;
  font-weight: 400 !important;
  color: var(--ag-gray) !important;
}
.section {
  padding: 80px 0;
}
.btn-primary {
  background: transparent !important;
  border: 1px solid var(--ag-primary) !important;
  border-radius: 3px !important;
  padding: 8px 20px !important;
  color: var(--ag-primary) !important;
}
.btn-primary:hover {
  background: var(--ag-primary) !important;
  border: 1px solid var(--ag-primary) !important;
  color: var(--ag-white) !important;
}
.btn-primary span {
  color: var(--ag-primary) !important;
}
.btn-primary:hover span {
  color: var(--ag-white) !important;
}
.astra-heading .sub-title {
  font-size: 16px;
  text-transform: uppercase;
  color: var(--ag-primary);
  font-weight: 600;
  padding-left: 30px;
  margin-bottom: 5px;
  position: relative;
  display: inline-block;
}
.astra-heading .sub-title::after {
  content: "";
  position: absolute;
  border-top: 2px solid var(--ag-primary);
  width: 25px;
  left: 0;
  top: 8px;
}
.astra-heading .title {
  font-weight: 800;
  font-size: 38px;
}
.bg_light {
  background-color: #f8fafb;
}
.bg_light2 {
  background: #e9f1f5;
}
.bg_primary_gradient {
  background: linear-gradient(to bottom, #0092de, #0371af);
}
.header-area {
  background-color: transparent;
  padding: 10px 0;
}
.header-area .logo img {
  width: 150px;
}

/* BANNER */
.astra-banner {
  background: linear-gradient(55deg, #dce1eb, #f2f5fb);
  padding-top: 170px !important;
  position: relative;
}

/* .astra-banner::after {
  content: "";
  position: absolute;
  background-image: url(../public/banner.png);
  width: 50%;
  height: 100%;
  top: 0;
  right: 0;
} */
.astra-banner .banner-text h1 {
  font-size: 38px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.astra-banner .banner-text h1 span {
  font-size: 58px !important;
  font-weight: 700 !important;
  color: var(--ag-primary) !important;
}
.astra-banner .banner-text h2 {
  font-size: 42px;
  text-transform: uppercase;
  font-weight: 400;
}
.astra-banner .banner-image img {
  width: 80%;
  height: auto;
}

.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_box {
  background: #eef3f5;
  padding: 20px;
  min-height: 345px;
}
.why_box:hover {
  background: var(--ag-primary);
}
.why_box .icon {
  display: block;
  width: 70px;
  height: 70px;
  background-color: var(--ag-primary);
  border-radius: 100%;
  overflow: hidden;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
  margin-bottom: 15px;
}
.why_box:hover .icon {
  background-color: #eef3f5;
}
.why_box .icon img {
  width: 50px;
}
.why_box:hover .icon img {
  filter: brightness(0);
}
.why_box .content {
  display: block;
  width: 100%;
  vertical-align: middle;
  padding-left: 10px;
}
.why_box .content h2 {
  margin-bottom: 4px;
}
.why_box:hover .content h2 {
  color: var(--ag-white);
}
.why_box .content p {
  line-height: 20px;
}
.why_box:hover .content p {
  color: var(--ag-white) !important;
}
.why_box .content a {
  color: #042132;
}

.astra-contact-home {
  position: relative;
  background-image: url(../images/bg/3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}
.astra-contact-home .saif_heading h1::before {
  display: none;
}
.form_box {
  background-color: #e9f1f5;
  padding: 40px;
}

/* FORM */

.error {
  background-color: #ff6600;
  border: #aa4502 1px solid;
  padding: 5px 10px;
  color: #ffffff !important;
  border-radius: 4px;
  text-align: center;
}
.success {
    background-color: #32c13d;
    border: 1px solid #32c13d !IMPORTANT;
    padding: 5px 10px;
    color: #ffffff !IMPORTANT;
    border-radius: 4px;
    text-align: center;
}
.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 var(--ag-primary);
}
.message-group .form-control {
  height: 75px;
}
.form-group textarea {
  height: 75px;
}
.astra-form #captcha_code {
  width: 80px !important;
  height: 50px !important;
}
.astra-form .btnRefresh {
  background: var(--ag-primary);
  border: 1px solid var(--ag-primary);
  color: #fff;
  padding: 10px;
  height: 50px;
}
.astra-form #captcha {
  width: calc(100% - 170px);
  display: inline-block;
}
.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: #aebedb;
}
.contact_widget .item a i {
  color: var(--ag-white);
  background-color: #21304b;
  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: var(--ag-white);
  background-color: var(--ag-primary);
  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;
  color: #000;
}
.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 var(--ag-primary)36; */
  box-shadow: 0px 8px 12px 0px #025c8f2e;
}
.mvv_box .icon {
  position: relative;
  display: inline-block;
}
.mvv_box .icon::after {
  content: "";
  position: absolute;
  background-color: var(--ag-primary);
  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, var(--ag-primary), transparent); */
  background: linear-gradient(0deg, var(--ag-primary) 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 !important;
  margin-bottom: 10px;
}
.errorTag {
  background-color: #f00;
  display: block;
  padding: 8px;
  text-align: center;
  border-radius: 6px;
  color: #fff !important;
  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: var(--ag-primary);
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 15px;
  background: #f1f3f5;
  border-radius: 6px;
  padding: 5px 10px;
}

#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: var(--ag-primary);
  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;
}

.astra-cta-section {
  background: #c4d9ff;
  clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 100%);
}
.astra-cta-section h2 {
  font-size: 32px;
  color: var(--ag-primary);
}
.astra-cta-section .cta-btn {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: right;
}
.astra-cta-section p {
  color: #222 !important;
}
