@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.eot');
    src: url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Regular.woff2') format('woff2'),
        url('../fonts/Roboto-Regular.woff') format('woff'),
        url('../fonts/Roboto-Regular.ttf') format('truetype'),
        url('../fonts/Roboto-Regular.svg#Roboto-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Medium.eot');
    src: url('../fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Medium.woff2') format('woff2'),
        url('../fonts/Roboto-Medium.woff') format('woff'),
        url('../fonts/Roboto-Medium.ttf') format('truetype'),
        url('../fonts/Roboto-Medium.svg#Roboto-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Bold.eot');
    src: url('../fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Bold.woff2') format('woff2'),
        url('../fonts/Roboto-Bold.woff') format('woff'),
        url('../fonts/Roboto-Bold.ttf') format('truetype'),
        url('../fonts/Roboto-Bold.svg#Roboto-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


body{
     margin:0;
     padding:0;
     font-size:16px;
     color: #000000;
    font-family: 'Roboto';
    font-weight: 400;
}
p { 
    color: #000000;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
    font-family: 'Roboto';
    font-weight: 400;
}
h1, h2, h3, h4, h5, h6{
    color: #000000;
    font-family: 'Roboto';
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
}
h1{
    font-size: 24px;
    color: #000000;
}
h2{
    font-size: 20px;
    color: #000000;
}
h3{
    font-size: 24px;
    color: #10167f;
}
h4{
    font-size: 20px;
    color: #10167f;
}
h5{
    font-size: 20px;
    color: #ff9600;
}
h6{
    font-size: 20px;
    color: #ff9600;
}
a{
    color:#10167f; 
}
a:focus, a:hover{
	text-decoration:none;
}
a:hover {
    text-decoration: none;
}
.logo{
    padding: 10px 0px;
    display: block;
    margin-top: 0px;
}
.logo img {
    width: 150px;
}
.right_logo {
    float: right;
    margin: 10px 0px;
}
.call-info .call-text {
    font-size: 20px;
    font-weight: 500;
    text-align: right;
    float: left;
    margin-top: 7px;
}
.call-info .donate-btn {
    float: left;
}
.call-info .call-text a{
    color: #fe230a;
    font-weight: 600;
}
.right_logo .call-info {
    margin-top: 10px;
    width: 100%;
    float: left;
}
.right_logo .call-info .donate-btn .btn-primary {
    color: #fff;
    background-color: #10167f;
    border-color: #10167f;
    padding: 8px 20px;
    margin-left: 20px;
    width: auto;
    font-style: normal;
    text-transform: uppercase;
    font-weight: 500;
    transition: all 0.3s linear;
}
.right_logo .call-info .donate-btn .btn-primary:hover{
     color: #fff;
    background-color: #fe230a;
    border-color: #fe230a;
}

/*--logo-with-navbar-sticky-*/
nav.navbar.bootsnav .navbar-brand span {
    font-size: 36px;
    color: #0081ca;
    font-weight: 700;
}
nav.navbar.bootsnav{
    background-color: #10167f;
}
nav.navbar.bootsnav .nav.navbar-nav{
    display: inherit;
}
nav.navbar.bootsnav .navbar-nav > li > a{
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 500 !important;
    font-family: 'Roboto';
    letter-spacing: 0.5px;
    padding: 20px 20px;
}
nav.navbar.bootsnav .navbar-nav > li > a:hover{
    color: #fe230a;
}
nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li{
    background-color: #10167f;
    color: #ffffff;
    font-weight: 500;
    font-family: 'Roboto';
}
nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li:hover{
    background-color: #fe230a;
    color: #ffffff;
    transition: all 0.3s linear;
}
nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a {
    background-color: inherit;
    color: #fff;
}
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;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus, nav.navbar.bootsnav .navbar-toggle {
    color: #fff;
    cursor: pointer;
}
/*nav.navbar.bootsnav nav.navbar-sidebar ul.nav li.dropdown ul.dropdown-menu li a:hover,
nav.navbar ul.nav li.dropdown.on > a, nav.navbar li.dropdown ul.dropdown-menu > li a:hover{
      color: #FFD300;
  }*/
button.navbar-toggle .fa-bars {
    font-size: 22px;
}
/*end-navbar*/

.navbar-brand {
    height: inherit;
    padding:0;
}   
.carousel-control.right, .carousel-control.left{
    background-image: inherit;
}
.carousel-caption {
    background-color: rgb(254 35 10 / 78%);
    top: auto;
    bottom: 50px;
    width: 100%;
    text-align: center;
}
.carousel-caption h1 span, .about h2 span {
    color: #097ec2;
}
.carousel-caption h1 {
    color: #ffffff;
    text-shadow: none;
    font-weight: 700;
    font-size: 36px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 15px 0px;
}
.carousel-caption a {
    background-color: transparent;
    border: 1px solid #ffffff;
    display: block;
    width: 160px;
    padding: 22px 0px;
    height: auto;
    line-height: 0px;
    border-radius: 5px;
    margin-top: 35px;
    margin-bottom: 0px;
    transition: all 0.3s linear;
}
.carousel-caption a:hover{
    background-color: #94c083;
    border-color: #94c083;
    color: #ffffff;
}
.carousel-indicators{
    display: none;
}
.home-block {
    padding: 40px 0px 65px;
}
.home-heading {
    text-align: center;
    margin-bottom: 35px;
}
.home-heading h1 {
    font-size: 36px;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #000000;
    margin-bottom: 0px;
    margin-top: 0px;
}
.home-heading p{
    color: #616161;
}
.service-content{
    background-color: #ffffff;
    text-align: center;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
    padding: 35px 20px 25px;
    border-radius: 10px;
}
.service-content h4 {
    font-size: 18px;
    color: #000000;
    margin: 0px;
    letter-spacing: 0.5px;
    padding-top: 30px;
    padding-bottom: 10px;
}
.service-content h4 a{
    color: #000000;
}
.service-content h4 a:hover{
    color: #fe230a;
}
.community-block {
    background-color: #10167f;
}  
.community-block .comm-col {
    padding-left: 0px;
    padding-right: 0px;
}
.community-block .com-right {
    background-color: #10167f;
    padding-left: 50px;
}
.community-block .com-right h2 {
    font-size: 36px;
    color: #ffffff;
    font-weight: 600;
    margin: 0px;
    padding-bottom: 25px;
}
.community-block .com-right p {
    color: #ffffff;
    letter-spacing: 0.3px;
}
.community-block .com-right .com-btn {
    background-color: #fe230a;
    color: #ffffff;
    padding: 10px 30px;
    text-transform: uppercase;
    float: left;
    margin-top: 20px;
    border-radius: 4px;
    font-weight: 500;
    letter-spacing: 0.5px;
    transition: all 0.3s linear;
}
.community-block .com-right .com-btn:hover{
    background-color: #ff9600;
    color: #ffffff;
}
.hiring-btn {
    background-color: #fe230a;
    display: inline-block;
    padding: 10px 40px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: bold;
    letter-spacing: 0.3px;
    margin-bottom: 15px;
    transition: all 0.3s linear;
}
.hiring-btn:hover{
    background-color: #ff9600;
    color: #fff;
}
.com-img {
    padding-top: 50px;
}
.com-right h3 {
    color: #ffffff;
    font-size: 24px;
    line-height: 1.4;
}
.com-right h4 {
    color: #ffffff;
    padding-bottom: 5px;
    padding-top: 10px;
}
.com-right {
    padding-top: 30px;
    padding-bottom: 30px;
    float: left;
}
/*--service-new--*/
.services-main-block {
    overflow: hidden;
    margin-bottom: 30px;
    box-shadow: #0006 2px 2px 5px !important;
    border-radius: 10px;
}
.serivices-ib-img {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.serivices-ib-img img {
    transform: scale(1);
    transition: 0.5s;
    width: 100%;
    margin: 0px !important;
}
.services-main-block:hover .serivices-ib-img img{
    transform: scale(1.2);
    transition: 0.5s;
}
.ib-dec {
    display: block;
}
.ib-text {
    opacity: 1;
}
.ib-dec h3 {
    color: #ffffff;
    font-size: 26px;
    margin: 0px;
}
.ib-dec h3 a{
    color: #ffffff;
    color: #ffffff;
    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-text .know-more-btn {
    border: 1px solid #ff9600;
    color: #ffffff;
    padding: 8px 10px;
    width: 150px;
    display: inline-block;
    margin-top: 10px;
    border-radius: 25px;
    background-color: #ff9600;
    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 / 25%);
}
.services-main-block:hover .serivices-ib-img:after {
    background: rgb(0 0 0 / 60%) 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;
}

footer{
    border: none;
}
.main-footer {
    padding: 40px 0;
    background-color: #363636;
}
.bottom-footer{
    background-color: #7c81b8;
    padding: 15px 0px;
}
.more-info .contact-list li {
    border-bottom: 1px solid #505050;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.more-info .contact-list li:last-child{
    border-bottom: 0px;
}
.more-info .contact-list li .fa-paper-plane {
    float: left;
    position: relative;
    top: 8px;
}
.more-info .contact-list li .contact-text {
    display: table-cell;
    line-height: 28px;
}
.quick-links ul li {
    margin-bottom: 10px;
    font-size: 16px;
    letter-spacing: 0.3px;
}
.quick-links ul li a {
    color: #ffffff;
}
.quick-links ul li a:hover, .more-info .contact-list li a:hover{
    color: #fe230a;
}
.social li i {
    padding: 0px;
    padding-right: 0px !important;
}
.main-footer ul{
    margin-top: 0px;
}
.shop-list strong {
    color: #fff;
}
.shop-list address, .shop-list address p{
    color: #fff;
}
.shop-list address p{
    font-size: 13px;
}
.more-info li{
    font-family: 'Roboto';
    font-size: 16px;
}
.social li {
    display: inline-block;
}
.social .social-list li a {
    width: 40px;
    height: 40px;
    background: transparent;
    border: 1px solid #ffffff;
    display: inline-block;
    padding: 7px 9px;
    font-size: 18px;
    margin-right: 10px;
    border-radius: 5px;
    transition: all 0.3s linear;
}
.social .social-list li a:hover{
    background-color: #fe230a;
    border-color: #fe230a;
    color: #ffffff;
}
.social .social-list .facebook a {
    padding-left: 13px;
}
.more-info p{
    color: #fff;
}
.more-info .fa-home{
    float: left;
}
.footer-address {
    display: table;
}
.copy p, .power p{
    color: #fff;
    margin: 0px;
}
.power a{
    color: #000;
}
.input-group-btn .btn {
    background: #fe230a none repeat scroll 0 0;
    border: 1px solid #fe230a;
    font-size: 16px;
}
.cont-img img {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    margin: 0 15px 10px 10px;
    box-shadow: #000 2px 2px 5px;
}
.page-section img{
    border-radius: 4px;
    margin: 0 10px 10px 10px;
    box-shadow: #000 2px 2px 5px;
}
.uwf-donate-content {
    background-color: rgb(255, 150, 0);
    padding: 15px;
    text-align: center;
}
.uwf-donate-content input {
    width: auto;
}
.uwf-donate-content h3, .uwf-donate-content p, .uwf-donate-content address{
    color: #ffffff;
}
.table.partner-table td p {
    margin-bottom: 0px;
}
.page-section ul li {
    line-height: 24px;
}
.page-section h1:first-child{
    font-size: 36px;
}

.communities-content {
    height: 275px;
}
.member-left, .resource-direct {
    width: 100%;
    float: left;
}
.resource-direct .search-box {
    float: left;
    margin-top: 10px;
}
.resource-direct .search-box input {
    padding-left: 15px;
    font-style: normal;
}
.resource-direct .form-control {
    float: left;
    width: 300px;
    margin-top: 15px;
    margin-left: 20px;
}
.resource-direct #search-button {
    float: left;
    width: 125px;
    padding: 8px 10px;
    background-color: #fe230a;
    color: #ffffff;
    text-transform: uppercase;
    font-style: normal;
    border-color: #fe230a;
    margin-left: 20px;
    margin-top: 12px;
    border-radius: 5px;
    transition: all 0.3s ease;
}
.resource-direct #search-button:hover {
    background-color: #10167f;
    color: #ffffff;
    border-color: #10167f;
}
.top_paging {
    width: 100%;
    float: left;
    margin-top: 10px;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 10px;
}
.top_paging li a {
    font-weight: 600;
}
.member-content h1:first-child {
    font-size: 30px;
}
.listing-content .mem-compny {
    font-size: 24px;
    color: #fe230a;
}
.member-content .listing-content h1.mem-compny {
    font-size: 24px;
    color: #fe230a;
    border-bottom: 1px solid #bcbcbc;
    padding-bottom: 10px;
}
.listing-content h1.mem-compny a{
    color: #fe230a;
}
.listing-content {
    width: 100%;
    float: left;
    margin-bottom: 25px;
}
.listing-content .mem-title {
    font-weight: 700;
}
.member-right-content .cat-list li {
    border-bottom: 1px dotted #bcbcbc;
    margin-bottom: 10px;
    padding-bottom: 3px;
}
.member-right-content .cat-list{
    padding-left: 0px;
    color: #10167f;
    list-style-type: none;
}
.mdetails {
    padding-left: 0px;
}
.blog_ind_details .breadcrumb {
    padding: 0px;
    margin: 0px;
}
.blog_ind_details .read_more_div a {
    padding: 5px 10px;
    font-size: 16px;
}
.blog_ind_details {
    margin-bottom: 10px;
}
.board_dire img {
    margin-left: 0px;
    float: left;
}
.board_dire .board_content {
    display: table-cell;
    padding-left: 20px;
}
.board_dire .board_content h3 {
    margin-top: 0px;
    margin-bottom: 12px;
    font-size: 20px;
}
.board_dire .board_content p {
    margin-bottom: 0px;
}
.board_dire .board_content p strong {
    font-size: 18px;
}
.board_dire {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}
.cont-img {
    width: 100%;
    float: left;
    margin-top: 25px;
}
.remove_element {
    display: none;
}
.blog_ind_details .breadcrumb li {
    font-size: 15px;
}
.news_row {
    display: flex;
}
.news_date_cat_sour {
    display: flex;
    justify-content: left;
    align-items: center;
}



