/* default css */
body {
  font-family: "Heebo", sans-serif;
  font-weight: normal;
  font-style: normal;
}
/*Animation*/
@keyframes rotate-infinite-2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes img-blink {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}
/*Preloader*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: #fff;
  transition: 0.3s;
}

.preloader-thumb {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height:180px;
  width:180px;
}
@media (max-width: 575px) {
  .preloader-thumb {
    height: 200px;
    width: 200px;
  }
}
.preloader-thumb img {
  width:140px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: img-blink 1s ease-in-out infinite alternate;
}
.preloader-thumb-wrap {
  display: flex;
  justify-content: center;
  height: 100%;
  align-items: center;
}
.preloader-border {
  border:2px dashed #7030a0;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  animation: rotate-infinite-2 15s linear infinite;
}

.img {
  max-width: 100%;
  transition: all 0.3s ease-out 0s;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.fix {
  overflow: hidden;
}
a,.button {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}
a:focus, a:hover {
  color: #000;
  text-decoration: none;
}
a, button {
  color: #00c4eb;
  outline: medium none;
}
button:focus, input:focus, input:focus, textarea, textarea:focus {
  outline: 0;
	color: #00c4eb;
	text-decoration: underline;
}
.whd-form input:focus:-moz-placeholder {
  opacity: 0;
}

.whd-form input:focus::placeholder {
  opacity: 0;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
h1,h2,h3,h4,h5,h6 {
  font-family: "Heebo", sans-serif;
  font-weight: normal;
  color:#7030a0;
  margin-top: 0px;
  font-style: normal;
  font-weight: 700;
  text-transform: normal;
}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
  color: inherit;
}
h1 {
  font-size: 40px;
  font-weight: 500;
}
h2 {
  font-size: 35px;
}
h3 {
  font-size: 28px;
}
h4 {
  font-size: 22px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 16px;
}
ul {
  margin: 0px;
  padding: 0px;
}
li {
  list-style: none;
}
p {
  font-size:16px;
  line-height:24px;
  color:#262626;
  margin-bottom: 15px;
  font-family: "Heebo", sans-serif;
  font-weight: 400;
}
hr {
  border-bottom: 1px solid #eceff8;
  border-top: 0 none;
  margin: 30px 0;
  padding: 0;
}
label {
  color: #7e7e7e;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}
.bg-one {
	background:#f7fafe;
}
.scrollToTop {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  font-size: 25px;
  background-color:#7030a0;
  position: fixed;
  right: 30px;
  bottom: 30px;
  display: none;
  z-index: 99;
  border-radius: 10%;
}
.scrollToTop:hover {
  color: #fff;
}

*::-moz-selection {
  background: #d6b161;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #7030a0;
  color: #fff;
  text-shadow: none;
}

*::-moz-placeholder {
  color: #555555;
  font-size: 14px;
  opacity: 1;
}

*::placeholder {
  color: #555555;
  font-size: 14px;
  opacity: 1;
}
.separator {
  border-top: 1px solid #f2f2f2;
}

/* button style */
.btn {
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 0;
  padding:24px 55px;
  text-align: center;
  touch-action: manipulation;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
  text-transform: capitalize;
  background: #7030a0;
  border-radius: 0;
  font-family: "Heebo", sans-serif;
}

.test-space {
  padding-top: 415px;
}

.btn-border {
  background: transparent;
  border: 2px solid #fff;
  padding: 20px 47px;
}

.btn.btn-line {
  padding: 20px 56px;
}

.btn-border:hover {
  background: #fff;
  color: #000;
}

.breadcrumb>.active {
  color: #888;
}
/* 2. header */
#mosttop-bar {
 position:relative;
 z-index:99;
 background:#7030a0;
 padding-left: 125px;
 padding-right: 125px;
}
.mosttop-bar-info {
 padding:0;
 margin:0
}
.mosttop-bar-info li {
 font-size:15px;
 font-weight:400;
 color:#fff;
 border-left:1px solid #e4e4e4;
 list-style-type:none;
 float:left;
 margin:0;
 padding:13.5px 14px 12.5px 14px
}
.mosttop-bar-info li i {
 font-size:15px;
 color:#FFF;
 padding-right:8px
}
#mosttop-bar .social-icons {
 padding:0;
 float:right;
 margin:0
}
#mosttop-bar .social-icons li {
 font-size:20px;
 list-style-type:none;
 float:left;
 width:50px;
 text-align:center;
 border-left:1px solid #e4e4e4;
 margin:0;
 padding:8px 0 8px 0
}
#mosttop-bar .social-icons li:last-child {
 border-right:1px solid #e4e4e4
}
#mosttop-bar .social-icons li a {
 color:#fff;
 -webkit-transition-duration:.3s;
 transition-duration:.3s;
 font-size:15px
}
#mosttop-bar .social-icons a:hover {
 color:#7030a0;
}
.header-area {
  padding-left:125px;
  padding-right:125px;
}
.header-right {
  display: flex;
  justify-content: center;
}

