/* Fonts  */

@import url("https://fonts.googleapis.com/css2?family=Heebo:wght@100;300;400;500&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@700&amp;display=swap");
@font-face {
  font-family: "markProBold";
  src: url("../fonts/MarkPro-Bold.woff");
}
@font-face {
  font-family: "markPro";
  src: url("../fonts/MarkPro-Medium.woff");
}

/* colours  */

:root {
  --primary: #000000;
  --secondary: #e8151b;
  --ternary: #243d6e;
  --sec-btn: #ffffff;
  --primary-font: #5c5c5c;
}
a:hover {
  text-decoration: none !important;
  color: #fff !important;
}
/* Basic css */

* {
  box-sizing: border-box;

  font-family: "poppins-regular", sans-serif;
  color: var(--primary-font);
}

body{
	overflow-x:hidden;
}

.row {
  margin: 0 !important;
}

ul li {
  list-style: none;
}
p {
  font-family: "Heebo", sans-serif;
}
h2 {
  font-family: "markPro";
  font-weight: 550 !important;
}
.owl-dot,
.owl-nav {
  display: none;
}
/* Spaces */
.space-top {
  margin-top: 127px;
}
.space-left {
  margin-top: 149px;
}
.space-between {
  margin-top: 59px;
}

.no-padding {
  padding: 0 !important;
}

.banner-img {
  display: flex !important;
  align-items: center !important;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgb(255,255,255);
  background: linear-gradient(78deg, rgba(255,255,255,0.989233193277311) 0%, rgba(255,255,255,0) 78%);
}

.banner-content {
  position: absolute;
  left: 100px;
  top: 170px;
  
}
.banner-content p {
  max-width: 550px;
}
.banner-content a {
  background-color: #0e3084;
  padding: 0.5rem 2rem;
  color: #f1f3f5;
}
.banner-content h2 {
  font-size: 48px;
  font-family: "Montserrat", sans-serif;
  color: #2d58c4;
  font-weight: 600;
}
.nav-alignment {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-around;
}
.nav-padding {
  padding-left: 5rem !important;
}

.navbar-brand img {
  padding: 0rem 2rem;
  height: 3.5rem;
}
.nav-navigation {
  padding: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-around;
}

.navbar-nav a {
  margin: 0 1rem;
  font-size: 18px !important;
  transition: 0.5s;
}
.navbar-nav a:hover {
  color: #002786 !important;
}
.mobile-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile-wrapper .fa {
  color: #fff;
  padding-right: 1rem;
}
.mobile-num {
  height: 100%;
  padding: 2rem 3rem;
  background: #1c3f94;
}
.mobile-num a {
  color: #ffffff;
  font-size: 18px;
}
.email-header {
  height: 100%;
  padding: 2rem 2.1rem;
  background: #1c3f94;
  border-left: 1px solid #ffffff;
  color: #ffffff;
}
.email {
  height: 100%;
/*   padding: 2rem 2.1rem;
  background: #1c3f94; */
  border-left: 1px solid #ffffff;
  color: #ffffff;
}
.email a {
  color: #ffffff;
  font-size: 18px;
}

/******** Client logo ************/

.client-logo {
  padding: 2rem 0;
}
.client-logo h2 {
  text-align: center;
  padding-bottom: 1rem;
  font-weight: 600 !important;
}

.client-logo .owl-stage-outer .owl-nav {
  display: none !important;
}

.client-log .owl-carousel div.owl-nav {
  display: none !important;
}

/******** Our Services ************/

.our-service {
  background: #1c3f94;
  padding: 3rem 0;
}
.our-service h2 {
  text-align: center;
  color: #ffffff;
  padding-bottom: 3rem;
  font-weight: 500;
}
.sv-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.sv-card {
  width: 23%;
  min-height: 350px;
  background: #ffffff;
  padding: 3rem 1rem;
  border-radius: 10px;
  position: relative;
  min-height: 480px;
  transition: 0.5s;
  top: 0;
}

