@font-face {
font-family: 'TradeGothicLTPro-BdCn20';
src: url('../fonts/TradeGothicLTPro-BdCn20.eot');
src: local('TradeGothicLTPro-BdCn20'), url('../fonts/TradeGothicLTPro-BdCn20.woff') format('woff'), url('../fonts/TradeGothicLTPro-BdCn20.ttf') format('truetype');
}

body{
     margin:0;
     padding:0;
     color: #000000;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 500;
}
p {
    color: #000000;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
   font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}
h1, h2, h3, h4, h5, h6{
     color: #000000;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 10px;
}
h1{
    font-size: 26px;
    color: #000000;
}
h2{
    font-size: 22px;
    color: #000000;
}
h3{
    font-size: 22px;
    color: #FD372C;
}
h4{
    font-size: 22px;
    color: #F47925;
}
h5{
    font-size: 22px;
    color: #21296B;
}
h6{
    font-size: 22px;
    color: #6C76D3;
}
a{
    color: #21296B;
}
a:focus, a:hover{
	text-decoration:none;
}
.dell-space{
    display: none;
}
.top-header {
    background-color: #F47925;
    padding: 15px 0px;
}
.simple-banner-text{
    font-weight: 500;
}
.simple-banner-text span{
    font-weight: 700;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 17px;
}
.logo {
    padding: 5px 0px 5px;
    display: block;
}
.logo img {
    width: 150px;
}
.navbar-nav.breadcrumb > li + li:before{
    display: none;
}
.navbar-header .attr-nav {
    display: none;
}
nav.navbar.bootsnav{
    background-color: #ffffff;
    border-bottom: 1px solid #dddddd;
}
ul.nav.navbar-nav.navbar-right {
    margin-top: 30px;
}
nav.navbar.bootsnav .navbar-nav > li > a {
    color: #21296B;
    font-weight: 600 !important;
    padding: 20px 20px;
    font-size: 16px;
    text-shadow: none;
    letter-spacing: 0.2px;
}
nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a {
    background-color: #21296B;
    color: #fff;
}
nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a:hover{
    background-color: #fe9601;
    color: #fff;
    transition: all 0.3s linear;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu{
    padding:0px !important;
    border:none;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a{
    padding:10px 10px;
    font-size: 16px;
    font-weight: 600 !important;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus, nav.navbar.bootsnav .navbar-toggle {
    color: #ffffff;
    padding: 6px 10px 2px 10px;
    cursor: pointer;
    background-color: #21296B;
}
button.navbar-toggle .fa-bars {
    font-size: 22px;
}
.attr-nav > ul > li > a {
    color: #ffffff;
    padding: 18px 10px;
}
.navbar-right {
    float: right !important;
}
.carousel-indicators{
    display: none;
}
nav.navbar.bootsnav .navbar-nav > li a.btn.btn-danger{
    padding: 10px 30px;
    border-radius: 25px;
    background-color: #FD372C !important;
    border-color: #FD372C !important; 
    color: #ffffff;
    transition: all 0.3s linear;
}
nav.navbar.bootsnav .navbar-nav > li a.btn.btn-danger:hover{
     background-color: #21296B !important;
    border-color: #21296B !important; 
    color: #ffffff;
}
.impact-block {
    clear: both;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    margin-top: 30px;
}
.flip-box {
    background-color: transparent;
    width: 100%;
    height: 350px;
    perspective: 1000px;
    position: relative;
    z-index: 2;
    cursor: pointer;
    overflow: hidden;
}

.flip-box-front img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    object-position: center;
}

.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}

.flip-box-front, .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-box-front {
  background-color: #bbb;
  color: black;
}

.flip-box-back {
  background-color: #21296B;
  color: white;
  transform: rotateY(180deg);
    padding: 30px;
}
.flip-box-back h2 {
    color: #ffffff;
    font-size: 30px;
}
.flip-box-back p{
    color: #ffffff;
}
.flip-box-back h3{
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
}
.flip-box-back ul li{
    color: #ffffff;
}
.flip-heading {
    position: absolute;
    bottom: 0px;
    text-align: center;
    margin: 0px auto;
    width: 100%;
    padding: 10px 10px;
    background-color: rgb(0 0 0 / 76%);
}
.flip-heading.grant_bg {
    background-color: #6C76D3;
}
.flip-heading.collect_bg{
    background-color: #F47925;
}
.flip-heading h2{
    color: #ffffff;
    font-size: 30px;
    margin: 0px;
}
.flip-box-back a {
    color: #ffffff;
    background-color: #F47925;
    padding: 8px 20px;
    display: inline-block;
    border-radius: 5px;
    margin-top: 10px;
    transition: all 0.3s linear;
}
.flip-box-back a:hover{
    background-color: #FD372C;
    color: #ffffff;
}
.service-heading {
    background-color: #ffffff;
    width: 85%;
    margin: 0px auto;
    padding: 20px 15px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
    border-radius: 20px;
    position: relative;
    margin-top: -35px;
    z-index: 2;
    transition: all 0.3s linear;
}
.service-heading:hover {
    background-color: #394c75;
}
.service-heading:hover h2 a{
    color: #ffffff;
}
.service-heading h2 {
    text-align: center;
    margin: 0px;
    line-height: inherit;
}
.service-heading h2 a {
    color: #000000;
    font-size: 20px;
}
.service-content img {
    border-radius: 20px;
}
/*--service-new--*/
.services-main-block {
    overflow: hidden;
}
.serivices-ib-img {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.serivices-ib-img img {
    transform: scale(1.1);
    transition: 0.5s;
    width: 100%;
}
.services-main-block:hover .serivices-ib-img img{
    transform: scale(1);
    transition: 0.5s;
}
.ib-text-block {
    display: grid;
    height: 100%;
    position: absolute;
    top: 0px;
    transition: all 0.4s ease 0s;
    width: 100%;
    align-items: center;
    z-index: 8;
    text-align: center;
}
.ib-dec {
    display: inline-block;
}
.ib-text {
    opacity: 1;
}
.ib-dec h3 {
    color: #ffffff;
    font-weight: 400;
    font-size: 36px;
    font-family: 'TradeGothicLTPro-BdCn20';
}
.ib-text .know-more-btn {
    border: 1px solid #F47925;
    color: #ffffff;
    padding: 8px 10px;
    width: 150px;
    display: inline-block;
    margin-top: 10px;
    border-radius: 25px;
    background-color: #F47925;
    transition: all 0.3s linear;
    opacity: 0;
}
.serivices-ib-img:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: 0.4s;
    background: rgb(0 0 0 / 45%);
}
.services-main-block:hover .serivices-ib-img:after {
    background: rgb(0 0 0 / 30%) none repeat scroll 0 0;
    transition: all 0.5s ease 0s;
}
.services-main-block:hover .ib-text .know-more-btn{
    opacity: 1;
}
.serivices-ib-img a.services-link {
    display: block;
}
.health-col{
    padding: 0px;
}
.about-block{
    padding: 50px 0px;
}
.about-right h1{
    color: #21296B;
    font-size: 36px;
    line-height: 1.2;
    margin-top: 0px;
}
.health-united-block .health-col:nth-child(1){
    background-color: #21296B;
}
.health-united-block .health-col:nth-child(2){
    background-color: #F47925;
}
.health-united-block .health-col:nth-child(3){
    background-color: #7c81b9;
}
.health-united-block .row {
    display: flex;
}
.health-united-block .health-col{
    display: flex;
}
.health-content {
    text-align: center;
    padding: 50px;
}
.health-content i{
    font-size: 48px;
    color: #ffffff;
}
.health-content h3{
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
    color: #ffffff;
    margin-top: 30px;
    margin-bottom: 20px;
    font-family: 'TradeGothicLTPro-BdCn20';
}
.health-content h3 a{
    color: #ffffff;
}
.health-content p{
    font-size: 17px;
    color: #ffffff;
}
.modern-block {
    padding: 100px 0px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}
.modern-block {
    padding: 70px 0px;
}
.modern-block:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(39 91 149 / 85%);
}
.modern-left h2 {
    margin-top: 0px;
    font-size: 36px;
    color: #ffffff;
    line-height: 1.2;
    margin-bottom: 20px;
}
.modern-left p{
    color: #ffffff;
    line-height: 26px;
    letter-spacing: 0.2px;
}
.modern-right img{
    border-radius: 10px;
}

