@charset "utf-8";

@import "font-awesome.min.css";



@font-face {
  font-family: 'muli-regular';
      src: url('../fonts/muli/muli-regular.eot');
      src: local('muli-regular'), 
      url('../fonts/muli/muli-regular.woff') format('woff'), 
      url('../fonts/muli/muli-regular.ttf') format('truetype');
}
@font-face {
  font-family: 'muli-bold';
      src: url('../fonts/muli/muli-bold.eot');
      src: local('muli-bold'), 
      url('../fonts/muli/muli-bold.woff') format('woff'), 
      url('../fonts/muli/muli-bold.ttf') format('truetype');
}
@font-face {
  font-family: 'muli-semibold';
      src: url('../fonts/muli/muli-semibold.eot');
      src: local('muli-semibold'), 
      url('../fonts/muli/muli-semibold.woff') format('woff'), 
      url('../fonts/muli/muli-semibold.ttf') format('truetype');
}
::selection {
  background: #333333;
  color: #fff;
  text-shadow: none;
}
::-moz-selection {
  background: #333333;
  /* Firefox */
  color: #fff;
  text-shadow: none;
}
::-webkit-selection {
  background: #333333;
  /* Safari */
  color: #fff;
  text-shadow: none;
}
:active,
:focus {
  outline: none !important;
}
body {
  line-height: 20px;
  color: #131313;
  font-size: 13px;
  font-family: 'muli-regular';
  background-color: #fff;
  background-attachment: fixed;
  
    word-wrap: break-word;
}
a {
  color: #999999;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #737373;
  text-decoration: none;
}
a img {
  border: none;
}
img {
  max-width: 100%;
}
iframe {
  border: none !important;
}



/* breadcrumb */
.breadcrumb {
  background-color: transparent;
  padding-left: 0;
  text-align: center;
}
.breadcrumb > li + li::before {
  content: "\f22d";
  font-family: fontawesome;
  font-size: 9px;
}
.breadcrumb li.active {
  color: #111111;
}
.breadcrumb.white li.active {
  color: #fff;
}
.breadcrumb.white li a {
  color: #808080;
}
@media only screen and (min-width: 768px) {
  .breadcrumb.text-right {
    text-align: right !important;
  }
}

/*Text Highlight*/
.text-highlight {
  background: none repeat scroll 0 0 #111111;
  border-radius: 4px;
  color: #fff;
  padding: 0 5px 3px;
}
.text-highlight.light {
  background: #808080;
}
/*
 * 1.1 -> Common.less
 * -----------------------------------------------
*/
/* -------- Basic Structure ---------- */
html {
  font-size: 100%;
  max-width: 100%;
}
html,
html a {
  -webkit-font-smoothing: antialiased;
}
body {
  max-width: 100%;
  overflow-x: hidden;
}
img {
  max-width: 100%;
}
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
.fluid-video-wrapper {
  padding: 0;
  position: relative;
  width: 100%;
}
iframe {
  border: none;
  width: 100%;
}
.text-highlight {
  background: none repeat scroll 0 0 #111111;
  border-radius: 4px;
  color: #fff;
  padding: 0 5px 3px;
}
.text-highlight.light {
  background: #808080;
}
.inline-block {
  display: inline-block;
}
.display-block {
  display: block;
}
.fullwidth {
  width: 100%;
}
.bg-hover-theme-colored {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* Text-decoration */
.text-underline {
  text-decoration: underline;
}

/* -------- Line-Bottom ---------- */
.heading-line-bottom {
  border-bottom: 1px dashed #808080;
  display: inline-block;
  margin: 0;
  position: relative;
  margin: 20px 0;
}
.heading-line-bottom::after {
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: 4px;
  width: 20px;
}
.heading-title {
  margin-top: 10px;
}
.line-bottom {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 10px;
}
.line-bottom:after {
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 50px;
}
.line-bottom-centered {
  position: relative;
  margin: 10px 0 20px;
}
.line-bottom-centered:after {
  background: #333 none repeat scroll 0 0;
  content: "";
  height: 2px;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 45px;
}


/* -------- List ---------- */
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul ul,
ol ul {
  margin-left: 15px;
}
ul.list {
  list-style: outside none none;
  margin-top: 13px;
  padding-left: 0;
}
ul.list li {
  margin: 9px 0;
}

ul.list li:hover:before {
  background: none;
  border-color: transparent;
}
ul.list li a {
  text-decoration: none;
  -webkit-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
/* -------- List Icons ---------- */
.list-icon li {
  font-size: 14px;
  margin: 0;
}
.list-icon li i {
  color: #555555;
  font-size: 14px;
  height: 28px;
  line-height: 28px;
  margin: 5px 10px 5px 0;
  text-align: center;
  width: 28px;
}
.list-icon.square li i {
  background: #c0c0c0;
  color: #555555;
  font-size: 12px;
  height: 28px;
  line-height: 28px;
  margin: 5px 10px 5px 0;
  text-align: center;
  width: 28px;
}
.list-icon.rounded li i {
  color: #555555;
  background: #c0c0c0;
  border-radius: 50%;
  font-size: 12px;
  height: 28px;
  line-height: 28px;
  margin: 5px 10px 5px 0;
  text-align: center;
  width: 28px;
}
.list-icon.theme-colored.square li i {
  color: #fff;
}
.list-icon.theme-colored.rounded li i {
  color: #fff;
}
/* -------- Personal Info List ---------- */
.list-info li {
  clear: both;
  position: relative;
}
.list-info li label {
  display: inline-block;
  font-weight: bold;
  padding: 5px 0 0;
}
.list-info li span {
  left: 110px;
  padding: 5px 0;
  position: absolute;
}
.list-features {
  -moz-column-count: 3;
  column-count: 3;
}
.list-dashed > article {
  border-bottom: 1px dashed #d3d3d3 !important;
  margin-bottom: 7px;
  padding-bottom: 7px;
}
.list-dashed > div {
  border-bottom: 1px dashed #d3d3d3 !important;
  margin-bottom: 7px;
  padding-bottom: 7px;
}
.list-dashed > li {
  border-bottom: 1px dashed #d3d3d3 !important;
  margin-bottom: 7px;
  padding-bottom: 7px;
}
.list-dashed.dark-dash > article {
  border-bottom: 1px dashed #333333 !important;
}
.list-dashed.dark-dash > div {
  border-bottom: 1px dashed #333333 !important;
}
.list-dashed.dark-dash > li {
  border-bottom: 1px dashed #333333 !important;
}
ul.list.check li:before {
  content: "\f00c";
  font-family: fontawesome;
  font-size: 12px;
}
ul.list.angle-right li:before {
  content: "\f105";
  font-family: fontawesome;
}
ul.list.check-circle li:before {
  content: "\f058";
  font-family: fontawesome;
  font-size: 14px;
}
/* -------- Call To Actions ---------- */
.call-to-action {
  display: inline-block;
  width: 100%;
  padding: 20px;
}
/* -------- Section & Divider ---------- */
section {
  position: relative;
  /* overflow: hidden; */
}
section > .container,
section > .container-fluid {
/*  padding-top: 60px;
  padding-bottom: 60px;*/
}
/* -------- Position ---------- */
.relative {
  position: relative important;
}
.absolute {
  position: absolute;
}
.absolute-inherit {
  position: inherit !important;
}
.position-relative {
  position: relative;
}
.position-absolute {
  position: absolute;
}
.position-static {
  position: static;
}
.position-fixed {
  position: fixed;
}
.position-inherit {
  position: inherit;
}
.position-unset {
  position: unset;
}
/* -------- Background Image ---------- */
.no-bg {
  background: none !important;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.bg-img-fixed {
  background-attachment: fixed;
}
.bg-img-cover {
  background-size: cover;
}
.bg-img-center-bottom {
  background-position: center bottom;
}
.bg-img-center {
  background-position: center center;
}
.bg-img-left-bottom {
  background-repeat: no-repeat;
  background-position: left bottom;
}
.bg-img-right-top {
  background-repeat: no-repeat;
  background-position: right top;
}
.bg-img-left-top {
  background-repeat: no-repeat;
  background-position: left top;
}
.img-fullwidth {
  width: 100%;
}
/* -------- Absolute Image Positioning ---------- */
.overflow-visible {
  overflow: visible !important;
}
.box-absolute {
  position: absolute;
}
.img-absolute-parent {
  position: relative;
}
.img-absolute-parent img.img-absolute {
  position: absolute;
}
.img-absolute-parent img.img-pos-left {
  left: 0;
}
.img-absolute-parent img.img-pos-top {
  top: 0;
}
.img-absolute-parent img.img-pos-bottom {
  bottom: 0;
}
.img-absolute-parent img.img-pos-right {
  right: 0;
}
.img-absolute-parent img.img-pos-center {
  left: 0;
  right: 0;
  margin: 0 auto;
}
/* -------- Background Video ---------- */
.bg-video {
  height: 100%;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: -1;
}
.bg-video .video {
  height: 100%;
  left: 0;
  margin: 0!important;
  position: relative;
  top: 0;
  width: 100%;
}
.bg-video .video .mbYTP_wrapper {
  z-index: -1 !important;
}
/* -------- Box Table ---------- */
.display-table-parent {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.display-table {
  display: table;
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 1;
}
.display-table-cell {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}
/* -------- Scroll To Top ---------- */
.scrollToTop {
  background: rgba(0, 0, 0, 0.1);
  bottom: 30px;
  display: none;
  height: 50px;
  padding: 2px;
  position: fixed;
  right: 15px;
  text-align: center;
  text-decoration: none;
  width: 50px;
  z-index: 99999;
}
.scrollToTop i {
  color: #fff;
  font-size: 42px;
}
.scrollToTop:hover {
  background: rgba(0, 0, 0, 0.6);
  text-decoration: none;
}
/* -------- Opening Hours ---------- */
.opening-hours ul li {
  padding: 0 0 15px 0;
}

/* -------- Responsive Classes ---------- */
/* Small Devices, Tablets */
@media only screen and (max-width: 991px) {
  .sm-display-block {
    display: block !important;
  }
  .sm-text-center {
    text-align: center !important;
  }
  .sm-text-right {
    text-align: right !important;
  }
  .sm-text-left {
    text-align: left !important;
  }
  .sm-pull-none {
    float: none !important;
  }
  .sm-pull-left {
    float: left !important;
  }
  .sm-pull-right {
    float: right !important;
  }
  .sm-fullwidth {
    width: 100%;
  }
  .sm-height-auto {
    min-height: auto !important;
  }
  .sm-hide-bg-img {
    background: none !important;
  }
  .maxwidth400 {
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
  }
  .maxwidth500 {
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
  }
  .maxwidth600 {
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
  }
}
/* Small Devices, Tablets */
@media only screen and (max-width: 767px) {
  .xs-display-block {
    display: block;
  }
  .xs-text-center {
    text-align: center !important;
  }
  .xs-text-right {
    text-align: right !important;
  }
  .xs-text-left {
    text-align: left !important;
  }
  .xs-fullwidth {
    width: 100%;
  }
  .xs-height-auto {
    min-height: auto !important;
  }
  .xs-hide-bg-img {
    background: none !important;
  }
  .xs-pull-none {
    float: none !important;
  }
  .xs-pull-left {
    float: left !important;
  }
  .xs-pull-right {
    float: right !important;
  }
  .xs-pull-center {
    display: table;
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .xs-list-inline-none li {
    display: table;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 20px !important;
    padding-left: 0 !important;
  }
}
/* Extra Small Devices, Phones */
@media only screen and (max-width: 479px) {
  .xxs-text-center {
    text-align: center;
  }
  .xxs-height-auto {
    min-height: auto !important;
  }
}
/*  
 * Extra.less 
 * -----------------------------------------------
*/
/* -------- Heading Style ---------- */
.heading-border {
  border-bottom: 1px solid #d3d3d3;
  margin: 30px 0;
  padding: 20px 0;
}
/* -------- FullCalendar - Plugin ---------- */
.fc-day-number {
  color: #333333;
}
.fc-day-number.fc-other-month {
  opacity: 0.4;
}
/* scrolltofixed-container */
.scrolltofixed-container {
  position: static;
}
.mfp-close-btn-in .mfp-close {
  color: #fff;
  font-size: 48px;
}

/*
 * Header.less
 * -----------------------------------------------
*/
.header-top {
  padding: 5px 0;
}
.header-top .header-widget .styled-icons a i:hover {
  background: none;
}
.header-top .header-widget .list-border li {
  border-right: 1px solid rgba(0, 0, 0, 0.06);
  padding: 5px 15px;
}
.header-top .header-widget .list-border li:last-child {
  border-right: 0;
}
@media only screen and (max-width: 767px) {
  .header-top .header-widget .contact-info {
    margin-bottom: 20px;
  }
  .header-top .header-widget .contact-info li {
    display: block;
    text-align: center;
  }
}
.menuzord-brand img {
  max-height: 38px;
}
/* -------- Inner Header ---------- */
.inner-header .title {
  text-transform: uppercase;
}
/* -------- Custom theme style ---------- */
.header-nav .header-nav-wrapper .menuzord {
  padding: 0;
}
.header-nav.navbar-transparent.animated-active {
  background-color: rgba(0, 0, 0, 0.25);
}
/*
 * Nav.less
 * -----------------------------------------------
*/
/* -------- Nav Sidebar ---------- */
.nav-sidebar li {
  background: #f1f1f1;
  padding-bottom: 0 !important;
}
.nav-sidebar li a {
  border-radius: 0;
}
.nav-pills li a:hover,
.nav-pills li.active > a,
.nav-pills li.active > a:hover,
.nav-pills li.active > a:focus {
  background: #d3d3d3;
  color: #777777;
}
/* -------- Header Nav ---------- */
.header-nav {
  position: relative;
}
.header-nav .header-nav-absolute-wrapper {
  width: 100%;
}
.header-nav .header-nav-wrapper .menuzord {
  padding: 0;
}
/* -------- Menuzord ---------- */
.menuzord-menu > li > a {
  font-size: 13px;
  font-weight: 400;
}
.menuzord .menuzord-menu > li.active > a i,
.menuzord .menuzord-menu > li:hover > a i,
.menuzord .menuzord-menu ul.dropdown li:hover > a i {
  color: #fff;
}
.menuzord-menu ul.dropdown li {
  margin: 0;
}
.menuzord-menu ul.dropdown li a {
  padding: 7px 25px 7px 22px;
}
.menuzord-menu ul.dropdown li .indicator {
  top: 4px;
}
/* -------- Megamenu-Row ---------- */
.menuzord-menu > li > .megamenu .megamenu-row li {
  border: 0 none;
  clear: both;
  font-size: 12px;
  margin: 0;
  padding: 2px;
  position: relative;
  width: 100%;
}
.menuzord-menu > li > .megamenu .megamenu-row li a {
  display: block;
  padding: 8px 10px;
  -webkit-transition: padding 0.2s linear;
  -o-transition: padding 0.2s linear;
  transition: padding 0.2s linear;
}
.menuzord-menu > li > .megamenu .megamenu-row li.active > a,
.menuzord-menu > li > .megamenu .megamenu-row li:hover > a {
  color: #111;
  padding-left: 15px;
}
.menuzord-menu > li > .megamenu .megamenu-row li a i {
  color: #444;
}
.menuzord-menu > li > .megamenu .megamenu-row li.active a i,
.menuzord-menu > li > .menuzord-menu > li > .megamenu .megamenu-row li:hover a i {
  color: #fff;
}
@media only screen and (max-width: 900px) {
  .menuzord-menu {
    background: #fff;
  }
}
/* -------- Scrolltofixed ---------- */
.header-nav .header-nav-wrapper.scroll-to-fixed-fixed.scroll-to-fixed-fixed {
  border-bottom: 1px solid #eee;
}
.header-nav .header-nav-absolute-wrapper.scroll-to-fixed-fixed.scroll-to-fixed-fixed .menuzord {
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  border-left: 1px solid #eee;
}
.header .inner-sticky-wrapper {
  height: 80px;
}
@media only screen and (min-width: 901px) {
  .header-nav .header-nav-absolute-wrapper {
    bottom: -36px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    z-index: 1111;
  }
  .header-nav .header-nav-absolute-wrapper.scroll-to-fixed-fixed.scroll-to-fixed-fixed {
    bottom: auto;
  }
}
/* -------- Navbar Fixed  ---------- */
.header-nav {
  -webkit-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.header-nav.navbar-fixed-top {
  left: 0;
  position: fixed;
  right: 0;
  width: 100%;
  z-index: 1030;
}
/* -------- Navbar Sticky Animated ---------- */
.navbar-sticky-animated .header-nav-wrapper .container {
  -webkit-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
/* -------- Header White ---------- */
.header-nav.navbar-white {
  background-color: rgba(255, 255, 255, 0.95);
  border: medium none;
}
.header-nav.navbar-white .menuzord {
  background: transparent;
}
/* -------- Header Transparent ---------- */
.header-nav.navbar-transparent .menuzord {
  background: transparent;
}
.header-nav.navbar-transparent .header-nav-wrapper {
  border-bottom: 1px solid #eee;
}
.header-nav.navbar-transparent.animated-active {
  background-color: rgba(0, 0, 0, 0.1);
}
.header-nav.navbar-transparent.animated-active .header-nav-wrapper {
  border-bottom: none !important;
}
.header-nav.navbar-transparent.animated-active .menuzord-menu > li > a {
  color: #fff;
}
@media only screen and (max-width: 900px) {
  .header-nav.navbar-transparent.animated-active .menuzord-menu > li > a {
    color: #888;
  }
}
/*
 * Inner-Header-Title.less
 * -----------------------------------------------
*/
.inner-header .title {
  text-transform: uppercase;
}
/*
 *  Vertical-Nav.less
 * -----------------------------------------------
*/
.vertical-nav {
  /* vertical-nav-black*/
}
.vertical-nav .header {
  width: 260px;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  background: #fff;
  z-index: 101;
  padding: 0;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  background-size: cover !important;
}
.vertical-nav .main-content,
.vertical-nav .footer {
  padding-left: 260px;
}
.vertical-nav .container {
  max-width: 940px;
}
.vertical-nav .menuzord {
  background: none;
}
.vertical-nav .menuzord .menuzord-menu ul.dropdown li:hover > a {
  background: #eeeeee none repeat scroll 0 0;
  color: #111111;
}
.vertical-nav .menuzord-menu li {
  padding: 5px 0;
  position: relative;
  width: 100%;
}
.vertical-nav .menuzord-menu li .indicator {
  float: right;
}
.vertical-nav .menuzord-menu li a {
  padding-left: 30px;
  width: 100%;
}
.vertical-nav .menuzord-menu ul.dropdown,
.vertical-nav .menuzord-menu .megamenu {
  left: 100%;
  top: 4px;
}
.vertical-nav .menuzord-brand img {
  max-height: none;
}
.vertical-nav .vertical-nav-black {
  background: #111111;
}
.vertical-nav .vertical-nav-black .menuzord-menu ul.dropdown {
  background: #111111;
  border-color: #222222;
}
.vertical-nav .vertical-nav-black .menuzord-menu ul.dropdown li a {
  background: #111111;
}
.vertical-nav .vertical-nav-black .menuzord-menu ul.dropdown li a .indicator i {
  color: #fff;
}
.vertical-nav .vertical-nav-black .menuzord-menu ul.dropdown li:hover > a {
  background: #111111 none repeat scroll 0 0;
  color: #fff;
}
.vertical-nav .vertical-nav-black .menuzord-menu > li > a {
  color: #808080;
}
.vertical-nav.vertical-nav-right .header {
  left: auto;
  right: 0;
}
.vertical-nav.vertical-nav-right .main-content,
.vertical-nav.vertical-nav-right .footer {
  margin-left: auto;
  margin-right: 260px;
  padding-top: 0;
}
.vertical-nav.vertical-nav-right .menuzord-menu ul.dropdown,
.vertical-nav.vertical-nav-right .menuzord-menu .megamenu {
  left: auto !important;
  right: 100% !important;
  top: 0;
}
@media only screen and (max-width: 1199px) {
  .vertical-nav .container {
    width: 100%;
  }
}
@media only screen and (max-width: 900px) {
  .vertical-nav .header {
    border: 0;
    padding: 0;
    position: relative;
    width: 100%;
  }
  .vertical-nav .vertical-nav-widget {
    display: none;
  }
  .vertical-nav .menuzord {
    background: #fff;
  }
  .vertical-nav .vertical-nav-black .menuzord {
    background: none;
  }
  .vertical-nav .menuzord-brand {
    margin: 0 !important;
    padding: 0 !important;
  }
  .vertical-nav .menuzord-brand img {
    max-height: 65px !important;
    padding: 10px;
  }
  .vertical-nav .header-nav-wrapper {
    background: #111111 none repeat scroll 0 0;
    position: fixed;
    top: 0;
    width: 100%;
  }
  .vertical-nav .vertical-nav-black .menuzord .menuzord-menu li > a,
  .vertical-nav .vertical-nav-black .menuzord .menuzord-menu li .indicator {
    border-color: #222222;
  }
  .vertical-nav .main-content,
  .vertical-nav .footer {
    margin-left: 0;
  }
  .vertical-nav.vertical-nav-right .main-content,
  .vertical-nav.vertical-nav-right .footer {
    margin-right: 0;
  }
}
/*
 *  menu-full-page.less
 * -----------------------------------------------
*/
/* menu-full-page plugin code */
.menu-full-page #fullpage-nav {
  background: rgba(255, 255, 255, 0.97);
  z-index: -1;
  position: fixed;
  /*left: -100%;*/
  /*left or right and the width of your navigation panel*/
  left: 0 !important;
  /*left or right and the width of your navigation panel*/
  opacity: 0;
  width: 100%;
  /*should match the above value*/
  -webkit-transition: all 0.5s ease-in-out !important;
  -moz-transition: all 0.5s ease-in-out !important;
  -ms-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.2s ease-in-out !important;
  transition: all 0.5s ease-in-out !important;
}
.menu-full-page #fullpage-nav ul {
  margin-top: 50px;
  -webkit-transition: all 0.7s ease-in-out !important;
  -moz-transition: all 0.7s ease-in-out !important;
  -ms-transition: all 0.7s ease-in-out !important;
  -o-transition: all 0.7s ease-in-out !important;
  transition: all 0.7s ease-in-out !important;
}
.menu-full-page #fullpage-nav li {
  text-align: center;
  transition: all 0.4s ease;
  padding: 10px 0;
  position: relative;
}
.menu-full-page #fullpage-nav li a {
  color: #111;
  font-size: 18px;
  font-family: 'muli-regular';
  text-decoration: none;
  font-weight: 400;
  text-transform: uppercase;
  padding: 0;
  position: relative;
}
.menu-full-page #fullpage-nav li a:hover {
  color: #888;
  -webkit-transition: color 2s time;
  -o-transition: color 2s time;
  transition: color 2s time;
}
.menu-full-page #fullpage-nav li:hover:after a {
  position: absolute;
  content: '';
  color: #FFF;
}
.menu-full-page #fullpage-nav ul ul {
  display: none;
}
.menu-full-page #fullpage-nav ul ul li a {
  font-size: 13px;
}
.menu-full-page #fullpage-nav ul ul li a:hover {
  color: #888;
}
.menu-full-page .fullpage-nav-toggle.menu-open + #fullpage-nav {
  opacity: 1;
  z-index: 998;
}
.menu-full-page .fullpage-nav-toggle.menu-open + #fullpage-nav > ul {
  margin-top: 70px;
}
.menu-full-page .fullpage-nav-toggle {
  z-index: 999;
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 70px;
  height: 70px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  background-color: transparent;
  /* active state, i.e. menu open */
}
.menu-full-page .fullpage-nav-toggle i {
  text-decoration: none;
  font-size: 40px;
  color: #fff;
}
.menu-full-page .fullpage-nav-toggle:focus {
  outline: none;
}
.menu-full-page .fullpage-nav-toggle span {
  display: block;
  position: absolute;
  top: 45px;
  left: 18px;
  right: 18px;
  height: 4px;
  border-radius: 2px;
  background: #888;
  -webkit-transition: background 0 0.3s;
  transition: background 0 0.3s;
}
.menu-full-page .fullpage-nav-toggle span:before,
.menu-full-page .fullpage-nav-toggle span:after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 4px;
  border-radius: 0;
  background-color: #888;
  content: "";
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0;
  transition-delay: 0.3s, 0;
}
.menu-full-page .fullpage-nav-toggle span:before {
  top: -12px;
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, transform;
}
.menu-full-page .fullpage-nav-toggle span:after {
  bottom: -12px;
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
}
.menu-full-page .fullpage-nav-toggle.menu-open {
  background-color: transparent;
}
.menu-full-page .fullpage-nav-toggle.menu-open span {
  background: none;
}
.menu-full-page .fullpage-nav-toggle.menu-open span:before,
.menu-full-page .fullpage-nav-toggle.menu-open span:after {
  background-color: #111;
  -webkit-transition-delay: 0, 0.3s;
  transition-delay: 0, 0.3s;
}
.menu-full-page .fullpage-nav-toggle.menu-open span:before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.menu-full-page .fullpage-nav-toggle.menu-open span:after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* menu-full-page custom code */
.menu-full-page .header #fullpage-nav li {
  padding: 5px 0;
}
.menu-full-page .header #fullpage-nav li a {
  background: none;
  display: inline;
  font-size: 18px;
  text-transform: none;
}
.menu-full-page .header #fullpage-nav ul ul {
  margin-top: 0;
}
.menu-full-page .header #fullpage-nav ul ul li {
  padding: 3px 0;
}
.menu-full-page .header #fullpage-nav ul ul li a {
  font-size: 12px;
}
.menu-full-page .header #fullpage-nav ul li .dropdown {
  background: none;
  box-shadow: none;
  border: none;
  float: none;
  padding: 0;
  position: relative;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.9s cubic-bezier(0.55, 0, 0.175, 1) !important;
  -moz-transition: all 0.9s cubic-bezier(0.55, 0, 0.175, 1) !important;
  -ms-transition: all 0.9s cubic-bezier(0.55, 0, 0.175, 1) !important;
  -o-transition: all 0.9s cubic-bezier(0.55, 0, 0.175, 1) !important;
  transition: all 0.9s cubic-bezier(0.55, 0, 0.175, 1) !important;
  display: block!important;
  visibility: visible;
}
.menu-full-page .header #fullpage-nav ul li:hover .dropdown {
  max-height: 700px;
}


