/*

   Description: Master CSS file

*/


/* font-family */

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;900&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.9.1/font/bootstrap-icons.css");

/* font-family: 'Roboto', sans-serif; */


/* font-family end*/


/* common style */

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

body {
    font-family: 'Roboto', sans-serif;
    color: #333;
    height: 100%;
}

h1,
h2,
h3 {
    font-size: 38px;
    font-weight: 700;
}

p,
a,
span,
ul li,
strong {
    font-size: 18px;
}

strong~h2 {
    margin-top: 16px;
}

a[href] {
    text-decoration: none;
    outline: none;
}

ul {
    margin: 0px;
    padding: 0px;
    list-style-position: inside;
    list-style: none;
}

button.lit-org-btn,
a.lit-org-btn {
    background: #FF6D12;
    box-shadow: 0px 4px 16px rgb(255 255 255 / 25%);
    border-radius: 50px;
    color: #fff;
    padding: 13px 27px;
    border: 2px solid #FF6D12;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    display: inline-block;
    height: 56px !important;
}

.lit-org-btn:hover {
    background: #fc6101;
    border: 2px solid #fc6101;
}

a.org-btn {
    background: #FF6D12;
    box-shadow: 0px 4px 12px rgb(0 0 0 / 25%);
    border-radius: 50px;
    color: #fff;
    padding: 10px 20px;
    border: 2px solid #FF6D12;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
}

a.org-btn:hover {
    border: 2px solid #fff;
    background-color: transparent;
}

a.whi-out-btn {
    box-shadow: 0px 4px 12px rgb(0 0 0 / 25%);
    border-radius: 50px;
    color: #fff;
    padding: 10px 20px;
    border: 2px solid #fff;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
}
/*
.infobox-body {
    max-width: 349px!important;
    height: auto!important;
    max-height: 313px!important;
    width: 195px!important;
}
*/
.infobox-body {
    max-width: 100%!important;
    height: auto!important;
    max-height: 100%!important;
    width: 200px!important;
    overflow: hidden;
}
.bingmap-img{
    height: 200px;
    overflow: hidden;
}
.whi-out-btn:hover {
    background: #fc6101;
    border: 2px solid #fc6101;
}

.small-title {
    margin: 0px;
    color: #FF6D12;
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
}

h2.sub-title {
    font-weight: 800;
    font-size: 50px;
    line-height: 54px;
}

.gray-text {
    color: #737373
}

.org-text {
    color: #FF6D12;
}

.Core-values{
    background-color: #fbfbfb;
}
/* header */

header.stick-header nav.navbar {
    /* background: rgb(211 211 211 / 58%); */
    background-color: rgb(95 94 94 / 80%);
    position: absolute;
    width: 100%;
    transition: all 0.8s;
}

header.stick-header {
    position: absolute;
    width: 100%;
    z-index: 99;
}

.header-min {
    position: relative;
}

header.stick-header nav.navbar ul li a.nav-link {
    color: #fff !important;
    padding-left: 24px;
    position: relative;
}

header.stick-header nav.navbar ul li a.nav-link:hover,
header.stick-header nav.navbar ul li a.nav-link.active {
    color: #fff;
}
.theteam .card {
    border-radius: 24px;
    overflow: hidden;
    border: none;
    box-shadow: 0px 0px 12px #ccc;
}
header.stick-header nav.navbar ul li a.nav-link.active::before,
header.stick-header nav.navbar ul li a.nav-link:hover::before {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    background: #FF6D12;
    border-radius: 8px;
    top: calc(50% - 5px);
    left: 5px;
    right: 1px;
}

header.stick-header nav.navbar .collapse {
    margin-top: 48px;
}

.top-header {
    right: 0;
    position: absolute;
    top: 0px;
    padding: 10px 0px;
}

.top-header a {
    margin: 0px 15px 0px 0px;
}

.top-header a img {
    margin: 0px 8px 0px 0px;
}