.sv-card a {
  background-color: #0e3084;
  padding: 0.5rem 2rem;
  font-size: 14px;
  color: #ffffff;
  opacity: 0;
  transition: 0.5s;
  margin-left: -1rem;
}

.sv-card a:hover {
  text-decoration: none;
  color: #e6e6e6;
}

.sv-card:hover.sv-card a {
  opacity: 1;
  margin-left: 0rem !important;
}

.sv-card:hover {
  top: -1rem;
}

.sv-card-bottom-border {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1rem;
  background: #d6cb30;
}

.sv-card-content {
  margin-top: 1.5rem;
}
.sv-card h3 {
  font-size: 22px;
}

.sv-card p {
  font-size: 15px;
  line-height: 1.5rem;
}

.icon-box {
  width: 130px;
  height: 130px;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ebeef5;
}

.sf-services ul {
  margin-left: -2.3rem;
}
.sf-services ul li {
  font-size: 15px;
}
/******** About us ************/

.abt-content {
  padding: 10rem 0;
}
.abt-content p {
  color: #8c9198;
}
.abt-content h2 {
  margin-bottom: 2rem;
}
.abt-right {
  position: relative;
}
.img-box {
  position: absolute;
  right: 0;
  background: #25354d;
  width: 60%;
  height: 100%;
}

.abt-imgs {
  position: absolute;
  height: 100%;
  z-index: 11;

  display: flex;
  align-items: center;
  justify-content: center;
}
.abt-imgs img {
  height: 30rem;
}

/******** why us ************/

.why-us {
  background-color: #f1f3f5;
}
.why-us img {
  height: 30rem;
}
.why-us-right {
  display: flex;
  align-items: center;
  justify-content: center;
}
.why-us-content {
  max-width: 800px;
}

/******** Our Clients ************/
.our-clients {
  position: relative;
  padding: 3rem 0;
}

.our-clients h2 {
  text-align: center;
  color: #1d3a91;
  padding-bottom: 0rem;
  font-weight: 600;
}
.client-wrapper {
  width: 100%;
  padding: 0rem 3rem;
  height: auto;
  background-color: #25354d;
  display: flex;
  align-items: center;
  justify-content: center;
}

.our-clients .fa {
  color: #fff;
  font-size: 22px;
  cursor: pointer;
}

.client-card {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  padding: 3rem 2rem;
  width: 90%;
  margin: 0 1.5rem;
  min-height: 590px;
  height: auto;
  text-align: center;
  background-color: #f1f3f5;
  bottom: 0;
  transition: 0.5s;
}

@media (max-width: 1400px) {
  .client-card {
    min-height: 711px;
  }
}

@media (max-width: 990px) {
  .our-clients .owl-carousel .owl-stage {
    min-height: 985px !important;
  }
}

