/*contact*/
.su-ml{margin-left: 3em;}
.su-flex {display:flex;}
.su-dir-c { flex-direction: column;}
 .su-center { align-items: center;}
.su-cont {
    display:flex;
  padding: 20px;
  background: linear-gradient(103deg, #e3edf7, #ffffff);
  box-shadow: -6px -6px 10px 0px #f5f9fc, 4px 3px 15px 0px rgba(127, 163, 199, 0.3);
  border-radius: 5px;
  position: relative;
  z-index: 0;
  overflow: hidden;
  margin: 1.5em;
    align-items: center;
}

.su-btn-white {
  width: 180px;
  height: 4em;
  font-size: 0.8em;
  line-height: 1;
  font-family: "Poppins", sans-serif;
  color: #08203a;
  font-weight: 600;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5px;
  background: linear-gradient(103deg, #e3edf7, #ffffff);
  box-shadow: -6px -6px 10px 0px #f5f9fc, 4px 3px 15px 0px rgba(127, 163, 199, 0.3);
  position: relative;
  z-index: 0;
  transition: all 0.3s ease-in;
}
@media (max-width: 460px) {
  .su-btn-white {
    width: 12em;
  }
}

.su-btn-white i {
  margin-left: 11px;
  display: inline-block;
}

.su-btn-white:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  border-radius: 5px;background: #08203a;
  box-shadow: -4px -3px 8px 0px rgba(122, 247, 169, 0.25), 5px 5px 15px 0px rgba(100, 14, 179, 0.3);
  z-index: -1;
  transition: all 0.3s ease-in;
}

.su-btn-white:hover:before {
  width: 100%;
}

.su-btn-white:hover {
  color: #ffffff;
}

@media (max-width: 991.98px) {
  .su-cont {
    margin-bottom: 30px;
  }
  .su-ml {margin-left: 0.1em;}
}
.su-cont::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  width: 200%;
  height: 150%;
  background: #08203a;
  transition: all 1.3s ease-in-out;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  z-index: -1;
  transform: translate(-50%, -150%);
}
.su-cont .su-cont-icon-box {
  width: 60px;
  height: 60px;
  border-radius: 10px;
  line-height: 60px;
  text-align: center;
  box-shadow: inset -3px -2px 5px 0px rgba(255, 255, 255, 0.66), inset -1px -1px 0px 0px rgba(255, 255, 255, 0.18), inset 2px 2px 7px 0px rgba(49, 69, 106, 0.18);
  transition: all 0.3s ease-in-out;
}

.su-cont .su-cont-icon-box i {
  font-size: 28px;
  color: #7d8da6;
}

 .su-cont .su-cont-title {
  color: #08203a;
  font-size: 1.2em;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  line-height: 1;
  transition: all 0.3s ease-in;
}

 .su-cont .su-cont-text {
  font-size: 1em;
  line-height: 1.5;
  color: #666666;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  transition: all 0.3s ease-in;
}

 .su-cont .su-cont-btn {
  font-size: 15px;
  line-height: 1.5;
  color: #08203a;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  background: linear-gradient(103deg, #e3edf7, #ffffff);
  box-shadow: -6px -6px 10px 0px #f5f9fc, 4px 3px 15px 0px rgba(127, 163, 199, 0.3);
  display: inline-block;
  padding: 13px 20px 16px;
  border-radius: 5px;
  transition: all 0.3s ease-in;
  position: relative;
  z-index: 0;
}

.su-cont .su-cont-btn i {
  margin-left: 7px;
}

.su-cont .su-cont-btn:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  border-radius: 5px;
  background: #08203a;
  box-shadow: -4px -3px 8px 0px rgb(127 163 199 / 0.3), 5px 5px 15px 0px rgb(127 163 199 / 0.3);
  z-index: -1;
  transition: all 0.3s ease-in;
}

.su-cont:hover:before {
          transform: translate(-50%, -50%);
}

.su-cont:hover .su-cont-icon-box {
          box-shadow: inset -3px -2px 9px 0px rgba(127 163 199 / 0.25), inset 2px 2px 7px 0px rgba(46, 0, 0, 0.18);
}

 .su-cont:hover .su-cont-icon-box i {
  color: #ffffff;
}