footer{
    border: none;
}
.top-footer{
    background-color: #C3C3C3;
    padding: 50px 0px;
}
.footer-title {
    color: #5082F0;
    font-size: 20px;
    position: relative;
    margin-bottom: 15px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.2px;
}
.more-info li{
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #21296B;
    margin-top: 0px;
}
.more-info li a{
    color: #21296B;
}
.more-info ul {
    line-height: 26px;
}
.quick-links ul li {
    margin-bottom: 10px;
}
.social ul{
    margin-bottom: 20px;
}
.social img{
    border-radius: 5px;
}
.social .fa-facebook {
    padding: 0px !important;
    font-size: 40px;
    color: #21296B;
}
.copy p{
    color: #21296B;
}
.power p a{
    color: #F47925;
}
.bottom-footer {
    padding: 0px;
    padding-top: 20px;
    background-color: #ffffff;
}
.power p{
    color: #21296B;
    float: right;
}
.more-info p {
    font-size: 16px;
    color: #000000;
    padding-bottom: 0px;
}
.btn-primary {
    color: #fff;
    background-color: #F47925;
    border-color: #F47925;
    padding: 10px 30px;
    border-radius: 25px;
    font-weight: 600;
    transition: all 0.3s linear;
}
.btn-primary:hover{
   color: #fff;
    background-color: #21296B;
    border-color: #21296B; 
}
.health-new-block {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    padding-top: 70px;
    padding-bottom: 70px;
}
.health-new-block:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgb(39 91 149 / 85%);
}
.cl-benfit h4 {
    color: #ffffff;
    font-size: 36px;
    margin-top: 0px;
}
.cl-benfit p, .cl-benfit {
    color: #ffffff;
}
.cl-benfit ul {
    margin-top: 25px;
}
.cl-benfit ul li {
    margin-bottom: 10px;
    font-size: 18px;
}
.lact-content {
    margin-top: 40px;
}
.lact-content h1 {
    color: #ffffff;
    line-height: 1.5;
}
.lact-content .blue {
    color: #F47925;
}
.donate-block {
    padding-top: 60px;
    padding-bottom: 35px;
}
.donate-left p {
    font-size: 18px;
    line-height: 28px;
    color: #FD372C;
}
.donate-left ul li, .safety-right ul li {
    margin-bottom: 10px;
}
.toy-media-right img{
    width: 100%;
}
.toy-media-right h3 {
    text-align: center;
    color: #21296B;
    font-size: 24px;
    margin-top: 15px;
}
.get-in-block {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #6C76D3;
}
.get-left h6 {
    margin-top: 0px;
    color: #ffffff;
    line-height: 1.3;
    margin-bottom: 20px;
}
.get-left p {
    color: #ffffff;
}
.media-block {
    padding-bottom: 50px;
}
.sponsor-block {
    padding-top: 60px;
    padding-bottom: 50px;
}
.sp-heading {
    margin-top: 0px;
    font-size: 36px;
    padding-bottom: 50px;
    margin-bottom: 0px;
    color: #21296B;
}
.sponsor-list .owl-carousel .owl-item .item {
    text-align: center;
    display: block;
    margin: 0px 30px;
    align-items: center;
}
.media-block {
    padding-bottom: 50px;
    background-color: #ffbb59;
    padding-top: 60px;
}
.safety-block {
    padding-bottom: 50px;
    padding-top: 50px;
}
.youth-toys {
    margin-top: 30px;
}
.youth-toys h2 {
    font-size: 36px;
    color: #ffffff;
}
.youth-chest-services {
    margin-top: 30px;
}
.youth-chest-services .youth-list {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}
.youth-img {
    float: left;
}
.youth-img img {
    width: 100px;
}
.toy-content {
    display: table-cell;
    padding-left: 30px;
    width: 75%;
    float: left;
}
.toy-content h3 {
    font-size: 22px;
    color: #ffffff;
}
.toy-content p{
    color: #ffffff;
}
.impact-block .page_heading {

        font-size: 36px;
        margin-top: 0px;
        margin-bottom: 25px;
}

