
@import url("https://fonts.googleapis.com/css?family=Roboto:400,400i,500,700");

/*----------------  Theme Reset Style  -----------------------*/

html {
  font-size: 15px;
}

body {
  font-family: "Roboto", sans-serif;
  background-color: #fff;
  font-size: 15px;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
.bdr{
	    border-bottom: 0;
	    font-size: 14px;
	    /* font-weight: 600; */
	    letter-spacing: 0.7px;
	    margin-bottom: 9px;
	    padding-bottom: 9px;
	    color: #fff;
}
section {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

img {
  height: auto;
  max-width: 100%;
}

p {
  color: #3c3c3c;
  line-height: 1.8em;
  /* letter-spacing: 0.5px; */
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #2d2c2c;
  /* font-weight: bold; */
  letter-spacing: 0.1px;
  text-transform: capitalize;
  margin: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
      color: #205da9;
}

ul {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}

a {
  color: #051429;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

a:hover,
a:focus {
  color: #ed701e;
  text-decoration: none;
}

a:focus {
  outline: 0 auto -webkit-focus-ring-color;
}

button, input, optgroup, select, textarea {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}

/*--------------------------------------------------------------
Global Elements Style
--------------------------------------------------------------*/

.page-wrapper {
  position: relative;
  overflow: hidden;
}

/*** color style ***/

.color-theme {
  color:#ed701e !important;
}

.color-orange {
  color:#F6BA18 !important;
}

.color-black {
  color: #051429 !important;
}

.color-white {
  color: #fff !important;
}

/*** background color style ***/
.color-b-tr {
  background-color: transparent !important;
}
.color-b-t {
  background-color: #ed701e !important;
}

.color-b-g {
  background-color: #efeeee !important;
}

.color-b-dg {
  background-color: #F6BA18 !important;
}
.color-b-3 {
  background-color: #051429 !important;
}
.color-b-4 {
  background-color: #051429 !important;
}
/*** background color style end ***/

/*** border color style start ***/
.icon-b {
  border:  1px solid #ddd !important;
  border-radius: 50%;
}
/***  border color style end ***/

.wow {
  visibility: hidden !important;
}

.di-block {
  display: inline-block !important;
}

.d-none {
  display: none !important;
}

.bd-none {
  border: none !important;
}

.mar-less {
  margin: 0 !important;
}

.fi:before {
  margin: 0 !important;
}
.capital {
  text-transform: capitalize !important;
}
.font-big {
  font-size: 100px !important;
  color: #2561aa;
}

/***************************************************
  section title style
****************************************************/

.section-title {
  text-align: center;
  margin-bottom: 30px;
}

    .section-title h2 {
        font-size: 34px;
        font-size: 2.26667rem;
        line-height: 0.8em;
        margin: 0 0 0.7em;
        text-transform: uppercase;
        position: relative;
        color: #205da9;
    }

.section-title h2 span,
.section-title-left h2 span {
  color: #205da9;
}

.section-title p {
  color: #3c3c3c;
  font-size: 1.06667rem;
  font-style: italic;
  margin: 0 auto;
  max-width: 80%;
}


/*** section title style left ***/

 
.section-title-left h2 {
    font-size: 28px;
    text-transform: uppercase;
    margin-top: 0;
    color: #205da9;
}

.section-title-left p {
    color: #3c3c3c;
    /* max-width: 675px; */
    font-size: 1.03rem;
    text-align: justify;
}

/***************************************************
Header Style
****************************************************/

header {
    position: relative;



}

.header-bottom {
  background-color: #fff;
  height: 100%;
  left: 0;
  position: relative;
  width: 100%;
  z-index: 999;
}

.header-bottom-1{
  
  background-color: #fff;
  height: 100%;
  left: 0;
  position: relative;
  width: 100%;
  z-index: 999;
}
.header-bottom-1::after {
    background-color: #ed701e;
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    width: 64%;
    z-index: -1;
}

.header-bottom-2{
  
  background-color: #fff;
  height: 100%;
  left: 0;
  position: relative;
  width: 100%;
  z-index: 999;
}
.header-bottom-2::after {
    background-color: #051429;
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 35%;
    z-index: -1;
}
.header-bottom.sticky-header {
  bottom: auto;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  left: 0;
  position: fixed;
  top: 0;
  transition: all 0.5s ease 0s;
  width: 100%;
  z-index: 9999;
}

.header-top-inner {
  align-items: center;
  display: flex;
  position: relative;
  padding: 5px 0;
}

.header-top {
    border-bottom: 1px solid #eeeeee;
    background: #2662aa url(../images/top-bar.png);
}

.ht-social {
    margin-right: 50px;
    width: 15%;
}

.ht-social ul li {
    margin-left: 6px;
    float: left;
}

.ht-social ul li a {
  border: 1px solid rgba(238, 238, 238, 0.51);
  color: #c2cad7;
  display: block;
  font-size: 18px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  width: 35px;
}

.ht-social ul li a:hover {
    color: #ed701e;
}

.ht-tags {
    position: absolute;
    right: 0;
    /*top: 0px;*/
    width: 23%;
}

.ht-tags li {
  display: inline-block;
  margin-right: 3px;
}

.ht-tags li:last-child {
  margin-right: 0;
}

.ht-tags li a {
  border: 1px solid #eee;
  border-radius: 0px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.9px;
  line-height: 0;
 padding: 5px 12px;
  text-align: center;
  text-transform: capitalize;
}

.ht-tags li a:hover{
    color: #ed701e;
}

.ht-tags li .btn-login {
    background-color: #ed701e;
    border: 1px solid #ed701e;
    color: #fff;
}

.ht-tags li .btn-login:hover {
    background-color: #f9f9f9;
}

.header-bottom .logo {
    float: left;
    width: 25%;
}

.logo a {
    display: inline-block;
    margin-top: 5px;
}

.logo a img {
    max-width: 100%;
}

.half-logo-color {
    position: relative;
}

.half-logo-color:after {
    background-color: #fff;
    content: "";
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    width: 35%;
    z-index: -1;
}

.ht-item {
    display: inline-flex;
    width: 63%;
}

.ht-address {
    float: right;
    margin-right: 32px;
}

.ht-address .irt-icon {
    display: inline-block;
    margin-right: 24px;
    margin-top: 0px;
}

.ht-address .irt-icon .icon {
    border: 1px solid rgba(238, 238, 238, 0.51);
    color: #c2cad7;
    display: inline-block;
    font-size: 25px;
    height: 50px;
    line-height: 43px;
    text-align: center;
    width: 50px;
}
.ht-address .ht-info {
    /*float: right;*/
    margin: 7px 0px;
}

.ht-address .ht-info p{color:#FFFFFF;}
.ht-address .ht-info h4 a{
  color: #fff;
  font-size: 18px;
}
.header-bottom .main-menu {
    float: right;
    width: 73%;
}

.main-menu nav ul {
    display: inline-block;
}

.main-menu nav ul li {
    display: inline-block;
    position: relative;
    z-index: 1;
}

.main-menu nav ul li i {
    margin-left: 4px;
    font-size: 19px;
    vertical-align: middle;
    padding-bottom: 2px;
}

.main-menu nav ul li a {
  background-color: transparent;
  display: block;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  color: #333;
  padding: 26px 5px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}

.main-menu nav ul li a:hover {
    background-color: transparent;
    color: #ed701e;
}

.main-menu nav .submenu {
    position: absolute;
    left: 0;
    top: 76px;
    z-index: 999;
    background-color: #444;
    width: 230px;
    padding: 0;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform-origin: top;
    transform-origin: top;
}

.main-menu nav ul li:hover>.submenu {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.main-menu nav .submenu li {
    display: block;
}

.main-menu nav .submenu li:before {
    left: 0;
    bottom: 16px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}

.main-menu nav .submenu li:hover:before,
.main-menu nav .submenu li.active:before {
    width: 70px;
}
.main-menu nav .submenu li a {
  color: #fff;
  background-color: #245aaf;
  border-bottom: 1px solid #90a2a2;
  padding: 10px 15px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}

.main-menu nav .submenu li a:hover{
  background-color: #ed701e;
  padding: 10px 8px;
  color: #fff;
}

.main-menu nav .submenu li>.third-level-submenu {
    left: 100%;
    top: 0;
}

.hb-appointment {
    display: inline-block;
    float: right;
    text-align: right;
}

.hb-appointment a {
    background-color: #0298dc;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    font-family: "Roboto",sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 56px;
    padding: 10px 35px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}

.ht-appointment {
    text-align: right;
}
.ht-appointment a {
    background: #fe5722 none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    padding: 9px 22px;
    text-transform: uppercase;
}




.slicknav_menu {
    display:none;
}

.slicknav_nav ul {
  margin: 0;
}

.slicknav_nav .slicknav_item {
    /*  border-bottom: 1px solid #584444;*/
    border-bottom: none;
    font-weight: 600;
    padding: 10px 15px;
    transition: all 0.4s ease 0s;
}

.slicknav_nav .slicknav_item:hover {
  background-color: #ed701e;
}

.slicknav_nav li {
  background-color: #444;
  display: block;
  font-weight: 600;
}

.slicknav_nav a:hover {
  background-color: #ed701e;
  color: #fff;

}


/***************************************************
  Buttons
****************************************************/
.theme-btn-1 {
  font-size: 13px;
  color: #051429;
  font-weight: 500;
  outline: 0 none;
  padding: 12px 22px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.theme-btn-1:hover,
.theme-btn-1:focus {
  color: #ed701e;
}

/*** theme btn two ***/

.theme-btn-2 {
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 50px;
    color: #ed701e;
    font-size: 0.86667rem;
    font-weight: 500;
    outline: 0 none;
    padding: 10px 18px;
    position: relative;
    text-transform: uppercase;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
}

.theme-btn-2:hover,
.theme-btn-2:focus {
    background-color: #051429;
    color: #fff;
}

/*** theme btn three ***/
.theme-btn-3 {
  background-color: #ed701e;
  border: 1px solid #ed701e;
  color: #ffffff;
  font-size: 0.86667rem;
  font-weight: 500;
  outline: 0 none;
  padding: 8px 14px;
  text-transform: uppercase;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
}

.theme-btn-3:hover,
.theme-btn-3:focus {
      background-color: #2662ab;
  box-shadow: 0 10px 18px 0 rgba(156, 156, 156, 0.15);
  border : 1px solid #fff;
  color: #ffffff;
}

/*** theme btn three ***/

.ways-to-help-banner {
  background-image: url("../images/bg/ways-to-help-banner.jpg");
  position: relative;
  z-index: 1;

  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.individual-banner {
  background-image: url("../images/bg/individual-banner.jpg");
  position: relative;
  z-index: 1;
 
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.volunteering-banner{
  background-image: url("../images/bg/volunteering-banner.jpg");
  position: relative;
  z-index: 1;
 
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.plan-a-campaign-banner{
  background-image: url("../images/bg/plan-a-campaign-banner.jpg");
  position: relative;
  z-index: 1;
 
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.become-a-sponsor-banner{
 background-image: url("../images/bg/become-a-sponsor-banner.jpg");
  position: relative;
  z-index: 1;
 
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  }
  
.corporate-partnership-banner{
 background-image: url("../images/bg/corporate-partnership-banner.jpg");
  position: relative;
  z-index: 1;
 
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  }
  
.foundations-banner{
 background-image: url("../images/bg/foundations-banner.jpg");
  position: relative;
  z-index: 1;
 
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  }
  
  
  .smilingfacesbanner{
 background-image: url("../images/bg/smilingfacesbanner.jpg");
  position: relative;
  z-index: 1;
 
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  }
  
  .managementteambanner{
 background-image: url("../images/bg/managementteambanner.jpg");
  position: relative;
  z-index: 1;
 
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  }
  
  .ourvaluableassociatesbanner{
 background-image: url("../images/bg/ourvaluableassociatesbanner.jpg");
  position: relative;
  z-index: 1;
 
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  }
  
  .heatlhbanner{
 background-image: url("../images/bg/heatlhbanner.jpg");
  position: relative;
  z-index: 1;
 
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  }
  
  .educationbanner{
 background-image: url("../images/bg/educationbanner.jpg");
  position: relative;
  z-index: 1;
 
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  }
  
  .livelihoodbanner{
 background-image: url("../images/bg/livelihoodbanner.jpg");
  position: relative;
  z-index: 1;
 
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  }
  
  .environmentalhelpbanner{
 background-image: url("../images/bg/environmentalhelpbanner.jpg");
  position: relative;
  z-index: 1;
 
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  }
  
  .emergenciesbanner{
 background-image: url("../images/bg/emergenciesbanner.jpg");
  position: relative;

  z-index: 1;
 
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  }
  
  .latestnewsbanner{
 background-image: url("../images/bg/latestnewsbanner.jpg");
  position: relative;
  z-index: 1;
 
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  }
  
  .eventsactivitiesbanner{
 background-image: url("../images/bg/eventsactivitiesbanner.jpg");
  position: relative;
  z-index: 1;
 
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  }
  
  .photogallerybanner{
 background-image: url("../images/bg/photogallerybanner.jpg");
  position: relative;
  z-index: 1;
 
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  }
  
  .videogallerybanner{
 background-image: url("../images/bg/videogallerybanner.jpg");
  position: relative;
  z-index: 1;
 
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  }
.downloadsbanner{
 background-image: url("../images/bg/downloadsbanner.jpg");
  position: relative;
  z-index: 1;
 
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  }

  
.careerbanner{
 background-image: url("../images/bg/career-banner.jpg");
  position: relative;
  z-index: 1;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  }

/*** background Img style ***/

.bg-img {
  background-image: url("../images/bg/img-px-1.jpg");
  position: relative;
  z-index: 1;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.contactusbanner {
    background-image: url("../images/bg/contactusbanner.jpg");
    position: relative;
    z-index: 1;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg-testimonial{background-image: url("../images/bg/testimonial-bg.jpg");background-size: cover;background-attachment: initial;}

.bg-img.bg-img2 {
  background-image: url("../images/bg/img-px-2.jpg");
}

.bg-img.bg-img3 {
  background-image: url("../images/bg/img-px-3.jpg");
}

.bg-img:after {
  background-color: rgba(255, 255, 255, 0.75);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.bg-img.theme:after {
  background-color: rgba(250, 99, 28, 0.7);
  content: "";
}

.bg-img.black:after {
  background-color: rgba(5, 20, 41, 0.76);
  content: "";
}
/***************************************************
  Owl Nav Style
****************************************************/

.owl-theme .owl-controls {
  display: inline-block;
  height: 36px;
  right: 0;
  text-align: center;
  top: -3rem;
  width: 82px;
  z-index: -999;
}

.owl-controls .owl-next,
.owl-controls .owl-prev {
     background-color: #ed701e;
    border: 1px solid #ed701e;
  color: #ffffff;
  font-size: 20px;
  height: 34px;
  line-height: 30px;
  padding: 0;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  width: 34px;
  display: inline-block;
}

.owl-controls .owl-next:hover,
.owl-controls .owl-prev:hover {
  border-color: #eee;
  color: #ed701e;
}

.owl-controls .owl-next:hover,
.owl-controls .owl-prev:hover{
  background-color: #2d2c2c;
}

.owl-controls .owl-prev{
  border-radius: 50%;
  margin: 0;
}

.owl-controls .owl-next {
  border-radius: 50%;
  margin: 0px;
  right: -4px; 
}

.owl-nav-one .owl-nav {
  display: block;
}

.owl-dots,
.owl-nav {
  display: none;
  float: right;
}


/***************************************************
  scroll up
****************************************************/
.back-to-top {
  background-color: #ed701e;
  border-radius: 50%;
  bottom: 30px;
  display: none;
  height: 35px;
  line-height: 35px;
  position: fixed;
  right: 30px;
  text-align: center;
  width: 35px;
  z-index: 999;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.back-to-top i {
    font-size: 18px;
    color: #fff;
    font-size: 1.125rem;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.preloader {
  background-color: #051429;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none;
}

.preloader:before {
  content: "";
  background: #051429;
  width: 130%;
  height: 100%;
  position: absolute;
  left: -70%;
  right: auto;
  top: 0;
  -webkit-transform: skewX(40deg);
  -moz-transform: skewX(40deg);

  -o-transform: skewX(40deg);
  -ms-transform: skewX(40deg);
  transform: skewX(40deg);








}


.preloader .inner {
  height: 200px;
  width: 200px;
  margin-top: -100px;
  margin-left: -100px;
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.preloader .inner > div {
  -moz-border-radius: 50% 50% 50% 50%;
  -webkit-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  position: absolute;
  border-top: 4px solid #ed701e;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #ed701e;
  border-right: 4px solid transparent;
  -webkit-animation: animate 2s infinite;
  animation: animate 2s infinite;
}

@media (max-width: 767px) {
  .preloader .inner > div {
    border-top: 2px solid #ed701e;
    border-bottom: 2px solid transparent;
    border-left: 2px solid #ed701e;
    border-right: 2px solid transparent;
  }
}

.preloader .inner > div:first-child {
  left: 75px;
  top: 75px;
  width: 50px;
  height: 50px;
}

@media (max-width: 767px) {
  .preloader .inner > div:first-child {
    width: 40px;
    height: 40px;
  }
}

.preloader .inner > div:nth-child(2) {
  left: 65px;
  top: 65px;
  width: 70px;
  height: 70px;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

@media (max-width: 767px) {
  .preloader .inner > div:nth-child(2) {
    width: 60px;
    height: 60px;
  }
}

.preloader .inner > div:nth-child(3) {
  left: 55px;
  top: 55px;
  width: 90px;
  height: 90px;
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

@media (max-width: 767px) {
  .preloader .inner > div:nth-child(3) {
    width: 80px;
    height: 80px;
  }
}

.preloader .inner > div:nth-child(4) {
  left: 45px;
  top: 45px;
  width: 110px;
  height: 110px;
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

@media (max-width: 767px) {
  .preloader .inner > div:nth-child(4) {
    width: 100px;
    height: 100px;
  }
}

@-webkit-keyframes animate {
  50% {
    -ms-transform: rotate(360deg) scale(0.8);
    -moz-transform: rotate(360deg) scale(0.8);
    -webkit-transform: rotate(360deg) scale(0.8);
    transform: rotate(360deg) scale(0.8);
  }
}

@keyframes animate {
  50% {
    -ms-transform: rotate(360deg) scale(0.8);
    -moz-transform: rotate(360deg) scale(0.8);
    -webkit-transform: rotate(360deg) scale(0.8);
    transform: rotate(360deg) scale(0.8);
  }
}

/*** rotating ***/
@-webkit-keyframes rotating {
  form {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotating {
  form {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


/*--------------------------------------------------------------
Roboto slider Style
--------------------------------------------------------------*/
.roboto {
  width: 100%;
  position: relative;
 /* height: 500px;*/
  overflow: hidden;
}

@media (max-width: 1199px) {
  .roboto {
  /*  height: 600px;*/
  }
}

@media (max-width: 991px) {
   
  
/*.page-wrapper .welcome-section{padding-bottom:0px !important;padding-top: 25px !important;}*/
  
  .slick-dotted.slick-slider {
    margin-bottom: 10px;
    margin-top: 0;
}
}



.roboto .slide {
 /* height:500px;*/
  position: relative;
  background-repeat: no-repeat;
  position: relative;
}

@media (max-width: 1199px) {
/*  .roboto .slide {
    height: 600px;
  }*/
}

@media (max-width: 991px) {
  .roboto .slide {
/*    height:115px;    background-size: contain !important;*/
  }
}

.roboto .slide .slider-bg {
  display: none;
}

.roboto .slide:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 767px) {
  .roboto .slide .container {
    padding: 0;












  }
}

.roboto .slide:focus {
  outline: none;
}

.roboto .slide .container {
  height: 100%;
  display: table;
}

.roboto .slide .row {

  display: table-cell;
  vertical-align: middle;
}

.roboto .slick-prev,
.roboto .slick-next {
  background-color: #ed701e;
  width: 40px;
  height: 40px;
  z-index: 10;
  border: 2px solid #ed701e;
  -webkit-border-radius: 10%;
  -moz-border-radius: 10%;
  -o-border-radius: 10%;
  -ms-border-radius: 10%;
  border-radius: 10%;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

@media (max-width: 1315px) {
  .roboto .slick-prev,
  .roboto .slick-next {
    display: none !important;
  }
}

.roboto .slick-prev {
  left: 15px;
}

.roboto .slick-prev:before {
  font-family: "FontAwesome";
  content: "\f104";
  opacity: 1;
}

.roboto .slick-next {
  right: 10px;
}

.roboto .slick-next:before {
  font-family: "FontAwesome";
  content: "\f105";
  opacity: 1;
}

.roboto .slick-prev:hover,
.roboto .slick-next:hover {
  background-color: #051429;
}

.roboto .slick-dots {
  bottom: 45px;
  display: none !important;
}

@media (max-width: 1315px) {
  .roboto .slick-dots {
    display: none !important
  }
}

.roboto .slick-dots .slick-active {
  background-color: #051429;
}

.roboto .slick-dots li {
  background-color: rgba(1, 47, 93, 0.1);
  width: 15px;
  height: 15px;
  margin: 0 12px 0 0;
  position: relative;
  display: inline-block;
  border: 2px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.roboto .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.roboto .slick-dots li button:before {
  display: none;
}

.roboto .roboto-slider .slick-list .slick-current .slide-caption > h1,
.roboto .roboto-slider .slick-list .slick-current .slide-caption > p,
.roboto .roboto-slider .slick-list .slick-current .slide-caption > .btns-group {
  color: #fff;
  opacity: 0;
}

.roboto .roboto-slider .slick-list .slick-current .slide-caption > h1 {
  -webkit-animation: fadeInLeftSlow 1.5s 0.7s forwards;
  -moz-animation: fadeInLeftSlow 1.5s 0.7s forwards;
  -o-animation: fadeInLeftSlow 1.5s 0.7s forwards;
  -ms-animation: fadeInLeftSlow 1.5s 0.7s forwards;
  animation: fadeInLeftSlow 1.5s 0.7s forwards;
}

.roboto .roboto-slider .slick-list .slick-current .slide-caption > p {
  -webkit-animation: fadeInRightSlow 1.5s 0.6s forwards;
  -moz-animation: fadeInRightSlow 1.5s 0.6s forwards;
  -o-animation: fadeInRightSlow 1.5s 0.6s forwards;
  -ms-animation: fadeInRightSlow 1.5s 0.6s forwards;
  animation: fadeInRightSlow 1.5s 0.6s forwards;
}

.roboto .roboto-slider .slick-list .slick-current .slide-caption > .btns-group {
  -webkit-animation: fadeInLeftSlow 1.5s 0.7s forwards;
  -moz-animation: fadeInLeftSlow 1.5s 0.7s forwards;
  -o-animation: fadeInLeftSlow 1.5s 0.7s forwards;
  -ms-animation: fadeInLeftSlow 1.5s 0.7s forwards;
  animation: fadeInLeftSlow 1.5s 0.7s forwards;
}


/*******************************************
  Roboto style 2
********************************************/

.roboto-slider-2 .slide-caption-1 {
  z-index: 10;
}
.roboto-slider-2 {
  z-index: 10;
}

@media screen and (min-width: 992px) {
  .roboto-slider-2 .slide-caption-1{
    margin-top: 70px;
  }
}

.roboto-slider-2 .slide-caption-1 > h1 {
  font-size: 48px;
  font-size: 3.2rem;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 0.58em;
  line-height: 1.2em;
}

@media (max-width: 1199px) {
  .roboto-slider-2 .slide-caption-1 > h1 {
    font-size: 38px;
    font-size: 2.53333rem;
  }
}

@media (max-width: 991px) {
  .roboto-slider-2 .slide-caption-1 > h1 {
    font-size: 35px;
    font-size: 2.33333rem;

  }
}

@media (max-width: 767px) {
  .roboto-slider-2 .slide-caption-1 > h1 {
    font-size: 28px;
    font-size: 1.86667rem;

  }
}





.roboto-slider-2 .slide-caption-1 > p {
  font-size: 20px;
  font-size: 1.33333rem;
  font-style: italic;
  margin: 0;
}

@media (max-width: 1199px) {
  .roboto-slider-2 .slide-caption-1 > p {
    font-size: 18px;
    font-size: 1.2rem;
  }
}

@media (max-width: 991px) {
  .roboto-slider-2 .slide-caption-1 > p {
    font-size: 17px;
    font-size: 1.13333rem;
  }
}

@media (max-width: 767px) {
  .roboto-slider-2 .slide-caption-1 > p{
    font-size: 16px;
    font-size: 1.06667rem;
  }
}

.roboto-slider-2 .slide-caption-1 .btns-group {
  margin-top: 50px;
}

@media (max-width: 991px) {
  .roboto-slider-2 .slide-caption-1 .btns-group {
    margin-top: 40px;
  }
}

.roboto-slider-2 .slide-caption-1 > .btns-group a:first-child {
  background-color: #fff;
  margin-right: 8px;
}


.roboto .roboto-slider .slide-caption-1 > h1,
.roboto .roboto-slider .slide-caption-1 > p,
.roboto .roboto-slider .slide-caption-1 > .btns-group {
  color: #fff;
  opacity: 0;
  float: right;
}

.roboto .roboto-slider .slick-list .slick-current .slide-caption-1 > h1 {
  -webkit-animation: fadeInRightSlow 1.5s 0.8s forwards;
  -moz-animation: fadeInRightSlow 1.5s 0.8s forwards;
  -o-animation: fadeInRightSlow 1.5s 0.8s forwards;
  -ms-animation: fadeInRightSlow 1.5s 0.8s forwards;
  animation: fadeInRightSlow 1.5s 0.8s forwards;
  text-align: right;
}

.roboto .roboto-slider .slick-list .slick-current .slide-caption-1 > p {
  -webkit-animation: fadeInRightSlow 1.5s 1.4s forwards;
  -moz-animation: fadeInRightSlow 1.5s 1.4s forwards;
  -o-animation: fadeInRightSlow 1.5s 1.4s forwards;
  -ms-animation: fadeInRightSlow 1.5s 1.4s forwards;
  animation: fadeInRightSlow 1.5s 1.4s forwards;
  text-align: right;
}

.roboto .roboto-slider .slick-list .slick-current .slide-caption-1 > .btns-group {
  -webkit-animation: fadeInRightSlow 1.5s 1.8s forwards;
  -moz-animation: fadeInRightSlow 1.5s 1.8s forwards;
  -o-animation: fadeInRightSlow 1.5s 1.8s forwards;
  -ms-animation: fadeInRightSlow 1.5s 1.8s forwards;
  animation: fadeInRightSlow 1.5s 1.8s forwards;
}
/*******************************************
  Roboto style 1
********************************************/
@media screen and (min-width: 992px) {
  .roboto-slider-1,
  .roboto-slider-2,
  .roboto-slider-3 {
    position: relative;
  }
}

.roboto-slider-1 .slide:before,
.roboto-slider-2 .slide:before,
.roboto-slider-3 .slide:before {
  background-color: rgba(5, 20, 41, 0.18);
  width: 100%;
  height: 100%;
  position: absolute;

  left: 0;
  top: 0;
}

.roboto-slider-1 .slide-caption,
.roboto-slider-2 .slide-caption,
.roboto-slider-3 .slide-caption {
  z-index: 10;
}

@media screen and (min-width: 992px) {
  .roboto-slider-1 .slide-caption,
  .roboto-slider-2 .slide-caption,
  .roboto-slider-3 .slide-caption {
    margin-top: 0%;
  }
}

.roboto-slider-1 .slide-caption > h1,
.roboto-slider-2 .slide-caption > h1,
.roboto-slider-3 .slide-caption > h1 {
  font-size: 48px;
  font-size: 2rem;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 0.1em;
  line-height: 1.2em;
}

@media (max-width: 1199px) {
  .roboto-slider-1 .slide-caption > h1,
  .roboto-slider-2 .slide-caption > h1,
  .roboto-slider-3 .slide-caption > h1 {
    font-size: 38px;
    font-size: 2.53333rem;
  }
}

@media (max-width: 991px) {
  .roboto-slider-1 .slide-caption > h1,
  .roboto-slider-2 .slide-caption > h1,
  .roboto-slider-3 .slide-caption > h1 {
    font-size: 35px;
    font-size: 2.33333rem;
  }
}

@media (max-width: 767px) {
  .roboto-slider-1 .slide-caption > h1,
  .roboto-slider-2 .slide-caption > h1,
  .roboto-slider-3 .slide-caption > h1 {
    font-size: 28px;
    font-size: 1.86667rem;
  }
}

.roboto-slider-1 .slide-caption > p,
.roboto-slider-2 .slide-caption > p,
.roboto-slider-3 .slide-caption > p {

font-size: 20px;

font-size: 1.0rem;

font-style: italic;

margin: 0;
}

@media (max-width: 1199px) {
  .roboto-slider-1 .slide-caption > p,
  .roboto-slider-2 .slide-caption > p,
  .roboto-slider-3 .slide-caption > p {



    font-size: 18px;
    font-size: 1.2rem;
  }
}

@media (max-width: 991px) {
  .roboto-slider-1 .slide-caption > p,
  .roboto-slider-2 .slide-caption > p,
  .roboto-slider-3 .slide-caption > p {
    font-size: 17px;
    font-size: 1.13333rem;
  }
}

@media (max-width: 767px) {
  .roboto-slider-1 .slide-caption > p,
  .roboto-slider-2 .slide-caption > p,
  .roboto-slider-3 .slide-caption > p {
    font-size: 16px;
    font-size: 1.06667rem;
  }
}

.roboto-slider-1 .slide-caption .btns-group,
.roboto-slider-2 .slide-caption .btns-group,
.roboto-slider-3 .slide-caption .btns-group {
  margin-top: 25px;
}

@media (max-width: 991px) {
  .roboto-slider-1 .slide-caption .btns-group,
  .roboto-slider-2 .slide-caption .btns-group,
  .roboto-slider-3 .slide-caption .btns-group {
    margin-top: 40px;
  }
}

.roboto-slider-1 .slide-caption > .btns-group a:first-child,
.roboto-slider-2 .slide-caption > .btns-group a:first-child,
.roboto-slider-3 .slide-caption > .btns-group a:first-child {
  margin-right: 8px;
}

/*******************************************
  Roboto slider 2
********************************************/
.roboto-slider-2 .slide:after, .roboto-slider-3 .slide:after {
  display: none;
}

/*******************************************
 Roboto slider 3
********************************************/
.roboto-slider-3 {
  text-align: center;
}

.roboto-slider-3 .slide:after {
  display: block;
}

.roboto-slider-3 .slide-caption {
  text-align: center;
  margin-top: 0;
}

/*--------------------------------------------------------------
Google Map Style
--------------------------------------------------------------*/
.google-map-area {
    position: relative;
}

.our-location {
    position: absolute;
    right: 20.8%;
    top: 0;
    background: rgba(3, 169, 245, 0.9);
    width: 370px;
    height: 100%;
    float: right;
    padding: 0px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#google_map {
    height: 425px;
    width: 100%;
}

.our-location h2 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 32px;
}

.lct-list .s-list {
    margin-bottom: 30px;
    overflow: hidden;
    border-bottom: 1px dashed #eee;
    padding-bottom: 15px;
    border-radius: 4px;
}

.lct-list .s-list:last-child {
    margin-bottom: 0;
}

.lct-list .s-list .icon {
    color: #fff;
    float: left;
    font-size: 32px;
    margin-right: 20px;
    margin-top: 5px;
    position: relative;
    text-align: center;
    width: 40px;
}

.lct-list .s-list .icon:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 37px;
    border-style: dashed;
    border-width: 1px;
    bottom: -32px;
    right: -8px;
}

.lct-list .s-list ul {
    overflow: hidden;
}

.lct-list .s-list ul li {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    line-height: 26px;
}

/*--------------------------------------------------------------
Counter Style
--------------------------------------------------------------*/

.charity-single {
  margin-top: 54px;
  position: relative;
}

.charity-single .icon {
  background-color: #ed701e;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 34px;
  height: 64px;
  line-height: 64px;
  margin-bottom: 26px;
  position: relative;
  text-align: center;
  width: 64px;
}

.charity-single h2 {
  color: #fff;
  margin-bottom: 8px;
}

.charity-single strong {
  color: #fff;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: capitalize;
}


/*--------------------------------------------------------------
#0.6  Client Img Section
--------------------------------------------------------------*/

.client-section .owl-dots,

.client-section .owl-nav {
  display: inline-block;
}

.client-section img {
    box-shadow: 0px 0px 7px 0 rgb(156 156 156 / 15%);
    cursor: pointer;
    /* margin:10px;*/
}
.about-img {
    margin-top: 30px;
}
.none {
  display: none;
}
/*--------------------------------------------------------------
Featured Event Style
--------------------------------------------------------------*/

.featured-event .owl-dots,
.featured-event .owl-nav {
  display: none;
}

.featured-event {
  /* border: 1px solid #eee; */
  position: relative;
  margin-bottom: 8px;
}

.featured-event .event-thumb {
  position: relative;
}

.featured-event .event-thumb img {width:100%;height: 200px;}

.featured-event .event-thumb .event-date {
  background-color: rgba(255, 255, 255, 0.92);
  bottom: 11px;
  padding: 8px 20px;
  position: absolute;
}
.featured-event .event-thumb .event-date:after {
  background-color: #fff;
  border-left: 1px solid #eee;
  color: #ed701e;
  font-family: "FontAwesome";
  content: "\f073";
  font-size: 18px;
  height: 100%;
  line-height: 38px;
  position: absolute;
  right: -32px;
  text-align: center;
  top: 0;
  width: 33px;
}

.featured-event .event-thumb .event-date h4 {
  color: #3c3c3c;
}

.featured-event .event-content {
  padding: 0 0px 10px;
}

.featured-event .event-content .event-bar {
  margin-bottom: 6px;
}
.featured-event .event-content .event-bar ul li {
  display: inline-block;
  margin-right: 14px;
}

.featured-event .event-content .event-bar ul li a {
  color: #989898;
}

.featured-event .event-content .event-bar ul li a .icon {
  color: #ed701e;
  margin-right: 10px;
}

.featured-event .event-content h3 {
  color: #2d2c2c;
  font-size: 18px;
  margin-bottom: 5px;
  margin-top: 15px;
  /* text-transform: uppercase; */
}

.featured-event .event-content h3 span {
  color: #ed701e;
}

.featured-event .event-content p {
  /*margin-bottom: 24px;*/
}

.section-title-left p a.theme-btn-1 {
    background: #2662ab;
    margin-top: 2px;
    display: inline-block;
    padding: 4px 13px;
    color: #fff !important;
}

/***Featured Event List***/

.featured-event.featured-event-list {
  display: inline-block;
  margin-bottom: 0px;
  width: 100%;
}

.featured-event.featured-event-list .event-content {
  padding: 22px 0 0;
}

.featured-event.featured-event-list .event-content h3 {
    font-size: 20px;
    margin-bottom: 16px;
    margin-top: 0;
}
.featured-event.featured-event-list .event-content p {
  margin-bottom: 22px;
}

.featured-event.featured-event-list .event-content .theme-btn-3 {
  border-radius: 20px;
  padding: 4px 12px;
}

/***Featured Event Details***/

.featured-event.featured-event-details .event-content {
  padding: 26px 20px 36px;
}

.featured-event.featured-event-details .event-content h3 {
  font-size: 28px;
  margin-bottom: 18px;
  margin-top: 0;
}

.featured-event.featured-event-details .event-content p {
  font-size: 16px;
  margin-bottom: 14px;
}

.featured-event.featured-event-details .event-content p span {
  color: #ed701e;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: capitalize;
}

.featured-event.featured-event-details .event-content .event-bar {
  margin-bottom: 12px;
}

.featured-event.featured-event-details .event-content .event-bar ul li a {
  color: #989898;
  font-size: 17px;
}

.featured-event.featured-event-details .theme-btn-3 {
  background-color: #ed701e;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  margin-right: 14px;
  margin-top: 6px;
  padding: 16px 28px;
}

.featured-event.featured-event-details .theme-btn-3:hover {
  background-color: #fff;
  border: 1px solid #eee;
  color: #1c1c1c;
}


/*--------------------------------------------------------------
Recent Causes Style
--------------------------------------------------------------*/

.recent-causes-inner {
  border: 1px solid #eee;
  margin-bottom: 30px;
  padding: 4px;
}

.recent-causes-inner .causes-thumb {
  position: relative;
}

.recent-causes-inner .causes-date {
  background-color: #f7f7f7;
  border-bottom: 1px solid #eee;
  bottom: 0;
  padding: 7px 14px;
  position: absolute;
}

.recent-causes-inner .causes-date .title {

  position: absolute;
  transform: scale(0);
}

.recent-causes-inner:hover .causes-date .title {
  transform: scale(1);
}

.recent-causes-inner:hover .causes-date h4 {
  transform: scale(0);
}

.recent-causes-inner .causes-thumb .causes-progress {
  background-color: #f5f5f5;
  border-radius: 50%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  font-size: 14px;
  font-weight: 600;
  height: 56px;
  right: 15px;
  line-height: 50px;
  overflow: hidden;
  position: absolute;
  text-align: center;
  top: 12px;
  width: 56px;
}

.recent-causes-inner .causes-thumb .causes-progress .causes-progress-bar {
  border: 3px solid #ed701e;
  border-radius: 50%;
  height: 56px;
  width: 56px;
}

.recent-causes-inner .causes-thumb .causes-progress .causes-progress-bar .counter-percent {
  border-radius: 50%;
  color: #000;
  font-size: 13px;
  padding: 4px;
  position: relative;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}

.recent-causes-inner .causes-thumb .causes-progress .causes-progress-bar .counter-percent::after {
  content: "%";
  position: absolute;
  right: -7px;
}

.recent-causes-inner:hover .causes-thumb .causes-progress .causes-progress-bar .counter-percent {
  box-shadow: 0 0 4px 0 rgba(152, 152, 152, 0.9);
}

.recent-causes-inner .causes-content {
  padding: 20px 20px 28px;
}

.recent-causes-inner .causes-content h3 {
  font-size: 22px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.recent-causes-inner .causes-content p {
  margin-bottom: 20px;
}

.recent-causes-inner .cause-amount-box {
  margin-bottom: 6px;
}

/**--Recent Causes Details--**/

.recent-causes-inner.recent-causes-details .causes-content h3 {
  font-size: 28px;
}

.recent-causes-inner.recent-causes-details .cause-amount-box {
  margin-bottom: 12px;
}

.recent-causes-inner.recent-causes-details .cause-amount-box .Donate-amount {
  font-size: 17px;
}

.recent-causes-inner.recent-causes-details .causes-content p {
  font-size: 16px;
}

.recent-causes-inner.recent-causes-details .causes-content p span {
  color: #ed701e;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: capitalize;
}

.recent-causes-inner.recent-causes-details .theme-btn-3 {
  background-color: #ed701e;
  color: #fff;
  font-size: 14px;
  margin-right: 14px;
  padding: 16px 28px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}

.recent-causes-inner.recent-causes-details .theme-btn-3:hover {
  background-color: #fff;
  border: 1px solid #eee;
  color: #1c1c1c;
}

/**--Featured Cause Inner--**/

.featured-cause-inner {
    /*display: inline-block;*/
    display:block;
    padding-bottom: 20px;
    padding-top: 20px;
    background: #ffffff url(../images/darkmosaic.png);
    min-height: 350px;
}

.featured-cause-inner .owl-theme .owl-controls {
    right: 0;
    top: -75px;
}

.featured-cause-inner .owl-dots,
.featured-cause-inner .owl-nav {
    display: inline-block;
}

.featured-cause-inner .inner-content h3 {
    font-size: 22px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.featured-cause-inner .inner-content h3 span {
    color: #ed701e;
}

.featured-cause-inner .inner-content p {
    margin-bottom: 18px;
}

.cause-amount-box {
    display: inline-block;
    margin-bottom: 32px;
    margin-right: 18px;
}

.cause-amount-box .Donate-amount {
    color: #ed701e;
    font-size: 14px;
    font-weight: 600;
}

.cause-amount-box .Donate-amount strong {
    color: #444;
    margin-left: 4px;
}

.featured-cause-inner .progress-bar-success {
    background-color: #ed701e;
}

.featured-cause-inner .progress-bar {
    color: #fff;
    float: left;
    font-size: 13px;
    font-weight: 600;
    height: 100%;
    line-height: 20px;
    text-align: center;
}

.featured-cause-inner .progress {
    margin-bottom: 44px;

}

.featured-cause-inner .progress-bar-striped,
.featured-cause-inner .progress-striped .progress-bar {
    background-image: none;
    background-size: 40px 40px;
}

.progress-bar-warning {
    background-color: #2561aa;
}


/*--------------------------------------------------------------
Divider Style
--------------------------------------------------------------*/
/*** charity divider two ***/
/*** Half-C-Divider ***/
/*** Half-C-Divider Style Two ***/
/*** Video Popup Divider ***/

.charity-divider {
  padding: 0 16px;
}

.charity-divider h2 {
  color: #1c1c1c;
  font-size: 28px;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.charity-divider h3 {
  color: #c9c9c9;
  margin-bottom: 24px;
  text-transform: uppercase;
}

.charity-divider h4 {
  color: #c9c9c9;
  margin-bottom: 18px;
}

.charity-divider p {
  margin-bottom: 32px;
  max-width: 624px;
}

    .charity-divider .theme-btn-3 {
        background-color: #ed701e;
        border-color: #ed701e;
        color: #fff;
        font-size: 14px;
        margin-right: 14px;
        padding: 8px 14px;
    }

.charity-divider .theme-btn-3:hover {
  background-color: #fff;
  border: 1px solid #eee;
  color: #1c1c1c;
}

/*** charity divider two ***/

.divider-style2 {
    padding: 0 18px 0 0;
}

    .divider-style2 h3 {
        color: #000;
        color: #205da9;
        font-size: 26px;
        margin-bottom: 12px;
    }

.divider-style2 h4 {
    color: #2d2c2c;
    letter-spacing: 3px;
    margin-bottom: 16px;
    line-height: 26px;
}

.divider-style2 p {
    color: #3c3c3c;
    font-size: 16px;
    margin-bottom: 24px;
}

.divider-style2 .btn-box {
    display: inline-flex;
}

.divider-style2 .btn-box .theme-btn-3 {
    border-color: #eee;
}

/*** Half-C-Divider ***/

.half-c-divider {
  position: relative;
}

.half-c-divider:after {
  background-color: #f7f7f7;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 50%;
}

.half-c-divider:before {
  background-color: rgba(5, 20, 41, 0.76);
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
}

/*** Half-C-Divider Style Two ***/

.half-c-divider.half-divider-s2:after {
  background-color: rgba(5, 20, 41, 0.76);
  content: "";
}

.half-c-divider.half-divider-s2:before {
    background: #ffffff url(../images/darkmosaic.png);
    content: "";
}
.viewall{font-size:15px !important;}

/*** Video Popup Divider ***/

.video-content {
    display: inline-block;
    margin-left: 40%;
    margin-top: 20%;
    text-align: center;
    position: absolute;
}

.video-gallery {
    display: inline-block;
    margin-left: 37%;
    margin-top: 23%;
    text-align: center;
    position: absolute;
    z-index: 999;
}


.video-gallery.p-right {
    float: right;
    padding-right: 98px;
    text-align: center;
}

.video-gallery a {
    color:#d60000;
    font-size: 60px;
    /* margin-bottom: 25px; */
}

.video-gallery a:hover {
    color: #ed701e;
}



.video-content.p-right {
    float: right;
    padding-right: 98px;
    text-align: center;
}

.video-content a {
    color: #fff;
    font-size: 60px;
    /* margin-bottom: 25px; */
}

.video-content a:hover {
    color: #ed701e;
}

.video-content-1 {
    display: inline-block;
    margin-left: 400px;
    margin-top: 15%;
    text-align: center;
    position: absolute;
}

.video-content-1.p-right {
    float: right;
    padding-right: 98px;
    text-align: center;
}

.video-content-1 a {
    color: #fff;
    font-size: 66px;
}

.video-content-1 a:hover {
    color: #ed701e;
}
/*--------------------------------------------------------------
Banner Style
--------------------------------------------------------------*/

.banner-section {
  align-items: end;
  display: grid;
  height: 200px;
  /* text-align: center; */
  position: relative;
  width: 100%;
  z-index: 1;
}

.banner-content {margin-bottom: -50px;}

.banner-content h2 {
  color: #fff;
  display: inline-block;
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 20px;
  position: relative;
  text-transform: uppercase;
}

.banner-content h4 {
  margin-bottom: 18px;
}

.crumbs ul li {
  display: inline-block;
}

.crumbs ul li a {
  background-color: #fff;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 4px 8px;
  text-transform: capitalize;
}


/*--------------------------------------------------------------
Pagination Wrapper Style
--------------------------------------------------------------*/

.pagination-wrapper {
  margin-top: 41px;
  text-align: center;
  margin-bottom: 20px;
}






.pagination-wrapper ul {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #eee;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  display: inline-block;
  padding: 8px 0;
}

.pagination-wrapper li {
  display: inline-block;
}

.pagination-wrapper li a {
  color: #444;
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  padding: 8px;
}

.pagination-wrapper li span {
  color: #ed701e;
}

.pagination-wrapper li:first-child a,
.pagination-wrapper li:last-child a {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  padding: 0 16px;
  text-transform: uppercase;
}

.pagination-wrapper li:first-child a i,
.pagination-wrapper li:last-child a i {
  font-size: 28px;
  line-height: 18px;
  margin: 0 7px;
  vertical-align: middle;
}

/*--------------------------------------------------------------
Donate Form Style
--------------------------------------------------------------*/

.donation-content {
  padding: 10px;
  box-shadow: 0 2px 10px 0 rgba(152, 152, 152, 0.26);
}

.donation-content .donation-header {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 15px;
    padding: 0px 0 0px;
    width: 100%;
    float: left;
}

.donation-content .donation-header h4 {
  /* background-color: #f7f7f7; */
    /* border: 1px solid #eee; */
    color: #ed701e;
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 0px;
    padding: 12px 0;
    text-align: left;
}

.donation-content .donation-header .d-logo {
  display: inline-block;
  float: left;
}

.donation-content .donation-header .d-logo img {
  cursor: pointer;
}


.donation-content .donation-body label {
  margin-bottom: 5px;
}

.donation-content .donation-body .form-control {
  /* background-color: #f7f7f7; */
  border: 1px solid #dadada;
  font-weight: 400;
  height: 40px;
  letter-spacing: 0.7px;
  margin-bottom: 6px;
  width: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.donation-content .donation-body .form-control:focus {
  box-shadow: 0 2px 10px 0 rgba(152, 152, 152, 0.26);
}

.donation-content .donation-body .theme-btn-3 {
  padding: 14px 20px;
}

/*--------------------------------------------------------------
Appoinment Form Style
--------------------------------------------------------------*/

.appoinment-form {
 
border-radius: 4px;
 
box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
 
outline: 1px solid #ed701e;
 
padding: 35px 0px;
 
background: #f1f1f1;
 
display: none;
}

#default_contact_form input {
  margin-bottom: 30px;
}

.appoinment-form  input[type="text"],
.appoinment-form  input[type="email"],
.appoinment-form  textarea,
.appoinment-form .frm_select {
  background-color: #fff;
  border: 1px solid #cfd3d4;
  font-size: 13px;
  font-weight: 500;
  height: 40px;
  margin-bottom: 5px;
  padding-left: 12px;
  width: 100%;
}

.appoinment-form  textarea {
  height: 50%;
  min-height: 130px;
  padding-top: 18px;
}

.appoinment-form  .theme-btn-3 {
  padding: 10px 0;
}

/*--------------------------------------------------------------
Parallax Style
--------------------------------------------------------------*/

.parallax {
    background: transparent;
    background-position: 50% 2px;
}


/*--------------------------------------------------------------
Gallery Area Style
--------------------------------------------------------------*/

.filter-button-group {
  float: left;
}

.gallery-btn {
  background-color: #f7f7f7;
  border: 1px solid #eee;
  font-size: 14px;
  font-weight: 600;
  padding: 6px 12px;
  text-transform: capitalize;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  float: right;
}

.filter-button-group button {
  background-color: #f7f7f7;
  border: 1px solid #eee;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 30px;
  padding: 4px 10px;
  text-transform: capitalize;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
}

.filter-button-group button {
  background-color: #f7f7f7;
  border: 1px solid #eee;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  transition: all 0.3s;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 30px;
  padding: 6px 12px;
  text-transform: capitalize;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
}

.filter-button-group .active {
  background-color: #ed701e;
  color: #fff;
}

.gallery-content {
  
}

.gallery-content .gallery_item {
  position: relative;
  padding: 0;
  overflow: hidden;
}

.gallery-content .gallery_item:before {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: -20px;
  width: 100%;
  opacity: 0;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
}

.gallery-content .gallery_item:hover:before{
  background-color: rgba(5, 20, 41, 0.66);
  outline: 1px solid #fff;
  outline-offset: -20px;
  top: 0;
  z-index: 1;
  opacity: 1;
}

.gallery-content .gallery_item a {
  background-color: #ed701e;
  border: 1px solid #eee;
  border-radius: 50%;
  color: #fff;
  height: 40px;
  left: calc(50% - 20px);
  line-height: 40px;
  margin: auto;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: calc(50% - 20px);
  transform: translateY(-200%);
  width: 40px;
  z-index: 1;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
}

.gallery-content .gallery_item:hover a {
  opacity: 1;
  top: calc(50% - -50px);
}


/*--------------------------------------------------------------
Mission Style
--------------------------------------------------------------*/

.mission-section.mission-section-st-2 {
  margin-top: -118px;
}

.feachers-meaning {
  box-shadow: 0 10px 18px 0 rgba(152, 152, 152, 0.15);
  margin-bottom: 0px;
  padding: 18px 5px 10px;
  position: relative;
  text-align: center;
  z-index: 1;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
   
}
.owl-carousel .owl-item .feachers-meaning {/*min-height: 310px;*/}
.feachers-meaning:nth-child(1):hover {
  background-image: url("../images/mission/1.jpg");
}

.feachers-meaning:nth-child(2):hover {
  background-image: url("../images/mission/2.jpg");
}

.feachers-meaning:nth-child(3):hover {
  background-image: url("../images/mission/3.jpg");
}

.feachers-meaning:nth-child(4):hover {
  background-image: url("../images/mission/4.jpg");
}

.feachers-meaning:nth-child(5):hover {
  background-image: url("../images/mission/5.jpg");
}

.feachers-meaning:nth-child(6):hover {
  background-image: url("../images/mission/6.jpg");
}

/**--Feachers Meaning Active--**/

.feachers-meaning.active:nth-child(1) {
  background-image: url("../images/mission/1.jpg");
}

.feachers-meaning.active:nth-child(2) {
  background-image: url("../images/mission/2.jpg");
}

.feachers-meaning.active:nth-child(3) {
  background-image: url("../images/mission/3.jpg");
}

.feachers-meaning.active:nth-child(4) {
  background-image: url("../images/mission/4.jpg");
}

.feachers-meaning.active:nth-child(5) {
  background-image: url("../images/mission/5.jpg");
}

.feachers-meaning:after {
  background-color: rgba(247, 247, 247, 0.9);
  content: "";

  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
}

.feachers-meaning .icon-box {
    background-color: #f7f7f7;
    border: 1px solid #eee;
    border-radius: 50%;
    box-shadow: 0 10px 18px 0 rgba(152, 152, 152, 0.15);
    display: inline-block;
    height: 70px;
   margin-bottom: 22px;
    width: 70px;
}

.feachers-meaning .icon-box .icon {
  color: #ed701e;
  font-size: 30px;
  line-height: 70px;
}

.feachers-meaning .content h4 {
   /* font-size: 15px;*/
   margin-bottom: 12px;
   color: #205da9;
   min-height: 40px;
}

.feachers-meaning .content p {
    /* margin-bottom: 20px; */
    margin-bottom: 5px;
    line-height: 23px;
}

.feachers-meaning .content .theme-btn-1 {
  background-color: #eee;
  border-radius: 26px;
  color: #000;
  font-size: 12px;
  font-weight: 500;
  outline: 0 none;
  padding: 6px 12px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}

/*.feachers-meaning .content .theme-btn-1 {
  background-color: #eee;
  border-radius: 26px;
  color: #000;
  font-size: 10px;
  padding: 6px 12px;
}*/
.feachers-meaning .content .theme-btn-1 {
    background-color: #2662aa;
    border-radius: 26px;
    color: #fff;
    font-size: 10px;
    padding: 6px 12px;
}

.feachers-meaning .content .theme-btn-1:hover {
  background-color: #ed701e;
  color: #fff;
}


/**--Feachers Meaning Style Two--**/

.feachers-meaning.feachers-meaning-st-2 .content p {
  color: #7d7d7d;
}

.feachers-meaning.feachers-meaning-st-2 .content .theme-btn-1 {
  background-color: #ed701e;
  color: #fff;
  
}

.feachers-meaning.feachers-meaning-st-2 .content .theme-btn-1:hover {
  background-color: #eee;
  border: 1px solid #ddd;
 color: #000;
  
}

/*--------------------------------------------------------------
Volunteers Style
--------------------------------------------------------------*/
/***--Charity Volunteers Style Two--***/
/***Charity Volunteer Details Section Start***/
.charity-volunteers {
  border: 1px solid #eee;
  margin-bottom: 30px;
}

.charity-volunteers .vol-thumb {
  position: relative;
}

.charity-volunteers .vol-thumb:after {
  bottom: 0;
  content: "";
  left: 25px;
  position: absolute;
  right: 0;
  top: 70px;
  opacity: 0;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
}

.charity-volunteers:hover .vol-thumb:after {
 
  left: 0;
  top: 0;
  opacity: 1;
}

.charity-volunteers .vol-content {
  background-color: #fff;
  padding: 10px 14px 10px;
  text-align: center;
}

    .charity-volunteers .vol-content h3 {
        margin-bottom: 0;
        font-size: 18px;
        color: #205da9;
    }

.charity-volunteers .vol-content h5 {
  color: #000000;
  letter-spacing: 0px;
  margin-bottom: 10px;
  /* text-transform: uppercase; */
}

.charity-volunteers .vol-content p {
  margin-bottom: 24px;
}

.charity-volunteers .vol-content .socail-box {
  /* float: right; */
  /* margin-top: -2px; */
  /* text-align: center; */
  background: #ed701e;
}

.charity-volunteers .vol-content .socail-box .social-links li {
  margin-right: 3px;
}

.charity-volunteers .vol-content .socail-box .social-links li a {
  border: 2px solid #eee;
  border-radius: 50%;
  color: #000;
  display: block;
  font-size: 12px;
  height: 30px;
  line-height: 27px;
  width: 30px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
}

.charity-volunteers .vol-content .socail-box .social-links li:hover a {
  color: #ed701e;
}

/***--Charity Volunteers Style Two--***/


.charity-volunteers.charity-volunteers-st-2 {
  padding: 6px;
  position: relative;
}

.charity-volunteers.charity-volunteers-st-2 .vol-content {
  background-color: #fff;
  display: inline-block;
  margin-top: -60px;
  position: relative;
  width: 95%;
  padding: 18px 14px 22px;
}

/***Charity Volunteer Details Section Start***/

.charity-volunteers-details .volunteers-content h5 {
  color: #ed701e;
  letter-spacing: 1px;
  margin-bottom: 17px;
  text-transform: uppercase;

}

.charity-volunteers-details .volunteers-content .volunteers-details-tags {
  margin-bottom: 14px;
}



.charity-volunteers-details .volunteers-content .tags-item {
  border-bottom: 1px dotted #eee;
  margin-bottom: 6px;
  padding: 4px 0;
}

.charity-volunteers-details .volunteers-content .tags-item span {
  color: #555;
  font-weight: 600;
  text-transform: capitalize;
}

.charity-volunteers-details .volunteers-content .tags-item span:first-child {
  color: #ed701e;
  display: inline-block;
  font-family: "Roboto",sans-serif;
  font-size: 13px;
  font-weight: 600;
  min-width: 100px;
  text-transform: uppercase;
}

.charity-volunteers-details .small-profile {
  border: 1px solid #eee;
  border-radius: 6px;
  padding: 4px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
}

.charity-volunteers-details .small-profile:hover {
  border-color: #ed701e;
  box-shadow: 0 10px 18px 0 rgba(156, 156, 156, 0.15);
}

/*--------------------------------------------------------------
#0.15  Blog Section Style
--------------------------------------------------------------*/
/****Blog Details About Author Start****/
/***Blog Details Section Start***/
/***Blog Style Section Start***/
/***Blog Details Section Start***/

.blog-single {
  border: 1px solid #eee;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
  /* height: 380px; */
}

.blog-single .blog-thumb {
  position: relative;
}

.blog-single .blog-thumb:after {
  bottom: 0;
  content: "";
  left: 25px;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 70px;
  transition: all 0.4s ease 0s;
}

.blog-single:hover .blog-thumb:after {
  /* background-color: rgba(250, 99, 28, 0.5); */
  left: 0;
  opacity: 1;
  top: 0;
}

.blog-single .meta-date {
  background-color: #f7f7f7;
  float: right;
  margin: -30px 16px 0 0;
  padding: 10px 16px;
  position: relative;
  text-align: center;
}

.blog-single .meta-date h4 {
  border-bottom: 1px solid #ddd;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 8px;
  padding-bottom: 3px;
  text-transform: uppercase;
}

.blog-single .meta-date h4 span {
  font-size: 18px;
}

.blog-single .meta-date h5 {
  color: #ed701e;
  font-size: 16px;
}

.blog-single .meta-date h5 .icon {
  color: #ddd;
  font-size: 14px;
  margin-right: 6px;
}

.blog-single .blog-content {
  padding: 18px 14px 30px;
 /* min-height: 165px;*/
}

.blog-single .blog-content h3 {
  font-size: 20px;
  margin-bottom: 14px;
}

.blog-single .blog-content h5 {
  color: #ed701e;
  letter-spacing: 0px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 12px;
}

.blog-single .blog-content p {
  margin-bottom: 24px;
}

.blog-single .blog-content .blog-socail {
  float: right;
}

.blog-single .blog-content .blog-socail .social-links li {
  margin-right: 3px;
}

.blog-single .blog-content .blog-socail .social-links li a {
  border: 2px solid #eee;
  border-radius: 50%;
  color: #000;
  display: block;
  font-size: 12px;
  height: 30px;
  line-height: 27px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  width: 30px;
}

.blog-single .blog-content .blog-socail .social-links li:hover a {
  color: #ed701e;
}

/***Blog Style Section Start***/

.blog-single.blog-single-s2 {
  position: relative;
}

.blog-single.blog-single-s2 .meta-date {
  border-radius: 4px;
  position: absolute;
  right: 0;
  top: 40px;
}

/***Blog Details Section Start***/

    .blog-single.blog-details {
        border-bottom: medium none navy;
        border-left: 1px solid #eee;
        border-right: 1px solid #eee;
        border-bottom: 1px solid #eee;
        border: none;
        margin-bottom: 0px;
    }

.blog-single.blog-details .blog-content {
 /*padding: 15px 10px 15px;*/
 padding:0px;
}

.blog-single.blog-details .blog-content h3 {
  font-size: 22px!important;
  margin-bottom: 10px;
  line-height: 23px;
   /*min-height: 50px;  */
}

.blog-single.blog-details .blog-content h5 {
  font-size: 16px;
    margin-bottom: 0px;
}


.blog-single.blog-details .blog-content p {
  font-size: 15px;
  margin-bottom: 14px;
  text-align: justify;
}

.blog-single.blog-details .blog-content p span {
  color: #ed701e;



  font-weight: 600;
  letter-spacing: 1px;
  text-transform: capitalize;
}

.blog-single.blog-details .blog-content p span {
  color: #ed701e;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: capitalize;
}

.blog-single.blog-details .blog-content .blog-socail {
  float: right;
  margin-top: 10px;
}

.blog-btm-meta {
  background-color: #f7f7f7;
  height: 50px;
  line-height: 50px;
  margin-top: 24px;
  padding: 0 8px 0 6px;
}

ul.blg-likes li {
  display: inline-block;
  margin-left: 10px;
}
ul.blg-likes li a {
  display: block;
  font-weight: 300;
}

ul.blg-likes li a i {
  color: #cccccc;
}

ul.blg-likes li a span {
  color: #777;
  font-size: 14px;
}

/***Blog Details About Author Start***/

.about-author {
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  margin-bottom: 40px;
  padding-bottom: 18px;
  padding-top: 35px;
}

.about-author .abt-auth-thumb {
  display: inline-block;
  margin-bottom: 30px;
}

.about-author .abt-auth-thumb img {
  border-radius: 4px;
}

.about-author .abt-auth-content h4 {
  color: #000;
  font-size: 18px;
  letter-spacing: 1px;
  margin-bottom: 10px;
  text-transform: capitalize;
}


.comment-area {
  background: #fffefe none repeat scroll 0 0;
  border-radius: 0 0 5px 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
  margin-top: 60px;
  padding: 30px 20px 0;
}

.comment-title h4 {
  color: #444;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: capitalize;
}

.comment-info-inner article {
  border-bottom: 1px solid #eaeaea;
  margin-top: 35px;
  padding-bottom: 30px;
}

.comment-thumb {
  float: left;
}

.comment-thumb img {
  border-radius: 4px;
  height: 80px;
  width: 80px;
}

.comment-content {
  overflow: hidden;
  padding-left: 46px;
}

.comment-content .meta-data h2 {
  color: #555;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 1px;
}

.comment-content .meta-data p.category {
  color: #777;
  font-weight: 500;
  margin-bottom: 15px;
}

.comment-content .meta-data p.category span {
  color: #ed701e;
}

.comment-content > p {
}

.comment-content a {
  color: #444;
  display: inline-block;
  font-size: 22px;
  margin-top: 10px;
}

.children {
  padding-left: 104px;
}


/*--------------------------------------------------------------
Portfolio Style
--------------------------------------------------------------*/

.portfolio-section {
  background-color: rgba(247, 247, 247, 0.9);
}

.portfolio-box {
  background-color: #fff;
  box-shadow: 0 10px 18px 0 rgba(152, 152, 152, 0.15);
  border: 1px solid #eee;
  padding: 28px;
  text-align: center;
  margin-bottom: 30px;
}

.portfolio-box .icon {
    background-color: #f7f7f7;
    border: 1px solid #eee;
    display: inline-block;
    font-size: 25px;
    height: 60px;
    line-height: 60px;
    margin-bottom: 12px;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 60px;
}

.portfolio-box .icon:after {
    background-color: #ddd;
    content: "";
    height: 46px;
    position: absolute;
    right: 0;
    top: -7px;
    transform: rotate(-31deg);
    width: 8px;
}

.portfolio-box h3 {
    font-size: 24px;
    margin-bottom: 14px;
}

.portfolio-box h5 {
      margin-bottom: 12px;
    line-height: 30px;
    font-size: 15px;
}

.portfolio-box p {
  text-align: left;
}


/*--------------------------------------------------------------
Sidebar Style
--------------------------------------------------------------*/
/*** Cause Tags widget ***/
/*** Tags widget ***/
/*** News Post widget ***/

.sidebar-feature .sidebar-title {
  border-bottom: 1px solid #eee;
  /* letter-spacing: 1px; */
  margin-bottom: 10px;
  padding-bottom: 15px;
  font-size: 22px;
}

.cause-tags span {
  border-bottom: 1px solid #eee;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  height: 30px;
  /* letter-spacing: 1px; */
  line-height: 30px;
  padding-left: 10px;
  text-transform: capitalize;
  width: 100%;
  margin-bottom: 8px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
}

.cause-tags span:hover {
  box-shadow: 0 10px 18px 0 rgba(156, 156, 156, 0.15);
  padding-left: 20px;
}

.cause-tags span strong {
  color: #ed701e;
}

.cause-tags span .icon {
  font-size: 14px;
  margin-right: 5px;
}

/*** News Post widget ***/

.news-post .thumb {
  float: left;
}

.news-post .content {
  padding-left: 90px;
}

.news-post .content h4 {
  font-size: 16px;
  letter-spacing: 1px;
  margin-bottom: 5px;
}

.news-post .content h4 a {
  color: #1c1c1c;
}

.news-post .content h4 a:hover {
  color: #ed701e;
}

.news-post .content p {
  color: #ed701e;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
}

/*** Tags widget ***/

.theme-tags a {
  border: 1px solid #eee;
  color: #989898;
  display: inline-block;
  margin-right: 0;
  margin-top: 6px;
  padding: 4px 14px;
}

.theme-tags a:hover {
  box-shadow: 0 10px 18px 0 rgba(156, 156, 156, 0.15);
  padding-left: 20px;
}

/*** Social widget ***/

.sidebar-social li {
  display: inline-block;
  margin-right: 4px;
}

.sidebar-social li a {
  border: 1px solid #eee;
  border-radius: 50%;
  color: #989898;
  display: inline-block;
  height: 38px;
  line-height: 38px;
  text-align: center;
  width: 38px;
}

.sidebar-social li a:hover {
  box-shadow: 0 10px 18px 0 rgba(156, 156, 156, 0.15);
  border-color: #ed701e;
  color: #000;
}


/*--------------------------------------------------------------
Error 404 Style
--------------------------------------------------------------*/

.error-content h2 {
  color: #fff;
  font-size: 174px;
  font-weight: 700;
  text-shadow: 6px 6px 19px rgba(0, 0, 0, 0.35);
}

.error-content h4 {
  color: #000;
  font-size: 28px;
}


/*--------------------------------------------------------------
Faq Style
--------------------------------------------------------------*/

.panel-body {
  background-color: #ffffff;
  padding: 10px;
}

/*--------------------------------------------------------------
Footer Style
--------------------------------------------------------------*/
  /*** usefull links widget ***/
  /*** recent news widget ***/
  /*** newsletter widget ***/
  /*** copyright-row ***/

.site-footer {
  /*background-color: #051429;*/
      background-color: #205da9;
  position: relative;
  z-index: 1;
}

.mt-5 {
    margin-top: 5px;
}

.site-footer:after {
  background:url(../images/maps-dotted-1.png);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  background-size: contain;
  color: #ed701e;
}

.social-links {
  overflow: hidden;
  text-align: center;
  padding: 5px 17%;
  /* display: none; */
}

.social-links li {
  float: left;
}

.social-links li a {
  display: block;
  color: #fff;
  text-align: center;
}
.social-links a i {
  height: 25px;
  line-height: 25px;
  width: 25px;
  color: #fff;
}
.logo-wrapper {
  margin-bottom: 0px;
}

.site-footer .upper-footer .container,
.site-footer .copyright-row .container {
  position: relative;
}

.site-footer .upper-footer {
    padding-bottom: 25px;
    padding-top: 40px;
}

@media (max-width: 1199px) {
  
}

@media (max-width: 991px) {
  .site-footer .upper-footer {
  /*  padding: 80px 0 30px;*/
  }
}
.site-footer .logo-socail .social-links {
  margin-top: 15px;
  padding: 5px 0px;
}
.site-footer .logo-socail .social-links li  {
  padding-right: 10px;
}

.site-footer .logo-socail .social-links li a {
  border: 2px solid #868585;
  color: #ed701e;
  display: block;
  font-size: 16px;
  height: 34px;
  line-height: 34px;
  width: 34px;
}

@media (max-width: 991px) {
  .site-footer .logo-socail .social-links li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 13px;


    font-size: 0.86667rem;
    border: 1px solid #868585;
  }
}

@media (max-width: 767px) {
  .site-footer .logo-socail .social-links li a {
    width: auto;
    height: auto;
    line-height: auto;
    font-size: 15px;
    font-size: 1rem;
    border: 0;
  }
}

.site-footer .logo-socail .social-links li a:hover {
  background-color: #2561aa;

  border-color: #2561aa;
  color: #fff;
}

@media (max-width: 767px) {
  .site-footer .logo-socail .social-links li a:hover {
    background-color: transparent;
    border: 0;
  }
}
.site-footer .upper-footer p {
  margin: 0;
  font-size: 13px;
  color: #fff;
  /* font-weight: 600; */
  letter-spacing: 0.1px;
  /* text-align: justify; */
}

.site-footer .upper-footer .use-link {
  border-bottom: 1px solid #989898;
  font-size: 14px;
  /* font-weight: 600; */
  letter-spacing: 0.7px;
  margin-bottom: 8px;
  padding-bottom: 8px;
  color: #fff;
}


.site-footer .upper-footer .use-link:hover {
  color: #ed701e;
  border-color: #ed701e;
}

.site-footer .upper-footer h4,
.site-footer .upper-footer h5,
.site-footer .upper-footer h6 {
  margin-top: 0;
}

@media (max-width: 1199px) {
  .site-footer .upper-footer .row > .col {
    margin-bottom: 30px;
  }
}

@media (max-width: 991px) {
  
}

.site-footer .widget a:hover {
  color: #2561aa;
}

.site-footer .widget h3 {
  font-size: 18px;
  font-size: 1.2rem;
  color: #f3f3f3;
  padding-bottom: 1em;
  margin: 0 0 1em;
  text-transform: uppercase;
  position: relative;
}

@media (max-width: 991px) {
  .site-footer .widget h3 {
    font-size: 16px;
    font-size: 1.06667rem;
  }
}

.site-footer .widget h3:before {
  content: "";
  background-color: #ed701e;
  width: 50px;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
}

@media (max-width: 991px) {
  .site-footer .widget h3:before {
    width: 40px;
    height: 2px;
  }
}

.site-footer .usefull-links-widget ul {
  overflow: hidden;
}

.site-footer .usefull-links-widget ul li {
  width: 50%;
  float: left;
  position: relative;
}

.site-footer .usefull-links-widget ul li a {
  display: block;
}

.site-footer .upper-footer .use-link:hover {
  /*color: #2561aa;*/
}
.site-footer .recent-news-widget .post img {
  position: absolute;
  margin-top: 8px;
}
.site-footer .recent-news-widget .post {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #3a3a3a;
}

.site-footer .recent-news-widget .post:last-child {
  margin: 0;
  padding: 0;
  border: 0;
}

.site-footer .recent-news-widget h4 {
  line-height: 1.3em;
  font-weight: 500;
  margin: 0 0 0.5em;
  padding-left: 85px;
}

.site-footer .recent-news-widget h4 a {
  color: #ececec;
  font-size: 13px;
  /* font-weight: 600; */
}

.site-footer .recent-news-widget .date {
  font-size: 12px;
  font-size: 0.8rem;
  font-style: italic;
  padding-left: 85px;
}

.site-footer .recent-news-widget .date i {
  display: inline-block;
  padding-right: 5px;
  color: #2561aa;
}

.site-footer .newsletter-widget > p {
  font-style: italic;
}

/*** Newsletter Form ***/

.newsletter-form {
  margin-top: 5px;
}

.newsletter-form .form ::-webkit-input-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #747272;
}

.newsletter-form .form :-moz-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #747272;
}

.newsletter-form .form ::-moz-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #747272;
}

.newsletter-form .form :-ms-input-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #747272;
}

.newsletter-form .form div {
  position: relative;
}

    .newsletter-form .form input {
        background-color: #fff;
        /* border-color: #ed701e; */
        box-shadow: none;
        color: #000;
        height: 41px;
        padding-right: 0px;
        border: solid 1px #ed701e;
        margin-bottom: 19px;
    }   

.newsletter-form .form input:focus {
  border-color: #2561aa;
}

.newsletter-form .form button {
  background-color: #ed701e;
  width: 100%;
  height: 35px;
  color: #fff;
  border: 0;
  outline: 0;
  /* position: absolute; */
  right: 0;
  top: 0;
}

.newsletter-form .form button:hover {
  background-color: #ed701e;
}

/*** Newsletter Form Style2 ***/

.newsletter-form.newsletter-form-st2 {
  margin-top: 0;
}

.newsletter-form.newsletter-form-st2 .form input {
  background-color: #fff;
  border-color: #eee;

  color: #989898;
  font-style: normal;
  font-weight: 600;
  height: 52px;
}

.newsletter-form.newsletter-form-st2 .form button {
  background-color: #ed701e;
  height: 52px;
}

.newsletter-form.newsletter-form-st2 .form button {
  background-color: #ed701e;
  height: 52px;
}

/*** Newsletter Form End ***/

.site-footer .copyright-row {
  background-color: #ed701e;
  border-top: 1px dashed #444;
  padding: 5px 0;
  position: relative;
}

@media (max-width: 767px) {
  .site-footer .copyright-row {
    text-align: center;
  }
}

.site-footer .copyright-row p a { color:#fff;}
.site-footer .copyright-row p {
  color: #ffffff;
  font-size: clac-rem-value(13);
  margin: 0;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  .site-footer .copyright-row p {
    margin-bottom: 10px;
  }
}

.site-footer .copyright-row .social-links {
  float: right;
}

@media (max-width: 767px) {
  .site-footer .copyright-row .social-links {
    display: inline-block;
    float: none;
  }
}

.site-footer .copyright-row .social-links li {
  margin-right: 5px;
}

@media (max-width: 767px) {
  .site-footer .copyright-row .social-links li {
    margin-right: 8px;
  }
}

.site-footer .copyright-row .social-links li:last-child {
  margin-right: 0;
}



/*--------------------------------------------------------------
M > P Css Style
----------------------------------------------------------------*/
/*** Padding Top Start ***/
/*** Padding Bottom Start ***/
/*** Padding Left Start ***/
/*** Padding Right Start ***/
/*** Margin Top Start ***/
/*** Margin Bottom Start ***/
/*** Margin Left Start ***/
/*** Margin Right Start ***/

.p-0 {
  padding: 0;
}

.p-5 {
  padding: 5px !important;
}

/*** Padding Top Start ***/

.pt-0 {
  padding-top: 0 !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-35 {
  padding-top: 35px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-45 {
  padding-top: 45px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-55 {
  padding-top: 55px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pt-65 {
  padding-top: 65px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pt-75 {
  padding-top: 75px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pt-85 {
  padding-top: 85px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pt-95 {
  padding-top: 95px !important;
}

.pt-100 {
  padding-top: 100px !important;
}


.pt-105 {
  padding-top: 105px !important;
}

.pt-110 {
  padding-top: 110px !important;
}

.pt-115 {
  padding-top: 115px !important;
}

.pt-120 {
  padding-top: 120px !important;
}

.pt-140 {
  padding-top: 140px !important;
}

/*** Padding Bottom Start ***/

.pb-0 {
  padding-bottom: 0 !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-35 {
  padding-bottom: 35px !important;

}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-45 {
  padding-bottom: 45px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-55 {
  padding-bottom: 55px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pb-65 {
  padding-bottom: 65px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pb-75 {
  padding-bottom: 75px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pb-85 {
  padding-bottom: 85px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pb-95 {
  padding-bottom: 95px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pb-105 {
  padding-bottom: 105px !important;
}

.pb-110 {
  padding-bottom: 110px !important;
}

.pb-115 {
  padding-bottom: 115px !important;
}

.pb-120 {
  padding-bottom: 120px !important;
}

/*** Padding Left Start ***/

.pl-0 {
  padding-left: 0 !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-35 {
  padding-left: 35px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.pl-45 {
  padding-left: 45px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.pl-55 {
  padding-left: 55px !important;
}

.pl-60 {
  padding-left: 60px !important;
}

.pl-65 {
  padding-left: 65px !important;
}

.pl-70 {
  padding-left: 70px !important;
}

.pl-75 {
  padding-left: 75px !important;
}

.pl-80 {
  padding-left: 80px !important;
}

.pl-85 {
  padding-left: 85px !important;
}

.pl-90 {
  padding-left: 90px !important;
}

.pl-95 {
  padding-left: 95px !important;
}

.pl-100 {
  padding-left: 100px !important;
}

.pl-105 {
  padding-left: 105px !important;
}

.pl-110 {
  padding-left: 110px !important;
}

.pl-115 {
  padding-left: 115px !important;
}

.pl-120 {
  padding-left: 120px !important;
}


/*** Padding Right Start ***/

.pr-0 {
  padding-right: 0 !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-35 {

  padding-right: 35px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.pr-45 {
  padding-right: 45px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.pr-55 {
  padding-right: 55px !important;
}

.pr-60 {
  padding-right: 60px !important;
}

.pr-65 {
  padding-right: 65px !important;
}

.pr-70 {
  padding-right: 70px !important;
}

.pr-75 {
  padding-right: 75px !important;
}

.pr-80 {
  padding-right: 80px !important;
}

.pr-85 {
  padding-right: 85px !important;
}

.pr-90 {
  padding-right: 90px !important;
}

.pr-95 {
  padding-right: 95px !important;
}

.pr-100 {
  padding-right: 100px !important;
}

.pr-105 {
  padding-right: 105px !important;
}

.pr-110 {
  padding-right: 110px !important;
}

.pr-115 {
  padding-right: 115px !important;
}

.pr-120 {
  padding-right: 120px !important;
}

/*** Margin Top Start ***/

.mt-0 {
  margin-top: 0 !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-35 {
  margin-top: 35px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-55 {
  margin-top: 55px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-65 {
  margin-top: 65px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-75 {
  margin-top: 75px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-85 {
  margin-top: 85px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mt-95 {
  margin-top: 95px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mt-105 {
  margin-top: 105px !important;
}

.mt-110 {
  margin-top: 110px !important;
}

.mt-115 {
  margin-top: 115px !important;
}

.mt-120 {
  margin-top: 120px !important;
}

/*** Margin Bottom Start ***/

.mb-0 {
  margin-bottom: 0 !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-35 {
  margin-bottom: 35px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-55 {
  margin-bottom: 55px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-65 {
  margin-bottom: 65px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-75 {
  margin-bottom: 75px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-85 {
  margin-bottom: 85px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-95 {
  margin-bottom: 95px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mb-105 {
  margin-bottom: 105px !important;
}

.mb-110 {
  margin-bottom: 110px !important;
}

.mb-115 {
  margin-bottom: 115px !important;
}

.mb-120 {
  margin-bottom: 120px !important;
}

/*** Margin Left Start ***/

.ml-0 {
  margin-left: 0 !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-35 {
  margin-left: 35px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.ml-45 {
  margin-left: 45px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.ml-55 {
  margin-left: 55px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

.ml-65 {
  margin-left: 65px !important;
}

.ml-70 {
  margin-left: 70px !important;
}

.ml-75 {
  margin-left: 75px !important;
}

.ml-80 {
  margin-left: 80px !important;
}

.ml-85 {
  margin-left: 85px !important;
}

.ml-90 {
  margin-left: 90px !important;
}

.ml-95 {
  margin-left: 95px !important;
}

.ml-100 {
  margin-left: 100px !important;
}

.ml-105 {
  margin-left: 105px !important;
}

.ml-110 {
  margin-left: 110px !important;
}

.ml-115 {
  margin-left: 115px !important;
}

.ml-120 {
  margin-left: 120px !important;
}


/*** Margin Right Start ***/

.mr-0 {
  margin-right: 0 !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-35 {
  margin-right: 35px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mr-45 {
  margin-right: 45px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.mr-55 {
  margin-right: 55px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.mr-65 {
  margin-right: 65px !important;
}

.mr-70 {
  margin-right: 70px !important;
}

.mr-75 {
  margin-right: 75px !important;
}

.mr-80 {
  margin-right: 80px !important;
}

.mr-85 {
  margin-right: 85px !important;
}

.mr-90 {
  margin-right: 90px !important;
}

.mr-95 {
  margin-right: 95px !important;
}

.mr-100 {
  margin-right: 100px !important;
}

.mr-105 {
  margin-right: 105px !important;
}

.mr-110 {
  margin-right: 110px !important;
}

.mr-115 {
  margin-right: 115px !important;
}

.mr-120 {
  margin-right: 120px !important;
}

.text-white{color:#fff !important;}

.borderlatest{background: #f9f9f9;border: 1px solid #ececec; /*min-height: 520px;*/}
.list-style{line-height: 30px;}

.mission{ height: 185px; margin-bottom:10px; width: 100%;}

.imagetext{margin: 0 10px 10px 0; width: 35%; float: left;}
.donation-body hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
    float: left;
    width: 100%;
}

.address{height:100px !important;}
.divider{padding: 0px 8px;font-size: 20px;color: #d8d8d8;}
.timehrs{width:49% !important;  float: left;}
.headthf .icon-box{background: #ed701e;border-radius: 50%;height: 155px;width: 155px;text-align: center;vertical-align: middle;line-height: 150px;font-size: 60px;color: #fff;}

.headthf h3{ font-size: 16px !important; text-align: center; margin-top: 15px;}
.broder-1px{  border: 1px solid #eee; padding: 10px 10px 5px 10px; margin-bottom: 20px;}

.font-16{    font-size: 20px !important; margin-bottom: 10px !important;}
.font-13{font-size: 13px !important;margin-bottom: 10px !important;}
.width100{width:100% !important; padding:10px 25px;}


.header {
  padding: 10px 16px;
  background: #555;
  color: #f1f1f1;
}

.content {
  padding: 16px;
}

.sticky {
    background: #fff;
    height: 80px;
    border-bottom: 5px solid #ed701e;
    z-index: 1000;
    position: fixed;
    top: 0px;
    animation: smoothScroll 1s forwards;
}

.sticky + .content {
  padding-top: 102px;
}


@keyframes smoothScroll {
	0% {
		transform: translateY(-40px);
	}
	100% {
		transform: translateY(0px);
	}
}

.video-box{
    padding:70px 40px;

}

.video-new-back:before{
        background-color: rgba(5, 20, 41, 0.26);
        content: "";
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 0;
}

.head-biowell{float:none !important; color:#fff !important}

.ml-5{
    margin-left:5px;
}

.ml-1{
    margin-left:1px;
}

.font-17{
    font-size:17px !important;
}

/* Blink for Webkit and others
(Chrome, Safari, Firefox, IE, ...)
*/

@-webkit-keyframes blinker {
  from {opacity: 1.0;}
  to {opacity: 0.0;}
}
.blink{
text-decoration: blink;
    color: #ffffff;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 0.2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    font-size: 16px;
    -webkit-animation-direction: alternate;
    background-color: #000 !important;
    border: solid 1px #fff;
    border: 1px solid #eee;
    border-radius: 0px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.9px;
    line-height: 0;
    padding: 18px 12px;
    text-align: center;
    text-transform: uppercase;
    display: block;
}

.blink:hover { color:#ed701e !important;
}

a.pull-right.downbtn:focus {
    color:#fff;
}

ul.privacy-listing{padding:10px 0;}
ul.privacy-listing > li{border-bottom:1px dashed #c9cdce;color:#707c82;font-weight:700;margin-bottom:8px;padding: 0 0 15px 1px;position:relative;text-transform: capitalize;}
ul.privacy-listing > li:last-child{border-bottom:none;}
ul.privacy-listing > li > ul{padding:4px 0;}
ul.privacy-listing > li > ul > li{font-size:12px;font-weight:normal;}
ul.privacy-listing > li > ul > li:before{display:inline-block;vertical-align:middle;top:-2px;width:5px;height:5px;margin-right:12px;border-radius:50%;content:"";background:#98b4cb;}

.downbtn{
    border-radius: 26px;
    font-size: 10px;
    background-color: #ed701e;
    color: #fff;
    padding: 6px 12px;
    font-weight: 500;
    outline: 0 none;
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}
.downbtn:hover{

    color: #fff;
 
}


.blog-height{
        height: 380px;
}

.socail-box .social-links{
    display:none;
}


.event_min_height{
        min-height: 46px;
}

.team-member li{
    width:50%;
    float:left;
}

.banner-content h2 span {
    color: #ed701e;
    color: #fff;
}
.my-5 {
    margin-top: 7px;
    margin-bottom: 9px;
}
.site-footer .widget h3 span {
    color: #ed701e;
    color:#fff;
}
.charity-single h2 span.counter {
    color: #fff;
}
section.portfolio-section .portfolio-box {
    height: 250px;
}

.charity-single {
    
    text-align: center;
}
.slicknav_btn {
 
    background-color: #255c95;
}
table#radio tbody td {
    margin-right: 18px;
    display: inline-block;
}
    table#radio tbody td label {
        margin-left: 10px;
    }
.owl-client .item {
    margin: 10px;
}
.blog-content h3 {
    color: #205da9;
    margin-bottom:30px;
}
.blog-single.blog-details h4 {
    margin: 10px 0px;
}
 
    .blog-single.blog-details ul li {
        
        margin: 10px 0px;
    }
.content-section {
    margin-top: 25px;
}

.donation-content .donation-body textarea.form-control {
    height: 100px;
}

ul.new-style a {
    font-size: 16px;
}
    ul.new-style a i {
        font-size: 20px;
    }

.img-3 {
    background-image: url('../images/bg/financial.jpg');
}
.program {
    background-image: url('../images/bg/programer.jpg');
}
section.bg-2 {
    background-attachment: fixed;
    position: relative;
    background-size:cover;
    background-position:center;
}
ul.list-2 li a {
    display: flex;
    color: #fff;
    padding: 8px 0px;
    border: solid #989898;
    border-width: 0px 0px 1px 0px;
}
.site-footer .widget  ul.list-2 li a:hover {
    color: #fff;
}
div#myModal .modal-dialog {
    position: relative;
}

#myModal .close {
    position: absolute;
    right: 6px;
    color: #fff;
    opacity: 1;
    top: 4px;
    font-weight: 400;
    border: solid 2px #fff;
    line-height: 14px;
    padding: 5px;
    border-radius: 45px;
}

.mr-1 {
    margin-right: .5rem;
}
.mt-2 {
margin-top:2rem;
}

.charity-volunteers .vol-thumb {
    position: relative;
    padding: 10px;
}
.detail-head {
    /* display: flex; */
    align-items: center;
    border-bottom: solid #ed701e;
    margin-bottom: 25px;
    padding-bottom: 10px;
}
.detail-head .blog-detail-images {
    box-shadow: 0px 0px 4px 0px #e3e1e1;
    margin: 5px;
    padding: 3px;
    margin-right: 15px;
}

.incabu .blog-detail-images {
    /* margin-bottom: 30px; */
}
.charity-volunteers .vol-content {
    background-color: #f6f6f6;
    padding: 10px 14px 10px;
}
.text-left {
    text-align: left !important;
}


.featured-event.featured-event-list.charity-volunteers .event-thumb img {
    width: 100%;
    height: auto;
}


.featured-event.featured-event-list.charity-volunteers .vol-content h3 {
  
    overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
           line-clamp: 2; 
   -webkit-box-orient: vertical;
}


.featured-event.featured-event-list.charity-volunteers .vol-content p {
    margin-bottom:10px;
    overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
           line-clamp: 2; 
   -webkit-box-orient: vertical;
}


a.read-more-button {
    display: inline-block;
    margin-top: 2rem;
    background: #ed701e;
    color: #fff;
    padding: 6px 12px;
}