@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&family=Roboto:wght@400;500;700&display=swap');
body {
  font-size: 16px;
  font-weight: 400;
  color: #373535;
  float: left;
  width: 100%;
  overflow-x: hidden;
  font-family: 'Roboto', sans-serif;
  background: #fff;
}
button {
  padding: 0px;
  border: none;
  outline: none;
  background: none;
  display: inline-block;
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
html {}
ul {
  padding: 0px;
  margin: 0px;
}
ul, li {
  display: block;
}
a, ul, li, i, button {
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  text-decoration: none;
  transition: all 275ms ease-in-out;
}
* {
  box-sizing: border-box;
}
input, select {
  padding: 0;
  border-radius: 2px;
  background: none;
  transition: all 275ms ease-in-out;
}
textarea {
  padding: 7px 11px 7px 22px;
  border-radius: 13px;
  background: #f5f5f5;
  border: 1px #ececec solid;
  transition: all 275ms ease-in-out;
}
input:focus, textarea:focus {
  transition: all 275ms ease-in-out;
}
button:focus {
  outline: none;
  outline: 0px auto -webkit-focus-ring-color;
  transition: all 275ms ease-in-out;
}
button:hover, a:hover {
  text-decoration: none;
  cursor: pointer;
  transition: all 275ms ease-in-out;
}
select {
  background: url(../img/select-arrow.png) no-repeat right #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position-x: 89%;
  transition: all 275ms ease-in-out;
}
a:focus {
  text-decoration: none;
  transition: all 275ms ease-in-out;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0px;
  font-weight: normal;
  float: left;
  width: 100%;
  color: #373535;
  font-family: 'Poppins', sans-serif;
}
p {
  float: left;
  width: 100%;
  line-height: 18px;
  font-family: 'Roboto', sans-serif;
}
strong, b {
  font-weight: 700;
}
.btn-vler {
  float: left;
  width: 100%;
  clear: both;
  display: flex;
  position: relative;
}
.btn-vler a {
  margin-right: 15px;
}
.bule-btn {
  width: 197px;
  height: 50px;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
  position: relative;
  background: #002659;
  z-index: 1;
}
.bule-btn:before {
  background-color: #FBCC00;
}
.bule-btn:hover {
  color: #002659;
}
.bule-btn:before {
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  bottom: auto;
  z-index: -1;
  content: "";
  position: absolute;
  transition: all 0.3s ease-in-out;
  width: 0%;
}
.bule-btn:hover:before {
  top: auto;
  bottom: 0;
  width: 100%;
  color: #002659;
}
.Yellow-btn {
  width: 197px;
  height: 50px;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #002659;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
  position: relative;
  background: #FBCC00;
  z-index: 1;
}
.Yellow-btn:before {
  background-color: #002659;
}
.Yellow-btn:hover {
  color: #fff;
}
.Yellow-btn:before {
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  bottom: auto;
  z-index: -1;
  content: "";
  position: absolute;
  transition: all 0.3s ease-in-out;
  width: 0%;
}
.Yellow-btn:hover:before {
  top: auto;
  bottom: 0;
  width: 100%;
  color: #000;
}
.collapse {
  transition: .8s transform ease-in-out;
}
.header-top {
  float: left;
  width: 100%;
  background: #E3EBED;
  padding: 30px 0 0 0;
}
.header_top {
  padding: 0 40px;
}
.header_top .bg_area {
  display: flex;
  padding-left: 20px;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  font-size: 14px;
}
.call-us-te {
  padding-right: 28px;
}
.call-us-te span {
  color: #FBCC00;
}
.call-us-te img {
  margin-right: 8px;
}
.header_top .bg_area p {
  margin: 0px;
  padding: 8px 0;
}
.icon {
  margin-right: 6px;
}
.header-main-part {
  position: relative;
  width: 100%;
  background: #fff;
  float: left;
}
.header_bottom {
  display: flex;
  padding: 10px 20px;
  align-items: center;
  background-color: #fff;
  justify-content: space-between;
  position: relative;
}
.social_links_round > li {
  padding: 0px;
  display: inline-block;
}
.social_links_round a {
  z-index: 1;
  width: 45px;
  height: 45px;
  overflow: hidden;
  position: relative;
  align-items: center;
  border-radius: 100%;
  display: inline-flex;
  color: #002659;
  justify-content: center;
  background-color: #eef2f6;
}
.social_links_round a:before {
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  bottom: auto;
  z-index: -1;
  content: "";
  position: absolute;
  transition: all 0.3s ease-in-out;
  background-color: #fccc00;
}
.social_links_round a:hover:before {
  top: auto;
  bottom: 0;
  height: 100%;
}
.social_links_round {
  margin: -5px;
  position: absolute;
  bottom: 15px;
  list-style: none;
  left: 35px;
  color: #002659;
  font-weight: 500;
}
.social_links_round h5 {
  font-size: 20px;
  color: #002659;
  font-weight: 600;
  margin-bottom: 25px;
}
.banner-home {
  position: relative;
  width: 100%;
  font-family: 'Poppins', sans-serif;
}
.banner-home-outer {
  position: relative;
  width: 100%;
  justify-content: center;
  align-items: center;
  text-align: left;
  min-height: 500px;
  float: left;
  width: 100%;
  display: inline-flex;
  padding: 30px 0;
}
.banner-ef {
  width: 70%;
  margin-right: 50px;
}
.sub-heading {
  color: #050709;
  font-size: 16px;
  font-weight: 500;
}
.main-heading {
  margin: 0px;
  padding: 0px;
  font-size: 4.5em;
  font-weight: 700;
  color: #002659;
}
.main-pargrf {
  margin-bottom: 20px;
  padding: 0px;
  line-height: 26px;
  font-size: 19px;
  color: #002659;
  width: 80%;
}
.btn-vler {
  float: left;
  width: 100%;
  clear: both;
}
.banner-home .owl-nav {
  display: block;
}
.big_text {
  left: 0;
  right: 0;
  bottom: -90px;
  z-index: -1;
  line-height: 1;
  font-weight: 700;
  font-size: 280px;
  text-align: center;
  position: absolute;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0.502), transparent);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.my-form {
  background: #030722 url("../img/form-bg.svg") no-repeat center;
  min-height: 647px;
  background-attachment: fixed;
  float: left;
  width: 100%;
  background-size: cover;
}
form.form-inline-tt {
  float: left;
  width: 100%;
  padding: 80px 0;
}
form.form-inline-tt .form-group {
  margin-bottom: 70px;
}
form.form-inline-tt .mb-0 .form-group {
  margin-bottom: 20px;
}
.form-inline-tt a.Yellow-btn {
  float: right;
}
.header_bottom.hedder-fixed {
  position: fixed;
  background: #fff;
  padding: 0px;
  margin: 0px;
  /* width: 100%; */
  /* float: left; */
  box-shadow: 1px 1px 22px 0px rgba(0, 0, 0, .1);
  z-index: 999;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  display: flex;
  top: 0;
  width: 100%;
  left: 0px;
  padding: 20px;
  animation: 0.5s ease-in-out 0s normal none 1 running fadeInDown;
}
.about-simplex {
  float: left;
  width: 100%;
  background: #E3EBED;
  padding: 80px 0 0 0;
  margin-bottom: 80px;
  position: relative;
}
.about-grid {
  float: left;
  width: 100%;
  display: grid;
  text-align: left;
  margin-top: 0px;
  justify-content: center;
  align-items: center;
}
.sub-title {
  position: relative;
  padding-left: 65px;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #002659;
}
.sub-title:before {
  height: 2px;
  width: 55px;
  background: #FBCC00;
  position: absolute;
  bottom: 5px;
  content: "";
  left: 0;
}
.page-heading {
  font-size: 48px;
  color: #002659;
  font-weight: 700;
  margin: 10px 0 10px 0;
  font-family: 'Poppins', sans-serif;
  line-height: 50px;
}
.page-text {
  font-size: 18px;
  color: #404040;
  font-family: 'Roboto', sans-serif;
  line-height: 26px;
}
.listing-view {
  float: left;
  width: 100%;
  padding: 10px 0;
}
.listing-view ul {
  float: left;
  width: 50%;
}
.listing-view ul li {
  font-size: 18px;
  color: #002659;
  font-weight: 500;
  padding-bottom: 8px;
  padding-left: 35px;
  position: relative;
}
.listing-view ul li i {
  position: absolute;
  left: 0px;
  top: 5px;
  font-size: 26px;
  left: 0px;
}
.about-one__bottom {
  position: relative;
  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;
  float: left;
  width: 100%;
  font-family: 'Roboto', sans-serif;
  padding-bottom: 60px;
}
.about-one__call-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 345px;
  max-height: 103px;
  width: 100%;
  background-color: #002659;
  border-radius: 7px;
  padding: 10px 30px 15px;
  color: #fff;
}
.about-one__call-box .icon {
  position: relative;
  display: inline-block;
  margin-right: 33px;
  margin-top: 10px;
}
.about-one__title {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  color: #fff;
  font-family: 'Roboto', sans-serif;
}
.about-one__number {
  font-size: 32px;
  font-weight: 700;
  line-height: 37px;
  color: #fff;
  padding: 0;
  margin: 0;
}
.about-one__number a {
  color: #fff;
}
.about-one__years-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 262px;
  background-color: #FBCC00;
  padding: 16px 30px 19px;
  border-radius: 7px;
  max-height: 103px;
  margin-left: 15px;
}
.about-one__years-experience {
  font-size: 17px;
  font-weight: 500;
  line-height: 20px;
  color: var(--endreox-white);
  margin-left: 23px;
  margin: 0px;
}
.about-one__years {
  font-size: 62px;
  font-weight: 700;
  width: 100%;
  padding-right: 15px;
}
.about-grid-outer {
  position: relative;
}
.about-one__img-one {
  position: absolute;
  bottom: 0;
  right: -56px;
  z-index: 1;
  /* width: 700px; */
}
.about-one__img-one img {
  width: 100%;
  max-width: 700px;
}
.services-box {
  float: left;
  width: 100%;
  padding: 00px 0;
}
/*--------------------------------------------------------------
# Services One
--------------------------------------------------------------*/
.services-one {
  position: relative;
  display: block;
  padding-top: 60px;
  z-index: 1;
}
.services-one__top {
  position: relative;
  display: block;
  margin-bottom: 69px;
}
.services-one__left {
  position: relative;
  display: block;
}
.services-one__left .section-title {
  margin-bottom: 0;
}
.services-one__right {
  position: relative;
  display: flex;
  margin-left: 0;
  margin-top: 14px;
  float: left;
  padding-top: 15px;
}
.services-one__text {
  font-size: 20px;
  line-height: 30px;
  color: #494949;
}
.services-one__bottom {
  position: relative;
  display: block;
}
.services-one__carousel {
  position: relative;
  display: block;
}
.services-one__single {
  position: relative;
  display: block;
}
.services-one__img-box {
  position: relative;
  display: block;
  z-index: 1;
}
.services-one__img-box:before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 200px;
  content: "";
  background: #060706;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(2%, rgba(6, 7, 6, 0.728729)), color-stop(55%, rgba(6, 7, 6, 0)));
  background: linear-gradient(0deg, rgba(6, 7, 6, 0.728729) 2%, rgba(6, 7, 6, 0) 55%);
  z-index: 2;
}
.services-one__img {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}
.services-one__img::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  opacity: .30;
  content: "";
  z-index: 1;
}
.services-one__img::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: rgba(var(--endreox-black-rgb), 0.4);
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
  -webkit-transform-origin: top center;
  transform-origin: top center;
  z-index: 1;
}
.services-one__single:hover .services-one__img::after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: right center;
  transform-origin: right center;
}
.services-one__img img {
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
}
.services-one__single:hover .services-one__img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.services-one__content {
  position: absolute;
  bottom: 15px;
  left: 64px;
  z-index: 2;
}
.services-one__content::before {
  content: "";
  position: absolute;
  top: -18px;
  left: -64px;
  width: 135px;
  bottom: -15px;
  background-color: #FBCC00;
  z-index: -1;
}
.services-one__title {
  font-size: 28px;
  font-weight: 700;
  line-height: 45px;
  color: #fff;
}
.services-one__title a {
  color: var(--endreox-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.services-one__title a:hover {
  color: var(--endreox-primary);
}
.services-one__title a i {
  font-size: 38px;
  top: 2px;
  position: relative;
  margin-left: 36px;
}
.services-one__shape-1 {
  position: absolute;
  left: 80px;
  bottom: 101px;
  z-index: 1;
}
.services-one__shape-1 img {
  width: auto;
  opacity: .21;
}
.services-one__shape-3 {
  left: 208px;
}
.services-one__shape-2 {
  position: relative;
  display: block;
  height: 8px;
  background-color: #020d19;
  margin-right: 83px;
}
.services-two {
  position: relative;
  display: block;
  background-color: #002046;
  padding: 410px 0 100px;
  margin-top: -290px;
  float: left;
  width: 100%;
}
.services-two__shape-1 {
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: .35;
}
.services-two__shape-1 img {
  width: auto;
  height: 775px;
}
.services-two__right {
  position: relative;
  display: block;
  margin-top: 80px;
}
.services-two__btn-box {
  position: relative;
  display: block;
  text-align: right;
}
.services-two__btn {
  font-size: 18px;
  font-weight: 700;
  font-family: var(--endreox-font-two);
  text-transform: uppercase;
  color: #FBCC00;
  letter-spacing: 0.1em;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}
.services-two__btn:hover {
  color: #FBCC00;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.services-two__btn:hover::before {
  background-color: #fff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.services-two__btn:hover i {
  color: #FBCC00;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.services-two__btn::before {
  content: "";
  position: absolute;
  top: -1px;
  right: 17px;
  width: 34px;
  height: 34px;
  background-color: #FBCC00;
  border-radius: 50%;
  z-index: -1;
}
.services-two__btn i {
  margin-left: 27px;
  font-size: 32px;
  color: #fff;
}
.services-two__bottom {
  position: relative;
  display: block;
}
.services-two__left {
  position: relative;
  display: block;
}
.section-title {
  position: relative;
  display: block;
  margin-top: -12px;
  margin-bottom: 49px;
  float: left;
}
.services-two__top .section-title {
  margin-bottom: 59px;
}
.section-title .white span.sub-title {
  color: #FBCC00;
}
.section-title .page-heading {
  color: #fff;
}
.services-two__single {
  position: relative;
  display: block;
  text-align: center;
  background-color: #f3f4f7;
  border-radius: 8px;
  padding: 25px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
  float: left;
  min-height: 370px;
}
.services-two__single:hover {
  background-color: #FBCC00;
}
.services-two__icon {
  position: relative;
  display: inline-block;
  z-index: 1;
  line-height: 45px;
}
.services-two__icon::before {
  content: "";
  position: absolute;
  top: 17px;
  left: -19px;
  width: 50px;
  height: 50px;
  background-color: #cbe3ff;
  border-radius: 50%;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transform: scale(1);
  transform: scale(1);
  z-index: -1;
}
.services-two__single:hover .services-two__icon::before {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  opacity: .10;
}
.services-two__icon span {
  position: relative;
  display: inline-block;
  font-size: 72px;
  color: #002659;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.services-two__single:hover .services-two__icon span {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  color: #fff;
}
.services-two__title {
  font-size: 22px;
  font-weight: 500;
  line-height: 29px;
  margin-bottom: 9px;
  margin-top: 0px;
  text-transform: capitalize;
}
.services-two__title a {
  color: #1c242c;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.services-two__single:hover .services-two__title a {
  color: #fff;
}
.services-two__text {
  color: #494949;
  line-height: 20px;
  font-size: 14px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.services-two__single:hover .services-two__text {
  color: var(--endreox-white);
}
.services-two__read-more {
  position: relative;
  display: block;
  margin-top: 13px;
}
.services-two__read-more a {
  font-size: 14px;
  font-weight: 700;
  font-family: var(--endreox-font-two);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--endreox-base);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.services-two__read-more a:hover {
  color: var(--endreox-primary);
}
.slider-box .owl-nav {
  display: block;
}
.services-one__left .section-title .page-heading {
  color: #002659;
}
/**--------------------------------------------------------------
# Testimonial One
--------------------------------------------------------------*/
.testimonial-one {
  position: relative;
  display: block;
  background-color: #f1f1f1;
  padding: 120px 0 120px;
  overflow: hidden;
  z-index: 1;
  float: left;
  width: 100%;
}
.testimonial-one__shape-1 {
  position: absolute;
  left: 95px;
  top: 20px;
  z-index: -1;
}
.testimonial-one__shape-1 img {
  width: auto;
  opacity: .023;
}
.testimonial-one__left {
  position: relative;
  display: block;
}
.testimonial-one__left .section-title {
  margin-bottom: 32px;
}
.testimonial-one__left .section-title__title {
  color: var(--endreox-white);
}
.testimonial-one__text {
  font-size: 20px;
  line-height: 28px;
  color: var(--endreox-white);
}
.testimonial-one__right {
  position: relative;
  display: block;
  margin-left: 80px;
}
.testimonial-one__carousel {
  position: relative;
  display: block;
}
.testimonial-one__single {
  position: relative;
  display: block;
}
.testimonial-one__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #002659;
  padding: 53px 48px 50px;
  border-radius: 15px;
}
.testimonial-one__inner:before {
  content: "";
  position: absolute;
  left: 95px;
  bottom: -10px;
  width: 40px;
  height: 10px;
  border-top: 11px solid #002659;
  border-left: 22.5px solid transparent;
  border-right: 22.5px solid transparent;
}
.testimonial-one__client-img {
  position: relative;
  display: block;
  margin-top: 6px;
}
.testimonial-one__client-img img {
  width: auto !important;
  border-radius: 50%;
}
.testimonial-one__client-info {
  position: relative;
  display: block;
  margin-left: 39px;
}
.testimonial-one__client-text {
  font-size: 20px;
  line-height: 30px;
  color: #fff;
}
.testimonial-one__client-rating {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 26px;
}
.testimonial-one__client-rating i {
  font-size: 22px;
  color: #ffc85c;
}
.testimonial-one__client-rating i + i {
  margin-left: 10px;
}
.testimonial-one__client-content {
  position: relative;
  display: block;
  padding-top: 22px;
  margin-left: 78px;
}
.testimonial-one__client-content h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  color: #002659;
}
.testimonial-one__client-content span {
  font-size: 14px;
  font-weight: 700;
  font-family: var(--endreox-font-two);
  text-transform: uppercase;
  color: #002659;
  letter-spacing: 0.1em;
}
.testimonial-one__carousel.owl-theme .owl-nav {
  position: absolute;
  right: 0;
  bottom: -4px;
}
.testimonial-one__carousel.owl-theme .owl-nav .owl-next {
  height: 43px;
  width: 43px;
  line-height: 43px;
  border-radius: 50%;
  color: #000000;
  background-color: #f7a60c;
  font-size: 16px;
  margin: 0;
  text-align: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.testimonial-one__carousel.owl-theme .owl-nav .owl-next span {
  font-weight: 900;
}
.testimonial-one__carousel.owl-theme .owl-nav .owl-prev {
  height: 43px;
  width: 43px;
  line-height: 43px;
  border-radius: 50%;
  color: #000000;
  background-color: #f7a60c;
  font-size: 16px;
  margin: 0;
  text-align: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.testimonial-one__carousel.owl-theme .owl-nav .owl-prev span {
  font-weight: 900;
}
.testimonial-one__carousel.owl-theme .owl-nav .owl-next {
  margin-left: 5px;
}
.testimonial-one__carousel.owl-theme .owl-nav .owl-prev {
  margin-right: 15px;
}
.testimonial-one__carousel.owl-theme .owl-nav .owl-next span, .testimonial-one__carousel.owl-theme .owl-nav .owl-prev span {
  position: relative;
  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;
}
.testimonial-one__carousel.owl-theme .owl-nav .owl-next:hover, .testimonial-one__carousel.owl-theme .owl-nav .owl-prev:hover {
  background-color: var(--endreox-white);
  color: var(--endreox-black);
}
.position-fixed {
  width: 50px;
  height: 50px;
  right: 25px;
  border-radius: 0px !important;
  background: #fff;
  z-index: 999;
  color: #030722;
  font-size: 32px;
  bottom: 85px;
  border: none;
	box-shadow: 1px 1px 22px 0px rgba(0, 0, 0, .1);
}
.position-fixed i {
  color: #030722;
}
.position-fixed:hover {
  background: #FBCC00;
}
.let-connent {
  float: left;
  width: 100%;
  position: relative;
  margin-top: -25px;
  z-index: 9;
}
.get-start {
  float: left;
  width: 100%;
  background: #002659;
  height: 128px;
  justify-content: center;
  align-items: center;
  text-align: center;
  display: flex;
  margin-top: -60px;
}
.get-start p {
  margin: 0px;
  padding: 0px;
  font-family: 'Poppins', sans-serif;
  font-size: 38px;
  font-weight: 500;
  color: #fff;
}
.get-start p a {
  color: #FBCC00;
}
.footer {
  float: left;
  width: 100%;
  background: #030722;
  padding: 95px 0 65px 0;
  margin-top: -50px;
}
.outer-abot__row {
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
}
.about-footer {
  background: #fff;
  border-radius: 12px;
  padding: 15px;
  max-width: 231px;
  margin-right: 20px;
}
.about-footer img {
  width: 213px;
}
.about-text-f p {
  font-size: 16px;
  color: #fff;
  padding: 0px;
  margin: 0px;
  font-weight: 400;
  line-height: 20px;
}

.quick-links-main {
    float: left;
    width: 100%;
    display: flex;
    padding: 35px 0 0 15px;
}

.quick-links {
    margin-right: 30px;
    width: 40%
}

.quick-links ul li {
    text-transform: uppercase;
    color: #fff;
    padding-bottom: 8px;
}

.quick-links ul li a{
	
	color: #fff;
}

.quick-links ul li:hover a{
	
	color: #FBCC00;
}

.quick-links ul li:hover a i{
	
	color: #fff;
}

.quick-links ul li a i{
	
	color: #FBCC00;
	padding-right: 10px;
	font-size: 18px;
}

.contact-us-information{
	
	float: left;
	width: 70%
	color: #fff;
}

.call-us {
	font-size: 38px;
	color: #fff;
	font-weight: 800;
}
.call-us span{
	
	display: block;
	font-size: 18px;
	font-weight: 400;
}

.connect-with-Us{
	
	position: relative;
	padding: 15px 0;
}

.connect-with-Us .social_links_round {
    margin: 0;
    position: relative;
    bottom: 0;
    list-style: none;
    left: 0;
    color: #002659;
    font-weight: 500;
    margin-top: 10px;
}

.main-left{
	position: relative;
	width: 100%; padding-left: 200px;
	text-align: center;
	
	}

.main-left:before {
    background: url("../img/main-slider-shape-1.png") no-repeat left;
    height: 342px;
    position: absolute;
    width: 201px;
    content: "";
    left: 0px;
    top: -105px;
    background-size: 100% 100%;
}

.main-left p {
    font-family: 'Poppins', sans-serif;
    font-size: 3em;
    color: #fff;
    line-height: 50px;
    font-weight: 500;
    text-align: left;
    margin: -30px 0 0 0;
    padding: 0px;
}

.connect-with-Us span {
    display: block;
    font-size: 18px;
    font-weight: 400;
	color: #fff;
}
	

.copyrig_view {
    float: left;
    background: #002659;
    text-align: center;
    padding: 12px 0;
    margin: 0px 0 0 0;
    color: #fff;
    width: 100%;
    clear: both;
	font-size: 14px;
}

.copyright a{ color: #fff;

}
.copyright a:hover{ color: #FBCC00; text-decoration: underline;}





.services-box .section-title .sub-title{
	
	color: #002659;
}

.services-box .section-title .sub-title.white{
	
	color: #FBCC00;
}


/*About-us page Css*/

.breadcrumb_section {
    padding: 102px 0;
    float: left;
    width: 100%;
}

.breadcrumb_section h1 {
    font-size: 60px;
    line-height: 0.8;
    margin-bottom: 22px;
}

.breadcrumb_section p {
    font-size: 18px;
    margin-bottom: 0;
    line-height: 1.325;
}


.breadcrumb_nav {
    float: right;
    padding: 17px 34px;
    background-color: #ffffff;
}


.breadcrumb_nav li {
    color: #999999;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    display: inline-flex;
}

.breadcrumb_nav li a{color: #999999}
.breadcrumb_nav a:hover {
    color: #002659;
}
.breadcrumb_nav li:after {
    top: 50%;
    width: 2px;
    content: "";
    right: -1px;
    height: 14px;
    position: absolute;
    background-color: #e9e9e9;
    transform: translateY(-50%);
}

.breadcrumb_nav li:not(:last-child) {
    margin-right: 12px;
    padding-right: 12px;
}

.breadcrumb_nav li:last-child {
    color: #002659;
}

.about_section {
    position: relative;
}

.section_space {
    padding-top: 120px;
    padding-bottom: 120px;
    float: left;
    width: 100%;
}

.experience_image_wrap {
    z-index: 1;
    height: 730px;
    position: relative;
}

.experience_image_wrap .shape_image {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    display: flex;
    position: absolute;
    align-items: center;
    justify-content: center;
}

.experience_image_wrap .image_1 {
    top: 0;
    left: -50px;
    max-width: 280px;
    position: absolute;
}

/*.experience_image_wrap .shape_image img {
    animation: spin 9s linear infinite;
}*/

.experience_image_wrap .image_2 {
    top: 115px;
    right: 60px;
    max-width: 120px;
    position: absolute;
}

.experience_image_wrap .image_3 {
    bottom: 0;
    left: 50px;
    max-width: 255px;
    position: absolute;
}

.experience_image_wrap .year_text {
    top: 50%;
    left: 50%;
    z-index: 1;
    text-align: center;
    position: absolute;
    transform: translate(-50%, -50%);
}

.experience_image_wrap .year_text strong {
    font-size: 67px;
    font-weight: 700;
    line-height: 0.583;
    margin-bottom: 12px;
    color: #002659;
    font-family: "Poppins", sans-serif;
}

.experience_image_wrap .year_text strong, .experience_image_wrap .year_text span {
    display: block;
    line-height: 1;
}

/*.experience_image_wrap .shape_image img {
    animation: spin 9s linear infinite;
}
*/
.section_title {
    z-index: 1;
    position: relative;
    margin-bottom: 50px;
}

.section_title .flow_shape {
    line-height: 1;
    max-width: 66px;
    margin-bottom: 14px;
    display: inline-block;
}

.section_title h2 {
    z-index: 1;
    font-size: 60px;
    line-height: 1.2;
    position: relative;
    margin-bottom: 5px;
}

.about_content p {
    font-size: 18px;
    line-height: 24px;
}

.ul_li_block {
    margin: 0px;
    padding: 0px;
    display: block;
}

.about_info_list_3 li:not(:last-child) {
    margin-bottom: 20px;
}

.about_info_list_3 li {
    font-size: 18px;
    display: inline-flex;
}



.about_info_list_3 .icon {
    float: left;
    width: 40px;
    padding-right: 10px;
    color: #3F4040;
}

.section_title .outline_title {
    left: 0;
    right: 0;
    top: 50%;
    z-index: -1;
    display: block;
    font-size: 200px;
    font-weight: 600;
    line-height: 0.35;
    position: absolute;
    font-family: "Poppins", sans-serif;
    transform: translateY(-50%);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #f1f1f1;
    -webkit-text-fill-color: transparent;
}




.funfact_section {
    z-index: 1;
    position: relative;
    float: left;
    width: 100%;
    border-bottom: solid 1px #ccc;
}


.funfact_section.bg_gray {
    background-color: #e9edf4;
}




.funfact_section .path_bg {
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    height: 80%;
    position: absolute;
    background-color: #eef2f6;
    clip-path: polygon(50% 40%, 66% 0, 84% 40%, 100% 0, 100% 100%, 0 100%, 0 0, 15% 40%, 33% 1%);
}

.funfact_item_2 {
    z-index: 1;
    padding: 0 30px;
    text-align: center;
    position: relative;
    width: 50%;
    margin: auto;
}

.funfact_item_2 .item_icon {
    width: 80px;
    height: 80px;
    align-items: center;
    border-radius: 100%;
    margin-bottom: 35px;
    display: inline-flex;
    justify-content: center;
    background-color: #ffffff;
}

.funfact_item_2 .counter_text {
    left: 0;
    right: 0;
    top: 85px;
    z-index: -1;
    color: #dfe6ec;
    line-height: 0.8;
    font-size: 120px;
    font-weight: 700;
    position: absolute;
    font-family: "Poppins", sans-serif;
}

.item_title {
    font-size: 23px;
    color: #002659;
    padding: 10px 0;
}

.header_boxed .about_offcanvas_btn {
    margin-left: 50px;
}


/*righy-se menu*/

.sidebar-menu-wrapper {
    display: block;
}

.about_sidebar {
    top: 0;
    width: 380px;
    right: -400px;
    height: 100vh;
    z-index: 9999;
    position: fixed;
    overflow-y: scroll;
    padding: 40px 0px 0px 0;
    background-color: #ffffff;
    transition: 0.6s cubic-bezier(1, 0, 0, 1);
}

.about_sidebar .about_close_btn {
    top: 15px;
    right: 20px;
    line-height: 1;
    font-size: 24px;
    position: absolute;
}

.nav-inner li {
    position: relative;
    margin-bottom: 10px;
    overflow: hidden;
}

.nav-inner li a {
    display: block;
    height: 100%;
    text-decoration: none;
    color: #4d4d4d;
    font-size: 24px;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-weight: 600;
    padding: 8px 30px;
    transition: all 0.2s ease-in-out;
}

.nav-inner li a:before {
    content: "";
    position: absolute;
    left: -30px;
    top: 50%;
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #FBCC00;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}
.nav-inner li a:hover {
    background-color: #002659;
    color: #fff;
    transform: translate3d(30px, 0, 0);
}

.nav-inner li a:hover:before {
    content: "";
    left: -20px;
    opacity: 1;
}

.nav-inner li.active a {
    background-color: #002659;
    color: #fff;
    transform: translate3d(30px, 0, 0);
}
.nav-inner li.active a:before {
    content: "";
    left: -20px;
    opacity: 1;
}

.about_sidebar .site_logo {
    margin-bottom: 40px;
	padding-left: 15px;
}

.about_sidebar_overlay {
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0;
    z-index: 999;
    width: 100vw;
    height: 100vh;
    display: none;
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
    transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.about_sidebar_overlay.active {
    opacity: 1;
    display: block;
}


.about_sidebar.active {
    right: 0px;
}


.contact_section {
    position: relative;
}

.contact_section.section_space{
	
	padding-bottom: 0px;
}


.contact_section .outline_title {
    left: 0;
    right: 0;
    top: 50%;
    z-index: -1;
    display: block;
    font-size: 200px;
    font-weight: 600;
    line-height: 0.35;
    position: relative;
    font-family: "Poppins", sans-serif;
    transform: translateY(-50%);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #f1f1f1;
    -webkit-text-fill-color: transparent;
	text-align: center;
	margin-bottom: 60px;
	margin-top: 0px;
}


.outer-heaing {
    float: left;
    width: 100%;
    padding: 15px 0 25px  0;
    display: block;
}

.address {
    display: flex;
    justify-content: center;
    align-items: center;
	position:relative;
}

.address p{
	
	margin: 0px;
	 padding: 0px;
	
}

.heaing-form{
	
	font-size: 22px;
	color: #050709;
	font-weight: 500;
	 font-family: 'Poppins', sans-serif;
	padding-bottom: 8px;
}

.address span{
	
	margin-right: 10px;
}

p.call-us-now {
    font-size: 28px;
}

.address a{ color: #4A4A4A;}
.address a:hover{ color: #000000;}


.form-page p{
	 color: #002659; padding: 0px; margin: 0px;
	
}

.form-page {
    float: left;
    width: 100%;
    position: relative;
}
.form-page form.form-inline-tt{
	
	padding-top: 30px;
}

.form-page form.form-inline-tt .form-group{
	
	margin-bottom: 30px;
}

.form-page .form-control {
    border: solid 1px #D0D0D0;
    border-radius: 0px;
    /* height: 54px; */
    line-height: 34px;
    padding: 5px 15px;
}


.form-page .form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-page .form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.form-page .form-control:focus {
  color: #404040;
  background-color:none;
  border-color: #002659;
  outline: 0;
  box-shadow: none;
}

.form-control::-webkit-input-placeholder {
  color: #404040;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #404040;
  opacity: 1;
}

.form-page .form-control:-ms-input-placeholder {
  color: #404040;
  opacity: 1;
}

.form-page .form-control::-ms-input-placeholder {
  color: #404040;
  opacity: 1;
}

.form-page .form-control::placeholder {
  color: #404040;
  opacity: 1;
}


.b-logo{
	
	float: left;
	width: 100%;
	padding: 60px 0 0 0;
}

.contact-page-google-map__inner {
    position: relative;
    display: block;
   
    padding-top: 50px;
    padding-bottom: 0px;
}

.google-map__one {
    position: relative;
    display: block;
    border: none;
    height: 100vh;
    width: 100%;
}

.rotate {
  animation: rotation 20s infinite linear;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}