.su-cont:hover .su-cont-title {
  color: #ffffff;
}

.su-cont:hover .su-cont-text {
  color: #ffffff;
}

.su-cont:hover .su-cont-btn {
  color: #ffffff;
          box-shadow: -4px -3px 8px 0px rgb(127 163 199 / 0%), 5px 5px 15px 0px rgb(127 163 199 / 0%);
}

 .su-cont:hover .su-cont-btn:before {
  width: 100%;
}
/*contact*/

blockquote {
    margin: 1rem;
    font-size: 1.2em;
    font-weight: 500;
}

.su-hr {
    background: linear-gradient(103deg, #e3edf7, #ffffff);
    position: relative;
}

.su-con-area .su-single {
  padding: 40px 20px;
  background: linear-gradient(103deg, #e3edf7, #ffffff);
  -webkit-box-shadow: -6px -6px 10px 0px #f5f9fc, 4px 3px 15px 0px rgba(127, 163, 199, 0.3);
          box-shadow: -6px -6px 10px 0px #f5f9fc, 4px 3px 15px 0px rgba(127, 163, 199, 0.3);
  border-radius: 5px;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

@media (max-width: 991.98px)

{
  .su-con-area .su-single {
    margin-bottom: 30px;
  }
}

.su-con-area .su-single::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  width: 200%;
  height: 150%;
  background: #08203a;
  -webkit-transition: all 1.3s ease-in-out;
  transition: all 1.3s ease-in-out;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
          transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  z-index: -1;
  -webkit-transform: translate(-50%, -150%);
          transform: translate(-50%, -150%);
}

.su-con-area .su-single .su-single-icon-box {
  width: 60px;
  height: 60px;
  border-radius: 10px;
  line-height: 60px;
  text-align: center;
  margin-bottom: 22px;
  -webkit-box-shadow: inset -3px -2px 5px 0px rgba(255, 255, 255, 0.66), inset -1px -1px 0px 0px rgba(255, 255, 255, 0.18), inset 2px 2px 7px 0px rgba(49, 69, 106, 0.18);
          box-shadow: inset -3px -2px 5px 0px rgba(255, 255, 255, 0.66), inset -1px -1px 0px 0px rgba(255, 255, 255, 0.18), inset 2px 2px 7px 0px rgba(49, 69, 106, 0.18);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.su-con-area .su-single .su-single-icon-box i {
  font-size: 36px;
  color: #7d8da6;
}

.su-con-area .su-single .su-single-title {
  color: #08203a;
  font-size: 22px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  line-height: 1;
  margin-bottom: 26px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.su-con-area .su-single .su-single-text {
  font-size: 16px;
  line-height: 1.5;
  color: #666666;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  margin-bottom: 25px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.su-con-area .su-single .su-single-btn {
  font-size: 15px;
  line-height: 1.5;
  color: #08203a;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  background: linear-gradient(103deg, #e3edf7, #ffffff);
  -webkit-box-shadow: -6px -6px 10px 0px #f5f9fc, 4px 3px 15px 0px rgba(127, 163, 199, 0.3);
          box-shadow: -6px -6px 10px 0px #f5f9fc, 4px 3px 15px 0px rgba(127, 163, 199, 0.3);
  display: inline-block;
  padding: 13px 20px 16px;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  position: relative;
  z-index: 0;
}

.su-con-area .su-single .su-single-btn i {
  margin-left: 7px;
}

.su-con-area .su-single .su-single-btn:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  border-radius: 5px;
  background: #08203a;
          box-shadow: -4px -3px 8px 0px rgb(127 163 199 / 0.3), 5px 5px 15px 0px rgb(127 163 199 / 0.3);
  z-index: -1;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.su-con-area .su-single:hover:before {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.su-con-area .su-single:hover .su-single-icon-box {
          box-shadow: inset -3px -2px 9px 0px rgba(127 163 199 / 0.25), inset 2px 2px 7px 0px rgba(46, 0, 0, 0.18);
}

.su-con-area .su-single:hover .su-single-icon-box i {
  color: #ffffff;
}

.su-con-area .su-single:hover .su-single-title {
  color: #ffffff;
}

.su-con-area .su-single:hover .su-single-text {
  color: #ffffff;
}

.su-con-area .su-single:hover .su-single-btn {
  color: #ffffff;
          box-shadow: -4px -3px 8px 0px rgb(127 163 199 / 0%), 5px 5px 15px 0px rgb(127 163 199 / 0%);
}

.su-con-area .su-single:hover .su-single-btn:before {
  width: 100%;
}




/*----Header Section---*/


.su-con {
    display: flex;
    align-items: center;
}
.su-area-dark {
  padding: 3em 0;
  background: #e3edf7;
  /*background: #e3edf7;*/
}
.su-area {
  padding: 3em 0;
  background: linear-gradient(103deg, #e3edf7, #ffffff);
  /*background: #e3edf7;*/
}
.pr3-headline {
	font-family: "Lexend", sans-serif;
	/*font-weight: 700;*/
	text-transform: none;
	line-height: 1;
	margin-bottom: 0;
	color: #f47514;
}

@media (max-width: 575.98px) {
	.pr3-get-right {
		display: none;
	}
}

.pr3-get-right .pr3-get-circle {
	width: 400px;
	-webkit-animation: 60s pr3_rotate_animation linear infinite;
	animation: 60s pr3_rotate_animation linear infinite;
}

.pr3-get-right .pr3-get-vector-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 400px;
}

.su-footer-section {
	padding: 3em 0 1em 0;
	position: relative;
	z-index: 1;
}

@media (max-width: 991.98px) {
	.su-footer-section {
		background-color: #FAFAFA;
		overflow: hidden;
	}
}

.su-footer-section::before {
	content: '';
	position: absolute;
	top: -80px;
	left: 0;
	width: 100%;
	height: calc(100% + 80px);
	background-image: url(../assets/img/port-img-31/footer-bg.jpg);
	z-index: -1;
	background-repeat: no-repeat;
	background-size: cover;
}

@media (max-width: 991.98px) {
	.su-footer-section::before {
		top: 0;
	}
}

.pr3-footer-logo {
	text-align: center;
}

.pr3-footer-logo a {
	width: 120px;
	display: inline-block;
}

/*.pr3-footer-content {
	margin-top: 60px;
}*/

.pr3-footer-content .pr3-footer-widget {
	margin-bottom: 60px;
}

.pr3-footer-content .pr3-footer-widget h4 {
	font-weight: 600;
	margin-bottom: 30px;
}

.pr3-footer-content .pr3-footer-widget .pr3-footer-nav ul li+li {
	margin-top: 10px;
}

.pr3-footer-content .pr3-footer-widget .pr3-footer-nav ul li a {
	color: #1a0b60;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	position: relative;
	text-transform: capitalize;
}

.pr3-footer-content .pr3-footer-widget .pr3-footer-nav ul li a::before {
	content: '\f105';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	position: absolute;
	left: -10px;
	/*top: -3px;*/
	opacity: 0;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	color: #1a0b60;
}

.pr3-footer-content .pr3-footer-widget .pr3-footer-nav ul li a:hover {
	padding-left: 10px;
	color: #f47514;
}

.pr3-footer-content .pr3-footer-widget .pr3-footer-nav ul li a:hover::before {
	opacity: 1;
	left: 0;
	color: #f47514;
}

.pr3-footer-content .pr3-footer-widget .pr3-footer-contact ul li {
	color: #1a0b60;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 15px;
}

.pr3-footer-content .pr3-footer-widget .pr3-footer-contact ul li i {
	margin-right: 0.5em;
	/*margin-top: 6px;*/
}

.pr3-footer-content .pr3-footer-widget .pr3-footer-contact ul li+li {
	margin-top: 10px;
}

.pr3-footer-spacer {
	margin-top: 60px;
}

@media (max-width: 991.98px) {
	.pr3-footer-spacer {
		margin-top: 0;
	}
}

.pr3-footer-spacer hr {
	border: 0;
	border-bottom: 2px solid rgba(0, 26, 87, 0.2);
}