@font-face {
  font-family: "Montserrat-Regular";
  src: url(../fonts/Montserrat-Regular.ttf);
}

@font-face {
  font-family: "Montserrat-Medium";
  src: url(../fonts/Montserrat-Medium.ttf);
}

@font-face {
  font-family: "Montserrat-Bold";
  src: url(../fonts/Montserrat-Bold.ttf);
}

@font-face {
  font-family: "Montserrat-ExtraBold";
  src: url(../fonts/Montserrat-ExtraBold.ttf);
}

* {
  margin: 0;
  padding: 0;
  font-family: "Montserrat-Regular";
}


li {
  list-style: none;
}

a {
    color: #3F3F3F;
}

a:hover {
    text-decoration: none;
    color: #3458AA;
}

.wrapper {
  position: relative;
  overflow: hidden;
}

.main-text {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  font-family: "Montserrat-Regular" !important;

}

.section-title {
  min-width: 271px;
  position: relative;
  height: 45px;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  background-image: url(../img/line.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
	margin-bottom: 50px !important;
}

.section-title img {
  position: absolute;
  left: -10px;
  padding: 12px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid #3458aa;
}

.section-title .section-title__text {
  color: #fff;
  text-transform: uppercase;
}

.section-title__text {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 0;
  font-family: "Montserrat-Medium" !important;
}

nav {
  background: rgba(24, 72, 245, 0.13);
  border-bottom: 1px solid rgba(252, 252, 252, 0.33);
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
	box-shadow: 2px 1px 7px 1px rgb(0 0 0 / 15%);
}

nav .collapse {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  width: 80%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

nav .collapse .nav-item {
  padding: 5px 10px;
  margin-left: 20px;
}

nav .nav-link {
  font-family: "'Montserrat-Medium'", sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #000 !important;
  text-transform: uppercase;
}

nav .nav-link :hover {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

nav .messenger svg {
  font-size: 25px;
  margin-left: 10px;
  color: #fff;
}

nav .hover__underline {
  position: relative;
}

nav .hover__underline::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.175rem;
  background: #000;
  left: 0;
  bottom: 0;
}

nav .hover__underline__center::after {
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

nav .hover__underline__center:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.nav_scroll {
  position: fixed !important;
  background: #fff !important;
  width: 100%;
  left: 0 !important;
}

header {
  width: 100%;
  background: #3458aa;
  position: relative;
  overflow: hidden !important;
}

.head {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.head .head__text {
  width: 100%;
  position: absolute;
  margin: auto !important;
}

.head .head__text h1,
.head .head__text h4 {
  font-family: "Montserrat-Medium", sans-serif;
  text-align: center !important;
  color: #ffffff;
  z-index: 5;
}

.head .head__text h1 {
  font-weight: bolder;
  font-size: 65px;
  line-height: 60px;
  font-family: "Montserrat-Bold" !important;
}

.head .head__text h4 {
  font-weight: 400;
  font-size: 25px;
  line-height: 20px;
}

.head .swiper-button-next,
.head .swiper-button-prev {
  color: #ffffff;
}

.head .mySwiper {
  width: 100%;
  height: 100%;
}

.head .swiper-wrapper {
  width: 100%;
  height: 100%;
}

.head .swiper-wrapper img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.navbar-dark .navbar-toggler {
	background-color: #1f76ad !important;
}

.navbar-nav {
	margin-top: 10px;
}

.product {
  width: 100%;
}

.product .mySwipers {
  padding: 2.2rem 0;
}

.product .mySwipers .slider {
  position: relative;
  margin-right: 0 !important;
  padding: 0 15px;
}

.product .mySwipers .slider .swiper__img {
  overflow: hidden !important;
  height: 270px;
}

.product .mySwipers .slider .swiper__img img {
  width: 100% !important;
  height: auto !important;
  -o-object-fit: cover;
     object-fit: unset;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.product .mySwipers .slider .swiper__img img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.product .mySwipers .slider p {
  position: fixed;
  bottom: 15px;
  right: 5px;
  width: 70%;
  min-height: 40px;
  background-color: #ffffff;
  font-family: "Montserrat-Medium";
  font-style: normal;
  font-size: 15px;
  text-align: center;
  color: #3458aa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.partner {
  width: 100%;
}

.partner .mySwipersLogo {
  margin: 2rem 0;
  width: 100%;
}

.partner .mySwipersLogo .slider {
  margin-right: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 0 !important;
}

.partner .mySwipersLogo .slider img {
  width: 80%;
}

section {
  padding: 3rem 0;
}

.service {
  padding: 50px 0;
}

.service__card {
  padding: 20px 0;
  -webkit-box-shadow: 2px 1px 7px 1px rgba(0, 0, 0, 0.12);
          box-shadow: 2px 1px 7px 1px rgba(0, 0, 0, 0.12);
  border-radius: 12px;
  color: #3458aa;
  height: 100%;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  cursor: pointer;
}

.service__card svg {
  font-size: 50px;
}

.service__card:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#3359af), to(rgba(35, 78, 176, 0.25)));
  background: linear-gradient(180deg, #3359af 0%, rgba(35, 78, 176, 0.72) 100%);
  -webkit-box-shadow: 5px 1px 7px 2px rgba(0, 0, 0, 0.25);
          box-shadow: 5px 1px 7px 2px rgba(0, 0, 0, 0.25);
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.aboute {
  background-image: url(../img/bg-about.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.aboute .aboute-line {
  min-width: 271px !important;
}

.aboute .aboute-title {
  margin-left: 80px;
}

.product-title {
  margin-left: 80px;
}

.statistic {
	background: #f8f8f8;
}

.statistic-name {
  margin-top: 2rem;
  font-size: 30px;
  line-height: 37px;
  text-transform: capitalize;
  font-family: "Montserrat-Bold" !important;
  color: #9ebd3c;
}

.statistic__counter-up {
  padding: 3rem 0;
  width: 100%;
}

.statistic__counter-up .content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.statistic__counter-up .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin-top: 5px;
  min-height: 260px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.statistic__counter-up .box img {
  width: 120px;
}

.statistic__counter-up .box .icon {
  padding: 20px;
  border-radius: 50%;
}

.statistic__counter-up .box .counter {
  font-size: 36px;
  margin: 15px 0;
  text-transform: uppercase;
  color: #9ebd3c;
  font-family: "Montserrat-Bold";
  margin-bottom: 10px;
}

.statistic__counter-up .box .text {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #2374aa;
}

.statistics-title {
  margin-left: 80px;
}

footer {
  padding: 1.7rem 0 1.5rem 0;
  background-color: #3458aa;
  font-family: "Montserrat-Regular", sans-serif !important;
}

footer .footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

footer h5 {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
}

footer .location .location-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  text-align: right !important;
}

footer .location .location-card svg {
  margin-right: 15px;
  color: #fff;
}

footer .location .location-card h4 {
  font-size: 16px;
  line-height: 30px;
  color: #fff !important;
  margin-bottom: 0 !important;
}

.about .about-content .about__text {
  text-transform: initial;
}

.about .about-content .about__text p {
  font-size: 18px;
  line-height: 28px;
  color: #595151;
}

.about .about-content .about-partner {
  width: 100%;
  padding: 0 0 48px 0;
}

.about .about-content .about-partner .mySwipersLogoAbout {
  margin: 2rem 0;
  width: 100%;
}

.about .about-content .about-partner .mySwipersLogoAbout .slider {
  margin-right: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 0 !important;
}

.about .about-content .about-partner .mySwipersLogoAbout .slider img {
  width: 80%;
}

main {
  min-height: calc(100vh - 209px);
  background-color: #fff;
}

.contact-list__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact-list__title svg {
  font-size: 25px;
}

.contact-list__title h3 {
  margin: 0;
}

.main__title {
  width: 100%;
  min-height: 300px;
  background-image: url(../img/bg-about.png);
  background-attachment: fixed;
  background-size: cover;
	    background-position: center;
}

.main__title h1 {
  font-size: 44px;
  line-height: 60px;
  font-family: "Montserrat-Bold" !important;
	margin-top: 65px;
}

.page-line p {
  font-size: 14px;
  line-height: 20px;
  color: #9ebd3c !important;
	font-weight: bold;
    font-family: sans-serif;
}

.page-line p > a{
	color: #2374aa !important;
		font-weight: bold;
    font-family: sans-serif;
}

.contact-map .contact-map__content {
  width: 100%;
  min-height: 400px;
  max-height: 100%;
  border: none;
  border-radius: 5px;
}

.contact-list {
  border-bottom: 1px dashed #3458aa;
  padding: 0;
  padding-left: 0.5rem;
  padding-bottom: 1rem;
}

.contact-list .contact-list__title {
  margin-bottom: 1rem;
}

.contact-list .contact-list__title svg {
  margin-right: 15px;
  color: #9ebd3c;
}

.contact-list .contact-list__title h3.statistic-name {
  font-size: 25px;
}

.contact-list .list__content {
  padding-left: 1.5rem;
}

.contact-list .list__content .main-text {
  margin-bottom: 5px;
}

.product__row .col {
  min-height: 280px !important;
  overflow: hidden;
}

.product__row .col .product__card {
  position: relative;
  height: 100%;
}

.product__row .col .product__card img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.product__row .col .product__card .product__text {
  position: absolute;
	width: 100%;
  bottom: 0px;
  -webkit-transition: all 1s ease-in;
  transition: all 1s ease-in;
  height: 20%;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}

.product__row .col .product__card .product__text h1 {
  font-size: 25px;
  color: #3359af;
  font-family: "Montserrat-Bold" !important;
  text-align: center;
}

.product__row .col .product__card .product__text p {
  margin: auto;
  text-align: center;
  font-size: 12px;
  width: 80%;
  line-height: 15px;
  font-weight: 600;
}

.product__row .col .product__card:hover .product__text {
  -webkit-transition: all 1s ease-in;
  transition: all 1s ease-in;
  bottom: -100%;
}

@media screen and (max-width: 765px) {
  .head {
    min-height: 300px;
  }
  .head .swiper-wrapper img {
    width: auto !important;
  }
  .head .head__text h1 {
    font-size: 2.2rem;
    line-height: 30px;
  }
  .head .head__text h4 {
    font-size: 18px;
    line-height: 20px;
  }
  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }
  .partner .mySwipersLogo .slider {
    width: 100%;
  }
  .about-partner .mySwipersLogoAbout .slider {
    width: 100%;
  }
  footer {
    padding: 1.5rem 0;
  }
  footer .footer__content {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    text-align: center;
  }
  footer .footer__content .footer__logo {
    display: none;
  }
  footer .location {
    display: none;
  }
  footer .location .location-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer .location .location-card h4 {
    text-align: center;
  }
}

@media screen and (max-width: 550px) {
  .mySwipers .slider p {
    font-size: 100% !important;
  }
}

@media screen and (max-width: 991px) {
  .mySwipers .slider .swiper__img p {
    font-size: 60% !important;
  }
	.statistic__counter-up .content {
		flex-direction:column;
	}
	
	.col-6 {
	flex: 100% !important;
	max-width: 100%;
}
}

@media screen and (max-width: 1200px) {
  .mySwipers .slider p {
    font-size: 80% !important;
  }
}

@media screen and (max-width: 1250px) {
  .nav-link {
    font-size: 13px !important;
  }
}

.wrapper_scroll {
  height: 100vh !important;
  overflow: hidden !important;
}

.loader {
  width: 100%;
  height: 100vh;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  z-index: 9999;
}

.loader div {
  color: #3359af;
}

.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-roller div {
  -webkit-animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
          animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  -webkit-transform-origin: 40px 40px;
          transform-origin: 40px 40px;
}

.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin: -4px 0 0 -4px;
  background: rgba(164, 171, 242, 0.9);
  -webkit-box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
          box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  backdrop-filter: blur(13.5px);
  -webkit-backdrop-filter: blur(13.5px);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.lds-roller div:nth-child(1) {
  -webkit-animation-delay: -0.036s;
          animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}

.lds-roller div:nth-child(2) {
  -webkit-animation-delay: -0.072s;
          animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}

.lds-roller div:nth-child(3) {
  -webkit-animation-delay: -0.108s;
          animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}

.lds-roller div:nth-child(4) {
  -webkit-animation-delay: -0.144s;
          animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}

.lds-roller div:nth-child(5) {
  -webkit-animation-delay: -0.18s;
          animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}

.lds-roller div:nth-child(6) {
  -webkit-animation-delay: -0.216s;
          animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}

.lds-roller div:nth-child(7) {
  -webkit-animation-delay: -0.252s;
          animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}

.lds-roller div:nth-child(8) {
  -webkit-animation-delay: -0.288s;
          animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}

@-webkit-keyframes lds-roller {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes lds-roller {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/*# sourceMappingURL=style.css.map */