.quote-icons {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #0e3084;
  margin: 1em 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.quote-icons img {
  height: 2rem;
  transition: 0.5s;
}

.client-card:hover {
  background-color: #e6e6e6;
}
.client-card:hover .quote-icons img {
  height: 3rem !important;
}

.client-card h2 {
  font-size: 25px;
  color: #000000;
}

.our-clients .owl-carousel .owl-stage {
  min-height: 880px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.profile-img-holder {
  position: absolute !important;
  width: 150px;
  height: 150px;
  border: 5px solid #25354d;
  border-radius: 50%;
  background-color: #ffffff;
  top: 0;
  margin-top: -6rem;
  z-index: 1111111111 !important;
  transition: 0.5s;
}

.client-card:hover .profile-img-holder {
  background-color: #d6cb30;
  width: 155px;
  height: 155px;
}
.next-prev-bt {
}
/******** Mark Served ************/

.mark-served {
  width: 100%;
  height: auto;
  background: #0e3084;
}

.mark-served-left-box {
  display: flex;
  padding: 0 3rem;
  align-items: center;
}
.mks-content {
  margin-left: 2.5rem;
}
.mks-content h2 {
  text-align: left;
  color: #ffffff;
  margin-bottom: 2rem;
}
.mks-content ul {
  margin-left: -2.5rem;
  min-width: 320px;
}

.mks-content ul li {
  color: #ffffff;
  padding-bottom: 1.5rem;
  margin-right: 2rem;
  list-style: none;
}
.mks-content ul li::before {
  font-family: "FontAwesome";
  color: #d6cb30;
  content: "\f0da";
  padding-right: 3rem;
  position: absolute;
  left: 0;
}
/******** Our Team ************/

.our-team {
  padding: 3rem 0;
}
.our-team h2 {
  text-align: center;
  color: #5e6674;
  padding-bottom: 2rem;
}
.team-card {
  width: 95%;
  height: auto;
}
.team-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
}
.team-content {
  background: #f9fafb;
  position: relative;
  width: 100%;
  padding: 0.5rem 0.5rem;
  margin-top: 0.5rem;
  text-align: left !important;
  -webkit-box-shadow: 2px 6px 6px -3px rgba(191, 185, 191, 1);
  -moz-box-shadow: 2px 6px 6px -3px rgba(191, 185, 191, 1);
  box-shadow: 2px 6px 6px -3px rgba(191, 185, 191, 1);
}
.team-content h3 {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  padding-bottom: 0 !important;
  margin-bottom: -0rem;
}
.team-content p {
  font-size: 14px;
}

.team-next-prev {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.team-next-prev .cus-next {
  background: #f9fafb;
  border: 1px solid #f4eded;
  padding: 1rem 1rem;
  margin: 0.5rem;
  cursor: pointer;
}
.team-next-prev .cus-prev {
  background: #f9fafb;
  border: 1px solid #f4eded;
  padding: 1rem 1rem;
  margin: 0.5rem;
  cursor: pointer;
}
/********************************************
               Footer
*********************************************/
.footer {
  width: 100%;
  height: auto;
  /* background: rgb(7, 32, 90);
  background: linear-gradient(
    87deg,
    rgba(7, 32, 90, 1) 0%,
    rgba(13, 70, 132, 1) 71%
  ); */
  /* background-image: url("../images/footer-bg.jpg"); */
  background: #002786;
  padding: 40px 90px 10px 90px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.footer-pattern {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("../images/map.html");
}
.widget-text p {
  color: #ffffff;
  font-size: 13px;
  line-height: 25px;
  padding: 15px 60px 0 0;
  font-weight: 300;
}

.widget-title h5 {
  font-size: 22px;
  color: #dfd7d3 !important;
}
.widget-list ul li {
  color: #fff;
  z-index: 121;
  font-size: 13px;
  font-weight: lighter;
}
.widget-list i {
  margin-right: 5px;
}
.widget-list ul {
  margin: 0;
  margin-top: 40px;
  z-index: 121;
  padding-left: 0 !important;
}
.widget-list ul li {
  margin-top: 15px;
  z-index: 121;
}
.widget-list ul li a {
  text-decoration: none;
  color: #ffffff;
  transition: 0.5s;
  z-index: 121;
  font-size: 15px;
  font-weight: lighter;
  /* text-transform: capitalize !important; */
}
.footer-logo-btn {
  margin: 2rem 0;
}

.footer-logo-btn a {
  background: #1c3f94;
  padding: 1rem 2rem;
  text-align: center !important;
  font-size: 14px;
  color: #fff;
}

@media (max-width: 662px) {
  .abt-content p {
    padding-right: 0rem !important;
  }
}

.widget-list ul li a:hover {
  margin-left: 5px;
}
/* .widget-list ul li::before {
  content: "\f054";
  font-family: "my-icon-font";
  color: rgb(255, 254, 254);
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -2em;
} */

.widget-contact ul li {
  list-style: none !important;
  margin-left: 8px;
  z-index: 1;
}

/* .widget-title h5::before {
  content: "";
  position: absolute;
  margin-top: 40px;
  width: 40px;
  height: 5px;
  background: #f0f0f0;
} */
.widget-title h5::before {
  content: "";
  position: absolute;
  margin-top: 40px;
  width: 82px;
  height: 2px;
  background: #f0f0f0;
}
.widget-contact {
  display: flex;
  margin-left: 10px;
  margin-top: 10px;
  z-index: 2;
  text-transform: lowercase !important;
}

.widget-contact .fa:before {
  position: absolute;
  margin-left: -20px;
  margin-top: 20px;
  color: #f0f0f0;
}
.widget-social ul {
  /* margin-left: -25px; */
}
.widget-social ul li {
  display: inline-block;
  padding-right: 25px;
  z-index: 121;
}
.btn-footer {
  margin-top: 25px;
}
.footer hr {
  border-top: 1px solid rgba(114, 114, 114, 0.493);
  width: 100%;
  margin: 0 auto;
}
.btn-footer p {
  font-size: 13px;
  text-align: center;
  color: var(--sec-btn);
}

.btn-footer a {
  color: var(--secondary);
}
.btn-footer a:hover {
  text-decoration: none;
}
.ttm-our-location-list {
  margin-top: 10px !important;
}

@media (max-width: 987px) {
  .footer-bottom p {
    font-size: 12px !important;
  }
}

/* Animations */
@keyframes fadeAndScale {
  from {
    opacity: 0;
    transform: scale3d(0, 0, 1);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}

/* .copyrights {
  display: flex;
  justify-content: space-between;
} */

.copyrights p {
  font-size: 14px;
  color: #fff;
  text-align: center;
}
.copyrights a {
  color: #fff;
  transition: 0.5s !important;
  font-weight: 600;
}
.navbar-light .navbar-toggler-icon {
  background-image: url(../images/menu.html);
}
@media (max-width: 780px) {
  .copyrights {
    flex-direction: column;
    text-align: center;
  }
  .copyrights p {
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 1rem;
    font-size: 12px;
  }
  .quality-inside-content {
    position: relative;
    margin-top: 10rem;
    padding: 0 1rem;
    margin-left: 3rem;
  }
  .quality-inside-content h2 {
    font-size: 20px;
  }
  .safety-vision {
    background: #bd1701;

    padding: 3rem 1rem;
  }
  .safety-vision p {
    font-size: 14px;
  }
  .safety-vision ul li {
    font-size: 14px;
  }
  .safety-mission {
    padding: 2rem 1rem;
  }
  .safety-mission p {
    font-size: 14px;
  }
  .widget-title h5 {
    font-size: 22px;
    color: #dfd7d3 !important;
    margin-top: 1rem;
  }
  .main-sv {
    padding: 0rem;
  }
  .header .top-header {
    display: none;
  }
  .about-us-content h2 {
    font-size: 1.5rem;
    font-weight: 600;
    font-family: "MuseoSansCyr" !important;
  }
  .quality-top-border {
    display: none;
  }
  .quality-inside-content {
    margin-top: 3rem !important;
  }
  .quality-inside-content p {
    line-height: 1.6rem;
    font-size: 14px !important;
  }
  .footer {
    padding: 0;
  }
  .navbar-nav {
    text-align: center;
    background: #1f3264;
    padding: 1rem 1rem !important;
    padding-bottom: 0rem !important;
  }
  .navbar {
    padding-bottom: 0rem !important;
  }
  .service-block {
    padding: 0rem 0 !important;
  }
}
/* footer bottom */

.footer-bottom {
  z-index: -2;
  padding: 0px;
  color: #fff !important;
  display: flex;
  height: 46px;
  align-items: center;
  justify-content: center;
}
.footer-bottom p {
  color: #fff !important;
  margin-top: 15px;
  font-size: 14px;
  text-transform: uppercase;
}
.footer-ovarlay {
  position: absolute;
  z-index: 1;
  top: 0;
}
/* footer bottom end */

.navbar-light .navbar-toggler {
  color: none !important;
  border-color: none !important;
}

@media (max-width: 990px) {
  .footer-ovarlay {
    display: none;
  }
}

/************* Contact us **************/

.contact-field input {
  width: 100%;
  border: none;
  background-color: #f7f9ff;
  padding: 15px 15px;
  transition: 0.3s;
  border-radius: 0px;
  border: 1px solid rgba(183, 183, 183, 0.38);
}
.contact-field select {
  width: 100%;
  border: none;
  background-color: #f7f9ff;
  padding: 15px 15px;
  transition: 0.3s;
  border-radius: 0px;
  border: 1px solid rgba(183, 183, 183, 0.38);
}
.contact-field {
  padding-right: 0;
}

.contact-field textarea {
  width: 100%;
  border: none;
  padding: 15px;
  transition: 0.3s;
  border-radius: 10px;
  background-color: #f7f9ff;
  height: 100px;
  border: 1px solid rgba(183, 183, 183, 0.38);
}
.p-relative {
  position: relative;
}
.mb-30 {
  margin-bottom: 30px;
}

.services-box .services-content2 {
  margin-top: 25px;
  padding-bottom: 30px;
  transition: 0.3s;
  padding-left: 30px;
  padding-right: 30px;
}

.services-icon i {
  font-size: 42px;
  color: #fff;
  text-align: center;
  line-height: 90px;
}

/* CONTACT */
.contact-box {
  width: 100%;
  display: block;
  margin-bottom: 30px;
}
.contact-box small {
  width: 100%;
  display: block;
  margin-bottom: 5px;
  opacity: 0.5;
  font-weight: 600;
}
.contact-box a {
  color: #0e0e0e;
  text-decoration: underline;
}

.map {
  height: 380px;
  margin-left: -50px;
  margin-right: -50px;
  margin-bottom: 60px;
  margin-top: 30px;
  position: relative;
}
.map:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #4237ef;
  mix-blend-mode: color;
}
.map .map-note {
  width: 300px;
  height: calc(100% - 60px);
  position: absolute;
  left: 50px;
  top: 30px;
  z-index: 2;
  padding: 30px;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #4237ef;
}
.map .map-note h6 {
  margin-top: auto;
  font-weight: 600;
}

.contact-image {
  width: 100%;
  margin: 0;
}
.contact-image img {
  width: 100%;
}

/* CONTACT FORM */
.contact-block {
  padding: 5rem 0;
}
.contact-block h2 {
  font-family: "markPro";
}
.contact-block h5 {
  font-family: "markPro";
}

.contact-form {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
}

.contact-form .form-group {
  margin-bottom: 0;
}
.contact-form #contact {
  display: block;
}
.contact-form #contact .form-group {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 35px;
}
.contact-form #contact .form-group:last-child {
  margin-bottom: 0;
}
.contact-form #contact .form-group .checkbox {
  display: flex;
  flex-wrap: wrap;
  width: 30%;
  height: 52px;
  border: 1px solid #ccc;
  margin-right: 5%;
  align-items: center;
  padding-left: 15px;
}
.contact-form #contact .form-group .checkbox:last-child {
  margin-right: 0;
}
.contact-form #contact .form-group .checkbox input[type="checkbox"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  display: inline-block;
  margin-right: 5px;
}
.contact-form #contact .form-group .checkbox input[type="checkbox"]:checked {
  background: #131314;
  -webkit-box-shadow: inset 0px 0px 0px 2px #fff;
  -moz-box-shadow: inset 0px 0px 0px 2px #fff;
  box-shadow: inset 0px 0px 0px 2px #fff;
}
.contact-form #contact .form-group .checkbox small {
  display: inline-block;
  margin-top: 2px;
}
.contact-form #contact .form-group .checkbox label {
  order: 3;
}
.contact-form #contact .form-group p {
  width: 100%;
  display: block;
  line-height: 1;
  margin-bottom: 15px;
}
.contact-form #contact .form-group small {
  display: block;
  font-size: 13px;
  opacity: 0.4;
}
.contact-form #contact .form-group input[type="text"] {
  width: 100%;
  background: none;
  position: relative;
  z-index: 2;
}
.contact-form #contact .form-group textarea {
  width: 100%;
  position: relative;
  z-index: 2;
}
.contact-form #contact .form-group label.error {
  color: red;
  margin-top: 5px;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 13px;
}
.contact-form input.error {
  border: 1px solid red;
}
.contact-form textarea.error {
  border: 1px solid red;
}
.contact-form #success,
.contact-form #error {
  display: none;
  float: left;
  width: 100%;
  margin-top: 30px;
  font-size: 600;
  font-size: 15px;
}
.contact-form #error {
  background: red;
  color: #fff;
}
.contact-form #success {
  background: green;
  color: #fff;
}
.contact-form .alert {
  border: none;
  border-radius: 0;
  padding: 40px 30px;
}

