*,
* button:focus {
  outline: 0;
}

:root {
  --mainColor: #00286e;
  --subColor: #C8C5C7;
  /* --subColor2: #77643d; */
}

.mainColor {
  color: var(--mainColor) !important;
}

.mainBack {
  background-color: var(--mainColor) !important;
  border-color: var(--mainColor) !important;
}

html::-webkit-scrollbar {
  height: 20px;
  width: 10px;
  background: #f1f1f1;
  border-radius: 10px;
}

html::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 10px;
}

html::-webkit-scrollbar-corner {
  background: #999;
  border-radius: 10px;
}

body {
  font-family: "Lato", sans-serif;
  text-decoration: none;
  font-size: 0.9em;
  overflow-x: hidden;
  position: relative;
  color: var(--mainColor);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  margin: 0;
  line-height: 1.3;
}

body a:hover {
  text-decoration: none;
}

body a:focus {
  outline: 0;
}

body ul {
  list-style-type: none;
  margin: 0;
}

.btn-default:active,
.btn-default:active:focus,
.btn-default:active:hover,
.btn-default:focus,
.btn-default:hover,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
  -webkit-appearance: none;
}

.btn:active,
.btn:active:focus,
.btn:active:hover,
.btn:focus,
.btn:hover,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
  transition: all 0.6s ease;
  outline: 0;
}

/* ==================== global style ============================== */
a,
span,
img {
  display: inline-block;
  transition: all 0.3s ease;
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: #999;
}

ul {
  padding: 0;
}

img {
  max-width: 100%;
  max-height: 100%;
}

p {
  font-size: 15px;
  line-height: 1.7;
  margin: 0;
}

.text,
.text * {
  font-size: 14px;
  line-height: 1.8;
}

small.text {
  font-size: 12px;
}

.section_padding {
  padding: 80px 0;
}

/* --------------- to_top button --------------- */
.progress-wrap {
  position: fixed;
  left: 20px;
  bottom: 20px;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.0666666667);
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  transform: translateX(-100px);
  z-index: 99;
  transition: all 200ms linear;
}
.progress-wrap::after {
  background: url(../images/top-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  color: #000;
  left: 13px;
  top: 13px;
  height: 25px;
  width: 25px;
  display: block;
}
.progress-wrap svg path {
  fill: #f8f8f8;
}
.progress-wrap svg.progress-circle path {
  stroke: #000;
  stroke-width: 5;
  box-sizing: border-box;
}
.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.swiper-button-next::after,
.swiper-button-prev::after {
  color: var(--mainColor);
  font-size: 30px;
}

.swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: var(--mainColor);
  margin: 10px;
}

.swiper-notification {
  display: none;
}

.sec_title {
  font-size: 30px;
}

/* --------------- navbar --------------- */
.navbar .navbar-brand {
  width: 170px;
}
.navbar .navbar-nav .nav-link {
  font-size: 17px;
  font-weight: 600;
  margin: 0 15px;
}
.navbar .navbar-nav .nav-link.active {
  color: var(--mainColor);
}
.navbar .side_nav i {
  font-size: 25px;
}

