body {
  background-color: #fff;
  font-family: 'Open Sans', sans-serif;
  line-height: 21px;
  font-size: 13px;
  color: #eecc96;
}

ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

figure,
p {
  margin: 0;
}

a {
  color: #fff;

  -webkit-transition: all .3s ease-in 0s;
  -moz-transition: all .3s ease-in 0s;
  -ms-transition: all .3s ease-in 0s;
  -o-transition: all .3s ease-in 0s;
  transition: all .3s ease-in 0s;
}

iframe {
  border: 0;
}

a,
a:focus,
a:hover {
  text-decoration: none;
  outline: 0;
}

a:focus,
a:hover {
  color: #e29d2d;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0;
}

.clear:before,
.clear:after {
  content: " ";
  display: table;
}

.clear:after {
  clear: both;
}


span.color {
  color: #db8127;
}

body>section {
  padding: 70px 0;
}


.sec-title h2 {
  color: #ab2485;
  font-size: 28px;
  font-weight: 800;
  text-transform: uppercase;
}

.sec-sub-title {
  margin: 35px 0 45px;
}

.sec-sub-title p {
  font-weight: 600;
  line-height: 24px;
  font-size: 18px;
  color: #5b646e;
}

.devider {
  margin-top: 30px;
}

.devider i {
  color: #db8127;
}

.devider:before,
.devider:after {
  content: "______________________";
  color: #7a1e9f;
  position: relative;
  bottom: 6px;
}

.devider:before {
  right: 10px;
}

.devider:after {
  left: 10px;
}

.mb50 {
  margin-bottom: 50px;
}

#preloader {
  background-color: #fff;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1100;

  display: flex;
  justify-content: center;
  align-items: center;
}

#preloader>img {
  max-width: 100px;
  /* optional: prevent oversized image on small screens */
  height: auto;
}

#navigation {
  background-color: rgba(16, 22, 54, 0.2);
  border: 0;
  margin: 0;
  transition: background-color 800ms linear;
}

/* Toggler (mobile hamburger) */
.navbar-toggler {
  border: none;
  /* remove default border */
}

.navbar-toggler-icon {
  filter: invert(1);
  /* makes default icon white */
}

/* Logo */
.navbar-brand {
  padding: 0;
}

/* Nav links */
.navbar-nav .nav-link {
  border-top: 1px solid transparent;
  color: #fff;
  transition: color 0.3s ease, border-color 0.3s ease;
}

/* Active + hover states */
.navbar-nav .nav-link.active,
.navbar-nav .nav-link:focus,
.navbar-nav .nav-link:hover {
  background-color: transparent;
  border-top: 1px solid #db8127;
  color: #db8127;
}

.current {
  border-top: 1px solid #db8127 !important;
}


#slider {
  padding: 0;
}

#slider .carousel-inner .item {
  background-size: cover;
}

.carousel-caption {
  top: 35%;
}

.carousel-caption h2 {
  font-size: 62px;
  font-weight: 300;
}

.carousel-caption h2 span {
  font-weight: 800;
}

.carousel-caption h3 {
  font-size: 48px;
  font-weight: 300;
  margin: 6px 0 20px;
}

.carousel-caption p {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
}

.carousel-caption p:before,
.carousel-caption p:after {
  color: #db8127;
  content: "___";
  position: relative;
  top: -8px;
}

.carousel-caption p:before {
  right: 20px;
}

.carousel-caption p:after {
  left: 20px;
}

.social-links {
  margin-top: 5%;
}

.social-links li {
  display: inline-block;
}

.social-links li a {
  color: #db8127;
  font-size: x-large;
  display: block;
  margin: 0 6px;
}

.social-links li a:hover {
  color: #d9bd95;
}

.social-links-sec {
  margin-top: 5%;
}

.social-links-sec li {
  display: inline-block;
}

.social-links-sec li a {
  color: #ffffff;
  font-size: x-large;
  display: block;
  margin: 0 6px;
}

.social-links-sec li a:hover {
  color: #e0d1de;
}



/*=========================================
	Features
==========================================*/

.features {
  background-color: #f4f7f9;
}


.service-desc {
  margin-left: 70px;
  position: relative;
  top: 5px;
}

.service-desc h3 {
  color: #062033;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 25px;
  text-align: justify;
}


.joinHands {
  margin: 0 60px;
  border-radius: 60px;
  background-color: #e29d2d;
}


.joinHands h2,
.joinHands .service-desc h3,
.joinHands .devider i {
  color: #fff;
}

.bg-div {

  background-image: url("../img/purple_bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}


/* .footer-social {
  margin-top: 17px;
}

.footer-social li a {
  color: #cdd2d6;
  display: block;
  margin-bottom: 10px;
} */



.footer {
  background-color: #571845;
  color: #fff;
  padding: 25px 0;
}

.footer a:hover {
  color: #e29d2d;
}

.footer h6 {
  font-size: 14px;
  font-weight: 700;
}

.about-us p {
  line-height: 24px;
}

.copyright {
  color: #fff;
}

#back-top {
  bottom: 20px;
  position: fixed;
  right: 25px;
  z-index: 9;
  color: #db8127;
}