.services-box .services-content2 {
  margin-top: 25px;
  padding-bottom: 30px;
  transition: 0.3s;
  padding-left: 30px;
  padding-right: 30px;
}

.services-icon i {
  font-size: 42px;
  color: #fff;
  text-align: center;
  line-height: 90px;
}

.contact-area::after {
  content: "";
  background: #f4fbfb;
  position: absolute;
  width: 90%;
  height: 100%;
  left: 5%;
  top: 0;
  z-index: 0;
}
.after-none::after {
  display: none;
}
.contact-area .container {
  position: relative;
  z-index: 1;
}
.contact-bg02 .slider-btn {
  width: 100%;
}

.contact-bg-an-01 {
  position: absolute;
  left: 9.8%;
  top: 25%;
  animation: alltuchtopdown 3s infinite;
  -webkit-animation: alltuchtopdown 3s infinite;
  animation-delay: 0s;
  -webkit-animation-delay: 1s;
}
.contact-bg-an-02 {
  position: absolute;
  right: 3%;
  bottom: 7%;
  animation: alltuchtopdown 5s infinite;
  -webkit-animation: alltuchtopdown 5s infinite;
  animation-delay: 0s;
  -webkit-animation-delay: 3s;
}

.services-box.contact-box {
  background: #0e2052;
  color: #fff;
}
.services-box.contact-box h5 {
  color: #fff;
}
.services-box.contact-box .services-icon i {
  background: #3788eb;
  width: 90px;
  height: 90px;
  border-radius: 50%;
}

