
body, html {
    overflow-x: hidden;
    font-family: Open Sans;
}

.header-top {
    background: none repeat scroll 0 0;
    height: 50px;
    position: absolute;
    z-index: 5;
    width:100%;
}

.contact>p {
    line-height: 50px;
    margin: 0;
    padding: 0;
}

.header-top .contact {
   text-align: right;
    display: inline-block;
    float:right;
    padding-top:6px;
}

.header-top .contact p a {
    color: #222;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
}

.header-top .contact p span {
    margin-right: 45px;
}

.header-top .contact .phone a {
   font-weight: 700;
    font-size: 18px;
    color:#fff;
}

.header-top .contact .email a {
   color:#fff;
}

.header-top .contact .phone i {
    vertical-align: middle;
    margin-right: 4px;
    color:#FF6C50;
    display: inline-block;
}



.header-top .join-us  {
   text-align: right;
    display: inline-block;
    float:right
}

.join-us > p {
    background: #089549 none repeat scroll 0 0;
    line-height: 36px;
    margin: 0;
    padding: 0;
}

.header-top .join-us p a {
   background: #F8D353;
background: -webkit-linear-gradient(top, #F8D353, #FF5C5A);
background: -moz-linear-gradient(top, #F8D353, #FF5C5A);
background: linear-gradient(to bottom, #F8D353, #FF5C5A);
    color: #fff;
    float: right;
    font-size: 16px;
    font-weight: 500;
    padding: 0 40px 2px;
    text-decoration: none;
    font-family: 'Open Sans Condensed';
    border-radius: 50px;
    margin-top:10px;
    letter-spacing: 1px;

}

.header-top .join-us p a:hover {
   opacity: 0.8

}

.show-fx {
    position: fixed;
    transition: 1s;
    background: #464644;
    height: 60px;
}

.sff {
    position: relative;
}

.cat-link {
    position: absolute;
    top:20px;
    left:15px;
    display: none;
}

.cat-link a {
    color:#fff;
    font-weight: 300;
    margin-right: 12px;
}

.cat-link a:hover {
    color:#1B5B8B;
    text-decoration: none;
}

.cat-link a i {
    vertical-align: middle;
}

.header {
    position: absolute;
    z-index: 4;
    width: 100%;

}
.header .header-bottom {
    padding: 65px 0 0;

}
.header .header-bottom .sffs {
   border-radius:10px;
   background: #FF3422 !important;
}

.header .header-bottom .menu {
   margin-top: 0px;

}

.header .header-bottom .menu ul {
    float: right;
}

.header .header-bottom .menu ul li a {
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    font-weight: 300;
    margin-right: 0;
    padding-left: 0px;
    padding-right: 0;
}

.header .header-bottom .menu ul li a:hover {
    color: #000;
}

.nav>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
    background-color: transparent;
}

.main-logo {
    margin: -40px 0 6px 20px;
}

.main-logo > img {
    display:block;
    max-height: 140px;
}

.main-logo>h2 {
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    margin-left: 11px;
    color: #359DF4;
}

.carosal-area {
    background-size: cover !important;
    position: relative;
    min-height: 650px;
}

.carosal-area-2 {
    min-height: 200px;
}

.overlay {
    position: absolute;
    top:0;
    left:0;
    right: 0;
    bottom:0;
    background:#000;
    opacity: 0.4;
}

.carosal-area .text {
    text-align: center;
    margin:0 auto;
    margin-bottom: 50px;
    max-width: 800px;

}

.carosal-area .text>h3 {
    color: #FF6C50;
    font-size: 35px;
    font-weight: 700;
    font-family: 'Open Sans Condensed', sans-serif;
    margin-top: 210px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.carosal-area .text>p {
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    margin-top: 28px;
}

.carosal-area .text>h5 {
    display: inline-block;
    margin-left: 10px;
    margin-top: 52px;
}

.carosal-area .text>h5 a {
    border: 1px solid #fff;
    border-radius: 25px;
    color: #fff;
     font-family: 'Open Sans Condensed';
    font-size: 16px;
    font-weight: 500;
    padding: 15px 40px;
    text-decoration: none;
    letter-spacing: 1px;
}

.carosal-area .text>h5 a:hover {
    border: 1px solid #FF6C50;
    color: #fff;
}

.carosal-area .text>h5.white-button a {
    background: #fff;
    color: #359DF4;
}

.carosal-area .owl-prev {
    left: 0;
    position: absolute;
    top: 48%;
}

.carosal-area .owl-next {
    right: 0;
    position: absolute;
    top: 48%;
}

.carosal-area .owl-theme .owl-nav [class*="owl-"] {
    background: rgba(0,0,0,0.15) none repeat scroll 0 0;
    border-radius: 50%;
    font-size: 25px;
    height: 50px;
    line-height: 43px;
    width: 50px;
}

.carosal-area .owl-dots {
    margin-bottom: 40px;
    margin-top: 105px;
}

.owl-theme .owl-dots .owl-dot span {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #fff
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #fff none repeat scroll 0 0;
}


/*
.wrapper section>h2 {
    color: #000;
    font-family: "Open Sans", sans-serif;
    font-size: 32px;
    font-weight: 700;
    margin: 115px auto 50px;
    position: relative;
    width: -moz-fit-content;
    text-transform: uppercase;
}
*/


.wrapper section>h2 {
    color: #000;
    font-family: "Open Sans", sans-serif;
    font-size: 28px;
    font-weight: 700;
    margin: 115px auto 50px;
    position: relative;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    margin: 115px 0 50px;
}

.wrapper section>h2::before {
    background: #359DF4 none repeat scroll 0 0;
    bottom: -13px;
    content: "";
    height: 2px;
    left: 48%;
    position: absolute;
    width: 75px;
    margin: 0 auto;
}

.wrapper section>p {
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
}

.our_activity {
    margin-bottom: 0px;
    background:#ECEFF1;
    padding-top: 5px;
    padding-bottom: 65px;
}

.our_activity .f_box {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    text-align: center;
    padding: 10px 20px;

}

.alignleft {
    float: left;
    margin:0 10px 10px 0;
}

.alignright {
    float: right;
    margin:0 0px 10px 10px;
}

.our_activity .single-Promo {
    border-radius: 7px;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
    margin: 100px 8px 0;
    padding: 40px 45px;
    position: relative;
     background: #fff;
    border:5px solid #FF6C50;
}

.our_activity .single-Promo .promo-icon {
    left: 0;
    position: absolute;
    text-align: center;
    top: -50px;
    width: 100%;
}

.our_activity .single-Promo h2 {
    border-radius: 60px;
    margin: 20px auto 38px;
    position: relative;
    width: -moz-fit-content;
    text-align: center;

}

.our_activity .single-Promo h2::before {
    background: #cecece none repeat scroll 0 0;
    bottom: -9px;
    content: "";
    height: 2px;
    left: 30%;
    position: absolute;
    width: 40%;
}

.our_activity .single-Promo h2  {
    text-decoration: none;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #000;
}

.our_activity .single-Promo p {
    color: #000;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    text-align: center;
}

.our_activity .single-Promo i {
    border: 0 solid #000;
    border-radius: 50%;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
    font-size: 40px;
    padding: 25px;
    text-align: center;
    background: #3ACDFE;
    background: -webkit-linear-gradient(top left, #3ACDFE, #0181AD);
    background: -moz-linear-gradient(top left, #3ACDFE, #0181AD);
    background: linear-gradient(to bottom right, #3ACDFE, #0181AD);
    color: #fff;
}

.our_activity .single-Promo:hover>h2 a {
    color: #359DF4;
}

.our_activity .single-Promo:hover>.promo-icon i {
    background: #359DF4;
    color: #fff;
}

.our_activity .single-Promo:hover>h2::before {
    background: #359DF4;
    color: #fff;
}

.donate_section {
    background-image: url("../img/donate-bg.jpg");
    background-size: cover;
}

.donate_section h4 {
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    text-align: center;
}

.donate_section h3 {
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 35px;
    text-align: center;
}

.donate_section p {
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
}

.donate_section .for-padding {
    padding: 87px 20px 107px;
}

.donate_section .progress {
    max-width: 700px;
    margin: 0 auto;
    height: 10px;
    background-color: #1eb464;
}

.donate_section .progress-bar {
    background-color: #fff;
}

.donate_section .progress-text {
    position: relative;
    width: 700px;
    margin: 0 auto;
}

.donate_section .progress-text .progress-right {
    position: absolute;
    right: 0;
    margin-top: 15px;
}

.donate_section .progress-text .progress-left {
    left: 0;
    position: absolute;
    margin-top: 15px;
}

.donate_section h2 {
    margin-top: 120px;
    text-align: center;
}

.donate_section h2 a {
    background: #fff none repeat scroll 0 0;
    border-radius: 30px;
    color: #05ce68;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    padding: 15px 40px;
    text-decoration: none;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
}

.events_section_area .events_single {
    margin: 60px 20px 0;
}

.events_section_area .events_single img {
    width: 100%;
}

.events_section_area .events_single p {
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    margin-top: 14px;
    font-weight: 400;
    position: relative;
}

.events_section_area .events_single p i {
    font-size: 15px;
    position: absolute;
    left: 0;
    top: 2px;
}

.events_section_area .events_single p span.event_left {
    left: 0;
    position: absolute;
    padding-left: 20px;
}

.events_section_area .events_single p span.event_right {
    position: absolute;
    right: 0;
    padding-left: 20px;
}

.events_section_area .events_single h3 {
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    font-weight: 700;
    margin-top: 70px;
    text-align: center;
}

.events_section_area .events_single:hover h3 {
    color: #359DF4;
    text-decoration: underline;
}

.events_section_area .events_single h6 {
    color: #6f6f6f;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 32px;
    text-align: center;
}

.our_cuauses .our_cuauses_single {
    margin-top: 75px;
    margin-bottom: 5px;

}

.our_cuauses .our_cuauses_single .item {
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    padding-bottom: 20px;
    padding-top: 20px;
    border:5px solid #FF6C50;
    background: rgba(255,255,255,0.8);
}

.our_cuauses .our_cuauses_single .item img {
   max-height: 170px;
    width: auto;
    margin: 25px auto 5px;
}

.our_cuauses .our_cuauses_single .item h2 {
    color: #000;
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    font-weight: 700;
    margin: 20px 0 20px;
}

.our_cuauses .our_cuauses_single .item p {
    color: #595959;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    font-weight: 600;
    margin: 0;
}

.our_cuauses .our_cuauses_single .item p span {
    color: #359DF4;
}

.our_cuauses .our_cuauses_single .item p.progress-top {
    text-align: center
}

.our_cuauses .our_cuauses_single .item .for_padding {
    padding: 0 30px
}

.our_cuauses .progress {
    background-color: #e5e5e5;
    height: 10px;
    margin-top: 20px;
    max-width: 100%;
}

.our_cuauses .progress-bar {
    background-color: #359DF4;
}

.our_cuauses .progress-text {
    margin: 0 auto;
    position: relative;
}

.our_cuauses .progress-text .progress-left {
    left: 0;
    margin-top: 15px;
    position: absolute;
}

.our_cuauses .progress-text .progress-right {
    margin-top: 15px;
    position: absolute;
    right: 0;
}

.our_cuauses h4 {
    margin-top: 60px;
    text-align: center;
}


.our_cuauses h4::before {
    background: #359DF4 none repeat scroll 0 0;
    bottom: -13px;
    content: "";
    height: 2px;
    left: 25%;
    position: absolute;
    width: 50%;
}

.our_cuauses h4.borderes::before {
    background: #359DF4 none repeat scroll 0 0;
    bottom: -13px;
    content: "";
    height: 0px;
    left: 25%;
    position: absolute;
    width: 0%;
}

.wrapper .our_cuauses .container > p {
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
}

.our_cuauses .progress-text {
    margin-top: 10px;
}

.our_cuauses h4 a {
    background: #F8D353;
    background: -webkit-linear-gradient(top, #F8D353, #FF5C5A);
    background: -moz-linear-gradient(top, #F8D353, #FF5C5A);
    background: linear-gradient(to bottom, #F8D353, #FF5C5A);
    border-radius: 30px;
    color: #fff;
    font-family: "Open Sans Condensed", sans-serif;
    font-size: 16px;
    font-weight: 500;
    padding: 15px 40px;
    text-decoration: none;
    border: 0px solid #05ce68;
    letter-spacing: 1px;
}

.our_cuauses .our_cuauses_single .item {
    margin-bottom: 20px
}

.our_cuauses .our_cuauses_single .item .for_padding:hover>h4 {
    color: #359DF4;
}

.our_cuauses .our_cuauses_single .item .for_padding:hover>h4 a {
    color: #fff;
    background: #359DF4;
}

.our_cuauses .owl-theme .owl-nav {
    margin: 50px 0 0;
}

.our_cuauses .owl-theme .owl-nav [class*="owl-"] {
    background: transparent;
    border: medium none;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    height: 50px;
    margin: 8px;
    padding: 0;
}

.our_cuauses .owl-theme .owl-nav i {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #359DF4;
    border-radius: 5px;
    color: #359DF4;
    font-size: 25px;
    height: 50px;
    overflow: hidden;
    padding: 10px 15px;
    width: 50px;
}

.our_cuauses .owl-theme .owl-nav i:hover {
    background: #359DF4;
    color: #fff;
}

.donors {
    margin-bottom: 0px;
    margin-top: -30px;
}

.donors .donors_input {
    background: url(../img/ps.jpg) #359DF4 no-repeat 0 0;

    float: left;
    min-height: 600px;
    text-align: center;
    width: 35%;
    padding: 10px 25px;
    position: relative;
}

 .donors .container > p {
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
     margin-bottom: 35px;
}

.donors .donors_input h2 {
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 22px;
    font-weight: 700;
    margin: 45px 0 40px;
    text-align: center;
}

.donors .donors_image h2 {
    color: #000;
}

.donors .donors_input p {
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    font-weight: 400;
    margin: 35px 0;
    text-align: center;

}


.donors .donors_input  input[type="text"]::placeholder {
    color:#fff;
}

.donors .donors_input h5 {
    margin: 25px auto 0;
    max-width: 500px;
}



.donors .donors_input  input[type="text"] {
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 5px;
    background: none;
    outline: none;
    max-width: 500px;
    border:1px solid #cecece;
    padding: 15px 8px;
    border-radius: 2px;
}

.donors .donors_input  input[type="email"] {
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #fff;

}

.donors .donors_input input[type="submit"] {
   background: #F8D353;
    background: -webkit-linear-gradient(top, #F8D353, #FF5C5A);
    background: -moz-linear-gradient(top, #F8D353, #FF5C5A);
    background: linear-gradient(to bottom, #F8D353, #FF5C5A);
    color: #fff;

    font-size: 16px;
    font-weight: 700;
    padding: 10px 40px 10px;
    text-decoration: none;
    font-family: 'Open Sans Condensed';
    border-radius: 50px;
    margin-top:10px;
    letter-spacing: 1px;
    border: 0px;
    text-transform: uppercase;
}

.donors .donors_input h4 {
    margin-top: 20px;
    text-align: center;
}

.donors .donors_input form {
    position: absolute;
    bottom: 0;
    left:0;
    right: 0;
    background: rgba(0,0,0,0.2);
    padding: 0px 20px 30px 20px;
}

.donors .donors_input h4 select {
    width: 500px;
    background: #359DF4 none repeat scroll 0 0;
    border: none;
    padding: 17px 20px;
    border-radius: 10px;
    border: 1px solid #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
}

.donors .donors_image {
    background: #eceff1 none repeat scroll 0 0;
    float: left;
    width: 65%;
    min-height: 600px;
}

.donors .donors_image .item {
    text-align: center;
}

.donors .donors_image .item img {
    border-radius: 10px;
    margin: 0 auto 30px;
    width: 385px;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
}

.donors .donors_image .item h3 {
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    font-weight: 500;
}

.donors .donors_image .item p {
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    font-weight: 400;
    margin: 10px 0 75px;
}

.donors .donors_image .item p span {
    color: #359DF4;
}

.donors .donors_image .owl-theme .owl-nav {
    margin-top: 10px;
    display: none;
}

.donors .donors_image .owl-theme .owl-dots .owl-dot.active span,
.donors .donors_image .owl-theme .owl-dots .owl-dot:hover span {
    background: #359DF4 none repeat scroll 0 0;
    border: 1px solid #359DF4;
}

.donors .donors_image .owl-theme .owl-dots .owl-dot span {
    border: 1px solid #7b7e80;
    height: 12px;
    width: 12px;
}

.volunteer_area .item {
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
}

.volunteer_area .item img {
    float: left;
    width: 160px;
}

.volunteer_area .item .text {
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
    float: left;
    width: 250px;
    padding: 20px 30px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.volunteer_area .item .text h3 {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
}

.volunteer_area .item .text h6 {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin: 10px 0 0;
}

.volunteer_area .item .text h5 i {
    font-size: 18px;
    color: #504b5f;
    margin-right: 20px;
}

.volunteer_area .item .text p {
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    font-weight: 400;
    margin: 10px 0 0;
}

.volunteer_area .owl-theme .owl-nav {
    margin: 65px 0 110px;
}

.volunteer_area .owl-theme .owl-nav [class*="owl-"] {
    background: transparent;
    border: medium none;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    height: 50px;
    margin: 8px;
    padding: 0;
}

.volunteer_single {
    margin-top: 70px;
}

.volunteer_area .owl-theme .owl-nav i {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #359DF4;
    border-radius: 5px;
    color: #359DF4;
    font-size: 25px;
    height: 50px;
    overflow: hidden;
    padding: 10px 15px;
    width: 50px;
}

.volunteer_area .owl-theme .owl-nav i:hover {
    background: #359DF4;
    color: #fff;
}

.carosal_bottom {
    background-image: url(../img/carosal_bottom_bg.jpg);
    background-size: 100% 100%;
    height: 575px;
}

.carosal_bottom .item {
    max-width: 750px;
    margin: 0 auto;
    text-align: center;
    padding-top: 80px;
}

.carosal_bottom .item img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin: 0 auto;
}

.carosal_bottom .item p {
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    margin-top: 28px;
}

.carosal_bottom .item h5 {
    margin-top: 21px;
}

.carosal_bottom .item h5 i {
    color: #1dbb6b;
    font-size: 60px;
}

.carosal_bottom .item h4 {
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin-top: 13px;
    text-transform: uppercase;
}

.carosal_bottom .item h6 {
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
}

.carosal_bottom .owl-theme .owl-nav,
.carosal_bottom .owl-theme .owl-dots {
    display: none;
}

.letast_news  {

}

.letast_news .single_news {
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
    margin-bottom: 130px;
    margin-top: 70px;
    border-radius: 10px;
}

.letast_news .container > p {
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
}


.letast_news .single_news img {
    width: 100%;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.letast_news .single_news .texts {
    padding: 30px;
}

.letast_news .single_news .texts p.date a {
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
    color: #000;
}

.letast_news .single_news .texts h3 {
    color: #1FA9D7;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 27px;
    margin: 0;
    margin-bottom: 7px;
}

.letast_news .single_news .texts p.texts {
    color: #000;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    margin-top: 15px;
    padding: 0;
}

.letast_news .single_news .texts h3 a {
    color: #1FA9D7;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    text-decoration: none;
}



.footer_carosal {
    background: #f5f5f5 none repeat scroll 0 0;
    height: 150px;
    padding: 60px 0;
}

.footer_carosal .footer_carosal_icon .item img {
    width: 150px;
}

.footer {
    background: #464644;
    padding-top: 50px;
    color:#fff;
    padding-bottom: 40px;
}

.footer .footer-charity-text {
    max-width: 345px;
}

.footer .footer-charity-text h2 {
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 27px;
}

.footer .footer-charity-text p {
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
}

.footer .footer-charity-text hr {
    border-color: rgb(91, 91, 91);
}

.footer .footer-charity-text p i {
    color: #5b5b5b;
    font-size: 18px;
    margin-right: 20px;
}

.footer-charity-text hr {
    margin: 35px 0;
}

.footer .footer-text h3 {
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin: 8px 0 25px;
}

.footer .footer-text ul {
    margin: 0;
    padding: 0;

}

.footer .footer-text.two ul {
    margin-left: 15px;
}

.footer .footer-text.one ul li {
    left: 7px;
    list-style: outside none none;
    padding-left: 20px;
    position: relative;

}

.footer .footer-text.one ul li i {
    color: #FF6C50;
    font-size: 15px;
    left: -7px;
    position: absolute;
    top: 3px;
}

.footer .footer-text.one ul li a {

    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
    color: #fff;
}

.footer .footer-text.two ul li a {

    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
     color: #fff;
}

.footer .footer-text ul li {
    margin-bottom: 10px;
}

.footer .footer-text.two ul li a:hover,
.footer .footer-text.one ul li a:hover,
.footer .footer-text.one ul li i:hover,
.footer .footer-charity-text p i:hover {
    color: #c0c0c0;
}

.footer .footer_bottom p {
    background: #232323 none repeat scroll 0 0;
    color: #cacaca;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    font-weight: 400;
    height: 75px;
    line-height: 75px;
    margin: 70px 0 0;
    padding: 0;
    text-align: center;
}

.footer .footer_bottom p a {
    color: #2ad880;
    text-decoration: none;
}

.block-wrapper {
    background:#ECEFF1;
}

.block-wrapper {
    padding: 60px 0;
    margin-top: 130px;
}

.block-wrapper .block {
    text-align: center;
    padding: 25px 0;
}

.block-wrapper .block i {
    font-size: 60px;
    color: #1FA9D7;
}

.block-wrapper .block p.counter-wrapper span {
    color: #222;
    font-family: "Open Sans", sans-serif;
    font-size: 35px;
    font-weight: 700;
}

.block-wrapper .block p.text-block {
    color: #222;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    font-weight: 400;
}

.block-wrapper .for-border {
    border-left: 1px solid #cecece;
}

.block-wrapper .for-border:first-child {
    border-left: 0px solid #fff
}

.clear {
    clear: both;
}
.footer_carosal_icon .owl-nav{
    display: none;
}


/* Left Menu */

.l-menu {
  background: #2777C0;
  left: -285px; /* прячем меню */
  height: 100%;
  position: fixed;
  width: 285px;
  z-index: 15;
    overflow-y: auto;
}

.l-menu ul {
  border-top: 1px solid rgba(0,0,0,0.1);
  list-style: none;
  margin: 0;
  padding: 0;
}

.l-menu li {
  border-bottom: 1px solid rgba(0,0,0,0.1);
  font-family: 'Open Sans', sans-serif;

}

.l-menu li:hover {
  cursor: pointer;
  background-color: rgba(0,0,0,0.1);
  }

.l-menu a {
  color: #fff;
  font-size: 17px;
  text-decoration: none;
  text-transform: uppercase;
    font-family: Open Sans Condensed;
    letter-spacing: 1px;
    display: block;
    line-height: 45px;
  padding-bottom: 3px;
  padding-left: 20px;
  padding-top: 3px;
}

.l-menu ul li ul li a {
    color: #fff;
  font-size: 15px;
  text-decoration: none;
  text-transform: none;
    line-height: 23px;
    padding-left: 30px;
}

.icon-close {
  cursor: pointer;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 6px;
}

.icon-menu {

}

.icon-menu img {

}

.marge {
    margin-left: 285px;
    transition: 0.2s;
}

.wrapper {
    transition: 0.2s;
}

.bgover {
    position: fixed;
    top:0px;
    left:0;
    right: 0;
    bottom: 0;
    z-index: 12;
    display: none;
    background: rgba(0,0,0,0.3)
}


.ymaps-2-1-69-balloon__content:after {
    display: none!important;
    bottom:55px !important;
}

.ymaps-2-1-69-balloon__content:before {
    display: none!important;
     bottom:55px !important;
}

/*==================
 MODAL
====================*/

.modal-content {
	border-radius: 5px;
}
.modal-header   {
	 background: #24A2DB;
}
.modal-header .close {
	font-size: 30px;
}
.modal-title {
	text-transform: uppercase;
	font-size: 23px;
    font-weight: 400;
    padding-left: 10px;
    color: #fff;
    letter-spacing: 0px;
}

.modal-body {
	padding: 25px 10px;
}

.modal-body p {
	margin: 10px 20px;
	color: #2D2D2D;
}

.modal-works {
    font-size: 11px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 500;
	color: #fff;
	margin: 25px 20px;
}

.modal-works span {
	background-color: #FED136;
	margin-right: 15px;
	padding: 5px 10px;
}

.field {
    border: 1px solid #ccc;
    width:100%;
    color:#666;
    font-size: 14px;
    padding:5px 15px;
    margin: 5px auto;
    border-radius:0px;
    font-weight: 400;
    height: 40px;
    text-align: left;
    box-shadow: inset 2px 1px 6px rgba(0,0,0,0.1);
    margin-top: 0px !important;
    outline: none;
}

.field_text {
    height:80px;
}

.go {
    background: #F8D353;
background: -webkit-linear-gradient(top, #F8D353, #FF5C5A);
background: -moz-linear-gradient(top, #F8D353, #FF5C5A);
background: linear-gradient(to bottom, #F8D353, #FF5C5A);
    color: #fff;

    font-size: 16px;
    font-weight: 500;
    padding: 10px 40px 12px;
    text-decoration: none;
    font-family: 'Open Sans Condensed';
    border-radius: 50px;
    margin-top:10px;
    letter-spacing: 1px;
    border:0px;
}

.go:hover, .go:active, .go:focus {
    color: #fff;
    opacity: 0.7;
    outline: none;
}

.novalid {
    border:1px solid red !important;
    background: rgba(255,0,0,0.2) !important;
    color:#333 !important;
}

div.wpcf7-response-output {
	margin: 0px !important;
	padding: 0px !important;
	border: 0px !important;
    font-size: 12px;
    color:#F44C53;
}

div.wpcf7-mail-sent-ok {
	border: 0px !important;
    font-size: 16px;
    color:#398E14;
    text-align: center;
    font-weight: 700;
    margin-top: 20px;
}

.tbb {
    min-height:calc(100vh - 600px) !important;
}


.vitrina .item {
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    padding-bottom: 20px;
    padding-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.vitrina .item img {
   max-height: 170px;
    width: auto;
    margin: 25px auto 5px !important;
}

.vitrina .item h2 {
    color: #000;
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    font-weight: 700;
    margin: 20px 0 40px;
}

.vitrina .item p {
    color: #595959;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    font-weight: 400;
    margin: 0;
}

.vitrina .item p span {
    color: #359DF4;
}

.vitrina .item p.progress-top {
    text-align: center
}

.vitrina .item .for_padding {
    padding: 0 30px
}

.vitrina .item .for_padding:hover>h4 a {
    color: #fff;
    background: #359DF4;
}

.vitrina .progress-left {
    text-align: center;
    left: 0;
    width: 100%;
}

.pagination h2 {
    display: none;
}
.pagination .nav-links a, .pagination .nav-links span {
    display: inline-block;
    padding: 5px 12px;
    border:1px solid #cecece;
}

.metki ul li {
    list-style: none;
    display: inline-block;
    margin: 3px;
}

.metki ul {
    text-align: center;
    margin: 0;
    padding: 0;
    margin-bottom: 40px;
}

.metki ul li a {
    display: block;
    padding: 15px 25px;
    text-align: center;
    background: #fff;
    color:#24A2DB;
    border:2px solid #24A2DB;

}

.metki ul li a:hover {
   text-decoration: none;
    background:#24A2DB;
    color:#fff;
}

.metki ul li.current-cat a {
    background:#24A2DB;
    color:#fff;
}

.tovar_card {
    padding-bottom: 50px;
}

.xar {
    width:100%;
    margin-top: 20px;
}

.xar td {
   padding: 10px;
    border: 1px solid #cecece;
}

.xar tr:nth-child(2n) {
   background: #f1f1f1;
}

.large-foto img  {
   display: block;
    width: 100%;
    height: auto;
    border: 1px solid #ddd;
}

.large-foto {
    display: block;
    margin-bottom: 15px;
}

.small-foto {
    display: inline-block;
    margin:5px auto;
    max-width: 49%;
    height: 120px;
    overflow: hidden;
     border: 1px solid #ddd;
}

.small-foto img {
   display: block;
    width: 100%;
    height: auto;

}

.price_t {
    margin: 15px auto;
    text-align: center;
    font-size: 20px;
}

.price_t span {
    font-weight: 700;
    color:#10A8DB;
    font-size: 20px;
}

.textblock {
    text-align: left !important;
    padding-bottom: 80px;
}

.textblock p {
    text-align: left !important;

}

.my_block {
    padding-top:5px;
    padding-bottom: 80px;
}

.sub-id {
    font-size: 26px;
    text-align: center;
    margin-bottom: 35px;
    color:#fff;
    background: #FF6C50
}

.usl {
    font-family: Open Sans Condensed;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 15px;
    position: relative;
    padding-left: 35px;
}

.ctt {
    position: absolute;
    top:4px;
    left: 0px;
    color:#FF3422
}

.bbox {
    background: #fff;
    position: relative;

    text-align: center;
    border-radius: 6px;
    border:5px solid #FF6C50;
}


.bbox p {
    font-family: Open Sans Condensed;
    font-weight: 700;
    font-size: 18px;
    padding: 25px;
}

.bbox img {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 20px;

}

.bbox .promo-icon {
    left: 50%;
    margin-left: -25px;
    position: absolute;
    text-align: center;
    top: -25px;
    width: 50px;
    height: 50px;
    border: 0 solid #000;
    border-radius: 50%;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
    font-size: 25px;
    line-height: 50px;
    text-align: center;
    background: #3ACDFE;
    background: -webkit-linear-gradient(top left, #3ACDFE, #0181AD);
    background: -moz-linear-gradient(top left, #3ACDFE, #0181AD);
    background: linear-gradient(to bottom right, #3ACDFE, #0181AD);
    color: #fff;
}

.bbox-2 {
    text-align: left;
    border:5px solid #FF3422;
}

.bbox-2 h4 {
    font-family: Open Sans Condensed;
    font-weight: 700;
    font-size: 30px;
    padding: 25px 25px 5px 25px;
}

.bbox-2 p {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 18px;
    padding: 5px 25px 20px;
}


.menu-top {
    width: 100%;
    display: table;
    margin: 0px;
    padding: 0px;
    z-index: 999
}

.menu-top li {
    font-size: 14px;
    display: table-cell;
    color: #333;
    position: relative;
    width: auto;
    height: auto;
    vertical-align: top;
    text-align: center;
    border-right: 0px solid #4cb628;
    transition: 0s;
    z-index: 999;
}

.menu-top li:first-child{
    border-left: 0px solid #4cb628;
}

.menu-top > li:hover {
    background: #FF6C50 !important;
}



.menu-top li a{
    font-size: 16px !important;
    padding: 17px 2px 13px ;
    display: block;
    color: #fff;
    text-decoration: none;
    position: relative;
    width: auto;
    height: auto;
    vertical-align: top;
    text-align: center;
    letter-spacing: 0px;
    text-transform: uppercase;
    font-family:  Open Sans Condensed !important;
}

.menu-top > li:hover > a{
    color: #fff;

}

.menu-top li a i{
    font-size: 11px;
   margin-left:5px;

}

.menu-top li > ul {
    display: none;
    position: absolute;
    top: 100%;
    z-index: 999;
    border:6px solid #FF6C50;
    border-top: 0px !important;
    padding: 10px;
    border-radius: 0 0 20px 20px;
    background: #f1f1f1;
}

/* отображаем выпадающий список при наведении */
.menu-top li:hover > ul {
    display:inherit;
    background:#f1f1f1;
    width:100%;
    min-width: 250px;
    list-style: none;
}

/* первый уровень выпадающего списка */
.menu-top ul li {
    float:none;
    display:list-item;
    position: relative;
    border-bottom: 1px dotted #FF6C50;
    height:auto;
}

.menu-top ul li:last-child {
    border-bottom: 0px dotted #2e8112;
}

.menu-top ul li a {
    text-transform: none;
    font-size: 16px;
    padding: 13px 15px 13px;
    height:auto;
    color:#222 !important;
    text-align: left !important;
    letter-spacing: 0;

}

.menu-top ul li a:hover {
    background: #f1f1f1;
    color:#FF3422 !important;
}



.menu-top > li > a:after {
    content:  '\f078';
    font-family: Font Awesome\ 5 Free;
    font-weight:900;
    font-size: 11px;
    margin-left: 5px;

}
.menu-top > li > a:only-child:after {
    content: '';
}

/* второй, третий и последующие уровни	*/
.menu-top ul ul {
    position: absolute;
    top:0;
    left:100%;
}

.menu-top ul li > a:after {
    content:  '\f054';
    font-family: Font Awesome\ 5 Free;
    font-weight:900;
    font-size: 10px;
    position: absolute;
    top:50%;
    right:10px;
    margin-top: -5px;
}
.menu-top ul li > a:only-child:after {
    content: '';
}