/* -------- Transition ---------- */
.side-push-panel.fullwidth-page #wrapper,
.side-push-panel.fullwidth-page header .header-nav-wrapper.scroll-to-fixed-fixed .container {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
/*
 *  Box-Hover-Effect.less
 * -----------------------------------------------
*/
.box-hover-effect {
  position: relative;
  /* overflow: hidden; */
  margin: 0;
  width: 100%;
  background-color: #FAF9FD;
  border: 1px solid #f3f1f9;
      min-height: 475px;
      height: 475px;
      max-height: 475px;
}
.box-hover-effect img {
  position: relative;
  display: block;
    max-height: 200px;
    min-height: 200px;
  max-width: 100%;
  opacity: 1;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.box-hover-effect .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.box-hover-effect .overlay::before,
.box-hover-effect .overlay::after {
  pointer-events: none;
}
.box-hover-effect .overlay .details {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.box-hover-effect .overlay .title {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.box-hover-effect .overlay .para {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.box-hover-effect .overlay .entry-meta {
  bottom: 10px;
  font-size: 70%;
  opacity: 0;
  position: absolute;
  width: 89%;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.box-hover-effect .overlay .entry-meta.top {
  top: 10px;
}
.box-hover-effect .overlay .entry-meta i {
  color: #fff;
}
.box-hover-effect .overlay .icons {
  left: 0;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 40%;
  width: 100%;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.box-hover-effect:hover .overlay {
  background: rgba(0, 0, 0, 0.85);
}
.box-hover-effect:hover .overlay.white {
  background: rgba(255, 255, 255, 0.75);
}
.box-hover-effect:hover .overlay.black {
  background: rgba(0, 0, 0, 0.85);
}
.box-hover-effect:hover .overlay .entry-meta {
  opacity: 1;
}
.box-hover-effect:hover .overlay .icons {
  opacity: 1;
}
.box-hover-effect:hover .overlay .icons i {
  color: #fff;
}
.box-hover-effect:hover .overlay .icons.twin i {
  padding: 10px;
}
.box-hover-effect:hover .overlay .icons.bordered i {
  border: 1px solid #fff;
}
.box-hover-effect:hover .overlay .icons.bordered i.text-black {
  border-color: #000;
}
.shadow-overlay {
  background-image: url("../images/shadow-overlay.png");
  background-position: center bottom;
  background-repeat: repeat-x;
  bottom: 0;
  color: #fff;
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
}
/* Individual effects */
/* -------- effect1 ---------- */
.box-hover-effect.effect1 .thumb {
  position: relative;
  overflow: hidden;
}
.box-hover-effect.effect1 .thumb:before {
  background-color: rgba(255, 255, 255, 0.5);
  left: -40%;
  content: "";
  height: 150%;
  opacity: 0;
  position: absolute;
  top: -40%;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -webkit-transform: rotate(-70deg);
  -moz-transform: rotate(-70deg);
  -ms-transform: rotate(-70deg);
  -o-transform: rotate(-70deg);
  transform: rotate(-70deg);
  width: 100%;
  z-index: 1;
}
.box-hover-effect.effect1:hover .thumb:before {
  opacity: 1;
}
.box-hover-effect.effect1:hover .thumb img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/* -------- effect2 ---------- */
.box-hover-effect.effect2 .thumb {
  position: relative;
  overflow: hidden;
}
.box-hover-effect.effect2 .overlay .overlay-details {
  opacity: 0;
  -webkit-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  -o-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.box-hover-effect.effect2:hover .overlay-details {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.box-hover-effect.effect2:hover .details {
  opacity: 0;
}
.box-hover-effect.effect2:hover img {
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
  -o-transform: scale(2);
  transform: scale(2);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/* -------- effect3 ---------- */
.box-hover-effect.effect3 .overlay {
  position: relative;
}
.box-hover-effect.effect3 .thumb {
  position: relative;
}
.box-hover-effect.effect3 .thumb:after {
  background-color: rgba(255, 255, 255, 0.15);
  bottom: 0;
  content: "";
  height: 0;
  position: absolute;
  right: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  width: 0;
}
.box-hover-effect.effect3 .thumb:before {
  background-color: rgba(255, 255, 255, 0.15);
  left: 0;
  content: "";
  height: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  width: 0;
  z-index: 1;
}
.box-hover-effect.effect3:hover .thumb:before,
.box-hover-effect.effect3:hover .thumb:after {
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
/* -------- Custom Theme Style ---------- */
.box-hover-effect.effect2 .overlay.white .overlay-details p {
  color: #777777;
}

.portfolio-filter {
  margin-bottom: 30px;
}
.portfolio-filter a {
  border-left: 3px solid transparent;
  background-color: #f8f8f8;
  display: inline-block;
  float: none;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  margin-right: 5px;
  outline: medium none;
  padding: 5px 15px;
  -webkit-transition: all 100ms ease-in-out 0s;
  -o-transition: all 100ms ease-in-out 0s;
  transition: all 100ms ease-in-out 0s;
}
.portfolio-filter a.active,
.portfolio-filter a:hover {
  color: #fff;
}
@media only screen and (max-width: 479px) {
  .portfolio-filter a {
    margin-bottom: 10px;
  }
}

/*
 * Slider.less
 * -----------------------------------------------
*/
/* -------- Rev Slider ---------- */
#home .revslider-fullscreen {
  min-height: auto;
}


/* -------- MaxImage Slider ---------- */
.maximage-slider .fullscreen-controls .img-prev,
.maximage-slider .fullscreen-controls .img-next {
  background: rgba(0, 0, 0, 0.3);
}
.clients-logo.carousel {
  text-align: center;
}
.clients-logo.carousel .item {
  box-shadow: none;
  margin: 0 10px;
}


/* -------- Widget-Testimonial-Carousel ---------- */
.widget-testimonial-carousel .item img {
  max-width: 75px;
  float: right;
}

/* -------- Twitter Feed Carousel ---------- */
.twitter-feed.twitter-carousel {
  color: #111111;
  font-size: 16px;
}
.twitter-feed.twitter-carousel a {
  color: #111111;
}
.twitter-feed .date {
  font-size: 12px;
}
.twitter-feed.twitter-white,
.twitter-feed.twitter-white a {
  color: #fff;
}
/* -------- BX Slider ---------- */
.bx-wrapper {
  margin: 0 auto 7px;
  padding: 0;
  position: relative;
}
.bx-wrapper .bx-viewport {
  background: inherit;
  border: 0 solid #fff;
  box-shadow: 0 0 0 #ccc;
  left: 0;
  transform: translateZ(0px);
}
/* bx top nav style */
.bx-controls .bx-controls-direction > a {
  background: #eee none repeat scroll 0 0;
  border: medium none;
  height: auto;
  line-height: 28px;
  padding: 0 12px;
  width: auto;
  text-indent: 0;
  top: -30px;
  z-index: 0;
}
.bx-controls .bx-controls-direction > a:hover {
  background: #ddd;
}
.bx-controls .bx-controls-direction > a i {
  color: #888;
}
.bx-controls .bx-controls-direction .bx-prev {
  right: 35px;
  left: auto;
}
.bx-controls .bx-controls-direction .bx-next {
  right: 0;
}
/* -------- Typed Animation Slider ---------- */
.typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*
 * Home.less
 * -----------------------------------------------
*/
/* -------- Setion-Bottom-Absolute-Div ---------- */
.setion-bottom-absolute-div {
  background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
}
/*
 * About.less
 * -----------------------------------------------
*/
/* -------- Bg Img Box ---------- */
.bg-img-box {
  position: relative;
}
.bg-img-box .caption {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 20px;
  position: absolute;
  top: 0;
}
.bg-img-box .caption .title {
  font-size: 30px;
  line-height: 39px;
}
.bg-img-box .caption p {
  max-width: 280px;
}
/*
 * Causes.less
 * -----------------------------------------------
*/
/* -------- Recent Causes ---------- */
.causes .progress-item .progress-bar .percent {
  background-color: rgba(255, 255, 255, 0.9);
  border: 2px solid;
  border-radius: 50%;
  color: #333333;
  font-size: 10px;
  line-height: 8px;
  padding: 12px 6px;
  position: absolute;
  right: -10px;
  text-align: center;
  top: -14px;
}
.causes .progress-item .progress {
  background-color: #efefef;
  border-bottom: 1px solid #d3d3d3;
  box-shadow: none;
  height: 7px;
}

/*
 * Contact.less
 * -----------------------------------------------
*/
.contact-wrapper {
  padding: 50px 50px 50px 100px;
}
.contact-form .form-group {
  margin-bottom: 20px;
}
.contact-form .form-control {
  background-image: none;
  border: 1px solid #c0c0c0;
  border-radius: 0;
  box-shadow: none;
  height: 48px;
}
.contact-form .form-control:focus,
.contact-form .form-control:active {
  box-shadow: none;
  color: #333333;
}
.contact-form .form-control2 {
  background-color: rgba(0, 0, 0, 0.8);
  color: #c0c0c0;
}
.contact-form .form-group button {
  margin-top: 0;
}
.contact-form textarea.form-control {
  height: 110px;
  resize: none;
}
textarea {
  resize: none;
}

/* -------- Top Nav Search And Cart ---------- */
.top-nav-search-box .indicator,
.top-nav-cart-box .indicator {
  display: none;
}
.dropdown-cart {
  padding: 10px;
}
.dropdown-cart .cart-table-list,
.dropdown-cart .cart-table-list i {
  color: #222;
  border: none;
}
.dropdown-cart .cart-table-list a {
  line-height: normal;
  color: #222;
}
.dropdown-cart .cart-table-list td img {
  width: 50px;
  height: auto;
}
.dropdown-cart .cart-table-list.table > tbody > tr > td {
  border: none;
  line-height: 20px;
  height: 20px;
  vertical-align: middle;
}
.dropdown-cart .total-cart {
  display: inline-block;
  width: 100%;
  padding-top: 20px;
  color: #222;
  text-align: right;
}
.dropdown-cart .total-cart ul {
  float: right;
  list-style: none;
  padding: 0;
  width: 100%;
}
.dropdown-cart .total-cart ul li {
  display: block;
  overflow: hidden;
}
.dropdown-cart .total-cart ul li span {
  width: 100px;
  display: inline-block;
  text-align: right;
  white-space: nowrap;
}
.dropdown-cart .total-cart .table > tbody > tr > td,
.dropdown-cart .total-cart .table > tbody > tr > th,
.dropdown-cart .total-cart .table > tfoot > tr > td,
.dropdown-cart .total-cart .table > tfoot > tr > th,
.dropdown-cart .total-cart .table > thead > tr > td,
.dropdown-cart .total-cart .table > thead > tr > th {
  border: 0;
}
.dropdown-cart .cart-btn .btn {
  width: auto;
  float: none;
  padding: 5px 15px;
}
/*
 * Blog.less
 * -----------------------------------------------
*/
.blog-posts .post {
  position: relative;
}
.blog-posts .post .entry-title {
  padding-top: 14px;
  text-transform: uppercase;
}
.blog-posts .post .post-thumb {
  overflow: hidden;
  position: relative;
}
.blog-posts .post .entry-content {
  position: relative;
}
.blog-posts .post .entry-content .post-date,
.blog-posts .post .entry-content .post-visited {
  color: #a9a9a9;
  font-size: 13px;
}
.blog-posts .post .entry-content .post-date.right {
  top: -10px;
  height: 60px;
  padding: 6px 8px;
  position: absolute;
  right: 0;
  text-align: center;
  width: 60px;
}
.blog-posts .post .entry-content .post-date {
  background: #222222 none repeat scroll 0 0;
  display: inline-block;
  padding: 0px 14px;
  top: 0;
}
.blog-posts .post .entry-content ul li {
  margin-bottom: 0;
  margin-top: 0;
}
.blog-posts .post .entry-meta span i {
  margin-right: 5px;
}
.blog-posts .post .entry-meta span {
  font-size: 12px;
  margin-right: 15px;
}
.blog-posts .post .post-date p,
.blog-posts .post .post-date a {
  font-size: 14px;
  color: #a9a9a9;
}
.blog-posts .post .post-date a:hover {
  color: #333333;
}
.blog-posts .post .like-comment li {
  margin-bottom: 0;
  margin-top: 0;
}
.blog-posts .post .post-thumb .owl-dots {
  bottom: 0;
  position: absolute;
  right: 10px;
}
.blog-posts .post .post-thumb .owl-dots .owl-dot span {
  border-radius: 50%;
  height: 10px;
  width: 10px;
}
.like-comment li i {
  font-size: 20px;
  margin-right: 3px;
  vertical-align: middle;
}
.like-comment.small-font li i {
  font-size: 16px;
}
.blog-pull-right {
  float: right;
}
.media-post .post-thumb {
  float: left;
  margin: 0 10px 10px 0;
}
.media-post .post-right {
  overflow: hidden;
}
.media-post .post-title a {
  font-size: 13px;
  letter-spacing: 1px;
}
@media only screen and (max-width: 991px) {
  .blog-posts .post {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-pull-right {
    float: none;
  }
}
/* -------- Entry-Meta Absolute ---------- */
.post .entry-header {
  position: relative;
}
.post .entry-meta.meta-absolute {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.post .entry-meta.meta-absolute i {
  display: block;
  font-size: 28px;
}

.reply-box .form-group input {
  border-radius: 0;
  height: 45px;
  margin-bottom: 30px;
}
.featured-blog {
  overflow: hidden;
  position: relative;
}
.featured-blog-details {
  bottom: -18%;
  padding: 30px;
  position: absolute;
  transition: all 400ms ease-in-out 0s;
  width: 100%;
}
.featured-blog:hover .featured-blog-details {
  bottom: 0;
}

/*
 * Blockquote.less
 * -----------------------------------------------
*/
blockquote {
  border-left: 3px solid #eeeeee;
  margin: 20px 0;
  padding: 30px;
}
blockquote.gray {
  border-left: 3px solid #666666;
  background-color: #eeeeee;
  color: #333333;
}
blockquote.gray.bg-theme-colored {
  background-color: #eeeeee;
}
blockquote.dark {
  border-left: 3px solid #3c3c3c;
  background-color: #555555;
  color: #fff;
}
blockquote.dark footer {
  color: #d3d3d3;
}
blockquote p {
  font-size: 16px;
  font-style: italic;
}
/*
 * Shortcode: Clients.less
 * -----------------------------------------------
*/
.clients-logo .item {
  border-color: transparent;
  box-shadow: 0 0 0 10px #ffffff;
  margin-bottom: 30px;
  padding: 15px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.clients-logo img {
  max-height: 90px;
  width: auto !important;
  display: inline;
  opacity: 0.6;
}
.clients-logo img:hover {
  opacity: 1;
}
.clients-logo.style2 .item {
  box-shadow: none;
}
.clients-logo.style2 .item img {
  max-height: 120px;
}
.client-img {
  opacity: 0.6;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.client-img:hover {
  opacity: 1;
}
.client-img img {
  max-height: 90px;
}
.clients-logo.carousel {
  text-align: center;
}
.clients-logo.carousel .item {
  box-shadow: none;
  margin: 0 10px;
}
/*
 * Shortcode: Countdown.less
 * -----------------------------------------------
*/
.countdown-timer li {
  color: #808080;
  display: inline-block;
  padding: 30px 20px;
  background-color: #f1f1f1;
  margin-right: 15px;
  font-size: 40px;
  text-align: center;
  min-width: 120px;
  min-height: 120px;
}
.countdown-timer li span {
  color: #c0c0c0;
  display: block;
  font-size: 15px;
  margin-top: 5px;
}
.countdown-timer.timer-box {
  padding: 20px;
  padding-top: 40px;
  text-align: center;
}
.countdown-timer.timer-box li {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.05);
  margin-bottom: 15px;
}
.countdown-timer.timer-box li span {
  color: #eeeeee;
}
.countdown-timer.timer-deep-bg li {
  background-color: rgba(0, 0, 0, 0.05);
}
@media only screen and (max-width: 767px) {
  .timer-responsive li {
    margin-top: 30px;
    font-size: 20px;
    min-width: 60px;
    min-height: 60px;
    padding: 20px 10px;
  }
  .countdown-timer li span {
    font-size: 12px;
  }
}
/*
 * Shortcode: Countdown-Timer.less
 * -----------------------------------------------
*/
/*
 * Shortcode: Dividers.less
 * -----------------------------------------------
*/
.divider,
.parallax {
  background-repeat: repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
}
/* -------- Parallax ---------- */
.parallax {
  background-attachment: fixed;
  background-position: 50% 0;
  background-repeat: no-repeat;
}
.mobile-parallax {
  background-size: cover !important;
  background-attachment: scroll !important;
  background-position: center center;
}
.divider .container {
  padding-top: 60px;
  padding-bottom: 60px;
}
.divider .container.small-padding {
  padding-top: 30px;
  padding-bottom: 30px;
}
.divider .container.extra-padding {
  padding-top: 180px;
  padding-bottom: 180px;
}
/*
 * Shortcode: Facebook-Disqus-Comments.less
 * -----------------------------------------------
*/
.fb-comments,
.fb_iframe_widget,
.fb-comments > span,
.fb_iframe_widget > span,
.fb-comments > span > iframe,
.fb_iframe_widget > span > iframe {
  display: block !important;
  margin: 0;
  width: 100% !important;
}
/*
 * Shortcode: Faqs.less
 * -----------------------------------------------
*/
/*
 * Shortcode: Flexslider.less
 * -----------------------------------------------
*/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
  border: none;
}
.flex-direction-nav {
  display: none;
}
.flexslider {
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  border: none;
  width: auto;
  position: absolute;
  z-index: 10;
  text-align: center;
  bottom: 15px;
  right: 15px;
}
.flex-control-nav li {
  float: left;
  display: block;
  margin: 0 3px;
  width: 10px;
  height: 10px;
}
.flex-control-nav li a {
  display: block;
  cursor: pointer;
  text-indent: -9999px;
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-control-nav li:hover a,
.flex-control-nav li a.flex-active {
  background-color: #fff;
}
/*
 * Shortcode: Flip-Box.less
 * -----------------------------------------------
*/
.card {
  float: left;
  min-height: 300px;
  padding-bottom: 25%;
  position: relative;
  text-align: center;
  width: 100%;
}
.card:nth-child(1) {
  margin-left: -3px;
  margin-right: 1px;
}
.card:nth-child(1),
.card .card:nth-child(3) {
  margin-right: 1px;
}
.card .card__front,
.card .card__back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
}
.card .card__back {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.card .card__text {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 300px;
  line-height: 20px;
}
.card.effect__hover:hover .card__front {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.card.effect__hover:hover .card__back {
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
}
.card.effect__click.flipped .card__front {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.card.effect__click.flipped .card__back {
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
}
.card.effect__random.flipped .card__front {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.card.effect__random.flipped .card__back {
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
}
/*
 * Shortcode: font-icons.less
 * -----------------------------------------------
*/
/* common style */
.styled-icons a {
  color: #333333;
  font-size: 18px;
  height: 32px;
  line-height: 32px;
  width: 32px;
  float: left;
  margin: 5px 7px 5px 0;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.styled-icons a:hover {
  color: #666666;
}
.styled-icons.icon-gray a {
  background-color: #eeeeee;
  color: #555555;
  display: block;
  font-size: 18px;
  height: 36px;
  line-height: 36px;
  width: 36px;
}
.styled-icons.icon-gray a:hover {
  color: #bbbbbb;
}
.styled-icons.icon-gray.icon-bordered a {
  background-color: transparent;
  border: 2px solid #eeeeee;
}
.styled-icons.icon-gray.icon-bordered a:hover {
  border: 2px solid #d5d5d5;
}
.styled-icons.icon-dark a {
  background-color: #2B2557;
  color: #eeeeee;
  display: block;
  font-size: 18px;
  height: 36px;
  line-height: 36px;
  width: 36px;
  border-radius: 3px;
}
.styled-icons.icon-dark a:hover {
  color: #5e5e5e;
}
.styled-icons.icon-dark.icon-bordered a {
  background-color: transparent;
  border: 2px solid #111111;
  color: #111111;
}
.styled-icons.icon-dark.icon-bordered a:hover {
  background-color: #111111;
  border-color: #111111;
  color: #fff;
}
.styled-icons.icon-bordered a {
  border: 1px solid #777777;
}
.styled-icons.icon-bordered a:hover {
  background-color: #777777;
  color: #fff;
}
.styled-icons.icon-rounded a {
  border-radius: 3px;
}
.styled-icons.icon-circled a {
  border-radius: 50%;
}
.styled-icons.icon-sm a {
  font-size: 13px;
  height: 30px;
  line-height: 30px;
  margin: 2px 7px 2px 0;
  width: 30px;
}
.styled-icons.icon-md a {
  font-size: 24px;
  height: 50px;
  line-height: 50px;
  width: 50px;
}
.styled-icons.icon-lg a {
  font-size: 32px;
  height: 60px;
  line-height: 60px;
  width: 60px;
}
.styled-icons.icon-xl a {
  font-size: 60px;
  height: 120px;
  line-height: 120px;
  width: 120px;
}
.styled-icons li {
  display: inline-block;
  margin-bottom: 0;
  margin-top: 0;
}



/*
 * Shortcode: Infinitescroll.less
 * -----------------------------------------------
*/
#infscr-loading {
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 3px;
  color: #fff;
  font-size: 24px;
  height: 50px;
  line-height: 50px;
  left: 48%;
  position: fixed;
  text-align: center;
  top: 50%;
  width: 50px;
  z-index: 100;
}
#infscr-loading img {
  display: none;
}
/*
 * Shortcode: Instagram.less
 * -----------------------------------------------
*/
/* -------- Instagram-Feed ---------- */
.instagram-feed-carousel figure,
.instagram-feed figure {
  position: relative;
}
.instagram-feed-carousel figure .link-out,
.instagram-feed figure .link-out {
  position: absolute;
  right: 10px;
  bottom: 10px;
  background: rgba(0, 0, 0, 0.45);
  color: #f8f8f8;
  line-height: 1;
  padding: 10px;
  font-weight: 300;
  opacity: 0;
}
.instagram-feed-carousel figure .link-out:hover,
.instagram-feed figure .link-out:hover {
  background: rgba(0, 0, 0, 0.7);
  color: #f8f8f8;
}
.instagram-feed-carousel figure:hover .link-out,
.instagram-feed figure:hover .link-out {
  opacity: 1;
}
/* -------- Instagram-Feed ---------- */
.instagram-feed .item {
  width: 100px;
  float: left;
  margin-bottom: 2px;
  margin-right: 2px;
}
/*
 * Shortcode: Light-Box.less
 * -----------------------------------------------
*/
.nivo-lightbox-theme-default .nivo-lightbox-nav {
  height: 100%;
  top: 0;
}
.lightbox .lb-dataContainer {
  left: 0;
  position: absolute;
  right: 0;
  top: -45px;
}
/*
 * Shortcode: Map.less
 * -----------------------------------------------
*/
.toggle-map {
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 16px;
  padding: 30px 0;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  z-index: 200;
  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
.toggle-map:hover {
  color: #fff;
}
.toggle-map span:after {
  content: "\f107";
  font-family: fontawesome;
  margin-left: 10px;
}
.toggle-map.open span:after {
  content: "\f106";
}
.map-canvas {
  height: 400px;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.map-canvas.big {
  height: 720px;
}
.map-canvas.map-hidden {
  height: 0;
}
.btn-show-map {
  color: #111111;
  font-size: 18px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 45%;
}
.btn-show-map i {
  font-size: 48px;
}
/*
 * Shortcode: Pegination.less
 * -----------------------------------------------
*/
.pagination.theme-colored li.active a {
  background: #BF9E58;
  color: #fff;
  border: 1px solid transparent;
}
.pagination.dark li a {
  color: #333;
}
.pagination.dark li.active a {
  background: #333;
  color: #fff;
  border: 1px solid transparent;
}
.pager.theme-colored li.active a {
  color: #fff;
  border: 1px solid transparent;
}
.pager.dark li a {
  color: #fff;
  background-color: #333;
  border: 1px solid transparent;
}

/*
 * Shortcode: Process-Steps.less
 * -----------------------------------------------
*/
/*
 * Shortcode: Progress-Bar.less
 * -----------------------------------------------
*/

.progress-item .progress {
  background-color: #f8f8f8;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.4) inset;
  border-radius: 0;
  height: 10px;
  margin-bottom: 15px;
  overflow: visible;
}
.progress-item .progress-bar {
  font-size: 11px;
  padding-left: 30px;
  position: relative;
  text-align: left;
  width: 0;
  line-height: 18px;
  -webkit-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.progress-item .progress-bar .percent {
  background: none repeat scroll 0 0 #555555;
  border-radius: 8px 0 0;
  padding: 3px 5px;
  position: absolute;
  right: 0;
  top: -30px;
}
.progress-item.progress-white .progress {
  padding: 2px;
}
.progress-item.style2 .progress {
  height: 25px;
}
.progress-item.style2 .progress-bar .percent {
  background: none;
  color: #555555;
  font-size: 14px;
}
/*
 * Shortcode: Promo.less
 * -----------------------------------------------
*/
.modal-promo-box {
  max-width: 700px;
  padding: 90px 60px;
  margin: 0 auto;
}
/*
 * Shortcode: Section-Title.less
 * -----------------------------------------------
*/
.small-title {
  position: relative;
}
.small-title i {
  font-size: 36px;
  margin-top: 7px;
  padding-top: 0px;
}
.small-title .title {
  margin-left: 15px;
}
.small-title .title:after {
  bottom: -6px;
  content: "";
  height: 1px;
  left: 45px;
  position: absolute;
  width: 45px;
}
.section-title .both-side-line::after {
  content: "";
  height: 2px;
  position: absolute;
  right: -40px;
  top: 10px;
  width: 30px;
}
.section-title .both-side-line::before {
  content: "";
  height: 2px;
  position: absolute;
  left: -40px;
  top: 10px;
  width: 30px;
}
.section-title .top-side-line::after {
  content: "";
  height: 2px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: -8px;
  width: 40px;
}
.section-title .left-side-line::before {
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: -8px;
  width: 35px;
}
.section-title .right-side-line::before {
  content: "";
  height: 2px;
  position: absolute;
  right: 0;
  top: -8px;
  width: 35px;
}
.section-title .sub-title {
  margin: 0;
  position: relative;
  display: inline-block;
}
.section-title .title {
  margin-top: 0;
  position: relative;
}
.section-title p {
  font-size: 14px;
}
.section-title p.left-bordered {
  border-left: 2px solid #c0c0c0;
  padding-left: 10px;
}
.section-title p.right-bordered {
  border-right: 2px solid #c0c0c0;
  padding-right: 10px;
}
/*Theme Section Title*/
.section-title {
  margin-bottom: 30px;
}
.section-title.title-border {
  padding-left: 30px;
}
.section-title.title-border.title-right {
  border-left: 0;
  padding-left: 0;
  padding-right: 30px;
  text-align: right;
}
.section-title.icon-bg p {
  font-size: 14px;
  font-style: italic;
  margin-bottom: 0;
}
.section-title.icon-bg .page-title {
  font-size: 38px;
  line-height: 52px;
}
.section-title.icon-bg .page-title i {
  font-size: 42px;
  line-height: 1.3;
  position: absolute;
  opacity: 0.15;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.title-dots {
  background: url("../images/title-dots.png") repeat scroll 0 0;
  height: 30px;
  margin-bottom: 20px;
}
.title-dots span {
  color: #fff;
  font-size: 17px;
  line-height: 30px;
  padding: 5px 10px;
}
.title-dots.small {
  height: 24px;
  margin-bottom: 15px;
}
.title-dots.small span {
  font-size: 11px;
  line-height: 23px;
}
/*
 * Shortcode: Separators.less
 * -----------------------------------------------
*/
.title-separator {
  border-top-style: solid;
  border-top-width: 1px;
  font-size: 16px;
  height: auto;
  line-height: 20px;
  margin: 10px 0;
  width: 70%;
}
.title-separator span {
  background: #fff none repeat scroll 0 0;
  border-radius: 2px;
  letter-spacing: 0.2em;
  padding: 2px 10px;
  position: relative;
  text-transform: uppercase;
  top: -12px;
}
.separator {
  color: #ccc;
  line-height: 1.2em;
  margin: 30px auto;
  overflow: hidden;
  text-align: center;
  width: 100%;
}
.separator::before,
.separator::after {
  border-bottom: 1px solid #eee;
  content: "";
  display: inline-block;
  height: .65em;
  margin: 0 -4px 0 -100%;
  vertical-align: top;
  width: 50%;
}
.separator::after {
  margin: 0 -100% 0 0;
}
.separator i,
.separator span,
.separator a {
  display: inline-block;
  margin: 0 20px 0 24px;
  font-size: 20px;
}
.separator.separator-left,
.separator.left i {
  float: left;
  margin: 2px 50px 0 0;
}
.separator.right i {
  float: right;
  margin: 0 0 2px 50px;
}
.separator.separator-medium-line {
  margin: 10px auto;
  width: 20%;
}
.separator.separator-small-line {
  width: 10%;
}
.separator.separator-rouned i,
.separator.separator-border-rouned i {
  background-color: #f5f5f5;
  border-radius: 50%;
  height: 40px;
  left: 0;
  line-height: 40px;
  margin: -12px auto auto;
  position: absolute;
  right: 0;
  width: 40px;
}
.separator.separator-border-rouned i {
  background: transparent;
  border: 1px solid #f5f5f5;
}
.separator.separator-rouned.separator-rouned-left i {
  margin: -12px auto auto;
  right: auto;
  left: 0;
}
.separator.separator-rouned.separator-rouned-right i {
  margin: -12px auto auto;
  right: 0;
  left: auto;
}
.separator.dotted::before,
.separator.dotted::after {
  border-bottom: 2px dotted #ccc;
}
/*
 * Shortcode: styled-icons.less
 * -----------------------------------------------
*/
/* common style */
.styled-icons a {
  color: #333333;
  font-size: 18px;
  height: 32px;
  line-height: 32px;
  width: 32px;
  float: left;
  margin: 5px 7px 5px 0;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.styled-icons a:hover {
  color: #666666;
}
.styled-icons.icon-gray a {
  background-color: #eeeeee;
  color: #555555;
  display: block;
  font-size: 18px;
  height: 36px;
  line-height: 36px;
  width: 36px;
}
.styled-icons.icon-gray a:hover {
  color: #bbbbbb;
}
.styled-icons.icon-gray.icon-bordered a {
  background-color: transparent;
  border: 2px solid #eeeeee;
}
.styled-icons.icon-gray.icon-bordered a:hover {
  border: 2px solid #d5d5d5;
}

.styled-icons.icon-dark a:hover {
  color: #5e5e5e;
}
.styled-icons.icon-dark.icon-bordered a {
  background-color: transparent;
  border: 2px solid #111111;
  color: #111111;
}
.styled-icons.icon-dark.icon-bordered a:hover {
  background-color: #111111;
  border-color: #111111;
  color: #fff;
}
.styled-icons.icon-bordered a {
  border: 1px solid #777777;
}
.styled-icons.icon-bordered a:hover {
  background-color: #777777;
  color: #fff;
}
.styled-icons.icon-rounded a {
  border-radius: 3px;
}
.styled-icons.icon-circled a {
  border-radius: 50%;
}
.styled-icons.icon-sm a {
  font-size: 13px;
  height: 30px;
  line-height: 30px;
  margin: 2px 7px 2px 0;
  width: 30px;
}
.styled-icons.icon-md a {
  font-size: 24px;
  height: 50px;
  line-height: 50px;
  width: 50px;
}
.styled-icons.icon-lg a {
  font-size: 32px;
  height: 60px;
  line-height: 60px;
  width: 60px;
}
.styled-icons.icon-xl a {
  font-size: 60px;
  height: 120px;
  line-height: 120px;
  width: 120px;
}
.styled-icons li {
  display: inline-block;
  margin-bottom: 0;
  margin-top: 0;
}
/*
 * Shortcode: Tabs.less
 * -----------------------------------------------
*/
.tab-content {
  padding: 15px;
  border: 1px solid #eeeeee;
}
.nav-tabs {
  border: none;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li.active a,
.nav-tabs > li.active a:hover,
.nav-tabs > li.active a:focus {
  color: #111111;
  background-color: #f8f8f8;
}
.nav-tabs > li > a {
  border-radius: 0;
  font-family: 'muli-regular';
  font-size: 12px;
  color: #555555;
  padding: 12px 20px;
  margin-right: 0;
}
.nav-tabs > li > a .fa {
  margin-right: 10px;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.nav-tabs > li > a i {
  font-size: 32px;
  margin-right: 20px;
  vertical-align: middle;
}
/* -------- Nav Tabs ---------- */
.nav-tabs > li {
  text-align: center;
}
.nav-tabs > li > a i {
  display: block;
  font-size: 48px;
  margin-right: 0;
  margin-bottom: 10px;
  vertical-align: middle;
}
/* -------- Horizontal-Tab-Centered ---------- */
.horizontal-tab-centered .nav-pills {
  display: inline-block;
}
.horizontal-tab-centered .nav-pills > li > a {
  background: #eeeeee;
  color: #555555;
  font-size: 14px;
  padding: 8px 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.horizontal-tab-centered .nav-pills > li > a:hover {
  color: #fff;
}
.horizontal-tab-centered .nav-pills > li > a i {
  font-size: 14px;
  margin-right: 8px;
}
.horizontal-tab-centered .nav-pills > li.active > a,
.horizontal-tab-centered .nav-pills > li.active > a:hover,
.horizontal-tab-centered .nav-pills > li.active > a:focus {
  color: #fff;
}
/* -------- Horizontal-Tab Fullwide ---------- */
.horizontal-tab.fullwide .nav-tabs > li {
  width: 20%;
}
/* -------- Vertical Nav-Tabs ---------- */
.vertical-tab .tab-content {
  padding: 5px 5px 20px 20px;
  border: none;
}
.vertical-tab .nav-tabs > li {
  float: none;
  margin-bottom: 0;
}
.vertical-tab .nav-tabs > li > a {
  background: none;
  border-radius: 0;
  border-bottom: 1px solid #d3d3d3;
  border-right: 1px solid #d3d3d3;
  border-top: 1px solid transparent;
  border-left: 1px solid transparent;
  font-size: 14px;
  padding: 30px 0 30px 15px;
}
.vertical-tab .nav-tabs > li:first-child > a {
  border-top: 1px solid #d3d3d3 !important;
}
.vertical-tab .nav-tabs > li.active > a,
.vertical-tab .nav-tabs > li.active > a:hover,
.vertical-tab .nav-tabs > li.active > a:focus {
  background: none;
  border-top: 1px solid transparent;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-bottom: 1px solid #d3d3d3;
}
.vertical-tab .small-padding .nav-tabs > li a {
  padding: 20px 0 20px 15px;
}
.vertical-tab .small-padding .nav-tabs > li i {
  font-size: 24px;
}
@media only screen and (max-width: 767px) {
  .vertical-tab .tab-content {
    padding: 20px 5px;
  }
  .nav-tabs > li > a {
    border-radius: 0;
    border-bottom: none;
    border-left: 2px solid #d3d3d3;
  }
  .nav-tabs > li.active > a,
  .nav-tabs > li.active > a:hover,
  .nav-tabs > li.active > a:focus {
    border-bottom: none;
    border-left: 2px solid #d3d3d3;
  }
}
.custom-nav-tabs {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: -moz-use-text-color;
  border-image: none;
  border-style: none solid none none;
  border-width: medium 0px medium medium;
  margin-right: 53px;
}
.custom-nav-tabs > li {
  float: none;
  margin: 0 0 1px;
}
.custom-nav-tabs > li a {
  background: #eeeeee none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  display: block;
  font-size: 17px;
  font-weight: 700;
  line-height: 59px;
  margin: 0;
  outline: medium none;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
}
.custom-nav-tabs > li.active > a,
.custom-nav-tabs > li.active > a:hover,
.custom-nav-tabs > li.active > a:focus,
.custom-nav-tabs > li > a:hover,
.custom-nav-tabs > li > a:focus {
  border: medium none;
  color: #000;
  padding: 0;
}

.triangle {
  background: none repeat scroll 0 0 #fff;
  height: 15px;
  left: -7px;
  position: absolute;
  top: 20%;
  -webkit-transform: rotate(137deg);
  -ms-transform: rotate(137deg);
  -o-transform: rotate(137deg);
  transform: rotate(137deg);
  width: 15px;
}
.member-info {
  background: #eeeeee none repeat scroll 0 0;
  padding: 20px;
}
.contact-area i {
  padding-right: 10px;
}




/* --------Horizontal Contact Widget  ---------- */
.horizontal-contact-widget {
  border-top: 1px dashed #d3d3d3;
}
.horizontal-contact-widget .each-widget::before {
  content: "\f111";
  font-family: FontAwesome;
  left: 0;
  position: absolute;
  right: 0;
  top: -42px;
}
/* -------- Horizontal Contact Widget Dark ---------- */
.horizontal-contact-widget.dark {
  border-top: 1px dashed #333333;
}
.widget.dark .btn.btn-default {
  border-color: #333;
}
/* -------- Flickr-Feed ---------- */
#flickr-feed img {
  background: none repeat scroll 0 0 #000;
  float: left;
  height: 60px;
  margin: 0 5px 5px 0;
  padding: 0;
  width: 70px;
}
.text-hover-theme-colored {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/*
 * Footer.less
 * -----------------------------------------------
*/

.footer a {
  color: #808080;
}
.footer a:focus,
.footer a:hover,
.footer a:active {
  color: #666666;
}
.footer .widget .widget-title {
  margin-top: 0px;
}

/*comman class*/
.text-right{
  text-align: right;
}

.text-left{
  text-align: left;
}

.padding-10{
  padding: 10px;
}

/*Styled Button*/
.btn {
  border: 0px;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
} 



/*Styled Checkbox*/

.style-checkox {
    font-weight: 100;
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.style-checkox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 5px;
    left: 0;
    height: 13px;
    width: 13px;
    border: solid 1px #333;
}

/* On mouse-over, add a grey background color */
.style-checkox:hover input ~ .checkmark {
    background-color: #fff;
}

/* When the checkbox is checked, add a blue background */
.style-checkox input:checked ~ .checkmark {
    background-color: transparent;
        border: 1px solid #F41187;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */

/*.style-checkox  input ~ .checkmark.ham:after {
    display: block;
}*/

.style-checkox input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.style-checkox .checkmark:after {
left: 4px;
    top: 0px;
    width: 4px;
    height: 10px;
    border: 1px solid #F41187;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*Styled Select Options*/

.select-style-1 {
  width:100%;
  padding: 10px;
  outline: none;
  font-size: 15px;
}
.select-style-2 {
  width:100%;
  padding: 10px;
  outline: none;
  font-size: 15px;
  border:none;
  border-bottom: solid 1px #BCBCBC;
  background-color: transparent;
}

/*header menu section*/



/*Paddding*/
.pad-top-50 {
  padding-top: 50px;
}
.pad-bot-50 {
  padding-bottom: 50px;
}


/*btn style*/
.btn-pink-border{
    font-family: 'muli-bold';
  border: 2px solid #F41187;
  color: #F41187;
  background-color: transparent;
  padding: 5px 15px;
  outline: none;
    font-size: 14px;
    line-height: 21px;
}

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

.btn-pink-bg{
    color: #fff;
  background-color: #F41187;
    border: 1px solid #F41187;
  padding: 5px 15px;
    outline: none;
    font-size: 14px;
    line-height: 21px;
}

.btn-pink-bg:hover{
  color: #F41187;
  background-color: #fff;
  border: 1px solid #F41187;
}

.btn-purple-bg{
     color: #fff;
  background-color: #2B2557;
    border: 1px solid #2B2557;
  padding: 5px 15px;
    outline: none; 
    font-size: 14px;
    line-height: 21px;
}

.btn-purple-bg:hover{
     color: #2B2557;
  background-color: #fff;
    border: 1px solid #2B2557;
  }

.btn-purple-pink-bg{
       color: #fff;
  background-color: #871286;
      border: 1px solid #871286;
  padding: 5px 15px;
    outline: none;
    font-size: 14px; 
    line-height: 21px;
}

.btn-banner{
  color: #474747;
    background-color: #fff;
        border: 1px solid #fff;
  padding: 5px 15px;
    outline: none; 
    font-size: 14px;
    line-height: 21px;
}

.btn-banner:hover{
background-color: transparent;
color: #fff;
}

/*pagination*/
.pagination>li>a{
 border-radius: 50% !important;
 margin: 0 5px;
 color: #474747!important;
padding: 7px 12px;
}

.pagination > li:first-child > a{
background-color: transparent;
    border: none;
}

.pagination > li:first-child > a:hover{
background-color: transparent;
}

.pagination > li:last-child > a{
background-color: transparent;
    border: none;
}

.pagination > li:last-child > a:hover{
 background-color: transparent; 
}

.pagination > .active > a{
  background-color: #F41187!important;
  border-color: #F41187!important;
  color: #fff!important;
}

/*cariusel*/
.slide-wrapper {
    position: relative
}


@media (min-width: 768px) { 
  .carousel-caption {
      text-align: left;
  }
  
}


#homepage-feature .item {
    overflow: hidden;
    min-height: 321px;
    background-color: transparent;
    background-size: cover;
}
#homepage-feature > .carousel-control {
    width: 30px;
    font-size: 15px;
    color: #fff;
    text-shadow: none;
    filter: none;
    opacity: 1;
}
#homepage-feature > .carousel-control span {
    position: absolute;
    top: 50%;
    margin-top: -33px;
    width: 100%;
    text-align: center;
    display: block;
    border: 1px solid #fff;
    border-radius: 50%;
    padding: 6.5px 12px;
}

.carousel-control{
    top: 70%!important;
    background-image: none!important;
}

.carousel-caption{
  right: 0!important;
  left: 0!important;
  text-align: left!important;
}

.slide-wrapper .carousel-control.right{
      right: 80%;
}
.slide-wrapper .carousel-control.left{
    left: 6%;
}

.slide-wrapper .carousel-caption{
    padding-left: 46px;
        padding-right: 50%;
}

/*VINUTHA CSS*/

.margin-btm-0{
  margin-bottom: 0px;
}
.website-copyright{
  background-color: #2B2557;
  color: #fff;
  padding: 13px;
}

.footer {
    background: #FAF9FD;
    padding: 40px 0;
    color: black;
}
.footer a{
    color: black;
  }

.menuzord-menu > li > a{
  color: #2B2557;
}



.styled-icons.icon-dark a:hover{
  background-color: #F41187;
}


.styled-icons.icon-dark a i{
color: #fff;
}

/*search dropdown*/

.search-expand {
    display: none;
}

.search-input{
      float: right;
    padding: 7px;
    border: 2px solid #2B2557;
}

.toggle-search{
    cursor: pointer;
    padding-right: 0px;
}

.gray-banner{
  background-color: #F8F7FD;
    padding: 25px 0px;
}

.sign-up-box{
  background-color: #2B2557;
    min-height: 320px;
}

.sign-up-box p{
  color: #fff;
  font-family: 'muli-bold';
  text-align: center;
    padding: 0px 20px 30px 20px;
  font-size: 15px;
    line-height: 24px;
}

.box-btns{
  text-align: center;
}

.table-cell-box{
    padding: 88px 0px;
}

.icon-section{
  padding-top: 40px;
}

@media(min-width: 1200px){

.pos-fix-lg{
  position: fixed;
}





.icons-left-side{
    padding: 20px;
    border-right: 1px solid #ccc;
}
}

.icons-left-side p{
font-family: 'muli-bold';
font-size: 15px;
color: #333;
margin-bottom: 15px;
    line-height: 24px;
}

/*.each-icons{
    float: left;
    padding: 10px 21px;
    text-align: center;
}*/

.each-icons{
    float: left;
    padding: 10px 0px;
    text-align: center;
    width: 115px;
}

.each-icons a{
color: black;
  }

.progress-bar{
  background-color: #2B2557;
}

.causes .progress-item .progress-bar .percent{
    background-color: #2B2557;
    color: #fff;
}

.home-title{
      text-align: center;
        width: 43%;
    margin: 0 auto;
    float: unset;
    font-family: 'muli-bold';
color: #454545;
font-size: 25px!important;
    line-height: 30px;
}



.need-box-title{
    color: #2B2557;
    font-family: 'muli-bold';
    font-size: 16px; 
}

.stories-title{
  color: #fff;
  text-align: center;
  font-size: 25px!important;
    line-height: 30px;
    font-family: 'muli-bold';
}

.need-box-title-pink{
  color: #F41187;
    font-family: 'muli-bold';
    font-size: 16px;
}

.story-white{
  color: #fff;
}

.story-white-title{
      font-family: 'muli-bold';
      font-size: 16px;
      color: #fff;
}

.story-bg-image{
  background-image: url('../images/large-bg.jpg');
    position: relative;
    background-size: cover;
    background-position: center;
}

.story-bg-image:before{
    content: "";
    width: 100%;
    height: 100%;
    background: #2c2956a6; 
    left: 0;
    top: 0;
    position: absolute;
    display: block;
}

.success-story-container{
    padding: 60px 0px;
}

.success-stories-sections{
    padding: 30px 35px;
}

@media(min-width: 1200px){
  .success-stories-sections{
    min-height: 210px;
    max-height: 210px;
  }
}

.big-icons-bx{
background-color: #FAF9FD;
border: 1px solid #ccc;
padding: 20px;
}

@media(min-width: 1200px){
.big-icons-bx{
max-height: 385px;
min-height: 385px;
}
}

.big-icons{
  padding: 50px 0px
}

.bold-title-box{
    font-family: 'muli-bold';
    font-size: 25px;
    color: black;
    margin-bottom: 0px;
    padding: 15px 0px;
}

.home-links{
  color: black;
  font-family: 'muli-bold';
}

.home-links:hover{
  color: #F41187;
}

.big-icon-last-p{
    padding: 20px 0px;
    margin-bottom: 0px;
}

.padding-0-25{
    padding: 0px 25px;
    line-height: 24px;
}

.news-letter-title{
  text-align: center;
    width: 50%;
    margin: 0 auto;
    float: unset;
    font-family: 'muli-bold';
    color: #454545;
    font-size: 25px!important;
    line-height: 30px;
}
.success-story-container .btn-pink-bg{
    padding: 10px 20px;
    font-family: 'muli-bold';
}
.section-newsletter .btn-purple-bg{
    padding: 10px 25px;
    font-family: 'muli-bold';
    font-size: 15px;
}

.news-hr{
    border-top: 0.5px solid #ececec;
    width: 87%;
    margin: 0 auto;
    padding: 15px 0px;
}

@media(min-width: 1200px){
.p-boxs{
    min-height: 130px;
}
}

@media(max-width: 992px){
.news-letter-title{
      width: 80%;
}
}

.big-icons .col-lg-4{
  margin: 10px 0px;
}

.heart-contri{
  padding: 15px 0px;
}

.heart-contri i{
    color: #F41187;
    font-size: 18px;
    font-weight: 600;
}

.Goal{
     font-family: 'muli-bold'; 
}

.Raised{
      font-family: 'muli-bold'; 
      color: #871286;
}
.need-details-ul{
    padding: 10px 0px;
    padding-top: 0px;
    border-bottom: 1px solid #ccc;
}

/*search popup*/




#search {
  z-index: 9999999;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    
    -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;

    -webkit-transform: translate(0px, -100%) scale(0, 0);
  -moz-transform: translate(0px, -100%) scale(0, 0);
  -o-transform: translate(0px, -100%) scale(0, 0);
  -ms-transform: translate(0px, -100%) scale(0, 0);
  transform: translate(0px, -100%) scale(0, 0);
    
    opacity: 0;
}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
  -o-transform: translate(0px, 0px) scale(1, 1);
  -ms-transform: translate(0px, 0px) scale(1, 1);
  transform: translate(0px, 0px) scale(1, 1); 
    opacity: 1;
}

#search input[type="search"] {
    position: absolute;
    top: 50%;
    width: 100%;
    color: rgb(255, 255, 255);
    background: rgba(0, 0, 0, 0);
    font-size: 60px;
    font-weight: 300;
    text-align: center;
    border: 0px;
    margin: 0px auto;
    margin-top: -51px;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
}
#search .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 61px;
    margin-left: -45px;
}
#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #fff;
  background-color: #2D2A56;
  border-color: #2D2A56;
  opacity: 1;
  padding: 10px 17px 15px 17px;
  font-size: 27px;
}

.need-content-section{
  padding: 15px;
}

@media(min-width: 768px){
.need-min-max{
    min-height: 175px;
    height: 175px;
    max-height: 175px;
}
}

.banner-img:before{
      content: "";
    width: 100%;
    height: 100%;
    background: #2c2956a6;
    left: 0;
    top: 0;
    position: absolute;
}

.num-alignment{
      margin-left: 50px;
    position: absolute;
    margin-top: 13px;
}

.banner-title-p{
    font-family: 'muli-bold'; 
    font-size: 25px;
}

.carousel-caption{
      bottom: 60px;
}

@media(min-width: 768px){
.ul-tops{
  margin-top: 44px!important;
}
}

@media(max-width: 992px){
.home-title{
      width: 90%;
}
.footer{
    padding: 40px 20px;
}
.footer .widget .widget-title{
      margin-top: 20px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.View-all-padding{
      padding: 10px 30px 30px 30px!important;
}
}

@media(max-width: 1200px){
.icons-left-side{
  text-align: center;
  margin-bottom: 20px;
}
.sign-up-box{
      display: block;
    min-height: unset;
    padding: 2%;
}
.table-cell-box{
      display: block;
}
}

@media(max-width: 768px){
.padng-6-below-768{
      padding: 0% 6% 6% 6%;
}
}


@media screen and (min-width: 768px) and (max-width: 992px) { 
.box-hover-effect{
margin-bottom: 20px;
}
}



.View-all-padding{
  padding: 30px 0px;
  padding-top:0px;
}


.progress-item .progress-bar .percent{
     /*  background-color: #2B2557;
    color: #fff;
    border: 2px solid;
    border-radius: 50%;
    font-size: 10px;
    line-height: 8px;
    padding: 12px 6px;
    position: absolute;
    right: 0px;
    text-align: center;
    top: -14px; */
	
	    background-color: #2B2557;
    color: #fff;
    border: 2px solid;
    border-radius: 50%;
    font-size: 10px;
    line-height: 35px;
    position: absolute;
    height: 45px;
    width: 45px;
    right: 0px;
    text-align: center;
    top: -20px;
	    z-index: 9;
	
}


@media(max-width: 1200px){
.logo-section{
float: unset;
text-align: center;
}
.navbar-section{

}
}

#homepage-feature > .carousel-control span:hover{
    background-color: #fff;
    color: gray;
}

@media(max-width: 1200px){
.success-stories-sections{
  text-align: center;
}
}

@media (min-width: 1200px){
.container {
    width: 1200px;
}
}

.each-icons p{
    line-height: 10px;
}

.View-all-padding .btn-pink-border{
      padding: 9px 25px;
    font-family: 'muli-bold';
    font-size: 15px;
}

.search-li{
    width: 85px;
    padding: 17px 0px;
    float: right!important;
}

#aaa{
  padding: 0px;
  float: right;
}

@media(max-width: 900px){
#aaa{
    float: unset;
  }
.search-li{
text-align: center;
  }
}

#search .btn{
      padding: 10px 25px;
    font-family: 'muli-bold';
    font-size: 15px;
    color: #fff;
        border: 1px solid #2B2557;
            border-radius: 0px;
}

#search .btn:hover{
color: #2B2557;
  }


#each-icons ul li a{


        background-image: url(http://img.mynet.com/ha2/tayyip.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#each-icons ul li a:hover
{
text-decoration: none;
color: white;text-decoration: none;
display: inline;
font-size: 30px;
width: 50px;
margin-left: 30px;
    margin-top: 10px;
    height: 35px;
    float: left;
    text-align: center;

    background-image: url(http://img.mynet.com/ha2/tayyip.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}



/*login page*/
.login-page-container{
    margin: 35px auto;
    border: 1px solid #ccc;
}

@media(min-width: 992px){
.login-page-container{
    width: 40%;
}
}

.modal{

    position: fixed;
    top: 10%;
    margin:auto;
    z-index: 1050;
    width: 560px;
    background-color: #F8F7FD;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    outline: none;
    bottom: initial;
}
@media(max-width: 768px){
.modal {
	width:80%!important;
}
}


@media(min-width: 992px){
.login-page-container{
    width: 40%;
}
.wd-box-space {
	padding: 30px 20px 10px 20px;
}
}
.wd-box-space {
	
}

.login-header{
  text-align: center;
  font-family: 'muli-bold';
  color: #2B2557;
  margin: 0px;
}


.login-title-modal{
  text-align: center;
  font-family: 'muli-bold';
  color: black;
  font-size: 14px;
  margin-top: 10px;
}

.modal-input-field{
      width: 100%;
      padding: 8px; 
    border: 1px solid #ccc;
    margin: 5px;
}

.modal-btm-p{
  font-size: 12px;
  text-align:center;
}

.modal-btm-p span{
  color: #F41187;
  text-decoration: underline;
}

.fbutton{
background-color: #4168A5;
border: none;
color: #fff;
padding: 10px 25px;
  margin: 5px;
    font-size: 15px;
     -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.gbutton{
 background-color: #E44B3D; 
 border: none;
 color: #fff;
padding: 10px 25px;
    margin: 5px;
    font-size: 15px;
     -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.fbutton i{
font-size: 17px;
  }
.gbutton i{
font-size: 17px;
  }

.pop-up-text{
  color: #333!important;
      font-weight: unset;
}  

.sms-notification{
  color: black;
  padding: 0px 20px;
}

@media(max-width: 768px){
.sms-notification{
  padding: 0px;
}
}


/*megamenu*/

.dropdown-content-new{
  position: absolute!important;
}

@media(max-width: 1200px){
.fixed-right .dropdown-content-new{
  position: unset!important
}
}

@media(min-width: 1200px){
.fixed-right .dropdown-content-new{
  position: sticky!important
}
}


.dropdown-content {
  top: 10%;
    display: none;
    position: absolute;
    background-color: #fff;
    border-top: 1px solid #ccc;
    width: 100%;
    left: 0;
    z-index: 1;
}

.dropdown-content .header {
    background: red;
    padding: 16px;
    color: white;
}



@media(max-width: 1200px){
.invest-for-dropdown:hover .dropdown-content {
    display: none!important;
  }
}


/* Create three equal columns that floats next to each other */
.column {
    float: left;
    width: 33.33%;
    padding: 10px;
    background-color: #ccc;
    height: 250px;
}

.column a {
    float: none;
    color: black;
    padding: 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.column a:hover {
    background-color: #ddd;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media (max-width: 600px) {
    .column {
        width: 100%;
        height: auto;
    }
}


/*crum*/
.crum{
  font-size: 12px;
padding: 7px 0px;  
}

.crum a{
  color: #4c4c4c;
}

.crum ul {
    margin: 0;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-padding-start: 0;
}

.crum ul li {
    display: inline-block;
    list-style: none;
    margin-right: 5px;
}

.crum ul li:after {
    content: '\f105';
    color: black;
    font-weight: bold;
    margin-left: 5px;
    font-family: FontAwesome;
    line-height: 1.3;
     content:'\25BA'
}

.crum ul li:nth-last-child(1):after{
display: none;
  }


/* invest page*/
.invest-banner-title{
    text-align: center;
    margin: 0 auto;
    float: unset;
    font-family: 'muli-bold';
    color: #454545;
    font-size: 25px!important;
    line-height: 30px;
    margin-bottom: 20px;
}

.checkbox-section{
  color: #2B2557;
  font-family: 'muli-bold';
  font-size: 16px;
  margin-top: 5px;
}
.invest-search{
border-bottom: 1px solid #ccc!important;
    padding: 0px;
}

.invest-input{
  width: 100%;
  border: none;
}



.left-checkbox-section ul{
    margin-left: 15px;
    color: #9a9999;
}

.left-checkbox-section ul label{
font-weight: 100;
font-size: 
}
.left-checkbox-section ul .checkmark{
    border: solid 1px #9a9999;
}

.right-checkbox-section ul {
    margin-left: 15px;
    margin-top: 15px;
    color: #9a9999;
}
.right-checkbox-section ul .checkmark{
    border: solid 1px #9a9999;
}
@media(min-width: 1200px){
.left-checkbox-section{
  border-right: 1px solid #ccc;
}
.right-checkbox-section{
border-left: 1px solid #ccc;
}
.Category-margin-top{
  margin-top: 25px;
}
.invest-search{
    width: 65%;
    margin: 0 24%;
}
.invest-banner-title{
    width: 60%;
  }
.header .dropdown:hover .dropdown-content {
    display: block!important;
    z-index: 999999999999;
}
}

@media(max-width: 768px){
.invest-banner-title{
    font-size: 16px!important;
}
.news-letter-title{
      font-size: 16px!important;
}
.pagination>li>a{
      padding: 4px 9px;
}
}

/*detail blood donation*/
.need-person-details{
border: 1px solid #ccc;
background-color: #FAF9FD;
    padding: 25px 45px;
margin-bottom: 20px
}

.whould-you{
border: 1px solid #ccc;
    padding: 25px 45px;
margin-bottom: 20px;
}

.vol-list{
border: 1px solid #ccc;
background-color: #FAF9FD;
    padding: 25px 45px;
margin-bottom: 20px;
}

.vol-list img{
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -khtml-border-radius: 50%;
    height: 50px;
    width: 50px;
}

/*.share-fb img{
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 50%;
    margin: 7px;
    width: 50px;
    height: 50px;
}
.share-twitter img{
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 50%;
    margin: 7px;
    width: 50px;
    height: 50px;
}
.share-msg img{
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 50%;
    margin: 7px;
    width: 50px;
    height: 50px;
}*/

.bd-title{
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}

.bd-name{
    color: #2B2557;
    font-family: 'muli-bold';
    font-size: 15px;
    word-wrap: break-word;
}

/*.need-person-details span{
width: 85px;
display: inline-block;
}*/

.bp-whould-you{
  font-size: 15px;
  font-family: 'muli-bold'; 
}

.bp-donars{ 
  font-size: 15px;
  margin-top: 10px;
}

.bp-donars i{ 
    color: #F41187;
}

.vol-list-title{
    color: #2B2557;
    font-family: 'muli-bold';
/*    border-top: 1px solid #ccc;*/
    border-bottom: 1px solid #ccc;
    padding:0px 0px 20px 0px;
    font-size: 16px;
    margin-bottom: 0px;
}

 .vol-section{
    padding: 10px 0px;
    border-bottom: 1px solid #ccc;
 }

 .vol-name{
    /* padding: 16px 10px; */
    font-family: 'muli-bold';
 }

 .vol-see-more{
  padding-top: 25px;
    font-size: 14px;
font-family: 'muli-bold';
text-decoration: underline;
cursor: pointer;
 }

 .padding-0{
padding: 0px;
}

.border-img{
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -khtml-border-radius: 50%;
    height: 55px;
    width: 55px;
    /*border: 3px solid #2B2557;*/
    box-shadow: 0 0 0 3px #2B2557;
}

.incharges p{
margin-bottom: 2px;
}

.incharge-name{
   color: #2B2557;
 font-family: 'muli-bold';
 font-size: 15px;  
}

.incharge-section{
  padding: 20px 0px;
  border-bottom: 1px solid #ccc;
}

.small-story-section{
   /* padding: 20px 0px;  */
       text-align: justify;
}

.small-story-title{
    color: #2B2557;
 font-family: 'muli-bold';
 font-size: 15px; 
}

.comment-boxes{
  border: 1px solid #ccc;
  margin-bottom: 20px;
  padding: 10px;
}

.comment-boxes img{
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -khtml-border-radius: 50%;
    height: 50px;
    width: 50px;
}

.comment-boxes p{
  margin-bottom: 0px;
}



@media(max-width: 1200px){
.share-1{
      display: inline-flex;
}


}
@media(max-width: 1200px){ 
.vol-list, .whould-you, .need-person-details { 
	padding:10px;
}
}


@media(max-width: 1200px){
.incharges{
  
    margin-bottom: 20px;
}
}
.align-center {
	text-align:center;
}
.need-person-details .progress span{
      width: initial;
}

.needed-items{
padding: 3px 30px;
    padding-bottom: 0px;
}

.needed-items p{
    margin-bottom: 5px;
    font-size: 15px;
}

.needed-items i{
  margin-right: 5px;
  color: #F41187;
}

.show-ur-support{
      font-family: 'muli-bold';
    font-size: 15px;
    margin-bottom: 15px;
    color: #5f5e5e;
}

.show-ur-support-btns{
padding: 7px 15px;
    font-family: 'muli-bold';
    font-size: 16px;
    margin-bottom: 5px;
}
@media(max-width:768px){
	.show-ur-support-btns {
		font-size: 12px;
		padding: 5px 10px;
	}
}


.video-emb{
  padding: 15px 40px;
}


.tow-modals .modal{

/*    width: 40%;
    right: 30%;*/
}

.only-login{
 
}


@media(max-width: 992px){
.only-login{
    width: 95%;
    right: 3%;
}
}

.all-icon-bg1{
    display: inline-block;
    width: 27px;
    height: 32px;
    background-image: url(../images/all-icons1.png);
}

.blankets-i{
    background-position: 97% 30%;
}
.each-icons:hover .blankets-i{
    background-position: 97% -51%;
}

.all-icon-bg{
    display: inline-block;
    width: 27px;
    height: 32px;
    background-image: url(../images/all-icons.png);
}

.Arts{
    background-position: 95% 23%;
}
.each-icons:hover .Arts{
    background-position: 95% 79%;
}

.Volunteers{
    background-position: 87% 23%;  
}
.each-icons:hover .Volunteers{
    background-position: 87% 79%;
}

.Donation-Drives{
    background-position: 79% 23%;   
}
.each-icons:hover .Donation-Drives{
    background-position: 79% 79%;   
}

.Animal-Welfare{
    background-position: 71% 23%;
}
.each-icons:hover .Animal-Welfare{
    background-position: 71% 79%; 
}

.sports-i{
    background-position: 62% 23%;
}
.each-icons:hover .sports-i{
    background-position: 62% 79%;  
}

.Environment-i{
    background-position: 54% 23%;
}
.each-icons:hover .Environment-i{
    background-position: 54% 79%;  
}

.Blood-Donation-i{
    background-position: 46% 23%;
}
.each-icons:hover .Blood-Donation-i{
     background-position: 46% 79%; 
}

.Calamities-i{
    background-position: 38% 23%;  
}
.each-icons:hover .Calamities-i{
     background-position: 38% 79%;   
}

.Medical-i{
    background-position: 30% 23%; 
}
.each-icons:hover .Medical-i{
    background-position: 30% 79%; 
}

.Education-i{
    background-position: 21% 23%;
}
.each-icons:hover .Education-i{
   background-position: 21% 79%; 
}

.Provision-i{
    background-position: 13% 23%;
}
.each-icons:hover .Provision-i{
   background-position: 13% 79%;  
}

.Clothing-i{
    background-position: 5% 23%;
}
.each-icons:hover .Clothing-i{
    background-position: 5% 79%;  
}


/*navbar*/
.topnav {
 /*  overflow: hidden; */
}

.topnav-a {
    float: left;
    display: block;
    color: #2B2557;
    text-align: center;
    padding: 0px 10px;
    text-decoration: none;
    font-size: 13px;
}

.topnav-a:hover{
     color: #2B2557; 
}

.topnav .icon {
  display: none;
}

.nav-items{
    padding: 25px 9px!important;
}

@media screen and (max-width: 1200px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
    padding: 22px;
    font-size: 30px!important;   
  }
}

@media screen and (max-width: 1200px) {
.topnav.responsive {
  position: relative;
}
.topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
}
.topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
}
.nav-items{
  text-align: center!important;
  padding: 8px 11px!important;
}
.nav-log-sign{
  display: none!important;
}
.nav-search{
   display: none!important; 
}
.btmnav{
display: block!important;
border-top: 1px solid #2B2557;
border-bottom: 1px solid #2B2557;
}
.sm-nav-btns{
     color: #2B2557;
    z-index: 99999; 
    text-align: center;
    padding: 10px;
}
.sm-nav-btns:hover{
     color: #2B2557;
}
}

@media(min-width: 1200px){
.btmnav{
display: none!important;
}
.padn-r-o-lg{
  padding-right: 0px;
}
}


.nav-items i{
    color: #F41187!important;
}

.nav-campaign{
  color: #F41187!important;
  font-size: 15px!important;
  font-family: 'muli-bold';
  line-height: 17px;
}

.nav-log-sign{
  color: #2B2557;
  font-family: 'muli-bold';
  font-size: 15px!important;
  line-height: 17px;    
}

.nav-search{
    padding: 18px 0px 18px 30px!important;
}

.blood-don-address{
    float: right;
    width: 60%!important;
    display: unset!important;
}

@media(max-width: 1200px){
.blood-don-address{
      float: unset;
    width: 75%!important;
    display: unset!important;
}
}

.invest-respo{
  display: none;
}


.banner-a{
  padding-left: 0px;
  padding-right: 20px;
}
@media(max-width: 1200px){
.invest-respo{
display: block;
}

.invest-lg{
  display: none!important;
}
/*
#content-xyz {
  display: none;
}*/
.dropdown input[type="text"]{
cursor: pointer;
    border: none;
    text-align: center;
    margin-bottom: 0px;
}
.dropdown input[type="text"]:focus{
    outline: none;
}
.dropdown input:focus + div#content-xyz {
  display: block;
}
.banner-a{
  padding-left: 20px;
  padding-right: 20px;
}
.blood-don-number-details{
    padding-right: 15px!important;
}
}

.pink-large-number{
  color: #F41187;
  font-family: 'muli-bold';
  font-size: 30px;
}

.li-list-style-image{
/*  margin-left: 30px;
  list-style-image: url(../images/blood-donation-li.png);
  margin-bottom: 30px;
  margin-top: 15px;*/

    margin-bottom: 30px;
    margin-top: 20px;
    background-image: url(../images/blood-donation-li.png);
    background-repeat: no-repeat;
    padding-left: 35px;
}

.blood-don-reason{
   font-family: 'muli-bold';
   font-size: 25px; 
   color: #474747;
}

.blood-don-right-gray{
  background-color: #FAF9FD;
  padding: 25px;
}

.blood-don-right-gray-title{
    color: #2B2557;
    font-family: 'muli-bold';
    font-size: 16px;
}

.blood-don-number-details{
    padding-right: 51px;
    padding-bottom: 40px;
}

.start-a-camp-box{
    padding: 48px;
    background-color: #F8F7FD;
    margin: 10px 30px;
    max-height:200px; 
    min-height:200px;
    border: 1px solid #eee;
}

.start-a-camp-box p{
font-size: 16px;
font-family: 'muli-bold';
margin: 10px 0px;
}

.start-a-camp-title{
    font-family: 'muli-bold';
   font-size: 25px; 
   color: #474747;
   margin: 50px 0px; 
}

.each-input{
  margin: 10px 0px;
}

.input-50{
  width: 50%;
}

.input-25{
  width: 25%;
}

.input-24{
  width: 24%;
}

.btn-default{
color: black;
}




/* steps*/

.steps-btm-button .btn-group {
/*  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;*/
  width: 100%;
  margin-bottom: 15px;
}
.btn-group .btn--next,
.btn-group .btn--prev {
  display: none;
}
/*.btn-group .btn--next,
.btn-group [type="submit"] {
  margin-left: auto;
}*/


.form .step {
  margin-bottom: 20px;
}


.form ul {
  margin-bottom: 20px;
}


.form li h4 {
  margin-bottom: 10px;
}


.form label.error {
  margin-bottom: 0;
  padding: 0 5px;
  line-height: 24px;
  color: #e74c3c;
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}
.form input.error {
  border-color: #e74c3c;
}

.form__steps {
  margin: 0 auto 30px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  max-width: 900px;
}
.form__steps:after {
    content: "";
    height: 3px;
    width: calc(99% - 88px);
    top: 25px;
    left: 50px;
    background-color: #891286;
    position: absolute;
    z-index: -1;
}
.form__steps .form__step-container {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  outline: none;
}
.form__steps .form__step-nr {
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
    border: 1px solid #ccc;
  border-radius: 50%;
  background-color: #fff;
  color: #891286;
  font-size: 16px;
  -webkit-transition: .2s ease;
  transition: .2s ease;
}
.form__steps .form__step-title {
  font-size: 15px;
}
.form__steps .form__step.is-active .form__step-nr {
  color: #fff;
  background-color: #891286;
}


/*step css*/

.camp-textarea{
  width: 50%;
  height: 80px;
  padding: 8px;
  border: 1px solid #ccc;
  margin: 5px;
}

#datepicker{width:180px;}
#datepicker > span:hover{cursor: pointer;}

#datepicker input{
  background-color: #fff!important;
  border-radius: 0px;
  border-right: 1px solid #fff;
}

#datepicker .input-group-addon{
  background-color: #fff!important;
  color: #2B2557;
  border-radius: 0px;
  border-left: 1px solid #fff;  
}

.radio-label{
    display: inline-block;
    font-weight: 100;
    padding-left: 20px;
    padding-right: 25px;
    margin-left: 5px;
}

.input-box-title{
  background-color: #F8F7FD;
  padding: 10px;
}

.item-req-box{
  border: 1px solid #ccc;
  /*width: 75%;*/
}

.width-35{
  width: 35%!important;
}



/*dropdown click*/

.input-dropdown select{
      width: 25%;
    background-color: #fff;
    color: #737373;
}

.Provision-plus{
  border: 2px solid #2B2557;
  border-radius: 50%;
  padding: 2px;
  font-size: 10px!important;
  color: #2B2557;
}

.comment-section-bg{
  background-color: #FAFAFA;
}

.modal-header{
  border-bottom: none;
}

.modal-header-hr{
    margin-top: 0px;
    margin-bottom: 0px;
    width: 90%;
    border-top: 1px solid #eee;
}

.btn-gray-border{
    border: 2px solid #B8B8B8;
    color: #B8B8B8;
    background-color: #fff;
    padding: 8px 40px;
    font-family: 'muli-bold';
    font-size: 16px;
}

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

.input-left-text{
      font-size: 15px;
          padding: 5px 15px;
}

.nopadding .btn{
      padding: 4px 8px;
}

.width-75{
  width: 75%;
}

.View-all-padding p{
    margin-bottom: 0px;
    font-size: 15px;
}

.View-all-padding p a{
color: black;
}

.start-camp-box-padding{
      padding: 0px 75px;
}

.main .form{
    background-color: #F9F9F9;
    padding: 40px 50px 75px 50px;
    margin-bottom: 50px;
    border: 1px solid #eee;
}

.don-blood-form-section{
  background-color: #F9F9F9;
    padding: 30px;
    margin-bottom: 40px;
}

.blood-don-number-details-p{
font-size: 15px;
}

.mob-veri-container{
  width: 40%;
  margin: 35px auto;
  border: 1px solid #ccc;
}

.mob-body-width{
  width: 40%;
  margin: 35px auto;
}

@media(max-width: 1200px){
.pos-fix-lg{
    display: table;
    margin-bottom: 10px;
}
.pos-fix-lg p{
    display: table-cell;
}
.pos-fix-lg .share-fb{
    display: inline-block;
}
.pos-fix-lg .share-twitter{
    display: inline-block;
}
.pos-fix-lg .share-msg{
    display: inline-block;
}

 .main .form{
  padding: 0px;
 } 
.input-50{
  width: 100%;
}
.input-25{
  width: 100%;
}
.input-47{
      width: 100%!important;
}
.input-24{
  width: 100%;
}
.input-dropdown select{
  width: 100%;
}
.camp-textarea{
  width: 100%;
}
.width-75{
width: 100%;
}
.item-req-box{
  width: 100%;
}
.width-35{
  width: 100%!important;  
}
.start-camp-box-padding{
padding: 0px;
}
.start-a-camp-title{
  font-size: 20px;
}
.start-a-camp-box{
      margin: 10px 0px;
}
.form__step-title{
  text-align: center;
  font-size: 13px!important;
}
.each-input{
  padding: 0px;
}
.don-blood-form-section{
    padding: 10px;
}
.blood-don-reason{
      font-size: 20px
}
.blood-don-right-gray{
      padding: 20px;
}
.mob-veri-container{
  width: 100%;
  margin: 0px;
}
.mob-body-width{
  width: 100%;
  margin: 35px auto;
}
}


/*chip*/
:root{
/* --main-bg-color: #191425;*/
 --chip-body-regular: #F8F7FD;
 --chip-body-hover: #F8F7FD;
 --accentColor-main: #F8F7FD;
  --brandColor: #e31e48;
 --watermark: rgba(1,1,1,0.5);
 --chip-body-focus: var(--accentColor-main);
  --chip-empty-hover: var(--accentColor-main);
  --xcolor: #333;
  
  --chipXicon-gradient:transparent 40%,var(--xcolor) 40%,var(--xcolor) 40%,var(--xcolor) 60%,var(--xcolor) 60%,transparent 60%;
  

--chipXicon: -webkit-linear-gradient(top, var(--chipXicon-gradient)),
    -webkit-linear-gradient(left, var(--chipXicon-gradient));
  -moz-linear-gradient(top, var(--chipXicon-gradient)),
    -moz-linear-gradient(left, var(--chipXicon-gradient));
  -ms-linear-gradient(top, var(--chipXicon-gradient)),
    -ms-linear-gradient(left, var(--chipXicon-gradient));
  linear-gradient(top, var(--chipXicon-gradient)),
  linear-gradient(left, var(--chipXicon-gradient));
}



/*.container{
  background: var(--main-bg-color);
  height: 100%;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}*/

.chip{
  position: relative;
  display: inline-block;
  height: 32px;
  width: 100px;
  background: var(--chip-body-regular);
  margin: 0px 10px;
  border-radius:21px;
  cursor:pointer;
  padding-right:10px;
  padding-left:10px;
  overflow: hidden;
  
}
.chip:hover{
  background: var(--accentColor-main);
}
.chip:hover .chipXbutton{
  opacity:1;
}
.chipLabel{
  float:left;
  color: #333;
  font-family: arial, Sans-serif;
  font-size:13px;
  position:relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width:70%;
  user-select: none;
  overflow:hidden;
  pointer-events: none
}
.chipInput{
  width:0;
  display:none;
  overflow:hidden;
  background:none;
  border:none;
  color:white;
  font-family: arial, Sans-serif;
  font-size:16px;
  max-width:65%;
  position:relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.chip-focus .chipLabel{
  width: 0;
  overflow: hidden;
}

.chipXbutton{ 
  width: 13px;
  height:13px;
  float: right;
  position: relative;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -moz-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  -o-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  cursor:pointer;
  top: 50%;
  border-radius:50%;
  background: transparent;
  background-image: var(--chipXicon);
  opacity: 0.3;
}
.chipXbutton:hover{ 
  opacity: 1;
  background-image: var(--chipXicon);
}
 
/*chip empty state*/
.chip-empty{
  position: relative;
  width:32px;
  height:32px;
/*  min-width: 42px;*/
  padding:0px;
  
}
.chip-empty .chipXbutton{
  float: none;
/*  width: 22px;
  height: 22px;*/
  opacity: 1;
  margin-right: auto;
  margin-left: auto;
  background-image: var(--chipXicon);
  -webkit-transform: translateY(-50%) rotate(90deg);
  -moz-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%)  rotate(90deg);
  -o-transform: translateY(-50%)  rotate(90deg);
  transform: translateY(-50%)  rotate(90deg);
  
  
  
}
.chip-empty .chipLabel{
  display:none;
}
.chip-empty .chipInput{
  display:none;
}
.chip-empty:hover{
  background: var(--accentColor-main);
  scaleY = 1.3;
  
}
.chip-empty:hover .chipXbutton{ 
  background-image: var(--chipXicon);
}
chip-empty: hover .chipLabel{
  opacity: 1;
}
.chip-focus{
  position: relative;
  display: inline-block;
  border-radius:21px;
    height: 32px;
    width: 150px;
  background: var(--chip-body-focus);
  padding-right:10px;
  padding-left:10px;
  margin:0px 10px;
  overflow:hidden;
  color: #fff;
}
.chip-focus .chipInput{
  display:inline-block;
  position:relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  float:left;
  color: #333;
  font-family: arial, Sans-serif;
  font-size:16px;
  max-width:65%;
  width:65%;
  background:none;
  border:none;
  outline:none;
  
}

input::-webkit-input-placeholder {
color: var(--watermark) !important;
  
}
 
input:-moz-placeholder { /* Firefox 18- */
color: var(--watermark) !important;  
}
 
input::-moz-placeholder {  /* Firefox 19+ */
color: var(--watermark) !important;  
}
 
input:-ms-input-placeholder {  
color: var(--watermark) !important;  
}
.chip-focus .chipXbutton{
  width:0;
  overflow:hidden;
 
}

.transit > * {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@-webkit-keyframes chipEmptyBorn{
  from {scale: 0% 0%;} to{scale: 100%;}
}
@-moz-keyframes chipEmptyBorn{
  from {scale: 0% 0%;} to{scale: 100%;}
}
@-ms-keyframes chipEmptyBorn{
  from {scale: 0% 0%;} to{scale: 100% 100%;}
}
@-o-keyframes chipEmptyBorn{
  from {scale: 0% 0%;} to{scale: 100% 100%;}
}
@keyframes chipEmptyBorn{
  from {transform:scale(0,0);} to{transform:scale(1,1);}
}

.chip-empty-born{
  
  -webkit-animation: chipEmptyBorn 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -moz-animation: chipEmptyBorn 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -ms-animation: chipEmptyBorn 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition: all 0.3s ease-in-out;
  animation: chipEmptyBorn 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
@-webkit-keyframes chipRemoval{
  0%{
    display: inline-block;
    opacity: 1;
    margin:10px;
    padding-right:10px;
    padding-left:10px;
  }
  1%{
    display: inline-block;
    opacity: 0;
    
  }
  99%{
    display: inline-block;
    width: 0;
    opacity: 0;
    margin:0;
    padding-right:0;
    padding-left:0;
  }
  100%{
     width: 0;
    opacity: 0;
    margin:0;
    padding-right:0;
    padding-left:0;
    display: none;
    
  }
}
@-moz-keyframes chipRemoval{
  0%{
    display: inline-block;
    opacity: 1;
    margin:10px;
    padding-right:10px;
    padding-left:10px;
  }
  1%{
    display: inline-block;
    opacity: 0;
    
  }
  99%{
    display: inline-block;
    width: 0;
    opacity: 0;
    margin:0;
    padding-right:0;
    padding-left:0;
  }
  100%{
     width: 0;
    opacity: 0;
    margin:0;
    padding-right:0;
    padding-left:0;
    display: none;
    
  }
}
@-ms-keyframes chipRemoval{
  0%{
    display: inline-block;
    opacity: 1;
    margin:10px;
    padding-right:10px;
    padding-left:10px;
  }
  1%{
    display: inline-block;
    opacity: 0;
    
  }
  99%{
    display: inline-block;
    width: 0;
    opacity: 0;
    margin:0;
    padding-right:0;
    padding-left:0;
  }
  100%{
     width: 0;
    opacity: 0;
    margin:0;
    padding-right:0;
    padding-left:0;
    display: none;
    
  }
}
@-o-keyframes chipRemoval{
  0%{
    display: inline-block;
    opacity: 1;
    margin:10px;
    padding-right:10px;
    padding-left:10px;
  }
  1%{
    display: inline-block;
    opacity: 0;
    
  }
  99%{
    display: inline-block;
    width: 0;
    opacity: 0;
    margin:0;
    padding-right:0;
    padding-left:0;
  }
  100%{
     width: 0;
    opacity: 0;
    margin:0;
    padding-right:0;
    padding-left:0;
    display: none;
    
  }
}
@keyframes chipRemoval{
  0%{
    display: inline-block;
    opacity: 1;
    margin:10px;
    padding-right:10px;
    padding-left:10px;
  }
  1%{
    display: inline-block;
    opacity: 0;
    
  }
  99%{
    display: inline-block;
    width: 0;
    opacity: 0;
    margin:0;
    padding-right:0;
    padding-left:0;
  }
  100%{
     width: 0;
    opacity: 0;
    margin:0;
    padding-right:0;
    padding-left:0;
    display: none;
    
  }
}
.chip-removing{
  transform-origin:0%;
  animation: chipRemoval 0.4s;
}

.paragraph{
  font-family: arial, Sans-serif;
  color: white;
  opacity:0.2;
}

/*uplaod image*/
.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
}


.upload-btn-wrapper input[type=file] {
  font-size: 180px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

/*#myModal2{ 
    overflow-y:scroll; 
    min-height: 603px;
    max-height: 603px;
}*/



#panel {
    display: none;
}

.cotri-list-scroll{
    max-height:1000px;
    overflow-y:auto;
	padding: 0px;
}

.note-box{
  background-color: #fff;
  padding: 0px;
}

.note-box-title{
    background-color: #2B2557;
    color: #fff;
    font-family: 'muli-bold';
    padding: 12px 20px;
    font-size: 15px;
}

.note-box-ps{
  padding: 20px;
}

.story-detail-section{
  padding: 0px;
}

@media(min-width: 1200px){
.pdng-r-lg-50{
  padding-right: 50px;
} 
.related-border-left{
  border-left: 1px solid #ccc;
}
.story-detail-section{
  padding: 0px 90px;
}
}

.related-topics{
  margin-bottom: 0px;
  font-size: 15px;
}

.related-topics a{
  color: #131313;
}


@media (min-width: 1200px){
.col-lg-push-2 {
    float: right;
    left: initial;
}
.col-lg-pull-10{
  right: initial;
}
}

.input-47{
      width: 47%;
}

.note-points:before{
    content: '\f105';
    color: black;
    font-weight: bold;
    margin-left: 5px;
    font-family: FontAwesome;
    line-height: 1.3;
    content: '\25BA';
}





/*e-commerce*/

/*button animated*/

.common-doctor:hover{
  background-color: #DEDCE5;
}

.common-doctor:hover img{
opacity: 0.1;
}

.animate {
    -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/*=============== Home-team ===============*/


.home-doctors .common-doctor {
    border: 1px solid #ccc;
    padding: 10px;
    max-height: 270px;
    min-height: 270px;
    margin-bottom: 20px;
}

.home-doctors .common-doctor .btn-pink-border{
    padding: 7px 30px;
    font-size: 16px;
}

.home-doctors .common-doctor .for-border {
  margin-bottom: 20px;
}
.home-doctors .common-doctor .text-content {
  padding: 10px 5px 10px;
    font-size: 15px;  
}
.home-doctors.doctors-var-two {
  text-align: left;
  background-color: #fff;
}
.home-doctors.doctors-var-two .slogan-section {
  text-align: left;
}
.home-doctors.doctors-var-two .common-doctor {
  background-color: transparent;
}
.home-doctors.doctors-var-two .common-doctor .for-border {
  display: none;
}
.home-doctors.doctors-var-two .common-doctor .text-content {
  padding: 20px 0 20px;
}
.home-doctors.doctors-var-two .text-center {
  text-align: left;
}

.slogan-section {
  margin-bottom: 50px;
  text-align: center;
}

.home-doctors .common-doctor .for-border {
  margin-bottom: 20px;
}

.for-border {
  height: 11px;
  width: 100%;
  background: transparent url(http://omarhabash.com/nova/wp-content/uploads/2014/08/feature-border.png) center center no-repeat;
  border: none;
}


.home-doctors .common-doctor ul{
  position: absolute;
  top: 37%;
  left: 0;
  width: 100%;
  margin-top: -28px;
  text-align: center;
  margin-top: 10em;
  opacity: 0;
  z-index: 1;
}



.doc-item:hover .social-lists{
  margin-top: -2em;
  opacity: 1;
}

.e-commerce-filter{
    background-color: #fff;
    font-size: 13px;
    color: #131313;
    margin-bottom: 0px;
    border: 1px solid #eee;
}


.drop-cont{
  position: absolute;
  top: 50px;
  min-height: 100px;
  text-align: left;
/*  width: 470px;
  left: 115px;*/
  border: 1px solid #ccc;
  box-shadow: 1px 3px 8px -3px #888888;
}




/*contribute*/
.dolar-rupee{
  padding: 8px 10px;
  background-color: #fff;
  border: 1px solid #ccc;
  cursor: pointer;
}

.dolar-rupee:active{
background-color: #2B2557;
color: #fff;
}

@media(max-width: 1200px){
.contribute-by-cash-padding{
padding: 0px;
margin-top: 50px;
margin-bottom: 50px;
}
.home-doctors .common-doctor{
      margin-bottom: 20px;
}
}

@media(min-width: 1200px){
.contribute-by-cash-padding{
padding: 30px 125px;
}
}

.Contribute-option-padding{
    padding: 0px 150px;
}

.contribute-option-boxs{
    border: 1px solid #e6e5e5;
    text-align: center;
    padding: 35px 16px;
    margin: 25px;
}

.pink-hrs{
  border-bottom: 1px solid #F41187;
    border-top: none;
    margin-top: 0px;
    width: 25%;
    margin: 0 auto;
}

.contribute-optionbox-p{
    margin: 0px;
    padding: 20px 0px;
}

/*profile tabs*/

  .profile-tabs ul.tabs {
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
     margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
  width: 100%;
}

.profile-tabs ul.tabs li {
  display: -webkit-inline-block;
  display: inline-block;
  
  cursor: pointer;
  padding: 10px;

  position: relative;
}


.profile-tabs ul.tabs li:hover {
        color: #F41187!important;
    background: #281e59!important;
}

.profile-tabs ul.tabs li.active {
  background-color: #281e59!important;
  color: #F41187!important;


}

.profile-tabs .tab_container {
  border-top: none;
  clear: both;
  float: left;
  width: 100%;
  background: #fff;
/*  overflow: auto;*/
}

.profile-tabs .tab_content {
  display: none;
}

.profile-tabs .tab_drawer_heading { display: none; }

.ntg-to-show{
  padding-top:25px;
  font-weight: bold;
  font-size: 25px;
}
.content-section {
	padding:50px 0px;
}
@media screen and (max-width: 768px) {
  .profile-tabs .tabs {
    display: none;
  }
.content-section {
		padding:20px 0px;
}
  .profile-tabs .tab_drawer_heading {
    font-size: 13px;
    background-color: #eb008b;
    color: #fff;
    border-top: 1px solid #fff;
    margin: 0;
    padding:10px 10px;
	    line-height: initial;
    display: block;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .profile-tabs .d_active {
    background-color: #2B2557;
    color: #fff;
  }
.abt-me{
      padding-top: 15px!important;
      padding: 10px 0px!important;
      font-size: 18px!important;
}

.profile-tabs .tab_content{
    padding: 10px 15px 0px 15px;
}
.ntg-to-show{
  font-size: 20px;
  }
}


.abt-me{
  margin-bottom: 0px;
  font-size: 25px;
  font-family: 'muli-bold'; 
  padding: 20px 0px;

}

.acc-section{
  padding: 20px 0px;
}

.accordion dd{
  padding: 10px 0px;
}

.accordion dt{
  padding: 5px 0px;
}

.donation-mode-title{
    font-size: 15px;
    font-family: 'muli-bold';
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
   
}

.Amount-withdrow-box{
  border: 1px solid #ccc;
  margin-bottom: 20px;
}

.amount-withdrow-title{
  padding: 10px 25px;
  background-color: #2B2557;
  color: #fff;
  font-size: 17px;
  font-family: 'muli-bold'; 
  margin-bottom: 0px;   
}

.text-right{
  text-align: right;
}

.user-drop-down a{
    display: table-row;
    padding: 10px 0px;
    color: #636161;
}

.user-drop-down .xtra{
display: none;
}

.user-drop-down p{
border-top: 1px solid #ccc;
padding: 5px 0px;
}

.user-drop-down i{
  width: 30px;
  color: #ccc;
}

.user-drop-down{
    padding: 0px 25px;
    background-color: #F8F7FD;
    position: absolute;
    width: 210px;
    left: auto;
    right: 100px;
    float: right!important;
    top: 13%;
}

.review-ut-order{
  background-color: #2B2557;
  color: #fff;
  padding: 10px 20px;
  font-size: 15px;
  font-family: 'muli-bold';
}

.payment-review-box{
  border: 1px solid #ccc;
  padding: 0px;
}

.order-grand-total{
    text-align: right;
    margin-bottom: 0px;
    padding: 13px 0px;
    font-size: 14px;
}

.pro-payment{
      margin: 20px 0px;
    padding: 10px 60px;
}


.review-gray-section{
  background-color: #F9F9F9;
  padding: 40px 30px;
}

.e-popup{
      display: block;
    background-color: rgba(0,0,0,0.4);
   
    margin: auto;
    
}

.e-popup .modal-content{
  border-radius: 0px;
  padding: 20px 30px;
}

@media(max-width: 1200px){
.e-popup .modal-content{
padding: 10px;

overflow-y: auto;
height: 500px;
}
}

.popup-vice-box{
  padding: 10px;
  border: 1px solid #ccc;
  text-align: center;  
}


.blue-bold{
  font-size: 15px;
  color: #2B2557;
  font-family: 'muli-bold';
}

.amount-withdrow-container{
  padding: 50px;
}

.your-cart-dropdown{
    text-align: right;
}

.pay-caret-up{
  position: absolute;
  top: -15px;
  right: 0;
  font-size: 20px!important;
}

@media(max-width: 992px){
.modal-title, .login-header {
	font-size: 15px;
    font-weight: bold;
}
.e-popup{
  padding: 0px!important;
}
.your-cart-dropdown{
    text-align: left;
    margin-top: 10px;
}
.pay-caret-up{
  display: none!important;
}
}

@media(max-width: 768px){
.Contribute-option-padding{
  padding: 0px;
}
.amount-withdrow-container{
  padding: 20px 10px;
}
.Amount-withdrow-box .text-right{
text-align: left;
}
.review-gray-section{
      padding: 0px;
}
}


.form__steps .form__step.is-active .form__step-title{
    font-family: 'muli-bold';
}

@media(min-width: 1200px){
.padding-0-lg{
  padding: 0px;
}
}

body .signup-popup{
      background-color: rgba(0,0,0,0.4);
   
        height: 500px;
    border-radius: 0px;
}

  .contri-sub-title-responsive{
margin-bottom: 10px
  }

@media(max-width: 1200px){

  .contri-sub-title-responsive{
    margin-bottom: 0px;
    border-bottom: 0px;
    padding-bottom: 10px;
    padding-top: 20px;
    font-size: 15px;
    font-family: 'muli-bold';
  }
}

.nav-btnss{
  background-color: #fff;
  margin: 5px;
  border: 1px solid #2B2557;
}

.down-recpt{
  color:  #131313;
}

.down-recpt:hover{
text-decoration: underline;
color:  #131313;
}

.new-box-style{
  color: #333;
  padding: 7px 20px;
}

.white-pink-btn{
  padding: 8px 40px;
    color: #F41187!important;
    font-size: 15px!important;
    font-family: 'muli-bold';
    background-color: #fff;
    outline: none!important;
    border: 1px solid #fff;
}

.contribute-e-commerce-bg{
    background-image: url(assets/images/collection-box-Banner.jpg);
    padding: 26px 0px;
}

.contribute-e-commerce-bg:before{
    content: "";
    width: 100%;
    height: 100%;
    background: #2c2956a6;
    left: 0;
    top: 0;
    position: absolute;
}

.inline-flex{
display: inline-block;
}

#myDropdownv{
      width: 200px;
    right: unset;
    left: unset;
    top: 40px;
}

.setting-title{
    font-size: 20px!important;
    font-family: 'muli-bold';
    margin-bottom: 0px;
    margin-top: 25px;
    padding: 0px 15px;
}

.stories-boxss .heart-contri{
    padding: 0px!important;
    margin-bottom: 15px!important;
}

.stories-boxss{
  height: unset;
  max-height: unset;
  min-height: unset;
}

.mclose-btn{
  border: 2px solid #F41187!important;
    color: #F41187;
    opacity: 1;
    border-radius: 50px;
    width: 25px;
    height: 25px;
    padding-bottom: 10px!important;
    font-size: 17px;
}

.comments-full-section{
    border-top: 1px solid #f3f3f3;
}


@media screen and (min-width: 768px) and (max-width: 992px) { 
.signup-popup{
    padding: 70px 200px!important;
  }
}

@media(max-width: 768px){
  .signup-popup{
    padding: 0px!important;
  }
}

.abt-me-last-line{
  margin-bottom: 25px;
  font-size: 15px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 40px
}

@media(max-width: 768px){
.abt-me-last-line{
  margin-bottom: 20px;
border-bottom: none;
}
}

.respo-nav-ul{
  text-align: right;
}

.respo-nav-ul li{
  display: inline-block;
  text-align: right;
      padding: 5px 3px;
}

@media(max-width: 1200px){
.sm-gray{
  background-color: #ccc;
    text-align: left!important;
    border-bottom: 1px solid #fff;
}
.sm-gray input{
  background-color: #ccc;
  }
}

.Amount-withdrow-box-pdng{
  padding: 30px 20px;
}
.four-row{
  padding: 10px 0px;
}
.four-row p{
margin-bottom: 0px;
font-size: 15px
}




@media(max-width: 1200px){
.Amount-withdrow-box-pdng{
  padding: 0px;
}
.four-row{
  padding: 10px 0px;
}
.four-row p{
margin-bottom: 0px;
font-size: 13px
}
.sm-dots{
  text-align: right;
}
.p-left-repo-0{
padding-left: 0px;
}
}

.bet-992-1200{
  display: none;
}


/*header tab view*/
@media screen and (min-width: 992px) and (max-width: 1200px) { 
.box-hover-effect{
    margin-bottom: 20px;
}
.bet-992-1200{
  display: block;
}
body .bet-992-1200 .icontab{
font-size: 20px!important;
float: left!important;
color: #2B2557;
padding: 20px 35px;
line-height: 30px;
display: inline-block;
}
body .btmnav-none{
  display: none!important;
}
}

.account-detail-title{
  font-size: 15px;
  line-height: 35px;
}

@media(max-width: 768px){
.gbutton{
    padding: 8px 15px;
    font-size: 12px;   
}
.fbutton{
    padding: 8px 15px;
    font-size: 12px; 
}
}

.contact-section-pdng{
  padding: 50px 150px;
}

@media(max-width: 1200px){
.contact-section-pdng{
  padding: 10px;
}
}

/*multiselect dropdown*/
span.multiselect-native-select {
  position: relative
}
span.multiselect-native-select select {
  border: 0!important;
  clip: rect(0 0 0 0)!important;
  height: 1px!important;
  margin: -1px -1px -1px -3px!important;
  overflow: hidden!important;
  padding: 0!important;
  position: absolute!important;
  width: 1px!important;
  left: 50%;
  top: 30px
}
.multiselect-container {
  position: absolute;
  list-style-type: none;
  margin: 0;
  padding: 0
}
.multiselect-container .input-group {
  margin: 5px
}
.multiselect-container>li {
  padding: 0
}
.multiselect-container>li>a.multiselect-all label {
  font-weight: 700
}
.multiselect-container>li.multiselect-group label {
  margin: 0;
  padding: 3px 20px 3px 20px;
  height: 100%;
  font-weight: 700
}
.multiselect-container>li.multiselect-group-clickable label {
  cursor: pointer
}
.multiselect-container>li>a {
  padding: 0
}
.multiselect-container>li>a>label {
  margin: 0;
  height: 100%;
  cursor: pointer;
  font-weight: 400;
  padding: 3px 0 3px 30px
}
.multiselect-container>li>a>label.radio, .multiselect-container>li>a>label.checkbox {
  margin: 0
}
.multiselect-container>li>a>label>input[type=checkbox] {
  margin-bottom: 5px
}
.btn-group>.btn-group:nth-child(2)>.multiselect.btn {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px
}
.form-inline .multiselect-container label.checkbox, .form-inline .multiselect-container label.radio {
  padding: 3px 20px 3px 40px
}
.form-inline .multiselect-container li a label.checkbox input[type=checkbox], .form-inline .multiselect-container li a label.radio input[type=radio] {
  margin-left: -20px;
  margin-right: 0
}

.multiselect-box button{
border: 1px solid #ccc;
    border-radius: 0px;
}


/*FAQ*/

.faq-section .topic{
  padding-top:0px;
  padding-bottom:0px;
}
.faq-section .open{
  cursor:pointer;
  display:block;
  padding:0px;
}
.faq-section .open:hover{
  opacity:0.7;
}
.faq-section .expanded{
  background-color:#f5f5f5;
  transition: all .3s ease-in-out;
}
.faq-section .question{
  font-size: 15px;
  border: 1px solid #2B2557;
  color: #2B2557;
  padding: 13px;
  padding-right: 20px!important;
}
.faq-section .answer{
  font-size:14px;
  line-height:26px;
  display:none;
  margin-bottom:30px;
  padding-left:20px;
  padding-right:20px;
}
.faq-section .faq-t{
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  display: inline-block;
  float:right;
  position:relative;
  top:-40px;
  right:10px;
  width: 10px;
  height: 10px;
  background: transparent;
  border-left: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  transition: all .3s ease-in-out;
}
.faq-section .faq-o{
  top:-40px;
   -moz-transform: rotate(-224deg);
  -ms-transform: rotate(-224deg);
  -webkit-transform: rotate(-224deg);
  transform: rotate(-224deg);
}
@media only screen and (max-width: 480px) {
 .faq-section  .question{
  padding-right: 0px;
}
.faq-section main{
  padding:10px;
}
 .faq-section  .answer{
  margin-bottom:30px;
}
}

.faq-min-max{
  max-height: 500px;
  overflow-y: auto;
}

.faq-sub-title{
    color: #2B2557;
    font-family: 'muli-bold';
    font-size: 16px;
    margin-top: 20px;
}


/*contact us*/
.row.header1 {
  padding: 1.5em 2.5em;
  border-bottom: 1px solid #ccc;
  background: url(https://gundrymd.com/wp-content/uploads/2016/09/charity2.jpg);
  color: #fff;
}
.input-left-text-contact{
  padding: 10px 0px;
  font-size: 13px;
}
.address-img{
  font-size: 15px;
      margin-bottom: 0px;
    line-height: 25px;
}

.terms-sub-titles{
  color: #2B2557;
  margin-bottom: 0px;
  font-family: 'muli-bold';
  font-size: 15px;
    text-transform: uppercase;
}

.blue-box{
  /*border: 1px solid #2B2557;*/
  margin: 30px;
  padding: 40px;
}

.faq-scroll{
    padding-right: 10px;
}


/* about us*/
.wellcome-section{
  background: url('../images/large-bg.jpg');
  margin-bottom: 30px
  position: relative;
    padding: 100px 0px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.wellcome-section:before{
  position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    content: '';
    background: #2c2956a6;
}

/*terms and condition*/
.terms-banner{
  background-color: #F4F4F7;
  padding: 50px 0px
}

.terms-banner p{
font-family: 'muli-bold';
font-size: 25px!important;
color: #545454;
}

.two-line{
  font-size: 12px;
  color: #E62188;
}

.contact-img-overlay{
  background: #2c2956a6;
  padding: 30px
}

@media(max-width: 768px){
.blue-box{
    margin: 10px;
    padding: 10px;
}
}

.faq-box-shadow{
  margin-top:50px;
  margin-bottom:50px;
  box-shadow:0px 0px 5px rgba(0,0,0,0.1);
}

.abtus-btm-line{
  max-width: 45px;
  margin: 10px 0px 15px 0px;
  border-width: 3px;
  border-color: #2B2557;
}

.abtus-title{
  font-family: 'muli-bold';
}

.about-contents-p{
  text-align: justify;
  font-size: 15px;
  line-height: 25px;
}

.payment-option-p{
  border-bottom: 1px solid #ccc;
  padding: 10px;
}

.inline-block{
 display: inline-block; 
}

.pdng-10{
  padding: 10px;
}
.custom_y .modal-input-field{
  width: -webkit-fill-available;
  margin: 0px;
  margin-top: 5px
}
.custom_y_btn button {
  background: #891286;
  border: 0px;
  color: #fff;
  padding: 8px;
  margin-right: 2px;
}

.custom_capital::first-letter {
}
.status_campaign{
  position: absolute;
  top: 0;
  right: 15px;
  background: green;
  padding: 4px 8px;
  color: #fff;
  z-index: 9;
  }

.cursor-pointer{
    cursor: pointer;
}

.abcRioButtonIcon{
      display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.abcRioButtonIcon:before{
  content: "\f0d5";
}

.abcRioButtonSvg{
 display: none!important;
}

.abcRioButtonLightBlue{
background-color: #e54b3d!important;
color: #fff!important;
border: unset;
box-shadow: unset!important;
outline: none;
height: 25px!important;
width: 100%!important;
}

.abcRioButtonContents{
    font-size: 15px!important;
    line-height: 30px!important;
}

.error{
  color: red;
}


@media(min-width: 1200px){
#pos-box-fix-id {
  overflow: hidden;
}
.stickyy {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #fff;
  z-index: 9;
}
}


.togglee1{
display:inline-block;
height:20px;
width:20px;  
background:url("../images/rsz_plus.png");
background-repeat: no-repeat;
cursor: pointer;
}
.togglee1.expanded{
background:url("../images/rsz_minus.png");
background-repeat: no-repeat;
cursor: pointer;
}

.togglee2{
display:inline-block;
height:20px;
width:20px;  
background:url("../images/rsz_plus.png");
background-repeat: no-repeat;
cursor: pointer;
}
.togglee2.expanded{
background:url("../images/rsz_minus.png");
background-repeat: no-repeat;
cursor: pointer;
}

.togglee3{
display:inline-block;
height:20px;
width:20px;  
background:url("../images/rsz_plus.png");
background-repeat: no-repeat;
cursor: pointer;
}
.togglee3.expanded{
background:url("../images/rsz_minus.png");
background-repeat: no-repeat;
cursor: pointer;
}


.four-icons-li{
  display:  inline-block;
  /*padding: 5px 20px;*/
  color: #fff;
  padding: 5px 5px;
  font-size: 14px;
}

/*only-login*/

.dash-popups{
 width: 50%;
  left: 0;
  right: 0;
  margin: auto;
}

@media (max-width: 992px){

.dash-username{
  font-size: 20px!important;
  }
}

.dash-username{
font-family: 'muli-bold';
font-size: 30px;
}

@media(max-width: 1200px){
.setting-title{
  padding-top: 20px;
  padding-left: 0px;
}
}

.span-85{
    width: 145px;
    display: inline-block;
}

@media(max-width: 500px){
.span-85{
    width: 85px;
}
}

.tooltip-section{
      background-color: #2B2557;
    padding: 10px;
    font-size: 14px;
    min-height: 50px;
}

#datepicker1{
  width: 180px;
}

.share-fb{
cursor: pointer;
}

.share-twitter{
cursor: pointer;
}

.share-msg{
cursor: pointer;
}

.bg-p{
    background-color: #2B2557;
    color: #fff;
}
.bg-p:hover{
    background-color: #2B2557;
    color: #F41187;
}
.bg-p:focus{
    background-color: #2B2557;
    color: #F41187;
}

.camp-created-u{
  padding: 7px 45px;
  font-family: 'muli-bold';
  font-size: 16px;
  cursor: default;
}

@media(max-width: 450px){
.camp-created-u{
    padding: 7px 10px;
    font-size: 15px;
}
}

ol.ur {list-style-type: upper-roman;    margin: 10px;
    padding-left: 20px;}
    
.hover-pink:hover{
    color:#FE1D83;
}

.dataTable{
    border-bottom: 1px solid #ddd!important;
}
table.dataTable thead .sorting{
    border-bottom: none;
}
table.dataTable thead .sorting_asc{
    border-bottom: none;
}
.dataTables_filter input{
    border: 1px solid #ddd;
}
body .paginate_button{
    border-radius: 50% !important;
    margin: 0 5px;
    color: #474747!important;
    padding: 7px 12px;
    background-color:#fff;
}
body .dataTables_wrapper .dataTables_paginate .paginate_button.current{
    background-color: #F41187!important;
    border-color: #F41187!important;
    color: #fff!important;
    background: unset;
}
body .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{
   background-color: #F41187!important;
    background: unset;
    color: #fff!important;
}
body .dataTables_wrapper .dataTables_paginate .paginate_button:hover{
    background: unset;
    background-color: #eee;
    border-color: #eee;
    color:#111!important;
}
.no-border td{
    border-bottom: 0px!important;
}
 .affix {
      top: 0;
      width: 100%;
      z-index: 9999 !important;
  }
  .qs i{
    color:#2B2557;
    font-size:20px;
  }
  p.qs {
  font-family: initial;
  font-style: italic;
  font-size: 20px;
  letter-spacing: 0.5px;
  line-height: 24px;
  color:#2B2557;
}


.leftttt .profile-tabs ul.tabs li{
    padding: 10px;
	    background: #F41187;
		    color: #fff;
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-blue{
    color: #fff!important;
    background-color: #2B2557!important;
    border: 1px solid #2B2557;
    padding: 5px 15px;
    font-size: !important;
    line-height: 21px;
    font-family: 'muli-bold';
    border-radius: 2px;
}
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default{
    line-height: 21px;
    font-family: 'muli-bold';
    border-radius: 2px;   
}

.leftttt .profile-tabs .tab_container{
       float: unset; 
}

.modal-content .second{
 text-align:center;   
 padding-bottom:10px;
}

.related-topics{
        margin-bottom: 5px;
}
@media (min-width: 992px){
  .as{
    min-height: 500px;
    height: 500px;
    overflow: scroll!important;
  }
}
@media (min-width: 500px) and (max-width: 991px){
  .as{
    min-height: 350px;
    height: 350px;
    overflow: scroll!important;
  }
}
@media (min-width: 300px) and (max-width: 500px){
  .as{
    min-height: 250px;
    height: 250px;
    overflow: scroll!important;
  }
}

.profile-tabs .tab_content{
    word-wrap: break-word;
}

.add-amt-btn{
    color: #fff;
    background-color: #871286;
    border: 1px solid #871286;
}
.add-amt-btn:hover{
    color: #fff;
}
.add-amt-btn:focus{
    color: #fff;
}

.topnav .dropdown-content{
        top: 72px;
}

@media(min-width:1200px){
.user-drop-down{
        position: static;
}
}
.progress-item .progress-bar{
    padding-left: 36px;
}


.noti-scroll{
    max-height:500px;
    overflow-y:auto;
}

.Categories-scroll{
    max-height: 400px;
    overflow-y: auto;
    margin-bottom: 30px;
    overflow-x: hidden;
}



@media(max-width:992px){
.xs6{
    width:50%;
    float:left;
}
.xs12{
     width:100%;
    float:left;  
}
}

@media screen and (min-width: 768px) and (max-width: 992px) { 
    .profile-tabs ul.tabs li{
            font-size: 13px!important;
            margin: 0px 10px;
    }
    .profile-tabs ul.tabs li.active{
           font-size: 13px!important;
    }
}

.std-banners{
    padding: 75px 0px;
    background-size: 100% 100%;   
}

@media(max-width:768px){
    .std-banners{
        padding: 20px 0px;
    }
    .invest-banner-title{
        font-size: 12px!important;
        margin-bottom: 0px;
    }
}


/* video*/
.fixed-video-div{
    border-width: 1px;
    border-color: #871286;
    background-color: #fff;
    border-style: solid;
    position: fixed;
    padding: 0px;
    bottom: 0;
    right: 0;
    max-width: 450px;
    z-index: 999;
    text-align: right;
        height: 177px;
   
}

.widget-content {
    border-top: 1px solid #871286;
    overflow-y: hidden;
}
.btn-minimize{
    border: none;
    background-color: unset;
}
.btn-minimize:before {
    font-family: FontAwesome;
    content:"\f2d1";
    vertical-align: text-bottom;
}
.btn-minimize.btn-plus:before {
    font-family: FontAwesome;
    content:"\f067";
    vertical-align: unset;
}

.btn-close-video{
    border: none;
    background-color: unset;
}
.btn-close-video:before{
    font-family: FontAwesome;
    content:"\f00d";
}

/*modal css*/
.modal-dialog{
        width: 100%;
    margin: 0px;
    padding: 0px!important;
}
.modal-dialog .modal-content{
  border-radius:0px;  
}

.cdn-modal .modal.in{
    padding: 0px!important;
    width: 50%;
    left: 25%;
    margin-left: unset;
}
.cdn-modal .modal.in .btn{
    color: #fff;
    background-color: #303055;
    border: 1px solid #303055;
    border-radius:0px;
}

@media(max-width:768px){
 .cdn-modal .modal.in{
    padding: 0px!important;
    width: 95%;
    left: 3%;
    margin-left: unset;
  }
}


@media (max-width: 992px){
    .v-all{
    padding-top: 0px!important;
    padding-bottom: 55px!important;
    }
}

.prcing-tabel{
    border:1px solid #ccc;
    margin-bottom:20px;
}

@media(min-width:1200px){
 .pricing-bdr-right{
    border-right:1px solid #ccc
}   
}

.pac-container {
    background-color: #FFF;
    z-index: 20;
    position: fixed;
    display: inline-block;
    float: left;
}
.modal{
    z-index: 20;   
}
.modal-backdrop{
    z-index: 10;        
}

#withdrawOption{
    z-index: 999;
}

.pricing-tables{
    -webkit-box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1);background-color: #fff;
    min-height: 450px;
    margin-bottom: 20px;
}
.pricing-box-footer {
    padding: 20px 10px;
    text-align: center;
    background: #2B2557;
}
.price-head{
    background: #dc4895;
    padding: 10px;
    text-align: center;
}
.price-head p {
    margin-bottom:0px;
}

.bg-gray-section{
    background-color: #f4f4f4;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
    padding-bottom: 30px;
    padding-top: 30px;
}

.h3class{
  
    font-size: 18px;
    margin: 0;
    width: 100%;color: #f41187;margin-bottom: 10px;
}
.pricing-ul {
    padding-left: 30px;
    list-style-image: url(https://cdn4.iconfinder.com/data/icons/spirit20/system-tick-alt-03.png);
    min-height: 400px;
    margin-top: 20px;
    list-style: none;
}

.pricing-ul li{
    margin-bottom:20px;
    background: url(https://cdn4.iconfinder.com/data/icons/spirit20/system-tick-alt-03.png) no-repeat;
    padding-left: 30px;
}

.price-head b{
    color: #fff;
    margin-top: 35px;
    font-family: 'muli-bold';
    font-size: 14px;
}
.xl-red{
    color: #808080bf;
    font-weight: bold;
    font-size: 17px;
}
.selected-camp-only{
    margin-bottom: 30px;
}


@media(max-width:992px){
    .nbsp{
        display:none;
    }
    .pricing-tables{
        max-height: unset;
        min-height: unset;
    }
    .selected-camp-only{
    margin-bottom: 10px;
}
  .multiply-respo{
    padding: 30px;
    padding-bottom: 0px;
  }
  .pricing-ul{
      min-height:unset;
  }
}

.img-mod{
    width:20%;
    float:left;
    margin-bottom:10px;
}

.p-mod{
    float: left;
    width: 80%;
    line-height: initial;
    padding-left: 10px;
}   
.div-mod{
    line-height: 50px;
}

@media(max-width:1200px){
.img-mod{
    width: unset;
    float: unset;
}
.p-mod{
    float: unset;
    width: unset;
    line-height: unset;
    padding: unset;
}
.div-mod{
    line-height: unset;
        padding: unset;
}
}

.tab_container .progress-item{
    margin-top: 17px;
}
.main-content {
	 float: left;
    width: 100%;
}
header.header{
	float: left;
    width: 100%;
    background: #fff;
}

.links-col{
    color:#F41187;
}
.links-col:hover{
    color:#2B2557;
}

.contribut-btn-mobile {
 position: fixed;
  bottom: 0;
  right: 0;
  text-align: center;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #fff;
  padding: 10px;
}