@keyframes alltuchtopdown {
  0% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
  }
  50% {
    -webkit-transform: rotateX(0deg) translateY(-20px);
    -moz-transform: rotateX(0deg) translateY(-20px);
    -ms-transform: rotateX(0deg) translateY(-20px);
    -o-transform: rotateX(0deg) translateY(-20px);
    transform: rotateX(0deg) translateY(-20px);
  }
  100% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
  }
}
@-webkit-keyframes alltuchtopdown {
  0% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
  }
  50% {
    -webkit-transform: rotateX(0deg) translateY(-20px);
    -moz-transform: rotateX(0deg) translateY(-20px);
    -ms-transform: rotateX(0deg) translateY(-20px);
    -o-transform: rotateX(0deg) translateY(-20px);
    transform: rotateX(0deg) translateY(-20px);
  }
  100% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
  }
}
.contact-field input {
  width: 100%;
  border: none;
  background-color: #fafafa;
  padding: 15px 15px;
  transition: 0.3s;
  border-radius: 0px;
  border: 1px solid rgba(183, 183, 183, 0.38);
}
.contact-field select {
  width: 100%;
  border: none;
  background-color: #fafafa;
  padding: 15px 15px;
  transition: 0.3s;
  border-radius: 0px;
  border: 1px solid rgba(183, 183, 183, 0.38);
}

