.sp-pre-loader {
 background: url(../images/oniks-logo.gif) no-repeat center center #fff;
 width: 100%;
 height: 100%;
  animation-delay: 10s;
}
.sp-module-content-top {
  padding-bottom: 150px;
}
.team_intro_box {
  position: relative;
}

.team_intro_box .team_intro_inner {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  min-height: 480px;
}

.team_intro_box .team_intro_inner .parallax_cover {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.team_intro_box .team_intro_inner .parallax_cover::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  background: var(--primary-color-two);
  opacity: .9;
  z-index: 2;
}

.team_intro_box .team_intro_inner .team_intro_start {
  position: relative;
  z-index: 3;
}

.team_intro_box .team_intro_inner .team_intro_start .left_content {
  position: relative;
  padding: 80px 60px 80px;
}

.team_intro_box .team_intro_inner .team_intro_start .title {
  margin-bottom: 30px;
}

.team_intro_box .team_intro_inner .team_intro_start .title h6 {
  font-size: 30px;
  font-weight: 700;
  text-decoration: underline;
  color: #fff;
  line-height: 40px;
  margin-bottom: 5px;
}

.team_intro_box .team_intro_inner .team_intro_start .title h1 {
  font-size: 44px;
  font-weight: 700;
  color: #fff;
  line-height: 54px;
  margin-bottom: 10px;
}

.team_intro_box .team_intro_inner .team_intro_start .quotes {
  position: relative;
  padding-left: 75px;
  margin-bottom: 20px;
  margin-bottom: 20px;
}

.team_intro_box .team_intro_inner .team_intro_start .quotes span {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 46px;
  line-height: 46px;
  color: #fff;
}

.team_intro_box .team_intro_inner .team_intro_start .quotes h5 {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  line-height: 36px;
  margin-bottom: 10px;
}

.team_intro_box .team_intro_inner .team_intro_start .authour_dtls {
  position: relative;
  margin-left: 75px;
}

.team_intro_box .team_intro_inner .team_intro_start .authour_dtls img {
  margin-bottom: 10px;
}

.team_intro_box .team_intro_inner .team_intro_start .authour_dtls h4 {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  line-height: 28px;
}

.team_intro_box .team_intro_inner .team_intro_start .authour_dtls h4 span {
  color: var(--primary-color-one);
  font-family: var(--creote-family-two);
  font-size: 16px;
  font-weight: 400;
}

.team_intro_box .image_right {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

.team_intro_box .image_right img {
  width: auto !important;
  height: 600px;
}
.team_intro_box .team_intro_inner .parallax_cover::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  background: #302b42;
  opacity: .9;
  z-index: 2;
}
.team_intro_box .team_intro_inner .parallax_cover {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
#sp-design {
  text-align: center;
}
#sp-about-inner-3 h3 {
  margin: 0;
  padding-top: 13px;
}
#sp-about-inner-2 .is_articletimeline .is_timeline_ht1 .timeline__content {
	padding: 1.25rem;
}
.sp-megamenu-parent > li.active > a {
  font-weight: 600;
}
#sp-feature.feature {
	background:#f0f3f9 url("../images/pannern-n2.png");
	background-position: bottom right;
	background-repeat: no-repeat;
}
#sp-feature .content_inner {
  position: relative;
  padding: 25px 20px;
  border: 1px solid #e4e7ee;
  border-radius: 5px;
  background: #fff;
  text-align: center;
}
#sp-feature .image_box {
  position: relative;
  overflow: hidden;
  margin-bottom: 5px;
  border-radius: 5px;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  -ms-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
}
#sp-feature .image_box::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: -100%;
  border: 5px;
  top: 0;
  background: -webkit-gradient(linear,left top,right top,color-stop(40%,#282f3b),color-stop(180%,rgba(0,0,0,.09)));
  background: linear-gradient(90deg,#282f3b 40%,rgba(0,0,0,.09) 180%);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  -ms-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
}
#sp-feature .sp-module-content {
  position: relative;
  z-index: 999;
  margin-top: -100px;
}
#sp-feature .bt-cs .bt-inner:hover .image_box::before {
	left: 0;
    opacity: .9;
}
#sp-feature  .bt-cs .bt-inner a.bt-title {
	font-size: 20px;
	font-weight: 700;
	color: #282f3b;
	line-height: 30px;
	margin-bottom: 6px;
	display: block;
}
#sp-top1 ul  {
	padding:0;
	margin:0;
	list-style: none;
}
#sp-top1 ul li {
  display: inline-block;
  margin-bottom: 0;
  position: relative;
  margin-right: 12px;
