/*********************Reset css start here************************/
html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
dl,
dt,
dd,
ul,
li,
button,
fieldset,
form,
label,
legend,
blockquote {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
    list-style: none;
}
img {
    border: none;
    max-width: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}
:focus {
    outline: 0;
    outline: none;
}
a {
    text-decoration: none;
    nowhitespace: afterproperty;
    cursor: pointer;
    outline: none;
    transition-property: all;
    transition-duration: 0.4s;
    transition-timing-function: ease;
    transition-delay: 0.0s;
    /* Safari */-webkit-transition-property: all;-webkit-transition-duration:0.4s;-webkit-transition-timing-function:ease;-webkit-transition-delay:0.0s;;
}
a:hover {
    text-decoration: none;
    outline: none;
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
nav,
ul,
li,
li a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.inner_container {
    max-width: 1285px;
    margin: 0 auto;
    margin-left: 30px;
    background: #fff;
}
body {
    /*font-family: gil;*/
}
.banner img {
    width: 100%
}
body.about-page .banner img {
    height: 390px
}
body.blog-page .banner img {
    height: 390px
}
body.event-page .banner img {
    height: 368px
}
body.involved-page .banner img {
    height: 368px
}
body.contact-page .banner img {
    height: 368px
}
body.training-calender .banner img {
    height: 362px
}
body.training .banner img {
    height: 440px
}
.blog_container {
    max-width: 1100px;
    margin: 0 auto;
}

label.required:after {
    content: " *"
}
.header_nav {
    background: #FFFFFF
}
.header {
    padding: 14px 0 0px 0;
    background: #fff;
    float: left;
    width: 100%;
    position: relative;
}
.header  a.logo {
    float: left;
    width: 26.10%;
    margin-top: 5px;
}
.header_right {
    float: left;
    width: 73.90%;
}

.header_top {
    float: left;
    width: 100%;
    text-align: right;
}
.header_top a {
    float: right;
    width: 124px;
    border: 2px solid #53888f;
    text-align: center;
    color: #0d5861;
    font-size: 13px;
    font-weight: 400;
    padding: 5px 10px 7px 12px;
    line-height: 25px;
    letter-spacing: 1px;
    margin-right: 3px;
    text-transform: uppercase;
    border-radius: 5px;
}
.header_top p {
    float: right;
    background: url(https://a24dee32394c5bb6003c-dbe25af5bffa717bad1319f4f5665be5.ssl.cf2.rackcdn.com/hands_png-1557173552)no-repeat left center;
    padding-left: 60px;
    margin: 5px 17px 0 0;
    letter-spacing: 1.4px;
    color: #0d5861;
    font-size: 19px;
    font-weight: 400;
    line-height: 30px;
    text-transform: uppercase;
}

/*NEW ORANGE DONATE BUTTON*/
.donate_top {
    float: left;
    width: 100%;
    text-align: right;
}
.donate_top a {
    float: right;
    width: 124px;
    border: 2px solid #ff9933;
    text-align: center;
    color: #ffffff;
	background-color:#ff9933;
    font-size: 15px;
    font-weight: 400;
    padding: 5px 10px 7px 12px;
    line-height: 25px;
    letter-spacing: 1px;
    margin-right: 3px;
    text-transform: uppercase;
    border-radius: 5px;
}
.donate_top p {
    float: right;
    background: url(https://a24dee32394c5bb6003c-dbe25af5bffa717bad1319f4f5665be5.ssl.cf2.rackcdn.com/hands_png-1557173552)no-repeat left center;
    padding-left: 60px;
    margin: 5px 17px 0 0;
    letter-spacing: 1.4px;
    color: #ff9933;
    font-size: 19px;
    font-weight: 400;
    line-height: 30px;
    text-transform: uppercase;
}

.desktop_nav {
    float: left;
    text-align: right;
    width: 100%;
    margin: 0px 0 0 0;
}
.desktop_nav ul {
    float: left;
    nowhitespace: afterproperty;
    width: 100%;
    margin-top: 15px;
    transition-property: all;
    transition-duration: 0.4s;
    transition-timing-function: ease;
    transition-delay: 0.0s;
    /* Safari */-webkit-transition-property: all;-webkit-transition-duration:0.4s;-webkit-transition-timing-function:ease;-webkit-transition-delay:0.0s;;
}
.desktop_nav ul li {
    display: inline-block;
    position: relative;
}
.desktop_nav ul li a {
    font-size: 14px;
    color: #0d5861;
    text-transform: uppercase;
    line-height: 48px;
    letter-spacing: 1.1px;
    padding: 0 20px 15px 20px;
    display: block;
}
.desktop_nav  ul li a:hover {
    background: #f2902b;
    : ;
}
.desktop_nav ul li.current-menu-item a {
    color: #f2902b
}
.desktop_nav ul ul {
    display: none;
    nowhitespace: afterproperty;
    position: absolute;
    top: 48px;
    width: 371px;
    background: #fff;
    text-align: left;
    border-bottom: 1px solid #dac1b6;
    border-right: 1px solid #fcf9f7;
    z-index: 30;
    transition-property: all;
    transition-duration: 0.4s;
    transition-timing-function: ease;
    transition-delay: 0.0s;
    /* Safari */-webkit-transition-property: all;-webkit-transition-duration:0.4s;-webkit-transition-timing-function:ease;-webkit-transition-delay:0.0s;;
}
.desktop_nav li:hover ul {
    display: block
}
.desktop_nav ul ul li {
    width: 100%
}
.desktop_nav ul li:hover > a {
    background: #f2902b;
    color: #fff;
}
.desktop_nav ul ul li:hover > a {
    background: none;
    color: #f2902b;
}
.desktop_nav ul ul li a {
    padding: 0 16px 0 34px
}
.desktop_nav ul ul li a:hover {
    color: #f2902b
}
.desktop_nav ul li:last-child a {
    padding-right: 7px
}
.tablet_nav {
    float: left;
    text-align: right;
    width: 100%;
    margin: 10px 0 0 0;
}
.tablet_nav ul {
    float: left;
    width: 100%;
    margin-top: 15px;
}
.tablet_nav ul li {
    display: inline-block;
    position: relative;
}
.tablet_nav ul li a {
    font-size: 14px;
    color: #0d5861;
    text-transform: uppercase;
    line-height: 48px;
    letter-spacing: 1.1px;
    padding: 0 20px 15px 20px;
    display: block;
}
.tablet_nav  ul li a:hover {
    background: #f2902b
}
.tablet_nav ul li.active a {
    color: #f2902b
}
.tablet_nav ul ul {
    display: none;
    position: absolute;
    top: 48px;
    width: 371px;
    background: #fff;
    text-align: left;
    border-bottom: 1px solid #dac1b6;
    border-right: 1px solid #fcf9f7;
    z-index: 30;
}
.tablet_nav li:hover ul {
    display: block
}
.tablet_nav ul ul li {
    width: 100%
}
.tablet_nav ul li:hover > a {
    background: #f2902b;
    color: #fff;
}
.tablet_nav ul ul li:hover > a {
    background: none;
    color: #f2902b;
}
.tablet_nav ul ul li a {
    padding: 0 16px 0 34px
}
.tablet_nav ul li:last-child a {
    padding-right: 7px
}
.tablet_nav {
    display: none
}
.mb_close_img {
    display: none
}
.mb_menu a  img {
    display: block;
    float: right;
    width: 91px;
}
.mb_menu {
    float: right;
    width: 50%;
    display: none;
}
.mb_naviga {
    float: right;
    text-align: center;
    width: 240px;
    margin: 10px 0 0 0;
}
.mb_naviga ul {
    float: left;
    width: 100%;
    margin-top: 15px;
    z-index: 9999;
}
.mb_naviga ul li {
    display: block;
    background: #fff;
    width: 100%;
}
.mb_naviga ul li a {
    color: #0d5861;
    display: block;
    font-size: 14px;
    padding: 10px 8px;
    text-transform: uppercase;
}
.mb_naviga ul ul li a {
    color: #0d5861;
    display: block;
    font-size: 14px;
    padding: 10px 8px!important;
    text-transform: uppercase;
}
.mb_naviga  ul li a:hover {
    background: #f2902b;
    color: #fff!important;
}
.mb_naviga ul li.active a {
    color: #f2902b;
    background: #fff;
}
.mb_naviga ul ul {
    background: none repeat scroll 0 0 #fff;
    display: none;
    margin-top: 0 !important;
    margin-bottom: 10px;
    text-align: left;
    top: 37px;
    width: 100%;
}
.mb_naviga ul ul li {
    width: 100%;
    background: #fff;
}
.mb_naviga ul li:hover > a {
    background: #f2902b;
    color: #fff;
}
.mb_naviga ul li.plus:hover > a.white_plus {
    background: #f2902b url(https://a24dee32394c5bb6003c-dbe25af5bffa717bad1319f4f5665be5.ssl.cf2.rackcdn.com/white_plus_png-1557173552) no-repeat 90% center;
    color: #fff;
}
.mb_naviga ul li.minus:hover > a.white_plus {
    background: #f2902b url(https://a24dee32394c5bb6003c-dbe25af5bffa717bad1319f4f5665be5.ssl.cf2.rackcdn.com/minus_png-1557173561) no-repeat 90% center;
    color: #fff;
}
/*.mb_naviga ul ul li a:hover{color:#fff;}  _NO__DOTCOMMA__AFTER__*/
.mb_naviga  ul li li a:hover {
    background: #fff;
    color: #f2902b!important;
}
.plus a.white_plus {
    background: url(https://a24dee32394c5bb6003c-dbe25af5bffa717bad1319f4f5665be5.ssl.cf2.rackcdn.com/plus_png-1557173561) no-repeat 90% center
}
.minus a.white_plus {
    background: #f2902b url(https://a24dee32394c5bb6003c-dbe25af5bffa717bad1319f4f5665be5.ssl.cf2.rackcdn.com/minus_png-1557173561) no-repeat 90% center;
    color: #fff;
}
a.slide_up {
    background: #f1f1f1
}
.mb_naviga ul ul li a.slide_up {
    color: #0d5861;
    display: block;
    font-size: 14px;
    padding: 10px 8px !important;
    text-align: center;
    text-transform: uppercase;
}
.mb_menu a.slide_up img {
    display: inline;
    float: none;
    text-align: center;
    width: auto;
}
.mb_naviga  ul li li a.slide_up:hover {
    background: #f1f1f1
}
.resp-tab,
.resp-tab1 {
    display: none
}
/*
#slider {
    margin: 0;
    float: left;
    width: 100%;
}
#slider img {
    width: 100%;
    max-height: 667px;
}
#slider .tp-caption.large_text,
.large_text {
    padding: 29px 6.2% 29px 0!important;
    text-align: right!important;
    font-size: 38px!important;
    width: 59%;
}
#slider .tp-caption.large_text h1 {
    text-align: right!important;
    font-size: 38px!important;
    line-height: 51px!important;
}
#slider .tp-caption.large_text h1 strong {
    text-align: right!important;
    font-size: 38px!important;
    line-height: 48px!important;
}
#slider h1 {
    background: none repeat scroll 0 0 rgba(28, 81, 86, 0.7);
    padding: 29px 6.2% 29px 0;
    text-align: right;
    font-size: 38px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    line-height: 51px;
}
#slider h1 strong {
    font-size: 38px;
    color: #fff;
    text-transform: uppercase;
}
#slider .btn-primary,
#slider .btn-primary:hover {
    background-color: #f2902b;
    nowhitespace: afterproperty;
    border-color: #fff;
    color: #fff;
    float: right;
    margin: 35px 0 0!important;
    font-size: 19px!important;
    line-height: 30px!important;
    width: 210px;
    letter-spacing: 1px!important;
    text-transform: uppercase;
    padding: 13px 3px 14px 10px!important;
    transition-property: all;
    transition-duration: 0.4s;
    transition-timing-function: ease;
    transition-delay: 0.0s;
    -webkit-transition-property: all;-webkit-transition-duration:0.4s;-webkit-transition-timing-function:ease;-webkit-transition-delay:0.0s;
}
#slider .btn-primary:hover {
    background-color: #f1820e;
    nowhitespace: afterproperty;
    transition-property: all;
    transition-duration: 0.4s;
    transition-timing-function: ease;
    transition-delay: 0.0s;
	-webkit-transition-property: all;-webkit-transition-duration:0.4s;-webkit-transition-timing-function:ease;-webkit-transition-delay:0.0s;
}
.tp-bullets {
    width: 100%;
    bottom: 0!important;
    background: url(https://a24dee32394c5bb6003c-dbe25af5bffa717bad1319f4f5665be5.ssl.cf2.rackcdn.com/slider-bg_png-1557173562) repeat-x;
    height: 48px;
    margin: 0;
    text-align: center;
}
#slider .tp-bullets {
    z-index: 20;
}
.tp-bullets .bullet {
    background: #a8b9ba!important;
    border: none!important;
    border-radius: 15px!important;
    cursor: pointer;
    display: inline-block;
    height: 15px!important;
    margin: 17px 2px 0!important;
    text-indent: -999px!important;
    width: 15px!important;
    float: none!important;
}
.tp-bullets .selected {
    background-color: #3a757c!important
}
.tp-rightarrow.default,
.tp-leftarrow.default {
    display: none;
    width: 15%!important;
    opacity: 0.5;
}
.tp-leftarrow.default {
    background: url("https://a24dee32394c5bb6003c-dbe25af5bffa717bad1319f4f5665be5.ssl.cf2.rackcdn.com/left_arrow_png-1557173562") no-repeat scroll left top!important
}
.tp-rightarrow.default {
    background: url("https://a24dee32394c5bb6003c-dbe25af5bffa717bad1319f4f5665be5.ssl.cf2.rackcdn.com/right_arrow_png-1557173562") no-repeat scroll right top!important
}
*/
.community_services {
    float: left;
    width: 94%;
    margin: 27px 0% 0 8%;
}
.community_services h2 {
    color: #0d5861;
    text-transform: capitalize;
}
.community_services h2 br,
.traning_heading h3 br {
    display: none
}

/*.community_services p,
.about p {
    color: #5e7fa3;
    font-size: 17px;
    font-weight: 400;
    line-height: 25px;
    font-style: italic;
    letter-spacing: -.5px;
    margin: 15px 0 0 0;
}*/

.community_services p,
.content .about p.about-text {
    font-style: normal;
}
.p_black,
.about_p_black {
    float: left;
    width: 100%;
}
.about_p_black .content-view ul.contentlist {
    width: 100%;
    display: inline-block;
}
.about_p_black .content-view ul.contentlist li {
    background:  url("https://a24dee32394c5bb6003c-dbe25af5bffa717bad1319f4f5665be5.ssl.cf2.rackcdn.com/square_jpg-1557173562") no-repeat left 8px ;
    padding-left: 15px;
    list-style: none;
}
.about_p_black .content-view ul.contentlist li a{
    color: #2f2f2f;
}
.about_p_black .brochures {
    margin: 20px auto;
    width: auto;
}
.about_p_black .brochures a img {
    border: 2px solid #0d5861
}
.p_black p,
.about_p_black p,
.entry-summary p,
.entry-content p {
    color: #2f2f2f;
    font-size: 17px;
    font-style: normal;
    margin-top: 13px;
}
.about_p_black p a,
.about_p_black p a:hover, .left-sec p a, .left-sec p a:hover {
    color: #f2902b
}
.entry-summary,
.entry-content {
    float: left;
    width: 100%;
}
.content-view-mob,
.loadmore-bnt {
    display: none
}
.loadmore-bnt {
    float: left;
    width: 120px;
    margin: 10px 0;
    background-color: #fff;
    border-color: #0d5861;
    color: #0d5861;
    font-size: 14px;
    text-transform: uppercase;
}
.btn-container {
    float: left;
    width: 100%;
}
.p_black .btn-primary {
    background-color: #fff;
    border-color: #0d5861;
    color: #0d5861;
    float: right;
    margin: 18px 0 0;
    font-size: 14px;
    width: 170px;
    line-height: 30px;
    text-transform: uppercase;
}
.tablet_p_black {
    display: none
}
.request_tour {
    float: left;
    width: 100%;
    position: relative;
}
.request_tour > img {
    height: 102px;
    width: 100%;
}
.request_tour h3 {
    color: #fff;
    float: left;
    font-size: 33px;
    font-weight: bold;
    line-height: 86px;
    letter-spacing: 2.3px;
    padding: 8px 0;
    text-align: right;
    text-transform: uppercase;
    width: 62%;
}
.reuest_bg {
    background: url("https://a24dee32394c5bb6003c-dbe25af5bffa717bad1319f4f5665be5.ssl.cf2.rackcdn.com/request_bg1_png-1557173563") repeat scroll left top rgba(0, 0, 0, 0);
    float: left;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
.request_tour .btn-lg,
.btn-group-lg > .btn {
    margin-left: 50px;
    float: left;
}
.request_tour .btn-primary {
    background-color: #f2902b;
    border-color: #fff;
    color: #fff;
    float: left;
    font-size: 19px;
    margin: 20px 0 0 33px;
    text-transform: uppercase;
}

/*WHITE BACKGROUND BAR WITH VENTURE PATTERN*/
.white_bg_bar {
    float: left;
    width: 100%;
    position: relative;
	background: url("https://a24dee32394c5bb6003c-dbe25af5bffa717bad1319f4f5665be5.ssl.cf2.rackcdn.com/VentureRepeatPattern_png-1557173563");
	background-size: 50%;
}


/*TEAL BACKGROUND BAR*/
.teal_bg_bar {
    float: left;
    width: 100%;
    position: relative;
	background-color:#0e5861;
}

.teal_bg_bar p {
    color: #ffffff;
    font-size: 28px;
    font-weight: 400;
    line-height: 28px;
    padding: 30px 0 32px 0;
    text-align: center;
    width: 100%;
}

/*LIGHT GRAY BACKGROUND BAR*/
.lt_gray_bg_bar {
    float: left;
    width: 100%;
    position: relative;
	background-color:#e8e8e8;	
}




.tablet_next_traning {
    display: none
}
.traning_left {
    float: left;
    width: 50%;
}
.traning_right {
    float: left;
    width: 50%;
}
.training_rr > img {
    text-align: center;
}
.training_rl > img {
    height: 651px
}
.training_rl {
    float: left;
    width: 53.1%;
    position: relative;
}
.training_rr {
    float: left;
    width: 100%;
    position: relative;
    text-align: center;
}
.traning_heading {
    float: left;
    width: 100%;
    padding: 23px 8% 18px 8%;
}
.traning_heading h3 {
    font-size: 31px;
    line-height: 61px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #0d5861;
    text-transform: capitalize;
}
.traning_heading h3 a {
    color: #0d5861
}
.traning_heading p {
    font-size: 17px;
    line-height: 22px;
    font-weight: 400;
    color: #2f2f2f;
    letter-spacing: .9px;
}
.next_traning {
    float: left;
    width: 100%;
    margin: 10px 0 0 0;
    border-top: 1px solid #f1f1f1;
}
.next_traning  a.nextavialtraining {
    font-size: 12px;
    line-height: 22px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 1.1px;
    background: #f78611;
    padding: 1px 14px 2px 17px;
    float: left;
    margin: 0 0 0 7%;
}
.next_traning ul {
    float: left;
    width: 100%;
}
.next_traning ul li {
    float: left;
    width: 100%;
    border-bottom: 1px solid #f1f1f1;
    padding: 16px 6% 19px 5%;
}
.next_traning ul li strong {
    float: left;
    width: 25%;
    font-size: 23px;
    line-height: 15px;
    color: #0d5861;
    line-height: 38px;
}
.next_traning ul li strong small {
    color: #f78611;
    padding: 0 4px;
}
.certification {
    float: left;
    width: 75%;
}
.certification h3 {
    font-size: 20px;
    line-height: 35px;
    letter-spacing: .8px;
    color: #125b64;
}
.certification h3 a {
    color: #125b64;
}
.times {
    float: left;
    width: 100%;
}
.times ul {
    float: left;
    width: 100%;
}
.times ul li {
    display: inline-block;
    width: auto;
    padding: 0 0 0 15px;
    border-bottom: 0;
}
.times ul li:first-child {
    padding: 0;
    border-bottom: 0;
}
.times ul li small {
    font-size: 13px;
    line-height: 28px;
    color: #0d5861;
}
.times ul li span {
    font-size: 13px;
    line-height: 28px;
    color: #e17403;
}
.next_traning ul li.test {
    border-bottom: 0;
    background: #fafafa;
}
.tablet_calender {
    display: none
}
.calender {
    float: left;
    text-align: right;
    width: 100%;
    padding: 0 12.2% 0 10%;
    margin: 24px 0 0;
}
.calender a {
    float: right;
    width: 148px;
    text-align: center;
    background: #fff url(https://a24dee32394c5bb6003c-dbe25af5bffa717bad1319f4f5665be5.ssl.cf2.rackcdn.com/calendar_png-1557173563) no-repeat 18px center;
    border: 1px solid #0d5861;
    border-radius: 5px;
    font-size: 10px;
    letter-spacing: .8px;
    line-height: 16px;
    color: #0d5861;
    padding: 9px 0 10px 20px;
}
.calender p {
    float: right;
    padding-right: 21px;
    font-size: 12px;
    line-height: 37px;
    letter-spacing: .9px;
    color: #0d5861;
}
.material .btn-primary {
    background: transparent;
    border-color: #fff;
    text-transform: uppercase;
    float: right;
    font-size: 13px;
    width: 147px;
    letter-spacing: 1px;
    margin-bottom: 2px;
    line-height: 20px;
    font-weight: 400;
}
.cariar .btn-primary {
    background: transparent;
    border-color: #fff;
    text-transform: uppercase;
    float: left;
    font-size: 13px;
    width: 147px;
    letter-spacing: 1px;
    margin: 5px 0 2px 0;
    line-height: 20px;
    font-weight: 400;
}
.material {
    position: absolute;
    bottom: 36px;
    left: 0;
    background: url(https://a24dee32394c5bb6003c-dbe25af5bffa717bad1319f4f5665be5.ssl.cf2.rackcdn.com/green_bg_png-1557173563) repeat left top;
    width: 100%;
    padding: 17px 37px 20px 19px;
}
.cariar {
    position: absolute;
    bottom: 36px;
    left: 0;
    background: url(https://a24dee32394c5bb6003c-dbe25af5bffa717bad1319f4f5665be5.ssl.cf2.rackcdn.com/red_bg_png-1557173564) repeat left top;
    width: 100%;
    padding: 19px 14px 20px 21px;
}
.material h3 {
    font-size: 31px;
    line-height: 44px;
    letter-spacing: 1.4px;
    font-weight: 700;
    color: #fff;
}
.cariar h3 {
    font-size: 31px;
    line-height: 36px;
    letter-spacing: 1.4px;
    font-weight: 700;
    color: #fff;
    float: left;
    width: 60%;
}
.connect_us {
    float: left;
    width: 100%;
    background: #81235d;
}
.connect_us h3 {
    float: left;
    width: 57%;
    padding: 8px 4%;
    font-size: 40px;
    letter-spacing: 4px;
    line-height: 72px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}
.connect_us a {
    float: left;
    width: 42%;
    padding: 8px 3%;
    font-size: 30px;
    letter-spacing: .5px;
    line-height: 72px;
    font-weight: 400;
    color: #fff;
    text-align: right;
    text-transform: uppercase;
}
ul.education_dots li:first-child {
    background: none
}
.connect {
    float: left;
    width: 100%;
    position: relative;
}
.connect > img.desktoppostbg {
    height: 760px
}
.connect > img {
    width: 100%
}
.inner_bg {
    background: url("https://a24dee32394c5bb6003c-dbe25af5bffa717bad1319f4f5665be5.ssl.cf2.rackcdn.com/green_bg_png-1557173563") repeat scroll left top rgba(0, 0, 0, 0);
    left: 0;
    padding-bottom: 54px;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
.connect_left {
    float: left;
    width: 39.4%;
}
.connect_right {
    float: left;
    margin: 39px 0 0 0;
    width: 60.6%;
}
.connect_left h3 a {
    font-size: 30px;
    font-weight: 400;
    line-height: 41px;
    color: #fff;
    letter-spacing: .7px;
    text-transform: uppercase;
    margin: 51px 0 15px 66px;
    background: url(https://a24dee32394c5bb6003c-dbe25af5bffa717bad1319f4f5665be5.ssl.cf2.rackcdn.com/facebook_png-1557173564) no-repeat left center;
    padding: 0 0 0 50px;
}
#cff .cff-author {
	margin-bottom: 5px;
}
.post_left {
    float: left;
    margin-right: 2%;
    text-align: center;
    width: 28%;
}
.connect_left ul {
    float: left;
    width: 100%;
}
.connect_left ul li {
    float: left;
    width: 100%;
    padding: 20px 8% 20px 10%;
}
.connect_left ul li.test {
    background: url(https://a24dee32394c5bb6003c-dbe25af5bffa717bad1319f4f5665be5.ssl.cf2.rackcdn.com/white_bg_png-1557173564) repeat left top
}
#cff .cff-author .cff-author-text,
#cff .cff-author a {
    padding-left: 0!important;
}
#cff p {
    width: auto!important;
    text-align: left;
}
#cff p.cff-post-desc {
    float: right!important
}
#cff p.cff-post-text,
#cff .cff-details,
#cff p.cff-post-desc {
    width: 70%!important;
    clear: none!important;
    margin-left: 22px!important;
}
#cff .cff-item {
    padding: 0px!important;
    border: 0!important;
    width: 90%!important;
    float: right!important;
    padding-left: 15px!important;
    padding-right: 15px!important;
}
#cff .cff-date {
}
#cff .cff-expand a {
    display: none
}
.mobpostbg,
.tabpostbg {
    display: none
}
.post_right {
    float: left;
    margin-left: 1%;
    width: 69%;
}
.post_right p {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #fff;
    letter-spacing: .7px;
}
.post_left ul {
    float: left;
    width: 100%;
}
.post_left ul li {
    background: url(https://a24dee32394c5bb6003c-dbe25af5bffa717bad1319f4f5665be5.ssl.cf2.rackcdn.com/dot1_png-1557173564) no-repeat scroll left center rgba(0, 0, 0, 0);
    float: left;
    padding: 0 30px 0 11px;
    width: 30px;
}
.post_left ul li:first-child {
    background: none;
    padding-left: 0;
}
.left_dots li small {
    color: #fff;
    float: right;
    font-size: 23px;
    text-align: right;
    width: 100%;
}
.post_left .btn-primary {
    background-color: transparent;
    border-color: #fff;
    clear: both;
    color: #fff;
    float: right;
    text-transform: uppercase;
    font-size: 9px;
    line-height: 15px;
    font-weight: 700;
}
.connect_left ul .white_hover:hover,
#cff .cff-item:hover {
    background: url(https://a24dee32394c5bb6003c-dbe25af5bffa717bad1319f4f5665be5.ssl.cf2.rackcdn.com/white_bg_png-1557173564) repeat left top;
    cursor: pointer;
}
.next_traning ul li:hover {
    background-color: #fafafa
}
ul .education_dots {
    float: left;
    width: 25%;
}
ul.education_dots  li {
    background: url("https://a24dee32394c5bb6003c-dbe25af5bffa717bad1319f4f5665be5.ssl.cf2.rackcdn.com/dot2_png-1557173565") no-repeat scroll left center;
    border-bottom: 0 none;
    float: left;
    padding: 0 0 0 11px;
    width: 42px;
}
.education_dots li small {
    color: #0d5861;
    float: left;
    font-size: 23px;
    width: 25%;
}
.post_left .btn-lg,
.btn-group-lg > .btn {
    margin: 10px 22px 0;
    padding: 6px 25px;
}
.connect_right ul {
    float: left;
    width: 100%;
}
.connect_right ul li {
    margin-right: 19px;
    float: left;
    width: 47%;
    text-align: center;
    padding: 10px 10px 28px 10px;
    background: #fff;
    position: relative;
}
.corner {
    position: absolute;
    right: 0;
    bottom: -45px;
}
.blog_img {
    position: relative
}
.blog_img ul {
    float: left;
    width: 100%;
    padding: 20px 0 10px;
}
.blog_img ul li {
    background: url("https://a24dee32394c5bb6003c-dbe25af5bffa717bad1319f4f5665be5.ssl.cf2.rackcdn.com/dot_png-1557173565") no-repeat scroll left 8px rgba(0, 0, 0, 0);
    float: left;
    padding: 0 0 5px 19px;
    margin-left: 27px;
    width: 0px;
}
.blog_img ul li:first-child {
    background: none;
    padding: 0;
}
.dots li small {
    font-size: 36px;
    color: #0d5861;
}
.dots {
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(https://a24dee32394c5bb6003c-dbe25af5bffa717bad1319f4f5665be5.ssl.cf2.rackcdn.com/white_bg1_png-1557173565) repeat left bottom;
}
.blog_text {
    float: left;
    width: 100%;
    text-align: left;
    padding: 0 5% 0 8%;
    margin-top: 21px;
}
.blog_text p {
    font-size: 15px;
    letter-spacing: .8px;
    line-height: 22px;
    margin: 10px 0 22px 0px;
    font-weight: 400;
    color: #2f2f2f;
}
.blog_text h4 {
    font-size: 19px;
    line-height: 29px;
    font-weight: 700;
    letter-spacing: .8px;
    color: #0d5861;
}
.blog_text .btn-primary {
    background-color: transparent;
    border-color: #3d7981;
    color: #21666e;
    float: left;
    text-transform: uppercase;
    font-size: 14px;
    width: 146px;
    letter-spacing: .5px;
    margin-left: 2px;
    line-height: 20px;
    font-weight: 700;
}
.other_ways {
    background: #f2902a;
    float: left;
    width: 100%;
}
.other_ways h3 {
    color: #fff;
    float: left;
    font-size: 35px;
    font-weight: 400;
    line-height: 90px;
    padding: 11px 3% 6px 3%;
    text-transform: uppercase;
    width: 70%;
    font-weight: 700;
}
.other_ways .btn-primary {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
    margin: 24px 16px 0 24px;
    text-transform: uppercase;
    font-size: 19px;
    width: 238px;
    font-weight: 400;
    line-height: 36px;
}
.request_tour {
    float: left;
    position: relative;
    width: 100%;
}
/***************** footer css ******************/
footer {
    float: left;
    width: 100%;
    background: #fff;
    padding: 20px 0 12px;
}
.address, .venture-address,
.address2 {
    float: left;
    width: 37.3%;
    padding-bottom: 18px;
}
.address2 {
    width: 100%
}
.footer_nav {
    float: left;
    width: 25.4%;
    border-left: 1px solid #cfdedf;
    border-right: 1px solid #cfdedf;
}
.sign_up {
    float: left;
    margin-left: 3.7%;
    width: 33%;
    margin-top: 19px;
}
.sign_up input[type="text"] {
    color: #0d5861 !important;
    font-size: 11.5px;
    font-weight: 400;
}
.address h4,
.address2 h4 {
    color: #0d5861;
    font-size: 27px;
    font-weight: 700;
    line-height: 56px;
    background: url(https://a24dee32394c5bb6003c-dbe25af5bffa717bad1319f4f5665be5.ssl.cf2.rackcdn.com/pointer_png-1557173565) no-repeat left center;
    padding: 0 0 0 20px;
}
.venture-address h4, .footer-address h4 {
    color: #ff9933;
    font-size: 27px;
    font-weight: 700;
    line-height: 56px;
}
.address h5,
.address2 h5 {
    color: #3d7981;
    font-size: 20px;
    font-weight: 400;
    margin-left: 18px;
    letter-spacing: .5px;
    line-height: 23px;
}
.venture-address h5, .footer-address h5 {
    color: #3d7981;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: .5px;
    line-height: 23px;
}
.address2 h5 {
    font-size: 17px;
    margin: 0;
}
.address span.tel,
.address2 span.tel {
    color: #3d7981;
    font-size: 20px;
    margin: 19px 0 0 0;
    float: left;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 30px;
    background: url(https://a24dee32394c5bb6003c-dbe25af5bffa717bad1319f4f5665be5.ssl.cf2.rackcdn.com/phone_img_png-1557173565) no-repeat left center;
    padding: 0px 0 0 22px;
}
.tel a {
    color: #3d7981
}
.address2 span.tel {
    font-size: 17px
}

.venture-address span.venture-tel, .footer-address span.venture-tel {
    color: #3d7981;
    font-size: 20px;
    float: left;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 30px;
}
.venture-tel a {
    color: #3d7981;
}




.address a.mail_new,
.address2 a.mail_new {
    background: url("https://a24dee32394c5bb6003c-dbe25af5bffa717bad1319f4f5665be5.ssl.cf2.rackcdn.com/mail_box_png-1557173566") no-repeat scroll left 14px rgba(0, 0, 0, 0);
    clear: both;
    color: #3d7981;
    display: block;
    float: left;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1.2px;
    line-height: 29px;
    padding: 5px 0 0 28px;
}
.address2 a.mail_new {
    font-size: 17px
}
.mapimg a img {
    margin: 40px 0 34px 0;
    float: left;
}
.footer_nav ul {
    float: left;
    width: 50%;
    margin-top: 27px;
}
.footer-address ul {
	margin-top: .75rem;
}
.footer_nav ul li, .footer-address ul li, .footer-nav ul li {
    display: inline-block;
    position: relative;
    float: left;
    text-align: left;
    padding: 0 15px 0 0;
}
.footer-nav ul li {
	width: 50%;	
}
.footer_nav ul li a, .footer_nav ul li a:hover, .footer-address ul li a, .footer-address ul li a:hover, .footer-nav ul li a, .footer-nav ul li a:hover {
    font-size: 14px;
    color: #0d5861;
    text-transform: uppercase;
    line-height: 36px;
    letter-spacing: 1px;
    display: block;
}
.footer_nav ul li a:hover, .footer-address ul li a:hover, .footer-nav ul li a:hover {
    color: #f2902a
}
ul.footer_inner_li li {
    text-align: left!important
}
.sign_up h4 {
    color: #0d5861;
    font-size: 17px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 1px;
    margin-bottom: 14px;
}
.sign_up .form-control::-moz-placeholder,
.sign_up .form-control-name::-moz-placeholder {
    color: #0d5861;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 26px;
    font-weight: 400;
}
.sign_up .form-control,
.sign_up .form-control-name,
#s2email {
    width: 415px;
    margin-left: 5px;
    height: 39px;
    border-radius: 8px;
    float: left;
    border: 1px solid #0d5861;
    color: #0d5861 !important;
    font-size: 11.5px;
    line-height: 28px;
    padding-left: 18px;
}
.sign_up .btn-default,
.sign_up .btn-default:hover,
#s2_form_widget-2 input[type="submit"] {
    padding : 6px 25px;
    nowhitespace: afterproperty;
    background-color: #f2902a;
    color: #fff;
    margin-left: 5px;
    border: 0 none;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 26px;
    transition-property: all;
    transition-duration: 0.4s;
    transition-timing-function: ease;
    transition-delay: 0.0s;
    /* Safari */-webkit-transition-property: all;-webkit-transition-duration:0.4s;-webkit-transition-timing-function:ease;-webkit-transition-delay:0.0s;
    float:left;
	margin-top:22px;
}
.sign_up .btn-default:hover {
    background-color: #f1820e;
    nowhitespace: afterproperty;
    transition-property: all;
    transition-duration: 0.4s;
    transition-timing-function: ease;
    transition-delay: 0.0s;
    /* Safari */-webkit-transition-property: all;-webkit-transition-duration:0.4s;-webkit-transition-timing-function:ease;-webkit-transition-delay:0.0s;;
}
.sign_up  form {
    text-align: left
}
.sign_up ul {
    float: right;
    width: auto;
    text-align: right;
    margin:25px 4px 0px 0px;
}
.sign_up ul li {
    display: inline-block;
    width: 34px;
	margin-bottom:5px;
}
.copyright {
    float: left;
    width: 100%;
    background: #0d5861;
}
.copyright-bg {
	background: #0d5861;
	width: 100%;
}
.copyright p, .copyright-bg col {
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    margin: 24px 0;
    color: #fff;
    text-align: right;
    letter-spacing: .4px;
    padding-right: 32px;
}
.tablet_footer_nav {
    float: left;
    text-align: right;
    width: 100%;
    margin: 10px 0 0 0;
    display: none;
}
.tablet_footer_nav ul {
    float: left;
    width: 100%;
    margin-top: 5px;
}
.tablet_footer_nav ul li {
    display: inline;
    float: left;
    position: relative;
}
.tablet_footer_nav ul li a {
    font-size: 13px;
    color: #0d5861;
    text-transform: uppercase;
    line-height: 48px;
    letter-spacing: 1.1px;
    padding: 0 6px;
}
.footer_nav_mb {
    display: none
}
.footer_links .btn-default {
    display: block;
}
.right_banner_mb {
    float: left;
    width: 100%;
    display: none;
}
.traning_right_mb {
    float: left;
    width: 100%;
    display: none;
}
.connect_left a {
    color: #fff;
    float: left;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 40px;
    padding: 8px 3%;
    text-align: right;
    text-transform: uppercase;
    display: none;
}
.connect_left a.findus_fb {
    display: block;
    float: left;
    text-align: left;
}
.post_right .btn-primary {
    background-color: transparent;
    border-color: #fff;
    clear: both;
    color: #fff;
    float: left;
    font-size: 9px;
    font-weight: 700;
    line-height: 15px;
    text-transform: uppercase;
    display: none;
    margin-top: 10px;
}
/************** blog page css ****************/
.bloglist_mobile {
    display: none
}
.blog_banner {
    display: block
}
.blog_banner {
    float: left;
    width: 100%;
    background: #f3f3f3;
}
.ovlunteers_img {
    float: left;
    width: 100%;
    padding: 23px 18px;
    background: #fff;
    border: 2px solid #719da2;
    position: relative;
}
.blog_banner_left {
    float: left;
    width: 39%;
    position: relative;
}
.blog_date {
    position: absolute;
    background: url(https://a24dee32394c5bb6003c-dbe25af5bffa717bad1319f4f5665be5.ssl.cf2.rackcdn.com/white_bg1_png-1557173565) repeat left bottom;
    bottom: 0;
    left: 0;
    width: 100%;
}
.blog_date ul {
    float: left;
    width: 100%;
    text-align: right;
    padding-right: 22px;
}
.blog_date ul li {
    display: inline-block;
    background: url(https://a24dee32394c5bb6003c-dbe25af5bffa717bad1319f4f5665be5.ssl.cf2.rackcdn.com/dot2_png-1557173565) no-repeat left 40%;
    padding: 10px 0px 10px 13px;
}
.blog_date ul li small {
    font-size: 29px;
    font-weight: 600;
    color: #0d5861;
    line-height: 20px;
}
.blog_date ul li:first-child {
    background: none
}
.blog_banner_right {
    float: left;
    float: left;
    width: 56%;
    margin-left: 2.6%;
    margin-top: 4px;
}
.blog_banner_right h1 {
    font-size: 35px;
    font-weight: 700;
    letter-spacing: 1.2px;
    color: #0d5861;
    line-height: 40px;
}
.blog_banner_right h1 a {
    color: #0d5861
}
.blog_banner_right p {
    font-size: 16px;
    font-weight: 400;
    margin-top: 14px;
    letter-spacing: .8px;
    color: #2f2f2f;
    line-height: 22px;
}
.blog_corner {
    bottom: -47px;
    position: absolute;
    right: -2px;
}
.blog_banner_right .btn-primary {
    background-color: transparent;
    border-color: #53888f;
    color: #0d5861;
    margin: 17px 0 0;
    width: 102px;
    height: 33px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    line-height: 13px;
}
.search_post {
    float: left;
    width: 100%;
    background: #f2902b;
}
.search-box span {
    float: left;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    line-height: 45px;
    margin-right: 15px;
    letter-spacing: 0.6px;
}
.search-box form {
    background-color: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    float: left;
    margin: 6px 0 3px;
    overflow: hidden;
    position: relative;
    width: 300px;
}
.search-box form input[type="text"] {
    background: #fff;
    border: 0;
    width: 265px;
    font-size: 15px;
    padding: 6px 8px 5px 23px;
    color: #2f2f2f;
    float: left;
}
.search-box form input[type="submit"] {
    width: 25px;
    cursor: pointer;
    background: url('https://a24dee32394c5bb6003c-dbe25af5bffa717bad1319f4f5665be5.ssl.cf2.rackcdn.com/search_img_png-1557173566') no-repeat 0;
    border: 0;
    font-size: 0;
    height: 24px;
    position: absolute;
    right: 3px;
    top: 1px;
    padding: 22px 6px 9px;
    outline: none;
    float: left;
}
.filter-section {
    float: left;
    margin-left: 27px;
    width: 290px;
}
.filter-section span {
    float: left;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    line-height: 45px;
    letter-spacing: 1px;
}
.filter-section .SSContainerDivWrapper {
    margin: 0;
    padding: 0;
    width: 133px;
    position: absolute;
    top: 31px !important;
    left: 0px !important;
    z-index: 2;
    background: #fff;
}
.filter-section ul.newList {
    margin: 0;
    padding: 0;
    height: auto!important;
    list-style: none;
    color: #000;
    border: none;
    overflow: visible;
}
.filter-section ul.newList * {
    margin: 0;
    padding: 0;
    background: #fff;
    border: none;
}
.filter-section ul.newList li {
    padding: 0px!important;
    margin: 0px!important;
}
.filter-section ul.newList a {
    color: #2f2f2f;
    display: block;
    font-size: 15px;
    font-weight: 400;
    padding: 8px 28px 8px 22px;
    text-decoration: none;
    text-transform: capitalize;
}
.filter-section ul.newList a:hover {
    background: #fff;
    color: #2f2f2f;
}
.filter-section .newListSelected {
    background: url("https://a24dee32394c5bb6003c-dbe25af5bffa717bad1319f4f5665be5.ssl.cf2.rackcdn.com/drop_arrow_png-1557173566") no-repeat scroll 90% center #fff;
    border: 2px solid #c3986b;
    border-radius: 3px;
    cursor: pointer;
    float: left;
    font-size: 13px;
    font-weight: 700;
    height: 35px;
    margin: 5px 0 0 6px;
    width: 137px;
}
.filter-section .selectedTxt {
    text-transform: capitalize;
    color: #2f2f2f;
    font-size: 13px;
    height: 31px;
    overflow: hidden;
    padding: 0 18px 0 21px;
}
.filter-section1 {
    float: left
}
.filter-section1 span {
    float: left;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    line-height: 45px;
    letter-spacing: 1px;
}
.filter-section1 .SSContainerDivWrapper {
    margin: 0;
    padding: 0;
    width: 264px;
    position: absolute;
    top: 39px !important;
    left: 0px !important;
    z-index: 2;
    background: #fff;
}
.filter-section1 ul.newList {
    margin: 0;
    padding: 0;
    height: auto!important;
    list-style: none;
    color: #000;
    border: none;
    overflow: visible;
}
.filter-section1 ul.newList * {
    margin: 0;
    padding: 0;
    background: #fff;
    border: none;
}
.filter-section1 ul.newList li {
    padding: 0px!important;
    margin: 0px!important;
}
.filter-section1 ul.newList a {
    color: #0d5861;
    text-decoration: none;
    display: block;
    font-weight: 700;
    font-size: 17px;
    padding-bottom: 8px;
    padding-right: 28px;
    padding-top: 8px;
    padding-left: 21px;
    text-transform: capitalize;
    text-align: center;
}
.filter-section1 ul.newList a:hover {
    background: #fff;
    color: #2f2f2f;
}
.filter-section1 .newListSelected {
    background: url("https://a24dee32394c5bb6003c-dbe25af5bffa717bad1319f4f5665be5.ssl.cf2.rackcdn.com/arrow7_jpg-1557173566") no-repeat scroll 90% center #fff;
    border: 2px solid #51868c;
    border-radius: 5px;
    cursor: pointer;
    float: left;
    font-size: 13px;
    font-weight: 700;
    height: 41px;
    margin: 5px 0 0 6px;
    width: 268px;
}
.filter-section1 .selectedTxt {
    text-transform: capitalize;
    color: #0d5861;
    font-size: 17px;
    height: 31px;
    overflow: hidden;
    padding: 0 18px 0 21px;
    text-align: center;
}
.blog_header nav {
    margin-top: 0px
}
.participate_right {
    padding-top: 12px!important
}
.participate .right-sec1 .list {
    padding-top: 18px
}
.participate_right  .right-sec1 h2,
.about .column2 h2,
.right-sec1 h1 {
    color: #F2902B;
}
.about .column2 h2 {
    font-weight: normal
}
.participate_right .left-sec3 {
    float: left;
    margin-left: 0%;
    width: 72%;
}
.participate .blog_banner_left {
    float: left;
    width: 29.2%;
    position: relative;
    margin-top: 5px;
}
.participate .blog_date {
    position: absolute;
    background: url(https://a24dee32394c5bb6003c-dbe25af5bffa717bad1319f4f5665be5.ssl.cf2.rackcdn.com/white_bg1_png-1557173565) repeat left bottom;
    bottom: 0;
    left: 0;
    width: 100%;
}
.participate .blog_date ul {
    float: left;
    width: 100%;
    text-align: right;
    padding-right: 22px;
}
.participate .blog_date ul li {
    display: inline-block;
    background: url(https://a24dee32394c5bb6003c-dbe25af5bffa717bad1319f4f5665be5.ssl.cf2.rackcdn.com/dot2_png-1557173565) no-repeat left center;
    padding: 10px 0px 10px 13px;
    width: 44px;
    float: none;
}
.participate .blog_date ul li small {
    font-size: 29px;
    font-weight: 600;
    color: #0d5861;
    line-height: 20px;
}
.participate .blog_date ul li:first-child {
    background: none
}
.participate .blog_banner_right {
    float: left;
    float: left;
    width: 60.4%;
    margin-left: 4%;
    margin-top: 0;
}
.participate .blog_banner_right h2,
.container h1.entry-title a {
    color: #0d5861;
}
.participate .blog_banner_right h2 a {
    color: #0d5861
}
.participate .blog_banner_right small,
.container .entry-meta {
    font-size: 17px;
    margin-top: 14px;
    font-weight: 700;
    float: left;
    letter-spacing: -.8px;
    color: #2f2f2f;
    line-height: 22px;
}
.participate .blog_banner_right small span,
.container .entry-meta span.author a,
.cat-links a {
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0px;
    color: #f2902b;
    line-height: 22px;
    text-decoration: underline;
}
.participate .blog_banner_right p {
    margin-bottom: 1px;
    font-size: 16px;
    float: left;
    font-weight: 400;
    margin-top: 8px;
    letter-spacing: 1.1px;
    color: #2f2f2f;
    line-height: 22px;
}
.participate .blog_corner {
    bottom: -47px;
    position: absolute;
    right: -2px;
}
.participate .blog_banner_right .btn-primary {
    background-color: transparent;
    border-color: #53888f;
    color: #0d5861;
    margin: 4px 0 0 0;
    width: 102px;
    height: 33px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    line-height: 13px;
    float: right;
}
.participate {
    float: left;
    width: 72%;
}
.participate  .bg9,
.participate li:nth-child(even) .bg9 {
    background: #ffffff;
    display: none;
    margin-left: -50%;
    margin-top: -20px;
    min-height: 244px;
    position: absolute;
    width: 50%;
}
.participate li {
    float: left;
    margin-bottom: 6px;
    margin: 0 0 36px;
    padding: 20px 0;
}
.participate li {
    width: 95%
}
.participate li:hover,
.participate li:nth-child(even) {
    background: #fafafa
}
.participate li:hover .bg9,
.participate li:nth-child(even) .bg9 {
    display: block
}
.participate li ul li {
    margin-bottom: 0
}
.participate_right .right-sec1 {
    float: left;
    width: 27.6%;
    margin-left: 0;
}
.participate_right .training-calender .right-sec1 {
    margin-top: 21px
}
.participate_right .training-calender .right-sec1 .list li a {
    color: #0D5861;
    font-size: 16px;
    padding: 0 29px;
}
.participate_right .list li {
    border-top: 1px solid #0d5861;
    padding-bottom: 0px;
    padding-top: 1px;
}
ul.list11 li ul li {
    margin: 0 !important;
    padding: 15px 0 10px 13px!important;
}
.participate_right .pagination-bar {
    clear: both;
    float: left;
    margin-top: 62px;
    width: 100%;
}
.participate_right  .pagination-bar .pagination-sec li {
    margin-left: 13px!important;
    margin-right: 9px;
}
.participate_right .pagination-bar .prev-btn {
    background: url("https://a24dee32394c5bb6003c-dbe25af5bffa717bad1319f4f5665be5.ssl.cf2.rackcdn.com/prev-btn1_png-1557173567") no-repeat 10% center #F3F3F3;
    color: #919191;
    float: left;
    font-size: 15px;
    height: 32px;
    line-height: 32px;
    padding: 0 21px;
    margin-left: 0;
}
.participate_right .pagination-bar .next-btn {
    background: url(https://a24dee32394c5bb6003c-dbe25af5bffa717bad1319f4f5665be5.ssl.cf2.rackcdn.com/next-bnt1_png-1557173567) no-repeat 75% center #f3f3f3;
    float: right;
    padding: 0px 36px;
    letter-spacing: 1px;
    font-size: 15px;
    line-height: 32px;
    height: 32px;
    color: #919191;
}
.support_bg {
    background: url("https://a24dee32394c5bb6003c-dbe25af5bffa717bad1319f4f5665be5.ssl.cf2.rackcdn.com/support_bg_jpg-1557173567") repeat-x scroll left top rgba(0, 0, 0, 0);
    display: block;
    float: left;
    margin-top: 35px;
    width: 100%;
}
.support_bg h3 {
    color: #f2902b;
    float: left;
    font-size: 35px;
    font-weight: 700;
    letter-spacing: 3px;
    line-height: 90px;
    margin-left: 5.7%;
    padding: 12px 0 3px 3.6%;
    text-transform: uppercase;
}
.support_bg .btn-primary {
    background-color: #fff;
    border: 2px solid #f2810c;
    color: #f2810c;
    font-size: 19px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 31px;
    margin-left: 2%;
    margin-top: 27px;
    padding: 13px 21px 10px 29px;
    text-transform: uppercase;
}
.support_white_bg {
    float: left;
    width: 100%;
    background: url("https://a24dee32394c5bb6003c-dbe25af5bffa717bad1319f4f5665be5.ssl.cf2.rackcdn.com/white_bg1_png-1557173565") repeat left top;
}
.blog_tablet,
.support_mb,
.blog_banner_right h1 br,
.mb_blog_corner {
    display: none
}
.outer_border {
    position: relative;
    float: left;
    border: 2px solid #79a2a5;
    background: #fff;
    display: none;
}
.oepn_nav {
    background: url(https://a24dee32394c5bb6003c-dbe25af5bffa717bad1319f4f5665be5.ssl.cf2.rackcdn.com/nav_open_png-1557173568) no-repeat right center;
    height: 37px;
    width: 91px;
    float: right;
}
.nav_close {
    background: url(https://a24dee32394c5bb6003c-dbe25af5bffa717bad1319f4f5665be5.ssl.cf2.rackcdn.com/nav_close_png-1557173568) no-repeat right center;
    height: 37px;
    width: 91px;
    float: right;
}
/************** code by rakesh *************/
.training .great-people {
    margin-top: 62px
}
.blog_container1 {
    display: block
}
.list19 {
    display: none
}
.container .page-header,
.content .page-header {
    border: 0;
    margin-top: 20px;
}
.training-calender .filter-section .newListSelected {
    margin-left: 35px
}
.training-calender .search-box span {
    margin-right: 3%
}
.event-page {
    height: 368px
}
.service-page .banner img {
    width: 100%
}
.content {
    padding-top: 44px;
    float: left;
    width: 100%;
    overflow: hidden;
}
.all-events {
    float: right;
    color: #0d5861;
    font-size: 14px;
}
.event {
    float: left;
    width: 100%;
}
.event h2 {
    color: #0D5861;
    font-size: 40px;
    color: #0d5861;
    font-size: 35px;
}
.content .event h2.eventsingle {
    line-height: 40px;
    float: left;
}
.event p {
    font-size: 16px;
    line-height: 27px;
    color: #2f2f2f;
    letter-spacing: 0.3px;
}
.about {
    float: left;
    width: 100%;
}
.about h2,
.involved h2,
.container .page-header h1.page-title,
.content .page-header h1.page-title {
    color: #0D5861;
    font-size: 35px;
    text-transform: capitalize;
}
.about_p_black > a {
    font-size: 16px;
    color: #0d5861;
    margin: 30px 0 0 0;
    float: left;
}
.column1 {
    float: left;
    margin-left: 5.4%;
    width: 58%;
}
.column2 {
    float: right;
    margin-top: 13px;
    width: 23.5%;
}
.column2 {
    float: right;
    margin-right: 2%;
    margin-top: 13px;
    width: 28%;
}
.list {
    float: left;
    padding-top: 11px;
    width: 97%;
}
.list li:first-child {
    border: none
}
.list li {
	padding: .25rem;
    border-top: 1px dashed #ccc;
}
.list li a:hover {
    background: url(https://a24dee32394c5bb6003c-dbe25af5bffa717bad1319f4f5665be5.ssl.cf2.rackcdn.com/img11_jpg-1557173568) center center repeat-x;
    color: #F2902B;
}
.list li .active {
    background: url(https://a24dee32394c5bb6003c-dbe25af5bffa717bad1319f4f5665be5.ssl.cf2.rackcdn.com/img11_jpg-1557173568) center center repeat-x;
    color: #F2902B;
}
.list li a {
    color: #0D5861;
    font-size: 16px;
    padding: 0 22px;
}
.right-sec .list li span {
    background: #FFFFFF;
    display: inline-block;
    padding: 0 30px;
}
.list li span {
    background: #FFFFFF;
    display: inline-block;
    padding: 0 18px;
}
.right-sec1 .training-list li span {
    background: #F8F9FD;
    padding: 0 10px;
}
.venture {
    font-size: 25px;
    background: #81235d;
    display: inline-block;
    color: #fff;
    height: auto;
    min-height: 60px;
    padding: 15px 0;
    text-align: right;
    padding-right: 40px;
    padding-left: 70px;
    opacity: 0.9;
    text-transform: uppercase;
}
.list4 {
    float: left;
    margin-left: 5.7%;
    margin-top: 79px;
    width: 100%;
}
.list5 {
    float: left;
    margin-top: 79px;
    width: 100%;
}
.event-sec {
    padding-top: 100px;
    padding-bottom: 99px;
    width: 100%;
    margin: 0 auto;
    max-width: 1200px;
}
.event-col {
    float: left;
    width: 16%;
}
.event-col a.view-btn7 {
    font-size: 14px;
    line-height: 24px;
    color: #0d5861;
    font-weight: 400;
    padding: 11px 28px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    display: block;
    border: 1px solid #0d5861;
    text-align: center;
    margin-top: 36px;
    margin-left: 17%;
    text-transform: uppercase;
    text-decoration: none !important;
}
.event-col strong {
    font-size: 30px;
    color: #f2902b;
    display: block;
}
.event-col span {
    font-size: 29px;
    color: #f2902b;
}
.event-desc {
    float: right;
    margin-right: 13.2%;
    width: 68%;
}
.event-desc h4 {
    font-size: 16px;
    line-height: 17px;
    color: #2f2f2f;
    font-weight: 400;
    margin-top: 12px;
}
.event-sec a.view-btn7 {
    color: #0d5861;
    text-decoration: underline;
}
.event-desc a {
    color: #0d5861;
    text-decoration: underline;
}
.event-desc h3 {
    color: #0d5861;
    font-size: 25px;
    line-height: 30px;
    font-weight: 700;
}
.event-desc h3 a {
    text-decoration: none
}
.event-desc p {
    margin-top: 16px;
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 26px;
}
.annual {
    background: #0d5861
}
.venture-rise {
    background: #f2902b;
    padding-right: 29px !important;
}
.winter {
    background: #587490
}
.special-event {
    background: #0d5861
}
.list4 h2 {
    padding-right: 42px;
    text-transform: uppercase;
    font-size: 25px;
    letter-spacing: 2px;
    line-height: 64px;
    color: #fff;
}
.list4 .bg,
.list5 .bg {
    background: #81235D;
    display: inline-block;
    height: 60px;
    position: absolute;
    z-index: -1;
    margin-left: -54%;
    width: 68%;
}
.list4 .bg2 {
    background: #587490
}
.list4 .bg1 {
    background: #0d5861
}
.list4 .bg3 {
    background: #f2902b
}
.list4 .bg4 {
    background: #0d5861
}
.bd {
    float: left;
    width: 100%;
    height: 150px;
    margin-bottom: 20px;
}
.left-sec {
    float: left;
    margin-left: 5.5%;
    width: 57%;
}
.left-sec h2 {
    color: #0D5861;
    font-size: 35px;
    margin-bottom: 10px;
}
.list6 {
    margin-top: 41px
}
.list6 li,
.service .left-sec li {
    background: url(https://a24dee32394c5bb6003c-dbe25af5bffa717bad1319f4f5665be5.ssl.cf2.rackcdn.com/square_jpg-1557173562) left 8px no-repeat;
    padding-left: 39px;
    margin-bottom: 14px;
    font-size: 16.5px;
    letter-spacing: -.1px;
}
.list6 h3 {
    color: #F2902B;
    font-size: 25px;
    margin-bottom: 11px;
}
.list6 ul,
.service .left-sec ul {
    float: left;
    margin-bottom: 18px;
    padding-left: 4.6%;
    width: 100%;
}
.left-sec p {
    color: #2F2F2F;
    font-size: 16.5px;
    line-height: 27px;
}
.list6 p {
    font-size: 16.5px;
    line-height: 27px;
    color: #2f2f2f;
    margin-bottom: 33px;
}
.left-sec .email {
    color: #0d5861;
    font-weight: 700;
}
.right-sec {
    float: right;
    width: 29.2%;
}
.right-sec h2 {
    color: #f2902b;
    font-size: 2rem;
}
.box {
    border: 1px solid #498288;
    float: left;
    margin-top: 52px;
    padding-left: 13%;
    padding-top: 28px;
    position: relative;
}
.box {
    border: 1px solid #498288;
    float: left;
    margin-top: 50px;
    position: relative;
    padding: 28px 9% 30px 12%;
    width: 98%;
}
.box h3 {
    font-size: 25px;
    line-height: 30px;
    color: #0d5861;
    font-weight: 700;
    margin-bottom: 10px;
}
.box .date-stamp {
    color: #0D5861;
    display: block;
    font-size: 20px;
    line-height: 21px;
    margin-bottom: 20px;
}
.read-more {
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    color: #0D5861;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 28px;
    padding: 7px 33px;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;
    border: 1px solid #0D5861;
}
.arrow-image {
    background: url("https://a24dee32394c5bb6003c-dbe25af5bffa717bad1319f4f5665be5.ssl.cf2.rackcdn.com/arrow-1_jpg-1557173569") no-repeat right bottom;
    bottom: -47px;
    display: inline-block;
    height: 48px;
    position: absolute;
    right: -1px;
    width: 44px;
}
.box p {
    font-size: 15px;
    line-height: 23px;
}
.date-stamp span {
    background: url(https://a24dee32394c5bb6003c-dbe25af5bffa717bad1319f4f5665be5.ssl.cf2.rackcdn.com/redquare_jpg-1557173569) center 0px no-repeat;
    display: inline-block;
    width: 4px;
    height: 8px;
}
.list7 {
    float: left;
    margin-bottom: 31px;
    margin-top: 20px;
    width: 100%;
}
.list7 li {
    letter-spacing: .4px;
    color: #0d5861;
    font-size: 16px;
    margin-bottom: 11px;
    width: 48%;
    float: left;
}
.list7 li a,
.list6 li a {
    color: #0d5861
}
.list8 h3,
.list6 h3 {
    color: #F2902B;
    font-size: 30px;
    margin-bottom: 17px;
}
.list8 li {
    float: left;
    margin-bottom: 43px;
    width: 96%;
}
.list8 p {
    font-size: 16.5px;
    line-height: 27px;
    color: #2f2f2f;
}
.list8 .order,
.donate-block .order,
.content-view .order {
    background: none repeat scroll 0 0 #F2902B;
    border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    color: #FFFFFF;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 19px;
    padding: 7px 32px;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;
    letter-spacing: 1PX;
}
.left-sec1 .list6-inner {
    padding-left: 0
}
.left-sec1 .list6-inner li {
    padding-left: 20px
}
.donate-block .order,
.content-view .order {
    font-size: 17px;
    padding: 15px 20px;
}
.donate-block .order,
.content-view .order:hover {
    color: #FFFFFF
}
.upcomming-event h3,
.contact-right h3 {
    font-size: 30px;
    color: #f2902b;
    margin-bottom: 20px;
}
.upcomming-event li {
    float: left;
    margin-bottom: 38px;
    padding: 0px 0px 4px 0;
    width: 100%;
}
.desc1 {
    float: left;
    position: relative;
    width: 70%;
    z-index: 3;
    margin-top: 10px;
}
.desc1 h4 {
    font-size: 25px;
    line-height: 30px;
    color: #0d5861;
    font-weight: 700;
    margin-bottom: 7px;
}
.desc1 span {
    color: #2F2F2F;
    display: block;
    font-size: 20px;
    margin-bottom: 2px;
}
.desc strong {
    color: #2f2f2f
}
.desc1 p {
    font-size: 18px;
    line-height: 35px;
    color: #2f2f2f;
    letter-spacing: -1px;
}
.desc1 a {
    color: #0d5861;
    text-decoration: underline;
}
.desc1 strong {
    color: #0d5861;
    font-weight: 400;
}
.image {
    float: left;
    margin-right: 20px;
    position: relative;
    z-index: 2;
    padding-left: 5%;
    margin-top: 17px;
}
.image img {
    border: 1px solid #a0a0a0
}
.upcomming-event {
    margin-top: 37px;
    float: left;
}
.upcomming-event li:nth-child(2n) .bg5 {
    display: block
}
.bg5 {
    background: #E6EEEF;
    display: inline-block;
    margin-right: -50%;
    margin-top: -15px;
    min-height: 245px;
    position: absolute;
    width: 50%;
    display: none;
}
.upcomming-event .view,
.contact-right .view {
    border: 1px solid #0D5861;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    color: #0D5861;
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    padding: 10px 24px;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;
    float: left;
}
.left-sec1 {
    width: 63%;
    float: left;
}
.left-sec1 h2 {
    color: #0D5861;
    font-size: 35px;
    margin-bottom: 20px;
}
.left-sec1 p {
    color: #2F2F2F;
    font-size: 17px;
    letter-spacing: -.3px;
    line-height: 27px;
    margin-bottom: 13px;
}
.left-sec1 {
    float: left;
    width: 64%;
}
.left-sec1 .email {
    color: #0d5861;
    font-weight: 700;
}
.right-sec1 .follow {
    color: #2F2F2F;
    display: block;
    font-size: 16px;
    line-height: 20px;
    margin-top: 23px;
    letter-spacing: .6px;
    margin-bottom: 6px;
    padding-right: 23%;
}
.right-sec1 h2 {
    color: #F2902B;
    font-size: 30px;
}
.list8 {
    float: left;
    width: 100%;
    margin-top: 11px;
}
.right-sec1 {
    float: right;
    width: 30.6%;
}
.right-sec1 .list {
    float: left;
    padding-left: 0;
    padding-top: 11px;
    width: 304px;
}
.right-sec1 .list li a {
    color: #0D5861;
    font-size: 16px;
    line-height: 44px;
    padding: 0 27px;
}
.training {
    float: left;
    width: 100%;
    overflow-x: hidden;
}
.wrapper1 {
    max-width: 1190px;
    margin: 0 auto;
}
.wrapper2 {
    max-width: 1243px;
    margin: 0 auto;
}
.wrapper4 {
    width: 100%;
    margin: 0 auto;
}
.desc2 h4 {
    color: #0d5861;
    font-size: 25px;
    line-height: 30px;
    font-weight: 700;
}
.desc2 span {
    font-size: 25px;
    line-height: 28px;
    color: #2f2f2f;
    display: block;
    margin-bottom: 10px;
    font-style: italic;
}
.desc2 strong {
    color: #2f2f2f
}
.desc2 a {
    color: #0d5861;
    text-decoration: underline;
}
.desc2 .learn-more {
    display: block;
    text-decoration: underline;
}
.desc2 p {
    font-size: 18px;
    line-height: 25px;
    color: #2f2f2f;
}
.list11 {
    float: left;
    width: 100%;
}
.list11 li {
    float: left;
    margin-bottom: 5px;
    padding: 29px 0 26px 0;
    width: 91%;
}
.list11 li:nth-child(2n) {
    background: #e6eeef
}
.list11 li:nth-child(2n) .bg9 {
    display: block
}
.list11 .image {
    float: left;
    margin-right: 43px;
    position: relative;
    padding-left: 0;
    z-index: 2;
    margin-top: 10px;
}
.bg9 {
    background: #e6eeef;
    display: none;
    margin-left: -50%;
    margin-top: -29px;
    min-height: 199px;
    position: absolute;
    width: 50%;
}
.bg12 {
    background: #0d5861
}
.left-sec1 .bg12 {
    background: #0d5861;
    display: inline-block;
    height: 60px;
    margin-left: -54%;
    position: absolute;
    width: 64%;
    z-index: -1;
}
.venture1 {
    background: #0d5861;
    color: #FFF !important;
    display: inline-block;
    font-size: 25px !important;
    font-weight: 400 !important;
    height: 60px;
    line-height: 56px !important;
    text-align: right;
    text-transform: uppercase;
}
.pagination-bar {
    clear: both;
    float: left;
    margin-top: 50px;
    width: 94.8%;
}
.pagination-bar .prev-btn {
    background: url("https://a24dee32394c5bb6003c-dbe25af5bffa717bad1319f4f5665be5.ssl.cf2.rackcdn.com/prev-btn1_png-1557173567") no-repeat left 13px center #F3F3F3;
    color: #919191;
    float: left;
    font-size: 15px;
    height: 32px;
    line-height: 32px;
    padding: 0 26px;
    margin-left: 4%;
}
.pagination-bar .next-btn {
    background: #f3f3f3 url(https://a24dee32394c5bb6003c-dbe25af5bffa717bad1319f4f5665be5.ssl.cf2.rackcdn.com/next-bnt1_png-1557173567) right 10px center no-repeat;
    float: right;
    padding: 0px 36px;
    font-size: 15px;
    line-height: 32px;
    height: 32px;
    color: #919191;
}
.pagination-sec {
    text-align: center
}
.pagination-bar  .pagination-sec li {
    display: inline-block
}
.pagination-bar .pagination-sec li a {
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    color: #0d5861;
}
.pagination-bar  .pagination-sec li a:hover,
.pagination-bar  .pagination-sec li.active a {
    color: #f78611
}
.pagination-bar  .pagination-sec li {
    margin-left: 23px
}
.pagination-bar  .pagination-sec li:first-child {
    margin-left: -25px
}
.content  .left-sec3 {
    float: left;
    margin-left: 3.4%;
    width: 64%;
}
.left-sec3 h2 {
    color: #0D5861;
    font-size: 35px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 48px;
    margin-bottom: 27px;
    min-height: 55px;
}
.left-sec3 .bg12 {
    background: #0D5861;
    display: inline-block;
    height: 60px;
    margin-left: -54%;
    position: absolute;
    width: 64.8%;
    z-index: -1;
}
.left-sec3 .venture3 {
    margin-bottom: 11px !important;
    font-size: 20px !important;
}
.list11 .desc2 p {
    color: #2F2F2F;
    font-size: 18px;
    line-height: 27px;
}
.list11 .desc2 span {
    color: #2F2F2F;
    display: block;
    font-size: 25px;
    font-style: italic;
    line-height: 26px;
    margin-bottom: 10px;
    margin-top: 11px;
}
.list11 .desc2 h4 {
    color: #0D5861;
    font-size: 25px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 10px;
}
.venture3 {
    background: #0d5861;
    color: #FFF !important;
    display: inline-block;
    font-size: 25px !important;
    font-weight: 400 !important;
    height: 60px;
    line-height: 56px !important;
    text-align: right;
    text-transform: uppercase;
}
.training-calender .right-sec1 {
    margin-top: 8px;
    margin-left: 0;
}
.training-calender .right-sec1 .list li a {
    color: #0D5861;
    font-size: 16px;
    padding: 0 17px;
}
.event-sec5 {
    padding-bottom: 77px
}
.event-sec6 {
    padding-bottom: 93px
}
.support .btn-primary {
    background-color: #FEFEFE;
    border: 2px solid #F27B00;
    color: #F27B00;
    display: inline-block;
    font-size: 19px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 36px;
    margin-left: 49px;
    padding: 8px 28px 10px 30px;
    text-transform: uppercase;
    width: auto;
}
.support {
    background: url(https://a24dee32394c5bb6003c-dbe25af5bffa717bad1319f4f5665be5.ssl.cf2.rackcdn.com/bg12_jpg-1557173569) repeat-x;
    float: left;
    display: block;
    float: left;
    background-size: cover;
    width: 100%;
    margin-top: 15px;
}
.support h3 {
    color: #f27b00;
    float: left;
    font-size: 35px;
    font-weight: 700;
    letter-spacing: 3px;
    line-height: 90px;
    padding: 11px 3% 6px 0%;
    text-transform: uppercase;
    width: auto;
    margin-left: 6%;
}
.new .btn-primary {
    background-color: #fff;
    color: #81235d;
    font-size: 19px;
    font-weight: 400;
    line-height: 32px;
    padding: 13px 25px 10px 23px;
    display: inline-block;
    text-transform: uppercase;
    border: 2px solid #81235d;
    margin-left: 2.2%;
    margin-top: 31px;
}
.new {
    background: url(https://a24dee32394c5bb6003c-dbe25af5bffa717bad1319f4f5665be5.ssl.cf2.rackcdn.com/bg13_jpg-1557173570) repeat-x;
    float: left;
    display: block;
    float: left;
    background-size: cover;
    width: 100%;
    margin-top: 80px;
}
.new h3 {
    color: #81235d;
    float: left;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 5px;
    line-height: 90px;
    padding: 15px 0.3% 6px 9.1%;
    text-transform: uppercase;
}
.great-people .btn-primary {
    background-color: #F9FBFB;
    border: 2px solid #0D5861;
    color: #0D5861;
    font-size: 19px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 36px;
    margin-left: 2%;
    margin-top: 22px;
    padding: 10px 23px 10px;
    text-transform: uppercase;
}
.great-people {
    background: url(https://a24dee32394c5bb6003c-dbe25af5bffa717bad1319f4f5665be5.ssl.cf2.rackcdn.com/bg7_jpg-1557173570) left top repeat-x;
    float: left;
    display: block;
    float: left;
    background-size: cover;
    width: 100%;
    margin-top: 25px;
}
.great-people h3 {
    color: #0d5861;
    float: left;
    font-size: 35px;
    font-weight: 700;
    letter-spacing: 2.7px;
    line-height: 82px;
    padding: 11px 0px 10px 3%;
    text-transform: uppercase;
    padding: 11px 0px 10px 9.5%;
}
.wrapper3 {
    max-width: 1285px;
    margin: 0 auto;
}
.training .left-sec1 {
    margin-left: 6.9%;
    width: 58%;
}
.training .right-sec1 .list li a {
    padding: 0 8px
}
.filter-section1 {
    display: none
}
.mobile-header {
    display: none
}
.desc2 {
    float: left;
    width: 66%;
}
.heading8 {
    display: none;
    color: #0d5861;
    float: left;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 3px;
    line-height: 90px;
    margin-left: 6%;
    text-transform: uppercase;
}
.learn-more-bt5 {
    border: 1px solid #0d5861;
    border-radius: 6px;
    color: #0d5861;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 28px;
    padding: 10px 24px;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;
    display: none;
}
.left-sec3 .pagination-ba {
    display: none
}
.load-more,
.load-less {
    background: #f3f3f3;
    font-size: 16px;
    height: 41px;
    line-height: 31px;
    text-align: center;
    float: left;
    width: 100%;
    padding: 5px 0px;
    margin-top: 30px;
    display: none;
}
.load-less a,
.load-more a {
    color: #979797;
    background: url(https://a24dee32394c5bb6003c-dbe25af5bffa717bad1319f4f5665be5.ssl.cf2.rackcdn.com/load-more-btn_jpg-1557173570) right 5px no-repeat;
    padding-right: 33px;
    cursor: pointer;
}
.load-less a {
    background: url(https://a24dee32394c5bb6003c-dbe25af5bffa717bad1319f4f5665be5.ssl.cf2.rackcdn.com/load-less-btn_jpg-1557173570) right 5px no-repeat
}
#blogloadmore {
    float: left;
    width: 100%;
}
.right-sec1 .pagination-bar {
    display: none
}
.training-calender .great-people .btn-primary {
    margin-left: 0.6%
}
.great-people span {
    color: #4e6b89;
    float: left;
    font-size: 40px;
    padding: 15px 0.3% 6px 7.9%;
    text-transform: uppercase;
}
.event-col .view-btn1 {
    background: #f2902b;
    padding: 0px 10px;
    float: right;
    height: 32px;
}
.event-page .bd1 {
    display: none
}
.event-page .bd2 {
    display: none
}
.view-btn8 {
    background: #f2902b;
    border: none !important;
    border-radius: 0px !important;
    display: inline-block !important;
    padding: 4px 38px !important;
    float: right;
}
.view-btn8:focus {
    text-decoration: none
}
.view-btn8 span {
    color: #fff !important;
    text-transform: uppercase !important;
    font-size: 15px;
    font-style: normal;
    padding-left: 10px;
}
.view-btn8 span.accordprefix {
    background: url(https://a24dee32394c5bb6003c-dbe25af5bffa717bad1319f4f5665be5.ssl.cf2.rackcdn.com/add-btn1_jpg-1557173571) left 6px no-repeat
}
.event-page .bd9 {
    display: none
}
.event-page .bd10 {
    display: none
}
.event-page .view-btn8 {
    display: none !important
}
.collapse-btn {
    background: #dcdcdc;
    text-decoration: none !important;
    padding: 6px 22px!important;
    float: right;
    width: 59%;
    margin-top: 58px;
    display: none;
}
.collapse-btn span {
    font-size: 15px;
    line-height: 20px;
    color: #2f2f2f;
    text-transform: uppercase;
    padding-left: 20px;
    width: 6%;
    color: #000000!important;
}
.event-page .line {
    border-bottom: 3px solid #dcdcdc;
    float: left;
    width: 100%;
    margin-bottom: 25px;
    display: none;
}
.collapse-btn span.accordprefix {
    background: url(https://a24dee32394c5bb6003c-dbe25af5bffa717bad1319f4f5665be5.ssl.cf2.rackcdn.com/minus_jpg-1557173571) left no-repeat!important
}
.collapse-btn span.collapse-c {
    padding: 0!important
}
.event-page .bd16 {
    display: none
}
.event-page .bd15 {
    display: none
}
.mob-event-desc {
    display:
}
.support h3 {
    display: none
}
.support .heading10 {
    display: none;
    font-size: 19px;
    letter-spacing: 0;
    line-height: 34px;
    text-align: left;
    width: 100%;
}
.support h3 {
    display: block
}
.event-page .support h3 {
    width: auto!important
}
.event-page .support h3 {
    display: none
}
.event-page .support h3 {
    display: block
}
.support .heading10 {
    display: none !important
}
.join-team,
.help {
    float: left;
    width: 100%;
    margin: 58px 0 0 0;
}
.image-block {
    float: left;
    position: relative;
    width: 100%;
}
.image-block > img {
    width: 100%
}
.join-team-text,
.help-text {
    position: absolute;
    bottom: 0;
    height: 56px;
    line-height: 56px;
    font-size: 20px;
    color: #FFFFFF;
    font-weight: bold;
    float: left;
    text-align: center;
    width: 100%;
    background: url(https://a24dee32394c5bb6003c-dbe25af5bffa717bad1319f4f5665be5.ssl.cf2.rackcdn.com/orange-bg_png-1557173571) repeat;
}
.help-text {
    background: url(https://a24dee32394c5bb6003c-dbe25af5bffa717bad1319f4f5665be5.ssl.cf2.rackcdn.com/pink-bg_png-1557173572) repeat
}
.join-team > p,
.help > p {
    height: 60px;
    font-size: 22px;
    color: #2f2f2f;
    float: left;
    width: 100%;
}
.join-team .btn-primary,
.help .btn-primary {
    background-color: #fff;
    border-color: #f2902b;
    color: #f2902b;
    float: left;
    margin: 0;
    font-size: 14px;
    width: 170px;
    line-height: 30px;
    text-transform: uppercase;
}
.help .btn-primary {
    border-color: #81235d;
    color: #81235d;
    margin-top: 40px;
}
.post {
    float: left;
    width: 95%;
    margin: 15px 0 10px 0;
}
.posted-on time.updated {
    display: none
}
.post > span {
    font-size: 20px;
    color: #f2902b;
    float: left;
}
span.posted-on a .entry-date {
    font-size: 17px;
    color: #f2902b;
    padding-right: 5px;
}
.post > p {
    font-size: 18px;
    color: #2f2f2f;
    float: left;
    margin: 0 15px;
    font-style: normal;
}
.post > a {
    font-size: 20px;
    font-style: normal;
    color: #f2902b;
    float: left;
    text-decoration: underline;
    margin: 0 10px 0 0;
}
.post > a > i {
    float: right;
    margin: 0 0 0 10px;
}
.about_p_black ul,
.about_p_black ol {
    display: inline-block;
    width: 100%;
    margin: 15px 0;
    padding: 0;
}
.about_p_black ul li,
.about_p_black ol li {
    float: left;
    width: 100%;
    list-style-type: disc;
    list-style-position: inside;
    color: #2f2f2f;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 24px;
    margin: 5px 0px;
}
.about_p_black ol li {
    list-style-type: decimal;
    list-style-position: inside;
}
.training .btn-primary {
    background-color: #fff;
    color: #4e6b89;
    font-size: 19px;
    font-weight: 400;
    line-height: 32px;
    padding: 13px 25px 10px 23px;
    display: inline-block;
    text-transform: uppercase;
    border: 2px solid #4e6b89;
    margin-left: 2.2%;
    margin-top: 31px;
}
.training {
    background: url(https://a24dee32394c5bb6003c-dbe25af5bffa717bad1319f4f5665be5.ssl.cf2.rackcdn.com/bg8_jpg-1557173572) repeat-x;
    float: left;
    display: block;
    float: left;
    background-size: cover;
    width: 100%;
    margin-top: 40px;
}
.training span1 {
    color: #4e6b89;
    float: left;
    font-size: 40px;
    padding: 15px 0.3% 6px 9.1%;
    text-transform: uppercase;
}
ul.list4 > li {
    position: relative
}
ul.list5 > li {
    position: relative;
    float: left;
    margin: 0px 0 40px 0;
    width: 100%;
}
.event-image {
    float: left;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
}
.event-image > img {
    width: 100%;
    float: left;
    height: 139px;
}
.donate-block {
    float: left;
    width: 100%;
    margin: 20px 0 0 0;
}
.donate-block > ul,
.donate-block > ul > li {
    display: block;
    float: left;
    width: 100%;
}
.donate-block > ul {
    margin: 50px 0 0 0
}
.about_p_black h3 {
    float: left;
    display: block;
    color: #f2902b;
    font-size: 30px;
    width: 100%;
    margin: 30px 0 5px 0;
}
.involved h6,
.event-date,
.learn-more-block > ul > li > h6,
.upcoming-events h6 {
    float: left;
    display: block;
    color: #f2902b;
    font-size: 30px;
    width: 100%;
    margin: 0 0 10px 0;
}
.learn-more-block > ul > li > h6 {
    width: auto;
    font-size: 25px;
}
.event-date {
    font-size: 20px;
    width: auto;
    margin: 0 5px 0 0;
    font-size: 19px;
}
.donate-block > ul > li > p,
.event-time {
    color: #2f2f2f;
    font-size: 17px;
    line-height: 27px;
    margin-bottom: 13px;
    font-style: normal;
}
.event-time {
    float: left;
    margin: 0;
    font-size: 14px;
}
.donate-block > ul > li > p > a {
    color: #0d5861;
    text-decoration: underline;
    font-size: 16px;
}
.upcoming-events {
    float: left;
    width: 100%;
    margin: 50px 0 0 0;
}
.upcoming-events > ul {
    display: block
}
.upcoming-events > ul > li {
    float: left;
    width: 100%;
    margin: 10px 0 30px 0;
}
.upcoming-image {
    float: left
}
.event-text {
    float: right;
    width: 78%;
}
.event-text > h2 {
    color: #0D5861;
    font-size: 25px;
}
.event-text > a,
.event-text > p {
    float: left;
    font-size: 17px;
    padding-right: 5px;
}
.event-text > a {
    color: #0d5861;
    text-decoration: underline;
}
.event-text > span {
    float: left;
    font-size: 17px;
    padding-right: 5px;
    color: #0d5861;
}
.event-calender {
    float: left;
    width: 100%;
}
.event-calender > p {
    font-size: 18px;
    color: #0d5861;
}
.event-calender a {
    float: left;
    text-align: center;
    background: #fff url(https://a24dee32394c5bb6003c-dbe25af5bffa717bad1319f4f5665be5.ssl.cf2.rackcdn.com/calendar_png-1557173563) no-repeat 18px center;
    border: 1px solid #0d5861;
    border-radius: 5px;
    font-size: 14px;
    letter-spacing: .8px;
    line-height: 16px;
    color: #0d5861;
    padding: 9px 10px 10px 40px;
    margin: 15px 0 0 0;
}
.learn-more-block {
    float: left;
    width: 100%;
    margin: 30px 0 0 0;
}
.learn-more-block > ul {
    display: block
}
.learn-more-block > ul > li {
    display: block;
    float: left;
    width: 100%;
    border-bottom: 1px solid #e8e8e8;
    padding: 0 0 18px 0;
    margin: 18px 0 0 0;
}
.learn-more-block > ul > li > h6 > i {
    margin: 0 20px 0 0
}
.annual-read-more {
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    color: #0D5861;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 6px;
    padding: 7px 25px;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;
    border: 1px solid #0D5861;
    float: right;
}
.contact-block {
    float: left;
    width: 100%;
    margin: 30px 0 0 0;
}
.contact-right {
    float: left;
    width: 100%;
    margin: 30px 0 0 0;
}
.contact-block ul {
    display: block
}
.contact-block ul li {
    float: left;
    width: 100%;
    margin: 0 0 20px 0;
}
.contact-block ul li label {
    color: #0d5861;
    text-transform: uppercase;
    font-size: 17px;
    margin: 0 0 15px 0;
}
#contact_fullname,
#contact_email,
#contact_subject,
#contact_message {
    width: 100%;
    float: left;
    height: 48px;
    border: 1px solid #0d5861;
    border-radius: 5px;
    padding: 0px 10px;
}
#contact_message {
    min-height: 320px;
    padding: 10px;
}
.contact-send {
    font-size: 18px;
    text-transform: uppercase;
    float: right;
    background: #f2902b;
    padding: 15px 50px;
    color: #FFFFFF;
    border-radius: 10px;
    margin: 15px 0 0 0;
    border: none;
}
.mapimg {
    float: left;
    width: 100%;
}
.error_msg_name {
    background: none repeat scroll 0 0 #ffd9d9 !important;
    border: 1px dashed #ff0000 !important;
}
.cnt_form-successnews,
.cnt_form-success {
    background: none repeat scroll 0 0 #ddeeee;
    border: 1px dashed #006666;
    color: #009966;
    float: left;
    font-weight: bold;
    margin: 3px 0 10px;
    padding: 3px;
    text-align: center;
    width: 100%;
}
.cnt_form-newsexist,
.cnt_error_msg {
    background: none repeat scroll 0 0 #ffd9d9;
    border: 1px dashed #ff0000;
    color: #ff0000;
    float: left;
    font-weight: bold;
    margin: 3px 0 10px;
    padding: 3px;
    text-align: center;
    width: 100%;
}
.cnt_error_msg {
    margin-top: 20px
}
.cnt_error_msg p {
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 2px;
    text-align: left;
}
.formErrors {
    background: none repeat scroll 0 0 #fec7d0;
    color: #ff0000;
    float: left;
    width: 100%;
    margin: 0px 0px 15px 0px;
    padding-left: 10px;
    top: 0px;
    position: relative;
}
.formErrors ul li {
    margin: 0px;
    line-height: 24px;
    font-size: 16px;
}
.formSuccess {
    background: none repeat scroll 0 0 #DEE;
    color: #096;
    float: left;
    font-weight: 600;
    text-align: center;
    margin: 0 0 10px;
    padding: 8px;
    text-transform: capitalize;
    font-size: 16px;
    width: 100%;
    position: relative;
    top: 33px;
}
#topworkplace img {
    margin-top: 10px;
    margin-left: 10px;
    width: 90px;
}
.cdp-section {
    padding-bottom: 0;
    margin-bottom: 20px;
}
.cdp-section span.tel {
    margin-top: 5px;
}
.cdp-section h3 {
    font-size: 25px;
    margin-bottom: 5px;
}
@media only screen and (max-width:1300px) {
    .service-page .banner img {
        height: auto
    }
    body.training-calender .banner img {
        height: auto
    }
    .desc1 {
        width: 63%
    }
    .desc1 h4 {
        font-size: 20px;
        margin-bottom: 0;
    }
    .desc1 span {
        font-size: 16px;
        margin-bottom: 6px;
    }
    .bg9 {
        min-height: 198px
    }
    body.training .banner img {
        height: auto
    }
    .event-desc {
        width: 65%
    }
    body.event-page .banner img,
    body.about-page .banner img,
    body.blog-page .banner img,
    body.involved-page .banner img,
    body.contact-page .banner img {
        height: auto
    }
    .event-page .event-col a {
        padding: 11px 19px
    }
    .event-page .event-col strong {
        font-size: 26px
    }
    .event-page .event-col span {
        font-size: 24px
    }
    .inner_bg {
        padding: 0 0 49px 0
    }
    .address h4 {
        font-size: 24px
    }
    .training h3 {
        font-size: 30px
    }
}
@media only screen and (max-width:1024px) {
    .training-calender .wrapper1 {
        margin-right: 5%
    }
    .pagination-bar {
        width: 100%
    }
    .pagination-bar .next-btn {
        margin-right: -2%
    }
    .training-calender {
        padding-top: 0px
    }
    .great-people .btn-primary {
        margin-top: 32px;
        padding: 3px 23px;
        font-size: 20px;
        font-size: 11px;
    }
    .great-people h3 {
        font-size: 21px
    }
    .desc1 {
        padding-left: 11%;
        width: 100%;
    }
    .upcomming-event h3 {
        font-size: 22px
    }
    .upcomming-event .view {
        margin-top: 25px
    }
    .bg9 {
        min-height: 198px
    }
    .desc2 .learn-more {
        display: none
    }
    .training .image {
        display: none
    }
    .right-sec1 .follow {
        padding-right: 0px
    }
    .service-page .right-sec {
        margin-right: 3%
    }
    .event-desc {
        width: 62%
    }
    .blog_container1 {
        display: none
    }
    .event-page  .other_ways .btn-primary {
        float: left!important
    }
    .training h3 {
        font-size: 30px
    }
    .training .btn-primary {
        font-size: 16px
    }
    .upcomming-event li:nth-child(2n) .bg5 {
        display: none
    }
    .upcomming-event li {
        background: #E6EEEF
    }
    .great-people span {
        font-size: 35px;
        padding-left: 0;
        padding-top: 8px;
    }
	.inner_bg .container {
		width: 924px;
	}
}
@media only screen and (max-width:992px) {
    .right-sec .list li span {
        padding: 0 20px
    }
    .right-sec .list li a {
        font-size: 14px
    }
    .right-sec h2 {
        font-size: 22px
    }
    .box h3 {
        font-size: 19px
    }
    .left-sec h2 {
        font-size: 24px
    }
    .left-sec p {
        font-size: 16px
    }
    .right-sec {
        margin-right: 2%
    }
    .left-sec {
        margin-left: 3.5%
    }
    .new .btn-primary {
        margin-top: 29px;
        padding: 3px 3px 0;
    }
    .new h3 {
        padding: 4px 0.3% 4px 0;
        font-size: 20px;
        letter-spacing: 0px;
    }
    .new .btn-primary {
        font-size: 13px
    }
    .read-more {
        font-size: 11.5px;
        padding: 7px 23px;
    }
    .left-sec3 h2 {
        font-size: 24px
    }
    .list11 .desc2 h4 {
        font-size: 18px;
        line-height: 27px;
        margin-bottom: 0;
    }
    .list11 .desc2 span {
        font-size: 17px;
        margin: 0;
    }
    .great-people h3 {
        margin-left: 0px;
        padding-left: 0px;
    }
    .list11 .desc2 p {
        font-size: 15px
    }
    .desc2 {
        float: left;
        width: 71%;
    }
    .bg9 {
        min-height: 178px
    }
    .desc2 .learn-more {
        display: none
    }
    .right-sec1 .follow {
        padding-right: 0px
    }
    .left-sec3 .venture3 {
        font-size: 17px !important
    }
    .left-sec3 .bg12 {
        width: 67.8%
    }
    .participate_right .right-sec1 h2 {
        font-size: 22px
    }
    .participate .blog_banner_right h2 {
        font-size: 18px
    }
    .support_bg h3 {
        font-size: 25px
    }
    .training-calender .right-sec1 .list li a {
        font-size: 14px;
        font-weight: 600;
    }
    .list11 .image {
        width: 14%;
        margin-right: 27px;
    }
    .training-calender .wrapper1 {
        margin-right: 16%
    }
    .list11 li {
        width: 100%
    }
    .pagination-bar .next-btn {
        margin-right: -16%
    }
    .pagination-bar {
        width: 100%
    }
    .training-calender {
        padding-top: 0px
    }
    .great-people .btn-primary {
        margin-top: 32px;
        padding: 3px 23px;
    }
    .desc1 {
        padding-left: 11%;
        width: 100%;
    }
    .upcomming-event h3 {
        font-size: 22px
    }
    .upcomming-event h3 {
        margin-bottom: 10px
    }
    .upcomming-event .view {
        margin-top: 25px
    }
    .right-sec1 {
        margin-left: 5.4%
    }
    .training .left-sec1 {
        width: 58%
    }
    .list11 .image {
        width: 19%
    }
    .training .image {
        display: none
    }
    .event h2 {
        font-size: 24px;
        line-height: 60px;
    }
    .event p {
        font-size: 15.5px
    }
    .list4 h2 {
        font-size: 17px
    }
    .event-col strong {
        font-size: 20px;
        line-height: 22px;
    }
    .event-col span {
        font-size: 20px;
        line-height: 35px;
    }
    .event-col a {
        font-size: 13px;
        padding: 8px 15px;
        margin-left: 10%;
    }
    .event-desc h3 {
        font-size: 20px
    }
    .event-desc {
        float: right;
        width: 63%;
    }
    .blog_container1 {
        display: none
    }
    .event-page .event-col a {
        padding: 8px 12px
    }
    .event-page .event-col span {
        font-size: 20px
    }
    .event-page .event-col strong {
        font-size: 20px
    }
    .training .left-sec1 {
        margin-left: 2.9%;
        width: 58%;
    }
    .right-sec1 .list {
        width: 206px
    }
    .desc1 span {
        font-size: 15px
    }
    .join-team-text,
    .help-text {
        height: 42px;
        line-height: 42px;
        font-size: 16px;
    }
    .training h3 {
        font-size: 30px;
        padding: 7px 0.3% 0px 9.1%;
        line-height: 60px;
    }
    .training .btn-primary {
        font-size: 14px;
        padding: 0 5px;
        margin-top: 35px;
    }
    .event-text {
        width: 70%
    }
    .event-text > h2 {
        font-size: 18px
    }
    .event-text > a,
    .event-text > p {
        font-size: 15px
    }
    .event-calender > p {
        font-size: 16px
    }
    .event-calender a {
        font-size: 12px
    }
    .learn-more-block > ul > li > h6 {
        font-size: 20px
    }
    .training h3 {
        padding-left: 0;
        font-size: 25px;
    }
    .upcomming-event li:nth-child(2n) .bg5 {
        display: none
    }
    .upcomming-event li {
        background: #E6EEEF;
        padding: 0 10px 0 0px;
    }
    .great-people span {
        font-size: 30px;
        padding-left: 0;
        padding-top: 8px;
    }
}
@media only screen and (max-width:767px) {
    .left-sec {
        width: 97%;
        float: none;
    }
    .list6 h3 {
        font-size: 16.5px
    }
    .right-sec1 {
        float: none;
        width: 100%;
    }
    .right-sec {
        float: none;
        width: 100%;
    }
    .box {
        margin-bottom: 25px
    }
    .left-sec3 {
        float: none;
        width: 100%;
    }
    .service {
        margin-left: 2%
    }
    .right-sec1 .list {
        width: 100%
    }
    .great-people h3 {
        font-size: 16px;
        letter-spacing: 0;
        margin-left: -3%;
    }
    .great-people .btn-primary {
        padding: 3px 15px
    }
    .desc1 {
        padding-left: 12%;
        width: 90%;
    }
    .training .left-sec1 {
        float: none;
        width: 90%;
    }
    .list7 li {
        float: none;
        text-align: center;
        width: 100%;
    }
    .bg9 {
        min-height: 170px
    }
    .list11 .image {
        display: none
    }
    .training-calender .right-sec1 {
        margin-left: 6%
    }
    .bg5 {
        margin-left: -5%;
        width: 100%;
        min-height: 150px;
    }
    .training .desc1 {
        padding-left: 0px;
        margin-left: 0;
    }
    .great-people .heading8 {
        margin-left: 1%
    }
    .column1 {
        width: 92%;
        float: none;
    }
    .column2 {
        float: none;
        margin-left: 4%;
        width: 94%;
    }
    .right-sec1 h2 {
        clear: left
    }
    .event-page .support h3 {
        margin-top: 10px
    }
    .blog_container1 {
        display: none
    }
    .event-page  .event-col {
        width: 19%
    }
    .upcomming-event li:nth-child(2n) .bg5 {
        display: none
    }
    .upcomming-event li {
        background: #E6EEEF;
        padding: 0 10px;
        float: left;
        min-height: 175px;
    }
}
@media only screen and (max-width:600px) {
    .bg9 {
        min-height: 202px
    }
    .event-col {
        width: 100%;
        float: none;
        margin-bottom: 30px;
    }
    .event-page .event-desc {
        float: none;
        width: 90%;
        clear: both;
    }
    .event-col {
        float: left;
        width: 65%;
    }
    .event-col a {
        margin-left: 0px
    }
    .blog_container1 {
        display: none
    }
    .event-page .event-col {
        width: 21%
    }
    .new {
        height: 62px
    }
    .new h3 {
        line-height: 56px
    }
    .new .btn-primary {
        margin-top: 13px
    }
    .event-text {
        width: 80%
    }
    .event-text p.event-date,
    .event-text p.event-time {
        width: 100%
    }
    .tab_desk {
        display: none
    }
    .bloglist_mobile,
    .great-people .heading8 {
        display: block
    }
    .great-people span {
        display: none
    }
    .training .btn-primary {
        margin-top: 17px
    }
}
.tp-bullets {
    -webkit-transform: translateZ(0px)!important;
}
.tp-rightarrow {
    z-index: 200!important;
    -webkit-transform: translateZ(0px)!important;
}
.copyright p.footer-stamp {
    line-height: 1;
    margin-bottom: 10px;
}
.copyright p.footer-stamp a {
    color: #FFFFFF;
}
.sign_up .form-control-name {
    width:205px;
	margin-bottom:10px;
}
#s2_form_widget-2 {
    margin:25px 0 0 0;
    float:left;
    width:100%;
}
#s2_form_widget-2 .search label{
    display:none;
}
#s2email {
    max-width:304px;
    width:100%;
    margin-left:0;
    font-size:15px;
}
#s2_form_widget-2 input[type="submit"] {
    border-radius:4px;
}
#s2_form_widget-2 .s2_error {
    float:left;
    background: none repeat scroll 0 0 #ffd9d9;
    border: 1px dashed #ff0000;
    color: #ff0000;
    font-size:15px;
    margin:10px 0 0 0;
    padding:5px 20px;
}
#s2_form_widget-2 .s2_message {
    float:left;
    background: none repeat scroll 0 0 #ddeeee;
    border: 1px dashed #006666;
    color: #009966;
    font-size:15px;
    margin:10px 0 0 0;
    padding:5px 20px;
    width:100%;
    text-align:center;
}
.header_top a.careers-button {
    margin-right: 15px;
}
@media (max-width: 991px) {
    .header_top a.careers-button {
        clear: both;
        margin-top: 5px;
        margin-right: 3px;
    }
}