/*======================
   01. Theme Base CSS
=========================*/
html,
body {
  width: 100%;
  height: 100%;
}

body {
  position: relative;
  font-family: "Open Sans", sans-serif;
  color: #002D44;
  font-size: 16px;
  letter-spacing: 0.26px;
  font-weight: 400;
  background: #f7fcff;
  height: unset;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

section {
  overflow: hidden;
}

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

.container-fluid {
  padding: 0px;
  height: 100%;
}

.container {
  max-width: 1200px;
}

* {
  box-sizing: border-box;
}

p, tr td {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.26px;
  line-height: 24px;
  color: rgba(71, 71, 69, 0.8078431373);
  margin: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  margin-bottom: 10px;
  font-family: "Open Sans", sans-serif;
  text-transform: capitalize;
  color: #1190cb;
  font-size: 28px;
  font-weight: 600;
}

h2 {
  font-size: 35px;
}

a {
  font-family: "Open Sans", sans-serif;
  text-decoration: none;
  margin: 0px;
  color: #002D44;
  text-transform: capitalize;
}

a:hover {
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0 none;
  color: none !important;
}

button {
  cursor: pointer;
  background: transparent;
  border: 0px;
  outline: none;
}

button:focus {
  outline: none;
  box-shadow: none;
}

section {
  padding: 100px 0;
  position: relative;
}

dialog {
  margin: 0px;
  border: 0px;
  padding: 0px;
  position: relative;
}

ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

li {
  display: inline-block;
}

.secheadlin {
  text-align: center;
}

.title {
  margin-bottom: 50px;
}
.title h2 {
  font-family: "Exo 2", sans-serif;
  font-size: 30px;
  margin-bottom: 20px;
}
.title p {
  font-size: 18px;
}
.title p a {
  color: #526D82;
  display: inline-block;
  text-decoration: underline;
}

.o_zero {
  opacity: 0;
}

.d_none {
  display: none;
}

.color_one {
  color: #17B0C3;
}

.bold_p {
  font-weight: 700;
}

.fa, .fab, .fad, .fal, .far, .fas {
  line-height: 0;
  margin: 0;
}

.sticky-wrapper.is-sticky .main-menu {
  padding: 5px 0px;
  transition: all 0.3s ease-in-out;
}

header {
  position: relative;
}
header .top-elemant {
  padding: 15px 20px;
  background: #141414;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .top-elemant .s-link {
  text-align: center;
}
header .top-elemant .s-link ul li {
  margin: 0 10px;
}
header .top-elemant .s-link ul li a {
  color: rgb(255, 255, 255);
  font-weight: 500;
  font-size: 13px;
  padding: 5px;
  text-transform: lowercase;
  position: relative;
}
header .top-elemant .s-link ul li a::before {
  position: absolute;
  content: "";
  height: 0%;
  width: 0%;
  left: 0;
  bottom: -5px;
  border-bottom: 1px solid #1190cb;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
header .top-elemant .s-link ul li a:hover::before {
  bottom: 0;
  height: 100%;
  width: 100%;
  visibility: visible;
  transition: all 0.3s ease-in-out;
}
header .top-elemant .s-link ul li a span {
  color: #1190cb;
  margin-right: 3px;
  font-size: 15px;
}
header .top-elemant .icon-link ul li {
  margin: 0 2px;
}
header .top-elemant .icon-link ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  width: 30px;
  padding: 8px;
  font-size: 15px;
  border-radius: 3px;
  color: rgb(255, 255, 255);
  background: rgba(255, 255, 255, 0.0352941176);
  transition: all 0.3s ease-in-out;
}
header .top-elemant .icon-link ul li a:hover {
  background: #1190cb;
  transition: all 0.3s ease-in-out;
}
header .main-menu {
  background: white;
  padding: 10px 0;
  position: relative;
  z-index: 99;
  transition: all 0.3s ease-in-out;
}
header .main-menu .navbar .navbar-brand {
  height: 75px;
}
header .main-menu .navbar .navbar-brand img {
  height: 100%;
  object-fit: cover;
}
header .main-menu .navbar .container-fluid .nav-item {
  margin: 0 10px;
  position: relative;
}
header .main-menu .navbar .container-fluid .nav-item .dropdown {
  position: absolute;
  box-shadow: 0px 1px 10px 0px rgba(45, 19, 106, 0.1);
  padding: 15px 20px;
  top: 100%;
  left: 0;
  width: 200px;
  background: rgb(255, 255, 255);
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
header .main-menu .navbar .container-fluid .nav-item:hover .dropdown {
  opacity: 1;
  transition: all 0.3s ease-in-out;
  visibility: visible;
}
header .main-menu .navbar .container-fluid .nav-item a {
  color: black;
  font-weight: 600;
  position: relative;
  transition: all 0.3s ease-in-out;
}
header .main-menu .navbar .container-fluid .nav-item a::before {
  position: absolute;
  content: "";
  height: 0%;
  width: 100%;
  left: 0;
  bottom: -10px;
  border-bottom: 2px solid #1190cb;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
header .main-menu .navbar .container-fluid .nav-item a:hover {
  color: #141414;
  transition: all 0.3s ease-in-out;
}
header .main-menu .navbar .container-fluid .nav-item a:hover::before {
  bottom: 0;
  height: 100%;
  width: 100%;
  opacity: 9;
  transition: all 0.3s ease-in-out;
}
header .head .head-titel {
  padding-top: 150px;
  padding-bottom: 120px;
}
header .head .head-titel h3 {
  font-size: 20px;
  position: relative;
  margin-bottom: 20px;
}
header .head .head-titel h3::before {
  position: absolute;
  content: "";
  top: -20px;
  left: 0;
  height: 2px;
  width: 60px;
  border-radius: 50%;
  background: #1190cb;
}
header .head .head-titel h1 {
  font-size: 70px;
  color: black;
  margin-bottom: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #141414;
}
header .head .head-titel p {
  margin: 30px 0;
  font-size: 20px;
  font-weight: 600;
  color: #1f342f;
}
header .head .head-titel .my-btn {
  margin: 40px 0 0;
  display: inline-block;
}
header .head .head-titel .my-btn a {
  padding: 15px 30px;
  border-radius: 5px;
  background: #1190cb;
  font-weight: 500;
  display: inline-block;
  color: rgb(255, 255, 255);
  transition: all 0.3s ease-in-out;
}
header .head .head-titel .my-btn a:hover {
  background: #141414;
  transition: all 0.3s ease-in-out;
}
header .head .head-img {
  width: 110%;
  position: relative;
  height: 100%;
}
header .head .head-img img {
  height: 100%;
  object-fit: cover;
}

.counter-up .pd {
  padding: 0;
}
.counter-up .c-box {
  width: 100%;
  height: 300px;
  display: flex;
  padding-top: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
.counter-up .c-box .box-text span {
  font-size: 55px;
  font-weight: 600;
  color: black;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 9;
}
.counter-up .c-box .box-text span::before {
  position: absolute;
  content: "";
  height: 3px;
  width: 60px;
  bottom: 0px;
  background: #1190cb;
}
.counter-up .c-box .box-text span .position {
  position: absolute;
  bottom: 0;
  z-index: -2;
}
.counter-up .c-box .box-text span .position h3 {
  font-size: 110px;
  font-weight: 900;
  color: rgba(128, 128, 128, 0.467);
  opacity: 0.4;
}
.counter-up .c-box .box-text h4 {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 600;
  color: black;
  transition: all 0.3s ease-in-out;
}
.counter-up .c-box .circle {
  position: absolute;
  height: 0%;
  width: 0%;
  border-radius: 50%;
  background: #1190cb;
  transition: all 0.3s ease-in-out;
}
.counter-up .c-box:hover {
  background: #141414;
  transition: all 0.3s ease-in-out;
}
.counter-up .c-box:hover .box-text span {
  color: rgb(255, 255, 255);
}
.counter-up .c-box:hover .box-text h4 {
  color: rgb(255, 255, 255);
  transition: all 0.3s ease-in-out;
}

.sub {
  background: url("../images/sub-bg.jpg") white;
  background-position: top right;
  background-repeat: no-repeat;
  z-index: 2;
}
.sub::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("../images/shape1.png");
  background-size: cover;
  opacity: 0.7;
  z-index: -1;
}
.sub .sub-titel {
  padding-right: 80px;
}
.sub .sub-titel h3 {
  font-size: 20px;
  position: relative;
  display: inline-block;
}
.sub .sub-titel h3::before {
  position: absolute;
  content: "";
  bottom: -10px;
  left: 0px;
  height: 2px;
  width: 60px;
  background: #1190cb;
}
.sub .sub-titel h3 span {
  font-size: 25px;
  margin-right: 10px;
}
.sub .sub-titel h2 {
  margin-top: 40px;
  line-height: 63px;
  font-size: 47px;
  color: black;
}
.sub .sub-p {
  margin-top: 85px;
}
.sub .sub-p h4 {
  font-size: 24px;
}
.sub .sub-p p {
  margin: 20px 0;
}
.sub .sub-p a {
  padding: 15px 30px;
  border-radius: 5px;
  background: #1190cb;
  font-weight: 500;
  display: inline-block;
  color: rgb(255, 255, 255);
  transition: all 0.3s ease-in-out;
}
.sub .sub-p a:hover {
  background: #141414;
  transition: all 0.3s ease-in-out;
}

.about {
  overflow: unset;
}
.about .about-text h2 {
  margin-bottom: 50px;
  position: relative;
}
.about .about-text h2::before {
  position: absolute;
  content: "";
  bottom: -10px;
  left: 0px;
  height: 2px;
  width: 60px;
  background: #1190cb;
}
.about .about-text p {
  margin: 20px 0;
}
.about .about-img {
  position: relative;
  height: 100%;
  padding-left: 40px;
}
.about .about-img img {
  border-radius: 5px;
  height: 100%;
  object-fit: cover;
}
.about .about-img .about-img2 {
  position: absolute;
  bottom: -50px;
  left: -50px;
}
.about .about-img .about-img2 img {
  max-width: 250px;
  height: auto;
  border-radius: 5px;
}
.about .about_item {
  padding: 20px;
  box-shadow: 0px 1px 10px 0px rgba(45, 19, 106, 0.1);
  border-radius: 10px;
  margin-bottom: 20px;
}
.about .about_item h5 {
  color: #141414;
  font-weight: 700;
  font-size: 20px;
}
.about .about_item h6 {
  color: #1f342f;
  font-size: 16px;
}
.about .valuearea {
  position: relative;
}
.about .valuearea button.dropdown-toggle {
  padding: 12px 20px;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  display: block;
  width: -webkit-fill-available;
  box-shadow: 0px 1px 10px 0px rgba(45, 19, 106, 0.1);
  border-radius: 5px;
}
.about .valuearea .show_dropdown {
  padding: 15px;
}
.about .valuearea .show_dropdown li {
  display: flex;
  padding: 5px 15px;
  font-size: 17px;
}
.about .valuearea .show_dropdown li span {
  font-size: 18px;
  padding-right: 15px;
}
.about .valuearea .show_dropdown li span p {
  font-weight: 600;
  color: #141414;
}
.about .about_area {
  margin: 30px 0 80px;
}
.about .about_area .ab_item {
  text-align: center;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #c2c2c2;
  box-shadow: 0px 1px 10px 0px rgba(45, 19, 106, 0.1);
  position: relative;
  overflow: hidden;
}
.about .about_area .ab_item::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  height: 5px;
  background: #1190cb;
  top: unset;
  bottom: 0;
  left: 50%;
  width: 50%;
  transform: translate(-50%, 0);
  transition: all 0.3s ease-in-out;
}
.about .about_area .ab_item::before {
  position: absolute;
  content: "";
  height: 100%;
  transform: rotate(-32deg);
  background: rgba(17, 144, 203, 0.04);
  z-index: -1;
  width: 150%;
  left: -5%;
  top: 95px;
  transition: all 0.3s ease-in-out 0s;
}
.about .about_area .ab_item i {
  font-size: 42px;
  display: inline-block;
  width: 90px;
  height: 90px;
  line-height: 90px;
  color: rgb(255, 255, 255);
  background: rgb(17, 144, 203);
  background: linear-gradient(45deg, rgb(17, 144, 203) 15%, rgb(56, 183, 242) 90%);
  border-radius: 47% 46% 64% 31%/51% 41% 51% 39%;
}
.about .about_area .ab_item h3 {
  font-size: 24px;
  margin: 20px 0;
}
.about .about_area .ab_item p {
  font-size: 16px;
  line-height: 26px;
}
.about .about_area .ab_item:hover::before {
  top: 0;
  transform: rotate(0);
  background: rgba(17, 144, 203, 0.08);
}
.about .about_area .ab_item:hover::after {
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.about.abpage {
  padding-top: 0;
}

.our_history {
  background: #1190cb;
}
.our_history .about_Title h2 {
  color: rgb(255, 255, 255);
  margin-bottom: 30px;
}
.our_history .about_Title p {
  color: rgb(255, 255, 255);
  font-size: 17px;
  line-height: 30px;
  margin-bottom: 15px;
}
.our_history .about_Title .history_item {
  margin-bottom: 25px;
}

.otherservice {
  background: rgb(17, 144, 203);
  background: linear-gradient(90deg, rgb(17, 144, 203) 15%, rgb(20, 20, 20) 90%);
}
.otherservice .services_title {
  padding-right: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.otherservice .services_title h2 {
  font-size: 58px;
  font-weight: 700;
  margin-bottom: 15px;
}
.otherservice .services_title p {
  line-height: 30px;
  font-size: 18px;
}
.otherservice .services_title h2, .otherservice .services_title p {
  color: rgb(255, 255, 255);
}
.otherservice .services_details {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}
.otherservice .services_details .ser_item {
  padding: 20px 15px;
  background: #f7fcff;
  border-radius: 10px;
  text-align: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.otherservice .services_details .ser_item::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: rotate(-23deg);
  background: rgba(17, 144, 203, 0.08);
  z-index: -1;
  width: 150%;
  left: -25%;
  top: 88px;
  transition: all 0.3s ease-in-out;
}
.otherservice .services_details .ser_item:hover::before {
  transform: rotate(0deg);
  top: 0;
  transition: all 0.3s ease-in-out;
}
.otherservice .services_details .ser_item p {
  font-size: 20px;
  line-height: 32px;
  margin-top: 10px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
}
.otherservice .services_details .ser_item .icon_service {
  width: 100%;
  height: 50px;
  line-height: 50px;
  margin: 0px auto;
}
.otherservice .services_details .ser_item i {
  font-size: 50px;
  color: #1190cb;
  height: 50px;
  line-height: 50px;
}

.study .study-titel {
  margin-bottom: 50px;
}
.study .study-titel h2 {
  position: relative;
}
.study .study-titel h2::before {
  position: absolute;
  content: "";
  bottom: -10px;
  left: 10px;
  height: 2px;
  width: 60px;
  background: #1190cb;
}
.study .study-img {
  height: auto;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}
.study .study-img img {
  transition: all 0.3s ease-in-out;
}
.study .study-text {
  padding-left: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.study .study-text h3 span {
  padding: 10px 15px;
  border-radius: 5px;
  background: #141414;
  font-size: 20px;
  color: rgb(255, 255, 255);
}
.study .study-text h2 {
  position: relative;
}
.study .study-text h2::before {
  position: absolute;
  content: "";
  bottom: -10px;
  left: 10px;
  height: 2px;
  width: 60px;
  background: #1190cb;
}
.study .study-text p {
  margin-bottom: 15px;
}
.study .study-text .my-btn a {
  padding: 15px 30px;
  font-weight: 600;
  background: #1190cb;
  color: rgb(255, 255, 255);
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
}
.study .study-text .my-btn a:hover {
  background: #141414;
  transition: all 0.3s ease-in-out;
}
.study:hover .study-img img {
  transform: scale(1.1);
  transition: all 0.3s ease-in-out;
}

.consulting {
  position: relative;
  background: url("../images/consult.png");
  background-size: cover;
  background-attachment: fixed;
  z-index: 5;
}
.consulting::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(20, 20, 20, 0.75);
}
.consulting .c-titel {
  text-align: center;
  position: relative;
}
.consulting .c-titel p {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 600;
}
.consulting .c-titel p, .consulting .c-titel h2 {
  color: rgb(255, 255, 255);
}
.consulting .full {
  margin-top: 50px;
  position: relative;
}
.consulting .full .con_book {
  margin-top: 30px;
  padding: 30px 20px;
  border: 1px solid #c2c2c2;
  background: #f7fcff;
  box-shadow: 0px 1px 10px 0px rgba(45, 19, 106, 0.1);
  border-radius: 10px;
  height: calc(100% - 30px);
}
.consulting .full .con_book h3 {
  font-size: 24px;
  margin-bottom: 20px;
}
.consulting .full .con_book p {
  font-size: 18px;
  margin-bottom: 20px;
  line-height: 30px;
}
.consulting .full .con_book a {
  padding: 15px 30px;
  border-radius: 5px;
  background: #1190cb;
  font-weight: 500;
  display: inline-block;
  color: rgb(255, 255, 255);
  transition: all 0.3s ease-in-out;
}
.consulting .full .con_book a:hover {
  background: #141414;
  color: rgb(255, 255, 255);
  transition: all 0.3s ease-in-out;
}
.consulting .full img {
  border-radius: 5px;
}
.consulting .full .con-img img {
  max-height: 500px;
}
.consulting .full .images {
  padding: 0;
}
.consulting .full .img-one ul {
  display: inline-block;
}
.consulting .full .img-one ul li {
  margin-bottom: 20px;
}
.consulting .full .accordion-button {
  font-size: 22px;
  font-weight: 600;
  border: 0px;
  background-color: rgb(255, 255, 255);
  border-radius: 0;
  padding: 18px 20px;
  color: #141414;
}
.consulting .full .accordion-button:focus {
  outline: none;
  box-shadow: none;
}
.consulting .full .accordion-button::after {
  display: none;
}
.consulting .full .accordion-button i {
  color: #141414;
  transform: rotate(180deg);
  transition: all 0.3s ease-in-out;
  position: absolute;
  right: 20px;
  top: 30px;
  font-size: 18px;
}
.consulting .full .accordion-button.collapsed i {
  transform: rotate(0deg);
  transition: all 0.3s ease-in-out;
}
.consulting .full .accordion-item {
  margin-bottom: 20px;
  border: 0px;
  border-radius: 0;
}
.consulting .full .accordion-item:last-of-type .accordion-button.collapsed,
.consulting .full .accordion-item:last-of-type .accordion-collapse {
  border-radius: 0;
}
.consulting .full .accordion-body {
  padding: 0px;
}
.consulting .full .accordion-body .cons-box ul li h5 {
  font-size: 20px;
  color: #141414;
}
.consulting .full .accordion-body .cons-box h6 {
  font-size: 20px;
  color: #141414;
}
.consulting .full .cons-box {
  width: 100%;
  background: white;
}
.consulting .full .cons-box h3 {
  font-size: 30px;
}
.consulting .full .cons-box ul {
  display: inline-block;
  width: 100%;
}
.consulting .full .cons-box ul li {
  display: block;
  border-bottom: 1px solid gray;
  padding: 20px;
}
.consulting .full .cons-box ul li a {
  font-size: 16px;
  font-weight: 500;
  position: relative;
}
.consulting .full .cons-box ul li a span {
  color: #1190cb;
  font-size: 0px;
  margin-right: 5px;
  transition: all 0.3s ease-in-out;
}
.consulting .full .cons-box ul li a::before {
  position: absolute;
  content: "";
  bottom: -5px;
  left: 0px;
  height: 1px;
  width: 0%;
  background: #1190cb;
  transition: all 0.3s ease-in-out;
}
.consulting .full .cons-box ul li:hover a {
  color: #1190cb;
  transition: all 0.3s ease-in-out;
}
.consulting .full .cons-box ul li:hover a span {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
}
.consulting .full .cons-box ul li:hover a::before {
  width: 100%;
}
.consulting .full .cons-box ul .last {
  border: none;
}
.consulting .full .consultants_area .slick-prev, .consulting .full .consultants_area .slick-next {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.consulting .full .consultants_area .slick-prev::before, .consulting .full .consultants_area .slick-next::before {
  display: none;
}
.consulting .full .consultants_area .slick-prev i, .consulting .full .consultants_area .slick-next i {
  font-size: 20px;
  color: rgb(255, 255, 255);
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #1190cb;
  text-align: center;
  border-radius: 50px;
  border: 1px solid #1190cb;
  transition: all 0.3s ease-in-out;
}
.consulting .full .consultants_area .slick-prev:hover i, .consulting .full .consultants_area .slick-next:hover i {
  background: rgb(255, 255, 255);
  color: #1190cb;
  transition: all 0.3s ease-in-out;
}
.consulting .full .consultants_area .slick-prev {
  left: -60px;
}
.consulting .full .consultants_area .slick-next {
  right: -60px;
}
.consulting .full .consultants_area .slick-slide {
  background: rgba(20, 20, 20, 0.8);
  padding: 30px 20px 20px;
  border-radius: 15px;
  margin: 10px;
}
.consulting .full .consultants_area .slick-slide h6 {
  color: rgb(255, 255, 255);
  margin-bottom: 15px;
}
.consulting .full .consultants_area .slick-slide p {
  color: #d5fff5;
  letter-spacing: 1px;
  line-height: 28px;
}

.process .pro-titel {
  margin-bottom: 40px;
}
.process .pro-titel h2 {
  position: relative;
}
.process .pro-titel h2::before {
  position: absolute;
  content: "";
  bottom: -10px;
  left: 5px;
  height: 2px;
  width: 60px;
  background: #1190cb;
}
.process .process_img {
  height: calc(100% - 20px);
}
.process .process_img img {
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
  box-shadow: 0px 1px 10px 0px rgba(45, 19, 106, 0.1);
}
.process .pro-text {
  margin-bottom: 20px;
  padding: 20px 15px;
  box-shadow: 0px 1px 10px 0px rgba(45, 19, 106, 0.1);
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.process .pro-text::before {
  position: absolute;
  content: "";
  height: 100%;
  transform: rotate(-28deg);
  background: rgba(17, 144, 203, 0.04);
  z-index: -1;
  width: 150%;
  left: -25%;
  top: 113px;
  transition: all 0.3s ease-in-out 0s;
  opacity: 0;
}
.process .pro-text:hover::before {
  transform: rotate(0);
  opacity: 1;
  top: 0;
  background: rgba(17, 144, 203, 0.08);
  transition: all 0.3s ease-in-out;
}
.process .pro-text h3 {
  font-size: 25px;
  color: black;
}
.process .pro-text h3 span {
  font-size: 26px;
  font-weight: 600;
  padding: 6px 8px;
  border-radius: 3px;
  color: #1190cb;
  margin-right: 16px;
  background-color: #f6f6f6;
}
.process .pro-text p {
  line-height: 30px;
}
.process .pro-text ul {
  padding-top: 10px;
}
.process .pro-text ul li {
  font-weight: 500;
  padding-top: 10px;
  font-size: 18px;
}
.process .pro-text ul li p {
  padding-top: 5px;
  font-size: 16px;
}
.process .result {
  margin-top: 20px;
}
.process .result h3 {
  font-size: 25px;
  color: black;
  position: relative;
}
.process .result h3::before {
  position: absolute;
  content: "";
  bottom: -10px;
  left: 0px;
  height: 2px;
  width: 80px;
  background: #1190cb;
}
.process .result p {
  margin: 30px 0;
  line-height: 30px;
}

.contact .contact-titel h2 {
  font-size: 60px;
}
.contact .contact-titel p {
  margin: 30px 0;
}
.contact .contact-titel .bt {
  margin: 10px 0;
}
.contact .contact-titel .bt a {
  color: #1190cb;
  text-transform: lowercase;
}
.contact .contact-titel .bt a span {
  margin-right: 5px;
}
.contact .contact-titel .bm a {
  color: #1190cb;
  text-decoration: underline;
}
.contact .contact-box {
  padding: 40px 30px;
  background: rgb(255, 255, 255);
}
.contact .contact-box .c-box-text h2 {
  margin-bottom: 20px;
}
.contact .contact-box .inp {
  margin: 10px 0;
}
.contact .contact-box .inp span {
  display: inline-block;
}
.contact .contact-box .inp span.error {
  color: #d30606;
  font-size: 15px;
  line-height: 20px;
  display: none;
}
.contact .contact-box .inp input {
  height: 50px;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 20px;
  border-radius: 5px;
  outline: none;
  border: 1px solid gray;
  transition: all ease-in-out 0.3s;
}
.contact .contact-box .inp input:focus {
  border: 1px solid #1190cb;
  transition: all ease-in-out 0.3s;
}
.contact .contact-box .inp input.errorinput {
  border-color: #fe8080;
}
.contact .contact-box .inp textarea {
  height: 130px;
  width: 100%;
  padding: 20px;
  border-radius: 5px;
  border: 1px solid gray;
  outline: none;
}
.contact .contact-box .inp textarea:focus {
  border: 1px solid #1190cb;
  transition: all ease-in-out 0.3s;
}
.contact .contact-box .inp-btn input {
  height: 50px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  outline: none;
  border: transparent;
  background: #1190cb;
  color: white;
  font-weight: 600;
  transition: all ease-in-out 0.3s;
}
.contact .contact-box .inp-btn input:hover {
  background: #141414;
  transition: all ease-in-out 0.3s;
}

.footer {
  background: #141414;
  padding-bottom: 0px;
}
.footer .f-one img {
  margin-bottom: 20px;
  height: 95px;
}
.footer .f-one h3 {
  font-size: 25px;
  color: rgb(255, 255, 255);
  margin: 20px 0;
}
.footer .f-one p {
  color: #B8BAB9;
}
.footer .f-one .footer-link {
  margin-top: 30px;
}
.footer .f-one .footer-link ul li {
  margin-right: 2px;
}
.footer .f-one .footer-link ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  width: 30px;
  padding: 8px;
  font-size: 15px;
  border-radius: 3px;
  color: rgb(255, 255, 255);
  background: rgba(255, 255, 255, 0.0352941176);
  transition: all 0.3s ease-in-out;
}
.footer .f-one .footer-link ul li a:hover {
  background: #1190cb;
  transition: all 0.3s ease-in-out;
}
.footer .f-two h3 {
  margin-bottom: 20px;
  color: white;
  font-size: 25px;
  position: relative;
}
.footer .f-two h3::before {
  position: absolute;
  content: "";
  bottom: -10px;
  left: 0px;
  height: 2px;
  width: 80px;
  background: #1190cb;
}
.footer .f-two .footer-s-link {
  margin: 60px 0;
}
.footer .f-two .footer-s-link ul li {
  display: block;
  margin: 10px 0;
}
.footer .f-two .footer-s-link ul li a {
  color: rgb(255, 255, 255);
  font-weight: 500;
  font-size: 14px;
  padding: 5px;
  text-transform: lowercase;
  position: relative;
}
.footer .f-two .footer-s-link ul li a span {
  color: #1190cb;
  margin-right: 5px;
  font-size: 15px;
}
.footer .f-two .footer-s-link ul li a::before {
  position: absolute;
  content: "";
  height: 0%;
  width: 0%;
  left: 0;
  bottom: -10px;
  border-bottom: 1px solid #1190cb;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.footer .f-two .footer-s-link ul li a:hover::before {
  bottom: 0;
  height: 100%;
  width: 100%;
  visibility: visible;
  transition: all 0.3s ease-in-out;
}
.footer .f-three h3 {
  margin-bottom: 60px;
  color: white;
  font-size: 25px;
  position: relative;
}
.footer .f-three h3::before {
  position: absolute;
  content: "";
  bottom: -10px;
  left: 0px;
  height: 2px;
  width: 80px;
  background: #1190cb;
}
.footer .f-three ul li {
  display: block;
  margin: 20px 0;
}
.footer .f-three ul li a {
  font-size: 15px;
  font-weight: 500;
  color: rgb(255, 255, 255);
}
.footer .f-three ul li a span {
  color: #1190cb;
  font-size: 0px;
  margin-right: 5px;
  transition: all 0.3s ease-in-out;
}
.footer .f-three ul li a:hover {
  color: #1190cb;
  transition: all 0.3s ease-in-out;
}
.footer .f-three ul li a:hover span {
  font-size: 15px;
  transition: all 0.3s ease-in-out;
}
.footer .f-four h3 {
  margin-bottom: 60px;
  color: white;
  font-size: 25px;
  position: relative;
}
.footer .f-four h3::before {
  position: absolute;
  content: "";
  bottom: -10px;
  left: 0px;
  height: 2px;
  width: 80px;
  background: #1190cb;
}
.footer .f-four .mail input {
  height: 50px;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 20px;
  border-radius: 5px;
  outline: none;
  border: 1px solid gray;
  transition: all ease-in-out 0.3s;
}
.footer .f-four .mail input:focus {
  border: 1px solid #1190cb;
  transition: all ease-in-out 0.3s;
}
.footer .f-four .mail-btn input {
  margin-top: 10px;
  height: 50px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  outline: none;
  border: transparent;
  background: #1190cb;
  color: white;
  font-weight: 600;
}
.footer .f-four p {
  color: #B8BAB9;
  margin-top: 20px;
}
.footer .line {
  text-align: center;
  width: 100%;
  border-top: 1px solid #1190cb;
  padding: 30px 0;
  margin-top: 30px;
}
.footer .line p {
  color: white;
  font-size: 12px;
}

.circles-preloader {
  position: fixed;
  background-color: rgb(255, 255, 255);
  width: 100%;
  height: 100vh;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  z-index: 999;
}

.circle {
  width: 2.5%;
  padding-top: 2.5%;
  height: 0%;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
}

.circle-1 {
  background-color: #141414;
  opacity: 0;
  animation: 2s circle-move 0s infinite;
}

.circle-2 {
  background-color: #141414;
  opacity: 0;
  animation: 2s circle-move 0.5s infinite;
}

.circle-3 {
  background-color: #d5fff5;
  opacity: 0;
  animation: 2s circle-move 1s infinite;
}

.circle-4 {
  background-color: #d30606;
  opacity: 0;
  animation: 2s circle-move 1.5s infinite;
}

@keyframes circle-move {
  0%, 15% {
    left: 53.5%;
    transform: translateX(-50%) translateY(-50%) scale(0);
    opacity: 0;
  }
  15.1%, 25% {
    left: 53.5%;
    transform: translateX(-50%) translateY(-50%) scale(0.5);
    opacity: 0.5;
  }
  50% {
    left: 50%;
    transform: translateX(-50%) translateY(-50%) scale(1);
    opacity: 1;
  }
  75%, 85% {
    left: 46.5%;
    transform: translateX(-50%) translateY(-50%) scale(0.5);
    opacity: 0.5;
  }
  85.1%, 100% {
    left: 46.5%;
    transform: translateX(-50%) translateY(-50%) scale(0);
    opacity: 0;
  }
}
.founder_section {
  padding: 100px 0px;
}
.founder_section h2.title_founder {
  font-size: 34px;
  text-align: center;
  margin-bottom: 40px;
}
.founder_section p {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 20px;
}

.shape {
  width: 100%;
  height: 100%;
  z-index: -1;
  position: absolute;
}
.shape .s1 {
  position: absolute;
  width: 30px;
  height: 30px;
  -webkit-clip-path: polygon(0% 0%, 0% 100%, 25% 100%, 25% 25%, 75% 25%, 75% 75%, 25% 75%, 25% 100%, 100% 100%, 100% 0%);
  clip-path: polygon(0% 0%, 0% 100%, 25% 100%, 25% 25%, 75% 25%, 75% 75%, 25% 75%, 25% 100%, 100% 100%, 100% 0%);
  right: 50px;
  top: 40%;
}

.shapep {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.shapep div {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  border: 4px solid rgba(17, 144, 203, 0.5);
  top: 40px;
  left: 80px;
  animation: shape 10s infinite;
}
.shapep div.shape2 {
  top: 80%;
  right: 30px;
  left: unset;
  animation-delay: 3s;
}
.shapep div.shape3 {
  top: 80%;
  left: unset;
  animation-delay: 7s;
}
.shapep div.shape4 {
  top: 40%;
  left: 95%;
  animation-delay: 5s;
}
@keyframes shape {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}/*# sourceMappingURL=style.css.map */