@font-face {
  font-family: 'OFFSFOB';
  src: url('OFFSFOB.eot');
  src: url('OFFSFOB.woff2') format('woff2'),
       url('OFFSFOBd41d.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'OfficinaSerifOSITCTTBold';
  src: url('OfficinaSerifOSITCTTBold.woff') format('woff'),
       url('OfficinaSerifOSITCTTBold.ttf') format('truetype'),
       url('OfficinaSerifOSITCTTBold.svg#OfficinaSerifOSITCTTBold') format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'OFFSFOW';
  src: url('OFFSFOW.eot');
  src: url('OFFSFOW.woff2') format('woff2'),
       url('OFFSFOWd41d.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'OfficinaSerifOSITCTTBook';
  src: url('OfficinaSerifOSITCTTBook.woff') format('woff'),
       url('OfficinaSerifOSITCTTBook.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'Edo';
  src: url('Edo.woff') format('woff'),
       url('Edo.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'edo_0';
  src: url('edo_0.eot');
  src: url('edo_0.woff2') format('woff2'),
       url('edo_0d41d.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}



body{
	margin: 0px;
	padding: 0px;
	font-family: 'Raleway', sans-serif;
}


/*=====header========*/
.header{
	background: #fff;
}
.head-tp{
	height: 33px;
	padding: 6px 0px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+23,fdb348+25 */
    background: #fdb348; /* Old browsers */
    background: -moz-linear-gradient(left, #fdb348 23%, #fdb348 25%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #fdb348 23%,#fdb348 25%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #fdb348 23%,#fdb348 25%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fdb348',GradientType=1 ); /* IE6-9 */

}
.head-tp ul{
	margin: 0px;
	padding: 0px;
}
.head-tp ul li{
	display: inline-block;
}
.head-tp ul li a{
	color: #000;
	font-weight: 600;
	padding: 7px;
	font-size: 13px;
}

.head-tp ul li a:hover {
    color: #3c763d;
}

.head-tp ul li:hover .sub-menu-hover{
  display: block;
  margin-top: 06px;
}


.head-right-section {
    float: right;
    width: 71%;
}

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

.care-logo-bg {
    background: #fff;
    padding: 0px;
    position: absolute;
    left: 0px;
    z-index: 1000;
    height: 88px;
    width: 10%;
    top: 0px;
}

.skew-section {
    background: #fa9b3d;
    margin-top: -9px;
    width: 100%;
    text-align: center;
    padding: 7.8px;
    background: -moz-linear-gradient(-45deg, #fdb348 11%, #fdb348 11%, #fa9b3d 13%, #fa9b3d 93%, #fdb348 93%);
    background: -webkit-linear-gradient(-45deg, #fdb348 11%,#fdb348 11%,#fa9b3d 13%,#fa9b3d 93%,#fdb348 93%);
    background: linear-gradient(135deg, #fdb348 11%,#fdb348 16%,#fa9b3d 13%,#fa9b3d 86%,#fdb348 84%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdb348', endColorstr='#fdb348',GradientType=1 );
}

/*=====nav-section=====*/

.logo {
    position: absolute;
    top: -33px;
    z-index: 100;
}

.nav-section{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+2,ffffff+19,f36a28+19,f36a28+19,f36a28+50,f36a28+78,f36a28+83,4c721d+83 */
background: #f36a28; /* Old browsers */
background: -moz-linear-gradient(45deg, #f36a28 2%, #f36a28 19%, #f36a28 19%, #f36a28 19%, #f36a28 50%, #f36a28 78%, #f36a28 83%, #4c721d 83%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg, #f36a28 2%,#f36a28 19%,#f36a28 19%,#f36a28 19%,#f36a28 50%,#f36a28 78%,#f36a28 83%,#4c721d 83%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg, #f36a28 2%,#f36a28 19%,#f36a28 19%,#f36a28 19%,#f36a28 50%,#f36a28 80%,#f36a28 84%,#4c721d 83%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#4c721d',GradientType=1 );

}

.header-fixed {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 1000000;
    animation-name: fadeInDown;
    animation-duration: 1s;
    animation-fill-mode: both;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.navbar-default {
  background-color: transparent !important;
  border-color: transparent !important;
}

.navbar{
    min-height: auto !important;
    margin-bottom: 0px !important;
}

.navbar-default .navbar-nav > li > a {
    color: #fff !important;
    font-size: 19px;
}

.navbar-nav > li > a {
    padding-top: 17px !important;
    padding-bottom: 17px !important;
}

.nav > li > a {
    padding: 10px 21px;
    font-family: 'OfficinaSerifOSITCTTBold';
    text-transform: uppercase;
    font-weight: bold;
}

.navbar-default .navbar-nav > li:last-child a {
    padding-right: 0px;
}

.navbar-nav{
    float: right !important;
}

.navbar-nav > li{
    margin-left: 7px;
    position: relative;
}


.sub-menu-hover{
 width: 250px;
 background: #f4773b;
 display: none;
 position: absolute;
 z-index: 1000;
 transition: 0.5s;
}
.sub-menu-hover ul{
  margin: 0px;
  padding: 0px;
}

.sub-menu-hover ul li{
  display: block;
  list-style: none;
}

.sub-menu-hover ul li a{
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  display: block;
  padding: 13px 10px;
  border-bottom: 1px solid #ee976d;
  transition: 0.5s;
  text-transform: capitalize;
}

.sub-menu-hover ul li a:hover{
  background: #fdb348;
  color: #fff;
}

.sub-menu-hover ul li:last-child a{
  border-bottom: none;
}

.nav > li:hover .sub-menu-hover{
  display: block;
}

.navbar-default .navbar-nav > .active > a{
    position: relative;
    background:transparent !important;
}

.navbar-nav > li:last-child {
    margin-right: -18px;
    margin-left: 50px;
}

/*=====slider======*/

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    width: 100%;
}

.carousel-indicators .active {
    width: 40px;
    height: 6px;
    margin: 0;
    background-color: #fff;
    border: none;
    border-radius: 0px;
}

.carousel-indicators li{
    background: #ff9934;
    border: none;
    height: 6px;
    width: 40px;
    border-radius: 0px;
    margin: 0px 4px 0px 3px;
}

.custom-b-text{
    left: 8%;
    bottom: 160px;
    padding: 15px 0px;
    position: absolute;
    background: rgba(0,0,0,0.5);
}

.custom-b-text h1 { 
    margin: 0px;
    padding: 0px;
    font-size: 46px;
    color: #fff;
    font-weight: 800;
    letter-spacing: 1px;
    text-shadow: none;
    padding-left: 15px;
    text-align: left;
    padding-bottom: 10px;
    text-shadow: 2px 3px 2px #cf670d;
}

.custom-b-text p {
    font-size: 14px;
    padding: 10px 0px 0px 0px;
    text-align: left;
    padding-left: 20px;
    color: #fff;
    margin: 0px;
    font-weight: 500;
    text-shadow: none;
    line-height: 26px;
}

a.view-btn-slider {
    background: #e26225;
    color: #fff;
    padding: 12px 28px 12px 28px;
    border-radius: 25px;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.5px;
    float: left;
    margin-top: 30px;
    margin-left: 15px;
    transition: 0.5s;
}

a.view-btn-slider:hover{
  background: #333;
}

/*==========Get-INVOLVED============*/

.get-involved-section{
	background: #fff;
	padding: 80px 0px;
    overflow: hidden;
}

.get-involved-tab {
    width: 100%;
    text-align: center;
    padding-top: 30px;
}

.get-involved-tab ul {
    margin: 0px;
    padding: 0px;
}

.get-involved-tab ul li {
    display: inline-block;
}

.get-involved-tab ul li a {
    background: #f36a28;
    color: #fff;
    padding: 12px 15px;
    font-weight: bold;
    margin-right: 10px;
    text-transform: capitalize;
}

.get-involved-tab ul li a:hover{background:#4c721d;}

.get-involved-section h2 {
    text-align: center;
    color: #000;
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 30px;
    position: relative;
}

.get-involved-section h2:after{
	content: "";
	position: absolute;
	left: 0px;
	right: 0px;
	margin: auto;
	height: 7px;
	width: 73px;
	border-radius: 200px;
	background: #f36a28;
	bottom: 0px;
}

.get-involved-section p {
    text-align: center;
    color: #272726;
    font-size: 14px;
    font-weight: 500;
    line-height: 25px;
    padding-top: 25px;
    padding-bottom: 5px;
    margin-bottom: 0px;
}

.get-involved-section b{
	text-align: center;
	color: #4c721d;
	font-weight: 600;
	padding: 20px 0px;
	display: block;
	font-size: 18px;
}

.get-envolved-in-section {
    width: 100%;
    padding-top: 50px;
}

.envolved-inner img {
    width: 100%;
}

.envolved-inner {
    width: 100%;
    padding: 10px;
    border: 5px solid #f36a28;
     overflow: hidden;
     position: relative;
    transition: 0.5s;
    background: #fff;
}

.envolved-inner img {
    width: 100%;
}

.envolved-inner h3 {
    font-size: 20px;
    font-weight: bold;
    margin: 0px;
    padding: 13px 0px 15px 0px;
    text-align: center;
    position: relative;
    margin-bottom: 13px;
}

.envolved-inner h3:after {
   content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
    bottom: -4px;
    width: 80px;
    height: 4px;
    background: #f5854f;
    border-radius: 200px;
}

.envolved-inner:hover .envolved-inner-hover{
	bottom:0px;
} 

.envolved-inner:hover{
  box-shadow: 1px 2px 6px 3px #758326;
}

.envolved-inner-hover{
	background: rgba(243,106,40,0.9);
    height: 100%;
    width: 100%;
    padding: 100px 0px;
    position: absolute;
    left: 0px;
    bottom:-900px;
    top: 0px;
    margin: auto;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
}

.envolved-inner-hover h3{
	color: #fff;
	padding: 13px 0px 20px 0px;
}

.envolved-inner-hover h3:after {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
    bottom: -6px;
    width: 70px;
    height: 6px;
    background: #f7d3c1;
    border-radius: 200px;
}

.envolved-inner-hover p{
    text-align: center;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    line-height: 25px;
    padding-top: 25px;
    padding-bottom: 5px;
    margin-bottom: 0px;
    padding: 25px 10px 20px 10px;
}

.evolved-btn{
	background: #f49e41;
    display: inline-block;
    color: #fefefe;
    text-align: center;
    border-radius: 50px;
    padding: 9px 20px 9px 20px;
    margin: auto;
    width: 130px;
    position: absolute;
    left: 0px;
    right: 0px;
    transition: 0.5s;
}

.evolved-btn:hover{
  background: #333;
}

.evolved-btn a{
	display: block;
	color: #fff;
	font-size: 17px;
	font-weight: 500;
}


/*============Sponsor-A-Child===================*/

.sponsor-section{
	background: #f2f2f1;
	padding: 45px 0px 0px 0px;
	width: 100%;
	text-align: center;
}

.sponsor-section h2{
	text-align: center;
    color: #000;
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 30px;
    margin-bottom:50px; 
    position: relative;
    text-transform: uppercase;
}

.sponsor-section h2:after {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
    height: 7px;
    width: 73px;
    border-radius: 200px;
    background: #f36a28;
    bottom: 0px;
}

.nav-tabs > li > a{
	background: #f4773b;
    color: #fff;
    border-radius: 0px;
    padding: 10px 14px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 11px;
    text-transform: capitalize;
}

.nav > li > a:hover, .nav > li > a:focus{
	background-color: #f4773b;
}
.nav-tabs > li > a:hover{border-color:#f4773b;}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{
	background-color: #333;
    border: 1px solid #333;
    color: #fff;
}
.nav-tabs{
	border-bottom: transparent;
	 width: 46%;
    margin: auto;
}

.sponsor-content-aria {
    width: 100%;
    padding: 30px 0px;
}

.sponsor-content-aria p {
    font-size: 15px;
    line-height: 25px;
    font-weight: 500;
}

.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
    margin-left: 9px;
    margin-right: 9px;
}


.drop-menu {
    width: 100%;
    display: inline-table;
    background-color: #fff;
    border: 1px solid #f4773b !important;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
    position: relative;
    font-size: 14px;
    color: #474747;
    height: 100%;
    text-align: left;
    /* margin-right: -4px; */
    border: 0px;
    margin: 0% 1%;
    float: left;
}
  .drop-menu .select {
  cursor: pointer;
  display: block;
  padding: 0px 10px;
  height: 42px;
  line-height: 42px;
  font-weight: 500;
  }
  .drop-menu .select i {
  font-size: 15px;
  color: #484848;
  cursor: pointer;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -ms-transition: all .5s ease;
  transition: all .5s ease;
  float: right;
  line-height: 42px;
  font-weight: bold;
  }
  .drop-menu .select span {
    padding-right: 8px;
}
  .drop-menu.active .select i {
  transform: rotate(180deg)
  }
  .drop-menu .dropeddown {
     position: absolute;
    background-color: #fff;
    width: 101%;
    left: -1px;
    margin-top: 1px;
    overflow: hidden;
    display: none;
    max-height: 260px;
    overflow-y: auto !important;
    z-index: 9;
    border: 1px solid #f4773b;
    border-top: 0px;
}
  .drop-menu .dropeddown li {
  padding: 9px;
  transition: all .2s ease;
  cursor: pointer;
  border-bottom: 1px solid #f1f1f1;
  }
    .drop-menu .dropeddown li:last-child{
    	border-bottom: 0px;
    }
  .drop-menu .dropeddown {
  padding: 0;
  list-style: none
  }
  .drop-menu .dropeddown li:hover {
  background-color: #f4773b;
  color: #fff;
  }
  .drop-menu .dropeddown li:active {
  background-color: #f4773b;
  color: #fff
  }

  .gender-section {
    width: 180px;
    float: left;
    margin-left: 12px;
    margin-right: 12px;
}

.form-select-seciton {
    width: 35%;
    display: table;
    text-align: center;
    margin: auto;
}

.sponsor-slider-section {
    padding: 40px 0px;
}

.pricing-in-col {
    border: 1px solid #807f7f;
    padding: 10px;
    background: #fff;
    transition: 0.5s;
    min-height: 350px;
}

.pricing-in-col:hover{
    box-shadow: 1px 2px 6px 3px #d6d2d2;
}

.pricing-in-col img {
    max-width: 100%;
}

.pricing-in-col h3 {
    margin: 0px;
    padding: 10px 0px;
    font-size: 18px;
    color: #000;
    letter-spacing: 0.5px;
    font-weight: 500;
}

.pricing-in-col b {
    font-weight: 500;
    color: #000;
}

a.cus-read-more {
    color: #fff;
    background: #f5834c;
    padding: 8px 20px 8px 20px;
    border-radius: 20px;
    display: inline-block;
    margin-top: 10px;
    transition: 1s;
}

a.cus-read-more:hover{
	background: #333;
	color: #fff;
}

/*========our-partner========*/
.our-partner {
    width: 100%;
    padding: 40px 0px;
}

.our-partner h2 {
    text-align: center;
    color: #000;
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 18px;
    position: relative;
    text-transform: uppercase;
    margin: 0px;
    margin-bottom: 40px;
}

.our-partner h2:after{
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
    height: 5px;
    width: 73px;
    border-radius: 200px;
    background: #f36a28;
    bottom: 0px;
}

.our-partner-col {
    width: 100%;
}

.our-partner-col img {
    border: 1px solid #ddd;
    padding: 5px;
}

.our-partner .owl-buttons .owl-next{
  top: 40px;
}
.our-partner .owl-buttons .owl-prev{
  top: 40px;
}

/*========owl-carousel========*/

.owl-carousel{
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper-outer{
    overflow: hidden;
    position: relative;
    width: 100%;
}

.owl-carousel .owl-item{
    float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
    cursor: pointer;
}

.owl-buttons .owl-prev {
    background: #000;
    color: #fff;
    padding: 10px;
    display: inline-block;
    position: absolute;
    top: 170px;
    background: url(../img/left-arrow.png);
    background-repeat: no-repeat;
    width: 37px; 
    height: 47px;
    left: -30px;
}

.owl-buttons .owl-next {
    background: #000;
    color: #fff;
    padding: 10px;
    display: inline-block;
    right:0px;
    position: absolute;
    top: 170px;
    background: url(../img/right-arrow.png);
    background-repeat: no-repeat;
    width: 37px; 
    height: 47px;
    right: -47px;
    z-index: 100000;

}

#owl-demo .item{
    margin: 12px;
}

#owl-sponsor-1 .item{
    margin: 12px;
}

#owl-sponsor-2 .item{
    margin: 12px;
}
#owl-sponsor-3 .item{
    margin: 12px;
}

#child-sponsorship1 .item{
    margin: 12px;
}

.sponsor-in-col-sponsor-in{
  width: 100%;
}

.sponsor-in-col-sponsor-in img{
  max-width: 100%;
}

/*========Stories-section========*/

.stories-img{
	float: left;
	width: 48%;
	margin-bottom: 10px;
}

a.view-btn-slider.slider-donate {
    margin-left: 40px;
    background: #4c721d;
    transition: 0.5s;
}

a.view-btn-slider.slider-donate:hover {
    margin-left: 40px;
    background: #57851d;
}

.stories-conten-section {
    float: right;
    width: 50%;
    padding-left: 10px;
    position: relative;
}

.stories-img img {
    max-width: 100%;
}

.stories-conten-section h4 {
    color: #000000;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    margin: 0px;
    padding-bottom: 5px;
}

.stories-conten-section p {
    text-align: left;
    padding-top: 5px;
}

.stories-repeat {
    width: 100%;
    padding: 10px;
    background: #fff;
    display: table;
    margin-bottom: 20px;
    border: 5px solid #f36a28;
    transition: 0.5s;
}

.stories-repeat:hover{
  box-shadow: 1px 2px 6px 3px #e2e0e0;
}

.stories-conten-section:after, .stories-conten-section:before {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.stories-conten-section:after {
	border-color: rgba(136, 183, 213, 0);
	border-right-color: #fff;
	border-width: 36px;
	margin-top: -36px;
}
.stories-conten-section:before {
	border-color: rgba(194, 225, 245, 0);
	border-right-color: #fff;
	border-width: 42px;
	margin-top: -42px;
}


.stories-img2{
	float: right;
	width: 48%;
	margin-bottom: 10px;
}

.stories-conten-section2 {
    float: left;
    width: 50%;
    padding-left: 10px;
    position: relative;
}

.stories-img2 img {
    max-width: 100%;
}

.stories-conten-section2 h4 {
    color: #000000;
    font-size: 14px;
    font-weight: 600;
    line-height: 25px;
    margin: 0px;
}

.stories-conten-section2 p {
    text-align: left;
    padding-top: 20px;
}


.stories-conten-section2:after, .stories-conten-section:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.stories-conten-section2:after {
	border-color: rgba(136, 183, 213, 0);
	border-left-color: #fff;
	border-width: 36px;
	margin-top: -36px;
}
.stories-conten-section2:before {
	border-color: rgba(194, 225, 245, 0);
	border-left-color: #fff;
	border-width: 42px;
	margin-top: -42px;
}

.stories-inn-section {
    margin-top: 55px;
}


/*======news-event===========*/

.news-and-event {
    width: 100%;
    padding: 0px 0px;
    position: relative;
    background: url(../img/new-event/back-bg.jpg);
    background-size: 100%;
    background-position: center;

}

.news-and-event-overlay {
    background: rgba(243,106,40,0.9);
    padding: 50px 0px;
}

.news-event-secion {
    float: right;
    border: 15px solid #2e2e2d;
}

.news-event-secion img {
    max-width: 100%;
}

.news-and-event h2{
	text-align: center;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 30px;
    position: relative;
    margin-bottom: 60px;
    text-transform: uppercase;
}

.news-and-event h2:after {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
    height: 7px;
    width: 73px;
    border-radius: 200px;
    background: #fff;
    bottom: 0px;
}

.news-img-content {
    background: #fff;
    padding: 20px 30px 30px 30px;
    position: relative;
    width: 95%;
    float: left;
    margin-left: 30px;
}

.news-img-content h4 {
    font-weight: 600;
    margin: 0px;
    position: relative;
    padding-bottom: 20px;
    text-align: center;
}

.news-img-content h4:after {
    content: "";
    background: #ff9934;
    left: 0px;
    right: 0px;
    width: 70px;
    height: 2px;
    position: absolute;
    bottom: 0px;
    right: 0px;
    margin: auto;
}

.news-img-content span {
    width: 72%;
    text-align: left;
    display: block;
    padding: 10px 0px 0px 0px;
    line-height: 25px;
    color: #000;
    font-weight: 400;
    letter-spacing: 0.5px;
}

.news-img-content p {
    font-size: 14px;
    line-height: 28px;
    text-align: left;
    font-weight: 500;
    color: #000;
    margin-bottom: 0px;
}

.news-img-content p strong {
    font-size: 13px;
}

.news-img-content ul {
    margin: 0px;
    padding: 0px;
}

.news-img-content ul li {
    margin: 0px;
    padding: 0px;
    margin-left: 15px;
    line-height: 20px;
    font-weight: 600;
    font-size: 13px;
    padding: 2px 0px;
}

.news-img-content ol{
  margin: 0px;
  padding: 0px;
}

.news-img-content ol li{
   margin: 0px;
    padding: 0px;
    margin-left: 15px;
    line-height: 20px;
    font-weight: 600;
    font-size: 13px;
    padding: 2px 0px;
}

.post-sect {
    width: 100%;
    font-size: 14px;
    padding: 20px 10px 0px 0px;
}

.post-sect b {
    color: #000;
    font-weight: bold;
    margin-left: 5px;
}


.news-img-content:after, .blog-img-content:before {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.news-img-content:after {
	border-color: rgba(136, 183, 213, 0);
	border-right-color: #fff;
	border-width: 36px;
	margin-top: -36px;
}
.news-img-content:before {
	border-color: rgba(194, 225, 245, 0);
	border-right-color: #fff;
	border-width: 42px;
	margin-top: -42px;
}

.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left{
	left: 0px;
}
.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right{
	right: 0px;
}

.news-img-content a{
  color: #f36a28;
  font-weight: bold;
  text-transform: capitalize;
  margin-top: 10px;
}


/*==========our-impact==========*/

.our-impact-section{
	background: #f2f2f2;
	padding: 40px 0px;
}

.our-impact-section h2{
    text-align: center;
    color: #000;
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 30px;
    position: relative;
    text-transform: uppercase;
}

.our-impact-section h2:after {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
    height: 7px;
    width: 73px;
    border-radius: 200px;
    background: #f36a28;
    bottom: 0px;
}

.impact-in-section{
	width: 100%;
	margin-top: 45px;
}



.impact-img-content {
    background: #fff;
    padding: 20px 22px 17px 30px;
    position: relative;
    width: 100%;
    float: left;
    margin-left: 30px;
}

.impact-img-content h4 {
    font-weight: 600;
    margin: 0px;
    position: relative;
    padding-bottom: 20px;
    text-align: center;
}

.impact-img-content h4:after {
    content: "";
    background: #ff9934;
    left: 0px;
    right: 0px;
    width: 70px;
    height: 2px;
    position: absolute;
    bottom: 0px;
    right: 0px;
    margin: auto;
}

.impact-img-content span {
    width: 100%;
    text-align: left;
    display: block;
    padding: 10px 0px 0px 0px;
    line-height: 25px;
    color: #000;
    font-weight: 400;
    letter-spacing: 0.5px;
}

.impact-img-content p {
    font-size: 17px;
    line-height: 30px;
    text-align: left;
    font-weight: 500;
    color: #000;
    padding-bottom: 25px;
}

.post-sect {
    width: 100%;
    font-size: 14px;
    padding: 20px 10px 0px 0px;
}

.post-sect b {
    color: #000;
    font-weight: bold;
    margin-left: 5px;
}


.impact-img-content:after, .blog-img-content:before {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.impact-img-content:after {
	border-color: rgba(136, 183, 213, 0);
	border-right-color: #fff;
	border-width: 36px;
	margin-top: -36px;
}
.impact-img-content:before {
	border-color: rgba(194, 225, 245, 0);
	border-right-color: #fff;
	border-width: 42px;
	margin-top: -42px;
}

.impact-img-secion {
    border: 15px solid #2e2e2d;
    float: right;
}

.impact-graph-right{
	float: right;
    margin-top: -60px;
}


.volunteer-div {
    width: auto;
    background: url(../img/volunteer-bg.jpg);
    padding: 25px 0px;
    background-repeat: no-repeat;
}

.volunteer-div .volunteer-right-div {
    width: auto;
    float: left;
    text-align: center;
    padding: 30px;
    font-family: font3;
}

.volunteer-img {
    margin-top: 15px;
}
.custom-blog-section {
    background: #fff;
    padding: 10px;
}

.blog-title h4 {
    margin: 0px;
    padding: 13px 0px;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    border-bottom: 3px dashed #fff;
    margin-bottom: 25px;
    font-family: 'edo_0';
}

.custom-blog-section p {
    font-weight: 500;
    line-height: 25px;
    color:#000
}

a.volunteer-btn {
    background: #000;
    color: #fff;
    padding: 11px 15px 11px 15px;
    border-radius: 5px;
    display: inline-block;
}

.custom-blog-section b{
	color: #e14430;
    background: none;
    display: block;
    padding: 0px;
    margin: 0px;
    font-weight: normal;
    padding: 15px 10px 0px 0px;
    font-weight: 500;

}

.col-sm-3.col-md-4.custom-width {
    width: 350px;
}

.right-text-h p{
    font-size: 49px;
    color: #fff;
}

.right-text-h b{
    color: #000;
    font-size: 70px;
    padding-left: 1px;
    display: block;
    padding: 20px 0px;
}

.footer-sign-up-section{
	background: #f36a28;
	padding: 20px 0px 20px 0px;
	width: 100%;
  display: table;
}

.footer-sign-up-section-in{
	width: 100%;
	margin: auto;
	display: table;
}

.footer-sign-up-section-in h5{
	font-size: 23px;
	color: #fff;
	padding-bottom:0px; 
	text-align: center;
  font-weight: bold;
}

.subscribe-logo {
    width:100%;
    text-align: center;
}

.footer-sign-up-section-in input {
    width: 100%;
    padding: 10px 10px 10px 19px;
    height: 45px;
    border-radius: 40px;
    border: none;
    outline: none;
    text-transform: capitalize;
}

.footer-sign-up-section-in p {
    color: #f5f5f5;
    font-weight: 600;
    text-align: center;
    font-size: 14px;
    margin: 0px;
    padding: 10px 0px 20px;
}

.footer-sign-up-section-in button {
    background: #ddd;
    border: none;
    padding: 6px;
    height: 44px;
    background: #000;
    color: #fff;
    border-radius: 20px;
    width: 100%;
    outline: none;
}

.form-left-mr {
    margin-left: 60px;
}
.pd-r{
	padding-right: 0px;
}



/*======middle-footer-section========*/

.middle-footer-section{
	background: #373635;
	padding: 30px 0px;
	width: 100%;
}

.middle-in-section h5{
    color: #fff;
    font-size: 23px;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 0px;
    padding-bottom: 10px;
    font-family: 'edo_0';
}

.more-visitor{
	color: #fff;
    padding: 5px 0px 20px 0px;
    font-size: 17px;
    font-weight: 500;
}

.more-visitor span a {
    color: #f1ac09;
}

.quick-bg {
    background: #000;
    padding: 15px;
    display: table;
}

.quick-bg h5 {
    color: #dfb249;
    font-size: 26px;
    padding: 5px 0px;
    font-family: 'edo_0';
}

.quick-bg input {
    background: #fff;
    height: 42px;
    padding: 10px;
    width: 70%;
    border: none;
    float: left;
}

.quick-bg button {
    background: #dfb249;
    border: none;
    padding: 10px;
    color: #000;
    font-weight: bold;
    letter-spacing: 1px;
    width: 30%;
    float: left;
    height: 42px;
    font-family: 'edo_0';
}

.quick-bg .form-group {
    display: table;
}

.middle-in-section .owl-buttons .owl-prev {
    left: 3px;
}

.middle-in-section .owl-buttons .owl-next {
    right: -18px;
}

.middle-in-section {
    width: 100%;
}

.middle-in-section ul {
    margin: 0px;
    padding: 0px;
    margin-top: 100px;
}

.middle-in-section ul li {
    display: inline-block;
    margin-top: 50px;
}

.f-arrow-s {
    position: absolute;
    right: -11px;
    top: 0px;
}

.right-text-h {
    font-family: 'edo_0';
    padding-left: 20px;
    line-height: 50px;
    text-align: center;
    padding-top: 15px;
}

a.volunteer{
    background: #fff;
    border-radius: 10px;
    padding: 12px 50px 12px 50px;
    color: #000;
    font-family: 'edo_0';
    font-size: 18px;
    text-align: center;
    width: 100%;
}

.foter-in-col {
    width: 100%;
}

.foter-in-col img {
    height: 307px;
}


.footer-section{
    background: #f36a28;
    padding: 50px 0px 0px 0px;
}

.footer-contact-section {
    width: 100%;
    text-align: center;
}

.footer-contact-section p {
    color: #fff;
    text-align: center;
    font-size: 13px;
    line-height: 25px;
    padding-top: 10px;
}

.follow-section {
    width: 100%;
    padding-top: 20px;
}

.follow-section ul {
    margin: 0px;
    padding: 0px;
    border-bottom: 1px solid #d4d4d4;
    padding-bottom: 15px;
    text-align: left;
}

.follow-section ul li {
    margin: 0px;
    padding: 0px;
    display: inline-block;
    color: #fff;
    font-size: 20px;
    margin-right: 10px;
}

.follow-section ul li a {
    color: #fff;
    font-size: 24px;
    margin-right: 13px;
    position: relative;
    top: 4px;
    transition: 0.5s;
}

.follow-section ul li a:hover{
    color: #333;
}

.help-section {
    padding: 25px 0px;
    color: #fff;
    text-align: left;
}

.help-section ul {
    margin: 0px;
    padding: 0px;
}

.help-section ul li {
    list-style: none;
    display: inline;
    font-size: 13px;
}

.help-section ul li:first-child {
    border: 4px solid #ddd;
    display: inline-block;
    padding: 5px 15px 4px 15px;
    font-weight: bold;
    font-size: 14px;
    margin-right: 13px;
    font-weight: normal;
}

.pd-0{
    padding: 0px;
}


.footer-box-inner {
    width: 50%;
    float: left;
    padding-bottom: 30px;
    padding-left:30px;
    min-height: 200px; 
}

.footer-box-inner h5 {
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
}

.footer-box-inner ul {
    margin: 0px;
    padding: 0px;
}

.footer-box-inner ul li {
    list-style: none;
}

.footer-box-inner ul li a {
    color: #fff;
    padding: 4px 0px;
    display: block;
    font-size: 14px;
    transition: 0.5s;
}

.footer-box-inner ul li a:hover{
  color:#1d1d1d;
}

.footer-box-inner ul li a i {
    margin-right: 6px;
    padding-left: 4px;
}


.footer-contact-section h5 {
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    position: relative;
    margin: 0px; padding-bottom: 25px;
    margin-bottom: 30px;
    padding-top: 35px;
}

.footer-contact-section h5:after {
    content: "";
    position: absolute;
    width: 100px;
    height: 2px;
    background: #eaeaea;
    left: 0px;
    bottom: 0px;
    right: 0px;
    margin: auto;
}

.copyr-section{
    background: #2d2c2c;
    padding: 12px 0px; 

}

.footer-sign-up-section12 {
    background: #ddd;
    padding: 20px 0px;
    text-align: center;
}

.footer-sign-up-section12 h4 {
    margin: 0px;
    font-weight: bold;
}

.footer-sign-up-section h4 {
    text-align: center;
    background: #ddd;
    padding: 18px;
    font-weight: bold;
}

.copyr-section p {
    color: #fff;
    letter-spacing: 0.6px;
    margin: 0px;
    font-size: 14px;
}

.copyr-section p a{color: #f36a28;}

.slider-right-section {
    background: rgba(0,0,0,0.5);
    width: 400px;
    height: 100%;
    position: absolute;
    right: 0px;
    z-index: 100000;
    top: 0px;
    right: 6%;
}


/*=========Who we Are==========*/

.inner-bg{
  width: 100%;
  position: relative;
}

.page-tag {
    position: absolute;
    bottom: 40px;
    display: block;
    width: 100%;
    left: 0px;
    color: #fff;
    font-family: 'edo_0';
    text-align: right;
    width: 80%;
    margin: auto;
    right: 0px;
}

.inner-bg img{
  width: 100%;
}

.who-we-are-inn-section {
    width: 100%;
    clear: both;
    padding: 50px 0px 0px;
}

.inn-left-pannel {
    width: 100%;
}

.inn-left-pannel h2 {
    background: #f36a28;
    padding: 12px 15px;
    font-size: 26px;
    font-weight: bold;
    margin: 0px;
    color: #fff;
}

.inn-left-pannel ul {
    margin: 0px;
    padding: 0px;
    border: 1px solid #f36a28;
}

.inn-left-pannel ul li {
    display: block;
}

.inn-left-pannel ul li a {
    color: #333;
    padding: 12px 15px;
    font-weight: 600;
    display: block;
    border-bottom: dotted 2px #b0afaf;
    transition: 0.5s;
}

.inn-left-pannel ul li a:hover{
  background: #f4773b;
  border-bottom: dotted 2px #f4773b;
  color: #fff;
}

.inn-left-pannel ul li:last-child a{
  border-bottom: none;
}

.inn-right-panel h2 {
    margin: 0px;
    padding: 0px;
    font-weight: bold;
    padding-bottom: 15px;
    font-weight: 600;
    position: relative;
    margin-bottom: 20px;
    border-bottom: 2px solid #ddd;
}

.inn-right-panel h2:after{
     position: absolute;
    content: "";
    height: 3px;
    width: 50px;
    background: #f36a28;
    left: 0px;
    bottom: -2px;
}


.inn-right-panel h3 {
    margin: 0px;
    padding: 0px;
    font-weight: bold;
    font-size: 18px;
    padding-bottom: 15px;
    font-weight: 600;
    position: relative;
    margin-bottom: 20px;
    border-bottom: 2px solid #ddd;
    margin-top: 25px;
}

.inn-right-panel h3:after{
     position: absolute;
    content: "";
    height: 3px;
    width: 50px;
    background: #f36a28;
    left: 0px;
    bottom: -2px;
}

.who-we-are-imleft{
   float: left;
   margin-right: 30px;
  width: 30%;
}

.who-we-are-imright{
  width: 66%;
  float: right;
}

.who-we-are-imright p{
  line-height: 26px;
  font-weight: 500;
}

.who-we-are-imright p i {
    margin-right: 5px;
    margin-left: 5px;
}

.mission-section h3 {
    font-weight: 600;
    font-size: 20px;
    margin: 0px;
    padding: 0px;
    padding-bottom: 10px;
}

.mission-section ul {
    margin: 0px;
    padding: 0px;
    margin-bottom: 15px;
    margin-top: 15px;
}

.mission-section ul li {
    margin-left: 20px;
    line-height: 23px;
    font-weight: 500;
    padding: 5px 0px;
    font-size: 13px;
}

.mission-section p strong {
    font-size: 13px;
}

.inn-tab-circle {
    width: 114px;
    height: 114px;
    border-radius: 50%;
    background: #f36a28;
    float: left;
    text-align: center;
    padding: 15px;
    margin-left: 0px;
    transition: 0.5s;
}
.inn-tab-circle a{
  color: #fff;
  display: block;
  height: 100%;
}

.vision-section {
    margin-bottom: 40px;
    display: table;
}

.inn-tab-circle:hover{
  background: #333;
  color: #fff;
}
.inn-tab-circle img {
    margin-bottom: 10px;
}

.inn-tab-circle:hover a{
  color: #fff;
}

.inn-tab-circle h3 {
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    font-weight: 600;
    line-height: 15px;
    border-bottom:none;
}

.custom-b-inn h3 {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    text-align: left;
}

.inn-tab-circle h3:after{
  display: none;
  border-bottom:none;
}

.inn-tab-circle i {
    font-size: 30px;
    margin-top: 6px;
    margin-bottom: 10px;
    height: 33px;
}

.inn-content-tab {
    width: 100%;
    display: table;
    margin-left: 0px;
    padding: 20px 0px;
}


.inn-sponsor-left-section{
  width: 100%;
}
.gender-sponsor {
    display: table;
    margin-bottom: 10px;
    width: 100%;
}

.inn-left-sponsor {
    padding: 10px;
    border: 1px solid #ddd;
    margin-top: 15px;
    background: #f7f7f7;
}

.inn-left-sponsor h2 {
    margin: 0px;
    padding: 2px 0px 15px;
    font-size: 16px;
    font-weight: 600;
}

.gender-sponsor .select span {
    font-size: 12px;
}

.gender-sponsor .drop-menu .dropeddown li{
  font-size: 12px;
  font-weight: 500;
}

.gender-sponsor .drop-menu .select{
  height: 32px;
}

.gender-sponsor .drop-menu .select i{
  line-height: 32px;
}

.gender-sponsor .drop-menu .select{
  line-height: 32px;
}

.sponsor-inn-slider .owl-buttons .owl-next{
  top: 60px;
  right: -20px;
}

.sponsor-inn-slider .owl-buttons .owl-prev{
  top: 60px;
  left: -4px;
}

.sponsor-btm-m {
    width: 100%;
}

.sponsor-btm-m button {
    background: #f36a28;
    border: none;
    width: 100%;
    color: #fff;
    font-weight: 500;
    padding: 8px 0px;
    transition: 0.5s;
}

.sponsor-btm-m button:hover{
  background: #333;
}

.sponsor-in-col {
    text-align: center;
    padding-top: 20px;
}

.sponsor-in-col img{
  width: 90px;
  height: 90px;
  border-radius: 50%;
}

.sponsor-in-col h3 {
  font-size: 14px;
  margin: 0px;
  padding: 16px 0px;
}

.sponsor-in-col h3 span{
  font-weight: bold;
}

.sponsor-in-col h3 b{
  font-weight: 500;
  margin-left: 10px;
}

a.sponsor-btn {
    border: none;
    float: left;
    background: #f36a28;
    color: #fff;
    font-weight: 500;
    padding: 7px 15px;
    transition: 0.5s;
    font-size: 12px;
}

a.sponsor-btn:hover{
  background: #333;
}

a.sponsor-see-more {
    color: #333;
    font-weight: 600;
    text-decoration: underline;
    position: relative;
    top: 7px;
    float: right;
    transition: 0.5s;
    font-size: 12px;
}

a.sponsor-see-more:hover{
  color: #f36a28;
}

.inner-w-section{
  width: 100%;
  padding: 30px 0px 15px;
  clear: both;
}


.custom-b-inn{
  width: 100%
}

.custom-b-inn h1{
  font-size: 16px;
  font-weight: bold;
  text-align: left;
}

.custom-b-inn p{
font-size: 13px;
line-height: 18px;
text-align: left;
color: #fff;
} 

.carousel-caption.custom-b-inn {
    left: 10px;
    bottom: -30px;
    padding-right: 20px;
}
.crona-caption{
	bottom: 100px;
	max-width: 450px;
	left: 5%;
	padding: 30px 0;
}
.crona-caption h1{
	font-size: 30px;
}
.crona-caption p{
	margin: 0 0 15px;
}
.crona-caption ul{
	margin: 0 0 5px;
	padding: 0 0 0 15px;
	text-align: left;
	max-width: 500px;
}
.crona-caption ul li{
    width: 47%;
    list-style: none;
    display: inline-block;
    font-size: 16px;
    margin: 0 10px 5px 0;
    border-radius: 25px;
    position: relative;
    z-index: 1;
    padding: 0 0 0 20px;
}
.crona-caption ul li:before{
	position: absolute;
	content: '\f058';
	font-family: FontAwesome;
	color: #f77e44;
	left: 0;
}
.crona-caption a.view-btn-slider{
	margin-top: 15px;
}
.crona-caption ul li:last-child{
	margin: 0;
}
.donate-caption{
	bottom: 200px;
	max-width:550px;
	left:auto;
	right: 5%;
	padding: 30px 0;
}
span.glyphicon.glyphicon-chevron-right.custom-r-arrow ,span.glyphicon.glyphicon-chevron-left.custom-l-arrow {
    font-size: 30px;
    font-weight: normal;
    top: 55%;
    color: #fff;
}

.who-we-are-right-content {
    width: 100%;
}

.who-we-are-right-content p {
    font-family: 'edo_0';
    font-size: 24px;
    text-align: left !important;
    color: #313131;
    font-weight: 600;
    line-height: 40px;
}

.who-we-are-fb b {
    font-weight: bold;
    font-size: 20px;
    display: block;
    padding: 10px 0px;
    text-transform: capitalize;
}

.who-we-are-fb span {
    width: 191px;
    font-size: 17px;
    line-height: 30px;
    font-weight: 500;
    float: left;
}

.who-we-are-our-impact {
    width: 80%;
    border: 5px solid #333;
    display: table;
    padding: 0px 20px;
    margin: auto;
    background: #dcdcdc;
}

.who-we-are-our-impact ul {
    margin: 0px;
    padding: 0px;
}

.who-we-are-our-impact ul li {
    display: inline-block;
    width: 25%;
    float: left;
}

.who-we-are-our-impact h5 {
    text-align: center;
    font-family: 'edo_0';
    font-weight: bold;
    font-size: 25px;
    margin: 0px;
    padding: 0px;
    padding-bottom: 05px;
    color: #f36a28;
}

.impct-inner-section {
    width: 100%;
    border-right: 2px dotted #222;
    text-align: center;
    padding: 10px 8px 0px;
}

.impct-border{
  border:none !important;
}

.impct-inner-section h2 {
    margin: 0px;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 10px;
}

.impct-inner-section span {
    display: block;
    padding: 0px 0px 11px;
    font-family: 'edo_0';
    font-size: 12px;
    color: #f36a28;
}

.impct-inner-section b {
    font-size: 12px;
    padding-bottom: 6px !important;
    display: block;
    height: 30px;
}

.mission-section {
    display: table;
    margin-bottom: 30px;
    width: 100%;
}

.mission-section p {
    line-height: 26px;
    font-weight: 500;
    margin-bottom: 20px;
}

.who-we-are-mission-imright{
  float: right;
    margin-left:30px;
    width: 30%;
}

.mission-section h2{
  margin: 0px;
    padding: 0px;
    font-weight: bold;
    padding-bottom: 15px;
    font-weight: 600;
    position: relative;
    margin-bottom: 20px;
    border-bottom: 2px solid #ddd;
}

.mission-section h2:after{
      position: absolute;
    content: "";
    height: 3px;
    width: 50px;
    background: #f36a28;
    left: 0px;
    bottom: -2px;
}

.vision-mission-slider {
    margin-top: 30px;
}

.custom-impact-footer-section {
    width: 100%;
}

.custom-impact-footer-section h4 {
    text-align: center;
    font-family: 'edo_0';
    font-weight: bold;
    font-size: 25px;
    margin: 0px;
    padding: 0px;
    padding-bottom: 14px;
    padding-top: 10px;
}

.custom-impact-footer-section h4 i {
    font-size: 16px;
    position: relative;
    top: -12px;
}

.vision-section img {
    border: 10px solid #c3c3c3;
}

.mission-section img{
   border: 10px solid #c3c3c3;
}

.financials-content{
  width: 100%;
}

.financials-content p{
  line-height: 26px;
  font-weight: 500;
}

.financials-content ul {
    margin: 0px;
    padding: 0px;
}

.financials-content ul li {
    margin-left: 15px;
    font-size: 14px;
    font-weight: bold !important;
}

.financials-content ul li p {font-weight: 600;}

.custom-table{
  width: 70%;
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td{
  border: 1px solid #333;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td{
  padding: 15px;
}

.custom-table table tbody tr td {
    font-weight: 600;
}
.table-bordered{
  border: 1px solid #333;
}

.custom-table td a {
    color: #f36a28;
    text-decoration: underline;
}
.custom-table td a:hover{
  color: #f36a28;
}

.legal-documents {
    width: 100%;
    margin-top:10px; 
}

.our-legal-documents {
    margin: 0px;
    padding: 0px;
}

.our-legal-documents h3 {
    margin: 0px;
    padding: 10px 0px 20px;
    font-weight: 600;
}

.our-legal-documents a{
  color: #f36a28;
  text-decoration: underline;
}

.our-legal-documents a:hover{
  color: #f36a28;
}

.our-legal-documents table tbody tr td{
  font-weight: 600;
}

.our-legal-documents th{
  text-align: center;
}

.left-graph-section {
    border: 1px solid #ddd;
    background: #fdfdfd;
    margin-top: 20px;
    padding: 10px;
    text-align: center;
}

.left-graph-section h4 {
    font-weight: bold;
    margin: 0px;
    padding: 0px;
}

.left-graph-section span {
    font-size: 13px;
    padding: 10px 0px;
    display: block;
    position: relative;
}

.left-graph-section span:after{
     content: "";
    left: 0px;
    right: 0px;
    width: 35px;
    height: 2px;
    background: #ff710b;
    position: absolute;
    bottom: 4px;
    margin: auto;
}

.education-bx-section {
    width: 100%;
    margin-top: 15px;
}

.education-bx-section {
    padding: 20px 0px;
}

.eduction-inn-section {
    width: 100%;
    margin-bottom: 15px;
    padding: 15px;
    transition: 0.5s;
    border: 1px solid #ddd;
}

.eduction-inn-section h4 {
    font-weight: bold;
    color: #504f4f;
    padding: 10px 0px 5px;
    font-size: 14px;
    font-weight: bold;
}

.eduction-inn-section img {
    width: 60px;
    margin-right: 10px;
}

.eduction-inn-section p{
  line-height: 25px;
  color: #333;
  font-size: 13px;
}

.eduction-inn-section:hover{
    box-shadow: 1px 2px 6px 3px #e2e0e0;
}

.breadcrumbs {
    width: 100%;
    position: relative;
    padding: 10px 0px;
    border-bottom: 1px solid #ddd;
}

.breadcrumbs ul {
   width: auto;
   margin: 0px;
  padding: 0px;
}

.breadcrumbs ul li {
      display: inline-block;
    color: #333;
    margin-right: 10px;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 12px !important;
}
.breadcrumbs ul li a{
  color: #fb8817; 
}

.work-left-img{
  width: 100%;
  height: 500px;
}

.carousel-control{
  width: auto;
}

.work-img-section img{
  width: 100%;
}

.our-work-section{
  padding: 50px 0px;
}

.our-work-right-section{
  width: 100%;
}

.work-text-section {
    margin-left: -30px;
}

.left-work-section {
    width: 50px;
    height: 221.40px;
    background: #f36a28;
    float: left;
    margin-right: 40px;
}

.left-work-section span{
  background: #333;
    border: 2px solid #ddd;
    padding: 10px;
    border-radius: 50%;
    color: #fff;
    font-weight: 800;
    top: 23px;
    position: relative;
    left: -2px;
    font-size: 25px;
    line-height: 8px;
    font-family: 'Open Sans', sans-serif;
}

.left-number {
    display: block;
    background:transparent;
    height: 60px;
    padding-left: 10px;
    margin-left: -13px;
}

.rihgt-work-section {
    width: 100%;
}

.rihgt-work-section span {
    font-size: 55px;
    font-weight: bold;
    text-align: center;
    display: block;
    padding-right: 40px;
    padding-bottom: 25px;
    font-family: 'Open Sans', sans-serif;
}

.rihgt-work-section p {
    font-weight: bold;
    text-align: center;
    font-size: 15px;
    line-height: 26px;
    text-transform: capitalize;
}

.who-we-are-fb.work-media {
    padding-top: 15px;
}

.inn-right-panel h2 span {
    display: block;
    padding: 18px 0px;
    font-size: 17px;
    color: #686868;
}

.volunteer-h-section {
    width: 100%;
    padding-top: 40px;
}

.volunteer-h-section h2 {
    font-weight: 800;
    margin: 0px;
    padding: 0px;
    font-size: 40px;
    padding-bottom: 20px;
    text-transform: uppercase;
}

.volunteer-h-section span {
    text-align: center;
    display: block;
    font-size: 26px;
    font-weight: 600;
}

.custom-volunteer-img {
    margin-top: -20px;
}

.volunteer-content-section {
    width: 100%;
    padding: 20px 0px 50px;
    display: table;
    position: relative;
}

.volunteer-text-section {
    width: 100%;
}

.volunteer-text-section p {
    line-height: 26px;
    font-weight: 600;
    text-align: center;
}

.volunteer-text-section ul{
  margin: 0px; padding: 0px;
}

.volunteer-text-section ul li{
  font-family: 'edo_0';
  color: #f36a28;
  font-size: 17px;
  font-weight: 600;
  text-align: center;
  list-style: none;
  line-height: 30px;
}

.volunteer-content-section h2 {
    margin: 0px;
    padding: 12px 15px;
    background: #f6f5f5;
    margin-left: 15px;
    margin-bottom: 30px;
    font-size: 27px;
    font-weight: bold;
    text-transform: uppercase;
    font-weight: 800;
}

.Virtual-slider p {
    padding: 10px 0px;
    font-weight: bold;
    text-align: center;
    line-height: 30px;
    font-size: 17px;
    text-transform: uppercase;
}

.Virtual-ul {
    width: 100%;
}

.Virtual-ul ul {
    margin: 0px;
    padding: 0px;
}

.Virtual-ul ul li {
    text-align: left;
    font-size: 15px;
    font-family: 'Raleway', sans-serif;
    padding-bottom: 8px;
}

.volunteer-form {
    background: #f36a28;
    padding: 10px;
    text-align: center;
}

.pos-r {
    position: relative;
}

.pos-r .form-label {
    position: absolute;
    top: 13px;
    left: 5px;
    cursor: pointer;
    transition: all 300ms ease-in-out;
    cursor: text;
    color: #fff;
    font-size: 12px;
}

.from-new:focus + .form-label,
.from-new.active + .form-label {
    top: -05px;
    color: #ddd;
    font-size: 11px;
}

.contact-form {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}

.from-new {
    display: block;
    width: 100%;
    border: none;
    padding: 10px;
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
    background: transparent;
    border-bottom: 1px solid #bd9b9b;
    font-size: 14px;
    margin-bottom: 0px;
    outline: none;
    color: #fff;
    font-size: 12px;
}

.form-in-part {
    padding: 10px;
    border: 1px solid #ddd;
}

.form-in-part h5 {
    text-align: center;
    font-weight: bold;
    margin: 0px;
    padding: 5px 0px;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.volunteer-form select{
  background: transparent;
  border:none;
  border-bottom: 1px solid #bd9b9b;
  width: 100%;
  color: #fff;
  font-weight: bold; 
  padding-bottom: 10px;
  font-size: 14px;
  outline: none;
  margin-top: 10px;
}

.volunteer-n .drop-menu{
  background: transparent;
  border: none !important;
  border-bottom: 1px solid #bd9b9b !important;
}

.volunteer-n .drop-menu .select span{
  color: #fff;
  font-size: 13px !important;
  font-weight: bold;
}

.volunteer-n .drop-menu .select{
  padding-left:0px;
}

.volunteer-n .drop-menu .select{
  height: 35px;
  line-height: 35px;
}

.volunteer-n .drop-menu .select i{
  line-height: 35px;
}

.volunteer-n .drop-menu .select i{
  color: #fff;
}

.volunteer-form .form-group{
  margin-bottom: 15px;
}

.volunteer-form .drop-menu .dropeddown li{
  font-size: 13px;
}

.volunteer-form button {
    width: 60%;
    margin: auto;
    background: #333;
    color: #fff;
    padding: 12px 0px;
    outline: none;
    font-weight: bold;
    letter-spacing: 1px;
    border: none;
    text-transform: uppercase;
}

.volunteer-section {
    width: 100%;
    padding: 20px 0px;
}

.volunteer-say-inner {
    background: #f2f2f2;
    padding: 15px 15px 0px 15px;
    margin-bottom: 40px;
}

.volunteer-say-inner h4 {
    margin: 0px;
    font-weight: bold;
    display: block;
    text-align: center;
    font-size: 24px;
    padding: 10px 0px 10px;
}

.volunteer-say-box{
  width: 100%;
  padding: 20px;
}

.volunteer-say-box p{
    font-size: 12px;
    text-align: left;
    font-weight: 600;
    line-height: 22px;
    max-height:100px; 
    overflow-y: auto;
}

.img-section{
  width: 100%;
  display: block;
  text-align: center;
}

.img-section img{
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border:5px solid #ddd;
}

.img-section span{
  display: block;
  font-weight: bold;
  padding: 10px 0px 0px;
  text-align: center;
}


.volunteer-say-inn .owl-buttons .owl-next{
  right: -15px;
  top: 140px
}

.volunteer-say-inn .owl-buttons .owl-prev{
  left:6px;
  top: 140px
}

.pay-roll-giving-inn {
    width: 100%;
    padding: 30px 20px 20px 20px;
    margin-bottom: 20px;
}

.pay-roll-giving-inn h3 {
    font-size: 25px;
    font-weight: bold;
    color: #f36a28;
}

.pay-roll-giving-inn p {
    font-weight: 500;
    padding-top: 10px;
    line-height: 26px;
}

.line-section{
  width: 54px;
  height: 85%;
  position: absolute;
  left: 0px;
  right: 0px;
  margin: auto;
  background: url(../img/corporate-line2.png) no-repeat;
}

.line-rotet{
 width: 100%;
 height: 57px;
  background: #484747;
  position: absolute;
  left: 0px;
  right: 0px;
  margin: auto;
  transform: rotate(180deg);
  top: 50%;
  background: url(../img/corporate-line.png) no-repeat;
}

.how-it-wrk-inn {
    width: 100%;
    padding: 20px;
    background: #cd4655;
    color: #fff;
    height: 400px;
}

.how-it-work-box-section {
    width: 80%;
    margin: auto;
}

.how-it-wrk-inn p {
    text-align: left;
    font-size: 14px;
    line-height: 25px;
    font-weight: 500;
}

.how-it-wrk-inn h4{
  text-align: left;
  font-weight: bold;
  padding-bottom: 10px;
}

.protector-section{
  /*background: url(../img/protector-bg.jpg);*/
  background-size: 100%;
  background: #4c721d;
}

.protector-inn-section {
    height: 460px;
}

a.child-s-btn {
    color: #fff;
    margin-left: 10px;
    font-weight: bold;
}

.col-sm-61.col-md-61 {
    float: right;
    position: absolute;
    right: 0px;
    width: 50%;
    text-align: right;
}

.col-sm-61.col-md-61 img {
    height: 480px;
    max-width: 100%;
}

.protect-rgb {
    width: 100%;
    height: 100%;
}

.protect-rgb h3 {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    padding-bottom: 15px;
    position: relative;
    text-transform: uppercase;
}

.sponsor-img-p {
    margin-top: 50px;
}

.protect-rgb h3:after {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    border: 0px;
    bottom: 0px;
    height: 2px;
    width: 190px;
    background: #fff;
}

.protector-inn-section p {
    color: #fff;
    padding-top: 10px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 0px;
}

.sponsor-in-col-sponsor-in{
     text-align: center;
    padding-top: 20px;
    border: 1px solid #ddd;
    display: table;
    width: 100%;
    margin-bottom: 15px;
    padding: 10px;
}

.sponsor-in-col-sponsor-in h3 {
font-size: 14px;
    margin: 0px;
    padding: 13px 15px;
    left: 20px;
    text-align: left;
    position: relative;
    bottom: 0px;
    background: #fff;
    margin-top: -41px;
    display: inline-block;
    float: left;
    z-index: 1000;
}

.sponsor-in-col-sponsor-in b{
  display: block;
  text-align: center;
  padding: 10px 0px;
  font-weight: normal;
  min-height:80px;
}

.custom-sponsor-bg-s {
    width: 100%;
    background: #fff;
    padding-top: 15px;
}

.medical-in-content-section {
    padding: 25px 0px;
}

.medical-in-content-section img {
    float: left;
    margin-right: 25px;
    margin-bottom: 10px;
    width: 400px;
}

.medical-in-content-section p{
  font-weight: 500;
  line-height: 30px;
  color: #000;
  font-size: 14px;
}

.health-camp {
    width: 100%;
    padding-top: 15px;
}

.health-camp p{
   font-family: 'edo_0';
   color: #222;
   font-size: 18px;
   padding-top: 10px;
   line-height: 35px;
   margin-top: 0px;
   padding-top: 0px;
}

.custom-free-dental-camp {
    text-align: center;
}

.custom-free-dental-camp img {
    margin-bottom: 20px;
}

.custom-free-dental-camp p {
    font-weight: 500;
    line-height: 28px;
    color: #000;
    font-size: 14px;
}

.health-camp h6 {
    margin: 0px;
    font-size: 30px;
    padding: 0px 0px 15px;
    color: #f36a28;
}

.custom-education-inn {
    padding: 5px;
    border: 1px solid #ddd;
    transition: 0.5s;
    margin-bottom: 30px;
    position: relative;
    text-align: center;
}

.custom-education-inn h3 {
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    padding: 10px 0px;
    font-weight: 600;
    text-align: center;
    border: none;
    line-height: 20px;
    height: 60px;
}

.custom-education-inn img {
    height: 150px;
    text-align: center;
    display: inline-block;
}

.custom-education-inn h3:after{
  display: none;
}

a.view-m {
    color: #333;
    background: #f36a28;
    display: block;
    color: #fff;
    text-align: center;
    padding: 7px 15px;
    position: absolute;
    margin: auto;
    left: 0px;
    right: 0px;
    width: 100px;
    bottom: -24px;
    transition: 0.5s;
    display: none;
}  

a.view-m:hover{
  background: #333;
}  
.custom-education-inn:hover{
  box-shadow: 1px 2px 6px 3px #eaeaea;
}
.custom-education-inn:hover a.view-m{
  display: block;
}

.custom-education-inn h3 a{
  color: #333;
}

.shop-right-sponsor {
    background: #f6f6f6;
}

.shop-right-sponsor h2 {
    margin: 0px;
    padding: 10px 15px;
    background: #f36a28;
    font-size: 20px;
    color: #fff;
    text-align: center;
}

.shop-r-inn {
    padding: 15px;
}

.sponsor-inn-slider {
    text-align: center;
}

.shop-sponsor-in {
    width: 100%;
}

.shop-sponsor-in img {
    float: none;
    width: 150px;
}

.shop-sponsor-in h3 {
    margin: 0px;
    padding: 0px;
    padding-bottom: 4px;
}

.shop-sponsor-in span {
    font-size: 15px;
    font-weight: 600;
    margin-right: 3px;
}

.shop-sponsor-in b {
    font-weight: normal;
    font-size: 14px;
    margin-left: 0px;
}

.shop-sponsor-in p {
    margin: 0px;
    padding: 0px;
    font-weight: normal;
    font-size: 14px;
}

.shop-sponsor-in p span {
    font-size: 15px;
    font-weight: 600;
    margin-right: 3px;
}

a.shop-sponsor-btn {
    border: none;
    background: #f36a28;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 10px 35px;
    transition: 0.5s;
    text-transform: uppercase;
    font-size: 12px;
}

a.shop-sponsor-btn:hover{
  background: #333;
}

.our-art-works {
    width: 100%;
    padding: 10px 0px;
}

.our-art-works h3 {
    font-size: 24px;
    font-weight: bold;
    clear: both;
    background: #f4f4f4;
    padding: 13px 10px;
    color: #333;
}

.our-art-work-inn {
    padding: 0px 5px;
}

.art-in-col {
    padding: 10px;
    border: 1px solid #cbc8c8;
    min-height: 348px;
}

.art-in-col img {
    max-width: 100%;
    float: none;
    margin-bottom: 0px;
}

.our-art-work-inn .owl-buttons .owl-prev{
  top: 115px;
}

.our-art-work-inn .owl-buttons .owl-next{
  top: 115px;
}

.give-gift {
    position: absolute;
    top: 20%;
    text-align: center;
    width: 100%;
    left: 0px;
    right: 0px;
}

.give-gift h1 {
    font-weight: bold;
    color: #fff;
    font-family: 'edo_0';
}

.give-gift p {
    font-size: 24px;
    color: #fff;
    padding-top: 30px;
    font-family: 'edo_0';
    line-height: 40px;
}

.gift-box-bg{
  width: 100%;
  padding: 20px;
  background: #f4f2f2;
  margin-top: -165px;
  z-index: 1000;
  position: relative;
}

.gift-box-inn {
    background: #585858;
    padding: 0px;
}

.gift-box-inn h3 span {
    font-size: 14px;
    color: #fff;
    text-align: center;
    display: block;
    padding: 10px 0px;
    font-weight: 600;
}

.gift-box-inn h3 {
    margin: 0px;
    padding-top: 10px;
    font-weight: bold;
    font-size: 30px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

.gift-box-inn p {
    color: #fff;
    text-align: center;
    padding-top: 10px;
    line-height: 25px;
}

.custom-gift-in-inn {
    padding: 15px;
}

.gift-amount-section {
    padding: 10px;
    background: #3f3f3f;
}

.gift-amount-section b {
    color: #fff;
    padding: 0px 0px 8px;
    display: block;
    font-weight: 500;
    letter-spacing: 1px;
}

.gift-amount-section button {
    position: absolute;
    background: #333;
    color: #fff;
    border: none;
    padding: 7px 15px;
    outline: none;
    right: -5px;
    z-index: 10000;
    -webkit-border-top-right-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
-moz-border-radius-topright: 5px;
-moz-border-radius-bottomright: 5px;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
}

.gift-amount-section input{
  outline: none !important;
  font-size: 12px;
}

.your-gift-bg {
    width: 100%;
    padding:0px;
}

.your-gift-bg p {
    color: #333;
    font-size: 50px;
    text-transform: uppercase;
    font-weight: bold;
}

.your-gift-bg p span {
    display: block;
    text-align: right;
    color: #aeadad;
    position: relative;
    margin-top: -15px;
    padding-right: 40px;
}

.your-gift-inn p b {
    margin-left: 30px;
    margin-left: 30px;
    color: #f36a28;
}

.your-gift-inn {
    border-right: 10px dotted #f36a28;
}

.your-gift-inn {
    padding: 50px 0px;
}

.your-gift-inn-right{
  width: 100%;
}

.your-gift-inn-right h3{
  font-size: 50px;
  text-transform: uppercase;
  text-align: left;
  padding-bottom: 15px;
  font-weight: bold;
  color: #f36a28;
}

.your-gift-inn-right {
    width: 100%;
    padding-left: 10px;
}

.your-gift-inn-right p {
    font-size: 16px;
    text-transform: capitalize;
    color: #626262;
    line-height: 30px;
}

.join-sectin-bg{
  background: url(../img/join-bg.jpg) no-repeat;
  width: 100%;
  height: 230px;
  background-size: 100%;
  margin-top: 40px;
}

.join-section-circle{
    width: 260px;
    height: 260px;
    border-radius: 50%;
    border: 15px solid #f36a28;
    background: #fff;
    margin: auto;
    position: relative;
    top: -30px;
    line-height: 25px;
    padding-top: 30px;
    text-align: center;
}

.join-section-circle b {
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 20px;
    color: #f36a28;
}

.join-section-circle span {
    padding: 20px 0px 8px;
    display: block;
    color: #333;
    font-weight: bold;
    font-size: 40px;
    font-family: 'Open Sans', sans-serif;
}

.join-section-circle p {
    padding-top: 10px;
    font-weight: bold;
    text-transform: uppercase;
    color: #434242;

}

.our-work-h {
    position: absolute;
    z-index: 1000;
    padding: 10px;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
}

.key-product-bg{
  background: url(../img/key-product-bg.jpg) no-repeat;
  width: 100%;
  height: 500px;
  padding: 40px 0px; 
}

.key-free-camp {
    width: 100%;
}

.key-free-camp img {
    width: 100%;
    height: 200px;
}

.key-free-camp h2 {
    background: #f36a28;
    margin: 0px;
    padding: 10px 10px;
    color: #fff;
    line-height: 25px;
    font-size: 16px;
    text-align: center;
}

.key-border{
  height: 250px;
  border-right: 10px dotted #f36a28;
  width: 0px;
  margin-left: 30px;
}

.key-product-bg h1 {
    margin: 0px;
    padding: 0px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding-bottom: 45px;
    position: relative;
    margin-bottom: 20px;
}

.key-product-bg h1:after {
    content: "";
    position: absolute;
    width: 50px;
    height: 6px;
    background: #fff;
    bottom: 20px;
    left: 0px;
    right: 0px;
    margin: auto;
}

a.health-view-all {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    padding-top: 25px;
    display: block;
    text-align: center;
}



/*=========contact-us========*/

.contact-us-p {
    background: #fff;
    padding: 15px 15px 0px 15px;
    width: 100%;
    margin-top: 40px;
    box-shadow: 1px 2px 30px -4px #dcd8d8;
}

.address-section button {
    background: #1e1e1e;
    color: #fff;
    border: none;
    padding: 17px 23px;
    font-weight: 600;
    letter-spacing: 1px;
    outline: none;
    transition: 0.5s;
}

.address-section button:hover{
  background: #000;
}

.contact-from-left {
    width: 100%;
}

.contact-from-left h2 {
    font-size: 25px;
    margin: 0px;
    padding-bottom: 20px;
    padding-top: 10px;
    font-weight: bold;
    color: #f36a28;
    text-transform: uppercase;
}

.contact-from-left button {
    background: #00658b;
    color: #fff;
    border: none;
    padding: 10px;
    font-size: 24px;
    position: absolute;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    bottom: 3px;
    right:10px;
    outline: none;
    transition: 0.5s;
}
.contact-from-left button:hover{
    background: #002e5b;
}

.address-section{
    background: #f36a28;
    padding: 10px 18px 10px 18px;
    margin-top: -15px;
    width: 100%;
    display: table;
}

.address-section h2 {
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    margin: 0px;
    padding-bottom: 15px;
    padding-top: 10px;
}

.social-inner ul {
    margin: 0px;
    padding: 0px;
}

.social-inner ul li {
    font-size: 13px;
    color: #fff;
    list-style: none;
    display: block;
    padding: 18px 0px;
    font-family: 'Open Sans', sans-serif;
}

.social-inner ul li span {
    font-size: 18px;
    display: block;
    float: left;
    margin-right: 15px;
    position: relative;
    top: 0px;
    color: #cecece;
}


.social-contact-section {
    width: 100%;
    padding: 10px 0px 30px 0px;
}
.social-contact-section ul {
    margin: 0px;
    padding: 0px;
}
.social-contact-section ul li {
    list-style: none;
    display: inline-block;
}
.social-contact-section ul li a {
    color: #fff;
    padding: 5px 6px 6px 6px;
    width: 35px;
    height: 35px;
    font-size: 18px;
    display: block;
    text-align: center;
    border-radius: 50%;
    margin-right: 2px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.social-contact-section ul li a:hover{
    box-shadow: 0 0 0 3px #fff inset;
}
.social-contact-section ul li:first-child {
    font-weight: 500;
    font-size: 15px;
    color: #fff;
    letter-spacing: 1px;
}

.regional-inner {
    width: 100%;
    border: 1px solid #ddd;
    padding: 12px;
    margin-bottom: 20px;
}

.regional-inner h3 {
    font-size: 17px;
    font-weight: 700;
    padding-bottom: 10px;
    margin: 0px;
    padding-top: 5px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 5px;
    color: #f36a28;
}

.regional-inner ul {
    margin: 0px;
    padding: 0px;
}

.regional-inner ul li {
    display: block;
    padding: 10px 0px;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
}

.content-ind-inn-health h3 {
    margin: 0px;
    padding: 0px;
    font-weight: bold;
    font-size: 20px;
    padding-bottom: 10px;
    padding-top: 5px;
}

.content-ind-inn-health ul {
    margin: 0px;
    padding: 0px;
}

.content-ind-inn-health ul li {
    margin-left: 20px;
}

.regional-inner ul li b {
    margin-right: 4px;
}

.regional-offices {
  width: 100%;
  padding: 45px 0px;
}

.regional-offices h1 {
    font-size: 25px;
    margin: 0px;
    padding-bottom: 20px;
    padding-top: 10px;
    font-weight: bold;
    color: #f36a28;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 20px;
}

.regional-offices h1:after {
    content: "";
    width: 50px;
    height: 2px;
    background: #f36a28;
    position: absolute;
    bottom: 05px;
    left: 0px;
}

.faq-section {
    padding: 40px 0px;
}

.middle-seciton {
    padding: 30px 0px;
}

.rotate-list div span.fa {
    transform: rotate(-180deg);
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

.custom-panel span {
    float: right;
    font-size: 20px;
}

.custom-panel{
    cursor: pointer;
}

.middle-seciton h1 {
    font-size: 25px;
    font-weight: bold;
    background: #eaeaea;
    padding: 15px;
    margin: 0px;
    margin-bottom: 20px;
}

.faq-right-section h2 {
    margin: 0px;
    padding: 0px 0px 15px;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 15px;
}

.panel-title{
  font-weight: 600;
}

.panel-group .panel{
    border-radius: 0px;
}

.panel-group .panel{
    margin-bottom: 15px;
}

.panel-heading{
    padding: 15px 15px;
}

.panel-title > a, .panel-title > small, .panel-title > .small, .panel-title > small > a, .panel-title > .small > a{
    display: block;
    font-weight: 600;
}

.faq-accordion p {
    line-height: 27px;
    font-size: 14px;
    font-weight: 500;
    color: #000;
}

.panel-heading{
    border-radius: 0px;
}



.login-section {
    background: #fff;
    border: 1px solid #decec3;
    box-shadow: 0px 1px 1px 0px #ddd;
    padding: 25px 25px 35px 25px;
}

.astro-login-section h1 {
    font-size: 15px;
    margin: 0px;
    color: #f36a28;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    border-bottom: 1px solid #ddd;
}

.astro-login-section h1:after {
    content: "";
    position: absolute;
    bottom: -1px;
    width: 100px;
    height: 2px;
    left: 0px;
    background: #f36a28;
}
.checkbox{
    font-size: 13px;
    margin-top: 7px;
}

.checkbox span {
    font-weight: 500;
    color: #151515;
    top: 2px;
    position: relative;
}

.login-bg-section {
    padding: 35px 0px;
}

.astro-login-section {
    width: 50%;
    margin: auto;
}

.checkbox.f-p a {
    color: #908989;
    font-weight: 500;
    text-align: right;
    display: block;
}

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



.pos-r1 {
    position: relative;
}

.pos-r1 .form-label {
    position: absolute;
    top: 13px;
    left: 5px;
    cursor: pointer;
    transition: all 300ms ease-in-out;
    cursor: text;
    color: #333;
    font-weight: 600;
    font-size: 12px;
}

.from-new1:focus + .form-label,
.from-new1.active + .form-label {
    top: -05px;
    color: #9f9fa0;
    font-size: 11px;
}

.contact-form {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}

.from-new1 {
    display: block;
    width: 100%;
    border: none;
    padding: 10px;
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
    background: transparent;
    border-bottom: 1px solid #bd9b9b;
    font-size: 14px;
    margin-bottom: 0px;
    outline: none;
    color: #000;
    font-size: 12px;
}

.login-section select {
    color: #333;
    font-weight: 600;
    padding: 0px !important;
    padding-bottom: 10px !important;
    padding-top: 10px !important;
}

.astro-login-section button {
    background: #f36a28;
    color: #fff;
    border: none;
    padding: 12px 15px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-top: 10px;
    outline: none;
}

/*======gallery-page=========*/

.gallery-in-sub {
    margin-bottom: 25px;
    border: 8px solid #f36a28;
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 250px;
    padding: 0px;
}

.gallery-in-sub img{
    position: absolute;
    /* padding: 10px; */
    max-width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: auto;
}

.inner-content-section {
    padding: 40px 0px;
}

.inner-blog-first {
    width: 100%;
}

.inner-blog-first img {
    max-width: 100%;
}

.inner-blog-first h1 {
    font-weight: 600;
    font-size: 20px;
    padding: 20px 0px;
    margin: 0px;
}

.inner-blog-first p {
    font-size: 14px;
    line-height: 26px;
    font-weight: 500;
}

.inner-blog-first ul {
    margin: 0px;
    padding: 0px;
    margin-bottom: 10px;
}

.inner-blog-first ul li {line-height: 30px;margin-left: 20px;font-weight: 600;}

.inner-blog-first ol {
    margin: 0px;
    padding: 0px;
}

.inner-blog-first ol li {
    margin-left: 20px;
    line-height: 30px;
    margin-left: 20px;
    font-weight: 600;
}

a.readmore {
    padding: 8px 20px;
    background: #f36a28;
    color: #fff;
    clear: both;
    font-weight: 600;
    transition: 0.5s;
    display: inline-block;
    margin-bottom: 10px;
}

a.readmore:hover{
  background: #333;
}

.author-section {
    background: #f2f2f2;
    padding: 10px 10px;
}

.author-section ul {
    margin: 0px;
    padding: 0px;
}

.author-section ul li {
    list-style: none;
    display: inline;
    padding-right: 30px;
}

.author-section ul li b {
    font-weight: bold;
    margin-right: 11px;
}

.author-section ul li span {
  font-weight: 500;
  font-size: 13px;
  text-transform: capitalize;
}

.blog-section-second {
    margin-top: 60px;
}

.blog-inn-box {
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
    border: 5px solid #ddd;
    min-height: 490px;
}

.blog-inn-box img {
    max-width: 100%;
    height: 200px;
    margin: 5px;
    /*border:4px solid #ddd;*/
}

.blog-inn-box h2 {
    font-size: 16px;
    font-weight: bold;
    line-height: 25px;
    margin: 0px;
    padding: 15px 10px;
}

.blog-inn-box p {
    line-height: 25px;
    color: #333;
    font-weight: 500;
    padding: 0px 5px;
}

.custom-leave {
    padding: 20px 0px;
    background: #f9f9f9;
}

.custom-leave h3 {
    padding: 0px;
    margin: 0px;
    font-weight: bold;
    color: #333;
    font-size: 18px;
    padding: 15px 0px;
    position: relative;
    margin-bottom: 15px;
    position: relative;
}

.custom-leave h3:after {
    position: absolute;
    content: "";
    width: 50px;
    height: 1px;
    background: #ff6c00;
    bottom: 0px;
    left: 0px;
    margin: auto;
}

.custom-leave h3 {
    padding: 0px;
    margin: 0px;
    font-weight: bold;
    color: #333;
    font-size: 18px;
    padding: 15px 0px;
    position: relative;
    margin-bottom: 15px;
}

.custom-leave p {
    font-size: 13px;
    padding-bottom: 20px;
    color: #757575;
}

.custom-leave input {
    width: 100%;
    height: 40px;
    border: 1px solid #ddd;
    border-radius: 0px;
}

.custom-leave button {
    background: #f36a28;
    border: none;
    color: #fff;
    font-weight: 600;
    padding: 12px 15px;
    float: right;
    outline: none;
    transition: 0.5s;
} 

.custom-leave button:hover{
    background: #333;
}

.nav-tabs-impact{
  border-bottom: transparent;
  width: 100%;
  margin: auto;
  margin-bottom: 5px;
}

.nav-tabs-impact > li{
  margin-left: 0px;
  margin-right: 20px;
}

.health-ind-inn {
    width: 100%;
    padding: 15px;
    border: 1px solid #ddd;
    background: #fff;
}

.content-ind-inn-health {
    width: 100%;
}

.content-ind-inn-health p {
    line-height: 30px;
    font-weight: 500;
}

.img-ind-inn {
    width: 100%;
    border: 1px solid #f36a28;
    padding: 10px;
    background: #fff;
}

.img-ind-inn h5 a {
    display: block;
    margin: 0px;
    padding: 12px 10px;
    color: #fff;
    font-size: 20px;
    background: #f36a28;
}

.img-ind-inn h5 {
    margin: 0px;
    color: #fff;
}

a.health-custom-each {
    display: block;
    padding: 10px 0px;
    color: #f36a28;
    font-weight: 600;
    transition: 0.5s;
}

a.health-custom-each:hover{
  color: #333;
}

span.glyphicon.glyphicon-chevron-left.custom-l-arrow-ty {
    left: 40px;
    font-size: 18px;
}

span.glyphicon.glyphicon-chevron-right.custom-r-arrow-ty {
    right: 40px;
    font-size: 18px;
}



/*=======news==========*/

a.view-news {
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    background: #f36a28;
    padding: 5px 10px;
    transition: 0.5s;
}
a.view-news:hover {
    background: #333;
}

.news-img-seciton {
    float: left;
    border: 10px solid #f36a28;
    margin-right: 25px;
    margin-bottom: 15px;
    width: 380px;
}

.news-img-seciton img {
    width: 100%;
}

.news-in-section {
    width: 100%;
}

.news-in-section h2 {
    font-weight: 600;
    font-size: 24px;
    display: inline-block;
    margin: 0px;
    padding-bottom: 12px;
    margin-bottom: 10px;
    position: relative;
}

.news-in-section h2:after{
     content: "";
     position: absolute;
     width: 100px;
     height: 2px;
     background:#fb8817;
     left: 0px;
     bottom: 0px;
}

.news-in-section p {
    font-size: 14px;
    line-height: 25px;
    color: #585757;
    font-weight: 500;
}

.custom-news-section {
    padding: 10px;
    border: 1px solid #ddd;
    min-height: 165px;
    margin-bottom: 20px;
    transition: 0.5s;
}

.custom-news-section:hover{
    box-shadow: 2px 5px 6px -2px #ddd;
}

.blog-in-section h4 a {
    color: #333;
}

.left-n-img {
    width: 130px;
    margin-right: 10px;
}

.left-n-img img {
    max-width: 100%;
}

.blog-in-section h4 p {
    font-size: 18px;
    line-height: 25px;
}

.blog-in-section p {
    line-height: 22px;
    font-weight: 500;
    font-size: 13px;
}

.gallery-in-sub p {
    color: #fff;
    position: absolute;
    line-height: 25px;
    bottom: -10px;
    font-weight: 500;
    padding: 10px 15px;
    background: rgba(0,0,0,0.7);
}

/*=====donate======*/

.donate-left-section {
    padding: 0px;
    /*border: 1px solid #ddd;*/
}

.panel.panel-default.custom-donate {
    margin-bottom: 5px;
}

.panel-heading.custom-panel {
    color: #fff;
    background-color: #4c721c;
    border-color: #4c721c;
    padding: 0px 0px;
}

.budget-section {
    width: 100%;
    margin-bottom: 30px;
    display: table;
}

.donar-type {
    width: 100%;
}

.donar-type h2 {
    margin: 0px;
    padding: 10px 0px 10px 0px;
    font-weight: bold;
    font-size: 18px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
    color: #f36a28;
    clear: both;
}

.custom-col-16 {
    float: left;
    padding-bottom: 15px;
    padding-top: 5px;
}

.donate-left-section p {
    line-height: 25px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #464444;
}

.rotate-list span.fa {
    transform: rotate(-180deg);
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

.panel-heading.custom-panel h4 {
    padding: 15px 15px;
}

.nav-tabs-donate{
  width: 100%;
  margin-bottom: 20px;
}

.nav-tabs-donate li{
  margin: 0px;
}

.nav-tabs-donate > li > a{
  padding: 10px 10px;
}


.donate-education-inn {
    width: 100%;
    padding-top: 10px;
}

.donate-education-inn h3 {
    margin: 0px;
    font-weight: bold;
    padding: 1px 0px 10px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}

.donate-education-inn p {
    font-size: 20px;
    font-weight: 500;
    line-height: 27px;
    color: #6f6e6e;
    margin-bottom: 20px;
}

.amount-section-donate{
  width: 100%;
  padding: 0px 0px;
}


.amount-section-donate label {
    display: block;
    font-size: 16px;
    padding-bottom: 5px;
}

.amount-section-donate input {
    width: 350px;
    height: 41px;
    border: none;
    padding: 10px;
    outline: none;  
}

.amount-section-donate input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
   color: #888787; font-size: 13px;
}
.amount-section-donate input::-moz-placeholder { /* Firefox 19+ */
   color: #888787; font-size: 13px;
}
.amount-section-donate input:-ms-input-placeholder { /* IE 10+ */
  color: #888787; font-size: 13px;
}
.amount-section-donate input:-moz-placeholder { /* Firefox 18- */
  color: #888787; font-size: 13px;
}

.amount-section-donate .donate-btn a {
    display: block;
    margin-top: 20px;
    text-align: center;
    /*width: 230px;*/
    clear: both;
    background: #f36a28;
    color: #fff;
    border: none;
    padding: 13px 25px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    transition: 0.5s;
    border: 2px solid #fff;
}

.amount-section-donate .register_btn a {
    display: block;
    margin-top: 20px;
    text-align: center;
    width: auto;
    clear: both;
    background: #f36a28;
    color: #fff;
    border: none;
    padding: 13px 20px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    transition: 0.5s;
    border: 2px solid #fff;
}


.amount-section-donate .donate-login-btn a{
    display: block;
    margin-top: 20px;
    text-align: center;
    width: 230px;
    clear: both;
    background: #f36a28;
    color: #fff;
    border: none;
    padding: 13px 20px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    transition: 0.5s;
    border: 2px solid #fff;
}


.amount-section-donate .donate-btn a:hover,  .amount-section-donate .register_btn a:hover, 
.amount-section-donate .donate-login-btn a:hover{
  background: #333;
}

.donate-login-btn {
    display: inline-block;
    margin-right: 20px;
}

.donate-form-information-section {
    width: 98%;
    clear: both;
    padding: 40px 0px;
    margin: auto;
    display: none;
}


.donate-form-information-section h3 {
    margin: 0px;
    padding: 0px;
}

.donate-form-information-section h3 {
    background: #f36a28;
    padding: 15px 15px;
    color: #fff;
    font-weight: bold;
}

.custom-inn-danate{
  padding: 15px 0px;
}

.custom-inn-danate h4 {
    font-weight: bold;
    padding: 20px 0px;
    margin: 0px;
    color: #f36a28;
}

.custom-inn-danate input {
    width: 100%;
    height: 41px;
    border: 1px solid #ddd;
    padding: 10px;
    font-size: 13px;
}
.custom-inn-danate select {
    width: 100%;
    height: 41px;
    border: 1px solid #ddd;
    padding: 9px;
    font-size: 13px;
}

.custom-inn-danate button {
    display: block;
    margin-top: 15px;
    background: #f36a28;
    color: #fff;
    border: none;
    padding: 13px 20px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    transition: 0.5s;
    border: 2px solid #fff;
    transition: 0.5s;
}

.custom-inn-danate button:hover{
  background: #333;
}


.search-section {
    position: absolute;
    width: 300px;
    right: 0;
    margin-top: 7px;
    display: none;
    z-index: 1000;
    background: #fff;
    padding: 10px 10px 0px 10px;
}

.search-section input {
    width: 100%;
    border: 1px solid #ddd;
    height: 40px;
    padding: 10px 15px;
    font-size: 13px;
}

.search-section button {
    position: absolute;
    right: 10px;
    background: #000;
    border: none;
    top: 10px;
    padding: 10px 15px;
    color: #fff;
}


.budget-section ul{
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.budget-section ul li{
    color: #AAAAAA;
    display: block;
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 5px;
}

.budget-section ul li input[type=radio]{
  position: absolute;
  visibility: hidden;
  left: 7px;
}

.budget-section ul li label{
        display: inline;
    position: relative;
    font-weight: 300;
    font-size: 1.35em;
    padding: 0px 25px 0px 30px;
    padding-right: 10px;
    margin: 10px auto;
    height: 30px;
    text-transform: capitalize;
    top: 3px;
    font-size: 15px;
    font-weight: 600;
    color: #9a9a9a;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all 0.25s linear;
     font-family: 'Open Sans', sans-serif;
}

.budget-section ul li:hover label{
    color: #000;
}

.budget-section ul li .check{
  display: block;
  position: absolute;
  border: 4px solid #333;
  border-radius: 100%;
  height: 20px;
  width: 20px;
 top: 2px;
 left: 1px;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
}

.budget-section ul li .check::before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 8px;
    width: 8px;
    top: 2px;
    left: 2px;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
}

.budget-section input[type=radio]:checked ~ .check {
  border: 4px solid #333;
}

.budget-section input[type=radio]:checked ~ .check::before{
  background: #000;
}

.budget-section input[type=radio]:checked ~ label{
    top: 3px;
    position: relative;
    font-size: 15px;
    color: #9a9a9a;
}

.custom-donor-section{
  width: 30%;
  float: left;
  border: 1px solid #ddd;
  margin-right: 20px;
  padding: 15px;
}

.custom-donor-section span {
    display: block;
    padding-top: 4px;
    font-size: 12px;
    padding-left: 30px;
    float: right;
}

.donor-price-section label{
    font-family: 'Open Sans', sans-serif !important;
    color: #f36a28 !important;
    font-size: 20px !important;
    top: -2px !important;
}

.budget-section.budget-section-price-input {
    float: left;
    display: inline-block !important;
    width: auto;
    margin-top: 8px;
    margin-bottom: auto;
}

.donate-price-bottom {
    border: 1px solid #eee;
    padding-left: 10px;
    display: inline-block;
}

/*=======my-account=======*/

.contact-btm-area{
  margin-top: 30px;
}

.side-menu.custom-my-c-l {
    border: 1px solid #ddd;
}

.side-menu.custom-my-c-l h2 {
    margin: 0px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    padding: 15px 10px;
    font-size: 15px;
    font-weight: bold;
    background: #f36a28;
    color: #fff;
}

.side-menu.custom-my-c-l nav {
    width: 100%;
}

.side-menu.custom-my-c-l nav ul {
    margin: 0px;
}

.side-menu.custom-my-c-l nav ul li {
    display: block;
}

.side-menu.custom-my-c-l nav ul li a {
    color: #4e4c4c !important;
    padding: 14px 10px;
    display: block;
    font-size: 13px;
    font-weight: bold !important;
    border-bottom: 1px solid #ddd;
    font-family: 'Open Sans', sans-serif;
}

.side-menu.custom-my-c-l nav ul li a:hover {
    color: #fff !important;
}

.member-area.custom-member-area .info-details {
   border: 1px solid #ddd;
    padding: 10px 15px;
}

.member-area.custom-member-area h2 {
    background: #f36a28;
    margin: 0px;
    padding: 15px 15px;
    font-size: 18px;
    color: #fff;
}

.member-area.custom-member-area .info-details p {
    padding-bottom: 10px;
    color: #626161;
}

.member-area.custom-member-area .info-details input[type="submit"]{
    padding: 10px 20px;
    font-size: 15px;
    font-weight: bold;
    border: none;
    background: #f36a28;
    color: #fff;
    letter-spacing: 1px;
}

a.f-m-btn {
    margin-bottom: 20px;
    font-weight: bold;
    color: #fff;
    background: #333;
    padding: 8px 20px 8px 20px;
    border-radius: 20px;
    display: inline-block;
    margin-top: 0px;
    transition: 1s;
}

a.f-m-btn:hover{
  background: #4b711c;
}

.donate-btn {
    /*display: inline-block;*/
    /*margin-right: 30px;*/
}

a.opt-login {
    background: #f36a28;
    color: #fff;
    border: none;
    padding: 14px 15px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-top: 10px;
    outline: none;
    position: relative;
    top: 22px;
}


.custom-forgot-1 {
    padding-left: 15px;
    padding-bottom: 18px;
    font-weight: 500;
    cursor: pointer;
}

.donate-education-inn a {
    color: #fff;
    font-size: 14px;
    margin-left: 12px;
    font-weight: 500;
}


.newUser {
    display: block;
    margin-top: 20px;
    text-align: center;
    width: 100% !important;
    clear: both;
    height: auto !important;
    background: #f36a28;
    color: #fff;
    border: none;
    padding: 13px 20px !important;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    transition: 0.5s;
    border: 2px solid #fff;
}
.newUser1 {
display: block;
margin-top: 20px;
text-align: center;
width: 100% !important;
clear: both;
height: auto !important;
background: #f36a28;
color: #fff;
border: none;
padding: 13px 20px !important;
text-transform: uppercase;
font-weight: 700;
letter-spacing: 1px;
transition: 0.5s;
border: 2px solid #fff;
}

.newUser:hover{
  background: #333;
}

.newUser a{
  display: block;
}



.login-or-sect {
    text-align: center;
    padding-top: 6px;
}

.login-or-sect span {
    background: #000;
    padding: 10px;
    border-radius: 50%;
    color: #fff;
    font-weight: bold;
    width: 45px;
    height: 45px;
    line-height: 27px;
    text-align: center;
    display: inline-block;
}
           
.datepicker {
    border-radius: 0 !important;
    padding-top: 0 !important;
    border-color: #ffad3a !important;
    box-shadow: none;
	color:#333;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
    border-top-color: #ffad3a !important;
}
.datepicker-days {
    border-radius: 0 !important;
    box-shadow: 0 !important;
}
.datepicker table tr td,
.datepicker table tr th {
    border-radius: 0;
    padding: 3px 11px;
}
.datepicker table tr th.dow {
    background: #ffad3a;
    color: #fff;
}
.datepicker table tr td:hover{background:#ffad3a;}
.datepicker table tr td.active.active{ background:#ffad3a; border:1px solid #ffad3a;}

.datepicker table tr td.day:hover, .datepicker table tr td.day.focused {
    background: #ffad3a;
    cursor: pointer;
	color:#fff;
}

::placeholder {
    color: #333;
    opacity: 1;
    font-weight: 600;
}

:-ms-input-placeholder {
  color: #333;
    font-weight: 600;
}

::-ms-input-placeholder {
    color: #333;
    font-weight: 600;
}
.terms li{margin-bottom: 15px;list-style-type: upper-roman}