#sp-footer {
	background:#f3f7f8;
}
#sp-bottom1 ul.social-icons > li a {
	color:#000;
}
#sp-bottom1 ul.social-icons {
	padding-bottom:50px;
}
#sp-bottom #sp-bottom1 .sp-module ul > li {
  display: inline-block;
}
#sp-bottom #sp-bottom1 .sp-module ul > li a {
	padding-right:40px;
}
.tp-home #sp-main-body {
  padding:  0;
}
@media (min-width: 992px) {
.tp-home #sp-header {
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 75px;
  background: none;
}
}
section#sp-slideshow {
	margin: 0 15px;
	background:#D8E5E5;
	position: relative;
	border-radius: 12px;
  padding-top: 125px;
  padding-bottom: 55px;
  z-index: 1;
   
}
section#sp-slideshow::before {
  content: "";
  background:url(../images/pattern-2.svg) no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  max-width: 370px;
  z-index: -1;
  mix-blend-mode: difference;
  pointer-events: none;
}
section#sp-slideshow::after {
  content: "";
  background:url(../images/pattern-3.svg) no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 370px;
  z-index: -1;
  mix-blend-mode: difference;
  pointer-events: none;
}
.banner-img {
	position: relative;
}
.banner-img::before {
  content: "";
  background-color: #fff;
  bottom: 0;
  z-index: -1;
  width: 50%;
  height: 329px;
  position: absolute;
  border-top-left-radius: 100%;
  border-bottom-left-radius: 8px;
  left: -175px;
}
.banner-img .brand-name {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 2px rgba(255,255,255,.6);
  font-weight: 700;
  -webkit-writing-mode: sideways-lr;
  -ms-writing-mode: sideways-lr;
  writing-mode: sideways-lr;
  font-size: 99px;
  line-height: .9;
  position: absolute;
  top: 0;
  right: 0;
}
.banner-img .brand-name p {
	margin:0;
}
.banner-img img {
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 12px;
}
.sp-megamenu-parent > li.active > a::before , .sp-megamenu-parent > li > a:hover::before{
  content: "";
  background: #21366b;
  top: 58%;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
}
#header-link a {
	padding: 15px 10px 15px 22px;
	border-radius: 80px;
    background:#264797;
	color:#fff;
	font-weight:700;
	line-height: 100px;
}
 #header-link a i {
  margin-left: 20px;
  width: 30px;
  height: 30px;
  background: #21366B;
  color: #fff;
  border-radius: 100%;
  line-height: 30px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  text-align: center;
  transition: all .3s ease-in-out;
}
#header-link a:hover {
	 background:#21366B;
}
#header-link a:hover i {
	background: #264797;
	-webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
#sp-slideshow .sppb-btn {
	border-radius: 80px;
	display: initial;
}
#sp-slideshow .sppb-btn  i {
  width: 30px;
  height: 30px;
  background: #21366B;
  color: #fff;
  border-radius: 100%;
  line-height: 30px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  text-align: center;
  transition: all .3s ease-in-out;
}
#sp-slideshow .sppb-btn:hover i {
	background: #264797;
	-webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
#sp-service {
	background: #ECF0F0;
}
#sp-service .sub-title {
  border: 1px dashed #c9d1d1;
  border-radius: 40px;
  padding: 2px 22px 4px;
  margin-bottom: 5px;
}
.process-item {
  background-color: #fff;
  z-index: 3;
  border-radius: 10px;
  width: 100%;
  max-width: 422px;
  padding: 25px 28px 40px;
  position: relative;
  margin-bottom: 10px;
}
.process-item .process-step {
  color: #ECF0F0;
  background: linear-gradient(180deg,#444,rgba(255,255,255,.9));
  -webkit-text-fill-color: transparent;
  font-size: 120px;
  font-weight: 600;
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 16px;
  line-height: 1;
  display: inline-flex;
}
.process-item .title {
  font-weight: 600;
  margin-bottom: 20px;
  font-size:20px;
  color:#21366B;
}
section#sp-onama {
	background: #21366B;
	margin: 30px 15px;
	border-radius: 12px;
	color:#fff;
}
#sp-feature h3.sp-module-title{
	font-weight: 700;
    font-size: 52px;
	text-align:center;
	color:#21366B;
	margin-bottom: 30px;
}
#sp-feature .sp-module-content {
  background-color: #264797;
  border-radius: 12px;
  
}
#sp-feature .sppb-column::after {
  content: "";
  background:url(../images/separator.svg) no-repeat;
  top: 50%;
  opacity: .15;
  width: 10px;
  height: 90px;
  position: absolute;
  transform: translateY(-66%);
  left: 0;
}
#sp-feature #column-wrap-id-f4005b92-8176-46ee-959c-9c4c84035183 .sppb-column::after {
  content: none;
  
}