.header-right {
  padding-top: 9px;
}

.header-icon {
  margin-right: 16px;
  font-size: 20px;
  margin-top: 10px;
}

.header-whd p {
  font-size: 14px;
  margin-bottom: 9px;
  line-height: 1;
  color:#ed1216;
  font-weight:500;
}

.header-whd h4 {
  color: #262626;
  font-size: 24px;
  margin-bottom: 0px;
}

.header-icon i {
  color: #ed1216;
  font-size: 30px;
}

.main-menu ul li {
  display: inline-block;
  margin: 0 12px;
  position: relative;
  z-index: 999;
}

.main-menu ul li a {
  color: #262626;
  font-weight: 700;
  font-size: 16px;
  padding: 25px 0px;
  display: list-item;
  line-height: 1;
  position: relative;
}

.main-menu ul > li > a::before {
 /* background: #ff6136 none repeat scroll 0 0;*/
  bottom: 23px;
  content: "";
  height: 4px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 4px;
  opacity: 1;
  transition: 0.3s;
  top: 52px;
  border-radius: 5px;
  opacity: 0;
}

.main-menu ul>li:hover>a::before,.main-menu ul > li.active > a::before {
  opacity: 1;
}

.main-menu ul li:hover a,.main-menu ul li.active a {
  color: #7030a0;
}

.header-top-btn a {
  padding: 16px 42px;
  font-size: 14px;
}

.header-top-btn {
  padding-top: 6px;
}

.header-btn a {
  background: #6c5edf;
  padding: 20px 60px;
  border-radius: 30px;
  font-size: 18px;
  letter-spacing: 0;
  font-weight: 700;
  color: #fff;
}

.main-menu ul li ul.submenu {
	position: absolute;
	background: #fff;
	width: 230px;
	top: 110%;
	padding: 15px 0;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	opacity: 0;
	visibility: hidden;
	box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
	text-align: left;
	border-top: 3px solid #7030a0;
}

.main-menu ul li:hover>ul.submenu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.main-menu ul li ul.submenu li {
  margin: 0;
  display: block;
  margin-bottom: 0px;
}

.main-menu ul li ul.submenu li>a::before {
  background: transparent;
}

.main-menu ul li ul.submenu li:hover>a {
  color: #7030a0;
}

.main-menu ul li ul.submenu li:last-child {
  margin-bottom: 0;
}

.main-menu ul li ul.submenu li a {
	padding: 0;
	color: #262626;
	font-weight: 500;
	font-size: 15px;
	padding: 12px 28px;
}

.main-menu ul li ul.submenu li ul.submenu {
  left: 100%;
  top: 0;
}

.header-btn a:hover {
  background: #ff63a3;
  color: #fff;
}

.sticky-bar {
	left: 0;
	margin: auto;
	position: fixed;
	top: 0;
	width: 100%;
	box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
	z-index: 9999;
	-webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
	animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
	-webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
	background: #fff;
}
.sticky-bar .header-whd h4 {
	color: #262626;
}
/*Welcome Section Start here*/
.welcome-section {padding: 90px 0;}
.welcome-section .section-title-s2 {
	padding:20px 0 0;
}
.welcome-section span {
	font-size:32px;
	font-weight: 600;
	color: #192437;
}
.welcome-section h1 {
	font-family: "Oswald", sans-serif;
    font-size:36px;
    font-weight:600;
    font-style: normal;
    line-height: 1.5122em;
    text-decoration: none;
    text-transform: none;
	color:#214d98;
	margin:0 0 20px 0;
	padding:0;
}
.welcome-section h2 {
	font-size: 42px;
font-weight: 700;
font-style: normal;
line-height: 1.5122em;
text-decoration: none;
color: #7030a0;
}
.welcome-content {
	margin-bottom:10px;
}
.welcome-content h3 {
	font-family: "Barlow", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	color: #26264b;
	font-size: 16px;
	line-height: 1.2;
	padding-bottom: 15px;
	font-weight: 900;
}