padding-left: 15px;
}
#sp-top1 ul li::before {
  position: absolute;
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 10px;
  background: #fff;
  opacity: .5;
  top: 0;
  left: 3px;
  bottom: 0;
  margin: auto;
}
#sp-top1 ul li::after {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: 0 0;
  border: 1px solid #fff;
  opacity: .5;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
#sp-top1 a {
	line-height: 35px;
}
#sp-top2 a.top_six_btn {
  font-size: 15px;
  line-height: 30px;
  border-radius: 30px;
  color: #fff;
  border: 1px solid rgba(255,255,255,.4);
  display: inline-block;
  padding: 0 22px;
  height: 31px;
}
#sp-top2 a.top_six_btn:hover {
  border-color: #fff;
  background: #fff;
  color: #078486;
}
.sp-module-content .mod-languages ul.lang-inline li a {
  font-size: 15px;
  line-height: 30px;
  border-radius: 30px;
  color: #fff;
  border: 1px solid rgba(255,255,255,.4);
  display: inline-block;
  padding: 0 22px !important;
  height: 31px;
  position: relative;
  z-index: 9999;
}
#sp-top-bar .sp-module-content .mod-languages ul.lang-inline li a:hover {
  border-color: #fff;
  background: #fff;
  color: #078486;
}
div.mod-languages ul li.lang-active {
  background: none !important;
}
#sp-feature-top .description_box {
	text-align: right ;
}
#sp-feature-top .before_title {
  font-size: 22px;
  line-height: 40px;
  font-weight: 700;
  color: #078486;
  padding: 0 0 10px;
  text-decoration: underline;
  font-family: 'Spartan', sans-serif;
}
#sp-feature-top h2 {
  font-size: 38px;
  line-height: 50px;
  font-weight: 700;
  padding: 0 0 10px;
  color: #fff;
}
#sp-top-bar div.mod-languages ul li.lang-active a {
	color: #078486;
}
.com-content.view-featured #sp-main-body {
	padding:0;
}
#sp-onama .image_boxes.style_seven .image_box {
  position: relative;
  z-index: 2;
}
#sp-onama .image_boxes.style_seven .experience {
  position: absolute;
  padding: 20px;
  top: 20px;
  left: -40px;
  background: #078486;
}
#sp-onama .image_boxes.style_seven .experience::before {
  position: absolute;
  content: '';
  border-left: 50px solid transparent;
  border-top: 50px solid transparent;
  border-right: 50px solid #078486;
  border-bottom: 50px solid transparent;
  left: -50px;
  z-index: -1;
  opacity: .9;
}
#sp-onama .image_boxes.style_seven .experience .experience_inner h2 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  color: #fff;
  margin: 0;
}
#sp-onama .image_boxes {
  position: relative;
}
#sp-onama .image_boxes.style_seven .pattern_imag {
  position: absolute;
  width: 200px;
  bottom: -85px;
  left: -85px;
}
#sp-onama  .title_sections .before_title {
  font-size: 22px;
  line-height: 40px;
  font-weight: 700;
  color: #078486;
  padding: 0 0 10px;
  text-decoration: underline;
  font-family: 'Spartan', sans-serif;
}
#sp-onama .title_sections h2 {
  font-size: 38px;
  line-height: 50px;
  font-weight: 700;
  color: #282f3b;
  padding: 0 0 10px;
}
#sp-onama .title_sections p{
  font-size: 17px;
  line-height: 27px;
  padding: 0 0 10px;
}
#sp-onama .list-inline li {
  margin: 0px 0px 14px 0px ;
  border-style: none ;
}
#sp-onama .icon_bx {
  min-width: 20px;
  margin-right: 10px;
}
#sp-onama .list-inline li a {
  font-size: 16px;
  color: #282f3b;
}
#sp-onama .icon_bx i {
  min-width: 20px;
  font-size: 18px;
  color: #078486;
}
#sp-onama .theme_btn_all  {
  margin-top: 30px;
}
#sp-onama  .theme-btn {
  display: inline-block;
  padding: 0 25px;
  border-radius: 10px 0;
  background: #282e3a;
  color: #fff;
  border: 1px solid #282e3a;
  line-height: 56px;
  min-height: 56px;
  min-width: 160px;
  font-weight: 600;
  font-size: 15px;
  text-align: center;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
}
#sp-onama  .theme-btn:hover {
  background: #fff;
  color: #078486;
  border-radius: 0 10px;
  border: 1px solid #078486;
}
#sp-timeline .module-title {
	text-align: center;
}
#sp-timeline .module-title  .title-left{
  font-size: 22px;
  line-height: 40px;
  font-weight: 500;
  color:#078486;
  padding: 0 0 10px;
  display: block;
}
#sp-timeline .module-title  .title-right{
  padding: 0px 0px 31px 0px;
  font-size: 38px;
  line-height: 50px;
  font-weight: 700;
  color: #fff;
}
#sp-timeline .timeline_90.is_timeline_ht1 .article_title_is, #sp-timeline .is_articletimeline .is_timeline_ht1 .timeline__content {
  color: #078486 !important;
  font-size: 20px;
}
#sp-timeline .is_articletimeline .mod-articles-category-introtext {
  font-weight: normal;
  line-height: 25px;
}
#sp-slider {
	text-align: center;
}
#sp-slider .module-title  .title-left{
  font-size: 22px;
  line-height: 40px;
  font-weight: 700;
  color:#078486;
  padding: 0 0 10px;
  text-decoration: underline;
  display: block;
}
#sp-slider .module-title  .title-right{
  padding: 0px 0px 31px 0px;
  font-size: 38px;
  line-height: 50px;
  font-weight: 700;
  color: #282f3b;
  display: block;
}
.timeline_90 .year_box .timeline_year {
  display: none;
}
#sp-slider  .image_box {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
#sp-slider .image_box img {
  position: relative;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
  -moz-transform: scale(1.01);
  -ms-transform: scale(1.01);
  -o-transform: scale(1.01);
  -webkit-transition: all .7s ease;
  transition: all .7s ease;
}
#sp-slider .bt-cs .bt-inner:hover .image_box img {
  -webkit-transform: scale(1.2) rotate(2deg);
  transform: scale(1.2) rotate(2deg);
  -moz-transform: scale(1.2) rotate(2deg);
  -ms-transform: scale(1.2) rotate(2deg);
  -o-transform: scale(1.2) rotate(2deg);
}
#sp-slider  .content_box {
  position: relative;
  padding: 0;
  margin-top: -22px;
  text-align: left;
}
#sp-slider .content_box .category {
  display: inline-block;
  background: #282e3c;
  padding: 10px 20px;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 22px;
  font-weight: 600;
  border-radius: 30px;
  margin-bottom: 20px;
  margin-left: 20px;
}
#sp-slider .content_box .category a {
  color: #fff;
}
#sp-slider .content_box h2 {
	text-align: center;
}
#sp-slider .content_box h2 a {
  font-size: 20px;
  line-height: 30px;
  display: block;
  color: #282f3b;
  margin-bottom: 10px;
}
img {
  display: inline-block;
}
#sp-intro {
	text-align: center;
}
#sp-intro .title_sections .before_title {
  font-size: 22px;
  line-height: 40px;
  font-weight: 700;
  color:#282f3b;
  padding: 0 0 10px;
  text-decoration: underline;
  font-family: 'Spartan', sans-serif;
}
#sp-intro .title_sections h2 {
  padding: 0px 0px 20px 0px;
  font-size: 38px;
  line-height: 50px;
  font-weight: 700;
  color:#282f3b;
}
#sp-intro .title_sections p {
  font-size: 17px;
  line-height: 27px;
  padding: 0 0 10px;
}
#sp-career.career{
  background-image: url("../images/bg-grading-getus.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}
#sp-career .title_sections .before_title{
  font-size: 22px;
  line-height: 40px;
  font-weight: 700;
  color:#078486;
  padding: 0 0 10px;
  text-decoration: underline;
  font-family: 'Spartan', sans-serif;
}
#sp-career .title_sections h2 {
  font-size: 38px;
  line-height: 50px;
  font-weight: 700;
  color: #fff;
  padding: 0 0 10px;
}
#sp-career .theme-btn {
  display: inline-block;
  padding: 0 25px;
  border-radius: 10px 0;
  background: #aaaaaa;
  color: #fff;
  border: 1px solid #aaaaaa;
  line-height: 56px;
  min-height: 56px;
  min-width: 160px;
  font-weight: 600;
  font-size: 15px;
  text-align: center;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
}
#sp-career .theme-btn:hover {
  background: #fff;
  color: #078486;
  border-radius: 0 10px;
  border: 1px solid #078486;
}
#sp-bottom {
  font-size: 16px;
}
#sp-bottom1 img {
  margin-top: 80px;