/* --------------- header --------------- */
header .header_slider {
  position: relative;
  overflow: hidden;
}
header .header_slider .slider_card {
  position: relative;
}
header .header_slider .slider_card .bg_img {
  height: 500px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
header .header_slider .slider_card .content {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  z-index: 20;
}
header .header_slider .slider_card .content.top_center {
  top: 0;
  transform: translateY(0);
  padding: 20px;
}
header .header_slider .slider_card .content h2 {
  font-size: 40px;
  font-weight: 400;
  line-height: 1.4;
}
header .header_slider .slider_card .content p {
  font-size: 26px;
}

/* --------------- about --------------- */
.about {
  padding: 80px 0;
}
.about .top_info {
  text-align: center;
  margin-bottom: 70px;
}
.about .top_info h2 {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 20px;
}
.about .top_info .text,
.about .top_info .text *{
  font-size: 23px;
}
.about .img {
  position: relative;
  height: 400px;
}
.about .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about .img .info {
  position: absolute;
  z-index: 10;
  width: 50%;
  min-width: -moz-max-content;
  min-width: max-content;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.about .img .info h2 {
  font-size: 35px;
  margin-bottom: 15px;
}
.about .img .info p {
  font-size: 25px;
}

/* --------------- technologies --------------- */
.technologies {
  padding-bottom: 80px;
}
.technologies .tec_card {
  position: relative;
  margin-top: 50px;
  display: block;
}
.technologies .tec_card .img {
  height: 250px;
}
.technologies .tec_card .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.technologies .tec_card h3 {
  font-size: 21px;
  margin-top: 30px;
}

/* --------------- action --------------- */
.action {
  position: relative;
  padding: 80px 0;
  background-color: #DCE8F7;
}
.action .ac_card {
  position: relative;
  margin-top: 50px;
}
.action .ac_card .logo_img img {
  max-width: 200px;
  margin-bottom: 15px;
}
.action .ac_card .info {
  margin-top: 30px;
}
.action .ac_card .info p {
  font-size: 20px;
  color: #666;
}

/* --------------- release --------------- */
.release {
  position: relative;
  padding: 80px 0;
}
.release .release_cards {
  position: relative;
}
.release .release_cards .release_slider {
  position: relative;
  overflow: hidden;
}
.release .release_cards .swiper-button-next {
  left: auto;
  right: 30px;
}
.release .release_cards .swiper-button-prev {
  left: 30px;
  right: auto;
}
.release .release_cards .swiper-button-next::after,
.release .release_cards .swiper-button-prev::after {
  font-size: 20px;
  color: #555;
}
.release .release_card {
  position: relative;
  margin-top: 50px;
}
.release .release_card p {
  font-size: 18px;
}
.release .main_card {
  position: relative;
  background-color: #F2EEE4;
  padding: 80px;
  margin-top: 100px;
}
.release .main_card .info h3 {
  font-size: 30px;
  margin-bottom: 15px;
}
.release .main_card .info .text {
  font-size: 18px;
  text-align: justify;
}
.release .main_card .img {
  height: 400px;
}
.release .main_card .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* --------------- numbers --------------- */
.numbers {
  position: relative;
  padding: 80px 0;
  background-color: #DCE8F7;
}
.numbers .number_card {
  text-align: center;
  margin-top: 50px;
}
.numbers .number_card .icon {
  height: 60px;
  margin-bottom: 20px;
  filter: invert(12%) sepia(61%) saturate(3565%) hue-rotate(210deg) brightness(91%) contrast(105%);
}
.numbers .number_card p {
  font-size: 16px;
}
.numbers .number_card h3 {
  font-size: 30px;
}
.numbers .number_card h3 small {
  font-size: 14px;
}

/* --------------- certificates --------------- */
.certificates {
  position: relative;
  padding: 80px 0;
}
.certificates .ser_slider {
  position: relative;
  overflow: hidden;
}
.certificates .cer_card {
  position: relative;
  margin-top: 30px;
}
.certificates .cer_card .img {
  height: 150px;
  padding: 20px;
  border: 1px solid rgba(153, 153, 153, 0.2666666667);
}
.certificates .cer_card .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.certificates .cer_card h5 {
  font-size: 21px;
  margin-top: 20px;
}

/* --------------- why_us --------------- */
.why_us {
  position: relative;
  padding: 80px 0;
  background-color: #F2EEE4;
}
.why_us .slider_content {
  position: relative;
}
.why_us .slider_content .swiper-button-next {
  left: auto;
  right: 30px;
}
.why_us .slider_content .swiper-button-prev {
  left: 30px;
  right: auto;
}
.why_us .slider_content .swiper-button-next::after,
.why_us .slider_content .swiper-button-prev::after {
  font-size: 20px;
  color: #555;
}
.why_us .why_us_slider {
  position: relative;
  overflow: hidden;
  padding-bottom: 80px;
}
.why_us .slider_card .info h6 {
  font-size: 25px;
  margin-bottom: 20px;
}
.why_us .slider_card .info .text {
  font-size: 21px;
}
.why_us .slider_card .img {
  height: 350px;
}
.why_us .slider_card .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* --------------- partners --------------- */
.partners {
  position: relative;
  padding: 80px 0;
}
.partners .slider_content {
  position: relative;
}
.partners .slider_content .swiper-button-next {
  left: auto;
  right: 30px;
}
.partners .slider_content .swiper-button-prev {
  left: 30px;
  right: auto;
}
.partners .slider_content .swiper-button-next::after,
.partners .slider_content .swiper-button-prev::after {
  font-size: 20px;
  color: #555;
}
.partners .partners_slider {
  position: relative;
  overflow: hidden;
}
.partners .partners_slider .swiper-wrapper {
  align-items: center;
}
.partners .partners_slider .brand img {
  max-height: 100px;
  max-width: 150px;
}

/* --------------- footer --------------- */
.footer {
  padding: 50px 0 0;
  position: relative;
  background-color: #00286E;
  color: #fff;
}
.footer .foot_title {
  font-size: 25px;
}
.footer .links a {
  font-size: 16px;
  margin-inline-end: 20px;
  margin-bottom: 10px;
}
.footer .contact_links {
  margin-top: 50px;
}
.footer .contact_links li {
  font-size: 18px;
  margin: 10px 0;
}
.footer .contact_links li .icon {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  margin-inline-end: 15px;
  background-color: rgba(255, 255, 255, 0.6);
  color: #00286E;
}
.footer .social_icons {
  margin-top: 40px;
}
.footer .social_icons a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-inline-end: 15px;
  border-radius: 50%;
  border: 1px solid #fff;
  color: #fff;
}
.footer .social_icons a:hover {
  background-color: rgba(255, 255, 255, 0.6);
  color: var(--mainColor);
}
.footer .form {
  font-size: 14px;
}
.footer .form .form-group {
  margin-bottom: 20px;
}
.footer .form .form-group .form-control {
  min-height: 45px;
  background-color: #E7E6E6;
  border-radius: 10px;
  margin-top: 5px;
}
.footer .butn {
  padding: 12px 35px;
  border-radius: 10px;
  margin-top: 20px;
  background-color: #E7E6E6;
  color: #00286E;
}
.footer .foot {
  padding: 30px 0;
  margin-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.footer .foot p {
  font-size: 13px;
}
.footer .foot p a {
  font-weight: bold;
  font-size: 14px;
}

/* ======== */
@media screen and (max-width: 991px) {
  header .swiper-pagination {
    bottom: 60px !important;
  }
  .navbar .navbar-nav {
    margin-top: 20px;
  }
  .navbar .navbar-nav .nav-link {
    margin: 0;
  }
  header .header_slider {
    padding-bottom: 50px;
  }
  .about .img {
    height: -moz-max-content;
    height: max-content;
  }
  .about .img .info {
    width: 55%;
    min-width: inherit;
    padding: 15px;
  }
  .about .img .info h2 {
    font-size: 15px !important;
  }
  .about .img .info p {
    font-size: 12px !important;
  }
  .release .main_card {
    padding: 30px;
  }
  .release .main_card .img {
    margin-top: 30px;
  }
  .why_us .swiper-pagination {
    display: none;
  }
  .why_us .slider_card .img {
    margin-top: 30px;
    height: 250px;
    margin-bottom: 30px;
  }
  .why_us .why_us_slider {
    padding-bottom: 30px;
  }
  .why_us .slider_content,
  .partners .slider_content {
    padding-bottom: 30px;
  }
  .swiper-button-next {
    top: 95% !important;
    right: 40% !important;
  }
  .swiper-button-prev {
    top: 95% !important;
    left: 40% !important;
  }
  .release .release_cards {
    padding-bottom: 30px;
  }
  .partners .partners_slider .brand {
    display: block;
    text-align: center;
  }
  .release .main_card .img {
    height: -moz-max-content;
    height: max-content;
  }
  header .header_slider .slider_card .content {
    padding: 20px 10px !important;
    max-width: 70%;
  }
  header .header_slider .slider_card .content.top_center {
    max-width: 100%;
  }
  header .header_slider .slider_card .content h2 {
    font-size: 13px;
    font-weight: bold;
  }
  header .header_slider .slider_card .content p {
    font-size: 11px;
  }
  header .header_slider .slider_card .bg_img {
    height: 200px;
  }
  .swiper-button-next::after, .swiper-button-prev::after {
    font-size: 14px;
  }
  .about .top_info h2,
  .about .img .info h2,
  .sec_title,
  .release .main_card .info h3,
  .footer .foot_title {
    font-size: 25px;
  }
  .about .top_info .text,
  .about .img .info p,
  .action .ac_card .info p,
  .release .main_card .info .text,
  .why_us .slider_card .info .text,
  .footer .links a,
  .footer .contact_links li,
  .footer label,
  .footer .foot p {
    font-size: 15px;
  }
  .technologies .tec_card h3,
  .why_us .slider_card .info h6,
  .certificates .cer_card h5 {
    font-size: 20px;
  }
  .action .ac_card .logo_img img {
    max-width: 200px;
  }
  .certificates {
    padding-bottom: 70px;
  }
  .certificates .cer_card .img {
    height: 150px;
  }
  .certificates .swiper-button-next,
  .certificates .swiper-button-prev {
    display: block !important;
  }
  .partners .partners_slider .brand img {
    max-width: 100%;
  }
}
/* ======= */
html[dir=ltr] {
  @import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
}
html[dir=ltr] body {
  direction: ltr;
  font-family: "Poppins", sans-serif;
}/*# sourceMappingURL=style.css.map */