
@import url("https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700;900&display=swap");
body {
  font-family: "Ubuntu", sans-serif;
  background-color: #fff;
  font-size: 16px;
  color: #666;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: inherit;
  }
}

/*************** HELPER CSS ***************/
.mt-10 {
  margin-top: 10px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-100 {
  margin-top: 100px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-100 {
  margin-bottom: 100px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-min-100 {
  padding-top: calc(100px - 8px);
}

.pt-100 {
  padding-top: calc(100px - 8px);
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-160 {
  padding-bottom: 160px;
}

.pb-170 {
  padding-bottom: 170px;
}

.pb-200 {
  padding-bottom: 200px;
}

.p-tb-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.p-tb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.sec-pt-70 {
  padding-top: 70px;
}

.sec-pb-40 {
  padding-bottom: 40px;
}

.sec-pb-70 {
  padding-bottom: 70px;
}

.no-animation {
  -webkit-animation: none !important;
          animation: none !important;
}

.around-border {
  border: 1px solid #e1e1e1;
}

p {
	color: #333;
	line-height: 1.6;
}
a {
	color: #fbab3a;
	text-decoration: none;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
a:hover, a:active {
	text-decoration: none;
	color: #000;
}
h1, h2, h3, h4, h5, h6 {
	color: #000;
	font-weight: 600;
	font-family: "Ubuntu", sans-serif;
}
.fluid-height {
	height: calc(100% - 30px);
	margin-bottom: 30px;
}
.full-height {height: 100% !important;}
.full-width { width: 100%;}
.text-justify {text-align: justify;}
img {
	max-width: 100%;
	height: auto;
}
.border-top {
  border-top: 1px solid #f4f8ff !important;
}

.border-bottom {
  border-bottom: 1px solid rgba(133, 133, 133, 0.5) !important;
}

.border-bottom-1 {
  border-bottom: 1px solid #eee;
}

.default-box-shadow {
  -webkit-box-shadow: 0px 9px 54px 0px rgba(32, 32, 32, 0.1);
          box-shadow: 0px 9px 54px 0px rgba(32, 32, 32, 0.1);
}

button {
  outline: 0;
  border: 0;
}

button:focus, button:active {
  outline: 0;
  border: 0;
}

.main-btn {
  padding: 15px 50px;
  text-align: center;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  border: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  border-radius: 35px;
  z-index: 0 !important;
  background-color: #1f12fd;
  -webkit-box-shadow: 0px 7px 51px 0px rgba(31, 18, 253, 0.12);
          box-shadow: 0px 7px 51px 0px rgba(31, 18, 253, 0.12);
}

.main-btn i {
  font-size: 15px;
}

.main-btn:focus, .main-btn:active {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
}

.main-btn:hover {
  color: #fff;
  background-color: #1509d8;
}

.main-btn.main-btn-small {
  padding: 10px 15px;
  font-size: 13px;
}

.main-btn.main-btn-rounded-icon span {
  background-color: #fff;
  color: #01abea;
  padding: 1px 5px;
  border-radius: 20px;
  margin-left: 10px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.main-btn.main-btn-white {
  background-color: #fff;
  color: #01abea;
}

.main-btn.main-btn-white:hover {
  background-color: #01abea;
  color: #fff;
}

.main-btn.main-btn-white:hover.main-btn-rounded-icon span {
  background-color: #fff;
  color: #01abea;
}

.main-btn.main-btn-white.main-btn-rounded-icon span {
  background-color: #01abea;
  color: #fff;
}

.main-btn.main-btn-black {
  background-color: #000;
  color: #fff;
}

.main-btn.main-btn-black:hover {
  background-color: #01abea;
  color: #000;
}

.main-btn:disabled, .main-btn.disabled {
  opacity: 1;
}

.main-btn.btn-fb {
  background-color: #3B5998;
  color: #fff;
}

.main-btn.btn-tw {
  background-color: #00ACEE;
  color: #fff;
}

.main-btn.btn-ins {
  background-color: #DD2A7B;
  color: #fff;
}

.main-btn.btn-yt {
  background-color: #C4302B;
  color: #fff;
}

.main-btn.btn-vim {
  background-color: #86C9EF;
  color: #fff;
}

.no-radius {
  border-radius: 0;
}

.no-radius.btn, .no-radius .btn {
  border-radius: 0;
}

.no-radius.btn:before, .no-radius .btn:before {
  border-radius: 0;
}

.no-radius.btn:after, .no-radius .btn:after {
  border-radius: 0;
}

.bg-white {
  background: #fff;
}

.bg-main {
  background: #01abea;
}

.bg-off-white {
  background-color: #f4f8ff;
}

.bg-white {
  background: #fff;
}

.bg-black {
  background: #161616;
}

.bg-blue-dark {
  background-color: #0f0886 !important;
}

.color-maincolor {
  color: #01abea !important;
}

.color-white {
  color: #fff !important;
}

.z-index-1 {
  z-index: 1;
}

.section-title {
	max-width:1050px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}

.section-title small {
	display: inline-block;
	font-size: 14px;
	margin-bottom: 5px;
	font-weight: 700;
	color: #01bffd;
	text-transform:uppercase;
}
.section-title h2, .section-title h3 {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 16px;
    position: relative;
    line-height: 1.4;
    text-transform: capitalize;
}
.section-title h2 span {color: #01abea;}
.section-title h2:last-child {margin-bottom: 0;}
.section-title p {
	font-size: 17px;
	font-weight: 400;
	margin-bottom: 30px;
	position: relative;
}
.section-title p:last-child {margin-bottom: 0;}
.section-title p a {color: #01abea;}
.section-title.section-title-lg {max-width: 825px;}
.section-title.section-title-white small {color: #fff;}
.section-title.section-title-white h2 {color: #fff;}
.section-title.section-title-white p {color: #fff;}
.section-title.section-title-white p a {color: #fff;}
.section-title.section-title-left {
	max-width: 100%;
	text-align: left;
}
.sub-section-title {margin-bottom: 30px;}
.sub-section-title .sub-section-title-heading {
	font-size: 22px;
	margin-bottom: 15px;
}
.sub-section-title p {
	font-size: 16px;
	font-weight: 400;
}
.col-center h2 {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 16px;
    position: relative;
    line-height: 1.4;
    text-transform: capitalize;
    text-align: center;
    margin: 0 auto 25px;
}
.section-title p {
	font-size: 17px;
	font-weight: 400;
	margin-bottom: 20px;
	line-height: 1.6;
	letter-spacing:0;
	color:#333;
}
.page-link {
	position: relative;
	padding: 0 0;
	padding-top: 2px;
	width: 40px;
	height: 40px;
	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-left: -1px;
	line-height: 1;
	color: #01abea;
	font-weight: 600;
	font-size: 16px;
	border-radius: 4px;
	background-color: white;
	-webkit-box-shadow: 0px 8px 35px 0px rgba(32, 32, 32, 0.08);
	box-shadow: 0px 8px 35px 0px rgba(32, 32, 32, 0.08);
	border: 0;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	margin-top: 3px;
	overflow: hidden;
}
.page-link:hover {
	background-color: #01abea;
	color: #fff;
}
.page-link:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.page-link i {
	font-size: 10px;
	font-weight: 600;
}
.page-pagination .pagination {
	margin-top: -3px;
	margin-bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-left: 0;
	padding-right: 0;
}
.page-item {
	padding: 0 7px;
	margin-top: 3px;
}
.page-item:first-child {padding-left: 0;}
.page-item:first-child .page-link {
	background-color: #fff;
	color: #01abea;
}
.page-item:first-child .page-link:hover {
	background-color: #01abea;
	color: #fff;
}
.page-item:last-child {padding-right: 0;}
.page-item:last-child .page-link {
	background-color: transparent;
	color: #01abea;
}
.page-item:last-child .page-link:hover {
	background-color: #01abea;
	color: #fff;
}
.page-item.disabled .page-link {
	background-color: #fff;
	color: #01abea;
	border: 0;
}
.page-item.active .page-link {
	background-color: #01abea;
	color: #fff;
}
.form-group label {
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 10px;
	color: #000;
}
.text-muted {
	font-size: 13px;
	color: #767676 !important;
	margin-top: 5px;
}
.input-group {
	border: 0;
	border-radius: 3px;
	padding: 15px 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	border-radius: 3px;
	background-color: #efefef;
}
.input-group.input-group-maincolor .form-control {color: #fff;}
.input-group.input-group-maincolor .form-control::-webkit-input-placeholder {color: #fff;}
.input-group.input-group-maincolor .form-control:-ms-input-placeholder {color: #fff;}
.input-group.input-group-maincolor .form-control::-ms-input-placeholder {color: #fff;}
.input-group.input-group-maincolor .form-control::placeholder {color: #fff;}
.form-control {
  padding: 15px 25px;
  color: #000;
  font-size: 15px;
  background-color: #f4f8ff;
  height: auto;
  border: 1px solid #eee;
  border-radius: 30px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.form-control:focus, .form-control:active {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #f4f8ff;
}
.form-control::-webkit-input-placeholder {color: #585858;}
.form-control:-ms-input-placeholder {color: #585858;}
.form-control::-ms-input-placeholder {color: #585858;}
.form-control::placeholder {color: #585858;}
.form-control.form-control-white {color: #fff;}
.form-control.form-control-white::-webkit-input-placeholder {color: #585858;}
.form-control.form-control-white:-ms-input-placeholder {color: #585858;}
.form-control.form-control-white::-ms-input-placeholder {color: #585858;}
.form-control.form-control-white::placeholder {color: #585858;}
select.form-control {
	background-image: url(../images/chevron.png);
	background-repeat: no-repeat;
	background-position: right 25px center;
	background-size: 15px;
}
.help-block {
	font-size: 14px;
	margin-top: 5px;
}
.help-block.with-errors {color: #ff5421;}
#msgSubmit {
	color: #ff5421 !important;
	font-weight: 600;
	font-size: 18px;
}
#msgSubmit.submit-post-info {margin-top: 5px;}

.social-list {
  padding-left: 15px;
  padding-right: 0;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.social-list li {
  list-style: none;
  font-size: 18px;
  margin-right: 15px;
}

.social-list li a {font-size:20px;}
.social-list li:last-child {margin-right: 0;}
.social-list.social-list-btn li {
	width: 40px;
	height: 40px;
	font-size: 15px;
	-webkit-box-shadow: 0px 6px 21px 0px rgba(32, 32, 32, 0.08);
	box-shadow: 0px 6px 21px 0px rgba(32, 32, 32, 0.08);
}
.social-list.social-list-btn li a {
	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;
	width: 100%;
	height: 100%;
	color: #fff;
	border-radius: 50%;
	background: #1c4085; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #1c4085 0%, #01bffd 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  #1c4085 0%,#01bffd 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  #1c4085 0%,#01bffd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c4085', endColorstr='#01bffd',GradientType=1 );
}
.social-list.social-list-btn li a:hover {color: #01abea;}

.social-list.social-list-sm li {
  font-size: 14px;
}

.page-bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.page-bg-overlay {
  position: relative;
}

.page-bg-overlay:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(31, 18, 253, 0.58);
}

.page-bg-1 {
  background-image: url(../images/page-bg/page-bg-1.jpg);
}

.page-bg-2 {
  background-image: url(../images/page-bg/page-bg-2.jpg);
}

/*************** MAIN CSS ***************/
.preloader {
  height: 100%;
  width: 100%;
  position: fixed;
  overflow: visible;
  z-index: 99999;
  top: 0;
  left: 0;
  background-color: #000;
}

.preloader .preloader-wrapper {
  width: 100%;
  height: 100%;
  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;
}

.preloader-content {
  width: 300px;
  height: 300px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #000;
  -webkit-filter: blur(10px) contrast(20);
          filter: blur(10px) contrast(20);
}

.blob-1, .blob-2 {
  width: 70px;
  height: 70px;
  position: absolute;
  background: #fff;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.blob-1 {
  left: 20%;
  -webkit-animation: osc-l 2.5s ease infinite;
          animation: osc-l 2.5s ease infinite;
}

.blob-2 {
  left: 80%;
  -webkit-animation: osc-r 2.5s ease infinite;
          animation: osc-r 2.5s ease infinite;
  background: #01bffd;
}

@-webkit-keyframes osc-l {
  0% {
    left: 20%;
  }
  50% {
    left: 50%;
  }
  100% {
    left: 20%;
  }
}

@keyframes osc-l {
  0% {
    left: 20%;
  }
  50% {
    left: 50%;
  }
  100% {
    left: 20%;
  }
}

@-webkit-keyframes osc-r {
  0% {
    left: 80%;
  }
  50% {
    left: 50%;
  }
  100% {
    left: 80%;
  }
}

@keyframes osc-r {
  0% {
    left: 80%;
  }
  50% {
    left: 50%;
  }
  100% {
    left: 80%;
  }
}
.pre-loaded .preloader {
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.3s 1s ease-out;
	transition: all 0.3s 1s ease-out;
}
.fixed-top.non-fixed {position: relative;}

@-webkit-keyframes menuItem {
  0% {
    opacity: 0;
    -webkit-transform: rotateX(-90deg);
            transform: rotateX(-90deg);
  }
  50% {
    -webkit-transform: rotateX(-20deg);
            transform: rotateX(-20deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }
}

@keyframes menuItem {
  0% {
    opacity: 0;
    -webkit-transform: rotateX(-90deg);
            transform: rotateX(-90deg);
  }
  50% {
    -webkit-transform: rotateX(-20deg);
            transform: rotateX(-20deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }
}

@-webkit-keyframes menuItem2 {
  0% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
            transform: rotateY(-90deg);
  }
  50% {
    -webkit-transform: rotateY(-20deg);
            transform: rotateY(-20deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}

@keyframes menuItem2 {
  0% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
            transform: rotateY(-90deg);
  }
  50% {
    -webkit-transform: rotateY(-20deg);
            transform: rotateY(-20deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}

.main-nav {
  margin: auto;
  position: relative;
  display: none;
  background-color: transparent;
}

.main-nav nav .navbar-nav .nav-item {
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left:10px;
}

.main-nav nav .navbar-nav .nav-item a {
    color: #1c4085;
    margin-left: 0;
    margin-right: 0;
    padding: 3px 15px;
    font-size: 16px;
    letter-spacing: .3px;
    text-transform: none;
    font-family: "Ubuntu", sans-serif;
    font-weight: 500;
    /* background: #00000095;
    border-radius: 5px;
    text-transform: uppercase; */
}
.main-nav nav .navbar-nav .nav-item a.active {
  color: #1c4085;
}

.main-nav nav .navbar-nav .nav-item a.active:hover {
  color: #1c4085;
}

.main-nav nav .navbar-nav .nav-item:hover a {
  color: #1c4085;
}

.main-nav nav .navbar-nav .nav-item:hover a.active {
  color: #1c4085;
}

.main-nav .main-btn {
  padding: 14px 40px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.navbar {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
}

.navbar-collapse {
  width: auto;
}

.navbar-option-item {
  margin-left: 30px;
}

.navbar-option-item a i {
  font-size: 25px;
}

.navbar-option {
  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: flex-end;
}

.navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
  margin-right: 15px;
  position: relative;
}

.mobile-nav {
  padding: 20px 0;
  display: block;
}

.mobile-nav .navbar-option {
  margin-left: auto;
  margin-right: 60px;
  z-index: 1000;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}

.mobile-nav .navbar-option-item {
  margin-left: 25px;
}

.mobile-nav .navbar-option-item button {
  color: #000;
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.mobile-nav .navbar-option-item button i {
  font-size: 20px;
  vertical-align: middle;
}

.mobile-nav .navbar-option-item button:hover {
  color: #1f12fd;
}

.mobile-brand {
  position: relative;
  z-index: 1000;
}

.mean-container {
  position: relative;
}

.mean-container .mean-bar {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  padding: 0;
  border-bottom: 0;
}

.mean-container a.meanmenu-reveal {
  padding-top: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: auto;
  padding-right: 0;
  color: #1f12fd;
}

.mean-container a.meanmenu-reveal span {
  background-color: #1f12fd;
}

.mean-container .mean-nav {
  margin-top: 53px;
}

.mean-container .mean-nav .navbar-nav {
  max-height: 350px;
  overflow: auto;
  -webkit-box-shadow: 0px 9px 54px 0px rgba(32, 32, 32, 0.1);
          box-shadow: 0px 9px 54px 0px rgba(32, 32, 32, 0.1);
}

.mean-container .mean-nav .navbar-nav .nav-item a {
  color: #000;
}

.mean-container .mean-nav .navbar-nav .nav-item a.active {
  color: #1f12fd;
}

.navbar-area {
  padding-left: 25px;
  padding-right: 25px;
}

.navbar-area.is-sticky {
  -webkit-animation: 500ms running fadeInDown;
          animation: 500ms running fadeInDown;
  -webkit-transition: all .5s;
  transition: all .5s;
  width: 100%;
  z-index: 999999;
  position: fixed;
  background-color: #fff;
  top: 0;
  -webkit-box-shadow: 0px 9px 54px 0px rgba(32, 32, 32, 0.1);
          box-shadow: 0px 9px 54px 0px rgba(32, 32, 32, 0.1);
}

.navbar-area.is-sticky .main-nav nav .navbar-nav .nav-item a {
  color: #000;
}

.navbar-area.is-sticky .main-nav nav .navbar-nav .nav-item a.active {
  color: #01abea;
}

.navbar-area.is-sticky .main-nav nav .navbar-nav .nav-item a.active:hover {
  color: #01abea;
}

.navbar-area.is-sticky .main-nav nav .navbar-nav .nav-item:hover a {
  color: #01abea;
}

.navbar-area.is-sticky .main-nav nav .navbar-nav .nav-item:hover a.active {
  color: #01abea;
}

.navbar-area.is-sticky .main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item a {
  color: #000;
}

.navbar-area.is-sticky .main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item a.active {
  color: #01abea;
}

.navbar-area.is-sticky .main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item a.active:hover {
  color: #01abea;
}

.navbar-area.is-sticky .main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover > a {
  color: #01abea;
}

.navbar-area.is-sticky .main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover > a.active {
  color: #01abea;
}

.navbar-area.is-sticky .main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item a {
  color: #000;
}

.navbar-area.is-sticky .main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item a.active {
  color: #01abea;
}

.navbar-area.is-sticky .main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:hover > a {
  color: #01abea;
}

.navbar-area.is-sticky .navbar-option-search a {
  color: #000;
}

.navbar-area.is-sticky .navbar-option-search a:hover {
  color: #01abea;
}

.max-585 {
  max-width: 585px;
}

.header-bg {
  position: relative;
  padding-top: 240px;
  padding-bottom: 100px;
}

.header-bg-lg {
  position: relative;
}

.header-bottom-space {
  padding-bottom: 200px;
}

.header-bg-image {
  position: relative;
  background: url(../images/homepage-three/bg.jpg) no-repeat right;
  background-size: cover;
}

.header-bg-image:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(31, 18, 253, 0.4);
  position: absolute;
  top: 0;
  left: 0;
}

.header-bg-shape {
	position: relative;
	background-image: url(../images/home-banner.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size:cover;
}

@media only screen and (max-width: 700px){
	.header-bg-shape {
		background-image: url(../images/banner-mobile.jpg);
	}
}

@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
}

@keyframes scale {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
}

.header-animation-shape {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #fd6a12;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-400px, -100px);
          transform: translate(-400px, -100px);
}

.header-animation-shape:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(253, 106, 18, 0.5);
  -webkit-animation: scale 1s infinite linear;
          animation: scale 1s infinite linear;
  border-radius: 50%;
}

.header-image-shape {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-45%);
          transform: translateY(-45%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-content {
  position: relative;
  z-index: 11;
  padding-left: 25px;
}

.header-content h1 {
	margin-bottom: 10px;
	text-transform:capitalize;
}

.header-content p {
  font-size: 18px;
  margin-bottom: 25px;
}

.header-content-white h1 {
  color: #fff;
}

.header-content-white p {
  color: #fff;
}

.button-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -20px;
}

.button-group .main-btn {
  margin-right: 25px;
  margin-top: 20px;
}

.button-group .main-btn:last-child {
  margin-right: 0;
}

.section-to-header {
  margin-top: -100px;
  position: relative;
  z-index: 11;
}

.problem-box{
	position:relative;
    border-radius: 10px;
    -webkit-box-shadow: 0px 9px 54px 0px rgb(32 32 32 / 10%);
    box-shadow: 0px 9px 54px 0px rgb(32 32 32 / 10%);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
	min-height:160px;
	text-align:center;
	margin-top:45px;	
	padding: 50px 15px 15px;
    background: #fff;
    border-radius: 10px;
    transition: all linear 0.3s;
}
.problem-box:hover {	
    box-shadow: 0px 40px 40px 0px rgb(14 17 51 / 10%);
    transform: translateY(-15px);
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.problem-header{
    /* display: -webkit-box;
    display: -ms-flexbox;
    display: flex */;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: -15px;
    margin-bottom: 0px;
}
.problem-header .thumb-card{	
	border-radius: 50%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	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: 0 auto;
	padding: 5px;
	position: absolute;
	top: -30px;
	left: 50%;
	margin-left: -35px;
	height: 70px;
	width: 70px;
	line-height: 70px;
	box-shadow: 0px 6px 10px 0px rgb(16 73 189 / 30%);
	background: #f4f8ff;
}
.problem-header .thumb-card img{width:60%;}
.problem-header h3{
    color: #000;
    font-size: 20px;
    margin: 0;
    margin-top: 25px;
    font-weight: 600;
    padding: 0;
}
.problem-box ul{
	margin:0;
	padding:0;
}
.problem-box ul li {
	position: relative;
	list-style:none;
	margin:0;
	padding:0 0 15px 30px;
}
.problem-box ul li:before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	content: "";
	background:url("../images/points-ico.png") top left no-repeat;
	background-size:cover;
	width:20px;
	height:20px;
}

.feature-card {
	padding: 25px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 5px 15px 0px rgb(32 32 32 / 30%);
	box-shadow: 0px 5px 15px 0px rgb(32 32 32 / 30%);
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	min-height:132px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1c4085+0,01bffd+100 */
	background: #1c4085; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #1c4085 0%, #01bffd 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  #1c4085 0%,#01bffd 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  #1c4085 0%,#01bffd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c4085', endColorstr='#01bffd',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.feature-card:hover {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}
.feature-card-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.feature-card-header span {
	color: #fff;
    font-size: 1.3rem;
    line-height: 1.3;
    margin-top: 0px;
    font-weight: 500;
	text-transform:capitalize;
}
.feature-card-thumb {
	border-radius: 10px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 60px;
	height: 60px;
	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: 20px;
	margin-top: 15px;
	font-size: 50px;
	color:#01bffd;
}
.feature-card-thumb-wrapper {
	border: 1px solid #fff;
	border-radius: 50%;
	padding: 10px;
	width: 40px;
	height: 40px;
}
.feature-card-thumb-wrapper i {
	font-size: 20px;
	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;
}
.feature-card-body h3 {
  font-size: 22px;
  line-height: 1.4;
  margin-bottom: 10px;
}

.feature-card-body p {
  margin-bottom: 15px;
}

.feature-card-body p:last-child {
  margin-bottom: 0;
}

.feature-card-body a {
  font-size: 14px;
  font-weight: 600;
}

.about-item-details .section-title {
  margin-bottom: 18px;
}

.about-content p {
  margin-bottom: 25px;
}

.about-content p:last-child {
  margin-bottom: 0;
}
.about-content ul {
	padding-left: 0;
	padding-right: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	  flex-wrap: wrap;
	margin-bottom: 5px;
}
.about-content ul li {
	position: relative;
	font-size: 16px;
	margin-bottom: 10px;
	color: #333;
	list-style: none;
	padding-left: 30px;
	padding-right: 10px;
}
.about-content ul li:before {
	content: "\eed9";
	font-family: IcoFont;
	position: absolute;
	left: 0;
	top: 0px;
	font-size: 18px;
	color: #01bffd;
}
.process-content {position: relative;}
@-webkit-keyframes stepDotRide {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 0;
  }
  20% {
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
    opacity: 1;
  }
  35% {
    -webkit-transform: translateX(300px);
            transform: translateX(300px);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateX(500px);
            transform: translateX(500px);
    opacity: 1;
  }
  70% {
    -webkit-transform: translateX(700px);
            transform: translateX(700px);
    opacity: 1;
  }
  85% {
    -webkit-transform: translateX(900px);
            transform: translateX(900px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(950px);
            transform: translateX(950px);
    opacity: 0;
  }
}

@keyframes stepDotRide {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 0;
  }
  20% {
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
    opacity: 1;
  }
  35% {
    -webkit-transform: translateX(300px);
            transform: translateX(300px);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateX(500px);
            transform: translateX(500px);
    opacity: 1;
  }
  70% {
    -webkit-transform: translateX(700px);
            transform: translateX(700px);
    opacity: 1;
  }
  85% {
    -webkit-transform: translateX(900px);
            transform: translateX(900px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(950px);
            transform: translateX(950px);
    opacity: 0;
  }
}

.process-content-line {
  width: 65%;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 43px;
}

.process-item:hover .process-thumb img {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.process-item.border {
  padding: 30px;
  background-color: #fff;
}

.process-item-center .process-thumb {
  margin-bottom: 20px;
  position: relative;
}

.process-item-center .process-thumb:before {
  background-position: center;
}

.process-thumb {
  margin-bottom: 20px;
  position: relative;
}

.process-thumb:before {
  content: "";
  position: absolute;
  left: 0;
  background-image: url(../images/process/process-shape.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100px;
  height: 100%;
  background-position: center;
}

.process-thumb img {
  position: relative;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.55, 0.4, 2.1) 0s;
  transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.55, 0.4, 2.1) 0s;
  transition: transform 0.3s cubic-bezier(0.25, 0.55, 0.4, 2.1) 0s;
  transition: transform 0.3s cubic-bezier(0.25, 0.55, 0.4, 2.1) 0s, -webkit-transform 0.3s cubic-bezier(0.25, 0.55, 0.4, 2.1) 0s;
}

.process-text h3 {
  font-size: 22px;
  line-height: 1.4;
  margin-bottom: 10px;
}

.process-text p {
  margin-bottom: 12px;
}

.process-text p:last-child {
  margin-bottom: 0;
}

.partner-carousel .item {
  text-align: center;
}

.partner-carousel .item img {
  margin: auto;
  width: auto;
}

.partner-carousel-opacity .item img {
  opacity: 0.5;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.partner-carousel-opacity .item img:hover {
  opacity: 1;
}

@-webkit-keyframes wobble {
  50% {
    border-radius: 750px 550px 350px 750px / 350px 750px 550px 450px;
  }
  100% {
    border-radius: 750px 250px 750px 250px / 250px 750px 250px 750px;
  }
}

@keyframes wobble {
  50% {
    border-radius: 750px 550px 350px 750px / 350px 750px 550px 450px;
  }
  100% {
    border-radius: 750px 250px 750px 250px / 250px 750px 250px 750px;
  }
}

.section-inner-center-shape {
  width: 420px;
  height: 420px;
  background-color: #f2f2f3;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
  left: 50%;
  -webkit-animation: wobble 5s ease-in-out alternate infinite;
          animation: wobble 5s ease-in-out alternate infinite;
}

.testimonial-carousel {
  margin-top: -30px;
}

.testimonial-carousel .owl-stage-outer {
  padding-top: 30px;
}

.testimonial-card-body {
  padding: 30px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 9px 54px 0px rgba(32, 32, 32, 0.1);
          box-shadow: 0px 9px 54px 0px rgba(32, 32, 32, 0.1);
  position: relative;
  margin-bottom: 40px;
  background-color: #fff;
}

.testimonial-card-body:after {
  content: "";
  border-style: solid;
  border-color: #fff transparent transparent;
  border-width: 30px;
  position: absolute;
  top: 100%;
  left: 58px;
}

.testimonial-card-inner-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.testimonial-card-inner-header h3 {
  font-size: 22px;
  margin-bottom: 0;
}

.testimonial-quote {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 40px;
  height: 40px;
  background-color: #e7e5ff;
  color: #1f12fd;
  border-radius: 40px;
  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;
  font-size: 20px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
}

.testimonial-para {
  font-size: 17px;
  margin-bottom: 15px;
}

.testimonial-card-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 50px;
  margin-top: -10px;
}

.testimonial-card-info-thumb {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #1f12fd;
  margin-right: 15px;
  margin-top: 10px;
  overflow: hidden;
}

.testimonial-card-info-thumb img {
  width: 100%;
  height: 100%;
}

.testimonial-card-info-text {
  margin-top: 10px;
}

.testimonial-name {
  font-size: 20px;
  margin-bottom: 10px;
}

.testimonial-address {
  font-size: 16px;
  margin-bottom: 10px;
}

.testimonial-address:last-child {
  margin-bottom: 0;
}

.default-carousel.owl-theme .owl-nav {
  margin: 0;
  margin-top: 50px;
}

.default-carousel.owl-theme .owl-nav button {
  font-size: 18px;
  width: 50px;
  height: 50px;
  border: 1px solid #e1e1e1;
  color: #1f12fd;
  border-radius: 50%;
  margin: 0;
  margin-right: 15px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.default-carousel.owl-theme .owl-nav button:hover, .default-carousel.owl-theme .owl-nav button:focus, .default-carousel.owl-theme .owl-nav button:active {
  background-color: #1f12fd;
  border-color: #1f12fd;
  color: #fff;
}

.default-carousel.owl-theme .owl-nav button:last-child {
  margin-right: 0;
}

.footer {
  position: relative;
}

@-webkit-keyframes horizontalRide {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  20% {
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  40% {
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
  }
  60% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
  80% {
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@keyframes horizontalRide {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  20% {
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  40% {
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
  }
  60% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
  80% {
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

.footer-shape {
  position: absolute;
}

.footer-shape:nth-child(1) {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 5%;
}

.footer-shape:nth-child(2) {
  bottom: 65px;
  right: 5%;
}

.footer-round-shape {
  opacity: .12;
}

.footer-round-shape img {
  -webkit-animation: horizontalRide 10s alternate infinite linear;
          animation: horizontalRide 10s alternate infinite linear;
}

.footer-content-item {
  margin-bottom: 20px;
}

.footer-details {
  margin-top: 20px;
}

.footer-details p {
  margin-bottom: 15px;
  color: #666;
}

.footer-details p:last-child {
  margin-bottom: 0;
}

.footer-content-title h3 {
  font-size: 22px;
  margin-bottom: 0;
}

.footer-list {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}

.footer-list li {
  font-size: 16px;
  margin-bottom: 8px;
  padding-left: 20px;
  position: relative;
  list-style: none;
}

.footer-list li:last-child {
  margin-bottom: 0;
}

.footer-list li a {
  color: #000;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.footer-list li p {
  margin-top: 3px;
}

.footer-list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 5px;
  height: 5px;
  background: #1f12fd;
}

.footer-list li:hover a {
  color: #1f12fd;
}

.footer-address-item {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-address-item:last-child {
  margin-bottom: 0;
}

.footer-address-text h4 {
  font-size: 18px;
  margin-bottom: 7px;
}

.footer-address-text p {
  font-size: 16px;
  margin-bottom: 0;
  color: #000;
}

.footer-address-text p a {
  color: #000;
}

.footer-address-text p a:hover {
  color: #1f12fd;
}

.footer-lower {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #ebebeb;
}

.footer-copyright-text {
  text-align: center;
}

.footer-copyright-text p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
  color: #000;
}

.footer-copyright-text p a {
  color: #1f12fd;
  font-weight: 500;
}

.footer-copyright-text p a:hover {
  text-decoration: underline;
}

.map-box {
  border: 1px solid #1f12fd;
  height: 540px;
}

.map-box iframe {
  border: 0;
  width: 100%;
  height: 100%;
}


.scroll-top {
  position: fixed;
  bottom: 105%;
  right: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 11;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.scroll-top.scrolltopactive {
  bottom: 30px;
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.scroll-top:hover .scroll-top-inner {
  color: #fff;
}

.scroll-top:after {
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}

.scroll-top-inner {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  color: #fff;
  background: #1c4085;
  width: 100%;
  height: 100%;
  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;
  font-size: 20px;
  border-radius: 50%;
}

.contact-info {
  padding: 35px 90px 5px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 9px 54px 0px rgba(32, 32, 32, 0.1);
          box-shadow: 0px 9px 54px 0px rgba(32, 32, 32, 0.1);
  position: relative;
  background-color: #fff;
}

.contact-info:before {
  content: "";
  width: calc(100% + 20px);
  height: 100%;
  background-color: #fff;
  position: absolute;
  bottom: -15px;
  left: -10px;
  -webkit-box-shadow: 0px 9px 54px 0px rgba(32, 32, 32, 0.1);
          box-shadow: 0px 9px 54px 0px rgba(32, 32, 32, 0.1);
  border-radius: 10px;
  z-index: -1;
}

.contact-info-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.contact-info-header-icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 65px;
  height: 65px;
  background-color: #e7e5ff;
  border-radius: 10px;
  font-size: 35px;
  color: #1f12fd;
  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;
  text-align: center;
  margin-right: 18px;
}

.contact-info-header-text h3 {
  font-size: 22px;
  margin-bottom: 5px;
}

.contact-info-header-text p {
  font-size: 16px;
  margin-bottom: 0;
}

.contact-info-body p {
  font-size: 18px;
  margin-bottom: 2px;
  font-weight: 500;
}

.contact-info-body p:last-child {
  margin-bottom: 0;
}

.contact-info-body p a {
  color: #767676;
}

.contact-info-body p a:hover {
  color: #1f12fd;
}

.contact-form-box {
  padding: 40px 40px;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 9px 54px 0px rgba(32, 32, 32, 0.1);
          box-shadow: 0px 9px 54px 0px rgba(32, 32, 32, 0.1);
}

.contact-form-box .contact-form-item .section-title {
  margin-bottom: 30px;
}

.contact-map {
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
}

.contact-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
}


#content {
    position: relative;
    background-color: #f2f2f2;
}
.content-wrap {
    position: relative;
    padding: 80px 0;
    overflow: hidden;
	color:#fff;
}
.contact-form {
  width: 100%;
  justify-content: space-between;
  background: #fff;
}
.contact-form > * {
  width: 100%;
}
.contact-form .first-container {
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("../images/bg-01.jpg") center center/cover no-repeat;
  justify-content: center;
  align-items: center;
  padding:35px;
}
.contact-form .first-container .info-container div {
  margin: 24px 0;
  display:inline;
}
.contact-form .first-container .info-container div h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  padding-bottom: 10px;
}
.contact-form .first-container .info-container div:first-of-type p {
  max-width: 260px;
  color: #999;
}
.contact-form .first-container .info-container div p {
  font-size: 18px;
  line-height: 1.6;
  color: #01bffd;
}
.contact-form .second-container {
  padding: 30px;
}
.contact-form .second-container h2 {
  font-size: 30px;
  font-weight: 400;
  color: #333;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 20px;
}
.contact-form .second-container form {
  display: flex;
  flex-direction: column;
}
.contact-form .second-container form .form-group {
  margin-bottom: 10px;
}
.contact-form .second-container form .form-group * {
  min-height: 55px;
  border: 1px solid #e6e6e6;
  padding: 0 20px;
}
.contact-form .second-container form .form-group label {
	display: flex;
	align-items: center;
	width: 100%;
	border: none;
	font-size: 15px;
	color: #1c4085;
	text-transform: uppercase;
	margin-top: -1px;
	padding:0;
	margin-bottom:0;
	min-height: 38px;
}
.contact-form .second-container form .form-group:first-of-type input {
	width: 50.1%;
	margin-right: -5px;
}
.contact-form .second-container form .form-group input {
	width: 100%;
	font-size: 15px;
	margin-top: -2px;
}
.contact-form .second-container form .form-group input::placeholder, .contact-form .second-container form .form-group textarea::placeholder {
  color: #999;
}
.contact-form .second-container form .form-group textarea {
	width: 100%;
	min-height: 80px;
	resize: none;
	padding: 10px 20px;
	margin-top: -1px;
}
.contact-form .second-container form button {
	width: 200px;
	height: 50px;
	background: #1c4085;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	border: 0;
	position: relative;
	left: 0;
	cursor: pointer;
}
.contact-form .second-container form button:hover {background: #333;}
}

@media screen and (max-width: 800px) {
  .contact-form {
    width: 90vw;
  }
}
@media screen and (max-width: 767px) {
	.contact-form {flex-direction: column-reverse;}
	.contact-form > * {width: 100%;}
}


.logogrid {
	/* display: grid;
	grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
	grid-auto-rows: 75px;
	grid-gap: 3rem; */
	padding: 0;
	display: block;
    margin: 0 auto;
    text-align: center;
}
.logogrid-item {
	/* display: flex;
	align-items: center;
	justify-content: center; */
	
    display: inline-block;
    align-items: center;
    justify-content: center;
    margin: 0 15px;
}
.logogrid-img {
	-o-object-fit: cover;
	object-fit: cover;
	max-width: 120px;
	max-height: 60px;
	filter: grayscale(100%) contrast(25%);
	transition: filter 0.3s ease;
}
.logogrid-img:hover {filter: grayscale(0) contrast(100%);}


.section-team .single-person {
	margin-top: 0px;
	padding: 30px;
	background-color: #fff;
	border-radius: 5px;
	text-align:center;
}
.section-team .single-person:hover {
	background: #666;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.section-team .single-person .person-image {
    position: relative;
    margin-bottom: 20px;
    border-radius: 50%;
    border: 4px dashed transparent;
    transition: padding .3s;
}
.section-team .single-person:hover .person-image {
	padding: 12px;
    border: 4px dashed #777;
}
.section-team .single-person .person-image img {
	width: 100%;
    border-radius: 50%;
}
.section-team .single-person .person-info .full-name {
	margin-bottom: 10px;
	font-size: 16px;
    font-weight: 700;
}

.section-team .single-person .person-info .speciality {
    font-size: 14px;
    color: #666;
}

.section-team .single-person:hover .full-name,
.section-team .single-person:hover .speciality {
	color: #fff;
}


.keys{	
    margin-top: -50px;
    z-index: 999;
    position: relative;
}
.talk {
    border-radius: 5px;
    margin-left: 0px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    padding: 10px 20px;
    border: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #1c4085; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #1c4085 0%, #01bffd 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  #1c4085 0%,#01bffd 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  #1c4085 0%,#01bffd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c4085', endColorstr='#01bffd',GradientType=1 );
}
.talk span {
    display: block;
    background: url(../images/talk-us-ico.png) top left no-repeat!important;
    padding-left: 20px;
    background-size: contain!important;
    -webkit-text-fill-color: #fff!important;
    min-height: 16px;
    vertical-align: middle;
}
.talk:hover{color:#01bffd;}

.cus-fea ol {
  margin-inline: auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
  list-style: none;
  counter-reset: stepnr;
  padding:0;
  margin:0;
}
.cus-fea li:nth-child(4n + 1) {--accent-color: #b8df4e }
.cus-fea li:nth-child(4n + 2) {--accent-color: #4cbccb }
.cus-fea li:nth-child(4n + 3) {--accent-color: #7197d3 }
.cus-fea li:nth-child(4n + 4) {--accent-color: #ae78cb }
.cus-fea ol li {
	counter-increment: stepnr;
	width: 15rem;
	aspect-ratio: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-left: 2rem;
	position: relative;
	border: 20px solid #f6f4f4;
	border-radius: 50%;
	box-shadow: 0 0 25px 5px #ffffff;
	transition: .3s;
	text-transform: capitalize;
}
.cus-fea ol li:hover{
	border: 20px solid var(--accent-color);
    background: #f6f4f4;
}
.cus-fea ol li::before{
  inset: 0;
  position: absolute;
  border-radius: 50%;
  line-height: 1;
}
.cus-fea ol li::before {
  content: counter(stepnr);
  color: var(--accent-color);
  padding-left: 10rem;
  font-size: 12rem;
  font-weight: 700;
}
.cus-fea ol li:hover::before{
    color: #bcbcbc;
}

.cus-fea ol li > * { width: 7.5rem }
.cus-fea ol li .descr {
	font-size: 20px;
	font-weight: 600;
	color:#666;
	letter-spacing:-1px;
	line-height:1.2;
}

.main-nav nav .navbar-nav .nav-item a:hover, .main-nav nav .navbar-nav .nav-item a:focus, .main-nav nav .navbar-nav .nav-item a.active,
.navbar-area.is-sticky .main-nav nav .navbar-nav .nav-item a.active {
    color: #01bffd;
}