@media (min-width:1200px){
    .carousel-caption h1{
        font-size: 55px;
    }
    .community-block .com-right{
        width: 600px;
    }
    .home-heading h1 {
        font-size: 48px;
    }
    .social {
        padding-left: 40px;
    }
    .quick-links {
        padding-left: 22px;
    }
    .uwf-donate-content{
        width: 300px;
    }
    .service-content {
        height: 210px;
    }
    .read_more_div {
        float: right;
    }

    .single-service {
      margin-bottom: 30px;
    }
}
@media (min-width:992px){
    .events-row {
        display: flex;
    }
    .events-col {
        display: flex;
        flex: 1;
    }
    
}
@media (max-width:1199px) and (min-width:992px){
    nav.navbar.bootsnav .navbar-nav > li > a{
        padding: 20px 15px;
    }
    .footer-title {
        font-size: 20px;
    }
    .community-block{
        padding: 30px;
    }
    .service-content h4{
        font-size: 22px;
    }
    .service-content{
        height: 200px;
        margin-bottom: 30px;
    }
}
@media (max-width:991px) and (min-width:768px){
    nav.navbar.bootsnav .navbar-nav > li > a {
        padding: 15px 7px;
        font-size: 14px;
    }
    .logo{
        text-align: left;
    }
    .carousel-caption h1{
        font-size: 36px;
    }
    .service-content {
        margin-bottom: 30px;
    }
    .home-block{
        padding-bottom: 30px;
    }
    .community-block .comm-col{
        display: block;
    }
    .footer-title {
        margin-top: 20px;
    }
    .community-block .com-right{
        padding: 30px;
    }
    .community-block{
        padding-bottom: 30px;
    }
    .content-block img{
        width: 100%;
    }
    .search-box .search_form{
        width: 100%;
    }
    .blog_ind_details .read_more_div a {
        padding: 7px 8px;
        font-size: 14px;
    }
    .news_row .news_date_cat_sour:nth-child(2) {
        padding: 0px;
    }
}
@media (max-width:767px) and (min-width:320px){
    .right_logo{
        float: none;
        text-align: center;
    }
    nav.navbar.bootsnav .navbar-nav > li > a{
        padding: 10px;
    }
    .service-content {
        margin-bottom: 30px;
    }
    .search-box .search_form{
        width: 100%;
    }
    .carousel-caption h1{
        font-size: 36px;
        margin-bottom: 0px;
    }
    .footer-title {
        margin-top: 20px;
    }
    .home-block{
        padding: 30px 0px;
    }
    .home-heading{
        margin-bottom: 25px;
    }
    .community-block .comm-col{
        display: block;
        padding: 0px;
        width: 100%;
    }
    .community-block .com-right{
        padding: 30px;
    }
    .community-block{
        padding-bottom: 30px;
    }
    .content-block img{
        width: 100%;
    }
    .content-block{
        margin: 0px 0px 30px;
    }
    .single-service{
        width: 50%;
    }
    .call-info .call-text, .call-info .donate-btn{
        float: none;
    }
    .right_logo .call-text {
    margin-bottom: 10px !important;
    display: block;
    text-align: center;
    margin-top: 0px;
}
    .right_logo .call-info {
    margin: 10px 0px;
}
    .resource-direct .form-control, .resource-direct #search-button{
        margin-left: 0px;
    }
    .blog_ind_details .read_more_div {
        text-align: left;
    }
}

@media (max-width:480px) and (min-width:320px){
    .carousel-caption h1 {
        font-size: 20px;
        text-align: center;
    }
    .carousel-caption {
        bottom: 0px;
    }
    .carousel-caption p{
        display: none;
    }
    .carousel-caption h1{
        margin-bottom: 0px;
    }
    .home-heading h1, .community-block .com-right h2{
        font-size: 24px;
    }
    .single-service{
        width: 100%;
    }
    .page-section h1:first-child {
        font-size: 30px;
    }
    .board_dire .board_content h3 {
        font-size: 16px;
    }
    .board_dire .board_content p strong{
        font-size: 16px;
    }

    .board_dire .board_content p{
        font-size: 14px;
    }
    .board_dire .board_content{
        padding-left: 5px;
    }
    .news_row{
        display: block;
    }
    .blog_ind_details .read_more_div{
        margin-top: 10px;
    }
}