/* banner */

section.short-info {
    margin-top: -180px;
    z-index: 9;
    position: relative;
}

.banner .carousel-item img {
    min-height: 740px;
    object-fit: cover;
    height: 740px;
}

.banner {
    background-color: #000;
    background-image: url(../images/banner.jpg);
    background-size: cover;
    background-position: center;
    min-height: 740px;
}

.banner .carousel-caption {
    margin-bottom: 170px;
}

.banner .carousel-caption a {
    float: left;
}

.banner .banner-cont {
    margin-top: 200px;
    color: #fff;
}

.banner .banner-cont p {
    margin: 0px;
    color: #FF6D12;
    text-align: right;
}
section.banner-botom-slider button.slick-arrow:before {
    background: #ff6d12;
    padding: 10px;
    opacity: 1;
}
section.banner-botom-slider button.slick-arrow.slick-prev {
    left: -45px;
}
.banner .banner-cont h1 {
    font-weight: 800;
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 60px;
    text-align: right;
}


/* Short info */

section.short-info {
    margin-top: -180px;
}

section.short-info .infolist {
    background: #ffdeca;
    display: flex;
    min-height: 320px;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 30px;
    flex-direction: column;
    position: relative;
    transition: all 2s;
}

.view-mor {
    transform: scale(0);
    position: absolute;
    transition: all 2s;
    display: flex;
    width: 100%;
    align-items: center;
    top: 0;
    height: 100%;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, .85);
}

section.short-info .infolist:hover .view-mor {
    transform: scale(1);
    transition: all 2s;
}

.view-mor a.btn.btn-iew {
    border-radius: 50px;
    background: #ff6d12;
    color: #fff;
    padding: 8px 24px;
    box-shadow: 0px 0px 8px #222;
}

section.short-info .infolist h2 {
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    height: 52px;
}

section.short-info p {
    color: #737373;
}

.in-icon {
    margin-bottom: 16px;
}

section.short-info .infolist::after {
    content: "";
    height: 80%;
    position: absolute;
    top: 10%;
    width: 1px;
    background: #fff;
    right: 0;
}

section.short-info .infolist:nth-last-child(1):after {
    display: none;
}

section.short-info .container {
    filter: drop-shadow(0px 0px 30px rgba(0, 0, 0, 0.25));
}


/* Helping-Today */

section.Helping-Today {
    padding: 50px 0px;
    position: relative;
}

section.Helping-Today:before {
    content: "";
    background: url(../images/bag.png);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: -180px;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: cover;
}

section.Helping-Today p {
    font-size: 20px;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
}