.services-box.contact-box {
  background: #0e2052;
  color: #fff;
}
.services-box.contact-box p {
  color: #fff;
  font-size: 14px;
}
.custom-btn {
  background-color: #0c4a97;
  color: #fff;
  text-align: center;
  padding: 10px 20px;
  margin: 1rem 0;
}
.custom-btn:hover {
  background-color: #2264b4;
  color: #fff;
  text-align: center;
  padding: 10px 20px;
}
.contact-field input:focus {
  outline: none;
}
textarea:focus {
  outline: none;
}
.services-area .services-box {
  padding-top: 30px;
  border-radius: 10px;
}

.custom-btn {
  background-color: #0c4a97;
  color: #fff;
  text-align: center;
  padding: 10px 20px;
  margin: 1rem 0;
}
.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/************** Team inside page *************/

.team-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  transition: 0.5s;
}
.img-card {
  width: 22%;
  margin: 1rem;
}

.inner-content-title {
  padding: 1rem 0;
}
.inner-content-title h2 {
  text-align: center;
}
.inner-content h2 {
  color: #002786;
  margin-bottom: 2rem;
}
.mission-vision-content h2 {
  color: #002786;
  margin-bottom: 2rem;
}

.sv-inside-block {
  background: url(../images/bg-pattern.png);
}
.services-inside {
  padding: 3rem 0;
}

