/*
[Master Stylesheet]

Project Name:	Lifeaid
Version:		1.3
Last change:	23/September/18
Assigned to:	Mr.MAK
Primary use:	donation, fundrasing
*/

/*====INDEX=====
01- Google fonts
02- General styling code
03- sticky header
04- main menu
05- Carousel nav button style
06- topbar
07- header styles
08- event counter
09- footer styles,
10- success stories widget
11- flickr gallery widget
12- footer map widget
13- newsletter and subscribe
14- bottombar
15- footer light version
16- heading style
17- our cause section,
18- parralex section
19- buttons styles
20- our sponsors section
21- banner volunteer
22- news recent carousel
23- parallax 2  home2 banner
24- video col
25- become a valanteer form on top
26- services section styles
27- image gallery masonery style
28- testimonial tabs
29- success story section
30- our mission counter funfacts
31- wizard form section
32- our compaign coloum
33- accordion col section
34- walfare carousel
35- blog section
36- ongoing projects section
37- best valunteer section
38- pagination
39- side widgets
40- contact us page
41- blog single page
42- cause single page
43- event single page
*/


@import url(font-awesome5.css);
@import url(flaticon-set-current-theme.css);
@import url(flaticon-set-communication.css);

@import url('https://fonts.googleapis.com/css?family=Heebo:400,500,700');
/*===============
***General Styling overflow-x: hidden;
===============*/

{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;

}

html,
body {
  font-family: Heebo;
}

/*body{
	background:url(../images/pattern.png);
	background-attachment:fixed;
	background-size:cover;
}*/

.submit{
background: #189f97;
border: medium none;
color: #fff;
font-size: 12px;
line-height: 40px;
text-transform: uppercase;
width: 95px;
font-weight: bold;
letter-spacing: 0.6px;"
}


.container,
.container-fluid {
  padding: 0;
}

body {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

ul,
ol {
  margin-bottom: 0;
}

p {
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0.6px;
  margin: 0;
  color: #666;
}

a,
a:hover,
a:focus,
/*a:active {
  outline: none;
  -webkit-text-decoration: none;
  -moz-text-decoration: none;
  -ms-text-decoration: none;
  -o-text-decoration: none;
  text-decoration: none;
}
*/
input:focus,
textarea:focus,
select:focus,
button:focus {
  outline: none;
}


img {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
  width: 100%;
  float: left;
}

.site-layout {
  float: left;
  position: relative;
  width: 100%;
}

.site-layout.boxed {
  background: none repeat scroll 0 0 #FFFFFF;
  float: none;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  z-index: 1;
  width: 1230px;
  -webkit-box-shadow: 0 0 6px #747474;
  -moz-box-shadow: 0 0 6px #747474;
  -ms-box-shadow: 0 0 6px #747474;
  -o-box-shadow: 0 0 6px #747474;
  box-shadow: 0 0 6px #747474;
}

section {
  float: left;
  position: relative;
  width: 100%;
}


section2 {
  position: relative;
  width: 100%;
}
.gap {
  float: left;
  padding: 100px 0;
  position: relative;
  width: 100%;
}

.gap2 {
  float: left;
  padding: 70px 0;
  width: 100%;
}

.nogap {
  padding: 0;
}

.no-top {
  padding-top: 0px;
}

.no-bottom {
  padding-bottom: 0px;
}

.remove-ext-btom {
  float: left;
  width: 100%;
  margin-bottom: -30px;
}

.remove-ext-50 {
  float: left;
  width: 100%;
  margin-bottom: -50px;
}

.merged2 {
  margin: 0;
  padding: 0;
}

.merged2 > div {
  padding: 1px;
}

.merged {
  margin: 0px;
  padding: 0;
}

.merged > div {
  padding: 0;
}

.merged .row {
  margin: 0;
}

.merged .row > div {
  padding: 0;
}

.bg-image {
  height: 100%;
  left: 0;
  margin: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -2;
}

.bg-image > img {
  float: left;
  height: 100%;
  width: 100%;
}

.parallax {
  height: 100%;
  left: 0;
  margin: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -2;
}

.blackish:before,
.whitish:before,
.greenish:before {
  background: #000000 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.whitish:before {
  background: rgba(255,255,255,.9);
}

.high-opacity:before {
  -webkit-opacity: .95;
  -moz-opacity: .95;
  -ms-opacity: .95;
  -o-opacity: .95;
  opacity: .95;
}

.medium-opacity:before {
  -webkit-opacity: .85;
  -moz-opacity: .85;
  -ms-opacity: .85;
  -o-opacity: .85;
  opacity: .85;
}

.low-opacity:before {
  -webkit-opacity: .75;
  -moz-opacity: .75;
  -ms-opacity: .75;
  -o-opacity: .75;
  opacity: .75;
}

.black-layer::after {
  background: #000 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-opacity: 0.2;
  -moz-opacity: 0.2;
  -ms-opacity: 0.2;
  -o-opacity: 0.2;
  opacity: 0.2;
}

.white-layer::after {
  background: #fff;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  -ms-opacity: 0.5;
  -o-opacity: 0.5;
  opacity: 0.5;
}

.gray-bg {
  float: left;
  width: 100%;
  background: #f8f8f8;
}

a:hover.facebook {
  background: #516eab !important;
}

a:hover.twitter {
  background: #55acee !important;
}

a:hover.google {
  background: #dd4b39 !important;
}

a:hover.pinterest {
  background: #ca212a !important;
}

a:hover.youtube {
  background: #e62117 !important;
}

a:hover.dribble {
  background: #1572b8 !important;
}

a:hover.linkedin {
  background: #0077b5 !important;
}

a:hover.tumblr {
  background: #36465d !important;
}

a:hover.rss {
  background: #e3a103 !important;
}

a:hover.vk {
  background: #466991 !important;
}
.margin-btm {
    margin-bottom: 60px;
}
/*--- featured top video post ---*/
video{width:100%;}
#topcontrol {
  color: #fff;
  line-height: 40px;
  text-align: center;
  width: 40px;
  background: rgba(0,0,0,.3);
}

.slider {
  float: left;
  width: 100%;
  position: relative;
}

.bv-video-wrap::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
}

.bv-video {
  width: 100%;
  height: 400px;
  position: relative;
}

/*--- sticky header ---*/

header.fixed.stick .main-menu {
  line-height: 60px;
}

header.fixed.stick .logo a {
  line-height: 60px;
}


header.fixed.stick .container {
  -webkit-transition: all 0.5s linear 0s;
  -moz-transition: all 0.5s linear 0s;
  -ms-transition: all 0.5s linear 0s;
  -o-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;

}

header.stick {
  background: #fff;
  z-index: 9999;
  -webkit-box-shadow: 0 2px 10px #ccc;
  -moz-box-shadow: 0 2px 10px #ccc;
  -ms-box-shadow: 0 2px 10px #ccc;
  -o-box-shadow: 0 2px 10px #ccc;
  box-shadow: 0 2px 10px #ccc;
}

.boxed .fixed.stick {
  width: 1230px;
}

header.fixed.full-transparent.stick {
    background: rgba(0,0,0,.8);
    box-shadow: none;
}

/*--- sticky header end ---*/

.logo {
  float: left;
  width: 100%;
}

.logo a {
  line-height: 96px;
}

/*--- main menu ---*/

.main-menu {
    color: #474747;
    float: right;
    font: bold 12px/46px "Heebo";

    /* font: bold 12px/100px "Heebo"; */
/*
    letter-spacing: 0.8px;
    text-transform: uppercase; */
}
.main-menu > ul > li > ul li a{
	font-weight: 500;
}
.main-menu > ul,
.main-menu > div > ul {
  float: left;
  width: 100%;
  padding-left: 0;
  list-style: none;
}

.main-menu > ul > li,
.main-menu > div > ul > li {
  float: left;
  margin-left: 35px;
  position: relative;
}

.main-menu ul li a,
.main-menu > div ul li a {
  color: inherit;
  -webkit-transition: all 0.4s linear 0s;
  -moz-transition: all 0.4s linear 0s;
  -ms-transition: all 0.4s linear 0s;
  -o-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;

}

/*--- Dropdown style ---*/

.main-menu > ul > li ul,
.main-menu > div > ul > li ul {
  background: #fff none repeat scroll 0 0;
  left: -32px;
  line-height: initial;
  position: absolute;
  top: 100%;
  visibility: hidden;
  width: 200px;
  text-transform: uppercase;
  border-top: 2px solid;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0 5px 1px rgba(0, 0, 0, 0.05);

  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;

  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;

  z-index: 6;
  list-style: none;
  padding-left: 0;
  -webkit-transform: rotateY(90deg);
  -moz-transform: rotateY(90deg);
  -ms-transform: rotateY(90deg);
  -o-transform: rotateY(90deg);
  transform: rotateY(90deg);
}

.main-menu > ul > li ul li,
.main-menu > div > ul > li ul li {
  border-bottom: 1px solid #ececec;
  position: relative;
}

.main-menu > ul > li ul li a,
.main-menu > div > ul > li ul li a {
  padding: 16px 20px;
  display: block;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;

}

.main-menu > ul > li ul li a:hover,
.main-menu > div > ul > li ul li a:hover {
  color: #fff;
}