section.Helping-Today ul li {
    padding: 8px 16px 8px 50px;
    background-image: url(../images/tick.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 28px;
    margin-bottom: 12px;
}

.abt-left-img:after {
    content: "";
    position: absolute;
    height: 90%;
    top: 5%;
    left: -40px;
    width: 120px;
    background: #000;
    z-index: -1;
    border-radius: 12px;
    background: #FF6D12;
    border-radius: 16px;
}

.abt-left-img {
    position: relative;
    border-radius: 16px;
    width: calc(100% - 120px);
    margin: 0 auto;
}

.abt-left-img img {
    width: 100%;
    border-radius: 16px;
}

section.Helping-Today h2.sub-title.mb-3 {
    margin-top: 16px;
}

.Alleviation ul li,
section.Our-Team ul li {
    padding: 8px 16px 8px 50px;
    background-image: url(../images/tick-double.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 28px;
    margin-bottom: 12px;
}

section.Our-Team {
    background: url(../images/tbg.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.team-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 16px;
}

.tl-item {
    max-width: 46%;
    max-height: 260px;
    margin: 2%;
    border-radius: 12px;
    overflow: hidden;
    /* box-shadow: 0px 0px 8px #cccc; */
    box-shadow: 0px 4px 12px rgb(0 0 0 / 25%);
    border-radius: 16px;
}

.tl-item img {
    width: 100%;
    transition: all 0.8s;
}

.tl-item img:hover {
    transform: scale(1.1);
    transition: all 0.8s;
}

.contact-us-mm {
    width: 100%;
    display: flex;
    margin-top: 50px;
    align-items: center;
}

.cumm-left {
    float: left;
    width: 80px;
    height: 80px;
    background: #FF6D12;
    border-radius: 50%;
    text-align: center;
    line-height: 80px;
    margin-right: 20px;
}

.cumm-right {
    float: left;
    width: calc(100% - 100px);
}

.cumm-right>p {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #0698EB;
    margin-bottom: 0px;
}

.cumm-right>p.cont-num {
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    color: #737373;
}

.cumm-right>p.cont-num span {
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    color: #333;
}

section.Our-blog .card {
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    border-radius: 16px;
    width: 100%;
    transition: all 0.8s;
}

section.Our-blog .card:hover {
    transition: all 0.8s;
    transform: translateY(-10px);
}

.card-top {
    width: 100%;
}

.card-top img {
    width: 100%;
    border-radius: 16px;
    height: 320px;
    object-fit: cover;
}

.cord-cont {
    width: 100%;
    padding: 20px;
}

.cord-cont h3 a {
    font-weight: 700;
    font-size: 24px;
    line-height: 26px;
    color: #333333;
}

.cord-cont p small {
    font-weight: 600;
    font-size: 12px;
    line-height: 26px;
    color: #737373;
    margin-right: 10px;
}

.cord-cont p small img {
    display: inline-block;
    width: 12px;
    margin-top: -2px;
    margin-right: 7px;
}

.card.right-card .card-top {
    width: 120px;
    height: 120px;
}

.card.right-card {
    padding: 16px 0px 16px 16px;
    flex-direction: row;
    margin-bottom: 16px;
}

.card.right-card .card-top a img {
    width: 100%;
    height: 100%;
}

.card.right-card .cord-cont {
    float: left;
    width: calc(100% - 150px);
    padding: 0px 16px;
}

.card.right-card .cord-cont h3 {
    line-height: 26px;
}

.card.right-card .cord-cont h3 a {
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    color: #333333;
}

.card.right-card h3~p {
    font-size: 14px;
}

.contact-us form {
    background: #FFFFFF;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.25);
    border-radius: 16px;
    max-width: 564px;
    margin: 0 auto;
    padding: 32px;
    /* margin-bottom: -165px;
    margin-top: 16px; */
}

.contact-us h3 {
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
}

.contact-us form p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.contact-us .form-control {
    background: #FFFFFF;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    border-radius: 50px;
    min-height: 66px;
    padding: 0px 24px;
    margin-bottom: 16px;
}

.contact-us form button {
    width: 100%;
    color: #fff;
}

section.contact-us {
    background-image: url(../images/ftbg.png);
    background-size: cover;
}

section.footer-top {
    /* background-image: url(../images/footer-bg.png); */
    /* background-color: #c8c8c8; */
    background-color: rgb(95 94 94 / 80%);
    background-size: cover;
}

section.footer-bottom {
    background: #222222;
    padding: 10px 0px;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 1111;
}

section.footer-bottom p a {
    color: #FFFFFF;
}
section.footer-bottom  p{
    color: #289ad5;
}
.socil a {
    margin: 0px 3px;
    width: 40px;
    display: inline-block;
}

.socil a img {
    width: 100%;
}

.footer-top h3 {
    color: #fff;
    font-size: 32px;
    margin-bottom: 36px;
}

a.footer-logo {
    margin-bottom: 24px;
    display: block;
}

.footer-top p {
    margin-bottom: 10px !important;
}

.footer-top a.footer-logo~p.fabt-texty {
    color: #fff;
    margin-bottom: 16px !important;
}

.footer-top p a span {
    color: #fff !important;
    display: inline-flex;
    width: calc(100% - 50px);
}

.blog-footer-lst {
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 12px;
}

.bfl-left {
    float: left;
    width: 120px;
    margin-right: 12px;
}

.bfl-left img {
    width: 100%;
    border-radius: 8px;
    height: 120px;
    object-fit: cover;
}

.bfl-right {
    float: left;
    width: calc(100% - 160px);
}

.bfl-right h5 {
    font-size: 16px;
    line-height: 26px;
    color: #FFFFFF;
    margin: 0;
}

.bfl-right p small {
    color: #ff6d12;
}

.bfl-right {
    font-size: 32px;
}

.bfl-right p~p {
    color: #fff;
    font-size: 14px;
}

.footer-top ul {
    column-count: 2;
}

.footer-top ul li {
    margin-bottom: 20px;
}

.footer-top ul a {
    color: #fff;
}

.tes-left.text-end {
    float: left;
    width: 380px;
    padding: 75px 0px 0px 75px;
    background-image: url(../images/video-dot.png);
    background-size: 80%;
    background-repeat: no-repeat;
}

.tes-left.text-end img {
    border-radius: 16px;
    width: 100%;
}

.tes-righr {
    float: left;
    width: calc(80% - 380px);
    padding-left: 60px;
    padding-top: 75px;
}

p.top-cont {
    padding: 60px 0px 60px 60px;
}

.tes-righr p {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #737373;
}

.tes-righr p small {
    font-weight: 800;
    font-size: 20px;
    line-height: 26px;
}

section.Testimonials {
    padding-top: 140px;
}

p.top-cont span {
    position: relative;
    width: 100%;
    display: block;
}

p.top-cont span:after {
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    background: #000;
    bottom: -50px;
    right: 0;
    background: url(../images/bxs_quote-right.png);
    background-size: contain;
}

p.top-cont span:before {
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    top: -50px;
    left: -50px;
    background: url(../images/bxs_quote-left.png);
    background-size: contain;
}

section.How-do.slider {
    padding-left: 8%;
    width: 100%;
    overflow: hidden;
}

.htd-list {
    padding: 24px;
}

.htd-list-min {
    width: 100%;
    overflow: hidden;
    border-radius: 16px;
    background: #FFFFFF;
    box-shadow: 0px 4px 16px rgb(0 0 0 / 25%);
    border-radius: 16px;
    transition: all 0.8s;
}

.htd-list-min:hover {
    transition: all 0.8s;
    transform: translateY(-16px);
}

.htd-top {
    width: 100%;
    position: relative;
}

.htd-top img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.htd-top span {
    background: #FF6D12;
    border-radius: 50px;
    height: 52px;
    display: inline-block;
    width: 160px;
    text-align: center;
    line-height: 52px;
    color: #fff;
    position: absolute;
    bottom: 12px;
    right: 12px;
}

.htd-bottom {
    padding: 16px 24px;
    min-height: 300px;
}

.htd-bottom h2 a {
    font-weight: 700;
    font-size: 36px;
    line-height: 46px;
    color: #000000;
}

header.stick-header.scrolling_down nav.navbar {
    background-color: rgb(95 94 94 / 80%);
    position: fixed !important;
    z-index: 99999;
}

.footer-top ul a:hover {
    color: #FF6D12;
}

section.How-do-we-help .card {
    box-shadow: 0px 0px 12px #ccc;
    border-radius: 0px 42px 0px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    padding: 0px 63px;
    margin-bottom: 24px;
    background: #f9bf9b;
    border: 0px;
}

section.How-do-we-help .card p {
    margin: 0px;
}

.in-icon img {
    display: inline;
    width: 50px;
}

.w-100.text-center.cv-smi {
    padding: 20px;
    background: #f3f3f3;
    border-top: 4px solid #ff6d12;
    position: relative;
    margin-top: 40px;
    min-height: 210px;
}

.w-100.text-center.cv-smi h2 {
    font-size: 20px;
}

.w-100.text-center.cv-smi p {
    font-size: 15px;
    margin-bottom: 0px;
}

.w-100.text-center.cv-smi img {
    width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 50%;
    padding: 10px;
    margin-top: -80px;
    border: 3px solid #ff6d12;
}

.navbar-brand img {
    max-width: 260px;
}

a.footer-logo img {
    max-width: 260px;
}

.mackdef {
    width: 21px;
    background: #fff;
    padding: 1px;
    border-radius: 50px;
}

ul.socile-md {
    position: fixed;
    top: 200px;
    z-index: 99;
    right: 8px;
    color: #555;
}

ul.socile-md li a {
    color: #fff;
    /* text-shadow: 0px 0px 8px #ccc; */
    text-shadow: 0px 0px 4px #ff6d12;
}
ul.dropdown-menu {
    width: 220px;
}
ul.dropdown-menu li a{
    word-break: break-all;
    white-space: break-spaces;
    font-size: 15px;
}
section.innerpage-banner {
    padding: 94px 0px 20px;
    /* background: linear-gradient(45deg, #ff6d12, #6f6f6f); 
    background: linear-gradient(45deg, #f3963a, #6f6f6f);*/
    background: #fb933c;
    color: #fff;
}
.nav-item.dropdown > a {
    color: #fff;
}
a.whoutline-btn {
    box-shadow: 0px 4px 12px rgb(0 0 0 / 25%);
    border-radius: 50px;
  
    padding: 10px 20px;
    border-top: 2px solid #ef4923;
    border-right: 2px solid #ff6d12;
    font-weight: 400;
    border-bottom: 2px solid #1874a4;
    font-size: 12px;
    border-left: 2px solid #2b97cf;
    line-height: 14px;
    background: #fff;
    box-shadow: 0px 0px 8px #fff;
}
.theteam .nav-tabs{
    border: none;
}
.theteam  .tab-content{
    padding: 15px;
}
.theteam .nav-tabs .nav-link {
    border-radius: 24px !important;
    background-color: #fff;
    color: #777;
    border: 2px solid #777;
    box-shadow: none;
    margin: 0px 10px;
}
.theteam .nav-tabs .nav-link:hover,
.theteam .nav-tabs .nav-link.active{
    color: #ff6d12;
    border: 2px solid #ff6d12;
    background-color: #fff;
}
a.whoutline-btn img {
    width: 23px;
}

.card.police-card {
    padding: 20px;
    margin-bottom: 20px;
    position: relative;
    box-shadow: 0px 0px 12px #f2f2f2;
    border: none;
}
.card.police-card h3{
    font-size: 20px;
}
.card.police-card p{
    font-size: 14px;
    color: #777;
    margin-bottom: 0px;
}
.view-daonload {
    position: absolute;
    right: 6px;
    top: 8px;
}
.view-daonload a{
    margin-left: 10px;
    color: #ff6d12;
    font-size: 20px;
}
.view-daonload a i.bi-file-earmark-pdf-fill{
    color:#000;
}
div#Our-Mentors .card img {
    height: 250px;
    object-fit: cover;
}
/* ============ desktop view ============ */
@media all and (min-width: 992px) {
	.dropdown-menu li{ position: relative; 	}
	.nav-item .submenu{ 
		display: none;
		position: absolute;
		left:100%; top:-7px;
	}
	.nav-item .submenu-left{ 
		right:100%; left:auto;
	}
	.dropdown-menu > li:hover{ background-color: #f1f1f1 }
	.dropdown-menu > li:hover > .submenu{ display: block; }
}	
/* ============ desktop view .end// ============ */

/* ============ small devices ============ */
@media (max-width: 991px) {
  .dropdown-menu .dropdown-menu{
      margin-left:0.7rem; margin-right:0.7rem; margin-bottom: .5rem;
  }
}	
/* ============ small devices .end// ============ */