/*.welcome-content-list {
	margin: 0;
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	margin-top: 50px;
	margin-bottom: 15px;
}
.welcome-content-list li {
	position: relative;
	-webkit-box-flex: 1;
	        flex: 1 1 50%;
	max-width: 50%;
	font-size: 20px;
	color: var(--thm-black);
	padding-left: 15px;
	line-height: 1em;
	margin-bottom: 20px;
	list-style: none;
}
.welcome-content-list li i {
	position: absolute;
	left: 0;
	top: 60%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	font-size: 16px;
	line-height: 1em;
}*/

.welcome-content ul {
	margin:0;
	/*display: -webkit-box;
	display: flex;
	flex-wrap: wrap;*/
	padding:0 0 40px;
}
.welcome-content ul li {
	list-style:none;
	position:relative;
	padding:5px 0;
	/*-webkit-box-flex: 1;
	flex: 1 1 50%;
	max-width: 50%;*/
	font-size:16px;
}
.welcome-content ul li:before {
    content: "\f192";
    font-family: fontawesome;
    left: 0px;
    top: 0px;
    position:relative;
    color:#0162a6;
    padding-right: 10px;
}

.welcome-content p {
	line-height: 29px;
	margin-bottom: 20px;
}
.welcome-content p span {
	color: #d40c09;
	font-size:16px;
}
.welcome-section  .welcome-holder {
    position: relative;
    margin-top:45px;
    max-width:100%;
}
.welcome-section .welcome-holder:before {
    content: "";
	width: 100%;
	height: 100%;
	border: 12px solid #ff8500;
	position: absolute;
	right: -13px;
	top: 12px;
	z-index: -1;
}
.welcome-section .right-side {
	position: relative;
    margin-top:45px;
    max-width:100%;
}
.welcome-section .right-side .img-fluid {
	z-index: 999;
}
.welcome-section .right-side:before {
    content: "";
    width: 100%;
    height: 100%;
    border: 12px solid #0162a6;
    position: absolute;
	right:0;
    left: -35px;
    top: -35px;
    z-index: 1;
}
.welcome-section .btn {
	background: transparent;
	color: #192437;
	overflow: hidden;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
letter-spacing: 1px;
font-weight: 600;
padding: 0 20px;
position: relative;
display: inline-block;
z-index: 1;
text-transform: uppercase;
border:3px solid #7030a0;
 height:60px;
line-height:55px;
font-size:16px;
}
.welcome-section .btn:hover {
	background:#7030a0;
	color:#FFF;
}
/*Welcome Section End here*/
/*Our Mission and Our Vision Start Here*/
#mission-vision {
	padding:95px 0;
    background: linear-gradient(rgba(28, 50, 84, 0.9), rgba(28, 50, 84, 0.9)) repeat scroll 0 0%, rgba(0, 0, 0, 0) url("../images/mission-vision.jpg");
    background: -webkit-linear-gradient(rgba(28, 50, 84, 0.9), rgba(28, 50, 84, 0.9)) repeat scroll 0 0%, rgba(0, 0, 0, 0) url("../images/mission-vision.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-color: #7030a0;
}
#mission-vision .work {
    padding: 95px 0;
}

#mission-vision .work-block:last-child {
    padding-right: 50px;
}