.sv-in-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.svin-card {
  width: 22%;
  padding: 3rem 0;
  margin: 0 1rem;
  display: flex;
  align-items: center;
  border-radius: 1rem;
  flex-direction: column;
  background-color: #eeeeee;
  margin-bottom: 1rem;
  position: relative;
  margin-top: 0;
  transition: 0.5s;
  text-align: center;
}
.sv-card-block-2 .svin-card {
  height: 300px;
}
.svin-card:hover {
  transition: all 0.5s;
  transform: translateX(10px);
}
.sv-in-circle {
  width: 80px;
  height: 80px;
  /* padding: 1rem; */
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #002786;
  margin-bottom: 2rem;
}
.sv-in-circle img {
  height: 3rem;
}

.sv-header {
  text-align: center;
  margin-bottom: 3rem;
}
.sv-header h2 {
  color: #002786;
}
/******************** Inside About ***********************/

.about-us-inside {
  padding: 5rem 0;
}

.inner-content {
  padding: 2rem 0;
}
.images-after img::before {
  content: "";
  width: 80%;
  height: 560px;
  position: absolute;
  z-index: -111;
  right: 0px;
  margin-top: 120px;
  background-image: red;
  z-index: 1111;
}

.three-boxes {
  padding: 2.5rem 0;
  background: #f5f4f4;
}

.threebox-wrapper {
  background: #fff;
}
.threebox-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 5%), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  flex-wrap: wrap;
  padding: 2rem 2rem;
}

.boxes {
  width: 32%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 3rem;
  min-height: 10rem;
  border: 0.3rem solid #ffd200;
  border-radius: 0.5rem;
  background: #0c4a97;
  color: #f0f0f0 !important;
}

.boxes p {
  color: #f0f0f0 !important;
}