.main-menu ul li:hover > ul,
.main-menu > div ul li:hover > ul {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;

  visibility: visible;
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

.main-menu > ul > li ul li ul,
.main-menu > div > ul > li ul li ul {
  left: 100%;
  position: absolute;
  top: 0;
}

.main-menu > ul > li ul li a strong,
.main-menu > div > ul > li ul li a strong {
  float: right;
  font-size: 10px;
  color: #fff;
  padding: 2px 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.main-menu > ul > li ul li a:hover strong,
.main-menu > div > ul > li ul li a:hover strong {
  background: #fff;
}

/*--- mega menu ---*/

.main-menu > ul > li ul.mega-menu,
.main-menu > div > ul > li ul.mega-menu {
  width: 800px;
  left: -400px;
}

.main-menu > ul > li ul.mega-menu li,
.main-menu > div > ul > li ul.mega-menu li {
  float: left;
  width: 33.33%;
}

.main-menu > ul > li:hover > ul li,
.main-menu > div > ul > li:hover > ul li {
  margin-bottom: 0;
}

/*--- mega menu half ---*/

.main-menu > ul > li ul.mega-menu.half,
.main-menu > div > ul > li ul.mega-menu.half {
  width: 400px;
  left: -182px;
}

.main-menu > ul > li ul.mega-menu.half li,
.main-menu > div > ul > li ul.mega-menu.half li {
  display: inline-block;
  width: 50%;
}

/*--- menu dark style ---*/

.menubar.dark {
  background: #333 none repeat scroll 0 0;
}

.dark .main-menu {
  color: #fff;
}

.dark .main-menu > ul > li ul {
  background: #333 none repeat scroll 0 0;
}

/*.main-menu > ul > li > a::before {
  content: "\f35d";
  font-family: Ionicons;
  left: 50%;
  bottom: -50%;
  position: absolute;
  -webkit-transform: translate(-50%, -14%);
  -moz-transform: translate(-50%, -14%);
  -ms-transform: translate(-50%, -14%);
  -o-transform: translate(-50%, -14%);
  transform: translate(-50%, -14%);

  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  visibility: hidden;
}

.main-menu ul li:hover a:before {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  visibility: visible;
}*/

/*--- main menu End ---*/

/*--- Carousel nav button style ---*/

.owl-nav {
  top: -56px;
  color: transparent;
  right: 0;
  position: absolute;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
  background: #eee;
  float: left;
  line-height: 35px;
  margin-right: 5px;
  position: relative;
  width: 40px;

  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.owl-nav .owl-next::before {
  color: #6f6f6f;
  content: "\f30f";
  font-family: ionicons;
  font-size: 14px;
  left: 50%;
  position: absolute;
  top: 0px;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
  transform: translate(-50%);

}

.owl-nav .owl-prev::before {
  color: #6f6f6f;
  content: "\f2ca";
  font-family: ionicons;
  font-size: 14px;
  left: 50%;
  position: absolute;
  top: 0px;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
  transform: translate(-50%);

}

.owl-nav .owl-prev:hover:before,
.owl-nav .owl-next:hover:before{
	color: #fff;
}
/*--- topbar ---*/

header {
  float: left;
  width: 100%;
	z-index: 999999;
	position: relative;
}

.topbar {
  background: #222;
  float: left;
  width: 100%;
}

.prayergroup-select {
  color: #fff;
  float: left;
  font-size: 11px;
  letter-spacing: 1px;
  line-height: 42px;
  position: relative;
  text-transform: uppercase;
  font-weight:bold;
}

.prayergroup-select > ul {
  background: #189f97 none repeat scroll 0 0;
  left: 0;
  line-height: initial;
  list-style: outside none none;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;

  padding-left: 0;
  position: absolute;
  top: 100%;
  width: 200px;
  z-index: 3333;
  visibility: hidden;
}

.prayergroup-select > span {
  float: left;
  width: 100%;
}

.prayergroup-select > ul li {
  display: block;
}

.prayergroup-select > ul li img {
  margin-right: 5px;
}

.prayergroup-select > ul li a {
  display: block;
  padding: 10px 25px;
}

.prayergroup-select > span img {
  margin-right: 10px;
}

.prayergroup-select > ul li a {
  color: inherit;
}

.prayergroup-select:hover > ul {
    background: #808080;
  -webkit-opacity: .1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  visibility: visible;
  color:#fff;
  min-width: 220px;
}

.prayergroup-select > span i {
  display: inline-block;
  font-size: 12px;
  margin-left: 3px;
  vertical-align: middle;
}


.language-select {
  color: #fff;
  float: left;
  font-size: 11px;
  letter-spacing: 1px;
  line-height: 42px;
  position: relative;
  text-transform: uppercase;
  font-weight:bold;
}

.language-select > ul {
  background: #333 none repeat scroll 0 0;
  left: 0;
  line-height: initial;
  list-style: outside none none;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;

  padding-left: 0;
  position: absolute;
  top: 100%;
  width: 200px;
  z-index: 3333;
  visibility: hidden;
}

.language-select > span {
  float: left;
  width: 100%;
}

.language-select > ul li {
  display: block;
}

.language-select > ul li img {
  margin-right: 5px;
}

.language-select > ul li a {
  display: block;
  padding: 10px 25px;
}

.language-select > span img {
  margin-right: 10px;
}

.language-select > ul li a {
  color: inherit;
}

.language-select:hover > ul {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  visibility: visible;
}

.language-select > span i {
  display: inline-block;
  font-size: 12px;
  margin-left: 3px;
  vertical-align: middle;
}




.subdomain-select {
  color: #fff;
  float: left;
  font-size: 11px;
  letter-spacing: 1px;
  line-height: 42px;
  position: relative; 
  font-weight:bold;
}

.subdomain-select > ul {
  background: #333 none repeat scroll 0 0;
  left: 0;
  line-height: initial;
  list-style: outside none none;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;

  padding-left: 0;
  position: absolute;
  top: 100%;
  width: 200px;
  z-index: 3333;
  visibility: hidden;
}

.subdomain-select > span {
  float: left;
  width: 100%;
}

.subdomain-select > ul li {
  display: block;
}

.subdomain-select > ul li img {
  margin-right: 5px;
}

.subdomain-select > ul li a {
  display: block;
  padding: 10px 25px;
}

.subdomain-select > span img {
  margin-right: 10px;
}

.subdomain-select > ul li a {
  color: inherit;
}

.subdomain-select:hover > ul {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  visibility: visible;
}

.subdomain-select > span i {
  display: inline-block;
  font-size: 12px;
  margin-left: 3px;
  vertical-align: middle;
}






.useful-links {
  float: left;
  line-height: 40px;
  list-style: outside none none;
  margin-bottom: 0;
  padding-left: 30px;
}

a.be-Volunteer-btn {
  color: #fff;
  float: right;
  font-size: 10px;
  letter-spacing: 0.8px;
  padding: 14px 24px;
  text-transform: uppercase;
  vertical-align: top;
}




.useful-links > li {
  float: left;
  margin-right: 45px;
}

.useful-links > li > a {
    color: #fff;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.social-links {
  display: inline-block;
  line-height: 42px;
  list-style: outside none none;
  padding-left: 0;
}

.social-links > li {
  display: inline;
  margin-right: 2px;
}

.social-links li a {
  background: rgba(0,0,0,.4);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  line-height: 31px;
  text-align: center;
  width: 32px;
}

/*--- header style2 ---*/

header.style2 .useful-links {
  float: right;
}

header.style2 .be-Volunteer-btn {
  float: left;
}

header.style2 .useful-links > li:last-child {
  margin-right: 0;
}

/*--- header style3 ---*/

header.style3 .search-btn {
  color: #222;
  display: inline-block;
  float: right;
  font-size: 16px;
  line-height: 100px;
  vertical-align: initial;
}

header.style3 .main-menu {
  float: left;
  padding-left: 80px;
}

header.style3 .be-Volunteer-btn {
  background: #222424 none repeat scroll 0 0;
}

header.style3 .search-btn i {
  float: right;
}

/*--- header style4 ---*/

header.style4 .little-info {
  float: left;
  line-height: 40px;
  list-style: outside none none;
  padding-left: 0;
}

.little-info > li {
  color: #fff;
  display: inline;
  margin-right: 42px;
}

.little-info > li > i {
  font-size: 16px;
  margin-right: 10px;
}

.little-info > li > span {
  font-size: 12px;
  letter-spacing: 1px;
}

header.style4 .social-links {
  float: right;
}

header.style4 .be-Volunteer-btn {
  float: right;
  margin-top: 24px;
  padding: 18px 17px;
}

header.style4 .main-menu {
  float: left;
}

/*--- header styel 5 ---*/

.upcoming-time {
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  float: left;
  padding: 10px 10px 8px 12px;
  width: 225px;
}

.upcoming-time > h5 {
  color: #fff;
  float: left;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  width: 100%;
}

.upcoming-time > span {
  color: #d4d4d4;
  float: left;
  font-size: 12px;
  letter-spacing: 0.8px;
  width: 100%;
  padding-top: 5px;
}

header.style4 .main-menu > ul > li:first-child,
.main-menu > div > ul > li:first-child,
header.style5 .main-menu > ul > li:first-child,
.main-menu > div > ul > li:first-child,
header.style6 .main-menu > ul > li:first-child,
.main-menu > div > ul > li:first-child,
header.transparent .main-menu > ul > li:first-child,
.main-menu > div > ul > li:first-child {
  margin-left: 30px;
}

header.fixed.full-transparent.stick {
  position: fixed;
  -ms-transition: all 0.5s linear 0s;
  -webkit-transition: all 0.5s linear 0s;
  -moz-transition: all 0.5s linear 0s;
  -o-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
}

header.fixed.full-transparent.stick .main-menu {
  color: #969696;
}

.full-transparent .main-menu > ul > li:hover a {
  color: #fff;
}

/*--- event counter ---*/

.countdown {
  float: left;
  list-style: outside none none;
  padding-left: 0;
  text-align: center;
  margin-left: 5px;
}

.countdown > li {
  display: inline-block;
}

header.style5 .social-links {
  float: right;
  line-height: 53px;
}

.countdown > li > span {
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  display: block;
  font-size: 18px;
  letter-spacing: 0.8px;
  margin-top: 2px;
  padding: 0 10px;
}

.countdown > li > p {
  background: rgba(0, 0, 0, 0.4);
  color: #e5e5e5;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 0 10px;
  font-weight: 500;
}

header.style5 .main-menu {
  float: left;
}

header.style5 .be-Volunteer-btn {
  float: right;
  margin-top: 24px;
  padding: 17px 13px;
  background: #262626;
}

/*--- header6 ---*/

.stories-btn {
  color: #fff;
  float: left;
  font-size: 11px;
  font-weight: bold;
  line-height: 43px;
  padding: 0 20px;
  text-transform: uppercase;
}

header.style6 .useful-links {
  float: right;
}

header.style6 .useful-links > li:last-child {
  margin-right: 0;
}

.donate-news {
  color: #fff;
  float: left;
  line-height: 40px;
  padding-left: 30px;
}

.donate-news > h4 {
  color: #eaeaea;
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0.8px;
}

.donate-news > span {
  color: #fff;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.8px;
  padding-left: 15px;
}

.donate-news > span > i {
  font-size: 11px;
  font-style: normal;
  font-weight: normal;
}

header.style6 .main-menu {
  float: left;
}

header.style6 .be-Volunteer-btn {
  float: right;
  margin-top: 25px;
  padding: 17px 13px;
  background: #262626;
}

/*--- header transparent ---*/

header.transparent .social-links {
  float: right;
  line-height: 52px;
}

header.transparent {
  position: relative;
  z-index: 99;
  margin-bottom: -139px;
}

header.transparent {
  background: rgba(0,0,0,.7);
}

header.transparent .main-menu {
  color: #fff;
}

header.transparent .main-menu {
  float: left;
}

header.transparent .be-Volunteer-btn {
  float: right;
  margin-top: 24px;
  padding: 17px 13px;
}

header.transparent .topbar a.be-Volunteer-btn {
  margin-top: 0;
  background: #333;
}

/*--- Header black version ---*/

.donate-btn {
  color: #fff;
  display: inline-block;
  font-size: 10px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  text-transform: uppercase;
  width: 129px;
  letter-spacing: 0.8px;
}

.black .donate-btn {
  float: right;
}

.slider.overlap-230 {
  margin-top: -232px;
}

.black .logo {
  width: initial;
}

.black .little-info {
  float: right;
  line-height: 120px;
  width: initial;
}

.black .home-icon,
.search-btn {
  color: #fff;
  display: inline-block;
  font-size: 18px;
  line-height: 62px;
  text-align: center;
  width: 67px;
}

.black .main-menu {
  background: #2e2e2e;
  line-height: 62px;
}

.black nav {
  display: inline-block;
  vertical-align: top;
}

.black .main-menu > ul > li,
.black .main-menu > div > ul > li {
  margin-left: 0;
}

.black .main-menu > ul > li > a,
.black .main-menu > div > ul > li > a {
  border-right: 2px solid #595959;
  padding: 0 32px;
}

.black .main-menu > ul > li:last-child a,
.black .main-menu > div > ul > li:last-child a {
  border: medium none;
}

.transparent .main-menu > ul > li ul,
.transparent .main-menu > div > ul > li ul {
  background: #070607;
}

.transparent.black .topbar {
  background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
}

.black .little-info > li:last-child {
  margin-right: 0;
}

.black .main-menu > ul > li:first-child {
  margin-left: 0 !important;
}

.black .main-menu > ul > li ul {
  left: -15%;
}

/*--- header full transparent ---*/

header.full-transparent {
  position: relative;
  z-index: 5;
  margin-bottom: -100px;
}

.full-transparent .main-menu {
  color: #fff;
}

.full-transparent .main-menu > ul li ul {
  background: #333 none repeat scroll 0 0;
}

/*--- FOOTER STYLES ---*/

footer {
  background-color: #0a0a0a;
  float: left;
  width: 100%;
  position: relative;
  background-image:url(../images/footer-shape.png);
  background-repeat:no-repeat;
  background-position:top;
}

.widget-page > footer {
    background-image:none;
}

/*footer.strip::before {
  border-bottom: 45px solid transparent;
  border-left: 0px solid transparent;
  border-right: 1349px solid;
  content: "";
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
}*/

footer .gap {
  padding-top: 130px;
}

.widget {
  float: left;
  width: 100%;
}

footer .logo a {
  line-height: 0;
}

.address {
  float: left;
  list-style: outside none none;
  padding-left: 0;
  width: 100%;
}

.address > li {
  display: block;
  font-size: 12px;
  letter-spacing: 1px;
  margin-bottom: 8px;
}

.address > li > i {
  background: #262626 none repeat scroll 0 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  font-size: 12px;
  line-height: 27px;
  margin-right: 28px;
  text-align: center;
  width: 28px;
}

footer .address {
  color: #fff;
  margin-top: 50px;
}
.widget-title:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -8px;
    height: 2px;
    width: 24%;
}
.widget-title {
  float: left;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 40px;
  text-transform: uppercase;
  width: 100%;
  color: #222;
  position:relative;
}

footer .widget-title {
  color: #fff;
}

/*--- top 5 donors ---*/

.top-donors {
  float: left;
  list-style: outside none none;
  padding-left: 0;
  width: 100%;
}

.top-donors > li {
  background: #f8f8f8 none repeat scroll 0 0;
  float: left;
  font-size: 13px;
  margin-bottom: 5px;
  padding: 10px 15px;
  width: 100%;
}

.top-donors li a {
  color: #333;
  float: left;
  letter-spacing: 0.7px;
  text-transform: capitalize;
}

.top-donors li span {
  float: right;
  letter-spacing: 0.3px;
}

/*--- banner widget ---*/

.banner-widget {
  float: left;
  position: relative;
  width: 100%;
}

.banner-widget > img {
  float: left;
  width: 100%;
}

.banner-detail {
  left: 50%;
  padding: 0 30px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}

.banner-detail > h2 {
  color: #fff;
  float: left;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 30px;
  text-transform: uppercase;
  width: 100%;
  padding-bottom: 10px;
}

.banner-detail > span {
  color: #afafaf;
  float: left;
  font-size: 16px;
  letter-spacing: 0.4px;
  padding-bottom: 10px;
  text-transform: capitalize;
  width: 100%;
}

.banner-detail > p {
  color: #d3d3d3;
  float: left;
  letter-spacing: 1px;
  margin-bottom: 40px;
  width: 100%;
}

.banner-widget::before {
  background: rgba(0, 0, 0, 0.5);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/*--- contact us widget ---*/

.contact-us {
  float: left;
  width: 100%;
}

.contact-us > ul {
  float: left;
  list-style: outside none none;
  margin-top: 15px;
  padding-left: 0;
  width: 100%;
}

.contact-us > ul > li {
  color: #666;
  display: table;
  font-size: 12px;
  letter-spacing: 0.6px;
  margin-bottom: 5px;
}

.contact-us > ul li i {
  float: left;
  font-size: 16px;
  margin-bottom: 13px;
  margin-right: 10px;
}

/*--- video widget ---*/

.video-widget {
  float: left;
  position: relative;
  width: 100%;
}

.video-widget > img {
  float: left;
  width: 100%;
}

.video-widget::before {
  content: "";
  height: 100%;
  left: 0;
  -webkit-opacity: 0.35;
  -moz-opacity: 0.35;
  -ms-opacity: 0.35;
  -o-opacity: 0.35;
  opacity: 0.35;
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-transition: all 0.5s linear 0s;
  -moz-transition: all 0.5s linear 0s;
  -ms-transition: all 0.5s linear 0s;
  -o-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
}

.video-widget > a {
  color: #fff;
  font-size: 35px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}

.video-widget > span {
  bottom: 30px;
  color: #fff;
  font-weight: bold;
  left: 50%;
  letter-spacing: 1px;
  position: absolute;
  text-transform: uppercase;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
  transform: translate(-50%);
}

.video-widget:hover:before {
  background: #000 none repeat scroll 0 0;
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  -ms-opacity: 0.4;
  -o-opacity: 0.4;
  opacity: 0.4;
}

.video-widget:hover a {
  -webkit-transform: translate(-50%, -50%) scale(1.2);
  -moz-transform: translate(-50%, -50%) scale(1.2);
  -ms-transform: translate(-50%, -50%) scale(1.2);
  -o-transform: translate(-50%, -50%) scale(1.2);
  transform: translate(-50%, -50%) scale(1.2);
}
/*--- filckr gallery ---*/

.gallery {
  float: left;
  list-style: outside none none;
  padding-left: 0;
  width: 100%;
}

.gallery > li {
  float: left;
  margin-bottom: 5px;
  margin-right: 5px;
  max-width: 31%;
  position: relative;
  width: 100%;
}

.gallery li a {
  display: inline-block;
}

.gallery img:hover {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}

.gallery img {
  -webkit-transition: all 0.5s linear 0s;
  -moz-transition: all 0.5s linear 0s;
  -ms-transition: all 0.5s linear 0s;
  -o-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;

}

/*--- twitter widget ---*/

.twitter-feed {
  float: left;
  list-style: outside none none;
  padding-left: 0;
  width: 100%;
}

.twitter-feed > li {
  display: inline-block;
}

.twiter-post {
  float: left;
  width: 100%;
}

.twiter-post > i {
  font-size: 20px;
  text-shadow: 1px 3px 2px #a0a0a0;
}

.twiter-post > p {
  float: left;
  line-height: 30px;
  width: 100%;
}

/*--- success stories widget ---*/

.success-stories {
  float: left;
  list-style: outside none none;
  padding-left: 0;
  width: 100%;
}

.success-stories > li {
  background: #151515 none repeat scroll 0 0;
  display: inline-table;
  margin-bottom: 20px;
}

.success-stories > li a {
  color: #d9d9d9;
  font-size: 11px;
  letter-spacing: 1px;
  padding: 10px;
  display: table-cell;
  vertical-align: middle;
}

.success-stories > li a:hover{
	text-decoration:underline;
}

.success-stories li span {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  color: #000;
  display: table-cell;
  font-size: 9px;
  font-weight: bold;
  line-height: initial;
  padding: 10px 5px;
  text-align: center;
  text-transform: uppercase;
  width: 95px;
}

.success-stories li span i {
  color: #fff;
  float: left;
  font-style: normal;
  padding-bottom: 5px;
  text-transform: uppercase;
  width: 100%;
  font-size: 11px;
  letter-spacing: 1px;
}

.flickr-gallery {
  float: left;
  list-style: outside none none;
  padding-left: 0;
  width: 100%;
}

.flickr-gallery > li {
  display: inline-block;
  margin-bottom: 6px;
  margin-right: 7px;
  overflow: hidden;
}

.flickr-gallery li a {
  display: inline-block;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.flickr-gallery li a:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

/*--- ELIMENTS ---*/

/*--- heading 1 style ---*/

.heading-1,
.heading-3 {
  float: left;
  text-align: center;
  width: 100%;
}

.heading-1 > h4,
.heading-3 > h4 {
  border-bottom: 2px solid #e5e5e5;
  color: #333;
  display: inline-block;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 1px;
  padding-bottom: 12px;
  position: relative;
  text-transform: uppercase;
}

.heading-3 > h4 {
  border: none;
}

.heading-1 > h4::before {
  bottom: -2px;
  content: "";
  height: 2px;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
  transform: translate(-50%);
  width: 60px;
}

/*--- heading 2 style ---*/

.heading-2 {
  float: left;
  text-align: center;
  width: 100%;
}

.heading-2 > span {
  color: #bcbcbc;
  float: left;
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  width: 100%;
}

.heading-2 > h4 {
  float: left;
  font-weight: bold;
  letter-spacing: 2px;
  padding-bottom: 10px;
  padding-top: 4px;
  text-transform: uppercase;
  width: 100%;
  font-size: 26px;
}

.model {
  float: left;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 33px;
  position: relative;
  text-align: center;
  text-transform: capitalize;
  width: 100%;
  color: #ccc;
}

.model::before {
  background: #ccc none repeat scroll 0 0;
  content: "";
  height: 2px;
  left: 220px;
  position: absolute;
  top: 85px;
  width: 517px;
}

/*--- classic title ---*/

.big-heading > h2 {
  color: #313131;
  font-size: 40px;
  text-transform: capitalize;
}

/*--- footer map widget ---*/

.footer-map {
  float: left;
  width: 100%;
  position: relative;
}

.footer-map > img {
  float: left;
}

.pointer {
  border: 2px solid #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  height: 15px;
  padding: 2px;
  position: absolute;
  width: 15px;
}

.pointer span {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  float: left;
  height: 100%;
  position: relative;
  width: 100%;
}

.pointer:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(255,255,255,0.6);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: pointing 1s infinite;
  -moz-animation: pointing 1s infinite;
  -ms-animation: pointing 1s infinite;
  -o-animation: pointing 1s infinite;
  animation: pointing 1s infinite;
}

@keyframes pointing {
  0% {transform:scale(1.7); opacity:1;}
  25% {transform:scale(2); opacity:0.6;}
  50% {transform:scale(2.3);  opacity:0.3;}
  100% {transform:scale(2.6); opacity:0;}
}

.address-tooltip {
  left: -100px;
  padding: 20px 0 0;
  position: absolute;
  top: 120%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: 242px;
  z-index: 1;
}

.pointer:hover .address-tooltip {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.address-tooltip::before {
  border-bottom: 10px solid #333;
  border-left: 10px solid rgba(0, 0, 0, 0);
  border-right: 10px solid rgba(0, 0, 0, 0);
  content: "";
  left: 96px;
  position: absolute;
  top: 10px;
}

.address-tooltip ul {
  background: #333;
  -webkit-box-shadow: 0 0 23px #000;
  -moz-box-shadow: 0 0 23px #000;
  -ms-box-shadow: 0 0 23px #000;
  -o-box-shadow: 0 0 23px #000;
  box-shadow: 0 0 23px #000;
  float: left;
  padding: 20px 20px 15px;
  width: 100%;
  list-style: none;
}

.address-tooltip ul li {
  color: #fff;
  font-family: Heebo;
  font-size: 11px;
  line-height: 25px;
  padding: 0;
}

.address-tooltip ul li i {
  margin-right: 10px;
  font-size: 14px;
}

/*--- newsletter and subscribe ---*/

.news-letter {
  background: #0a0a0a none repeat scroll 0 0;
  float: left;
  padding: 48px 0;
  width: 100%;
  border-bottom: 2px solid;
}

.newsletter-address {
  display: table;
  width: 100%;
}

.newsletter-address i {
  background: #242424 none repeat scroll 0 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  color: #fff;
  display: table-cell;
  float: left;
  font-size: 28px;
  line-height: 60px;
  text-align: center;
  width: 60px;
}

.newsletter-address > h4 {
  color: #fff;
  display: table-cell;
  font-weight: bold;
  letter-spacing: 0.6px;
  vertical-align: middle;
  font-size:22px;
}

.newsletter-address > h4 span {
  color: #cacaca;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}

form.subscribe-us {
  float: left;
  margin: 13px auto 0;
  position: relative;
  text-align: center;
  width: 100%;
}

.subscribe-us input {
  background: #242424 none repeat scroll 0 0;
  border: medium none;
  color: #d1d1d1;
  font-size: 11px;
  letter-spacing: 0.6px;
  padding: 13px 20px;
  text-transform: capitalize;
  width: 270px;
}

.subscribe-us button {
  border: medium none;
  color: #fff;
  font-size: 12px;
  height: 41px;
  letter-spacing: 0.6px;
  margin-left: 10px;
  text-transform: uppercase;
  width: 115px;
  font-weight:bold;
}

/*--- bottom bar ---*/

.bottombar {
  background: #1c1c1c;
  border-top: 2px solid;
}

.copyright > span {
  color: #fff;
  float: left;
  font-size: 10px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.copyright {
  float: left;
  line-height: 50px;
  width: 100%;
}

.copyright .useful-links {
  float: right;
  line-height: 50px;
}

.big-heading {
  float: left;
  text-align: center;
  width: 100%;
}

/*--- footer light version ---*/

.news-letter.light {
  background: #f7f7f7 none repeat scroll 0 0;
}

.news-letter.light .newsletter-address > h4 {
  color: #5f5f5f;
}

.news-letter.light .newsletter-address > h4 span {
  color: #8e8e8e;
}

.light .subscribe-us input {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #e1e1e1;
  color: #828282;
}

footer.light {
  background: #f7f7f7 none repeat scroll 0 0;
}

footer.light .widget-title {
  color: #333;
}

footer.light .address {
  color: #333;
}

footer.light .address li i {
  color: #fff;
}

.bottombar.light {
  background: #eaeaea none repeat scroll 0 0;
}

.bottombar.light .copyright > span {
  color: #333;
}

.bottombar.light .useful-links > li > a {
  color: #333;
}

/*--- our cause section ---*/

.our-cause.loader-data > h3 {
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
    padding-bottom: 10px;
}

.our-cause-caro {
  float: left;
  width: 100%;
  margin-top: 60px;
}

.caro-unit {
  border-bottom: 2px solid;
  float: left;
  position: relative;
  margin-right: 10px;
}

.cause-avatar {
  float: left;
  width: 100%;
}

.cause-avatar img {
  float: left;
  width: 100%;
}

.cause-meta .progress {
  background: #eee none repeat scroll 0 0;
  margin-top: 11px;
  margin-bottom: 30px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  float: left;
  height: 8px;
  position: relative;
  width: 100%;
}

.cause-meta > h2 {
  color: #222;
  float: left;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.6px;
  text-transform: capitalize;
  width: 100%;
}

.cause-meta > h2 a {
  color: inherit;
}

.cause-meta > p {
  color: #666;
  float: left;
  line-height: 22px;
  max-width: 96%;
  padding-bottom: 8px;
  padding-top: 10px;
  width: 100%;
}

.donate-me {
  color: #fff;
  display: inline-block;
  float: right;
  font-size: 11px;
  letter-spacing: 0.8px;
  padding: 10px 15px;
  text-transform: uppercase;
  font-weight: 500;
}

.donate-me:hover {
  color: #fff;
}

.required-amount {
  display: inline-block;
  padding: 6px 13px;
  position: absolute;
  right: -10px;
  text-align: center;
  top: 10px;
  -webkit-opacity: 0.95;
  -moz-opacity: 0.95;
  -ms-opacity: 0.95;
  -o-opacity: 0.95;
  opacity: 0.95;
  background-color: #808080;
}

.required-amount > span {
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 22px;
  display: inline-block;
}

.required-amount > i {
  color: #fff;
  font-size: 9px;
  font-style: normal;
  letter-spacing: 1px;
  line-height: 22px;
  text-transform: uppercase;
  display: table;
}

.required-amount::before {
  border-bottom: 10px solid transparent;
  border-left: 10px solid;
  border-top: 0 solid transparent;
  content: "";
  position: absolute;
  right: 0;
  top: 34px;
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  -ms-opacity: 0.9;
  -o-opacity: 0.9;
  opacity: 0.9;
}

.cause-meta > span {
  float: right;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 0;
  margin-top: -9px;
}

.our-cause {
  float: left;
  width: 100%;
}

.our-cause > div {
  margin-bottom: 50px;
}

/*--- parralex section ---*/

.paralex-section {
  color: #fff;
  float: left;
  text-align: center;
  width: 100%;
}

.paralex-section > span {
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.paralex-section > h2 {
  font-size: 42px;
  font-weight: bold;
  letter-spacing: 1px;
  padding-bottom: 25px;
  padding-top: 30px;
  text-transform: uppercase;
}

.paralex-section > p {
  font-size: 16px;
  letter-spacing: 0.6px;
  line-height: 28px;
  margin: 0 auto;
  max-width: 75%;
  padding-bottom: 52px;
  width: 100%;
  color: #fff;
}

.paralex-section.style3 .button-large {
  background: #333 none repeat scroll 0 0;
  padding: 20px;
}

/*--- buttons styles ---*/

.button-styles {
  float: left;
  margin-top: 50px;
  width: 100%;
}

.button-large,
.button-medium,
.button-small {
  color: #fff;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0.6px;
  padding: 22px 24px;
  text-transform: uppercase;
}

.button-medium {
  padding: 17px 30px;
  font-size: 12px;
}

.button-small {
  font-size: 11px;
  padding: 12px 18px;
  font-weight: bold;
  letter-spacing: 1px;
}

.button-standerd {
  padding: 10px 15px;
  font-size: 12px;
  background: #333;
  text-transform: capitalize;
  color: #fff;
  letter-spacing: 0.6px;
}

.button-large:hover,
.button-medium:hover,
.button-small:hover,
.button-standerd:hover {
  color: #fff;
}

/*--- our sponsors section ---*/

.our-sponsors {
  float: left;
  list-style: outside none none;
  padding-left: 0;
  width: 100%;
  margin-top: 30px;
}

.our-sponsors > li {
  background: #ccc none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  float: left;
  margin-right: 30px;
  width: 270px;
}

.our-sponsors > a {
  display: inline-block;
}

.our-sponsors a img {
  float: left;
  width: 100%;
}

.our-sponsors > li:last-child {
  margin-right: 0;
}

/*--- banner volunteer ---*/

.volunteer-banner {
  float: left;
  width: 100%;
}

.banner-meta {
  color: #fff;
  float: left;
  padding: 55px 40px;
  width: 100%;
}

.banner-meta > img {
  display: block;
  margin: 0 auto;
}

.banner-meta > i {
  float: left;
  font-size: 13px;
  letter-spacing: 1px;
  padding-top: 45px;
  width: 100%;
}

.banner-meta > h4 {
  float: left;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 1px;
  padding-bottom: 22px;
  padding-top: 13px;
  width: 100%;
  text-transform: uppercase;
}

.banner-meta > p {
  color: #ebebeb;
  float: left;
  padding-bottom: 35px;
  width: 100%;
}

.banner-meta .button-medium {
  background: #222;
}

.volunteers {
  float: left;
  width: 100%;
}

.volunteers > div {
  margin-bottom: 50px;
}

/*--- news recent carousel ---*/

.news-charity {
  float: left;
  width: 100%;
}

.col-title {
  border-bottom: 2px solid #f0f0f0;
  float: left;
  width: 100%;
  margin-bottom: 30px;
}

.col-title > h4 {
  float: left;
  font-size: 19px;
  font-weight: bold;
  letter-spacing: 1px;
  padding-bottom: 10px;
  position: relative;
  text-transform: uppercase;
}

.col-title > h4::before {
  bottom: -2px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}

.recent-news-caro {
  float: left;
  padding-bottom: 50px;
  padding-top: 24px;
  width: 100%;
}

.news-info {
  border-bottom: 2px solid;
  float: left;
  width: 100%;
  padding-top: 20px;
}

.news-info > h4 {
  color: #333;
  float: left;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.4px;
  line-height: 24px;
  text-transform: uppercase;
  width: 100%;
}

.news-info > span {
  float: left;
  font-size: 11px;
  font-style: italic;
  letter-spacing: 0.4px;
  text-transform: capitalize;
  width: 100%;
  line-height: 24px;
}

.news-info > span i {
  color: #333;
}

.news-info > p {
  color: #7e7d7d;
  float: left;
  letter-spacing: 0.4px;
  padding-bottom: 12px;
  padding-top: 11px;
  width: 100%;
}

.news-info .button-small {
  float: right;
}

.news-caro-image {
  float: left;
  width: 100%;
}

.news-caro-image > img {
  max-width: 87%;
  float: right;
}

.btn-7c.btn-activated::after {
  -webkit-animation: 0.7s ease 0s normal forwards 1 running fillToRight;
  -moz-animation: 0.7s ease 0s normal forwards 1 running fillToRight;
  -ms-animation: 0.7s ease 0s normal forwards 1 running fillToRight;
  -o-animation: 0.7s ease 0s normal forwards 1 running fillToRight;
  animation: 0.7s ease 0s normal forwards 1 running fillToRight;
}

.recent-news-caro .owl-nav {
  top: -20px;
}

.news-carousel-btn a {
  color: #222;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  line-height: 28px;
  text-align: center;
  text-transform: uppercase;
}

.news-carousel-btn a img {
  float: left;
  width: 100%;
}

.news-carousel-btn {
  background: #f1f1f1;
  display: inline-block;
  padding: 20px 30px 10px;
  float: left;
  width: 100%;
}

/*--- parallax 2  home2 banner ---*/

.banner {
  color: #fff;
  float: left;
  text-align: center;
  width: 100%;
}

.banner > h2 {
  float: left;
  font-size: 42px;
  font-weight: bold;
  letter-spacing: 2px;
  width: 100%;
}

.banner > p {
  color: #e1e0e0;
  display: -o-flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  line-height: 30px;
  margin: 0 auto;
  max-width: 75%;
  padding-bottom: 38px;
  padding-top: 30px;
  width: 100%;
  font-size: 15px;
}

.banner .button-medium {
  font-weight: bold;
}

/*--- video col ---*/

.col-gap {
  float: left;
  margin-top: 30px;
  position: relative;
  width: 100%;
}

.charity-video .col-gap > img {
  float: left;
  width: 100%;
}

.charity-video .col-gap > a {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  display: inline-block;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.charity-video .col-gap::before {
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.charity-video .col-gap:hover a {
  -webkit-transform: translate(-50%, -50%) scale(1.2);
  -moz-transform: translate(-50%, -50%) scale(1.2);
  -ms-transform: translate(-50%, -50%) scale(1.2);
  -o-transform: translate(-50%, -50%) scale(1.2);
  transform: translate(-50%, -50%) scale(1.2);
}

.charity-video .col-gap:hover:before {
  background: rgba(0,0,0,.4);
}

.charity-video .col-gap > a i {
  font-size: 55px;
  color: #fff;
}

.charity-video {
  float: left;
  position: relative;
  width: 100%;
}

#html5-watermark {
  display: none !important;
}

/*--- upcoming event col ---*/

.coming-events {
  float: left;
  width: 100%;
}

.coming-events > div {
  margin-bottom: 50px;
}

.coming-events-caro {
  float: left;
  width: 100%;
}

.event-unit {
  float: left;
  position: relative;
  margin-right: 30px;
  width: 100%;
}

.event-unit:last-child {
  margin-right: 0;
}

.event-unit > img {
  float: left;
  width: 100%;
}

.event-unit .countdown {
  left: 0;
  position: absolute;
  top: 0;
}

.event-meta {
  float: left;
  padding-top: 12px;
  width: 100%;
}

.event-meta > span {
  font-size: 10px;
  font-weight: bold;
  text-transform: capitalize;
}

.event-meta > span em {
  color: #333;
  font-style: normal;
}

.event-meta > span i {
  font-size: 18px;
  margin-right: 5px;
}

.event-meta > h2 {
  color: #222;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 24px;
  text-transform: uppercase;
  padding-top: 3px;
}

.event-meta > p {
  color: #666;
}

.event-meta > h2 > a {
  color: inherit;
}

.coming-events-caro .owl-nav {
  top: -43px;
}

.up-coming-event .countdown {
  left: 32px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*--- become a valanteer form on top ---*/


.new-valunteer-form {
  background: #189f97 none repeat scroll 0 0;
  bottom: -200%;
  display: inline-block;
  padding: 20px 35px 15px;
  position: fixed;
  right: 0;
  text-align: center;
  -webkit-transition: all 0.4s linear 0s;
  -moz-transition: all 0.4s linear 0s;
  -ms-transition: all 0.4s linear 0s;
  -o-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
  width: 420px;
  height: 70%;
  z-index: 9999;
}


.valunte-closed {
  color: #fff;
  float: right;
  font-size: 16px;
  margin-bottom: 15px;
}

.valunte-closed:hover {
  color: #fff;
}

.new-valunteer-form.open {
  visibility: visible;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  bottom: 0;
}

.form-title {
  color: #fff;
  float: left;
  width: 100%;
}

.form-title > span {
  color: #d00f10;
  font-size: 9px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.form-title > h4 {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.8px;
  padding-bottom: 17px;
  padding-top: 7px;
  text-transform: uppercase;
}

.new-valunteer-form form {
  float: left;
  width: 100%;
}

.new-valunteer-form form input,
.new-valunteer-form form textarea {
  background: #222 none repeat scroll 0 0;
  border: 1px solid transparent;
  color: #fff;
  float: left;
/*  font-size: 9px;
*/  letter-spacing: 0.8px;
  margin-bottom: 10px;
  padding: 13px 20px;
  text-transform: uppercase;
  width: 100%;
}

.new-valunteer-form form input:focus,
.new-valunteer-form form textarea:focus {
  border: 1px solid #3e3e3e;
}

.new-valunteer-form form button {
  background: #222 none repeat scroll 0 0;
  border: medium none;
  color: #dadada;
  float: right;
  font-size: 10px;
  height: 30px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  width: 70px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.new-valunteer-form form button:hover {
  -webkit-box-shadow: 0 2px 2px #737373;
  -moz-box-shadow: 0 2px 2px #737373;
  -ms-box-shadow: 0 2px 2px #737373;
  -o-box-shadow: 0 2px 2px #737373;
  box-shadow: 0 2px 2px #737373;
}

.become-valante {
  cursor: pointer;
  float: left;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 2;
}

.become-valante > i {
  background: #05827b none repeat scroll 0 0;
  color: #fff;
  float: left;
  line-height: 40px;
  width: 55px;
}

.become-valante > a {
  color: #fff;
  font-size: 10px;
  letter-spacing: 0.8px;
  line-height: 40px;
  text-transform: uppercase;
}

.new-valantee {
  position: absolute;
  bottom: 0;
  right: 90px;
  z-index: 99;
  overflow: hidden;
}

/*---- services section styles ---*/

.services {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}

.services-icon {
  float: left;
  text-align: center;
  width: 100%;
}

.services-icon > i {
  background: #e7e7e7;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  display: inline-block;
  font-size: 42px;
  line-height: 100px;
  width: 102px;
}

.services-meta {
  float: left;
  text-align: center;
  width: 100%;
}

.services-meta > h2 {
  float: left;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 24px;
  padding: 15px 0 5px;
  text-transform: uppercase;
  width: 100%;
}

.services-meta > h2 > a {
  color: inherit;
}

.services-meta p {
  color: #666;
  font-size: 12px;
  max-width: 90%;
  width: 100%;
  margin: 0 auto;
}

.gray-bg .services-icon i {
  background: #fff none repeat scroll 0 0;
}

/*--- services parallax style ---*/

.paralex-style .services-icon > i {
  color: #fff;
}

.paralex-style .services-meta > p {
  color: #e1e1e1;
}

.services-image {
  float: left;
  width: 100%;
}

.services-image img {
  float: left;
  width: 100%;
}

.services.box-style .services-icon i {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

.gray-bg > div .box-style {
    padding-top: 35px;
}


/*--- image gallery masonery style ---*/

.gallery-avatar {
  float: left;
  width: 100%;
}

.gallery-avatar img {
  float: left;
  width: 100%;
}

.option-set.la-gallery {
  display: inline-block;
  margin-bottom: 45px;
  margin-top: 40px;
  padding-left: 0;
}

.product-filter {
  float: left;
  text-align: center;
  width: 100%;
}

.la-gallery > li {
  display: inline;
  margin-right: 36px;
}

.la-gallery > li a {
  color: #333;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.la-gallery > li a.selected {
  border-bottom: 2px solid;
  padding-bottom: 5px;
}

/*--- testimonial tabs ---*/

.testi-monials {
  border: 1px solid #dbdbdb;
  float: left;
  padding-bottom: 14px;
  padding-top: 55px;
  text-align: center;
  width: 100%;
  margin-top: 70px;
}

.testi-monials .tab-content p {
  color: #666;
  font-size: 15px;
  line-height: 26px;
  margin: 0 auto;
  max-width: 73%;
  text-align: center;
  width: 100%;
}

.testi-admin {
  border-bottom: medium none;
  display: inline-block;
  margin-top: 40px;
}

.testi-admin > li {
  display: inline-block;
  margin-right: 20px;
}

.testi-admin > li a {
  display: block;
  margin: 0;
  padding: 0;
}

.testi-monials .testi-admin li.active > a {
  background: none;
}

.testi-admin > li a img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

.testi-admin li.active > a {
  border-color: transparent !important;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background: none;
  border-color: transparent;
}

.testi-admin li span {
  font: 13px/26px "Heebo";
  letter-spacing: 0.4px;
  text-transform: capitalize;
}

/*--- success story section ---*/

.success-story {
  float: left;
  width: 100%;
}

.success-story > div {
  margin-bottom: 50px;
}

.success-story-caro {
  float: left;
  width: 100%;
  margin-top: 40px;
}

.story-unit {
  float: left;
  width: 100%;
}

.story-avatar {
  float: left;
  width: 100%;
}

.story-avatar > a {
  display: block;
}

.story-avatar img {
  float: left;
  width: 100%;
}

.expense {
  background: #f3f3f3;
  float: left;
  width: 100%;
}

.total {
  float: left;
  padding: 0 18px 3px;
}

.socials {
  display: -moz-inline-stack;
  float: right;
  line-height: 42px;
  list-style: outside none none;
  padding-left: 0;
  padding-right: 10px;
  vertical-align: bottom;
}

.socials > li {
  display: inline;
}

.socials > li a {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  line-height: 23px;
  text-align: center;
  width: 24px;
}

.socials > li a:hover {
  -webkit-box-shadow: 0 2px 3px #454545;
  -moz-box-shadow: 0 2px 3px #454545;
  -ms-box-shadow: 0 2px 3px #454545;
  -o-box-shadow: 0 2px 3px #454545;
  box-shadow: 0 2px 3px #454545;
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}

.total > span {
  color: #111;
  font-size: 8px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.total > h4 {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.6px;
}

.story-meta {
  float: left;
  padding-top: 15px;
  width: 100%;
}

.story-meta > h2 {
  color: #222;
  font-size: 19px;
  font-weight: bold;
  letter-spacing: 0.6px;
  padding: 10px 0;
}

.story-meta > h2 > a {
  color: inherit;
}

.story-meta > span {
  color: #333;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 0.8px;
  text-transform: capitalize;
}

.story-meta > span > i {
  font-size: 18px;
  margin-right: 3px;
}

.story-meta > span em {
  font-style: normal;
}

.story-meta > p {
  float: lef;
  width: 100%;
  font-size: 13px;
  color: #666;
  padding-top: 10px;
}

/*--- our mission counter funfacts ---*/

.our-mission {
  float: left;
  text-align: center;
  width: 100%;
}

.our-mission > h1 {
  color: #252525;
  float: left;
  font-size: 42px;
  letter-spacing: 2px;
  padding-bottom: 28px;
  text-transform: uppercase;
  width: 100%;
  font-weight: bold;
}

.our-mission > p {
  color: #666;
  display: block;
  font-size: 15px;
  margin: 0 auto;
  max-width: 60%;
  padding-bottom: 45px;
  padding-top: 30px;
  width: 100%;
}

.our-mission .button-medium {
  font-weight: bold;
}

.donate-counter {
  float: left;
  margin-top: 50px;
  width: 100%;
}

.mission-count {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #c3c3c3;
  float: left;
  padding: 25px 20px 20px;
  width: 100%;
}

.mission-count > span {
  color: #333;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0.4px;
  line-height: 24px;
}

.mission-count > p {
  font-size: 13px;
  letter-spacing: 0.4px;
  padding-top: 10px;
  text-transform: uppercase;
}

/*--- wizard form ---*/

.wizard {
  float: left;
  width: 100%;
}

.wizard-inner .nav.nav-tabs p {
  float: left;
  font-size: 10px;
  margin-top: 6px;
  text-transform: uppercase;
  width: 100%;
}

.wizard-inner::before {
  background: #f0f0f0 none repeat scroll 0 0;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  top: 20px;
  width: 100%;
}

.wizard .nav-tabs {
  border: medium none;
  float: left;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 2;
}

.wizard > div.wizard-inner {
  float: left;
  position: relative;
  text-align: center;
  width: 100%;
}

.connecting-line {
  background: #e0e0e0 none repeat scroll 0 0;
  height: 2px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 50%;
  width: 80%;
  z-index: 1;
}

.wizard .nav-tabs > li.active > a,
.wizard .nav-tabs > li.active > a:hover,
.wizard .nav-tabs > li.active > a:focus {
  border: none;
  -webkit-border-image: none;
  -moz-border-image: none;
  -ms-border-image: none;
  -o-border-image: none;
  border-image: none;
  border-style: none;
  border-width: medium;
  cursor: default;
}

span.round-tab {
  background: #f0f0f0 none repeat scroll 0 0;
  border: medium none;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  color: #222;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  height: 40px;
  left: 0;
  line-height: 40px;
  width: 40px;
  z-index: 2;
}

span.round-tab i {
  color: #555555;
}

.wizard li.active span.round-tab {
  border: medium none;
  color: #fff;
  display: inline-block;
}

.wizard li.active span.round-tab i {
  color: #5bc0de;
}

span.round-tab:hover {
  border: 2px solid #333;
  color: #333;
}

.wizard .nav-tabs > li {
  text-align: center;
  width: 33%;
}

.wizard .nav-tabs > li a {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  display: inline-block;
  padding: 0;
  background: none;
}

.wizard .nav-tabs > li a:hover {
  background: none;
}

.wizard .tab-pane {
  padding-top: 50px;
  position: relative;
}

.wizard h3 {
  margin-top: 0;
}

.step1 .row {
  margin-bottom: 10px;
}

.step_21 {
  border: 1px solid #eee;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 10px;
}

.step33 {
  border: 1px solid #ccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 10px;
  padding-left: 10px;
}

.dropselectsec {
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  color: #333;
  font-weight: normal;
  margin-left: 10px;
  outline: medium none;
  padding: 6px 5px;
  width: 68%;
}

.dropselectsec1 {
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  color: #333;
  font-weight: normal;
  margin-left: 10px;
  outline: medium none;
  padding: 6px 5px;
  width: 74%;
}

.mar_ned {
  margin-bottom: 10px;
}

.wdth {
  width: 25%;
}

.birthdrop {
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  color: #333;
  font-weight: normal;
  margin-left: 10px;
  outline: 0 none;
  padding: 6px 5px;
  width: 16%;
}

/*--- required style ---*/

.payment-form {
  float: left;
  width: 100%;
}

.wizardform-title {
  color: #222;
  float: left;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.6px;
  margin-bottom: 20px;
  text-transform: uppercase;
  width: 100%;
}

.form-control,
.form-control-area {
  background: #f8f8f8 none repeat scroll 0 0;
  border: medium none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  color: #666;
  font-size: 10px;
  height: initial;
  letter-spacing: 0.6px;
  line-height: unset;
  margin-bottom: 15px;
  padding: 17px 20px;

  /* text-transform: uppercase;
   */
  resize: none;
  width: 100%;
  float: left;
}

.form-control:focus {
  border-color: none !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

.methods {
  float: left;
  width: 100%;
}

.pay-carrier {
  float: left;
  list-style: outside none none;
  padding-left: 0;
  width: 100%;
}

.pay-carrier > li {
  display: inline;
  margin-right: 6px;
}

.pay-carrier li a {
  background: #333 none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 0.6px;
  padding: 17px 22px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.payment-process > div span img {
  position: absolute;
  right: 19px;
  top: 30%;
  max-width: 13%;
  width: 100%;
  -webkit-transform: translateY(-30%);
  -moz-transform: translateY(-30%);
  -ms-transform: translateY(-30%);
  -o-transform: translateY(-30%);
  transform: translateY(-30%);
}

.branch > span {
  font-size: 14px;
  margin-bottom: 30px;
  float: left;
  width: 100%;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  line-height: 26px;
  color: #5d5d5d;
}

.branch > ul li em {
  display: block;
  font-weight: bold;
  font-size: 12px;
  margin-bottom: 4px;
}
/*
.nice-select {
  background: #f8f8f8 none repeat scroll 0 0;
  border: medium none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  color: #000;
  float: left;
  font-size: 10px;
  letter-spacing: 0.6px;
  margin-bottom: 15px;
  text-transform: uppercase;
  width: 100%;
  height: 50px;
}

.nice-select span {
  line-height: 50px;
  color: #000;
} */

.list {
  width: 100%;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  border-radius: 0 !important;
}

.list li:hover {
  color: #fff;
}

.amout-radio {
  float: left;
  margin: 35px 0;
  width: 100%;
}

.amout-radio > label {
  color: #555;
  font-size: 14px;
  font-weight: bold;
  margin-left: 5px;
  letter-spacing: 1px;
}

.amout-radio > input[type="radio"] {
  margin-left: 30px;
}

.amout-radio > input[type="radio"]:first-child {
  margin-left: 0;
}

.methods > label {
  color: #333;
  font-size: 10px;
  letter-spacing: 0.6px;
  margin-right: 35px;
  text-transform: uppercase;
  vertical-align: middle;
}

.methods > input.form-control {
  display: inline-block;
  float: none;
  vertical-align: unset;
  width: 270px;
}

.wizard-btn {
  border: medium none;
  color: #fff;
  float: right;
  font-size: 11px;
  letter-spacing: 0.6px;
  line-height: 47px;
  text-transform: uppercase;
  width: 115px;
}

.payment-process .tab-pane {
  padding-top: 0;
}
.payment-form.black input,
.payment-form.black textarea,
.payment-form.black .nice-select{
	background:#333;
	color:#fff;
}
.payment-form.black .nice-select .list {
    background-color: #5e5e5e;
}

/*--- our compaign coloum ---*/

.Our-Compaign {
  float: left;
  list-style: outside none none;
  padding-left: 0;
  width: 100%;
}

.Our-Compaign > li {
  display: inline-block;
  position: relative;
}

.compain-bg {
  float: left;
  position: relative;
  width: 100%;
}

.compain-bg::before {
  background: #000 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  -ms-opacity: 0.8;
  -o-opacity: 0.8;
  opacity: 0.8;
  position: absolute;
  top: 0;
  width: 100%;
}

.comp-meta {
  color: #fff;
  float: left;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}

.comp-meta > span {
  float: left;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 30px;
  width: 100%;
}

.comp-meta > h2 {
  float: left;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 22px;
  padding-top: 5px;
  text-transform: uppercase;
  width: 100%;
}

.comp-meta > h2 > a {
  color: inherit;
}

/*--- accordion col section ---*/

.ziehharmonika {
  float: left;
  width: 100%;
}

.ziehharmonika p {
  margin-bottom: 18px;
}

.ziehharmonika p:last-child {
  margin-bottom: 0;
}

.accordion-title {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.4px;
  padding-left: 15px !important;
}

.accordion-title.active {
  color: #fff;
}

/*--- accordion style 2 ---*/

.ziehharmonika.style2 .collapseIcon {
  background: #444444;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  color: #fff;
  font-size: 20px;
  line-height: 27px;
  text-align: center;
  width: 25px;
	height: 25px;
}

.ziehharmonika.style2 > div,
.ziehharmonika.style3 > div,
.ziehharmonika.style4 > div {
  border: medium none;
  padding: 0 10px 10px;
}

.ziehharmonika.style2 .active .arrowDown,
.ziehharmonika.style3 .active .arrowDown,
.ziehharmonika.style4 .active .arrowDown,
.ziehharmonika.style5 .active .arrowDown {
  display: none;
}

.ziehharmonika.style2 .accordion-title.active .collapseIcon {
  background: #fff none repeat scroll 0 0;
}

/*--- accoudion style 3 ---*/

.ziehharmonika.style3 .accordion-title::before {
  color: #444;
  content: "\f123";
  font-family: ionicons;
  font-size: 20px;
  position: absolute;
  right: 10px;
  top: 11px;
}

.ziehharmonika.style3 .accordion-title::after {
  color: #444;
  content: "\f126";
  font-family: ionicons;
  font-size: 20px;
  position: absolute;
  right: 20px;
  top: 11px;
  z-index: 999;
  display: none;
}

.ziehharmonika.style3 .collapseIcon {
  display: none;
}

.ziehharmonika.style3 .accordion-title.active:before {
  display: none;
}

.ziehharmonika.style3 .accordion-title.active:after {
  display: block;
}

.ziehharmonika.style3 .accordion-title {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
  border: 1px solid #dbdbdb;
  color: #444;
}

/*--- accoudion style 4 ---*/

.ziehharmonika.style4 .accordion-title {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  font-size: 12px;
  padding-left: 30px !important;
}

.ziehharmonika.style4 .collapseIcon {
  display: none;
}

.ziehharmonika.style4 .accordion-title::before {
  color: #444;
  content: "\f35f";
  font-family: ionicons;
  font-size: 20px;
  position: absolute;
  right: 10px;
  top: 11px;
}

.ziehharmonika.style4 .accordion-title::after {
  color: #444;
  content: "\f365";
  font-family: ionicons;
  font-size: 20px;
  position: absolute;
  right: 20px;
  top: 11px;
  z-index: 999;
  display: none;
}

.ziehharmonika.style4 .accordion-title.active:before {
  display: none;
}

.ziehharmonika.style4 .accordion-title.active:after {
  display: block;
}

/*--- style 5 ---*/

.ziehharmonika.style5 .accordion-title.active {
  background: rgba(23,144,136,.4) !important;
}

.ziehharmonika.style5 .accordion-title {
  background-color: rgba(51, 51, 51, 0.4);
  color: #fff;
  margin-bottom: 28px;
}

.ziehharmonika.style5 > div {
  background: transparent none repeat scroll 0 0;
  border: medium none;
}

.ziehharmonika.style5 .collapseIcon {
  background: #111;
  line-height: 36px;
  right: 0;
  text-align: center;
  top: 0;
  width: 28px;
}

.ziehharmonika.style5 .accordion-title:nth-child(7) {
  margin-bottom: 0;
}

/*--- walfare carousel ---*/

.walfare-caro {
  width: 100%;
  float: left;
}

.walfare-unit {
  float: left;
  position: relative;
  width: 100%;
}

.walfare-unit > img {
  float: left;
  width: 100%;
}

.walfare-info {
  bottom: 0;
  float: left;
  left: 30px;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  -ms-opacity: 0.8;
  -o-opacity: 0.8;
  opacity: 0.8;
  padding: 16px 40px 5px;
  position: absolute;
  text-align: center;
  width: calc(100% - 60px);
}

.walfare-info > h4 {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  padding-bottom: 5px;
}

span.raised,
span.target {
  color: #fff;
  float: left;
  font-size: 9px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
}

span.target {
  float: right;
}

.target {
  color: #fff;
  float: right;
}

span.raised > i,
span.target > i {
  color: #222;
  float: left;
  font-size: 18px;
  font-style: normal;
  width: 100%;
}

.walfare-info .progress {
  border: 2px solid #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  float: left;
  height: 10px;
  margin-bottom: 7px;
  width: 100%;
}

.walfare-caro .owl-nav {
  bottom: initial;
  left: 0;
  right: initial;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}

.walfare-caro .owl-prev {
  float: left;
  margin-left: 10px;
}

.walfare-caro .owl-next {
  float: right;
  margin-right: 10px;
}

.walfare-caro .owl-prev::before,
.walfare-caro .owl-next::before,
.walfare-caro .owl-prev:hover:before,
.walfare-caro .owl-next:hover:before {
  color: #fff !important;
}

/*--- blog posts ---*/

.blog-post {
  float: left;
  width: 100%;
  border-bottom: 1px solid;
}

.blog-post .button-small {
  float: right;
  margin-top: 38px;
}
.sidebar-page .blog-post {
    margin-bottom: 50px;
}
/*--- urgent cause banner ---*/

.urgent-cause {
  background: #070707 none repeat scroll 0 0;
  color: #fff;
  float: left;
  padding: 50px;
  text-align: center;
  width: 100%;
}

.urgent-cause > h2 {
  float: left;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.3px;
  text-transform: capitalize;
  width: 100%;
}

.urgent-cause > span {
  float: left;
  font-size: 24px;
  letter-spacing: 1px;
  width: 100%;
}

.urgent-cause > img {
  margin-left: -30px;
  margin-top: -30px;
  max-width: 70%;
  width: 100%;
}

.urgent-cause > h6 {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1px;
  padding-bottom: 18px;
  padding-top: 40px;
}

.urgent-cause .progress {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  height: 12px;
  margin-bottom: 0;
  padding: 2px;
}

.urgent-cause > i {
  float: right;
  font-size: 11px;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 24px;
}

.urgent-cause .button-medium {
  margin-left: 30px;
  margin-top: 45px;
}

/*--- ongoing projects section ---*/

.proj-wrapper {
  float: left;
  width: 100%;
  margin-top: 30px;
}

.ongoing-proj {
  float: left;
  position: relative;
  width: 100%;
}

.ongoing-proj > img {
  float: left;
  width: 100%;
}

.project-info {
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}

.ongoing-proj::before {
  background: #fff none repeat scroll 0 0;
  border: 15px solid #000;
  content: "";
  height: 100%;
  left: 0;
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  -ms-opacity: 0.6;
  -o-opacity: 0.6;
  opacity: 0.6;
  position: absolute;
  top: 0;
  width: 100%;
}

.project-info > span {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.project-info > h4 {
  color: #222;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.4px;
  padding-bottom: 18px;
  padding-top: 6px;
  text-transform: capitalize;
}

.project-info > h4 a {
  color: inherit;
}

/*--- Best volunteers section ---*/

.best-volunteer {
  float: left;
  width: 100%;
}

.voluntee-image > a {
  float: left;
  width: 100%;
}

.voluntee-image img {
  float: left;
  width: 100%;
}

.voluntee-image > img {
  float: left;
  width: 100%;
}

.best-volunteer .socials {
  margin-top: -22px;
}

.best-volunteer .socials li a {
  background: #303030 none repeat scroll 0 0;
}

.best-volunteer > span {
  float: left;
  font-size: 13px;
  letter-spacing: 0.6px;
  text-transform: capitalize;
  width: 100%;
}

.best-volunteer > h2 {
  color: #222;
  float: left;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.6px;
  padding-bottom: 12px;
  padding-top: 7px;
  width: 100%;
}

.best-volunteer > p {
  color: #666;
  float: left;
  width: 100%;
}

.best-volunteer > h2 a {
  color: inherit;
}

/*--- blog page top---*/

.page-top {
  float: left;
  padding-bottom: 40px;
  padding-top: 80px;
  text-align: center;
  width: 100%;
}

.bread-crumb {
  float: left;
  list-style: outside none none;
  padding-bottom: 10px;
  padding-left: 0;
  width: 100%;
}

.bread-crumb > li {
  color: #fff;
  display: inline;
  font-size: 13px;
  letter-spacing: 0.6px;
  margin-right: 10px;
  position: relative;
  text-transform: capitalize;
}

.bread-crumb > li a {
  color: inherit;
}

h2.page-title {
  color: #fff;
  float: left;
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 0.6px;
  text-transform: capitalize;
  width: 100%;
}

.bread-crumb > li::before {
  content: "-";
  position: absolute;
  right: -9px;
  top: -2px;
}

.bread-crumb > li:last-child::before {
  display: none;
}

.page-top::before {
  content: "";
  height: 170px;
  left: 50%;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  -ms-opacity: 0.5;
  -o-opacity: 0.5;
  opacity: 0.5;
  position: absolute;
  top: -100px;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
  transform: translate(-50%);
  width: 170px;
}

/*--- blog listing post ---*/

.blog-listing {
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 50px;
}

.blog-listing:last-child {
  margin-bottom: 0;
}

.avatar-listing {
  float: left;
  max-width: 35%;
}

.listing-meta {
  border-bottom: 1px solid;
  overflow: hidden;
  padding-left: 40px;
  padding-top: 16px;
}

.avatar-listing > a {
  display: inline-block;
}

.avatar-listing > a img {
  float: left;
  width: 100%;
}

.post-date {
  float: left;
  list-style: outside none none;
  padding-left: 0;
  width: 100%;
}

.post-date > li {
  display: inline;
  font-size: 10px;
  letter-spacing: 0.6px;
  margin-right: 15px;
  text-transform: uppercase;
}

.post-date > li span {
  color: #444;
}

.listing-meta > h2 {
  color: #222;
  float: left;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.6px;
  padding-bottom: 17px;
  padding-top: 14px;
  text-transform: capitalize;
  width: 100%;
}

.listing-meta > h2 a {
  color: inherit;
}

.listing-meta .socials {
  float: left;
  line-height: initial;
}

.listing-meta .button-small {
  float: right;
  margin-top: 14px;
}

.listing-meta > p {
  color: #666;
  margin-bottom: 14px;
}

/*--- pagination auto plugin style ---*/

.holder,
.holder2 {
  float: left;
  margin-top: 80px;
  text-align: center;
  width: 100%;
}

.holder a,
.holder2 a {
  background: #f0f0f0 none repeat scroll 0 0;
  color: #4a4a4a;
  cursor: pointer;
  font-family: inherit;
  font-size: 10px;
  letter-spacing: 0.5px;
  margin-right: 4px;
  padding: 9px 13px;
  text-transform: uppercase;
  font-weight: bold;
}

.holder a:hover,
.holder2 a:hover {
  color: #fff;
}

a.jp-next {
  margin-left: 334px;
  position: relative;
}

a.jp-next::before {
  content: "";
  background: #f0f0f0;
  bottom: 0;
  height: 1px;
  left: -494%;
  position: absolute;
  width: 494%;
}

.jp-current {
  color: #fff !important;
}

/*pagination end*/

/*--- side widgets ---*/

aside .widget {
  margin-bottom: 40px;
}

aside .widget-title {
  margin-bottom: 30px;
}

/*--- search widget ---*/

.search {
  float: left;
  width: 100%;
}

/*.search form {
  float: left;
  position: relative;
  width: 100%;
}
*/
.search form input {
  border: 1px solid #cacaca;
  color: #ababab;
  float: left;
  font-size: 11px;
  letter-spacing: 1px;
  padding: 12px 20px;
  text-transform: capitalize;
  width: 100%;
}

.search form button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  color: #ababab;
  position: absolute;
  right: 7px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*--- categorys ---*/

.category {
  float: left;
  list-style: outside none none;
  padding-left: 0;
  width: 100%;
}

.category > li {
  color: #666;
  font-size: 13px;
  letter-spacing: 0.6px;
  width: 100%;
  display: inline-block;
  border-bottom: 1px solid #ccc;
  padding-bottom: 14px;
  margin-bottom: 8px;
  font-weight: 500;
}

.category > li:last-child {
  margin-bottom: 0;
}

.category > li a {
  color: inherit;
  float: left;
}

.category > li span {
  float: right;
}

/*--- latest post widget ---*/

.latest.posts {
  float: left;
  list-style: outside none none;
  padding-left: 0;
  width: 100%;
}

.latest.posts > li {
  display: inline-block;
  margin-bottom: 20px;
  width: 100%;
}

.latest-avatar {
  float: left;
}

.latest-meta {
  overflow: hidden;
  padding-left: 20px;
}

.latest-avatar > a {
  display: inline-block;
  position: relative;
}

.latest-avatar img {
  max-width: 76px;
  width: 100%;
}

.latest-meta > h2 {
  color: #222;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.6px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  text-transform: capitalize;
}

.latest-meta > h2 a {
  color: inherit;
}

.postdate {
  color: #5d5b5b;
  font-size: 11px;
  letter-spacing: 0.6px;
  line-height: 24px;
}

.latest.posts > li:last-child {
  margin-bottom: 0;
}

/*--- sporters widgets ---*/

.sporters > li p {
  font-size: 11px;
  line-height: 18px;
}

.latest-avatar a span {
  bottom: 3px;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  left: 50%;
  letter-spacing: 0.6px;
  padding: 3px 9px;
  position: absolute;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
  transform: translate(-50%);
}

/*--- tags widget ---*/

.tags-cloud {
  float: left;
  list-style: outside none none;
  padding-left: 0;
  width: 100%;
}

.tags-cloud > li {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 6px;
}

.tags-cloud > li a {
    background: #f4f4f4 none repeat scroll 0 0;
    color: #727272;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.6px;
    padding: 7px 12px;
    text-transform: capitalize;
}

.tags-cloud > li a:hover {
  color: #fff;
}

/*--- contact us page ---*/

.contact-page .heading-1 {
  margin-bottom: 50px;
  text-align: left;
}

.contact-page {
  float: left;
  width: 100%;
  position: relative;
}

.branch {
  float: left;
  width: 100%;
}

.branch > ul {
  float: left;
  list-style: outside none none;
  padding-left: 0;
  width: 100%;
}

.branch ul li {
  color: #666;
  float: left;
  font-size: 12px;
  letter-spacing: 0.6px;
  margin-bottom: 10px;
  text-transform: capitalize;
  width: 100%;
}

.branch ul li i {
  float: left;
  font-size: 17px;
  margin-right: 10px;
  background: #e7e7e7;
  width: 30px;
  line-height: 30px;
  text-align: center;
  margin-bottom: 10px;
}

.contact-form {
  float: left;
  width: 100%;
}

.contact-form > form {
  float: left;
  width: 100%;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  background: #f4f4f4 none repeat scroll 0 0;
  border: medium none;
  color: #808080;
  float: left;
  font-size: 14px;
  letter-spacing: 1px;
  margin-bottom: 20px;
  padding: 10px 10px;
  resize: none;
  width: 100%;
  border-color: #808080;
  border-style: solid;
  border-width: 1px;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder{
	text-transform:capitalize;
}

.contact-form form button {
  border: medium none;
  color: #fff;
  font-size: 12px;
  line-height: 40px;
  text-transform: uppercase;
  width: 95px;
  font-weight: bold;
  letter-spacing: 0.6px;
}

/*--- form black style ---*/

.contact-form.black input,
.contact-form.black textarea {
  background: #333 none repeat scroll 0 0;
  color: #fff;
}

.contact-form.black button {
  background: #333 none repeat scroll 0 0;
}

/*--- map ---*/

#map {
  display: block;
  width: 100%;
  height: 350px;
  margin: 0 auto;
}

/*--- map end ---*/

/*--- BLOG SINGLE PAGE ---*/

.detail-page {
  float: left;
  width: 100%;
}

.single-avatar {
  float: left;
  width: 100%;
  position: relative;
}

.single-avatar > img {
  float: left;
  width: 100%;
}

.detail-meta {
  float: left;
  padding-top: 27px;
  width: 100%;
}

.post-time {
  float: left;
  list-style: outside none none;
  padding-left: 0;
  width: 100%;
}

.post-time > li {
  color: #8a8a8a;
  display: inline;
  font-size: 11px;
  margin-right: 16px;
  text-transform: uppercase;
}

li.shareon {
  float: right;
  position: relative;
}

.shareon > ul {
  left: 0;
  list-style: outside none none;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  padding-left: 0;
  position: absolute;
  top: 100%;
  visibility: hidden;
  width: 100%;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.shareon.active ul {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  visibility: visible;
}

.shareon > ul li {
  display: inline-block;
}

.shareon > ul li a {
  display: inline-block;
}

.post-time > li i {
  font-size: 18px;
  margin-right: 8px;
}

.post-time > li a {
  color: inherit;
}

.detail-meta > h1 {
  color: #222;
  float: left;
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 0.4px;
  padding-top: 20px;
  text-transform: capitalize;
  width: 100%;
}

.detail-meta > p {
  float: left;
  font-size: 14px;
  line-height: 26px;
  padding-top: 28px;
  width: 100%;
}

blockquote {
  border: medium none;
  color: #b6b6b6;
  float: left;
  font-size: 24px;
  font-style: italic;
  letter-spacing: 0.6px;
  margin-bottom: 0;
  padding-left: 75px;
  padding-top: 40px;
  width: 100%;
  position: relative;
}

blockquote:before {
  content: '\f347';
  font-family: ionicons;
  position: absolute;
  top: 50%;
  left: 0;
  font-size: 60px;
  color: #e3e3e3;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*-- tags in single page ---*/

.tags-in > span {
  float: left;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 0.6px;
  margin-right: 10px;
  text-transform: capitalize;
  padding-top: 4px;
}

.tags-in > span i {
  font-size: 16px;
  margin-right: 5px;
  vertical-align: middle;
}

.tags-in .tags-cloud {
  float: left;
  width: initial;
}

.tags-in {
  float: left;
  width: 100%;
}

/*--- autohr single ---*/

.author-detail {
  background: #f8f8f8 none repeat scroll 0 0;
  float: left;
  margin-bottom: 40px;
  margin-top: 40px;
  padding: 20px;
  width: 100%;
}

.author-avatar {
  float: left;
  max-width: 14%;
  width: 100%;
}

.author-avatar > img {
  float: left;
  width: 100%;
}

.author-info {
  overflow: hidden;
  padding: 5px 0 5px 20px;
}

.author-info .socials {
  line-height: 0;
}

.author-info > h4 {
  color: #222;
  float: left;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.6px;
  margin-bottom: 10px;

  width: 100%;
}

.author-info > p {
  float: left;
  width: 100%;
  padding-bottom: 10px;
}

/*comments section*/

.post-comments {
  float: left;
  margin-top: 60px;
  width: 100%;
}

.comments-title {
  border-bottom: 2px solid #eee;
  color: #222;
  float: left;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  width: 100%;
  position: relative;
  margin-bottom: 40px;
  letter-spacing: 1px;
}

.comments-title:before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 45px;
  height: 2px;
}

.comments-title i {
  font-style: normal;
}

.comment-detail > i {
  float: left;
  font-size: 10px;
  letter-spacing: 0.6px;
  padding-left: 10px;
  text-transform: uppercase;
  font-style: normal;
}

.post-comments ul {
  float: left;
  list-style: outside none none;
  margin: 0 0 -30px;
  padding: 0;
  width: 100%;
}

.post-comments > ul li {
  float: left;
  margin-bottom: 28px;
  width: 100%;
}

.comment {
  float: left;
  width: 100%;
}

.comment > img {
  float: left;
  margin-right: 20px;
}

.comment-detail {
  overflow: hidden;
  padding-bottom: 20px;
}

.comment-detail > h4 {
  color: #222;
  float: left;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.6px;
  margin-bottom: 10px;
  text-transform: capitalize;
}

.comment-detail > h4 a {
  color: inherit;
}

.comment-detail > p {
  color: #5c5c5c;
  float: left;
  font-family: open sans;
  font-size: 13px;
  letter-spacing: 0.6px;
  line-height: 22px;
  width: 100%;
}

.comment-detail > a.reply {
  color: #fff;
  float: left;
  font-size: 10px;
  letter-spacing: 0.6px;
  line-height: 20px;
  margin-top: 7px;
  text-align: center;
  width: 45px;
  text-transform: capitalize;
}

.post-comments > ul ul {
  margin-top: 24px;
  padding-left: 40px;
}

.reply-form {
  float: left;
  margin-top: 60px;
  width: 100%;
}

.detail-meta .progress {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  float: left;
  height: 8px;
  margin-bottom: 0;
  margin-top: 30px;
  position: relative;
  width: 100%;
}

.progrez-bar {
  float: left;
  position: relative;
  width: 100%;
}

.progrez-bar > span {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.6px;
  line-height: 47px;
  text-align: center;
  width: 47px;
  z-index: 1;
  position: absolute;
  top: 10px;
  left: 40%;
}

/*--- cause single ---*/

.csuse-info {
  left: 0;
  padding: 68px 30px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 32%;
  height: 100%;
}

.csuse-info > span {
  background: #fff none repeat scroll 0 0;
  border: 8px solid #138e87;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  display: table;
  font-size: 28px;
  font-weight: bold;
  height: 100px;
  letter-spacing: 0.6px;
  line-height: 20px;
  margin: 0 auto;
  padding-top: 20px;
  width: 100px;
}

.csuse-info span i {
  font-size: 11px;
  font-style: normal;
  font-weight: normal;
}

.csuse-info > h2 {
  color: #fff;
  float: left;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 1px;
  padding-bottom: 20px;
  padding-top: 25px;
  width: 100%;
}

.csuse-info > p {
  color: #e4e4e4;
  float: left;
  font-size: 12px;
  line-height: 22px;
  text-transform: uppercase;
  width: 100%;
}

.csuse-info .button-small {
  clear: both;
  margin-top: 23px;
  background: #222;
}

.cause-gallery {
  float: left;
  list-style: outside none none;
  margin-bottom: 40px;
  margin-top: 35px;
  padding-left: 0;
  width: 100%;
}

.cause-gallery > li {
  display: inline-block;
  margin-right: 1px;
  max-width: 32%;
  width: 100%;
}

.cause-gallery li img {
  float: left;
  width: 100%;
}

.cause-title {
  color: #222;
  float: left;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.6px;
  text-transform: capitalize;
  width: 100%;
}

.resources {
  float: left;
  margin-top: 15px;
  padding-left: 15px;
  width: 100%;
}

.resources > li {
  color: #4b4a4a;
  font-size: 13px;
  letter-spacing: 0.6px;
  margin-bottom: 10px;
}

/*--- single event ---*/

.date-left {
  bottom: 30px;
  display: inline-block;
  left: 30px;
  position: absolute;
  width: 105px;
}

.date-left > span {
  color: #fff;
  float: left;
  font-size: 52px;
  font-weight: bold;
  height: 70px;
  line-height: 70px;
  text-align: center;
  width: 100%;
}

.date-left > i {
  background: #222 none repeat scroll 0 0;
  color: #fff;
  float: left;
  font-size: 11px;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 0.6px;
  line-height: 50px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

.event-orginizer {
  border-top: 1px solid #cccc;
  float: left;
  margin-top: 30px;
  padding-top: 30px;
  width: 100%;
}

.event-orginizer > span {
  color: #5a5a5a;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 1px;
  vertical-align: middle;
}

.event-orginizer > a.company {
  background: #333 none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 5px 14px;
  text-transform: uppercase;
}

.event-orginizer > ul {
  display: inline-block;
  list-style: outside none none;
  padding-left: 25px;
}

.event-orginizer ul li {
  color: red;
  display: inline;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 1px;
  margin-right: 35px;
}

.event-orginizer > ul li i {
  font-size: 14px;
  margin-right: 15px;
}

.event-orginizer > ul li span {
  color: #222;
}

.event-orginizer .button-small {
  float: right;
  margin-top: -10px;
}

.spokes-men-caro {
  float: left;
  list-style: outside none none;
  padding-left: 0;
  text-align: center;
  width: 100%;
  margin-top: 37px;
}

.spokes-men-caro > li {
  display: inline-block;
  text-align: center;
}

.spokes-men-caro li img {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}

.spokes-men-caro li h4 {
  color: #222;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.6px;
  padding-bottom: 6px;
  padding-top: 12px;
  text-transform: uppercase;
}

.spokes-men-caro li em {
  font-size: 11px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  font-style: normal;
}

.detail-meta .col-title {
  margin-top: 45px;
}

.detail-meta .our-sponsors {
  margin-top: 36px;
}

/*--- event style 2 ---*/

.countdown.style2 .day {
  display: block;
  margin: 0;
  width: initial;
}

.countdown.style2 > li.day > p {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  display: block;
  line-height: initial;
  margin: 0;
  padding: 0;
}

.countdown.style2 > li.day span {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #fff;
  font-size: 22px;
}

.countdown.style2 > li {
  background: #fff none repeat scroll 0 0;
  display: table-cell;
  margin-right: -4px;
  padding: 3px;
}

.countdown.style2 {
  left: 10px;
  margin: 0;
  top: 10px;
  -webkit-transform: translate(0px);
  -moz-transform: translate(0px);
  -ms-transform: translate(0px);
  -o-transform: translate(0px);
  transform: translate(0px);
}

.countdown.style2 li span {
  background: transparent none repeat scroll 0 0;
  color: #020202;
  font-size: 12px;
  font-weight: bold;
  padding: 0;
  position: relative;
}

/* .countdown.style2 li span::before {
  color: #222;
  content: ":";
  position: absolute;
  right: -5px;
  top: 0;
} */

.countdown.style2 li:last-child span::before {
  display: none;
}

.countdown.style2 li:first-child span::before {
  display: none;
}

/*--- parallax half ---*/

.paralex-section.half {
  max-width: 50%;
  text-align: left;
  padding: 50px;
  width: 50%;
}

.paralex-section.half > p {
  color: #c5c5c5;
  font-size: 13px;
  line-height: 26px;
  margin: 0;
  padding-bottom: 30px;
}

.paralex-section.half > span {
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.2px;
  text-transform: capitalize;
}

.paralex-section.half > h2 {
  color: #fff;
  font-size: 32px;
  letter-spacing: 1px;
  padding: 5px 0 10px;
  text-transform: capitalize;
}

.paralex-section.half a.button {
  display: inline-block;
}

/*--- parallax style 3 ---*/

.paralex-section.style3 > h2 {
  color: #fff;
  font-size: 80px;
  display: inline-block;
  padding: 0;
  line-height:initial;
}

.paralex-section.style3 > h2 span {
  color: #111;
}

.whitish .paralex-section > span {
    color: #333;
}
.whitish .paralex-section > p {
    color: #666;
}

.paralex-section.style3 > p {
  font-size: 24px;
  letter-spacing: 0.1px;
  line-height: 42px;
  max-width: 60%;
  padding-bottom: 30px;
  padding-top: 20px;
}

.featured-caro {
  float: left;
  width: 100%;
  padding-left: 0;
  list-style: none;
}

.featured-caro li {
  width: 100%;
  float: left;
}

.featured-caro li img {
  float: left;
  width: 100%;
  position: relative;
}

.featured-caro li::before {
  background: #000 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  -webkit-opacity: 0.35;
  -moz-opacity: 0.35;
  -ms-opacity: 0.35;
  -o-opacity: 0.35;
  opacity: 0.35;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 333;
}

.featured-text {
  color: #fff;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 3;
}

.featured-text > span {
  letter-spacing: 8px;
  text-transform: uppercase;
}

.featured-text > h2 {
  display: block;
  font-size: 40px;
  letter-spacing: 8px;
  padding: 20px 0;
  text-transform: uppercase;
}

/*--- background video featured pages ---*/

.bg-video {
  float: left;
  position: relative;
  width: 100%;
}

.bg-video::before {
  background: #000 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  -ms-opacity: 0.5;
  -o-opacity: 0.5;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
}
.bg-video video {
    display: block;
}

.featured-text-caro {
  float: left;
  width: 100%;
}

/*--- featured area with text carousel ---*/

.featured-text-caro {
  left: 50%;
  list-style: outside none none;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.featured-text-caro li {
  float: left;
  width: 100%;
}

.featured-text-caro li .featured-text {
  position: unset;
  -webkit-transform: unset;
  -moz-transform: unset;
  -ms-transform: unset;
  -o-transform: unset;
  transform: unset;
}

.our-team:hover .team-avatar::before {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  visibility: hidden;
}

/*--- coming soon page ---*/

.coming-soon {
  float: left;
  width: 100%;
  padding: 50px 0;
}
.vh100.blackish:before,
.vh100.whitish:before,
.vh100.greenish:before{
  height: 100vh;
}
.vh100 .bg-image{
  height: 100vh;
}
.social-media {
  float: right;
  list-style: outside none none;
  padding-left: 0;
}

.social-media > li {
  display: inline;
  margin-right: 15px;
}

.social-media li a {
  color: #fff;
  font-size: 18px;
}

.coming-soon .logo {
  width: initial;
}

.coming-soon .logo > a {
  line-height: initial;
}

.coming-soon .countdown {
  float: left;
  margin: 166px 0 77px;
  text-align: left;
  width: 100%;
}

.coming-soon .countdown > li > span {
  background: transparent none repeat scroll 0 0;
  font-size: 90px;
  padding: 0;
}

.coming-soon .countdown > li {
  margin-right: 60px;
  text-align: center;
}

.coming-soon .countdown li p {
  background: transparent none repeat scroll 0 0;
}

.coming-meta {
  color: #fff;
  float: left;
  width: 100%;
}

.coming-meta h2 {
  float: left;
  font-size: 24px;
  letter-spacing: 2px;
  padding-bottom: 15px;
  text-align: left;
  text-transform: uppercase;
  width: 100%;
}

.coming-meta h4 {
  float: left;
  font-size: 15px;
  letter-spacing: 1px;
  padding-bottom: 6px;
  width: 100%;
}

.coming-meta h4 span {
  text-transform: capitalize;
}

.coming-meta > p {
  float: left;
  max-width: 40%;
  width: 100%;
  letter-spacing: 2.6px;
}

/*--- 404 page ---*/

.error {
  float: left;
  text-align: center;
  width: 100%;
}

.error > h4 {
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 1px;
  margin: 0 auto;
  max-width: 44%;
  text-transform: uppercase;
}

.error h2 {
  float: left;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.7px;
  padding-top: 25px;
  text-transform: capitalize;
  width: 100%;
  color: #fff;
}

.error h2:first-letter {
  font-size: 40px;
}

.error > span {
  float: left;
  font-size: 150px;
  font-weight: bold;
  letter-spacing: 0.5px;
  padding-bottom: 29px;
  padding-top: 28px;
  width: 100%;
}

.button i {
  font-size: 17px;
  padding-left: 6px;
}

.error form {
  display: inline-block;
  max-width: 40%;
  position: relative;
  width: 100%;
  margin-left: -20px;
}

.error form input {
  color: #989898;
  font-size: 12px;
  letter-spacing: 0.5px;
  padding: 21px 20px;
  text-transform: capitalize;
  vertical-align: top;
  width: 380px;
  border: none;
}

.error a.button {
  display: inline-block;
  vertical-align: top;
}

.error form button {
  border: medium none;
  color: #fff;
  font-size: 21px;
  line-height: 59px;
  position: absolute;
  right: -30px;
  top: 0;
  width: 70px;
}

/*--- search not found page ---*/

.search-found {
  float: left;
  margin-bottom: 80px;
  width: 80%;
}

.search-found > h2 {
  color: #444;
  float: left;
  font-size: 27px;
  font-weight: bold;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  width: 100%;
}

.search-found > p {
  color: #777;
  float: left;
  font-size: 13px;
  font-style: italic;
  letter-spacing: 1px;
  padding-top: 5px;
  width: 100%;
}

.search-found > form {
  float: left;
  margin-top: 32px;
  position: relative;
  width: 100%;
}

.search-found input {
  background: #f3f3f3 none repeat scroll 0 0;
  border: medium none;
  color: #767676;
  float: left;
  font-size: 11px;
  letter-spacing: 0.3px;
  padding: 22px 30px;
  width: 100%;
}

.search-found form button {
  border: medium none;
  line-height: 59px;
  position: absolute;
  right: 0;
  top: 0;
  width: 78px;
}

.search-found form button i {
  font-size: 22px;
  color: #fff;
}

/*--- video page ---*/

.video-post {
  float: left;
  position: relative;
  width: 100%;
}

.video-post > h4 {
  float: left;
  font-size: 19px;
  letter-spacing: 0.5px;
  padding-top: 20px;
  text-transform: capitalize;
  width: 100%;
  max-width: 90%;
}

.video-post > h4 a {
  color: inherit;
}

.video-post .video-widget > a {
  font-size: 42px;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}

.video-post:hover  .video-widget:before {
  background: #000 none repeat scroll 0 0;
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  -ms-opacity: 0.4;
  -o-opacity: 0.4;
  opacity: 0.4;
}

.video-post:hover .video-widget a {
  -webkit-transform: translate(-50%, -50%) scale(1.3);
  -moz-transform: translate(-50%, -50%) scale(1.3);
  -ms-transform: translate(-50%, -50%) scale(1.3);
  -o-transform: translate(-50%, -50%) scale(1.3);
  transform: translate(-50%, -50%) scale(1.3);
}

/*--- widget page ---*/

.widget-page {
  float: left;
  width: 100%;
}

.widget-page footer:before {
  display: none;
}

.widget-page > footer {
  padding: 20px 15px;
}

.widget-page footer .widget {
  margin-bottom: 40px;
}

footer .category > li {
  color: #999;
}

footer .latest-meta > h2 {
  color: #d6d6d6;
}

footer .postdate {
  color: #999;
}

footer .twiter-post > p {
  color: #dbdbdb;
}

footer .contact-us > p {
  color: #dbdbdb;
}

footer .contact-us ul li {
  color: #dbdbdb;
}

footer .top-donors > li {
  background: #313131 none repeat scroll 0 0;
  color: #dbdbdb;
}

footer .top-donors li a {
  color: #fff;
}

aside .widget .address li i {
  color: #fff;
}

/*--- index with banner page ---*/

.featured-banner {
  float: left;
  width: 100%;
}

.featured-banner > img {
  float: left;
  width: 100%;
}

/*--- index 6 ---*/

.fancy-donation {
  float: left;
  min-height: 440px;
  position: relative;
  width: 100%;
  z-index: 1;
}

.fancy-donation::before {
  background: #000000 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  -webkit-opacity: 0.75;
  -moz-opacity: 0.75;
  -ms-opacity: 0.75;
  -o-opacity: 0.75;
  opacity: 0.75;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  min-height:517px;
}

.fancy-donation > img {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  min-height:517px;
}

.donation-appeal {
  float: left;
  margin-left: 20%;
  padding-top: 100px;
  position: relative;
  text-align: center;
  width: 60%;
  z-index: 1;
}

.donation-appeal > h3 {
  border-bottom: 1px solid #5d5d5d;
  color: #ffffff;
  display: inline-block;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.3px;
  margin-bottom: 30px;
  padding-bottom: 20px;
  padding-top: 20px;
  text-transform: uppercase;
}

.donation-appeal > h6 {
  border-bottom: 1px solid #5d5d5d;
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  letter-spacing: 5px;
  padding-bottom: 10px;
  text-transform: uppercase;
}

.donation-appeal > h3 span {
  font-size: 24px;
  font-weight: 500;
  margin-top: 7px;
}

.donation-appeal > p {
  color: #cdcdcd;
  display: inline-block;
  font-size: 14px;
  line-height: 26px;
  margin: 0;
}

.donation-appeal > a,
.urgent-cause > a {
  color: #ffffff;
  display: inline-block;
  font-size: 13px;
  letter-spacing: 0.4px;
  margin-top: 30px;
  padding: 13px 35px;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}

.donation-appeal > a:hover::before,
.urgent-cause > a:hover::before {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
}

/*--- contact page 2 ---*/

.contact-infolist {
  float: left;
  margin-top: -50px;
  position: relative;
  width: 100%;
  z-index: 1;
}

.contact-infolist > ul {
  float: left;
  list-style: outside none none;
  margin-bottom: 0;
  padding: 75px 140px 75px 115px;
  position: relative;
  width: 100%;
  z-index: 1;
}

.contact-infolist > ul::before {
  background: #000000 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  left: 0;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  -ms-opacity: 0.8;
  -o-opacity: 0.8;
  opacity: 0.8;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.contact-infolist > ul li {
  color: #cacaca;
  float: left;
  font-size: 13px;
  line-height: 24px;
  margin-right: 40px;
  max-width: 30%;
  width: 100%;
}

.contact-infolist > ul li:last-child {
  margin-right: 0;
}

.contact-infolist > ul li i {
  background: #000000 none repeat scroll 0 0;
  color: #ffffff;
  float: left;
  font-size: 25px;
  height: 60px;
  line-height: 60px;
  margin-right: 23px;
  text-align: center;
  width: 60px;
}

.contact-infolist > ul li strong {
  color: #ffffff;
  display: block;
  font-size: 14px;
  margin-bottom: 7px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.contact-infolist > ul li a {
  border-bottom: 1px solid;
  color: inherit;
}

/*--- special anouncement ---*/

.overlap-50 {
  margin-top: -50px;
  float: left;
  width: 100%;
  z-index: 2;
}

.special-anouncement {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ededed;
  display: table;
  margin: 0 auto;
  overflow: hidden;
  padding: 20px;
  position: relative;
  width: 100%;
}

.anoun-avatar {
  display: inline-block;
  height: 100px;
  line-height: 100px;
  text-align: center;
  vertical-align: middle;
  width: 100px;
}

.anouncment-meta {
  display: table-cell;
  padding-left: 30px;
  vertical-align: top;
}

.anouncment-meta > ul {
  display: inline-block;
  float: right;
  list-style: outside none none;
  padding-left: 0;
}

.anouncment-meta ul li {
  display: inline;
  margin-right: 2px;
}

.anouncment-meta > p {
  float: left;
  max-width: 70%;
  padding-top: 10px;
  width: 100%;
}

.anouncment-meta > h2 {
  color: #333;
  font-size: 19px;
  font-weight: bold;
  letter-spacing: 0.5px;
  max-width: 66%;
  padding-top: 10px;
  text-transform: uppercase;
}

.anoun-avatar i {
  color: #fff;
  font-size: 55px;
}

.anouncment-meta li a {
  border: 1px solid #ccc;
  color: #333;
  display: inline-block;
  font-size: 18px;
  line-height: 35px;
  text-align: center;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  width: 35px;
}

.anouncment-meta li a:hover {
  color: #fff;
}

.anouncment-meta > h2 a {
  color: inherit;
}

.anouncment-meta > p i {
  display: inline;
  float: none;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 1px;
}

/*** Side Panel ***/

.screen-size > a.full-style {
  margin-top: 10px;
  width: 55%;
  margin-left: 8px;
}

.side-panel {
  background: rgba(0, 0, 0, 0.9) none repeat scroll 0 0;
  color: #fff;
  left: -277px;
  padding: 30px;
  position: fixed;
  text-align: center;
  top: 100px;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: 270px;
  z-index: 99999;
}

.show {
  left: 0;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.side-panel h6 {
  color: #d7d7d7;
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0.5px;
  margin: 0 0 20px;
  position: relative;
  text-transform: capitalize;
}

.header-seting > a {
  border: 1px solid #797979;
  color: #d7d7d7;
  display: inline-block;
  font-size: 10px;
  letter-spacing: 0.6px;
  line-height: 30px;
  margin-right: 9px;
  width: 40%;
}

.header-seting {
  float: left;
  margin-bottom: 20px;
  width: 100%;
}

.colors a {
  border: 1px solid #797979;
  display: inline-block;
  height: 25px;
  margin-right: 6px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  width: 50px;
}

.colors a:hover {
  -webkit-box-shadow: 0 0 4px #fff;
  -moz-box-shadow: 0 0 4px #fff;
  -ms-box-shadow: 0 0 4px #fff;
  -o-box-shadow: 0 0 4px #fff;
  box-shadow: 0 0 4px #fff;
}

.color1 {
  background-color: #189f97;
}

.color2 {
  background-color: #43a047;
}

.color3 {
  background-color: #f44336;
}

.color4 {
  background-color: #ff9100;
}

.color5 {
  background-color: #ff8a65;
}

.color6 {
  background-color: #827717;
}

.color7 {
  background-color: #2196f3;
}

.color8 {
  background-color: #5a7e92;
}

.color9 {
  background-color: #ed556a;
}

.colors {
  margin-bottom: 20px;
}

.screen-size {
  margin-bottom: 20px;
  text-align: center;
}

.screen-size > a {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #797979;
  color: #e0dfdf;
  cursor: pointer;
  display: inline-block;
  font-size: 10px;
  letter-spacing: 0.8px;
  line-height: 40px;
  margin: 0 auto;
  text-align: center;
  width: 28%;
}

.panel-icon {
  cursor: pointer;
  height: 40px;
  position: absolute;
  right: -50px;
  top: 100px;
  width: 50px;
}

.panel-icon > p {
  color: #fff;
  font-size: 28px;
  height: 20px;
  left: 15px;
  position: absolute;
  top: 5px;
  width: initial;
}

.colors .pictures {
  height: 35px;
  width: 38px;
}

.colors .pat1 {
  background: transparent url("../images/boxed-bg1.jpg") repeat scroll 0 0 / cover;
}

.colors .pat2 {
  background: transparent url("../images/boxed-bg2.jpg") repeat scroll 0 0 / cover;
}

.colors .pat3 {
  background: transparent url("../images/boxed-bg3.jpg") repeat scroll 0 0 / cover;
}

.colors .pat4 {
  background: transparent url("../images/boxed-bg4.jpg") repeat scroll 0 0 / cover;
}

.bg-body1 {
  background: transparent url("../images/boxed-bg1.jpg") repeat fixed 0 0 / cover;
}

.bg-body2 {
  background: transparent url("../images/boxed-bg2.jpg") repeat fixed 0 0 / cover;
}

.bg-body3 {
  background: transparent url("../images/boxed-bg3.jpg") repeat fixed 0 0 / cover;
}

.bg-body4 {
  background: transparent url("../images/boxed-bg4.jpg") repeat fixed 0 0 / cover;
}

/*--- responsive menu --*/

/*animated nav button for responsive */

#nav-icon3 {
  cursor: pointer;
  display: inline-block;
  height: 20px;
  position: relative;
  z-index: 2147483647;
  pointer-events: auto;
  touch-action: manipulation;
  -webkit-tap-highlight-color: rgba(0,0,0,0.1);
  padding: 10px;
  margin: -10px -10px -10px 46px;
  text-align: right;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  vertical-align: middle;
  width: 25px;
}

#nav-icon3 span {
  background: #fff;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  -ms-border-radius: 9px;
  -o-border-radius: 9px;
  border-radius: 9px;
  display: block;
  height: 2px;
  left: 0;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  position: absolute;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -ms-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  width: 100%;
}

#nav-icon3 span:nth-child(1) {
  top: 0;
}

#nav-icon3 span:nth-child(2),
#nav-icon3 span:nth-child(3) {
  top: 8px;
}

#nav-icon3 span:nth-child(4) {
  top: 16px;
}

#nav-icon3.open span:nth-child(1) {
  left: 50%;
  top: 18px;
  width: 0;
}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  left: 50%;
  top: 18px;
  width: 0;
}

/*--- button style end ---*/

.res-logo-area {
  background: #222 none repeat scroll 0 0;
  float: left;
  line-height: 50px;
  text-align: center;
  width: 100%;
  z-index: 999999;
  position: relative;
  -webkit-box-shadow: 0 0 3px #808080;
  -moz-box-shadow: 0 0 3px #808080;
  -ms-box-shadow: 0 0 3px #808080;
  -o-box-shadow: 0 0 3px #808080;
  box-shadow: 0 0 3px #808080;
}

.res-logo-area .language-select {
  line-height: 50px;
}

.res-logo-area .logo img {
  max-width: 70%;
}

.res-logo-area .language-select > span img {
  margin-right: 5px;
}

.res-search {
  display: inline-block;
  float: none;
  font-size: 20px;
  line-height: 42px;
  padding-left: 20px;
}

.responsive-header {
  float: left;
  position: relative;
  width: 100%;
  display: none;
}

.search-insite {
  background: rgba(0, 0, 0, 0.9) none repeat scroll 0 0;
  left: 0;
  padding: 27px 10px;
  position: absolute;
  text-align: center;
  top: -100%;
  width: 100%;
  z-index: 999999;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.search-insite input::placeholder {
  font-size: 20px;
}

.search-insite.open {
  top: 0;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  visibility: visible;
}

.search-insite input {
  background: transparent;
  border: medium none;
  color: #8a8a8a;
  font-size: 12px;
  letter-spacing: 0.4px;
  max-width: 80%;
  padding: 11px 20px;
  text-transform: capitalize;
  width: 100%;
}

.search-insite > button {
  width: 20px;
  height: 40px;
  top: 27px;
  position: absolute;
  right: 45px;
  background: transparent;
  border: none;
}

.search-insite > i {
  top: 10px;
  position: absolute;
  right: 20px;
  color: #fff;
  cursor: pointer;
}

.res-search > i {
  color: #000;
}

/*--- responsive menu dropdown ---*/

.responsive-menu {
  background: #222;
  padding: 30px 20px;
  position: fixed;
  left: -100%;
  visibility: hidden;
  text-align: center;
  top: 0;
  bottom: 0;
  z-index: 99999;
  width: 240px;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.responsive-menu.slidein {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  visibility: visible;
  left: 0;
}

.responsive-menu ul {
  display: inline-block;
  list-style: outside none none;
  margin-bottom: 0;
  max-width: 250px;
  padding-left: 0;
  text-align: left;
  width: 100%;
}

.responsive-menu ul li {
  color: #cdcdcd;
  float: left;
  font-size: 12px;
  position: relative;
  width: 100%;
}

.responsive-menu ul li a {
  border-bottom: 1px solid #353535;
  color: inherit;
  float: left;
  padding: 10px;
  width: 100%;
  position: relative;
  text-transform: capitalize;
}

.responsive-menu ul li:last-child a {
  margin-bottom: 0;
}

.responsive-menu ul li i {
  display: none;
}

.responsive-menu ul li.menu-item-has-children > i {
  cursor: pointer;
  display: block;
  font-size: 11px;
  position: absolute;
  right: 5px;
  top: 15px;
}

.responsive-menu ul li.menu-item-has-children.active > i {
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

.responsive-menu ul ul {
  display: none;
}

.responsive-menu > ul > li.menu-item-has-children.active > a {
  color: #ffffff;
}

.responsive-menu ul ul li.menu-item-has-children > a {
  border-bottom: 1px solid #353535;
}

.responsive-menu ul ul li a {
  padding: 10px 10px 10px 20px;
  margin-left: 20px;
  width: 88%;
}

.responsive-menu ul ul ul {
  padding-left: 40px;
}

.responsive-menu ul ul ul li a {
  border-bottom: 0;
  padding-left: 20px;
}

.responsive-menu ul ul li.menu-item-has-children > i {
  top: 10px;
}

.responsviemenu-btn {
  color: #fff;
  cursor: pointer;
  float: right;
  line-height: 35px;
  position: relative;
  text-align: center;
  width: 35px;
}

.responsive-menu ul li a::before {
  background: #fff none repeat scroll 0 0;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 3px;
}

.responsive-menu > ul > li:last-child a {
  border-bottom: none;
}

.responsive-menu.slidein > a {
  display: block;
  margin-bottom: 40px;
}

.responsive-menu.slidein img {
  max-width: 40%;
}

.responsive-menu .little-info > li i {
  display: inline-block !important;
  font-size: 15px;
  line-height: 25px;
  text-align: center;
  width: 30px;
}

.responsive-menu .little-info > li {
  color: #fff;
  display: inline-flex;
  margin-bottom: 10px;
  margin-right: 0;
}

.responsive-menu .little-info {
  margin-top: 50px;
}

/*--- voluntee single ---*/

.volunte-single {
  float: left;
  width: 100%;
}

.voluntee-info {
  float: left;
  padding: 30px 0;
  width: 100%;
}

.voluntee-info > h4 {
  color: #222;
  float: left;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.3px;
}

.voluntee-info > a {
  color: #777;
  float: right;
  font-size: 15px;
  font-weight:bold;
}

.voluntee-info > ul.volnteer-contact {
  float: left;
  list-style: outside none none;
  margin-bottom: 30px;
  margin-top: 30px;
  padding-left: 0;
  width: 100%;
}

.volnteer-contact > li {
  border-bottom: 1px solid #eee;
  color: #999;
  font-size: 14px;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  text-transform: capitalize;
}

.volnteer-contact li i {
  float: right;
  font-size: 13px;
  font-style: normal;
}

.volnteer-contact li span {
  color: #333;
  font-size: 14px;
}

.volunter-about {
  font-size: 14px;
  line-height: 28px;
  padding-top: 20px;
  max-width: 89%;
  float: left;
  width: 100%;
}

.awards {
  float: left;
  list-style: outside none none;
  margin-top: 100px;
  padding-left: 0;
  width: 100%;
}

.awards li {
  background: #f8f8f8 none repeat scroll 0 0;
  display: inline-block;
  padding: 10px 20px 25px;
  text-align: center;
  width: 100%;
}

.awards li i {
  color: #626262;
  float: left;
  font-size: 50px;
  width: 100%;
}

.awards li span {
  float: left;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.6px;
  padding-top: 5px;
  text-transform: capitalize;
  width: 100%;
}

.volnteer-contact > li:last-child {
  border-bottom: 0 none;
}

.about-us > h4 {
  color: #222;
  font-size: 27px;
  letter-spacing: 0.4px;
  padding-top: 20px;
  text-transform: capitalize;
  font-weight:bold;
}

/*--- faq page ---*/

.faq-page {
  float: left;
  width: 100%;
}

.faq-page .heading-1 {
  margin-bottom: 50px;
  margin-top: 50px;
  padding-left: 9px;

  text-align: left;
}

.faq-info {
  font-size: 14px;
  letter-spacing: 0.8px;
  padding: 20px 20px 20px 0;
}
img.loader{display:none;}
.turn-y{
	width:100% !important;
}
/*--- fadeout on click ---*/
.fix-fade-out {
    opacity: 0;
    animation: Makfadeout ease-out 0.5s;
}
@keyframes Makfadeout{
  from{opacity:1}to{opacity:0}
}
.slider > img{width: 100%;}



















/*
 * Utility Classes
 * -----------------------------------------------
*/
/* -------- Font Size ---------- */
.font-size-10 {
  font-size: 10px !important; }

.font-size-11 {
  font-size: 11px !important; }

.font-size-12 {
  font-size: 12px !important; }

.font-size-13 {
  font-size: 13px !important; }

.font-size-14 {
  font-size: 14px !important; }

.font-size-15 {
  font-size: 15px !important; }

.font-size-16 {
  font-size: 16px !important; }

.font-size-17 {
  font-size: 17px !important; }

.font-size-18 {
  font-size: 18px !important; }

.font-size-19 {
  font-size: 19px !important; }

.font-size-20 {
  font-size: 20px !important; }

.font-size-21 {
  font-size: 21px !important; }

.font-size-22 {
  font-size: 22px !important; }

.font-size-23 {
  font-size: 23px !important; }

.font-size-24 {
  font-size: 24px !important; }

.font-size-25 {
  font-size: 25px !important; }

.font-size-26 {
  font-size: 26px !important; }

.font-size-27 {
  font-size: 27px !important; }

.font-size-28 {
  font-size: 28px !important; }

.font-size-29 {
  font-size: 29px !important; }

.font-size-30 {
  font-size: 30px !important; }

.font-size-32 {
  font-size: 32px !important; }

.font-size-36 {
  font-size: 36px !important; }

.font-size-38 {
  font-size: 38px !important; }

.font-size-40 {
  font-size: 40px !important; }

.font-size-42 {
  font-size: 42px !important; }

.font-size-44 {
  font-size: 44px !important; }

.font-size-46 {
  font-size: 46px !important; }

.font-size-48 {
  font-size: 48px !important; }

.font-size-50 {
  font-size: 50px !important; }

.font-size-54 {
  font-size: 54px !important; }

.font-size-60 {
  font-size: 60px !important; }

.font-size-64 {
  font-size: 64px !important; }

.font-size-70 {
  font-size: 70px !important; }

.font-size-72 {
  font-size: 72px !important; }

.font-size-78 {
  font-size: 78px !important; }

.font-size-80 {
  font-size: 80px !important; }

.font-size-84 {
  font-size: 84px !important; }

.font-size-86 {
  font-size: 86px !important; }

.font-size-90 {
  font-size: 90px !important; }

.font-size-100 {
  font-size: 100px !important; }

.font-size-120 {
  font-size: 120px !important; }

.font-size-130 {
  font-size: 130px !important; }

.font-size-140 {
  font-size: 140px !important; }

.font-size-150 {
  font-size: 150px !important; }

.font-size-200 {
  font-size: 200px !important; }

.font-size-220 {
  font-size: 220px !important; }

.font-size-240 {
  font-size: 240px !important; }

.font-size-250 {
  font-size: 250px !important; }

/* -------- Text Colors ---------- */
/* Text Black & Gray Color*/
.text-black {
  color: #000 !important; }

.text-black-111 {
  color: #111 !important; }

.text-black-222 {
  color: #222 !important; }

.text-black-333 {
  color: #333 !important; }

.text-black-444 {
  color: #444 !important; }

.text-black-555 {
  color: #555 !important; }

.text-black-666 {
  color: #666 !important; }

.text-black-777 {
  color: #777 !important; }

.text-black-888 {
  color: #888 !important; }

.text-black-999 {
  color: #999 !important; }

.text-gray-dimgray {
  color: #696969 !important; }

.text-gray-light {
  color: #777 !important; }

.text-gray {
  color: #808080 !important; }

.text-gray-darkgray {
  color: #a9a9a9 !important; }

.text-gray-silver {
  color: #9cadc2 !important; }

.text-gray-lightgray {
  color: #d3d3d3 !important; }

.text-gray-gainsboro {
  color: #fff !important; }

.text-gray-lighter {
  color: #eee !important; }

.text-gray-aaa {
  color: #aaa !important; }

.text-gray-bbb {
  color: #bbb !important; }

.text-gray-ccc {
  color: #ccc !important; }

.text-gray-ddd {
  color: #ddd !important; }

.text-gray-eee {
  color: #eee !important; }

/* Text White Color*/
.text-white-f1 {
  color: #f1f1f1 !important; }

.text-white-f2 {
  color: #f2f2f2 !important; }

.text-white-f3 {
  color: #f3f3f3 !important; }

.text-white-f4 {
  color: #f4f4f4 !important; }

.text-white-f5 {
  color: #f5f5f5 !important; }

.text-white-f6 {
  color: #f6f6f6 !important; }

.text-white-f7 {
  color: #f7f7f7 !important; }

.text-white-f8 {
  color: #f8f8f8 !important; }

.text-white-f9 {
  color: #f9f9f9 !important; }

.text-white-fa {
  color: #fafafa !important; }

.text-white-fc {
  color: #fcfcfc !important; }

.text-white-fd {
  color: #fdfdfd !important; }

.text-white-fe {
  color: #fefefe !important; }

/* -------- Solid Color Background ---------- */
.bg-black {
  background-color: #000 !important; }

.bg-black-111 {
  background-color: #111 !important; }

.bg-black-222 {
  background-color: #222 !important; }

.bg-black-333 {
  background-color: #333 !important; }

.bg-black-444 {
  background-color: #444 !important; }

.bg-black-555 {
  background-color: #555 !important; }

.bg-silver-light {
  background-color: #EBEEF5 !important; }

/* Bg White Color*/
.bg-white {
  background-color: #fff !important; }

.bg-white-f1 {
  background-color: #f1f1f1 !important; }

.bg-white-f2 {
  background-color: #f2f2f2 !important; }

.bg-white-f3 {
  background-color: #f3f3f3 !important; }

.bg-white-f4 {
  background-color: #f4f4f4 !important; }

.bg-white-f5 {
  background-color: #f5f5f5 !important; }

.bg-white-f6 {
  background-color: #f6f6f6 !important; }

.bg-white-f7 {
  background-color: #f7f7f7 !important; }

.bg-white-f8 {
  background-color: #f8f8f8 !important; }

.bg-white-f9 {
  background-color: #f9f9f9 !important; }

.bg-white-fa {
  background-color: #fafafa !important; }

.bg-white-fb {
  background-color: #fbfbfb !important; }

.bg-white-fc {
  background-color: #fcfcfc !important; }

.bg-white-fd {
  background-color: #fdfdfd !important; }

.bg-white-fe {
  background-color: #fefefe !important; }

/* -------- Transparent Background Color ---------- */
.bg-white-transparent-9 {
  background-color: rgba(255, 255, 255, 0.9) !important; }

.bg-white-transparent-8 {
  background-color: rgba(255, 255, 255, 0.8) !important; }

.bg-white-transparent-7 {
  background-color: rgba(255, 255, 255, 0.7) !important; }

.bg-white-transparent-6 {
  background-color: rgba(255, 255, 255, 0.6) !important; }

.bg-white-transparent-5 {
  background-color: rgba(255, 255, 255, 0.5) !important; }

.bg-white-transparent-4 {
  background-color: rgba(255, 255, 255, 0.4) !important; }

.bg-white-transparent-3 {
  background-color: rgba(255, 255, 255, 0.3) !important; }

.bg-white-transparent-2 {
  background-color: rgba(255, 255, 255, 0.2) !important; }

.bg-white-transparent-1 {
  background-color: rgba(255, 255, 255, 0.1) !important; }

.bg-dark-transparent-9 {
  background-color: rgba(0, 0, 0, 0.9) !important; }

.bg-dark-transparent-8 {
  background-color: rgba(0, 0, 0, 0.8) !important; }

.bg-dark-transparent-7 {
  background-color: rgba(0, 0, 0, 0.7) !important; }

.bg-dark-transparent-6 {
  background-color: rgba(0, 0, 0, 0.6) !important; }

.bg-dark-transparent-5 {
  background-color: rgba(0, 0, 0, 0.5) !important; }

.bg-dark-transparent-4 {
  background-color: rgba(0, 0, 0, 0.4) !important; }

.bg-dark-transparent-3 {
  background-color: rgba(0, 0, 0, 0.3) !important; }

.bg-dark-transparent-2 {
  background-color: rgba(0, 0, 0, 0.2) !important; }

.bg-dark-transparent-1 {
  background-color: rgba(0, 0, 0, 0.1) !important; }

/* -------- box-shadow ---------- */
.box-shadow {
  box-shadow: 0px 0px 25px rgba(5, 5, 5, 0.1) !important; }

.box-shadow-2 {
  box-shadow: 0px 0px 30px rgba(5, 5, 5, 0.2) !important; }

.box-shadow-10 {
  box-shadow: 0px 0px 10px rgba(5, 5, 5, 0.1); }

.box-shadow-20 {
  box-shadow: 0px 0px 20px rgba(5, 5, 5, 0.1); }

.box-shadow-30 {
  box-shadow: 0px 0px 30px rgba(5, 5, 5, 0.1); }

.box-shadow-40 {
  box-shadow: 0px 0px 40px rgba(5, 5, 5, 0.1); }

.box-shadow-50 {
  box-shadow: 0px 0px 50px rgba(5, 5, 5, 0.1); }

/* -------- Letter Spacing ---------- */
.letter-space-0 {
  letter-spacing: 0px; }

.letter-space-1 {
  letter-spacing: 1px; }

.letter-space-2 {
  letter-spacing: 2px; }

.letter-space-3 {
  letter-spacing: 3px; }

.letter-space-4 {
  letter-spacing: 4px; }

.letter-space-5 {
  letter-spacing: 5px; }

.letter-space-6 {
  letter-spacing: 6px; }

.letter-space-7 {
  letter-spacing: 7px; }

.letter-space-8 {
  letter-spacing: 8px; }

.letter-space-9 {
  letter-spacing: 9px; }

.letter-space-10 {
  letter-spacing: 10px; }

/* -------- z-index ---------- */
.z-index--1 {
  z-index: -1 !important; }

.z-index-0 {
  z-index: 0 !important; }

.z-index-1 {
  z-index: 1 !important; }

.z-index-2 {
  z-index: 2 !important; }

.z-index-3 {
  z-index: 3 !important; }

.z-index-4 {
  z-index: 4 !important; }

.z-index-5 {
  z-index: 5 !important; }

.z-index-99 {
  z-index: 99 !important; }

.z-index-111 {
  z-index: 111 !important; }

.z-index-1111 {
  z-index: 1111 !important; }

.z-index-9999 {
  z-index: 9999 !important; }

/* -------- Font Weight ---------- */
.font-weight-100 {
  font-weight: 100 !important; }

.font-weight-200 {
  font-weight: 200 !important; }

.font-weight-300 {
  font-weight: 300 !important; }

.font-weight-400 {
  font-weight: 400 !important; }

.font-weight-500 {
  font-weight: 500 !important; }

.font-weight-600 {
  font-weight: 600 !important; }

.font-weight-700 {
  font-weight: 700 !important; }

.font-weight-800 {
  font-weight: 800 !important; }

.font-weight-900 {
  font-weight: 900 !important; }

/* -------- Line Height ---------- */
.line-height-0 {
  line-height: 0px; }

.line-height-1 {
  line-height: 1 !important; }

.line-height-1-5 {
  line-height: 1.5 !important; }

.line-height-2 {
  line-height: 2 !important; }

/* -------- Border ---------- */
.no-border {
  border: none !important; }

.border-1px {
  border: 1px solid #EBEEF5 !important; }

.border-2px {
  border: 2px solid #EBEEF5 !important; }

.border-3px {
  border: 3px solid #EBEEF5 !important; }

.border-4px {
  border: 4px solid #EBEEF5 !important; }

.border-5px {
  border: 5px solid #EBEEF5 !important; }

.border-6px {
  border: 6px solid #EBEEF5 !important; }

.border-7px {
  border: 7px solid #EBEEF5 !important; }

.border-8px {
  border: 8px solid #EBEEF5 !important; }

.border-9px {
  border: 9px solid #EBEEF5 !important; }

.border-10px {
  border: 10px solid #EBEEF5 !important; }

.border-8px-white {
  border: 8px solid #fff !important; }

.border-top-1px {
  border-top: 1px solid #eee !important; }

.border-top-2px {
  border-top: 2px solid #eee !important; }

.border-top-3px {
  border-top: 3px solid #eee !important; }

.border-top-5px {
  border-top: 5px solid #EBEEF5 !important; }

.border-right-1px {
  border-right: 1px solid #eee !important; }

.border-right-2px {
  border-right: 2px solid #eee !important; }

.border-right-3px {
  border-right: 3px solid #eee !important; }

.border-bottom-1px {
  border-bottom: 1px solid #eee !important; }

.border-bottom-2px {
  border-bottom: 2px solid #eee !important; }

.border-bottom-3px {
  border-bottom: 3px solid #eee !important; }

.border-left-1px {
  border-left: 1px solid #eee !important; }

.border-left-2px {
  border-left: 2px solid #eee !important; }

.border-left-3px {
  border-left: 3px solid #eee !important; }

/* -------- Border Outline---------- */
.outline-border {
  outline: 5px solid #f1f1f1;
  outline-offset: 5px; }

.outline-border-1px {
  outline: 1px solid #f1f1f1;
  outline-offset: 1px; }

.outline-border-2px {
  outline: 2px solid #f1f1f1;
  outline-offset: 2px; }

.outline-border-3px {
  outline: 3px solid #f1f1f1;
  outline-offset: 3px; }

.outline-border-4px {
  outline: 4px solid #f1f1f1;
  outline-offset: 4px; }

.outline-border-5px {
  outline: 5px solid #f1f1f1;
  outline-offset: 5px; }

/* -------- Background Image ---------- */
.no-bg {
  background: none !important; }

@media (max-width: 1199.98px) {
  .lg-no-bg {
    background: none !important; } }
@media (max-width: 991.98px) {
  .md-no-bg {
    background: none !important; } }
@media (max-width: 767.98px) {
  .sm-no-bg {
    background: none !important; } }
@media (max-width: 575.98px) {
  .xs-no-bg {
    background: none !important; } }
.bg-no-repeat, .bg-img-no-repeat {
  background-repeat: no-repeat !important; }

.bg-img-fixed {
  background-attachment: fixed !important; }

.bg-img-cover {
  background-size: cover !important; }

.bg-img-center {
  background-position: center !important; }

.bg-img-center-top {
  background-position: center top !important; }

.bg-img-center-bottom {
  background-position: center bottom !important; }

.bg-img-left {
  background-position: left !important; }

.bg-img-left-top {
  background-position: left top !important; }

.bg-img-left-bottom {
  background-position: left bottom !important; }

.bg-img-right {
  background-position: right !important; }

.bg-img-right-top {
  background-position: right top !important; }

.bg-img-right-bottom {
  background-position: right bottom !important; }

.tm-fullwidth, .img-fullwidth {
  width: 100% !important; }

/* -------- Absolute Image Positioning ---------- */
.overflow-visible {
  overflow: visible !important; }

.overflow-hidden {
  overflow: hidden !important; }

.overflow-x-hidden {
  overflow-x: hidden !important; }

.overflow-y-hidden {
  overflow-y: hidden !important; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

@media (max-width: 767.98px) {
  .float-xs-center {
    display: table;
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important; }

  .xs-fullwidth {
    width: 100%; }

  .xs-height-auto {
    min-height: auto !important; }

  .xs-hide-bg-img {
    background: none !important; }

  .xs-hide-child-bg-img > div {
    background: none !important; } }
@media (max-width: 767.98px) {
  .float-sm-center {
    display: table;
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important; }

  .sm-fullwidth {
    width: 100%; }

  .sm-height-auto {
    min-height: auto !important; }

  .sm-hide-bg-img {
    background: none !important; }

  .sm-hide-child-bg-img > div {
    background: none !important; } }
@media (max-width: 991.98px) {
  .float-md-center {
    display: table;
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important; }

  .md-fullwidth {
    width: 100%; }

  .md-height-auto {
    min-height: auto !important; }

  .md-hide-bg-img {
    background: none !important; }

  .md-hide-child-bg-img > div {
    background: none !important; } }
@media (max-width: 1199.98px) {
  .float-lg-center {
    display: table;
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important; }

  .lg-fullwidth {
    width: 100%; }

  .lg-height-auto {
    min-height: auto !important; }

  .lg-hide-bg-img {
    background: none !important; }

  .lg-hide-child-bg-img > div {
    background: none !important; } }
.position-inherit {
  position: inherit !important; }

/*
 * custom-bootstrap-margin-padding.scss
 * -----------------------------------------------
*/
/* Margin */
.m--0 {
  margin: 0px !important; }

.m-10 {
  margin: 10px !important; }

.m-15 {
  margin: 15px !important; }

.m-20 {
  margin: 20px !important; }

.m-25 {
  margin: 25px !important; }

.m-30 {
  margin: 30px !important; }

.m-40 {
  margin: 40px !important; }

.m-50 {
  margin: 50px !important; }

.m-60 {
  margin: 60px !important; }

.m-70 {
  margin: 70px !important; }

.m-80 {
  margin: 80px !important; }

.m-90 {
  margin: 90px !important; }

.m-100 {
  margin: 100px !important; }

.m-110 {
  margin: 110px !important; }

.m-120 {
  margin: 120px !important; }

.m-130 {
  margin: 130px !important; }

.m-140 {
  margin: 140px !important; }

.m-150 {
  margin: 150px !important; }

.m-200 {
  margin: 200px !important; }

.m-250 {
  margin: 250px !important; }

.m--10 {
  margin: -10px !important; }

.m--15 {
  margin: -15px !important; }

.m--20 {
  margin: -20px !important; }

.m--25 {
  margin: -25px !important; }

.m--30 {
  margin: -30px !important; }

.m--40 {
  margin: -40px !important; }

.m--50 {
  margin: -50px !important; }

.m--60 {
  margin: -60px !important; }

.m--70 {
  margin: -70px !important; }

.m--80 {
  margin: -80px !important; }

.m--90 {
  margin: -90px !important; }

.m--100 {
  margin: -100px !important; }

.mt--0 {
  margin-top: 0px !important; }

.mt-10 {
  margin-top: 10px !important; }

.mt-15 {
  margin-top: 15px !important; }

.mt-20 {
  margin-top: 20px !important; }

.mt-25 {
  margin-top: 25px !important; }

.mt-30 {
  margin-top: 30px !important; }

.mt-40 {
  margin-top: 40px !important; }

.mt-50 {
  margin-top: 50px !important; }

.mt-60 {
  margin-top: 60px !important; }

.mt-70 {
  margin-top: 70px !important; }

.mt-80 {
  margin-top: 80px !important; }

.mt-90 {
  margin-top: 90px !important; }

.mt-100 {
  margin-top: 100px !important; }

.mt-110 {
  margin-top: 110px !important; }

.mt-120 {
  margin-top: 120px !important; }

.mt-130 {
  margin-top: 130px !important; }

.mt-140 {
  margin-top: 140px !important; }

.mt-150 {
  margin-top: 150px !important; }

.mt-200 {
  margin-top: 200px !important; }

.mt-250 {
  margin-top: 250px !important; }

.mt--10 {
  margin-top: -10px !important; }

.mt--15 {
  margin-top: -15px !important; }

.mt--20 {
  margin-top: -20px !important; }

.mt--25 {
  margin-top: -25px !important; }

.mt--30 {
  margin-top: -30px !important; }

.mt--40 {
  margin-top: -40px !important; }

.mt--50 {
  margin-top: -50px !important; }

.mt--60 {
  margin-top: -60px !important; }

.mt--70 {
  margin-top: -70px !important; }

.mt--80 {
  margin-top: -80px !important; }

.mt--90 {
  margin-top: -90px !important; }

.mt--100 {
  margin-top: -100px !important; }

.mb--0 {
  margin-bottom: 0px !important; }

.mb-10 {
  margin-bottom: 10px !important; }

.mb-15 {
  margin-bottom: 15px !important; }

.mb-20 {
  margin-bottom: 20px !important; }

.mb-25 {
  margin-bottom: 25px !important; }

.mb-30 {
  margin-bottom: 30px !important; }

.mb-40 {
  margin-bottom: 40px !important; }

.mb-50 {
  margin-bottom: 50px !important; }

.mb-60 {
  margin-bottom: 60px !important; }

.mb-70 {
  margin-bottom: 70px !important; }

.mb-80 {
  margin-bottom: 80px !important; }

.mb-90 {
  margin-bottom: 90px !important; }

.mb-100 {
  margin-bottom: 100px !important; }

.mb-110 {
  margin-bottom: 110px !important; }

.mb-120 {
  margin-bottom: 120px !important; }

.mb-130 {
  margin-bottom: 130px !important; }

.mb-140 {
  margin-bottom: 140px !important; }

.mb-150 {
  margin-bottom: 150px !important; }

.mb-200 {
  margin-bottom: 200px !important; }

.mb-250 {
  margin-bottom: 250px !important; }

.mb--10 {
  margin-bottom: -10px !important; }

.mb--15 {
  margin-bottom: -15px !important; }

.mb--20 {
  margin-bottom: -20px !important; }

.mb--25 {
  margin-bottom: -25px !important; }

.mb--30 {
  margin-bottom: -30px !important; }

.mb--40 {
  margin-bottom: -40px !important; }

.mb--50 {
  margin-bottom: -50px !important; }

.mb--60 {
  margin-bottom: -60px !important; }

.mb--70 {
  margin-bottom: -70px !important; }

.mb--80 {
  margin-bottom: -80px !important; }

.mb--90 {
  margin-bottom: -90px !important; }

.mb--100 {
  margin-bottom: -100px !important; }

.mr--0 {
  margin-right: 0px !important; }

.mr-10 {
  margin-right: 10px !important; }

.mr-15 {
  margin-right: 15px !important; }

.mr-20 {
  margin-right: 20px !important; }

.mr-25 {
  margin-right: 25px !important; }

.mr-30 {
  margin-right: 30px !important; }

.mr-40 {
  margin-right: 40px !important; }

.mr-50 {
  margin-right: 50px !important; }

.mr-60 {
  margin-right: 60px !important; }

.mr-70 {
  margin-right: 70px !important; }

.mr-80 {
  margin-right: 80px !important; }

.mr-90 {
  margin-right: 90px !important; }

.mr-100 {
  margin-right: 100px !important; }

.mr-110 {
  margin-right: 110px !important; }

.mr-120 {
  margin-right: 120px !important; }

.mr-130 {
  margin-right: 130px !important; }

.mr-140 {
  margin-right: 140px !important; }

.mr-150 {
  margin-right: 150px !important; }

.mr-200 {
  margin-right: 200px !important; }

.mr-250 {
  margin-right: 250px !important; }

.mr--10 {
  margin-right: -10px !important; }

.mr--15 {
  margin-right: -15px !important; }

.mr--20 {
  margin-right: -20px !important; }

.mr--25 {
  margin-right: -25px !important; }

.mr--30 {
  margin-right: -30px !important; }

.mr--40 {
  margin-right: -40px !important; }

.mr--50 {
  margin-right: -50px !important; }

.mr--60 {
  margin-right: -60px !important; }

.mr--70 {
  margin-right: -70px !important; }

.mr--80 {
  margin-right: -80px !important; }

.mr--90 {
  margin-right: -90px !important; }

.mr--100 {
  margin-right: -100px !important; }

.ml--0 {
  margin-left: 0px !important; }

.ml-10 {
  margin-left: 10px !important; }

.ml-15 {
  margin-left: 15px !important; }

.ml-20 {
  margin-left: 20px !important; }

.ml-25 {
  margin-left: 25px !important; }

.ml-30 {
  margin-left: 30px !important; }

.ml-40 {
  margin-left: 40px !important; }

.ml-50 {
  margin-left: 50px !important; }

.ml-60 {
  margin-left: 60px !important; }

.ml-70 {
  margin-left: 70px !important; }

.ml-80 {
  margin-left: 80px !important; }

.ml-90 {
  margin-left: 90px !important; }

.ml-100 {
  margin-left: 100px !important; }

.ml-110 {
  margin-left: 110px !important; }

.ml-120 {
  margin-left: 120px !important; }

.ml-130 {
  margin-left: 130px !important; }

.ml-140 {
  margin-left: 140px !important; }

.ml-150 {
  margin-left: 150px !important; }

.ml-200 {
  margin-left: 200px !important; }

.ml-250 {
  margin-left: 250px !important; }

.ml--10 {
  margin-left: -10px !important; }

.ml--15 {
  margin-left: -15px !important; }

.ml--20 {
  margin-left: -20px !important; }

.ml--25 {
  margin-left: -25px !important; }

.ml--30 {
  margin-left: -30px !important; }

.ml--40 {
  margin-left: -40px !important; }

.ml--50 {
  margin-left: -50px !important; }

.ml--60 {
  margin-left: -60px !important; }

.ml--70 {
  margin-left: -70px !important; }

.ml--80 {
  margin-left: -80px !important; }

.ml--90 {
  margin-left: -90px !important; }

.ml--100 {
  margin-left: -100px !important; }

@media (max-width: 1199.98px) {
  .m-lg--0 {
    margin: 0px !important; }

  .m-lg-10 {
    margin: 10px !important; }

  .m-lg-15 {
    margin: 15px !important; }

  .m-lg-20 {
    margin: 20px !important; }

  .m-lg-25 {
    margin: 25px !important; }

  .m-lg-30 {
    margin: 30px !important; }

  .m-lg-40 {
    margin: 40px !important; }

  .m-lg-50 {
    margin: 50px !important; }

  .m-lg-60 {
    margin: 60px !important; }

  .m-lg-70 {
    margin: 70px !important; }

  .m-lg-80 {
    margin: 80px !important; }

  .m-lg-90 {
    margin: 90px !important; }

  .m-lg-100 {
    margin: 100px !important; }

  .m-lg-110 {
    margin: 110px !important; }

  .m-lg-120 {
    margin: 120px !important; }

  .m-lg-130 {
    margin: 130px !important; }

  .m-lg-140 {
    margin: 140px !important; }

  .m-lg-150 {
    margin: 150px !important; }

  .m-lg-200 {
    margin: 200px !important; }

  .m-lg-250 {
    margin: 250px !important; }

  .m-lg--10 {
    margin: -10px !important; }

  .m-lg--15 {
    margin: -15px !important; }

  .m-lg--20 {
    margin: -20px !important; }

  .m-lg--25 {
    margin: -25px !important; }

  .m-lg--30 {
    margin: -30px !important; }

  .m-lg--40 {
    margin: -40px !important; }

  .m-lg--50 {
    margin: -50px !important; }

  .m-lg--60 {
    margin: -60px !important; }

  .m-lg--70 {
    margin: -70px !important; }

  .m-lg--80 {
    margin: -80px !important; }

  .m-lg--90 {
    margin: -90px !important; }

  .m-lg--100 {
    margin: -100px !important; }

  .mt-lg--0 {
    margin-top: 0px !important; }

  .mt-lg-10 {
    margin-top: 10px !important; }

  .mt-lg-15 {
    margin-top: 15px !important; }

  .mt-lg-20 {
    margin-top: 20px !important; }

  .mt-lg-25 {
    margin-top: 25px !important; }

  .mt-lg-30 {
    margin-top: 30px !important; }

  .mt-lg-40 {
    margin-top: 40px !important; }

  .mt-lg-50 {
    margin-top: 50px !important; }

  .mt-lg-60 {
    margin-top: 60px !important; }

  .mt-lg-70 {
    margin-top: 70px !important; }

  .mt-lg-80 {
    margin-top: 80px !important; }

  .mt-lg-90 {
    margin-top: 90px !important; }

  .mt-lg-100 {
    margin-top: 100px !important; }

  .mt-lg-110 {
    margin-top: 110px !important; }

  .mt-lg-120 {
    margin-top: 120px !important; }

  .mt-lg-130 {
    margin-top: 130px !important; }

  .mt-lg-140 {
    margin-top: 140px !important; }

  .mt-lg-150 {
    margin-top: 150px !important; }

  .mt-lg-200 {
    margin-top: 200px !important; }

  .mt-lg-250 {
    margin-top: 250px !important; }

  .mt-lg--10 {
    margin-top: -10px !important; }

  .mt-lg--15 {
    margin-top: -15px !important; }

  .mt-lg--20 {
    margin-top: -20px !important; }

  .mt-lg--25 {
    margin-top: -25px !important; }

  .mt-lg--30 {
    margin-top: -30px !important; }

  .mt-lg--40 {
    margin-top: -40px !important; }

  .mt-lg--50 {
    margin-top: -50px !important; }

  .mt-lg--60 {
    margin-top: -60px !important; }

  .mt-lg--70 {
    margin-top: -70px !important; }

  .mt-lg--80 {
    margin-top: -80px !important; }

  .mt-lg--90 {
    margin-top: -90px !important; }

  .mt-lg--100 {
    margin-top: -100px !important; }

  .mb-lg--0 {
    margin-bottom: 0px !important; }

  .mb-lg-10 {
    margin-bottom: 10px !important; }

  .mb-lg-15 {
    margin-bottom: 15px !important; }

  .mb-lg-20 {
    margin-bottom: 20px !important; }

  .mb-lg-25 {
    margin-bottom: 25px !important; }

  .mb-lg-30 {
    margin-bottom: 30px !important; }

  .mb-lg-40 {
    margin-bottom: 40px !important; }

  .mb-lg-50 {
    margin-bottom: 50px !important; }

  .mb-lg-60 {
    margin-bottom: 60px !important; }

  .mb-lg-70 {
    margin-bottom: 70px !important; }

  .mb-lg-80 {
    margin-bottom: 80px !important; }

  .mb-lg-90 {
    margin-bottom: 90px !important; }

  .mb-lg-100 {
    margin-bottom: 100px !important; }

  .mb-lg-110 {
    margin-bottom: 110px !important; }

  .mb-lg-120 {
    margin-bottom: 120px !important; }

  .mb-lg-130 {
    margin-bottom: 130px !important; }

  .mb-lg-140 {
    margin-bottom: 140px !important; }

  .mb-lg-150 {
    margin-bottom: 150px !important; }

  .mb-lg-200 {
    margin-bottom: 200px !important; }

  .mb-lg-250 {
    margin-bottom: 250px !important; }

  .mb-lg--10 {
    margin-bottom: -10px !important; }

  .mb-lg--15 {
    margin-bottom: -15px !important; }

  .mb-lg--20 {
    margin-bottom: -20px !important; }

  .mb-lg--25 {
    margin-bottom: -25px !important; }

  .mb-lg--30 {
    margin-bottom: -30px !important; }

  .mb-lg--40 {
    margin-bottom: -40px !important; }

  .mb-lg--50 {
    margin-bottom: -50px !important; }

  .mb-lg--60 {
    margin-bottom: -60px !important; }

  .mb-lg--70 {
    margin-bottom: -70px !important; }

  .mb-lg--80 {
    margin-bottom: -80px !important; }

  .mb-lg--90 {
    margin-bottom: -90px !important; }

  .mb-lg--100 {
    margin-bottom: -100px !important; }

  .mr-lg--0 {
    margin-right: 0px !important; }

  .mr-lg-10 {
    margin-right: 10px !important; }

  .mr-lg-15 {
    margin-right: 15px !important; }

  .mr-lg-20 {
    margin-right: 20px !important; }

  .mr-lg-25 {
    margin-right: 25px !important; }

  .mr-lg-30 {
    margin-right: 30px !important; }

  .mr-lg-40 {
    margin-right: 40px !important; }

  .mr-lg-50 {
    margin-right: 50px !important; }

  .mr-lg-60 {
    margin-right: 60px !important; }

  .mr-lg-70 {
    margin-right: 70px !important; }

  .mr-lg-80 {
    margin-right: 80px !important; }

  .mr-lg-90 {
    margin-right: 90px !important; }

  .mr-lg-100 {
    margin-right: 100px !important; }

  .mr-lg-110 {
    margin-right: 110px !important; }

  .mr-lg-120 {
    margin-right: 120px !important; }

  .mr-lg-130 {
    margin-right: 130px !important; }

  .mr-lg-140 {
    margin-right: 140px !important; }

  .mr-lg-150 {
    margin-right: 150px !important; }

  .mr-lg-200 {
    margin-right: 200px !important; }

  .mr-lg-250 {
    margin-right: 250px !important; }

  .mr-lg--10 {
    margin-right: -10px !important; }

  .mr-lg--15 {
    margin-right: -15px !important; }

  .mr-lg--20 {
    margin-right: -20px !important; }

  .mr-lg--25 {
    margin-right: -25px !important; }

  .mr-lg--30 {
    margin-right: -30px !important; }

  .mr-lg--40 {
    margin-right: -40px !important; }

  .mr-lg--50 {
    margin-right: -50px !important; }

  .mr-lg--60 {
    margin-right: -60px !important; }

  .mr-lg--70 {
    margin-right: -70px !important; }

  .mr-lg--80 {
    margin-right: -80px !important; }

  .mr-lg--90 {
    margin-right: -90px !important; }

  .mr-lg--100 {
    margin-right: -100px !important; }

  .ml-lg--0 {
    margin-left: 0px !important; }

  .ml-lg-10 {
    margin-left: 10px !important; }

  .ml-lg-15 {
    margin-left: 15px !important; }

  .ml-lg-20 {
    margin-left: 20px !important; }

  .ml-lg-25 {
    margin-left: 25px !important; }

  .ml-lg-30 {
    margin-left: 30px !important; }

  .ml-lg-40 {
    margin-left: 40px !important; }

  .ml-lg-50 {
    margin-left: 50px !important; }

  .ml-lg-60 {
    margin-left: 60px !important; }

  .ml-lg-70 {
    margin-left: 70px !important; }

  .ml-lg-80 {
    margin-left: 80px !important; }

  .ml-lg-90 {
    margin-left: 90px !important; }

  .ml-lg-100 {
    margin-left: 100px !important; }

  .ml-lg-110 {
    margin-left: 110px !important; }

  .ml-lg-120 {
    margin-left: 120px !important; }

  .ml-lg-130 {
    margin-left: 130px !important; }

  .ml-lg-140 {
    margin-left: 140px !important; }

  .ml-lg-150 {
    margin-left: 150px !important; }

  .ml-lg-200 {
    margin-left: 200px !important; }

  .ml-lg-250 {
    margin-left: 250px !important; }

  .ml-lg--10 {
    margin-left: -10px !important; }

  .ml-lg--15 {
    margin-left: -15px !important; }

  .ml-lg--20 {
    margin-left: -20px !important; }

  .ml-lg--25 {
    margin-left: -25px !important; }

  .ml-lg--30 {
    margin-left: -30px !important; }

  .ml-lg--40 {
    margin-left: -40px !important; }

  .ml-lg--50 {
    margin-left: -50px !important; }

  .ml-lg--60 {
    margin-left: -60px !important; }

  .ml-lg--70 {
    margin-left: -70px !important; }

  .ml-lg--80 {
    margin-left: -80px !important; }

  .ml-lg--90 {
    margin-left: -90px !important; }

  .ml-lg--100 {
    margin-left: -100px !important; } }
@media (max-width: 991.98px) {
  .m-md--0 {
    margin: 0px !important; }

  .m-md-10 {
    margin: 10px !important; }

  .m-md-15 {
    margin: 15px !important; }

  .m-md-20 {
    margin: 20px !important; }

  .m-md-25 {
    margin: 25px !important; }

  .m-md-30 {
    margin: 30px !important; }

  .m-md-40 {
    margin: 40px !important; }

  .m-md-50 {
    margin: 50px !important; }

  .m-md-60 {
    margin: 60px !important; }

  .m-md-70 {
    margin: 70px !important; }

  .m-md-80 {
    margin: 80px !important; }

  .m-md-90 {
    margin: 90px !important; }

  .m-md-100 {
    margin: 100px !important; }

  .m-md-110 {
    margin: 110px !important; }

  .m-md-120 {
    margin: 120px !important; }

  .m-md-130 {
    margin: 130px !important; }

  .m-md-140 {
    margin: 140px !important; }

  .m-md-150 {
    margin: 150px !important; }

  .m-md-200 {
    margin: 200px !important; }

  .m-md-250 {
    margin: 250px !important; }

  .m-md--10 {
    margin: -10px !important; }

  .m-md--15 {
    margin: -15px !important; }

  .m-md--20 {
    margin: -20px !important; }

  .m-md--25 {
    margin: -25px !important; }

  .m-md--30 {
    margin: -30px !important; }

  .m-md--40 {
    margin: -40px !important; }

  .m-md--50 {
    margin: -50px !important; }

  .m-md--60 {
    margin: -60px !important; }

  .m-md--70 {
    margin: -70px !important; }

  .m-md--80 {
    margin: -80px !important; }

  .m-md--90 {
    margin: -90px !important; }

  .m-md--100 {
    margin: -100px !important; }

  .mt-md--0 {
    margin-top: 0px !important; }

  .mt-md-10 {
    margin-top: 10px !important; }

  .mt-md-15 {
    margin-top: 15px !important; }

  .mt-md-20 {
    margin-top: 20px !important; }

  .mt-md-25 {
    margin-top: 25px !important; }

  .mt-md-30 {
    margin-top: 30px !important; }

  .mt-md-40 {
    margin-top: 40px !important; }

  .mt-md-50 {
    margin-top: 50px !important; }

  .mt-md-60 {
    margin-top: 60px !important; }

  .mt-md-70 {
    margin-top: 70px !important; }

  .mt-md-80 {
    margin-top: 80px !important; }

  .mt-md-90 {
    margin-top: 90px !important; }

  .mt-md-100 {
    margin-top: 100px !important; }

  .mt-md-110 {
    margin-top: 110px !important; }

  .mt-md-120 {
    margin-top: 120px !important; }

  .mt-md-130 {
    margin-top: 130px !important; }

  .mt-md-140 {
    margin-top: 140px !important; }

  .mt-md-150 {
    margin-top: 150px !important; }

  .mt-md-200 {
    margin-top: 200px !important; }

  .mt-md-250 {
    margin-top: 250px !important; }

  .mt-md--10 {
    margin-top: -10px !important; }

  .mt-md--15 {
    margin-top: -15px !important; }

  .mt-md--20 {
    margin-top: -20px !important; }

  .mt-md--25 {
    margin-top: -25px !important; }

  .mt-md--30 {
    margin-top: -30px !important; }

  .mt-md--40 {
    margin-top: -40px !important; }

  .mt-md--50 {
    margin-top: -50px !important; }

  .mt-md--60 {
    margin-top: -60px !important; }

  .mt-md--70 {
    margin-top: -70px !important; }

  .mt-md--80 {
    margin-top: -80px !important; }

  .mt-md--90 {
    margin-top: -90px !important; }

  .mt-md--100 {
    margin-top: -100px !important; }

  .mb-md--0 {
    margin-bottom: 0px !important; }

  .mb-md-10 {
    margin-bottom: 10px !important; }

  .mb-md-15 {
    margin-bottom: 15px !important; }

  .mb-md-20 {
    margin-bottom: 20px !important; }

  .mb-md-25 {
    margin-bottom: 25px !important; }

  .mb-md-30 {
    margin-bottom: 30px !important; }

  .mb-md-40 {
    margin-bottom: 40px !important; }

  .mb-md-50 {
    margin-bottom: 50px !important; }

  .mb-md-60 {
    margin-bottom: 60px !important; }

  .mb-md-70 {
    margin-bottom: 70px !important; }

  .mb-md-80 {
    margin-bottom: 80px !important; }

  .mb-md-90 {
    margin-bottom: 90px !important; }

  .mb-md-100 {
    margin-bottom: 100px !important; }

  .mb-md-110 {
    margin-bottom: 110px !important; }

  .mb-md-120 {
    margin-bottom: 120px !important; }

  .mb-md-130 {
    margin-bottom: 130px !important; }

  .mb-md-140 {
    margin-bottom: 140px !important; }

  .mb-md-150 {
    margin-bottom: 150px !important; }

  .mb-md-200 {
    margin-bottom: 200px !important; }

  .mb-md-250 {
    margin-bottom: 250px !important; }

  .mb-md--10 {
    margin-bottom: -10px !important; }

  .mb-md--15 {
    margin-bottom: -15px !important; }

  .mb-md--20 {
    margin-bottom: -20px !important; }

  .mb-md--25 {
    margin-bottom: -25px !important; }

  .mb-md--30 {
    margin-bottom: -30px !important; }

  .mb-md--40 {
    margin-bottom: -40px !important; }

  .mb-md--50 {
    margin-bottom: -50px !important; }

  .mb-md--60 {
    margin-bottom: -60px !important; }

  .mb-md--70 {
    margin-bottom: -70px !important; }

  .mb-md--80 {
    margin-bottom: -80px !important; }

  .mb-md--90 {
    margin-bottom: -90px !important; }

  .mb-md--100 {
    margin-bottom: -100px !important; }

  .mr-md--0 {
    margin-right: 0px !important; }

  .mr-md-10 {
    margin-right: 10px !important; }

  .mr-md-15 {
    margin-right: 15px !important; }

  .mr-md-20 {
    margin-right: 20px !important; }

  .mr-md-25 {
    margin-right: 25px !important; }

  .mr-md-30 {
    margin-right: 30px !important; }

  .mr-md-40 {
    margin-right: 40px !important; }

  .mr-md-50 {
    margin-right: 50px !important; }

  .mr-md-60 {
    margin-right: 60px !important; }

  .mr-md-70 {
    margin-right: 70px !important; }

  .mr-md-80 {
    margin-right: 80px !important; }

  .mr-md-90 {
    margin-right: 90px !important; }

  .mr-md-100 {
    margin-right: 100px !important; }

  .mr-md-110 {
    margin-right: 110px !important; }

  .mr-md-120 {
    margin-right: 120px !important; }

  .mr-md-130 {
    margin-right: 130px !important; }

  .mr-md-140 {
    margin-right: 140px !important; }

  .mr-md-150 {
    margin-right: 150px !important; }

  .mr-md-200 {
    margin-right: 200px !important; }

  .mr-md-250 {
    margin-right: 250px !important; }

  .mr-md--10 {
    margin-right: -10px !important; }

  .mr-md--15 {
    margin-right: -15px !important; }

  .mr-md--20 {
    margin-right: -20px !important; }

  .mr-md--25 {
    margin-right: -25px !important; }

  .mr-md--30 {
    margin-right: -30px !important; }

  .mr-md--40 {
    margin-right: -40px !important; }

  .mr-md--50 {
    margin-right: -50px !important; }

  .mr-md--60 {
    margin-right: -60px !important; }

  .mr-md--70 {
    margin-right: -70px !important; }

  .mr-md--80 {
    margin-right: -80px !important; }

  .mr-md--90 {
    margin-right: -90px !important; }

  .mr-md--100 {
    margin-right: -100px !important; }

  .ml-md--0 {
    margin-left: 0px !important; }

  .ml-md-10 {
    margin-left: 10px !important; }

  .ml-md-15 {
    margin-left: 15px !important; }

  .ml-md-20 {
    margin-left: 20px !important; }

  .ml-md-25 {
    margin-left: 25px !important; }

  .ml-md-30 {
    margin-left: 30px !important; }

  .ml-md-40 {
    margin-left: 40px !important; }

  .ml-md-50 {
    margin-left: 50px !important; }

  .ml-md-60 {
    margin-left: 60px !important; }

  .ml-md-70 {
    margin-left: 70px !important; }

  .ml-md-80 {
    margin-left: 80px !important; }

  .ml-md-90 {
    margin-left: 90px !important; }

  .ml-md-100 {
    margin-left: 100px !important; }

  .ml-md-110 {
    margin-left: 110px !important; }

  .ml-md-120 {
    margin-left: 120px !important; }

  .ml-md-130 {
    margin-left: 130px !important; }

  .ml-md-140 {
    margin-left: 140px !important; }

  .ml-md-150 {
    margin-left: 150px !important; }

  .ml-md-200 {
    margin-left: 200px !important; }

  .ml-md-250 {
    margin-left: 250px !important; }

  .ml-md--10 {
    margin-left: -10px !important; }

  .ml-md--15 {
    margin-left: -15px !important; }

  .ml-md--20 {
    margin-left: -20px !important; }

  .ml-md--25 {
    margin-left: -25px !important; }

  .ml-md--30 {
    margin-left: -30px !important; }

  .ml-md--40 {
    margin-left: -40px !important; }

  .ml-md--50 {
    margin-left: -50px !important; }

  .ml-md--60 {
    margin-left: -60px !important; }

  .ml-md--70 {
    margin-left: -70px !important; }

  .ml-md--80 {
    margin-left: -80px !important; }

  .ml-md--90 {
    margin-left: -90px !important; }

  .ml-md--100 {
    margin-left: -100px !important; } }
@media (max-width: 767.98px) {
  .m-sm--0 {
    margin: 0px !important; }

  .m-sm-10 {
    margin: 10px !important; }

  .m-sm-15 {
    margin: 15px !important; }

  .m-sm-20 {
    margin: 20px !important; }

  .m-sm-25 {
    margin: 25px !important; }

  .m-sm-30 {
    margin: 30px !important; }

  .m-sm-40 {
    margin: 40px !important; }

  .m-sm-50 {
    margin: 50px !important; }

  .m-sm-60 {
    margin: 60px !important; }

  .m-sm-70 {
    margin: 70px !important; }

  .m-sm-80 {
    margin: 80px !important; }

  .m-sm-90 {
    margin: 90px !important; }

  .m-sm-100 {
    margin: 100px !important; }

  .m-sm-110 {
    margin: 110px !important; }

  .m-sm-120 {
    margin: 120px !important; }

  .m-sm-130 {
    margin: 130px !important; }

  .m-sm-140 {
    margin: 140px !important; }

  .m-sm-150 {
    margin: 150px !important; }

  .m-sm-200 {
    margin: 200px !important; }

  .m-sm-250 {
    margin: 250px !important; }

  .m-sm--10 {
    margin: -10px !important; }

  .m-sm--15 {
    margin: -15px !important; }

  .m-sm--20 {
    margin: -20px !important; }

  .m-sm--25 {
    margin: -25px !important; }

  .m-sm--30 {
    margin: -30px !important; }

  .m-sm--40 {
    margin: -40px !important; }

  .m-sm--50 {
    margin: -50px !important; }

  .m-sm--60 {
    margin: -60px !important; }

  .m-sm--70 {
    margin: -70px !important; }

  .m-sm--80 {
    margin: -80px !important; }

  .m-sm--90 {
    margin: -90px !important; }

  .m-sm--100 {
    margin: -100px !important; }

  .mt-sm--0 {
    margin-top: 0px !important; }

  .mt-sm-10 {
    margin-top: 10px !important; }

  .mt-sm-15 {
    margin-top: 15px !important; }

  .mt-sm-20 {
    margin-top: 20px !important; }

  .mt-sm-25 {
    margin-top: 25px !important; }

  .mt-sm-30 {
    margin-top: 30px !important; }

  .mt-sm-40 {
    margin-top: 40px !important; }

  .mt-sm-50 {
    margin-top: 50px !important; }

  .mt-sm-60 {
    margin-top: 60px !important; }

  .mt-sm-70 {
    margin-top: 70px !important; }

  .mt-sm-80 {
    margin-top: 80px !important; }

  .mt-sm-90 {
    margin-top: 90px !important; }

  .mt-sm-100 {
    margin-top: 100px !important; }

  .mt-sm-110 {
    margin-top: 110px !important; }

  .mt-sm-120 {
    margin-top: 120px !important; }

  .mt-sm-130 {
    margin-top: 130px !important; }

  .mt-sm-140 {
    margin-top: 140px !important; }

  .mt-sm-150 {
    margin-top: 150px !important; }

  .mt-sm-200 {
    margin-top: 200px !important; }

  .mt-sm-250 {
    margin-top: 250px !important; }

  .mt-sm--10 {
    margin-top: -10px !important; }

  .mt-sm--15 {
    margin-top: -15px !important; }

  .mt-sm--20 {
    margin-top: -20px !important; }

  .mt-sm--25 {
    margin-top: -25px !important; }

  .mt-sm--30 {
    margin-top: -30px !important; }

  .mt-sm--40 {
    margin-top: -40px !important; }

  .mt-sm--50 {
    margin-top: -50px !important; }

  .mt-sm--60 {
    margin-top: -60px !important; }

  .mt-sm--70 {
    margin-top: -70px !important; }

  .mt-sm--80 {
    margin-top: -80px !important; }

  .mt-sm--90 {
    margin-top: -90px !important; }

  .mt-sm--100 {
    margin-top: -100px !important; }

  .mb-sm--0 {
    margin-bottom: 0px !important; }

  .mb-sm-10 {
    margin-bottom: 10px !important; }

  .mb-sm-15 {
    margin-bottom: 15px !important; }

  .mb-sm-20 {
    margin-bottom: 20px !important; }

  .mb-sm-25 {
    margin-bottom: 25px !important; }

  .mb-sm-30 {
    margin-bottom: 30px !important; }

  .mb-sm-40 {
    margin-bottom: 40px !important; }

  .mb-sm-50 {
    margin-bottom: 50px !important; }

  .mb-sm-60 {
    margin-bottom: 60px !important; }

  .mb-sm-70 {
    margin-bottom: 70px !important; }

  .mb-sm-80 {
    margin-bottom: 80px !important; }

  .mb-sm-90 {
    margin-bottom: 90px !important; }

  .mb-sm-100 {
    margin-bottom: 100px !important; }

  .mb-sm-110 {
    margin-bottom: 110px !important; }

  .mb-sm-120 {
    margin-bottom: 120px !important; }

  .mb-sm-130 {
    margin-bottom: 130px !important; }

  .mb-sm-140 {
    margin-bottom: 140px !important; }

  .mb-sm-150 {
    margin-bottom: 150px !important; }

  .mb-sm-200 {
    margin-bottom: 200px !important; }

  .mb-sm-250 {
    margin-bottom: 250px !important; }

  .mb-sm--10 {
    margin-bottom: -10px !important; }

  .mb-sm--15 {
    margin-bottom: -15px !important; }

  .mb-sm--20 {
    margin-bottom: -20px !important; }

  .mb-sm--25 {
    margin-bottom: -25px !important; }

  .mb-sm--30 {
    margin-bottom: -30px !important; }

  .mb-sm--40 {
    margin-bottom: -40px !important; }

  .mb-sm--50 {
    margin-bottom: -50px !important; }

  .mb-sm--60 {
    margin-bottom: -60px !important; }

  .mb-sm--70 {
    margin-bottom: -70px !important; }

  .mb-sm--80 {
    margin-bottom: -80px !important; }

  .mb-sm--90 {
    margin-bottom: -90px !important; }

  .mb-sm--100 {
    margin-bottom: -100px !important; }

  .mr-sm--0 {
    margin-right: 0px !important; }

  .mr-sm-10 {
    margin-right: 10px !important; }

  .mr-sm-15 {
    margin-right: 15px !important; }

  .mr-sm-20 {
    margin-right: 20px !important; }

  .mr-sm-25 {
    margin-right: 25px !important; }

  .mr-sm-30 {
    margin-right: 30px !important; }

  .mr-sm-40 {
    margin-right: 40px !important; }

  .mr-sm-50 {
    margin-right: 50px !important; }

  .mr-sm-60 {
    margin-right: 60px !important; }

  .mr-sm-70 {
    margin-right: 70px !important; }

  .mr-sm-80 {
    margin-right: 80px !important; }

  .mr-sm-90 {
    margin-right: 90px !important; }

  .mr-sm-100 {
    margin-right: 100px !important; }

  .mr-sm-110 {
    margin-right: 110px !important; }

  .mr-sm-120 {
    margin-right: 120px !important; }

  .mr-sm-130 {
    margin-right: 130px !important; }

  .mr-sm-140 {
    margin-right: 140px !important; }

  .mr-sm-150 {
    margin-right: 150px !important; }

  .mr-sm-200 {
    margin-right: 200px !important; }

  .mr-sm-250 {
    margin-right: 250px !important; }

  .mr-sm--10 {
    margin-right: -10px !important; }

  .mr-sm--15 {
    margin-right: -15px !important; }

  .mr-sm--20 {
    margin-right: -20px !important; }

  .mr-sm--25 {
    margin-right: -25px !important; }

  .mr-sm--30 {
    margin-right: -30px !important; }

  .mr-sm--40 {
    margin-right: -40px !important; }

  .mr-sm--50 {
    margin-right: -50px !important; }

  .mr-sm--60 {
    margin-right: -60px !important; }

  .mr-sm--70 {
    margin-right: -70px !important; }

  .mr-sm--80 {
    margin-right: -80px !important; }

  .mr-sm--90 {
    margin-right: -90px !important; }

  .mr-sm--100 {
    margin-right: -100px !important; }

  .ml-sm--0 {
    margin-left: 0px !important; }

  .ml-sm-10 {
    margin-left: 10px !important; }

  .ml-sm-15 {
    margin-left: 15px !important; }

  .ml-sm-20 {
    margin-left: 20px !important; }

  .ml-sm-25 {
    margin-left: 25px !important; }

  .ml-sm-30 {
    margin-left: 30px !important; }

  .ml-sm-40 {
    margin-left: 40px !important; }

  .ml-sm-50 {
    margin-left: 50px !important; }

  .ml-sm-60 {
    margin-left: 60px !important; }

  .ml-sm-70 {
    margin-left: 70px !important; }

  .ml-sm-80 {
    margin-left: 80px !important; }

  .ml-sm-90 {
    margin-left: 90px !important; }

  .ml-sm-100 {
    margin-left: 100px !important; }

  .ml-sm-110 {
    margin-left: 110px !important; }

  .ml-sm-120 {
    margin-left: 120px !important; }

  .ml-sm-130 {
    margin-left: 130px !important; }

  .ml-sm-140 {
    margin-left: 140px !important; }

  .ml-sm-150 {
    margin-left: 150px !important; }

  .ml-sm-200 {
    margin-left: 200px !important; }

  .ml-sm-250 {
    margin-left: 250px !important; }

  .ml-sm--10 {
    margin-left: -10px !important; }

  .ml-sm--15 {
    margin-left: -15px !important; }

  .ml-sm--20 {
    margin-left: -20px !important; }

  .ml-sm--25 {
    margin-left: -25px !important; }

  .ml-sm--30 {
    margin-left: -30px !important; }

  .ml-sm--40 {
    margin-left: -40px !important; }

  .ml-sm--50 {
    margin-left: -50px !important; }

  .ml-sm--60 {
    margin-left: -60px !important; }

  .ml-sm--70 {
    margin-left: -70px !important; }

  .ml-sm--80 {
    margin-left: -80px !important; }

  .ml-sm--90 {
    margin-left: -90px !important; }

  .ml-sm--100 {
    margin-left: -100px !important; } }
@media (max-width: 575.98px) {
  .m-xs--0 {
    margin: 0px !important; }

  .m-xs-10 {
    margin: 10px !important; }

  .m-xs-15 {
    margin: 15px !important; }

  .m-xs-20 {
    margin: 20px !important; }

  .m-xs-25 {
    margin: 25px !important; }

  .m-xs-30 {
    margin: 30px !important; }

  .m-xs-40 {
    margin: 40px !important; }

  .m-xs-50 {
    margin: 50px !important; }

  .m-xs-60 {
    margin: 60px !important; }

  .m-xs-70 {
    margin: 70px !important; }

  .m-xs-80 {
    margin: 80px !important; }

  .m-xs-90 {
    margin: 90px !important; }

  .m-xs-100 {
    margin: 100px !important; }

  .m-xs-110 {
    margin: 110px !important; }

  .m-xs-120 {
    margin: 120px !important; }

  .m-xs-130 {
    margin: 130px !important; }

  .m-xs-140 {
    margin: 140px !important; }

  .m-xs-150 {
    margin: 150px !important; }

  .m-xs-200 {
    margin: 200px !important; }

  .m-xs-250 {
    margin: 250px !important; }

  .m-xs--10 {
    margin: -10px !important; }

  .m-xs--15 {
    margin: -15px !important; }

  .m-xs--20 {
    margin: -20px !important; }

  .m-xs--25 {
    margin: -25px !important; }

  .m-xs--30 {
    margin: -30px !important; }

  .m-xs--40 {
    margin: -40px !important; }

  .m-xs--50 {
    margin: -50px !important; }

  .m-xs--60 {
    margin: -60px !important; }

  .m-xs--70 {
    margin: -70px !important; }

  .m-xs--80 {
    margin: -80px !important; }

  .m-xs--90 {
    margin: -90px !important; }

  .m-xs--100 {
    margin: -100px !important; }

  .mt-xs--0 {
    margin-top: 0px !important; }

  .mt-xs-10 {
    margin-top: 10px !important; }

  .mt-xs-15 {
    margin-top: 15px !important; }

  .mt-xs-20 {
    margin-top: 20px !important; }

  .mt-xs-25 {
    margin-top: 25px !important; }

  .mt-xs-30 {
    margin-top: 30px !important; }

  .mt-xs-40 {
    margin-top: 40px !important; }

  .mt-xs-50 {
    margin-top: 50px !important; }

  .mt-xs-60 {
    margin-top: 60px !important; }

  .mt-xs-70 {
    margin-top: 70px !important; }

  .mt-xs-80 {
    margin-top: 80px !important; }

  .mt-xs-90 {
    margin-top: 90px !important; }

  .mt-xs-100 {
    margin-top: 100px !important; }

  .mt-xs-110 {
    margin-top: 110px !important; }

  .mt-xs-120 {
    margin-top: 120px !important; }

  .mt-xs-130 {
    margin-top: 130px !important; }

  .mt-xs-140 {
    margin-top: 140px !important; }

  .mt-xs-150 {
    margin-top: 150px !important; }

  .mt-xs-200 {
    margin-top: 200px !important; }

  .mt-xs-250 {
    margin-top: 250px !important; }

  .mt-xs--10 {
    margin-top: -10px !important; }

  .mt-xs--15 {
    margin-top: -15px !important; }

  .mt-xs--20 {
    margin-top: -20px !important; }

  .mt-xs--25 {
    margin-top: -25px !important; }

  .mt-xs--30 {
    margin-top: -30px !important; }

  .mt-xs--40 {
    margin-top: -40px !important; }

  .mt-xs--50 {
    margin-top: -50px !important; }

  .mt-xs--60 {
    margin-top: -60px !important; }

  .mt-xs--70 {
    margin-top: -70px !important; }

  .mt-xs--80 {
    margin-top: -80px !important; }

  .mt-xs--90 {
    margin-top: -90px !important; }

  .mt-xs--100 {
    margin-top: -100px !important; }

  .mb-xs--0 {
    margin-bottom: 0px !important; }

  .mb-xs-10 {
    margin-bottom: 10px !important; }

  .mb-xs-15 {
    margin-bottom: 15px !important; }

  .mb-xs-20 {
    margin-bottom: 20px !important; }

  .mb-xs-25 {
    margin-bottom: 25px !important; }

  .mb-xs-30 {
    margin-bottom: 30px !important; }

  .mb-xs-40 {
    margin-bottom: 40px !important; }

  .mb-xs-50 {
    margin-bottom: 50px !important; }

  .mb-xs-60 {
    margin-bottom: 60px !important; }

  .mb-xs-70 {
    margin-bottom: 70px !important; }

  .mb-xs-80 {
    margin-bottom: 80px !important; }

  .mb-xs-90 {
    margin-bottom: 90px !important; }

  .mb-xs-100 {
    margin-bottom: 100px !important; }

  .mb-xs-110 {
    margin-bottom: 110px !important; }

  .mb-xs-120 {
    margin-bottom: 120px !important; }

  .mb-xs-130 {
    margin-bottom: 130px !important; }

  .mb-xs-140 {
    margin-bottom: 140px !important; }

  .mb-xs-150 {
    margin-bottom: 150px !important; }

  .mb-xs-200 {
    margin-bottom: 200px !important; }

  .mb-xs-250 {
    margin-bottom: 250px !important; }

  .mb-xs--10 {
    margin-bottom: -10px !important; }

  .mb-xs--15 {
    margin-bottom: -15px !important; }

  .mb-xs--20 {
    margin-bottom: -20px !important; }

  .mb-xs--25 {
    margin-bottom: -25px !important; }

  .mb-xs--30 {
    margin-bottom: -30px !important; }

  .mb-xs--40 {
    margin-bottom: -40px !important; }

  .mb-xs--50 {
    margin-bottom: -50px !important; }

  .mb-xs--60 {
    margin-bottom: -60px !important; }

  .mb-xs--70 {
    margin-bottom: -70px !important; }

  .mb-xs--80 {
    margin-bottom: -80px !important; }

  .mb-xs--90 {
    margin-bottom: -90px !important; }

  .mb-xs--100 {
    margin-bottom: -100px !important; }

  .mr-xs--0 {
    margin-right: 0px !important; }

  .mr-xs-10 {
    margin-right: 10px !important; }

  .mr-xs-15 {
    margin-right: 15px !important; }

  .mr-xs-20 {
    margin-right: 20px !important; }

  .mr-xs-25 {
    margin-right: 25px !important; }

  .mr-xs-30 {
    margin-right: 30px !important; }

  .mr-xs-40 {
    margin-right: 40px !important; }

  .mr-xs-50 {
    margin-right: 50px !important; }

  .mr-xs-60 {
    margin-right: 60px !important; }

  .mr-xs-70 {
    margin-right: 70px !important; }

  .mr-xs-80 {
    margin-right: 80px !important; }

  .mr-xs-90 {
    margin-right: 90px !important; }

  .mr-xs-100 {
    margin-right: 100px !important; }

  .mr-xs-110 {
    margin-right: 110px !important; }

  .mr-xs-120 {
    margin-right: 120px !important; }

  .mr-xs-130 {
    margin-right: 130px !important; }

  .mr-xs-140 {
    margin-right: 140px !important; }

  .mr-xs-150 {
    margin-right: 150px !important; }

  .mr-xs-200 {
    margin-right: 200px !important; }

  .mr-xs-250 {
    margin-right: 250px !important; }

  .mr-xs--10 {
    margin-right: -10px !important; }

  .mr-xs--15 {
    margin-right: -15px !important; }

  .mr-xs--20 {
    margin-right: -20px !important; }

  .mr-xs--25 {
    margin-right: -25px !important; }

  .mr-xs--30 {
    margin-right: -30px !important; }

  .mr-xs--40 {
    margin-right: -40px !important; }

  .mr-xs--50 {
    margin-right: -50px !important; }

  .mr-xs--60 {
    margin-right: -60px !important; }

  .mr-xs--70 {
    margin-right: -70px !important; }

  .mr-xs--80 {
    margin-right: -80px !important; }

  .mr-xs--90 {
    margin-right: -90px !important; }

  .mr-xs--100 {
    margin-right: -100px !important; }

  .ml-xs--0 {
    margin-left: 0px !important; }

  .ml-xs-10 {
    margin-left: 10px !important; }

  .ml-xs-15 {
    margin-left: 15px !important; }

  .ml-xs-20 {
    margin-left: 20px !important; }

  .ml-xs-25 {
    margin-left: 25px !important; }

  .ml-xs-30 {
    margin-left: 30px !important; }

  .ml-xs-40 {
    margin-left: 40px !important; }

  .ml-xs-50 {
    margin-left: 50px !important; }

  .ml-xs-60 {
    margin-left: 60px !important; }

  .ml-xs-70 {
    margin-left: 70px !important; }

  .ml-xs-80 {
    margin-left: 80px !important; }

  .ml-xs-90 {
    margin-left: 90px !important; }

  .ml-xs-100 {
    margin-left: 100px !important; }

  .ml-xs-110 {
    margin-left: 110px !important; }

  .ml-xs-120 {
    margin-left: 120px !important; }

  .ml-xs-130 {
    margin-left: 130px !important; }

  .ml-xs-140 {
    margin-left: 140px !important; }

  .ml-xs-150 {
    margin-left: 150px !important; }

  .ml-xs-200 {
    margin-left: 200px !important; }

  .ml-xs-250 {
    margin-left: 250px !important; }

  .ml-xs--10 {
    margin-left: -10px !important; }

  .ml-xs--15 {
    margin-left: -15px !important; }

  .ml-xs--20 {
    margin-left: -20px !important; }

  .ml-xs--25 {
    margin-left: -25px !important; }

  .ml-xs--30 {
    margin-left: -30px !important; }

  .ml-xs--40 {
    margin-left: -40px !important; }

  .ml-xs--50 {
    margin-left: -50px !important; }

  .ml-xs--60 {
    margin-left: -60px !important; }

  .ml-xs--70 {
    margin-left: -70px !important; }

  .ml-xs--80 {
    margin-left: -80px !important; }

  .ml-xs--90 {
    margin-left: -90px !important; }

  .ml-xs--100 {
    margin-left: -100px !important; } }
/* Padding */
.p--0 {
  padding: 0px !important; }

.p-10 {
  padding: 10px !important; }

.p-15 {
  padding: 15px !important; }

.p-20 {
  padding: 20px !important; }

.p-25 {
  padding: 25px !important; }

.p-30 {
  padding: 30px !important; }

.p-40 {
  padding: 40px !important; }

.p-50 {
  padding: 50px !important; }

.p-60 {
  padding: 60px !important; }

.p-70 {
  padding: 70px !important; }

.p-80 {
  padding: 80px !important; }

.p-90 {
  padding: 90px !important; }

.p-100 {
  padding: 100px !important; }

.p-110 {
  padding: 110px !important; }

.p-120 {
  padding: 120px !important; }

.p-130 {
  padding: 130px !important; }

.p-140 {
  padding: 140px !important; }

.p-150 {
  padding: 150px !important; }

.p-200 {
  padding: 200px !important; }

.p-250 {
  padding: 250px !important; }

.p--10 {
  padding: -10px !important; }

.p--15 {
  padding: -15px !important; }

.p--20 {
  padding: -20px !important; }

.p--25 {
  padding: -25px !important; }

.p--30 {
  padding: -30px !important; }

.p--40 {
  padding: -40px !important; }

.p--50 {
  padding: -50px !important; }

.p--60 {
  padding: -60px !important; }

.p--70 {
  padding: -70px !important; }

.p--80 {
  padding: -80px !important; }

.p--90 {
  padding: -90px !important; }

.p--100 {
  padding: -100px !important; }

.pt--0 {
  padding-top: 0px !important; }

.pt-10 {
  padding-top: 10px !important; }

.pt-15 {
  padding-top: 15px !important; }

.pt-20 {
  padding-top: 20px !important; }

.pt-25 {
  padding-top: 25px !important; }

.pt-30 {
  padding-top: 30px !important; }

.pt-40 {
  padding-top: 40px !important; }

.pt-50 {
  padding-top: 50px !important; }

.pt-60 {
  padding-top: 60px !important; }

.pt-70 {
  padding-top: 70px !important; }

.pt-80 {
  padding-top: 80px !important; }

.pt-90 {
  padding-top: 90px !important; }

.pt-100 {
  padding-top: 100px !important; }

.pt-110 {
  padding-top: 110px !important; }

.pt-120 {
  padding-top: 120px !important; }

.pt-130 {
  padding-top: 130px !important; }

.pt-140 {
  padding-top: 140px !important; }

.pt-150 {
  padding-top: 150px !important; }

.pt-200 {
  padding-top: 200px !important; }

.pt-250 {
  padding-top: 250px !important; }

.pt--10 {
  padding-top: -10px !important; }

.pt--15 {
  padding-top: -15px !important; }

.pt--20 {
  padding-top: -20px !important; }

.pt--25 {
  padding-top: -25px !important; }

.pt--30 {
  padding-top: -30px !important; }

.pt--40 {
  padding-top: -40px !important; }

.pt--50 {
  padding-top: -50px !important; }

.pt--60 {
  padding-top: -60px !important; }

.pt--70 {
  padding-top: -70px !important; }

.pt--80 {
  padding-top: -80px !important; }

.pt--90 {
  padding-top: -90px !important; }

.pt--100 {
  padding-top: -100px !important; }

.pb--0 {
  padding-bottom: 0px !important; }

.pb-10 {
  padding-bottom: 10px !important; }

.pb-15 {
  padding-bottom: 15px !important; }

.pb-20 {
  padding-bottom: 20px !important; }

.pb-25 {
  padding-bottom: 25px !important; }

.pb-30 {
  padding-bottom: 30px !important; }

.pb-40 {
  padding-bottom: 40px !important; }

.pb-50 {
  padding-bottom: 50px !important; }

.pb-60 {
  padding-bottom: 60px !important; }

.pb-70 {
  padding-bottom: 70px !important; }

.pb-80 {
  padding-bottom: 80px !important; }

.pb-90 {
  padding-bottom: 90px !important; }

.pb-100 {
  padding-bottom: 100px !important; }

.pb-110 {
  padding-bottom: 110px !important; }

.pb-120 {
  padding-bottom: 120px !important; }

.pb-130 {
  padding-bottom: 130px !important; }

.pb-140 {
  padding-bottom: 140px !important; }

.pb-150 {
  padding-bottom: 150px !important; }

.pb-200 {
  padding-bottom: 200px !important; }

.pb-250 {
  padding-bottom: 250px !important; }

.pb--10 {
  padding-bottom: -10px !important; }

.pb--15 {
  padding-bottom: -15px !important; }

.pb--20 {
  padding-bottom: -20px !important; }

.pb--25 {
  padding-bottom: -25px !important; }

.pb--30 {
  padding-bottom: -30px !important; }

.pb--40 {
  padding-bottom: -40px !important; }

.pb--50 {
  padding-bottom: -50px !important; }

.pb--60 {
  padding-bottom: -60px !important; }

.pb--70 {
  padding-bottom: -70px !important; }

.pb--80 {
  padding-bottom: -80px !important; }

.pb--90 {
  padding-bottom: -90px !important; }

.pb--100 {
  padding-bottom: -100px !important; }

.pr--0 {
  padding-right: 0px !important; }

.pr-10 {
  padding-right: 10px !important; }

.pr-15 {
  padding-right: 15px !important; }

.pr-20 {
  padding-right: 20px !important; }

.pr-25 {
  padding-right: 25px !important; }

.pr-30 {
  padding-right: 30px !important; }

.pr-40 {
  padding-right: 40px !important; }

.pr-50 {
  padding-right: 50px !important; }

.pr-60 {
  padding-right: 60px !important; }

.pr-70 {
  padding-right: 70px !important; }

.pr-80 {
  padding-right: 80px !important; }

.pr-90 {
  padding-right: 90px !important; }

.pr-100 {
  padding-right: 100px !important; }

.pr-110 {
  padding-right: 110px !important; }

.pr-120 {
  padding-right: 120px !important; }

.pr-130 {
  padding-right: 130px !important; }

.pr-140 {
  padding-right: 140px !important; }

.pr-150 {
  padding-right: 150px !important; }

.pr-200 {
  padding-right: 200px !important; }

.pr-250 {
  padding-right: 250px !important; }

.pr--10 {
  padding-right: -10px !important; }

.pr--15 {
  padding-right: -15px !important; }

.pr--20 {
  padding-right: -20px !important; }

.pr--25 {
  padding-right: -25px !important; }

.pr--30 {
  padding-right: -30px !important; }

.pr--40 {
  padding-right: -40px !important; }

.pr--50 {
  padding-right: -50px !important; }

.pr--60 {
  padding-right: -60px !important; }

.pr--70 {
  padding-right: -70px !important; }

.pr--80 {
  padding-right: -80px !important; }

.pr--90 {
  padding-right: -90px !important; }

.pr--100 {
  padding-right: -100px !important; }

.pl--0 {
  padding-left: 0px !important; }

.pl-10 {
  padding-left: 10px !important; }

.pl-15 {
  padding-left: 15px !important; }

.pl-20 {
  padding-left: 20px !important; }

.pl-25 {
  padding-left: 25px !important; }

.pl-30 {
  padding-left: 30px !important; }

.pl-40 {
  padding-left: 40px !important; }

.pl-50 {
  padding-left: 50px !important; }

.pl-60 {
  padding-left: 60px !important; }

.pl-70 {
  padding-left: 70px !important; }

.pl-80 {
  padding-left: 80px !important; }

.pl-90 {
  padding-left: 90px !important; }

.pl-100 {
  padding-left: 100px !important; }

.pl-110 {
  padding-left: 110px !important; }

.pl-120 {
  padding-left: 120px !important; }

.pl-130 {
  padding-left: 130px !important; }

.pl-140 {
  padding-left: 140px !important; }

.pl-150 {
  padding-left: 150px !important; }

.pl-200 {
  padding-left: 200px !important; }

.pl-250 {
  padding-left: 250px !important; }

.pl--10 {
  padding-left: -10px !important; }

.pl--15 {
  padding-left: -15px !important; }

.pl--20 {
  padding-left: -20px !important; }

.pl--25 {
  padding-left: -25px !important; }

.pl--30 {
  padding-left: -30px !important; }

.pl--40 {
  padding-left: -40px !important; }

.pl--50 {
  padding-left: -50px !important; }

.pl--60 {
  padding-left: -60px !important; }

.pl--70 {
  padding-left: -70px !important; }

.pl--80 {
  padding-left: -80px !important; }

.pl--90 {
  padding-left: -90px !important; }

.pl--100 {
  padding-left: -100px !important; }

@media (max-width: 1199.98px) {
  .p-lg--0 {
    padding: 0px !important; }

  .p-lg-10 {
    padding: 10px !important; }

  .p-lg-15 {
    padding: 15px !important; }

  .p-lg-20 {
    padding: 20px !important; }

  .p-lg-25 {
    padding: 25px !important; }

  .p-lg-30 {
    padding: 30px !important; }

  .p-lg-40 {
    padding: 40px !important; }

  .p-lg-50 {
    padding: 50px !important; }

  .p-lg-60 {
    padding: 60px !important; }

  .p-lg-70 {
    padding: 70px !important; }

  .p-lg-80 {
    padding: 80px !important; }

  .p-lg-90 {
    padding: 90px !important; }

  .p-lg-100 {
    padding: 100px !important; }

  .p-lg-110 {
    padding: 110px !important; }

  .p-lg-120 {
    padding: 120px !important; }

  .p-lg-130 {
    padding: 130px !important; }

  .p-lg-140 {
    padding: 140px !important; }

  .p-lg-150 {
    padding: 150px !important; }

  .p-lg-200 {
    padding: 200px !important; }

  .p-lg-250 {
    padding: 250px !important; }

  .p-lg--10 {
    padding: -10px !important; }

  .p-lg--15 {
    padding: -15px !important; }

  .p-lg--20 {
    padding: -20px !important; }

  .p-lg--25 {
    padding: -25px !important; }

  .p-lg--30 {
    padding: -30px !important; }

  .p-lg--40 {
    padding: -40px !important; }

  .p-lg--50 {
    padding: -50px !important; }

  .p-lg--60 {
    padding: -60px !important; }

  .p-lg--70 {
    padding: -70px !important; }

  .p-lg--80 {
    padding: -80px !important; }

  .p-lg--90 {
    padding: -90px !important; }

  .p-lg--100 {
    padding: -100px !important; }

  .pt-lg--0 {
    padding-top: 0px !important; }

  .pt-lg-10 {
    padding-top: 10px !important; }

  .pt-lg-15 {
    padding-top: 15px !important; }

  .pt-lg-20 {
    padding-top: 20px !important; }

  .pt-lg-25 {
    padding-top: 25px !important; }

  .pt-lg-30 {
    padding-top: 30px !important; }

  .pt-lg-40 {
    padding-top: 40px !important; }

  .pt-lg-50 {
    padding-top: 50px !important; }

  .pt-lg-60 {
    padding-top: 60px !important; }

  .pt-lg-70 {
    padding-top: 70px !important; }

  .pt-lg-80 {
    padding-top: 80px !important; }

  .pt-lg-90 {
    padding-top: 90px !important; }

  .pt-lg-100 {
    padding-top: 100px !important; }

  .pt-lg-110 {
    padding-top: 110px !important; }

  .pt-lg-120 {
    padding-top: 120px !important; }

  .pt-lg-130 {
    padding-top: 130px !important; }

  .pt-lg-140 {
    padding-top: 140px !important; }

  .pt-lg-150 {
    padding-top: 150px !important; }

  .pt-lg-200 {
    padding-top: 200px !important; }

  .pt-lg-250 {
    padding-top: 250px !important; }

  .pt-lg--10 {
    padding-top: -10px !important; }

  .pt-lg--15 {
    padding-top: -15px !important; }

  .pt-lg--20 {
    padding-top: -20px !important; }

  .pt-lg--25 {
    padding-top: -25px !important; }

  .pt-lg--30 {
    padding-top: -30px !important; }

  .pt-lg--40 {
    padding-top: -40px !important; }

  .pt-lg--50 {
    padding-top: -50px !important; }

  .pt-lg--60 {
    padding-top: -60px !important; }

  .pt-lg--70 {
    padding-top: -70px !important; }

  .pt-lg--80 {
    padding-top: -80px !important; }

  .pt-lg--90 {
    padding-top: -90px !important; }

  .pt-lg--100 {
    padding-top: -100px !important; }

  .pb-lg--0 {
    padding-bottom: 0px !important; }

  .pb-lg-10 {
    padding-bottom: 10px !important; }

  .pb-lg-15 {
    padding-bottom: 15px !important; }

  .pb-lg-20 {
    padding-bottom: 20px !important; }

  .pb-lg-25 {
    padding-bottom: 25px !important; }

  .pb-lg-30 {
    padding-bottom: 30px !important; }

  .pb-lg-40 {
    padding-bottom: 40px !important; }

  .pb-lg-50 {
    padding-bottom: 50px !important; }

  .pb-lg-60 {
    padding-bottom: 60px !important; }

  .pb-lg-70 {
    padding-bottom: 70px !important; }

  .pb-lg-80 {
    padding-bottom: 80px !important; }

  .pb-lg-90 {
    padding-bottom: 90px !important; }

  .pb-lg-100 {
    padding-bottom: 100px !important; }

  .pb-lg-110 {
    padding-bottom: 110px !important; }

  .pb-lg-120 {
    padding-bottom: 120px !important; }

  .pb-lg-130 {
    padding-bottom: 130px !important; }

  .pb-lg-140 {
    padding-bottom: 140px !important; }

  .pb-lg-150 {
    padding-bottom: 150px !important; }

  .pb-lg-200 {
    padding-bottom: 200px !important; }

  .pb-lg-250 {
    padding-bottom: 250px !important; }

  .pb-lg--10 {
    padding-bottom: -10px !important; }

  .pb-lg--15 {
    padding-bottom: -15px !important; }

  .pb-lg--20 {
    padding-bottom: -20px !important; }

  .pb-lg--25 {
    padding-bottom: -25px !important; }

  .pb-lg--30 {
    padding-bottom: -30px !important; }

  .pb-lg--40 {
    padding-bottom: -40px !important; }

  .pb-lg--50 {
    padding-bottom: -50px !important; }

  .pb-lg--60 {
    padding-bottom: -60px !important; }

  .pb-lg--70 {
    padding-bottom: -70px !important; }

  .pb-lg--80 {
    padding-bottom: -80px !important; }

  .pb-lg--90 {
    padding-bottom: -90px !important; }

  .pb-lg--100 {
    padding-bottom: -100px !important; }

  .pr-lg--0 {
    padding-right: 0px !important; }

  .pr-lg-10 {
    padding-right: 10px !important; }

  .pr-lg-15 {
    padding-right: 15px !important; }

  .pr-lg-20 {
    padding-right: 20px !important; }

  .pr-lg-25 {
    padding-right: 25px !important; }

  .pr-lg-30 {
    padding-right: 30px !important; }

  .pr-lg-40 {
    padding-right: 40px !important; }

  .pr-lg-50 {
    padding-right: 50px !important; }

  .pr-lg-60 {
    padding-right: 60px !important; }

  .pr-lg-70 {
    padding-right: 70px !important; }

  .pr-lg-80 {
    padding-right: 80px !important; }

  .pr-lg-90 {
    padding-right: 90px !important; }

  .pr-lg-100 {
    padding-right: 100px !important; }

  .pr-lg-110 {
    padding-right: 110px !important; }

  .pr-lg-120 {
    padding-right: 120px !important; }

  .pr-lg-130 {
    padding-right: 130px !important; }

  .pr-lg-140 {
    padding-right: 140px !important; }

  .pr-lg-150 {
    padding-right: 150px !important; }

  .pr-lg-200 {
    padding-right: 200px !important; }

  .pr-lg-250 {
    padding-right: 250px !important; }

  .pr-lg--10 {
    padding-right: -10px !important; }

  .pr-lg--15 {
    padding-right: -15px !important; }

  .pr-lg--20 {
    padding-right: -20px !important; }

  .pr-lg--25 {
    padding-right: -25px !important; }

  .pr-lg--30 {
    padding-right: -30px !important; }

  .pr-lg--40 {
    padding-right: -40px !important; }

  .pr-lg--50 {
    padding-right: -50px !important; }

  .pr-lg--60 {
    padding-right: -60px !important; }

  .pr-lg--70 {
    padding-right: -70px !important; }

  .pr-lg--80 {
    padding-right: -80px !important; }

  .pr-lg--90 {
    padding-right: -90px !important; }

  .pr-lg--100 {
    padding-right: -100px !important; }

  .pl-lg--0 {
    padding-left: 0px !important; }

  .pl-lg-10 {
    padding-left: 10px !important; }

  .pl-lg-15 {
    padding-left: 15px !important; }

  .pl-lg-20 {
    padding-left: 20px !important; }

  .pl-lg-25 {
    padding-left: 25px !important; }

  .pl-lg-30 {
    padding-left: 30px !important; }

  .pl-lg-40 {
    padding-left: 40px !important; }

  .pl-lg-50 {
    padding-left: 50px !important; }

  .pl-lg-60 {
    padding-left: 60px !important; }

  .pl-lg-70 {
    padding-left: 70px !important; }

  .pl-lg-80 {
    padding-left: 80px !important; }

  .pl-lg-90 {
    padding-left: 90px !important; }

  .pl-lg-100 {
    padding-left: 100px !important; }

  .pl-lg-110 {
    padding-left: 110px !important; }

  .pl-lg-120 {
    padding-left: 120px !important; }

  .pl-lg-130 {
    padding-left: 130px !important; }

  .pl-lg-140 {
    padding-left: 140px !important; }

  .pl-lg-150 {
    padding-left: 150px !important; }

  .pl-lg-200 {
    padding-left: 200px !important; }

  .pl-lg-250 {
    padding-left: 250px !important; }

  .pl-lg--10 {
    padding-left: -10px !important; }

  .pl-lg--15 {
    padding-left: -15px !important; }

  .pl-lg--20 {
    padding-left: -20px !important; }

  .pl-lg--25 {
    padding-left: -25px !important; }

  .pl-lg--30 {
    padding-left: -30px !important; }

  .pl-lg--40 {
    padding-left: -40px !important; }

  .pl-lg--50 {
    padding-left: -50px !important; }

  .pl-lg--60 {
    padding-left: -60px !important; }

  .pl-lg--70 {
    padding-left: -70px !important; }

  .pl-lg--80 {
    padding-left: -80px !important; }

  .pl-lg--90 {
    padding-left: -90px !important; }

  .pl-lg--100 {
    padding-left: -100px !important; } }
@media (max-width: 991.98px) {
  .p-md--0 {
    padding: 0px !important; }

  .p-md-10 {
    padding: 10px !important; }

  .p-md-15 {
    padding: 15px !important; }

  .p-md-20 {
    padding: 20px !important; }

  .p-md-25 {
    padding: 25px !important; }

  .p-md-30 {
    padding: 30px !important; }

  .p-md-40 {
    padding: 40px !important; }

  .p-md-50 {
    padding: 50px !important; }

  .p-md-60 {
    padding: 60px !important; }

  .p-md-70 {
    padding: 70px !important; }

  .p-md-80 {
    padding: 80px !important; }

  .p-md-90 {
    padding: 90px !important; }

  .p-md-100 {
    padding: 100px !important; }

  .p-md-110 {
    padding: 110px !important; }

  .p-md-120 {
    padding: 120px !important; }

  .p-md-130 {
    padding: 130px !important; }

  .p-md-140 {
    padding: 140px !important; }

  .p-md-150 {
    padding: 150px !important; }

  .p-md-200 {
    padding: 200px !important; }

  .p-md-250 {
    padding: 250px !important; }

  .p-md--10 {
    padding: -10px !important; }

  .p-md--15 {
    padding: -15px !important; }

  .p-md--20 {
    padding: -20px !important; }

  .p-md--25 {
    padding: -25px !important; }

  .p-md--30 {
    padding: -30px !important; }

  .p-md--40 {
    padding: -40px !important; }

  .p-md--50 {
    padding: -50px !important; }

  .p-md--60 {
    padding: -60px !important; }

  .p-md--70 {
    padding: -70px !important; }

  .p-md--80 {
    padding: -80px !important; }

  .p-md--90 {
    padding: -90px !important; }

  .p-md--100 {
    padding: -100px !important; }

  .pt-md--0 {
    padding-top: 0px !important; }

  .pt-md-10 {
    padding-top: 10px !important; }

  .pt-md-15 {
    padding-top: 15px !important; }

  .pt-md-20 {
    padding-top: 20px !important; }

  .pt-md-25 {
    padding-top: 25px !important; }

  .pt-md-30 {
    padding-top: 30px !important; }

  .pt-md-40 {
    padding-top: 40px !important; }

  .pt-md-50 {
    padding-top: 50px !important; }

  .pt-md-60 {
    padding-top: 60px !important; }

  .pt-md-70 {
    padding-top: 70px !important; }

  .pt-md-80 {
    padding-top: 80px !important; }

  .pt-md-90 {
    padding-top: 90px !important; }

  .pt-md-100 {
    padding-top: 100px !important; }

  .pt-md-110 {
    padding-top: 110px !important; }

  .pt-md-120 {
    padding-top: 120px !important; }

  .pt-md-130 {
    padding-top: 130px !important; }

  .pt-md-140 {
    padding-top: 140px !important; }

  .pt-md-150 {
    padding-top: 150px !important; }

  .pt-md-200 {
    padding-top: 200px !important; }

  .pt-md-250 {
    padding-top: 250px !important; }

  .pt-md--10 {
    padding-top: -10px !important; }

  .pt-md--15 {
    padding-top: -15px !important; }

  .pt-md--20 {
    padding-top: -20px !important; }

  .pt-md--25 {
    padding-top: -25px !important; }

  .pt-md--30 {
    padding-top: -30px !important; }

  .pt-md--40 {
    padding-top: -40px !important; }

  .pt-md--50 {
    padding-top: -50px !important; }

  .pt-md--60 {
    padding-top: -60px !important; }

  .pt-md--70 {
    padding-top: -70px !important; }

  .pt-md--80 {
    padding-top: -80px !important; }

  .pt-md--90 {
    padding-top: -90px !important; }

  .pt-md--100 {
    padding-top: -100px !important; }

  .pb-md--0 {
    padding-bottom: 0px !important; }

  .pb-md-10 {
    padding-bottom: 10px !important; }

  .pb-md-15 {
    padding-bottom: 15px !important; }

  .pb-md-20 {
    padding-bottom: 20px !important; }

  .pb-md-25 {
    padding-bottom: 25px !important; }

  .pb-md-30 {
    padding-bottom: 30px !important; }

  .pb-md-40 {
    padding-bottom: 40px !important; }

  .pb-md-50 {
    padding-bottom: 50px !important; }

  .pb-md-60 {
    padding-bottom: 60px !important; }

  .pb-md-70 {
    padding-bottom: 70px !important; }

  .pb-md-80 {
    padding-bottom: 80px !important; }

  .pb-md-90 {
    padding-bottom: 90px !important; }

  .pb-md-100 {
    padding-bottom: 100px !important; }

  .pb-md-110 {
    padding-bottom: 110px !important; }

  .pb-md-120 {
    padding-bottom: 120px !important; }

  .pb-md-130 {
    padding-bottom: 130px !important; }

  .pb-md-140 {
    padding-bottom: 140px !important; }

  .pb-md-150 {
    padding-bottom: 150px !important; }

  .pb-md-200 {
    padding-bottom: 200px !important; }

  .pb-md-250 {
    padding-bottom: 250px !important; }

  .pb-md--10 {
    padding-bottom: -10px !important; }

  .pb-md--15 {
    padding-bottom: -15px !important; }

  .pb-md--20 {
    padding-bottom: -20px !important; }

  .pb-md--25 {
    padding-bottom: -25px !important; }

  .pb-md--30 {
    padding-bottom: -30px !important; }

  .pb-md--40 {
    padding-bottom: -40px !important; }

  .pb-md--50 {
    padding-bottom: -50px !important; }

  .pb-md--60 {
    padding-bottom: -60px !important; }

  .pb-md--70 {
    padding-bottom: -70px !important; }

  .pb-md--80 {
    padding-bottom: -80px !important; }

  .pb-md--90 {
    padding-bottom: -90px !important; }

  .pb-md--100 {
    padding-bottom: -100px !important; }

  .pr-md--0 {
    padding-right: 0px !important; }

  .pr-md-10 {
    padding-right: 10px !important; }

  .pr-md-15 {
    padding-right: 15px !important; }

  .pr-md-20 {
    padding-right: 20px !important; }

  .pr-md-25 {
    padding-right: 25px !important; }

  .pr-md-30 {
    padding-right: 30px !important; }

  .pr-md-40 {
    padding-right: 40px !important; }

  .pr-md-50 {
    padding-right: 50px !important; }

  .pr-md-60 {
    padding-right: 60px !important; }

  .pr-md-70 {
    padding-right: 70px !important; }

  .pr-md-80 {
    padding-right: 80px !important; }

  .pr-md-90 {
    padding-right: 90px !important; }

  .pr-md-100 {
    padding-right: 100px !important; }

  .pr-md-110 {
    padding-right: 110px !important; }

  .pr-md-120 {
    padding-right: 120px !important; }

  .pr-md-130 {
    padding-right: 130px !important; }

  .pr-md-140 {
    padding-right: 140px !important; }

  .pr-md-150 {
    padding-right: 150px !important; }

  .pr-md-200 {
    padding-right: 200px !important; }

  .pr-md-250 {
    padding-right: 250px !important; }

  .pr-md--10 {
    padding-right: -10px !important; }

  .pr-md--15 {
    padding-right: -15px !important; }

  .pr-md--20 {
    padding-right: -20px !important; }

  .pr-md--25 {
    padding-right: -25px !important; }

  .pr-md--30 {
    padding-right: -30px !important; }

  .pr-md--40 {
    padding-right: -40px !important; }

  .pr-md--50 {
    padding-right: -50px !important; }

  .pr-md--60 {
    padding-right: -60px !important; }

  .pr-md--70 {
    padding-right: -70px !important; }

  .pr-md--80 {
    padding-right: -80px !important; }

  .pr-md--90 {
    padding-right: -90px !important; }

  .pr-md--100 {
    padding-right: -100px !important; }

  .pl-md--0 {
    padding-left: 0px !important; }

  .pl-md-10 {
    padding-left: 10px !important; }

  .pl-md-15 {
    padding-left: 15px !important; }

  .pl-md-20 {
    padding-left: 20px !important; }

  .pl-md-25 {
    padding-left: 25px !important; }

  .pl-md-30 {
    padding-left: 30px !important; }

  .pl-md-40 {
    padding-left: 40px !important; }

  .pl-md-50 {
    padding-left: 50px !important; }

  .pl-md-60 {
    padding-left: 60px !important; }

  .pl-md-70 {
    padding-left: 70px !important; }

  .pl-md-80 {
    padding-left: 80px !important; }

  .pl-md-90 {
    padding-left: 90px !important; }

  .pl-md-100 {
    padding-left: 100px !important; }

  .pl-md-110 {
    padding-left: 110px !important; }

  .pl-md-120 {
    padding-left: 120px !important; }

  .pl-md-130 {
    padding-left: 130px !important; }

  .pl-md-140 {
    padding-left: 140px !important; }

  .pl-md-150 {
    padding-left: 150px !important; }

  .pl-md-200 {
    padding-left: 200px !important; }

  .pl-md-250 {
    padding-left: 250px !important; }

  .pl-md--10 {
    padding-left: -10px !important; }

  .pl-md--15 {
    padding-left: -15px !important; }

  .pl-md--20 {
    padding-left: -20px !important; }

  .pl-md--25 {
    padding-left: -25px !important; }

  .pl-md--30 {
    padding-left: -30px !important; }

  .pl-md--40 {
    padding-left: -40px !important; }

  .pl-md--50 {
    padding-left: -50px !important; }

  .pl-md--60 {
    padding-left: -60px !important; }

  .pl-md--70 {
    padding-left: -70px !important; }

  .pl-md--80 {
    padding-left: -80px !important; }

  .pl-md--90 {
    padding-left: -90px !important; }

  .pl-md--100 {
    padding-left: -100px !important; } }
@media (max-width: 767.98px) {
  .p-sm--0 {
    padding: 0px !important; }

  .p-sm-10 {
    padding: 10px !important; }

  .p-sm-15 {
    padding: 15px !important; }

  .p-sm-20 {
    padding: 20px !important; }

  .p-sm-25 {
    padding: 25px !important; }

  .p-sm-30 {
    padding: 30px !important; }

  .p-sm-40 {
    padding: 40px !important; }

  .p-sm-50 {
    padding: 50px !important; }

  .p-sm-60 {
    padding: 60px !important; }

  .p-sm-70 {
    padding: 70px !important; }

  .p-sm-80 {
    padding: 80px !important; }

  .p-sm-90 {
    padding: 90px !important; }

  .p-sm-100 {
    padding: 100px !important; }

  .p-sm-110 {
    padding: 110px !important; }

  .p-sm-120 {
    padding: 120px !important; }

  .p-sm-130 {
    padding: 130px !important; }

  .p-sm-140 {
    padding: 140px !important; }

  .p-sm-150 {
    padding: 150px !important; }

  .p-sm-200 {
    padding: 200px !important; }

  .p-sm-250 {
    padding: 250px !important; }

  .p-sm--10 {
    padding: -10px !important; }

  .p-sm--15 {
    padding: -15px !important; }

  .p-sm--20 {
    padding: -20px !important; }

  .p-sm--25 {
    padding: -25px !important; }

  .p-sm--30 {
    padding: -30px !important; }

  .p-sm--40 {
    padding: -40px !important; }

  .p-sm--50 {
    padding: -50px !important; }

  .p-sm--60 {
    padding: -60px !important; }

  .p-sm--70 {
    padding: -70px !important; }

  .p-sm--80 {
    padding: -80px !important; }

  .p-sm--90 {
    padding: -90px !important; }

  .p-sm--100 {
    padding: -100px !important; }

  .pt-sm--0 {
    padding-top: 0px !important; }

  .pt-sm-10 {
    padding-top: 10px !important; }

  .pt-sm-15 {
    padding-top: 15px !important; }

  .pt-sm-20 {
    padding-top: 20px !important; }

  .pt-sm-25 {
    padding-top: 25px !important; }

  .pt-sm-30 {
    padding-top: 30px !important; }

  .pt-sm-40 {
    padding-top: 40px !important; }

  .pt-sm-50 {
    padding-top: 50px !important; }

  .pt-sm-60 {
    padding-top: 60px !important; }

  .pt-sm-70 {
    padding-top: 70px !important; }

  .pt-sm-80 {
    padding-top: 80px !important; }

  .pt-sm-90 {
    padding-top: 90px !important; }

  .pt-sm-100 {
    padding-top: 100px !important; }

  .pt-sm-110 {
    padding-top: 110px !important; }

  .pt-sm-120 {
    padding-top: 120px !important; }

  .pt-sm-130 {
    padding-top: 130px !important; }

  .pt-sm-140 {
    padding-top: 140px !important; }

  .pt-sm-150 {
    padding-top: 150px !important; }

  .pt-sm-200 {
    padding-top: 200px !important; }

  .pt-sm-250 {
    padding-top: 250px !important; }

  .pt-sm--10 {
    padding-top: -10px !important; }

  .pt-sm--15 {
    padding-top: -15px !important; }

  .pt-sm--20 {
    padding-top: -20px !important; }

  .pt-sm--25 {
    padding-top: -25px !important; }

  .pt-sm--30 {
    padding-top: -30px !important; }

  .pt-sm--40 {
    padding-top: -40px !important; }

  .pt-sm--50 {
    padding-top: -50px !important; }

  .pt-sm--60 {
    padding-top: -60px !important; }

  .pt-sm--70 {
    padding-top: -70px !important; }

  .pt-sm--80 {
    padding-top: -80px !important; }

  .pt-sm--90 {
    padding-top: -90px !important; }

  .pt-sm--100 {
    padding-top: -100px !important; }

  .pb-sm--0 {
    padding-bottom: 0px !important; }

  .pb-sm-10 {
    padding-bottom: 10px !important; }

  .pb-sm-15 {
    padding-bottom: 15px !important; }

  .pb-sm-20 {
    padding-bottom: 20px !important; }

  .pb-sm-25 {
    padding-bottom: 25px !important; }

  .pb-sm-30 {
    padding-bottom: 30px !important; }

  .pb-sm-40 {
    padding-bottom: 40px !important; }

  .pb-sm-50 {
    padding-bottom: 50px !important; }

  .pb-sm-60 {
    padding-bottom: 60px !important; }

  .pb-sm-70 {
    padding-bottom: 70px !important; }

  .pb-sm-80 {
    padding-bottom: 80px !important; }

  .pb-sm-90 {
    padding-bottom: 90px !important; }

  .pb-sm-100 {
    padding-bottom: 100px !important; }

  .pb-sm-110 {
    padding-bottom: 110px !important; }

  .pb-sm-120 {
    padding-bottom: 120px !important; }

  .pb-sm-130 {
    padding-bottom: 130px !important; }

  .pb-sm-140 {
    padding-bottom: 140px !important; }

  .pb-sm-150 {
    padding-bottom: 150px !important; }

  .pb-sm-200 {
    padding-bottom: 200px !important; }

  .pb-sm-250 {
    padding-bottom: 250px !important; }

  .pb-sm--10 {
    padding-bottom: -10px !important; }

  .pb-sm--15 {
    padding-bottom: -15px !important; }

  .pb-sm--20 {
    padding-bottom: -20px !important; }

  .pb-sm--25 {
    padding-bottom: -25px !important; }

  .pb-sm--30 {
    padding-bottom: -30px !important; }

  .pb-sm--40 {
    padding-bottom: -40px !important; }

  .pb-sm--50 {
    padding-bottom: -50px !important; }

  .pb-sm--60 {
    padding-bottom: -60px !important; }

  .pb-sm--70 {
    padding-bottom: -70px !important; }

  .pb-sm--80 {
    padding-bottom: -80px !important; }

  .pb-sm--90 {
    padding-bottom: -90px !important; }

  .pb-sm--100 {
    padding-bottom: -100px !important; }

  .pr-sm--0 {
    padding-right: 0px !important; }

  .pr-sm-10 {
    padding-right: 10px !important; }

  .pr-sm-15 {
    padding-right: 15px !important; }

  .pr-sm-20 {
    padding-right: 20px !important; }

  .pr-sm-25 {
    padding-right: 25px !important; }

  .pr-sm-30 {
    padding-right: 30px !important; }

  .pr-sm-40 {
    padding-right: 40px !important; }

  .pr-sm-50 {
    padding-right: 50px !important; }

  .pr-sm-60 {
    padding-right: 60px !important; }

  .pr-sm-70 {
    padding-right: 70px !important; }

  .pr-sm-80 {
    padding-right: 80px !important; }

  .pr-sm-90 {
    padding-right: 90px !important; }

  .pr-sm-100 {
    padding-right: 100px !important; }

  .pr-sm-110 {
    padding-right: 110px !important; }

  .pr-sm-120 {
    padding-right: 120px !important; }

  .pr-sm-130 {
    padding-right: 130px !important; }

  .pr-sm-140 {
    padding-right: 140px !important; }

  .pr-sm-150 {
    padding-right: 150px !important; }

  .pr-sm-200 {
    padding-right: 200px !important; }

  .pr-sm-250 {
    padding-right: 250px !important; }

  .pr-sm--10 {
    padding-right: -10px !important; }

  .pr-sm--15 {
    padding-right: -15px !important; }

  .pr-sm--20 {
    padding-right: -20px !important; }

  .pr-sm--25 {
    padding-right: -25px !important; }

  .pr-sm--30 {
    padding-right: -30px !important; }

  .pr-sm--40 {
    padding-right: -40px !important; }

  .pr-sm--50 {
    padding-right: -50px !important; }

  .pr-sm--60 {
    padding-right: -60px !important; }

  .pr-sm--70 {
    padding-right: -70px !important; }

  .pr-sm--80 {
    padding-right: -80px !important; }

  .pr-sm--90 {
    padding-right: -90px !important; }

  .pr-sm--100 {
    padding-right: -100px !important; }

  .pl-sm--0 {
    padding-left: 0px !important; }

  .pl-sm-10 {
    padding-left: 10px !important; }

  .pl-sm-15 {
    padding-left: 15px !important; }

  .pl-sm-20 {
    padding-left: 20px !important; }

  .pl-sm-25 {
    padding-left: 25px !important; }

  .pl-sm-30 {
    padding-left: 30px !important; }

  .pl-sm-40 {
    padding-left: 40px !important; }

  .pl-sm-50 {
    padding-left: 50px !important; }

  .pl-sm-60 {
    padding-left: 60px !important; }

  .pl-sm-70 {
    padding-left: 70px !important; }

  .pl-sm-80 {
    padding-left: 80px !important; }

  .pl-sm-90 {
    padding-left: 90px !important; }

  .pl-sm-100 {
    padding-left: 100px !important; }

  .pl-sm-110 {
    padding-left: 110px !important; }

  .pl-sm-120 {
    padding-left: 120px !important; }

  .pl-sm-130 {
    padding-left: 130px !important; }

  .pl-sm-140 {
    padding-left: 140px !important; }

  .pl-sm-150 {
    padding-left: 150px !important; }

  .pl-sm-200 {
    padding-left: 200px !important; }

  .pl-sm-250 {
    padding-left: 250px !important; }

  .pl-sm--10 {
    padding-left: -10px !important; }

  .pl-sm--15 {
    padding-left: -15px !important; }

  .pl-sm--20 {
    padding-left: -20px !important; }

  .pl-sm--25 {
    padding-left: -25px !important; }

  .pl-sm--30 {
    padding-left: -30px !important; }

  .pl-sm--40 {
    padding-left: -40px !important; }

  .pl-sm--50 {
    padding-left: -50px !important; }

  .pl-sm--60 {
    padding-left: -60px !important; }

  .pl-sm--70 {
    padding-left: -70px !important; }

  .pl-sm--80 {
    padding-left: -80px !important; }

  .pl-sm--90 {
    padding-left: -90px !important; }

  .pl-sm--100 {
    padding-left: -100px !important; } }
@media (max-width: 575.98px) {
  .p-xs--0 {
    padding: 0px !important; }

  .p-xs-10 {
    padding: 10px !important; }

  .p-xs-15 {
    padding: 15px !important; }

  .p-xs-20 {
    padding: 20px !important; }

  .p-xs-25 {
    padding: 25px !important; }

  .p-xs-30 {
    padding: 30px !important; }

  .p-xs-40 {
    padding: 40px !important; }

  .p-xs-50 {
    padding: 50px !important; }

  .p-xs-60 {
    padding: 60px !important; }

  .p-xs-70 {
    padding: 70px !important; }

  .p-xs-80 {
    padding: 80px !important; }

  .p-xs-90 {
    padding: 90px !important; }

  .p-xs-100 {
    padding: 100px !important; }

  .p-xs-110 {
    padding: 110px !important; }

  .p-xs-120 {
    padding: 120px !important; }

  .p-xs-130 {
    padding: 130px !important; }

  .p-xs-140 {
    padding: 140px !important; }

  .p-xs-150 {
    padding: 150px !important; }

  .p-xs-200 {
    padding: 200px !important; }

  .p-xs-250 {
    padding: 250px !important; }

  .p-xs--10 {
    padding: -10px !important; }

  .p-xs--15 {
    padding: -15px !important; }

  .p-xs--20 {
    padding: -20px !important; }

  .p-xs--25 {
    padding: -25px !important; }

  .p-xs--30 {
    padding: -30px !important; }

  .p-xs--40 {
    padding: -40px !important; }

  .p-xs--50 {
    padding: -50px !important; }

  .p-xs--60 {
    padding: -60px !important; }

  .p-xs--70 {
    padding: -70px !important; }

  .p-xs--80 {
    padding: -80px !important; }

  .p-xs--90 {
    padding: -90px !important; }

  .p-xs--100 {
    padding: -100px !important; }

  .pt-xs--0 {
    padding-top: 0px !important; }

  .pt-xs-10 {
    padding-top: 10px !important; }

  .pt-xs-15 {
    padding-top: 15px !important; }

  .pt-xs-20 {
    padding-top: 20px !important; }

  .pt-xs-25 {
    padding-top: 25px !important; }

  .pt-xs-30 {
    padding-top: 30px !important; }

  .pt-xs-40 {
    padding-top: 40px !important; }

  .pt-xs-50 {
    padding-top: 50px !important; }

  .pt-xs-60 {
    padding-top: 60px !important; }

  .pt-xs-70 {
    padding-top: 70px !important; }

  .pt-xs-80 {
    padding-top: 80px !important; }

  .pt-xs-90 {
    padding-top: 90px !important; }

  .pt-xs-100 {
    padding-top: 100px !important; }

  .pt-xs-110 {
    padding-top: 110px !important; }

  .pt-xs-120 {
    padding-top: 120px !important; }

  .pt-xs-130 {
    padding-top: 130px !important; }

  .pt-xs-140 {
    padding-top: 140px !important; }

  .pt-xs-150 {
    padding-top: 150px !important; }

  .pt-xs-200 {
    padding-top: 200px !important; }

  .pt-xs-250 {
    padding-top: 250px !important; }

  .pt-xs--10 {
    padding-top: -10px !important; }

  .pt-xs--15 {
    padding-top: -15px !important; }

  .pt-xs--20 {
    padding-top: -20px !important; }

  .pt-xs--25 {
    padding-top: -25px !important; }

  .pt-xs--30 {
    padding-top: -30px !important; }

  .pt-xs--40 {
    padding-top: -40px !important; }

  .pt-xs--50 {
    padding-top: -50px !important; }

  .pt-xs--60 {
    padding-top: -60px !important; }

  .pt-xs--70 {
    padding-top: -70px !important; }

  .pt-xs--80 {
    padding-top: -80px !important; }

  .pt-xs--90 {
    padding-top: -90px !important; }

  .pt-xs--100 {
    padding-top: -100px !important; }

  .pb-xs--0 {
    padding-bottom: 0px !important; }

  .pb-xs-10 {
    padding-bottom: 10px !important; }

  .pb-xs-15 {
    padding-bottom: 15px !important; }

  .pb-xs-20 {
    padding-bottom: 20px !important; }

  .pb-xs-25 {
    padding-bottom: 25px !important; }

  .pb-xs-30 {
    padding-bottom: 30px !important; }

  .pb-xs-40 {
    padding-bottom: 40px !important; }

  .pb-xs-50 {
    padding-bottom: 50px !important; }

  .pb-xs-60 {
    padding-bottom: 60px !important; }

  .pb-xs-70 {
    padding-bottom: 70px !important; }

  .pb-xs-80 {
    padding-bottom: 80px !important; }

  .pb-xs-90 {
    padding-bottom: 90px !important; }

  .pb-xs-100 {
    padding-bottom: 100px !important; }

  .pb-xs-110 {
    padding-bottom: 110px !important; }

  .pb-xs-120 {
    padding-bottom: 120px !important; }

  .pb-xs-130 {
    padding-bottom: 130px !important; }

  .pb-xs-140 {
    padding-bottom: 140px !important; }

  .pb-xs-150 {
    padding-bottom: 150px !important; }

  .pb-xs-200 {
    padding-bottom: 200px !important; }

  .pb-xs-250 {
    padding-bottom: 250px !important; }

  .pb-xs--10 {
    padding-bottom: -10px !important; }

  .pb-xs--15 {
    padding-bottom: -15px !important; }

  .pb-xs--20 {
    padding-bottom: -20px !important; }

  .pb-xs--25 {
    padding-bottom: -25px !important; }

  .pb-xs--30 {
    padding-bottom: -30px !important; }

  .pb-xs--40 {
    padding-bottom: -40px !important; }

  .pb-xs--50 {
    padding-bottom: -50px !important; }

  .pb-xs--60 {
    padding-bottom: -60px !important; }

  .pb-xs--70 {
    padding-bottom: -70px !important; }

  .pb-xs--80 {
    padding-bottom: -80px !important; }

  .pb-xs--90 {
    padding-bottom: -90px !important; }

  .pb-xs--100 {
    padding-bottom: -100px !important; }

  .pr-xs--0 {
    padding-right: 0px !important; }

  .pr-xs-10 {
    padding-right: 10px !important; }

  .pr-xs-15 {
    padding-right: 15px !important; }

  .pr-xs-20 {
    padding-right: 20px !important; }

  .pr-xs-25 {
    padding-right: 25px !important; }

  .pr-xs-30 {
    padding-right: 30px !important; }

  .pr-xs-40 {
    padding-right: 40px !important; }

  .pr-xs-50 {
    padding-right: 50px !important; }

  .pr-xs-60 {
    padding-right: 60px !important; }

  .pr-xs-70 {
    padding-right: 70px !important; }

  .pr-xs-80 {
    padding-right: 80px !important; }

  .pr-xs-90 {
    padding-right: 90px !important; }

  .pr-xs-100 {
    padding-right: 100px !important; }

  .pr-xs-110 {
    padding-right: 110px !important; }

  .pr-xs-120 {
    padding-right: 120px !important; }

  .pr-xs-130 {
    padding-right: 130px !important; }

  .pr-xs-140 {
    padding-right: 140px !important; }

  .pr-xs-150 {
    padding-right: 150px !important; }

  .pr-xs-200 {
    padding-right: 200px !important; }

  .pr-xs-250 {
    padding-right: 250px !important; }

  .pr-xs--10 {
    padding-right: -10px !important; }

  .pr-xs--15 {
    padding-right: -15px !important; }

  .pr-xs--20 {
    padding-right: -20px !important; }

  .pr-xs--25 {
    padding-right: -25px !important; }

  .pr-xs--30 {
    padding-right: -30px !important; }

  .pr-xs--40 {
    padding-right: -40px !important; }

  .pr-xs--50 {
    padding-right: -50px !important; }

  .pr-xs--60 {
    padding-right: -60px !important; }

  .pr-xs--70 {
    padding-right: -70px !important; }

  .pr-xs--80 {
    padding-right: -80px !important; }

  .pr-xs--90 {
    padding-right: -90px !important; }

  .pr-xs--100 {
    padding-right: -100px !important; }

  .pl-xs--0 {
    padding-left: 0px !important; }

  .pl-xs-10 {
    padding-left: 10px !important; }

  .pl-xs-15 {
    padding-left: 15px !important; }

  .pl-xs-20 {
    padding-left: 20px !important; }

  .pl-xs-25 {
    padding-left: 25px !important; }

  .pl-xs-30 {
    padding-left: 30px !important; }

  .pl-xs-40 {
    padding-left: 40px !important; }

  .pl-xs-50 {
    padding-left: 50px !important; }

  .pl-xs-60 {
    padding-left: 60px !important; }

  .pl-xs-70 {
    padding-left: 70px !important; }

  .pl-xs-80 {
    padding-left: 80px !important; }

  .pl-xs-90 {
    padding-left: 90px !important; }

  .pl-xs-100 {
    padding-left: 100px !important; }

  .pl-xs-110 {
    padding-left: 110px !important; }

  .pl-xs-120 {
    padding-left: 120px !important; }

  .pl-xs-130 {
    padding-left: 130px !important; }

  .pl-xs-140 {
    padding-left: 140px !important; }

  .pl-xs-150 {
    padding-left: 150px !important; }

  .pl-xs-200 {
    padding-left: 200px !important; }

  .pl-xs-250 {
    padding-left: 250px !important; }

  .pl-xs--10 {
    padding-left: -10px !important; }

  .pl-xs--15 {
    padding-left: -15px !important; }

  .pl-xs--20 {
    padding-left: -20px !important; }

  .pl-xs--25 {
    padding-left: -25px !important; }

  .pl-xs--30 {
    padding-left: -30px !important; }

  .pl-xs--40 {
    padding-left: -40px !important; }

  .pl-xs--50 {
    padding-left: -50px !important; }

  .pl-xs--60 {
    padding-left: -60px !important; }

  .pl-xs--70 {
    padding-left: -70px !important; }

  .pl-xs--80 {
    padding-left: -80px !important; }

  .pl-xs--90 {
    padding-left: -90px !important; }

  .pl-xs--100 {
    padding-left: -100px !important; } }
.tm-responsive-pos-top-0 {
  top: 0px; }

.tm-responsive-pos-top-10 {
  top: 10px; }

.tm-responsive-pos-top-15 {
  top: 15px; }

.tm-responsive-pos-top-20 {
  top: 20px; }

.tm-responsive-pos-top-25 {
  top: 25px; }

.tm-responsive-pos-top-30 {
  top: 30px; }

.tm-responsive-pos-top-40 {
  top: 40px; }

.tm-responsive-pos-top-50 {
  top: 50px; }

.tm-responsive-pos-top-60 {
  top: 60px; }

.tm-responsive-pos-top-70 {
  top: 70px; }

.tm-responsive-pos-top-80 {
  top: 80px; }

.tm-responsive-pos-top-90 {
  top: 90px; }

.tm-responsive-pos-top-100 {
  top: 100px; }

@media (max-width: 991.98px) {
  [class^="tm-responsive-pos-top-"], [class*=" tm-responsive-pos-top-"] {
    top: 0; } }
.tm-responsive-pos-bottom-0 {
  bottom: 0px; }

.tm-responsive-pos-bottom-10 {
  bottom: 10px; }

.tm-responsive-pos-bottom-15 {
  bottom: 15px; }

.tm-responsive-pos-bottom-20 {
  bottom: 20px; }

.tm-responsive-pos-bottom-25 {
  bottom: 25px; }

.tm-responsive-pos-bottom-30 {
  bottom: 30px; }

.tm-responsive-pos-bottom-40 {
  bottom: 40px; }

.tm-responsive-pos-bottom-50 {
  bottom: 50px; }

.tm-responsive-pos-bottom-60 {
  bottom: 60px; }

.tm-responsive-pos-bottom-70 {
  bottom: 70px; }

.tm-responsive-pos-bottom-80 {
  bottom: 80px; }

.tm-responsive-pos-bottom-90 {
  bottom: 90px; }

.tm-responsive-pos-bottom-100 {
  bottom: 100px; }

@media (max-width: 991.98px) {
  [class^="tm-responsive-pos-bottom-"], [class*=" tm-responsive-pos-bottom-"] {
    bottom: 0; } }
.mt-responsive--150 {
  margin-top: -150px; }
  @media (max-width: 1199.98px) {
    .mt-responsive--150 {
      margin-top: -100px; } }
  @media (max-width: 991.98px) {
    .mt-responsive--150 {
      margin-top: -50px; } }

.mt-responsive--200 {
  margin-top: -200px; }
  @media (max-width: 1199.98px) {
    .mt-responsive--200 {
      margin-top: -150px; } }
  @media (max-width: 991.98px) {
    .mt-responsive--200 {
      margin-top: -80px; } }

.mt-responsive--210 {
  margin-top: -210px; }
  @media (max-width: 1199.98px) {
    .mt-responsive--210 {
      margin-top: -150px; } }
  @media (max-width: 991.98px) {
    .mt-responsive--210 {
      margin-top: -80px; } }

.mt-responsive--220 {
  margin-top: -220px; }
  @media (max-width: 1199.98px) {
    .mt-responsive--220 {
      margin-top: -150px; } }
  @media (max-width: 991.98px) {
    .mt-responsive--220 {
      margin-top: -80px; } }

.mt-responsive--230 {
  margin-top: -230px; }
  @media (max-width: 1199.98px) {
    .mt-responsive--230 {
      margin-top: -150px; } }
  @media (max-width: 991.98px) {
    .mt-responsive--230 {
      margin-top: -80px; } }

.mt-responsive--240 {
  margin-top: -240px; }
  @media (max-width: 1199.98px) {
    .mt-responsive--240 {
      margin-top: -150px; } }
  @media (max-width: 991.98px) {
    .mt-responsive--240 {
      margin-top: -80px; } }

.mt-responsive--250 {
  margin-top: -250px; }
  @media (max-width: 1199.98px) {
    .mt-responsive--250 {
      margin-top: -150px; } }
  @media (max-width: 991.98px) {
    .mt-responsive--250 {
      margin-top: -80px; } }

@media (max-width: 767.98px) {
  [class^="mt-responsive-"], [class*=" mt-responsive-"] {
    margin-top: 0; } }