.contact_contact_info{
    padding-left: 15px;
}
/*--media-responsive--*/
@media (min-width:1200px){
    .modern-left {
        padding-right: 75px;
    }
    .flip-box, .flip-box-front img{
        height: 400px;
    }
}
@media (min-width: 992px){
    .modern-left h2{
        font-size: 42px;
    }
    .toy-media-right img {
        width: 100%;
        height: 315px;
        object-fit: cover;
    }
}
@media (max-width:1199px) and (min-width:992px){
    nav.navbar.bootsnav .navbar-nav > li > a{
        padding: 15px 10px;
        font-size: 14px;
    }
}
@media (max-width:991px) and (min-width:768px){
    nav.navbar.bootsnav .navbar-nav > li > a{
        padding: 15px 10px;
        font-size: 14px;
        margin: 0px;
    }
    ul.nav.navbar-nav.navbar-right {
        width: 100%;
        margin-top: 0px;
        margin-bottom: 10px;
    }
    .navbar-header {
        float: none;
        margin: 0px;
        width: 100%;
        text-align: center;
    }
    .wrap-sticky nav.navbar.bootsnav.sticked{
        position: inherit;
    }
    .health-content{
        padding: 20px;
    }
    .top-footer {
        padding-top: 0px;
        padding-bottom: 20px;
    }
    .youth-img img {
        width: 65px;
    }
    .toy-content{
        width: 70%;
    }
    
}
@media (max-width:767px) and (min-width:320px){
    .logo{
        padding:10px 0px;
    }
    ul.nav.navbar-nav.navbar-right{
        margin-top: 0px;
    }
    .wrap-sticky nav.navbar.bootsnav.sticked{
        position: inherit;
    }
    nav.navbar.bootsnav .navbar-nav > li > a{
        padding: 10px 10px;
        font-size: 16px;
        margin: 0px;
    }
    nav.navbar.bootsnav .navbar-toggle{
        top: 0px;
    }
    .health-united-block .row {
        display: block;
    }
    .health-united-block .health-col{
        display: block;
    }
    .footer-title{
        margin-top: 20px;
    }
    .top-footer {
        padding-top: 0px;
        padding-bottom: 20px;
    }
    .impact-content {
        margin-bottom: 30px;
    }
    .youth-chest-services ul{
        column-count: 1;
        -webkit-column-count: 1;
    }
    .toy-content{
        width: 100%;
        padding-left: 0px;
    }
    .youth-toys h2{
        font-size: 30px;
    }
    
}
@media (max-width:480px) and (min-width:320px){
    .about-block{
        padding: 30px 0px;
    }
    .about-right, .media-block, .get-left, .get-in-block, .sponsor-block{
        padding-bottom: 30px;
    }
    .about-right h1, .modern-left h2, .cl-benfit h4{
        font-size: 30px;
    }
    .health-content{
        padding: 20px;
    }
    .flip-box-back h3{
        line-height: 28px;
    }
    .flip-heading h2, .sp-heading{
        font-size: 24px;
    }
    .impact-block{
        margin-bottom: 0px;
    }
    .flip-box-back h2{
        font-size: 24px;
    }
    .flip-box-back{
        padding: 10px;
    }
    .flip-box-back h3{
        font-size: 16px;
    }
    .health-new-block {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .lact-content h1{
        font-size: 18px;
    }
    .donate-block, .toy-media-right, .get-in-block, .sponsor-block{
        padding-top: 30px;
    }
    .sp-heading{
        padding-bottom: 0px;
    }
}