#mission-vision .work-block h3 {
    color: #fff;
	font-size: 24px;
	font-weight: 700;
	margin-top: 0;
	padding-bottom: 15px;
}
#mission-vision .work-block ul li {
	padding:5px 0;
	color:#FFF;
	letter-spacing: 1px;
}
#mission-vision .work-block p {
	color:#FFF;
	font-size: 16px;
}
.rendered-strengths-box {
   width: 100%;
min-width: 330px;
max-width: 320px;
min-height: 290px;
border: 10px solid #ba6df4;
display: flex;
justify-content: space-between;
flex-direction: column;
padding: 13px 20px 10px 18px;
margin-right: 180px;
margin-top: 15px;
}
.rendered-strengths-box .top p {
    font-family: "Rubik";
    font-size: 18px;
    color: #eeeeee;
    font-weight: 400;
    line-height: 1.3;
}
.rendered-strengths-box .bottom{
	display: flex;
	align-items: center;
}
/*Our Mission and Our Vision End Here*/
/*Major Focus Areas Section Start here*/
.major-focus-section {
	padding:60px 0;
}
.major-focus-section .major-list {
	padding:10px 0;
}
.major-focus-section .major-list ul {
	margin: 0;
	padding:10px 0 20px 15px;
}
.major-focus-section .major-list ul li {
	padding:9px 24px;
	position:relative;
}
.major-focus-section .major-list ul li:before {
    background:url("../images/checked.png") no-repeat;
    width:24px;
    height:24px;
    display: block;
    position: absolute;
    content: " ";
    top:13px;
    left:0px;
}
.major-focus-section .major-img {
	position: relative;
}
.major-focus-section .major-img:before {
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 500px;
    width: 400px;
    border: 11px solid #7030a0;
    content: "";
    transform: translateX(50px);
	z-index: -999;
}
/*Major Focus Areas Section End here*/
/* Make your Donation Section Start here*/
.donate-section {
	position:relative;
}
.donate-section  .donate-text {
	margin-left: 20px;
	margin-top: 30px;
	margin-right: 60px;
}
.donate-img {
	margin-top:20px;
}
.donate-text strong, .donate-tab strong {
	color: #7030a0;
}
.donate-text ul li {
	padding: 5px 0;
	font-weight: bold;
}
.donate-tab {
	padding-top:30px;
}
.donate-tab table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

.donate-tab table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

.donate-tab table tr {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: .35em;
}

.donate-tab table th, table td {
  padding: .625em;
  border: 1px solid #ddd;
}

.donate-tab table th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}


/* Make your Donation Section End here*/
/*Previous &amp; Current Donors Start here*/
.previous-current-donors {
	position:relative;
}
.previous-current-donors img {
	margin-bottom:25px;
}
.previous-current-donors .text-box {
	background: #fff;
	padding: 40px;
	margin-bottom: 40px;
	box-shadow: 3px 3px 13px 0px rgba(0, 0, 0, 0.1);
	min-height: 430px;
}
/*Previous &amp; Current Donors End here*/
/*Sub Banner Start Here*/
.sub-banner-area {
  position: relative;
  padding:0 0px;
}
.sub-banner-height {
  background-image:url("../images/inner-banner-bg.jpg");	
  min-height:320px;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 130px;
}
.sub-banner-pb {
	padding-bottom: 120px !important;
}
.sub-banner-area .block {
  text-align: center;
}
.sub-banner-area h1 {
  font-size: 2.5rem;
  color:#FFF;
  font-weight: 600;
}
.sub-banner-area h1.sm-title{font-size: 27px;}
.sub-banner-area .sub-title {font-size:24px; color:#fff;}
.sub-banner-area .block ul li {
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
}
.sub-banner-area .block ul li a {
  font-weight: 600;
  color: #fff;
}
.page-wrapper {
  padding: 70px 0;
}
.overly {
  position: relative;
}
.overly:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #1d192c;
  opacity: 0.8;
}
/*Our Work Start*/
.ourwork-section {
	position:relative;
}
.ourwork-img {
	margin-top:30px;
}
.ourwork-img p {
	color: #FFF;
	font-size: 24px;
	padding-top: 25px;
}

.ourwork-section ul li {
	padding:30px 0 0 26px;
	position: relative;
}
.ourwork-section ul li:before {
    background:url("../images/checked.png") no-repeat;
    width:24px;
    height:24px;
    display: block;
    position: absolute;
    content: " ";
    top:32px;
    left:0px;
}
.ourwork-section ul li a {
	text-decoration:none;
	color: #7030a0;
}
.ourwork-section ul li a:hover {
	text-decoration:underline;
	color: #7030a0;
}
/*Our Work End*/
/*Photos Start*/
.photos-section {
	position:relative;
}
.photos-img {
	background: #7030a0;
	padding-bottom: 15px;
	text-align: center;
	margin-bottom:30px;
	border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}
.photos-img p {
	color: #FFF;
	font-size: 18px;
	padding-top: 25px;
	font-weight: 500;
	line-height: 30px;
}
.photos-img p a {
	color:#FFF;
}
.photos-img p a:hover {
	color:#FFF;
	text-decoration: underline;
}
.spotlight-img {
margin-bottom:30px;
border: 1px solid #E7E8F0;
  box-shadow: 0 0 23px -5px rgba(0, 0, 0, .2);	
}
.spotlight-img img {
	border-radius: 6px;
}
/*Photos End*/ 
/* section title */
.section-title {
  position: relative;
}
.section-title span {
  color:#262626;
  font-weight: 700;
  font-size:18px;
  /*text-transform: uppercase;*/
  letter-spacing: 2px;
  margin-bottom: 16px;
  display: inline-block;
}
.section-title h2 {
  font-size:42px;
  line-height: 1;
}