.container-adjust {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.container-adjust {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.certificate-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 0;
  box-shadow: 0 4px 8px 0 rgba(238, 238, 238, 0.001),
    0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.certificates hr {
  margin: 3rem 0 !important;
}
.certificate-wrapper .col-lg-3 {
  border-right: 1px solid #002786;
}
.certificate-wrapper .col-lg-9 {
  padding: 0 4rem;
}
.certificates {
  padding: 3rem 0;
}
.certificate-img {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.certificate-img img {
  height: 10rem;
}
.certificate-img h4 {
  font-size: 18px;
}

/**************** Career ******************/

.career-content h2 {
  margin-left: 1rem;
  color: #1c3f94;
}

@media (max-width: 1199px) {
  .svin-card {
    width: 45%;
  }
  .sv-in-wrapper {
    justify-content: center !important;
    align-items: center !important;
  }
}
@media (max-width: 772px) {
  .svin-card {
    width: 100%;
  }
  .services-inside {
    padding: 2rem 0;
  }
}

.dropdown-menu a {
  font-size: 16px;
  font-weight: lighter;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid #f7f1f1;
}
.dropdown-menu a:last-child {
  border-bottom: none;
}

@media (max-width: 990px) {
  /* .dropdown-menu.show {
    display: block;

    width: 100vw;
    margin-left: 0rem;
  } */

  .dropdown-menu {
    width: 100% !important;
    margin-left: 0;
  }
  .navbar-collapse {
    text-align: center;
    margin: 0;
    background: #0c4a97;
  }
  .dropdown-menu {
    text-align: center;
  }
  .dropdown-menu .dropdown-item {
    color: #002786 !important;
    font-size: 14px !important;
    text-transform: capitalize;
  }
  .dropdown-item {
    margin-left: 0 !important;
    color: #000000;
  }
}

/* .dropdown-menu.show {
  display: block;
  transition: 2s;
} */

/* ============ desktop view ============ */
@media all and (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s ease-in-out !important;
    transform: translateY(20%);
    -webkit-transition: 350ms display-none-transition;
    z-index: -1;
  }
  .navbar .nav-item:hover .dropdown-menu {
    transition: 0.3s;
    z-index: 1;
    opacity: 1;
    visibility: visible;
    top: 100%;
    transform: rotateX(0deg);
    margin-top: 2.3rem;
  }
  .navbar .nav-item .dropdown-menu {
    margin-top: 0;
    border-radius: 0 !important;
    border: none;
  }
  .dropdown-menu a {
    margin-left: 0px;
    font-size: 13px;
  }
  .dropdown-menu .dropdown-item {
    font-size: 14px !important;
    text-transform: capitalize !important;
    padding: 0.5rem 2rem;
    text-align: left;
  }
  .dropdown-menu {
    margin-top: 1rem !important;
  }
  .dropdown-menu::after {
    content: "";
    position: absolute;
    top: 0;
    left: 20%;
    margin-left: 0rem;
    margin-top: -15px;
    width: 0;
    z-index: 1;
    height: 0;
    border-bottom: solid 15px #ffffff;
    border-left: solid 15px transparent;
    border-right: solid 15px transparent;
  }
}

/***************** Main Clients ******************/
.section_our_client {
  padding: 4rem 0;
}

.client_main_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.client_main_cards {
  width: 20%;
  margin: 1rem;
  border: 1px solid #212529;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*********** Inner banner ***********/

.inner-banner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.inner-banner-content {
  position: absolute;
  left: 0;
  top: 1;
  padding-left: 7rem;
}
.inner-banner-content h2 {
  color: #f0f0f0;
  font-size: 32px;
}

.bread-crumbs {
  background: #f1efef;
  padding: 1rem;
}
.bread-crumbs a {
  color: #131314;
  transition: 0.5s;
}
.bread-crumbs a:hover {
  color: #002786 !important;
}

.widget-location-footer {
  text-transform: capitalize;
}

.certificate-wrapper a {
  color: #002786;
  transition: 0.5s;
}
.certificate-wrapper a:hover {
  color: #3287bc !important;
}

@media (max-width: 1600px) {
  .nav-item a {
    font-size: 16px !important;
  }
  .mobile-num a {
    font-size: 16px !important;
  }
  .email a {
    font-size: 16px !important;
  }
  .navbar-light .navbar-nav .nav-link {
    padding: 0 !important;
  }
}

@media (max-width: 990px) {
  .navbar-light .navbar-nav .nav-link {
    padding: 1rem 0 !important;
  }
}

/* client */

.cl-navv{
  display: flex;
  align-items: center ;
  justify-content: center;
  margin-top: 1.2rem;
}
.cl-navv .fa{
  color: #fff;

}
.customPrevBtnCl{
  padding: .5rem;
  background: #002786;
  transition: 0.5s;
}

.customNextBtnCl{
  padding: .5rem;
  background: #002786;
  margin: 0rem 01rem;
  transition: 0.5s;
}

.customPrevBtnCl:hover{

  background: #092059;
}

.customNextBtnCl:hover  {

  background: #092059;

}

@media(max-width:780px){
  .cl-navv{
    display: none;
  }
}
.download{
  color: var(--ternary);
}
.download a{
  color: var(--ternary);
  font-weight: bold;
  transition: 0.3s ease-in-out;
}
.download a:hover{
  color: #3287bc!important;
}