section#sp-testimonial  {
	margin: 0 15px;
	background:#D8E5E5;
	position: relative;
	border-radius: 12px;
  padding-top: 175px;
}
@media (min-width: 992px) {
	section#sp-testimonial  {
		margin-top: -135px;
		z-index: -1;
	  
	}
}
section#sp-testimonial::before {
  content: "";
  background:url(../images/pattern-2.svg) no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  max-width: 370px;
  z-index: -1;
  mix-blend-mode: difference;
  pointer-events: none;
}
section#sp-testimonial::after {
  content: "";
  background:url(../images/pattern-3.svg) no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 370px;
  z-index: -1;
  mix-blend-mode: difference;
  pointer-events: none;
}
#sp-testimonial h3.sp-module-title {
  font-weight: 700;
  font-size: 52px;
  text-align: center;
  color: #21366B;
  margin-bottom: 50px;
}
#sp-testimonial .sp-module-content {
	background-color: #fff;
    border-radius: 12px;
	max-width: 800px;
   margin: 0 auto;
}
#sp-testimonial .sppb-testimonial-pro .sppb-testimonial-message {
  border-bottom: 1px dashed #c9d1d1;
  padding-bottom: 20px;
  padding-top: 20px;
}
.rsform {
	background:#fff;
	border-radius: 12px;
    padding: 60px 50px;
}
.rsform .form-control , .rsform .form-select{
  padding: 11px 0;
  border:none;
  border-bottom: 1px dashed #c9d1d1;
  border-radius: 0;
}
.rsform .rsform-submit-button{
  padding: 15px 45px;
  border-radius: 80px;
  color: #fff;
  font-weight: 700;
  display: initial;
  margin-top: 20px;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
  border-radius: 12px;
}
#sp-company {
	padding:20px 0;
}
#sp-company h3.sp-module-title {
  font-weight: 700;
  font-size: 52px;
  text-align: center;
  color: #21366B;
  margin-bottom: 30px;
}
#sp-company-intro {
	padding:20px 0;
}
#sp-company-intro .sub-title {
  border: 1px dashed #c9d1d1;
  border-radius: 40px;
  padding: 2px 22px 4px;
  margin-bottom: 5px;
  color: #21366B;
  font-weight: 500;
  font-size: 20px;
}
#sp-company-intro .sub-title i {
	margin-right:10px;
}
#sp-company-intro .sec-title {
  font-weight: 700;
  font-size: 52px;
  color: #21366B;
}
.contact-item.style-2 {
  background-color: #fff;
  text-align: center;
  border-radius: 12px;
  padding: 30px 25px 40px;
  margin:30px 0 10px;
  min-height: 320px;
}
.contact-item.style-2 .contact-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}
.contact-item.style-2 p {
  max-width: 224px;
  margin: 0 auto;
}
.contact-item.style-2 .contact-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.contact-item.style-2 .contact-icon {
  background: #D8E5E5;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 88px;
  height: 88px;
  margin-bottom: 22px;
  transition: all .3s ease-in-out;
  display: inline-flex;
}
.contact-item.style-2 .contact-icon i {
  color: #21366B;
  font-size: 32px;
}
.about img {
	border-radius: 12px;
}
.about .sub-title {
  border: 1px dashed #c9d1d1;
  border-radius: 40px;
  padding: 2px 22px 4px;
  margin-bottom: 5px;
  color: #21366B;
  font-weight: 500;
  font-size: 20px;
}
.about .sub-title i {
	margin-right:10px;
}
.about .sec-title {
  font-weight: 700;
  font-size: 52px;
  color: #21366B;
}
.about .list-items {
	list-style: none;
  margin: 0;
  padding: 0;
}

.about .list-items i {
	margin-right:10px;
	color: #21366B;
}
.progress-box {
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: rgba(255,255,255,.1);
  border-radius: 10px;
  padding: 28px 30px 35px;
  position: absolute;
  min-width: 350px;
  bottom: 30px;
  left: 30px;
}
.sppb-carousel-extended-item img {
  border-radius: 12px;
  display: none;
}
.sppb-carousel-extended-content-wrap {
  background: #ffffff;
  padding: 18px 20px;
  border-radius: 14px;
  border: 1px solid rgba(0,0,0,0.08);
  color: #183153;
  position: relative;
  transition: all 0.25s ease;
  flex-direction: row;
}
.services .sppb-column {
 background:#fff;
 padding-top: 40px;
  padding-right: 30px;
  padding-bottom: 40px;
  padding-left: 30px;
  border-radius: 12px;
}
.services .sppb-column:hover {
 background:#264797;
}
.services .sppb-btn-link {
  color: #264797;
  font-weight:600;
}
.services .sppb-column:hover .sppb-btn-link , .services .sppb-btn-link:hover{
  color: #fff;

}
.services .sppb-btn-link i {
  width: 30px;
  height: 30px;
  background: #21366B;
  color: #fff;
  border-radius: 100%;
  line-height: 30px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  text-align: center;
  transition: all .3s ease-in-out;
  margin-left:10px;
}
.services .sppb-btn-link:hover i {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.services .sppb-icon .sppb-icon-container {
  background: linear-gradient(-45deg,rgba(30,138,138,.3) 0%,rgba(30,138,138,0) 50%,rgba(30,138,138,.3) 100%);
  border: 1px solid rgba(30,138,138,.15);
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  font-size: 70px;
  line-height: 1;
  transition: all .4s ease-in-out;
  display: inline-flex;
}
.services .sppb-column:hover .sppb-icon .sppb-icon-container{
	background:#fff
}
@media (max-width: 991px) {
#sp-footer, #sp-bottom ,#sp-footer #sp-footer2 {
  text-align: center;
}
section#sp-testimonial {
  padding-top: 20px;
}
.banner-img .brand-name {
  font-size: 54px;
}
section#sp-slideshow {
  padding-top: 25px;
  padding-bottom: 25px;
  margin-top:15px;
}

 #header-link {
	 order: 2;
 }
 #sp-menu {
	 order: 3;
 }
 #header-link a {
  line-height: 60px;
  font-size: 12px;
    padding: 9px 4px 9px 10px;
}
 #sp-header .sp-module {
    margin-left: 0;
  }
#header-link a i {
  margin-left: 10px;
  
}
.sp-contact-info li {
  margin: 0;
}
#sp-top-bar .sp-module {
  margin: 0;
}
.sp-page-title .sp-page-title-heading {
  font-size: 20px;
}
.sp-page-title {
  padding: 30px 0;
}
}