/*Contact Us*/
.contact-info-box:hover {
	background: #fff;
}
.contact-info-box {
	background: #fff;
	padding: 30px 0;
	text-align: center;
	max-width: 310px;
	margin: 0 auto;
	min-height: 327px;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.contact-info-box h2 {
	font-size: 24px;
text-transform: uppercase;
padding-bottom: 10px;
}
.contact-info-box i {
	height: 75px;
	width: 75px;
	color: #fff;
	background: #7030a0;
	border-radius: 50%;
	line-height: 75px;
	font-size: 30px;
	margin-bottom: 25px;
	display: inline-block;
}
.contact-info-box .fa-phone {
    transform: scaleX(-1);
}
.contact-info-box h6 {
	line-height: 26px;
}

.needhelp-wc {
	padding:20px 0;
	background:#7030a0;
	position:relative;
}
.needhelp-wc .contact-wrapper {
    min-height: 206px;
    padding:50px 70px 40px;
}
.needhelp-wc .contact-wrapper h5 {
    font-size: 24px;
    color: #FFFFFF;
    margin-bottom: 26px;
}
.needhelp-wc .contact-wrapper .contact-number {
    font-family: "Montserrat", sans-serif;
    font-size:32px;
    font-weight: 700;
    line-height: 30px;
    color: #fff;
}
.needhelp-wc .contact-wrapper .contact-number a {
	color:#FFF;
}
.needhelp-wc .social-icons{
	position:relative;
}
.needhelp-wc .social-icons li{
	position:relative;
	margin:0px 10px 10px;
	display:inline-block;
}

.needhelp-wc .social-icons li a{
	position:relative;
	font-size:27px;
	color:#FFF;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.needhelp-wc .social-icons li a:hover{
	color:#ffffff;
}

/* footer */
.footer-top {
	padding:120 0 80px;
	background:#16151a;
	background-size: auto;
	background-position: bottom center;
}
.footer-bottom {
  	background:#121113; 
	
}
.footer-widget.text-widget .footer-logo {
 display:inline-block;
 margin-bottom:23px
}
.footer-widget.text-widget>p {
 margin-bottom:25px;
 color: #dad9dd;
}
.footer-widget.text-widget>p a {
	color:#3a05a8;
}
.footer-widget.text-widget>p>a {
 -webkit-transition:all 0.4s ease;
 -o-transition:all 0.4s ease;
 transition:all 0.4s ease;
 color:#fff100;
}
.footer-widget.text-widget>p>a:hover {
 color:#fff100;
 text-decoration: underline;
}
.footer-widget .widget-title {
	color:#FFFFFF;
	font-size:1.41176rem;
	position:relative;
	padding-bottom:15px;
	margin-bottom:25px;
}
.footer-widget .widget-title:before {
	position:absolute;
	content:"";
	bottom:0;
	left:0;
	height:3px;
	width:30px;
	background-color:#b253f9;
}
.footer-widget .xs-list li {
 margin-bottom: 14px;
 position: relative;
 padding-left: 15px;
}
.footer-widget .xs-list li:before {
	font-family: "Font Awesome 5 Pro";
	content: '\f054';
	font-weight: 900;
    font-size: 10px;
    top: 4px;
    position: absolute;
    left: 0;
    opacity: .9;
    color: #fff;
}
.footer-widget .xs-list li:last-child {
 margin-bottom:0px
}
.footer-widget .xs-list li a {
 -webkit-transition:all 0.4s ease;
 -o-transition:all 0.4s ease;
 transition:all 0.4s ease;
	color: #dad9dd;
}
.footer-widget .xs-list li a:hover {
 color:#FFFFFF
}

.footer-widget .contact-info-widget>li:not(:last-child) {
 margin-bottom:15px
}
.footer-widget .contact-info-widget div h6  {
    font-size: 16px;
    font-family: "Rubik", sans-serif;
    color: #b253f9;
    font-weight: 500;
    margin-bottom: 3px;
}
.footer-widget .contact-info-widget p  {
    color:#FFF;
}
.footer-widget .contact-info-widget>li>a {
 color:rgba(255, 255, 255, 0.5);
 -webkit-transition:all 0.4s ease;
 -o-transition:all 0.4s ease;
 transition:all 0.4s ease;
color: #dad9dd;
	 
}
.footer-widget .contact-info-widget>li>a:hover {
 color:#FFFFFF
}

.footer-top .content{
	position:relative;
	text-align:center;
}
.footer-top .content .logo{
	position:relative;
	
}
.footer-top .content .text{
	position:relative;
	font-size:16px;
	line-height:1.7em;
	max-width:770px;
	margin:0 auto;
	margin-top:25px;
	color:#ababab;
}
.footer-top .footer-nav{
	position:relative;
	text-align:center;
}

.footer-top .footer-nav ul{
	position:relative;
}

.footer-top .footer-nav ul li{
	position:relative;
	margin:0px 18px 18px;
	display:inline-block;
}

.footer-top .footer-nav ul li a{
	position:relative;
	color:#969cc1;
	font-size:16px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.footer-top .footer-nav ul li a:hover{
	color:#b3b7d4;
}

.footer-text p {
	margin: 0;
	color: #dad9dd;
}
.footer-text p a {
	color:#FFF;
}
.footer-text p a:hover {
	text-decoration: underline;
	color:#FFF;
}
.footer-contact-method {
	margin-bottom:50px;
}
.footer-contact-method a {
	background:#22253e;
	padding:8px 20px 12px;
	display:block;
	border-radius:5px;
	position:relative;
	text-decoration:none !important;
	overflow:hidden;
	margin-top:15px;
}
.footer-contact-method a span {
	font-weight:600;
	letter-spacing:0.5px;
	font-size:13px;
	margin-bottom:20px;
	color:#fff;
	text-transform:uppercase;
}
.footer-contact-method a strong {
	font-weight:600;
	letter-spacing:0.5px;
	font-size:14px;
	color:#fff;
	display:block;
}
@-moz-document url-prefix() {
	.footer-contact-method a span {
		font-weight:500;
	}
.footer-contact-method a strong {
	font-weight:500;
	}
}
.footer-contact-method a i {
	position:absolute;
	font-size:50px;
	bottom:-5px;
	color:#adaebb;
	right:-5px;
	opacity:0.2;
}
.footer-social-link li {
  display: inline-block;
}

.footer-social-link li a {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: transparent;
  border: 1px solid #403f3f;
  color: #ababab;
  margin-right: 5px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.footer-social-link li a:hover {
  background: #ed1216;
  color: #fff;
	border: none;
}
.mission-vision-section {
	position:relative;
}
.mission-vision-section h3 {
	color:#FFF;
}
.mission-vision-section ul li {
	padding:30px 0 0 36px;
	position: relative;
	color:#fff;
}
.mission-vision-section ul li:before {
    background:url("../images/checked-white.png") no-repeat;
    width:24px;
    height:24px;
    display: block;
    position: absolute;
    content: " ";
    top:32px;
    left:0px;
}
.mission-vision-section .bg-one h3 {
	color:#7030A0;
}
.mission-vision-section .bg-one p {
	line-height:27px;
}
.mission-vision-bg {
    background: -webkit-gradient(linear, left top, right top, color-stop(66.66%, #7030A0), color-stop(66.66%, #ffffff));
    background: -webkit-linear-gradient(left, #7030A0 66.66%, #7030A0 66.66%);
    background: linear-gradient(90deg, #7030A0 66.66%, #7030A0 66.66%);
  }
@media (min-width: 992px) {
  .mission-vision-bg {
    background: -webkit-gradient(linear, left top, right top, color-stop(66.66%, #7030A0), color-stop(66.66%, #ffffff));
    background: -webkit-linear-gradient(left, #7030A0 66.66%, #ffffff 66.66%);
    background: linear-gradient(90deg, #7030A0 66.66%, #ffffff 66.66%);
  }
}
.philosophy-section {
	position:relative;
}
.philosophy-section strong {
	color:#7030a0;
}

/*People Info*/
.people-info {
	padding:40px 0 160px;
}

.people-info .product-item:not(:last-child) {
	margin-bottom:150px;
}
.people-info .product-image {
	width: 35%;
	float: left;
}
.people-info .product-item:nth-child(2n) .product-image {
	float: right;
}
.people-info .product-item:nth-child(2n) .product-info {
	float: left;
	right: auto;
	left: 15px;
}

.product-item-inner .product-image .box-wrap {
	padding-bottom: 35px;
	padding-top: 50%;
    position: relative;
    overflow: hidden;
    width: 100%;
	border: 3px solid #4b077d;
	background: #7030a0;
}
.product-item-inner .product-image .box-wrap > img {
	position: absolute;
    height: auto;
    width: 100%;
    max-width: none;
    top: 0;
}
.product-item-inner {
	position: relative;
}


.product-info {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 25px 30px;
}
.people-info .product-item:nth-child(2n) .product-info {

    float: left;
    right: auto;
    left: 15px;

}
.people-info .product-info {
	width:65%;
	float: right;
	right: 15px;
	left: auto;
	padding:30px 30px;
	background-color: rgba(248, 249, 249, 0.95);
	bottom: auto;
	margin-top: 30px;
	box-shadow: 0 3px 20px rgba(0, 0, 0, 0.15);
}
.people-info .product-info .service-heading {
	display: inline-block;
}
.people-info .product-info .service-heading > a {
	font-size: 20px;
    color: #272727;
    font-weight: bold;
    font-family: 'Noto Sans', sans-serif;
    display: inline-block;
}
.people-info .product-info .service-heading > a:hover {
	text-decoration: none;
	opacity: 0.7;
}
.people-info .product-info ul {
	margin-top: 4px;
}
.people-info .product-info ul li {
	padding:3px 12px;
}
.people-info .product-info ul li:nth-child(odd) {
  background:#dfeff8;
}
.people-info .product-info ul li:nth-child(even) {
  background:#f5f5f5;
}
.people-info .section-header .section-title {
	color: #0277bd;
}

.people-info .product-info .service-desc{
	margin-top: 15px;
}
.people-info .product-info .btn-more{
	margin-top: 25px;
}
.people-info .product-info:before{
	content: none;
}


.product-item-inner .product-info h4 {
	font-size: 20px;
    color: #7030a0;
    font-weight: bold;
    display: inline-block;
}

.spare-product {
	margin-bottom: 30px;
	border: 3px solid #acdefc;
	border-radius: 3px;
	}
.spare-product p {
	text-align: center;
font-weight: bold;
color: #0277bd;
padding-top: 11px;
font-size: 22px;
	text-transform: lowercase;
}

.people-info ul {
	margin: 0;
	padding: 0;
}
.people-info ul li {
	padding: 10px 0;
}

.history-section {
	position:relative;
}
.history-section p {
	padding-bottom: 20px;
}
.history-section ul {
	padding-bottom: 20px;
}
.history-section ul li {
	position: relative;
	padding:5px 25px;
}
.history-section ul li:before {
    background:url("../images/checked.png") no-repeat;
    width:24px;
    height:24px;
    display: block;
    position: absolute;
    content: " ";
    top:9px;
    left:0px;
}
.history-section ul li ul {
	padding-bottom: 0;
}
.history-section ul li ul li {
	position:relative;
}
.history-section ul li ul li:before {
    background:url("../images/checks.png") no-repeat;
    width:24px;
    height:24px;
    display: block;
    position: absolute;
    content: " ";
    top:11px;
    left:0px;
}
/*** 

====================================================================
	Contact Section
====================================================================

***/

.contact-section{
	position:relative;
}

.contact-section .sec-title{
	margin-bottom:70px;
}

.contact-section .info-column{
	position:relative;
	margin-bottom:30px;
}

.contact-section .info-column .inner-column{
	position:relative;
	padding-left:90px;
}

.contact-section .info-column .inner-column .icon-box{
	position: absolute;
	left: 0px;
	top: 0px;
	color: #fff;
	font-size: 27px;
	line-height: 50px;
	background: #7030a0;
	padding: 10px;
	border-radius: 50%;
	width: 70px;
	height: 70px;
	text-align: center;
}

.contact-section .info-column .inner-column h3{
	position: relative;
	color: #7030a0;
	font-size: 16px;
	font-weight: 700;
}

.contact-section .info-column .inner-column .text{
	position:relative;
	color:#262626;
	font-size:16px;
	font-weight:400;
	margin-top:5px;
}
.google-map-section{
	padding:0;
	position: relative;
	margin-bottom: -77px;
}

.google-map-section .map iframe{
	width: 100%;
	height:420px;
	margin:0;
	padding:0;
}