background: #fff;
padding: 10px;
border-radius: 10px;
}
#sp-bottom .sp-module .sp-module-title {
	position: relative;
	margin-bottom: 50px;
}
#sp-bottom .sp-module .sp-module-title::before {
  position: absolute;
  content: '';
  width: 70px;
  height: 3px;
  background: #078486;
  left: 0;
  bottom: -15px;
}
.foo_cont_inner .top h6, .foo_cont_inner .bottom h6 {
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 8px;
}
.bottom .con_content {
  position: relative;
  margin-bottom: 5px;
}
.bottom .con_content h5 {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  line-height: 26px;
}
.bottom .con_content a {
  font-size: 16px;
  line-height: 26px;
  display: inline-block;
}
#sp-footer .rrssb-buttons li a .rrssb-text{
	display: none;
}
.rrssb-buttons li.rrssb-linkedin a , .rrssb-buttons li.rrssb-facebook a , .rrssb-buttons li.rrssb-twitter a , .rrssb-buttons li.rrssb-instagram a{
  background: none !important;
}
#sp-footer .rrssb-buttons li {
  float: right;
  width: auto !important;
}
#sp-footer .rrssb-buttons li a .rrssb-icon svg path {
  fill: #aaafb8;
}
.rrssb-buttons li a {
  padding: 0 17px !important;
}
.sp-page-title {
	padding: 70px 0 ;
	text-align: center;
	position: relative;
	background: #f0f3f9;
}
.sp-page-title .breadcrumb > span, .sp-page-title .breadcrumb > li, .sp-page-title .breadcrumb > li + li::before, .sp-page-title .breadcrumb > li > a {
  color: #282f3b;
}
.sp-page-title .breadcrumb > .active {
  color: #282f3b;
}
.sp-page-title .breadcrumb {
  display: inline-flex;
}
.sp-page-title .container {
	position: relative;
	z-index: 9;
}
.sp-page-title  h2.sp-page-title-heading {
  color: #282f3b;
  font-size: 38px;
  line-height: 50px;
  font-weight: 700;
}
.sp-page-title .breadcrumb > li {
  text-transform: uppercase;
}
.sp-page-title .divider.fa-map-marker-alt {
	margin-right:10px;
}
.contact-form .btn.btn-primary , .contact-form .btn.btn-primary:hover  {
  display: inline-block;
  padding: 0 25px;
  border-radius: 10px 0;
  background: #078486;
  color: #fff;
  border: 1px solid #078486;
  line-height: 56px;
  min-height: 56px;
  min-width: 160px;
  font-weight: 600;
  font-size: 15px;
  text-align: center;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  margin-top: 30px;
}
.contact-information h3.information{
  font-size: 22px;
  line-height: 40px;
  font-weight: 700;
  color:#078486;
  padding: 0 0 10px;
  text-decoration: underline;
  font-family: 'Spartan', sans-serif;
}
.contact-information h2 {
  font-size: 38px;
  line-height: 50px;
  font-weight: 700;
  color: #282f3b;
  padding: 0 0 10px;
}
.contact_box_inner {
  position: relative;
  padding: 20px 30px;
  display: block;
  border-radius: 10px;
  border: 1px solid #e4e7ee;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -ms-transition: all .5s ease;
  cursor: pointer;
  background: #fff;
  margin-top: 20px;
}
.contact_box_inner:hover {
  -webkit-box-shadow:0px 0px 40px 0px rgba(0,0,0,.09);
  box-shadow: 0px 0px 40px 0px rgba(0,0,0,.09);
  border-color: #fff;
}
.contact_box_inner.icon_yes .icon_bx {
  position: absolute;
  left: 24px;
  bottom: 0;
  top: 0;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background: #078486;
  margin: auto;
  text-align: center;
  line-height: 40px;
}
.contact_box_inner.icon_yes .icon_bx span {
  color: #fff;
  font-size: 16px;
}
.contact_box_inner.icon_yes .contnet {
  margin-left: 55px;
}
.contact_box_inner .contnet h3 {
  font-size: 18px;
  font-weight: 700;
  color: #282f3b;
  margin-bottom: 5px;
  line-height: 26px;
}
.service_post.style_one {
  border-top: 2px solid #078486;
  margin-bottom: 40px;
  cursor: pointer;
  position: relative;
}
.service_post.style_one .service_content {
  position: relative;
  z-index: 10;
  border-left: 1px solid #e4e7ee;
  border-right: 1px solid #e4e7ee;
  border-bottom: 1px solid #e4e7ee;
  padding: 40px 20px 20px;
  text-align: center;
  border-radius: 0 0 10px 10px;
}
.service_post.style_one .service_content h2 a {
  display: block;
  color: #282f3b;
  line-height: 28px;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
.service_post.style_one .service_content .bt-introtext {
  margin-bottom: 30px;
}
.service_post.style_one .service_content a.read_more {
  position: absolute;
  width: 150px;
  height: 50px;
  background: #078486;
  text-align: center;
  line-height: 50px;
  color: #fff;
  border-radius: 50px;
  left: 0;
  padding-top: 2px;
  right: 0;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  margin: auto;
  bottom: -24px;
}
.service_post.style_one .service_content .icon_box {
  position: absolute;
  top: -33px;
  left: 0;
  width: 60px;
  line-height: 60px;
  height: 60px;
  border-radius: 50%;
  background: #078486;
  text-align: center;
  color: #fff;
  right: 0;
  margin: auto;
  z-index: 2;
}
.service_post.style_one .image {
  position: relative;
  overflow: hidden;
}
.service_post.style_one .image .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  left: 0;
  top: 100%;
  opacity: 0;
  background:#282f3b;
  z-index: 1;
  -webkit-transition: .9s ease-in-out;
  transition: .9s ease-in-out;
  -moz-transition: .9s ease-in-out;
  -o-transition: .9s ease-in-out;
  -ms-transition: .9s ease-in-out;
}
.service_post.style_one:hover .image .overlay {
  top: 0;
  opacity: .8;
}
.project_box.style_three {
  position: relative;
  padding: 30px 30px 30px 0;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0,0,0,.09);
  box-shadow: 0px 0px 40px 0px rgba(0,0,0,.09);
  background: #fff;
  margin-bottom: 30px;
  overflow: hidden;
}
.project_box.style_three .content_inner {
  position: relative;
  float: left;
  width: 35%;
  padding: 5px 35px;
}
.project_box.style_three .content_inner  a.bt-category {
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  color: #078486;
  font-family: 'Spartan', sans-serif;
  text-transform: uppercase;
  margin-bottom: 15px;
  padding: 9px 11px 4px;
  background: #f0f3f9;
  display: inline-block;
  border-radius: 5px;
}
.project_box.style_three .image {
  position: relative;
  width: 65%;
  float: right;
  border-radius: 10px;
  overflow: hidden;
}
.project_box.style_three .image::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  bottom: -100%;
  opacity: 0;
  background: #078486;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -ms-transition: all .5s ease;
}
.project_box.style_three:hover .image::before {
  bottom: 0;
  opacity: .8;
}
.bt-cs.new  .bt-row{
  padding: 8px 20px;
}
.project_box.style_three .content_inner h2 a {
  position: relative;
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e4e7ee;
  display: block;
}
.project_box.style_three .bt-introtext {
	margin-bottom: 15px;
}
.project_box.style_three .content_inner .read_more {
  font-size: 15px;
  color: #078486;
  line-height: 25px;
  display: inline-block;
}
.project_box.style_three .image .bt-date {
  padding: 20px 30px;
  border-radius: 10px 10px 0 0;
  background: #f0f3f9;
  position: absolute;
  right: 30px;
  bottom: 0;
  font-size: 16px;
  line-height: 26px;
  font-family: 'Spartan', sans-serif;
  font-weight: 400;
  display: inline-block;
  text-transform: none;
  opacity: .8;
  margin-left: 5px;
}
.title_sections .before_title {
  font-size: 22px;
  line-height: 40px;
  font-weight: 700;
  color: #078486;
  padding: 0 0 10px;
  text-decoration: underline;
  font-family: 'Spartan', sans-serif;
}
.title_sections h2 {
  font-size: 38px;
  line-height: 50px;
  font-weight: 700;
  color: #282f3b;
  padding: 0px 0px 10px 0px;
}
.simple_image {
  position: relative;
}
.simple_image img {
  width: 52px;
  height: 52px;
  border-radius: 50px;
  overflow: hidden;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.simple_image h2 {
  margin-left: 66px;
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}
.description_box p {
  padding: 0px 0px 8px 0px;
  font-size: 16px;
  line-height: 26px;
}
.icon_box_all.style_two {
  padding-top: 20px;
  border-top: 3px solid #f0f3f9;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  -moz-transition: all .5s ease;
    transition-duration: 0.5s;
    transition-timing-function: ease;
  -o-transition: all .5s ease;
  -ms-transition: all .5s ease;
  min-height: 75px;
}
.icon_box_all.style_two:hover {
  border-color: #078486;
}
.icon_box_all.style_two .icon_content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.icon_box_all.style_two .icon_content .icon {
  position: relative;
  min-width: 50px;
}
.icon_box_all.style_two .icon_content .txt_content {
  position: relative;
  margin-left: 8px;
}
.icon_box_all.style_two .icon_content .txt_content h3 a {
  display: block;
  color: #282f3b;
  line-height: 26px;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
}
.theme-btn.one, .theme-btn.one:hover {
  display: inline-block;
  padding: 0 25px;
  border-radius: 10px 0;
  background: #078486;
  color: #fff;
  border: 1px solid #078486;
  line-height: 56px;
  min-height: 56px;
  min-width: 160px;
  font-weight: 600;
  font-size: 15px;
  text-align: center;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  margin-top: 30px;
}
.icon_box_all {
  text-align: center;
  background: #fff;
  padding: 40px 35px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0,0,0,.09);
  box-shadow: 0px 0px 40px 0px rgba(0,0,0,.09);
  margin: 0 0 20px 0;
}
#sp-about-inner-1 .simple_image_boxes {
	position: relative;
	overflow: hidden;
	border-radius: 10px ;
}
#sp-about-inner-1 .simple_image_boxes img {
	margin: 0 0 20px 0;
}
#sp-about-inner-1 .module-title {
	text-align: center;
}	
#sp-about-inner-1 .module-title  .title-left{
  font-size: 22px;
  line-height: 40px;
  font-weight: 700;
  color:#078486;
  padding: 0 0 10px;
  text-decoration: underline;
  display: block;
}
#sp-about-inner-1  .module-title  .title-right{
  padding: 0px 0px 31px 0px;
  font-size: 38px;
  line-height: 50px;
  font-weight: 700;
  color: #282f3b;
  display: block;
}
#sp-about-inner-1 .theme-btn.one, #sp-about-inner-1 .theme-btn.one:hover {
  margin-top: 20px;
}
.icon_box_all  .txt_content ul li {
  text-align: left;
  list-style: none;
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
}
.icon_box_all .txt_content h3 a {
  display: block;
  color: var(--heading-dark);
  line-height: 30px;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 8px;
}
.icon_box_all .txt_content ul {
  margin: 30px 0 35px;
  padding: 0;
}
.icon_box_all  .txt_content ul li::before {
  position: absolute;
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 20px;
  border: 2px solid #e4e7ee;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
#sp-about-inner-2 .module-title {
	text-align: center;
}	
#sp-about-inner-2 .module-title  .title-left{
  font-size: 22px;
  line-height: 40px;
  font-weight: 700;
  color:#078486;
  padding: 0 0 10px;
  text-decoration: underline;
  display: block;
}
#sp-about-inner-2  .module-title  .title-right{
  padding: 0px 0px 31px 0px;
  font-size: 38px;
  line-height: 50px;
  font-weight: 700;
  color: #282f3b;
  display: block;
}
#sp-about-inner-3 .theme-btn {
  display: inline-block;
  padding: 0 25px;
  border-radius: 10px 0;
  background: #282f3b;
  color: #fff;
  border: 1px solid #282f3b;
  line-height: 56px;
  min-height: 56px;
  min-width: 160px;
  font-weight: 600;
  font-size: 15px;
  text-align: center;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
}
#sp-about-inner-3 .theme-btn:hover {
  background: #fff;
  color: #078486;
  border-radius: 0 10px;
  border: 1px solid #078486;
}
#sp-about-inner-4 .txt_content h3 a {
  display: block;
  color: #282f3b;
  line-height: 28px;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
  margin-top: 20px;
}
.sp-module-content .aikon-search .closeit {
  padding-top: 1px;
}
@media (max-width: 992px){
.project_box.style_three .content_inner {
  float: none;
  width: 100%;
  margin-bottom: 30px;
  padding: 0;
}
.project_box.style_three .image {
  width: 100%;
  float: none;
}
.project_box.style_three {
	box-shadow: none;
}
#sp-footer .rrssb-buttons li {
  float: left;
}
#sp-top1 a {
  font-size: 13px;
}
#sp-top2 a.top_six_btn {
  margin: 5px 0;
}
#sp-header {
  height: auto;
}
#sp-header .logo {
  height: auto;
}
#sp-feature-top .description_box {
  text-align: left;
}
#sp-bottom1 img {
  margin-top: 0;
}
}