/* Global Styles */
@import url(font-awesome.min.css);
@import url(reset.css);
@import url(../fonts/font.css);
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');


:root {
    /* --font-family: 'Open Sans', Arial, Helvetica, sans-serif; */
    --font-family: 'Roboto', sans-serif;
    --font-awesome: 'FontAwesome';
    --primary-color: #33318b;
    --fade-primary-color: #57559c;
    --secondary-color: #bc202d;
    --orange: #f37019;
    --deep-blue: #001d54;
    --light-hover: #00c9ff;
    --add-color: #999898;
    --white: #ffffff;
    --black: #000000;
    --deep-charcoal-color : #111;
    --charcoal-color : #333;
    --light-charcoal: #555555;
    --color-ccc: #cccccc;
    --visited-color: #2277c8;
    --eee-colour: #eeeeee;
    --colour999: #999;
    --colour777: #777;
    --colour555: #555;
    --colour333: #333;
    --colour111: #111;
    --yellow-colour: #f0cb00;
    --body-fontsize: 15px;
}
* { padding: 0; margin: 0; box-sizing: border-box; }
html, body {
    height: 100%;  
    font-size: var(--body-fontsize);
    line-height: 1.5;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

h1 { font-size: 40px; font-weight: 600;}
h2 { font-size: 36px; font-weight: 600;}
h3 { font-size: 32px; font-weight: 600;}
h4 { font-size: 28px; font-weight: 600;}
h5 { font-size: 24px; font-weight: 600;}
h6 { font-size: 20px; font-weight: 600;}
p { font-size: 16px; font-weight: 400; }
label { font-weight: 600; }
a {
   outline: 0;
   text-decoration: none;
}
a:hover, a:active, a:focus {
   outline: 0;
   text-decoration: none;
}
a, a:visited {
    /* color: var(--primary-color); */
    outline: 0 none;
    text-decoration: none;
    transition: color 0.3s ease-in-out 0s;
}
strong { font-weight: bold;}
:focus {
   outline: 0;
}
.lft{
    float:left;
}
.rgh{
    float:right;
}
.container{
    max-width:1170px;
    width:100%;
}
.wrapper{
    max-width:1170px;
    width:95%;
    margin:0 auto;
}
.fullWrapper{
    max-width:1170px;
    width:100%;
    margin:0 auto;
}
.padBtm60{
    padding-bottom: 60px;
    margin-top: 60px;
    /* margin-top: 130px; */
}
.padBT40{
    padding-bottom: 40px;
   padding-top: 40px;
}
.padT30{
    padding-top:30px;
}
.padB30{
    padding-bottom:30px;
}
.text_white{
    color: var(--white);
}
/* global */
.top_bg{
    background: var(--primary-color);
    width:100%;
    border-bottom:1px solid var(--primary-color);
    text-align:center;
    padding: 10px 0;
}
.top_bg aside{
    float:left;
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    font-style:italic;
    color: var(--secondary-color);
}
.top_bg aside strong{
    font-weight:700
}
.top_bg article{
    display:inline;
    font-size: 16px;
        line-height: 18px;
        font-weight: 600;
    font-style:italic;
    color: var(--add-color);
}
.top_bg article strong{
    color: var(--white);
}
.top_bg .top_menu{
    float:right;
    text-align:right;
    font-size: 14px;
    line-height: 18px;
    font-style:italic;
    color: var(--add-color);
    background: none;
}
.top_bg .top_menu a{
    display:inline-block;
    padding:0 5px;
    color: var(--white);
}
.top_bg .top_menu a:hover{
    color: var(--white);
}
/* Menu */
.top_sec{
    position:relative;
}
.top_sec_inside .navbar{
    position: relative;
}
.navbar{
    position: relative;
    left:0;
    top:0;
    right:0;
    z-index:222;
}
.top_menu{
    /* background:rgba(0,0,0,0.4);
    background:rgba(255,255,255,0.7); */
    background: var(--white);
    border-radius:0;
    margin:0;
    border:none;
    height:auto;
}
.top_menu .skiptranslate.goog-te-gadget { padding: 0; margin: 0; line-height: normal;}
.logo{
    padding:8px 0 15px;
    display:block;
    float:left;
}
.navbar-collapse{
   padding-top:28px;
}
.navbar-nav > li > a {
    font-size: 16px;
    line-height: 18px;
    font-style:italic;
    color: var(--black);
    text-shadow:none;
}
.navbar-nav > li > a:hover, .navbar-nav > li > a:focus {
    color: var(--primary-color);
    background:none;
}
.navbar-right .dropdown-menu{
    left:0;
    right:auto;
}
.nav>li>a {
   padding: 10px 12px;
}
.navbar-nav > li:hover .dropdown-menu{
    display:block;
}
.open > .dropdown-menu{
    display:block;
}
.dropdown-menu {
    background-clip: padding-box;
    background-color: var(--white);
   border: none;
   border-radius:5px;
    box-shadow: 0 ;
    display: none;
   float: left;
   font-size: 14px;
    left: 0;
   list-style: outside none none;
    margin:0;
    padding:0;
   position: absolute;
    text-align: left;
    top: 100%;
    z-index: 1000;
}
.dropdown-menu > li > a {
   clear: both;
    color: var(--primary-color);
    display: block;
    line-height:18px;
    white-space: nowrap;
    padding:12px 20px;
    border-top:1px solid var(--primary-color);
    font-size:14px;
}
.navbar-nav > li > .dropdown-menu{
   border-radius:3px 0 3px 3px;
}
.navbar-nav > li > .dropdown-menu:after{
   content: '';
    display: block;
    position: absolute;
    left: 20%;
    margin-left: -10px;
    top: -8px;
    z-index:555555;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid var(--white);
}
.dropdown-menu > li {
    min-width:250px;
}
.dropdown-menu > li:first-child > a {
    border-top:0;
   border-radius:3px 0 0px 0px;
    overflow:hidden;
}
.dropdown-menu > li:last-child > a {
    border-radius:0px 0px 3px 3px;
    overflow:hidden;
}
.navbar-nav > li:hover a{
   color:var(--primary-color);
    background:none;
}
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover{
    background: var(--primary-color);
    color:var(--white);
}
.dropdown-menu > li > a:hover{
    background: var(--primary-color);
    color:var(--white);
}
.navbar-toggle .icon-bar{
    background:var(--white);
}


a.styley::before {
    background: var(--yellow-colour);
    content: "";
    inset: 0;
    position: absolute;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.5s ease-in-out;
    z-index: -1;
  }
  
  a.styley:hover::before {
    transform: scaleX(1);
    transform-origin: left;
  }







h2{
font-size: 36px;
    line-height: 30px;
    font-weight: 400;
    padding:53px 0;
    color:var(--primary-color);
}
h4{
font-size: 26px;
    line-height: 30px;
    font-weight: 400;
    padding:10px 0;
    margin:0;
    margin-bottom:15px;
    color:#222222;
}
h3{
font-size: 24px;
    line-height: 25px;
    font-weight: 400;
    padding:0;
    color:#222222;
    margin:0;
    margin-bottom:25px;
}
h4.question{
font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    padding:0;
    color:var(--primary-color);
    margin:0;
    margin-bottom:25px;
}
h4.question:before{
    content:'Q)';
    padding-right:10px;
}
.ans{
    padding-left:35px;
    border-bottom:1px solid var(--color-ccc);
    padding-bottom:15px;
    margin-bottom:25px;
}
h5{
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    padding:0;
    color:#222222;
    margin:0;
    margin-bottom:10px;
}
h6 {
    font-size: 14px;
    line-height: 18px;
    padding:0;
    color:#222222;
    margin:0;
    margin-bottom:8px;
}
/* Home Page Carousel */
header.carousel {
   height:auto;
}
header.carousel .item, header.carousel .item.active, header.carousel .carousel-inner {
   height: 100%;
}
.carousel-inner .item h2{
    animation: fadeInDown .91s both 1s;
    -webkit-animation: fadeInDown .91s both 1s;
  }
  .carousel-inner .item a{
    animation: fadeInUp 1s both 1.4s;
    -webkit-animation: fadeInUp 1s both 1.4s;
  }
  /* .carousel-inner .item.active h2{
    animation:fadeInDown 1s both 1.1s;
    -webkit-animation:fadeInDown 1s both 1.1s;
  } */
  
header.carousel .fill {
   width: 100%;
   height: 100%;
   background-position: center;
   background-size: cover;
}
header.carousel .fill.slide1{
    background-image:url('../images/home_ban/s1.jpg');
}
header.carousel .fill.slide2{
    background-image:url('../images/home_ban/s2.jpg');
}
header.carousel .fill.slide3{
    background-image:url('../images/home_ban/s3.jpg');
}
.carousel-inner{
    height:704px !important;
    position:relative;
}
.carousel-inner .slide_pic{
    position:absolute;
    right:150px;
    bottom:0;
    width:auto;
}
.carousel-inner .slide_pic img{
    width:100%;
    height:auto;
}
.carousel-caption{
    padding:0;
    top:28%;
    left:0;
    right:0;
    max-width:1170px;
    width:80%;
    margin:0 auto;
}
/* .carousel-caption aside{
   background:rgba(255, 247, 213, 0.6);
    float:left;
    width:427px;
    padding:25px 30px 45px;
} */
.carousel-caption aside h2 {
    font-size: 40px;
    line-height: 50px;
    color:#4e1200;
    padding:0;
    padding-bottom:5px;
    text-transform:uppercase;
    min-height:200px;
}
.carousel-caption aside p{
font-size: 14px;
    line-height: 20px;
    color:var(--white);
    padding:18px 0;
    display:none;
}
.carousel-caption aside a {
    background: var(--primary-color);
    display:block;
    border: 1px solid var(--primary-color);
    width:136px;
    height:50px;
    margin:0 auto;
    text-align:center;
    font-size: 22px;
    line-height: 50px;
    color:var(--white);
    border: 0;
    text-transform:uppercase;
    transition: all .3s;
}
.carousel-caption aside a:hover{
    color: var(--primary-color);
    background-color: var(--black);
    border: 0;
}
.carousel-control .icon-prev::before{
    content:"\f104";
    font-family: var(--font-awesome);
    font-size:58px;
}
.carousel-control .icon-next::before{
    content:"\f105";
    font-family: var(--font-awesome);
    font-size:58px;
}
.carousel-indicators li{
    background:var(--white);
}
.carousel-indicators .active{
    background: var(--primary-color);
    border:none;
}
.possible_bg {
    background: url(../images/possible_bg.jpg) no-repeat center top #020202;
    background-size:cover;
}
.possible_bg h2 {
    line-height:56px;
    text-align: center;
}
.possible_bg aside {
    padding-bottom:53px;
}
.possible_bg aside a {
    display:block;
}
.possible_bg aside p {
    color:var(--white);
}
.programs_bg{
    background:#fff;
    background-size:cover;
    text-align:center;
    padding:140px 0 70px 0;
}
.programs_bg aside {
    /* width:25%; */
    background:var(--white);
    margin:0 12px;
    padding-bottom:30px;
    border-radius:5px;
    overflow:hidden;
    min-height:400px;
    transition: all .4s;
}
.programs_bg aside:hover{
    background: var(--black);
}
.programs_bg aside.height_100:hover{
    background: var(--white);
}
.programs_bg aside dd{
    width:100%;
}
.programs_bg aside dd img{
    width:100%;
    height:auto;
}
.programs_bg aside strong{
font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    color: var(--primary-color);
    display:block;
    padding:18px;
}
.programs_bg aside p{
font-size: 12px;
    line-height: 18px;
    color:#515151;
    padding:0 18px;
    min-height:85px;
}
.programs_bg aside span{
font-size: 12px;
    line-height: 18px;
    color:#0f0f0f;
    margin-top:12px;
    display:block;
    text-align:center;
}
.programs_bg aside:hover p, .programs_bg aside:hover span{
    color:var(--white);
}
.programs_bg aside:hover strong{
   color: var(--fade-primary-color);
}
.programs_bg aside.height_100 span { color: var(--black); text-align: center; padding: 8px 25px; border: 1px solid var(--white); margin: 12px auto 0 auto; display: table; border-radius: 20px; }
.programs_bg aside.height_100:hover span { color: var(--fade-primary-color);  border: 1px solid var(--light-hover); }
.programs_bg .slick-prev{
    background: var(--black);
    width:55px;
    height:55px;
    border-radius:50%;
    position:absolute;
    left:50%;
    margin-left:-62px;
    top:-75px;
    transition: all .3s;
}
.programs_bg .slick-next{
    background:var(--black);
    width:55px;
    height:55px;
    border-radius:50%;
    position:absolute;
    right:50%;
    margin-right:-62px;
    top:-75px;
}
.programs_bg .slick-prev:hover, .programs_bg .slick-prev:focus{
   background: var(--primary-color);
}
.programs_bg .slick-next:hover, .programs_bg .slick-next:focus{
    background: var(--primary-color);
}
.programs_bg .slick-prev::before{
    content:"\f104";
    font-family: var(--font-awesome);
}
.programs_bg .slick-next::before{
    content:"\f105";
    font-family: var(--font-awesome);
}
.story_bg{
    background:#eee;
}
.story_bg aside{
    width:25%;
    float:left;
    padding:30px 0;
    text-align:center;
}
.story_bg aside a{
    width:50%;
}
.story_bg aside span{
    border:3px solid var(--primary-color);
    border-radius:50%;
    display:block;
    width:86px;
    height:86px;
    text-align:center;
    margin:0 auto;
}
.story_bg aside strong{
    display:block;
    padding-top:25px;
    color: var(--primary-color);
}
.story_bg aside:hover strong{
    color:#0f0f0f
}
.story_bg aside:hover span{
    border-color: var(--primary-color);
}
.story_bg aside span{
    background-position:50% 50%;
    background-repeat:no-repeat;
}
.story_bg aside span.ico1{
    background-image:url(../images/story-ico1.png)
}
.story_bg aside span.ico2{
    background-image:url(../images/story-ico2.png)
}
.story_bg aside span.ico3{
    background-image:url(../images/story-ico3.png)
}
.story_bg aside span.ico4{
    background-image:url(../images/story-ico4.png)
}
.story_bg aside:hover span.ico1{
    background-image:url(../images/story-ico_h1.png)
}
.story_bg aside:hover span.ico2{
    background-image:url(../images/story-ico_h2.png)
}
.story_bg aside:hover span.ico3{
    background-image:url(../images/story-ico_h3.png)
}
.story_bg aside:hover span.ico4{
    background-image:url(../images/story-ico_h4.png)
}
.news_bg{
    background: #fff;
    text-align:center;
    padding:50px 0;
}
.news_bg .news_scroll{
    width:80%;
    margin:0 auto;
}
.news_bg strong{
    font-size: 17px;
        line-height: 22px;
        font-weight: 600;
    color: var(--primary-color);
    display:block;
}
.news_bg p{
font-size: 25px;
    line-height: 28px;
    color:#312a0c;
    padding:15px 0;
}
.news_bg span{
font-size: 14px;
    line-height: 18px;
    font-style:italic;
    color:#8c7a2c;
    display:block;
}
.news_bg .bx-wrapper .bx-prev{
    background: url(../images/news-prev.png) no-repeat left top;
    width:40px;
    height:40px;
    left:-45px;
}
.news_bg .bx-wrapper .bx-next{
    background: url(../images/news-next.png) no-repeat left top;
    width:40px;
    height:40px;
    right:-45px;
}
.news_bg .bx-wrapper a.bx-prev:before{
    content:"\f104";
    font-family: var(--font-awesome);
    font-size:58px;
    color:#8c7a2c;
    background:var(--white);
}
.news_bg .bx-wrapper a.bx-next:before{
    content:"\f105";
    font-family: var(--font-awesome);
    font-size:58px;
    color:#8c7a2c;
}
/*################### Inside Style Start ####################*/
.inside_bannerSection{
    padding-top: 24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.inside_banner_left{
    float: left;
    width:70%;
}
.inside_banner_left img{
   width: 100%;
    height: auto;
}
.inside_banner_right{
    text-align: center;
    background: var(--primary-color);
    float: left;
    width: 30%;
}
.inside_banner_right strong{
    display:block;
    padding-top:12%;
    font-size: 24px;
        line-height: 22px;
        font-weight: 300;
    color:var(--white);
    text-transform: uppercase;
}
.inside_banner_right ul {
    padding-top: 34px;
    max-width: 197px;
    margin: 0 auto;
}
.inside_banner_right ul li{
    border-bottom: 1px solid #db4e4e;
}
.inside_banner_right ul li a{
    display: block;
    padding: 17px 0;
    font-size: 16px;
        line-height: 20px;
    color:var(--white);
}
.inside_banner_right ul li a:hover{
    color: var(--light-hover);
}
.common_img{
    max-width: 100%;
    height: auto;
}
.inside_banner_right ul li:last-child{
    border-bottom:none;
}
.breadcrumb{
    background:none;
    margin-bottom: 0;
    border-bottom: 1px solid var(--color-ccc);
    padding: 22px 0;
    font-size: 13px;
        line-height: 20px;
        font-weight: 400;
    color:#6b6b6b;
    position: relative;
}
.breadcrumb a, .breadcrumb span{
    color:#222222;
}
.breadcrumb:after{
    position: absolute;
    width: 104px;
    display: block;
    height: 2px;
    background: var(--black);
    bottom: -2px;
    left: 0;
    content:"";
}
h1{
    color: var(--primary-color);
    font-size: 40px;
        line-height: 40px;
        font-weight: 400;
    padding: 20px 0 35px 0;
    margin: 0 
}
.common p{
   color:#222222;
}
.common strong{
    font-weight:600;
}
.common em{
    font-style:italic;
}
.common a {
   color: var(--primary-color);
}
.our_approach_bg{
    background: url(../images/our_aproach.jpg) no-repeat right bottom var(--light-hover);
   margin-top:50px;
    padding: 25px;
    margin-bottom: 15px;
    min-height: 400px;
}
.our_approach_bg h2{
   color:#271e01;
    font-size: 24px;
        line-height: 20px;
    padding:0;
    margin: 0 
}
.our_approach_bg ul{
    margin: 0;
    padding:26px 0;
}
.our_approach_bg ul li {
   background: url(../images/bullet.png) no-repeat left 17px;
    color:#271e01;
    font-size: 14px;
        line-height: 20px;
        font-weight: 600;
    padding: 11px 0 11px 36px;
    border-bottom: 1px solid var(--light-hover);
}
.our_approach_bg ul li:last-child{
    border-bottom: none;
}
.our_approach_bg p{
   color:#222222;
    font-size: 14px;
        line-height: 18px;
}
.ourPro img{
    width: 100%;
}
ul.list li {
   background: url(../images/bullet2.jpg) no-repeat left 9px;
    padding-left: 30px;
    color:#222222;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 8px;
}
.devider_line{
   border-bottom:1px solid var(--color-ccc);
    margin-bottom:40px;
    padding-bottom:20px;
}
.devider_line img{
    margin-bottom:15px;
}
.devider_line.none{
    border-bottom:none;
}
.mission_bg{
    background:url(../images/mission/mission_bg.jpg) no-repeat right top #689978;
    padding:25px 10px;
    min-height:405px;
    margin-bottom:25px;
}
.mission_bg ul li{
    background:url(../images/bullet2.png) no-repeat left 32px;
    border-bottom:1px solid #86ad93;
    padding:23px 23px 23px 38px;
    font-size: 14px;
        line-height: 20px;
    color:var(--white);
}
.mission_bg ul li:last-child{
    border-bottom:none;
}
.mission_bg h2{
   color: var(--white);
    font-size: 18px;
        line-height: 20px;
        font-weight: 400;
    padding:13px 0;
}
.mission_bg p {
    color:var(--white);
}
.career_form{
    color:#222;
}
.career_form label{
    font-size: 14px;
        line-height: 20px;
    color:#222;
    margin-bottom:12px;
    display:block;
}
.career_form .form-control{
    border-radius:0;
    border:1px solid #bfbfbf;
    box-shadow:none;
}
.career_form .form-group{
    margin-bottom:30px;
}
.career_form .submit{
    background: var(--primary-color);
    color:var(--white);
    border:none;
    border-radius: 3px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    text-shadow: none;
}
.career_form .submit:hover{
   background: var(--black);
}
.common_style th {
    padding: 15px 15px;
    font-weight: 700;
    font-size: 14px;
    color:#222;
    border-top:2px solid var(--primary-color);
    border-bottom:1px solid var(--black);
}
.common_style td {
    padding: 15px 15px;
    font-size: 14px;
    color:#222;
    border-bottom:1px solid var(--color-ccc);
}
.contact_address{
    margin-bottom:25px;
   display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.contact_address p{
    padding-left:30px;
    position:relative;
}
.contact_address p:before{
    position:absolute;
    left:0;
    top:0;
    color: var(--fade-primary-color);
    padding-right:8px;
}
.contact_address p.location:before{
   content:"\f041";
    font-family: var(--font-awesome);
    font-size:20px;
}
.contact_address p.phone:before{
   content:"\f095";
    font-family: var(--font-awesome);
    font-size:18px;
}
.contact_address p.fax:before{
   content:"\f1ac";
    font-family: var(--font-awesome);
    font-size:15px;
}
.contact_address p.email:before{
   content:"\f0e0";
    font-family: var(--font-awesome);
    font-size:14px;
}
.contact_address p.whatsapp:before{
    content:"\f232";
     font-family: var(--font-awesome);
     font-size: 18px;
 }
 .contact_address p.globe:before{
    content: "\f0ac";
     font-family: var(--font-awesome);
     font-size: 18px;
 }
.contact_address p a{
    color: var(--primary-color);
    text-decoration:underline;
}
.head_office{
    background: var(--eee-colour);
    padding:15px;
    min-height:280px;
}
.unit_office{
    background: var(--eee-colour);
    padding:15px;
    height:100%;
    min-height:280px;
}
.receiving_center{
    background:var(--eee-colour);
    padding:15px;
    min-height:280px;
}
.news li{
    border-bottom:1px solid #ddd;
    padding-bottom:15px;
    margin-bottom:15px;
}
.news li a h5{
    color:var(--charcoal-color);
}
.news li a:hover h5{
   color: var(--primary-color);
}
.news li h5 span{
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
    font-style:italic;
    color:#999;
    display:block;
}
.news li:last-child{
    border-bottom:none;
}
.news_dtl span{
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
    color:#999;
    display:block;
    padding-top:15px;
}
.press_release_blok{
    display:block;
    margin-left:-15px;
    margin-right:-15px;
}
.press_release_blok li{
    border:1px solid #ddd;
    padding:18px;
    float:left;
    height:auto;
    width:31.2%;
    margin:10px;
    box-sizing:border-box;
}
.press_release_blok li img{
    width:100%;
    height:auto;
}
.press_release_blok li a{
    display:block;
    position:relative;
}
.press_release_blok li a:after{
    content:'';
    background:rgba(211,50,49,0.8);
    left:0;
    top:0;
    width:100%;
    height:100%;
    position:absolute;
    opacity:0;
    transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -webkit-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;
}
.press_release_blok li a:before{
    content:'\f00e';
    font-family: var(--font-awesome);
    font-size:30px;
    left:50%;
    top:50%;
    margin-top:-10px;
    margin-left:-10px;
    width:20px;
    height:20px;
    position:absolute;
    z-index:2;
    color:var(--white);
   opacity:0;
    transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -webkit-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;
}
.press_release_blok li a:hover:after, .press_release_blok li a:hover:before{
    opacity:1;
}
.vodeo_blok{
    display:block;
    margin-left:-15px;
    margin-right:-15px;
}
.vodeo_blok li{
    border:1px solid #ddd;
    padding:18px;
    float:left;
    height:auto;
    width:31.2%;
    margin:10px;
    box-sizing:border-box;
}
.vodeo_blok li img{
    width:100%;
    height:auto;
}
.vodeo_blok li a{
    display:block;
    position:relative;
}
.vodeo_blok li a:after{
    content:'';
    background:rgba(211,50,49,0.8);
    left:0;
    top:0;
    width:100%;
    height:100%;
    position:absolute;
    opacity:0;
    transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -webkit-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;
}
.vodeo_blok li a:before{
    content:'\f01d';
    font-family: var(--font-awesome);
    font-size:30px;
    left:50%;
    top:50%;
    margin-top:-15px;
    margin-left:-15px;
    width:30px;
    height:30px;
    position:absolute;
    z-index:2;
    color: var(--primary-color);
   opacity:1;
}
.vodeo_blok li a:hover:after{
    opacity:1;
}
.vodeo_blok li a:hover:before{
    color:var(--white);
}
.program_header{
    padding-bottom:36px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.program_header .left_sec{
    width:30%;
    float:left;
}
.program_header .left_sec img{
    width:100%;
    height:auto;
}
.program_header .mid_sec{
    width:40%;
    float:left;
    background: var(--light-hover);
}
.program_header .mid_sec strong{
    font-size: 45px;
    line-height: 45px;
    font-weight: 700;
    color:#191919;
    display:block;
    text-align:center;
    text-transform:uppercase;
    padding-top:25%;
}
.program_header .right_sec{
    width:30%;
    float:left;
    background: var(--light-hover);
    text-align:center;
    padding-top:44px;
}
.program_header .right_sec a{
    display:block;
    border-bottom:1px solid #e6d680;
    font-size: 14px;
    line-height: 20px;
    color:var(--white);
    padding:8px 0;
}
.program_header .right_sec a:last-child{
    border-bottom:none;
}
.program_header .right_sec aside{
    width:auto;
    padding:0 25px;
}
.accordians{
    padding-top:23px;
}
.accordians h4{
    font-size: 16px;
    line-height: 20px;
    color:#4f4f4f;
    border-top:1px solid var(--color-ccc);
    padding:22px;
    margin:0;
    cursor:pointer;
}
.accordians h4 span{
    float:right;
    width:80px;
    height:20px;
    background:url(../images/plus.gif) no-repeat right 50%;
}
.accordians h4 span:before{
   content:'Show';
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: var(--primary-color);
    display:inline-block;
    padding-right:15px;
}
.accordians h4.accordianActive{
   color: var(--primary-color);
    background:#f5f5f5;
}
.accordians h4.active{
   border-top:1px solid #696969;
    background:#f5f5f5;
    color:#d45555;
}
.accordians h4.active span{
    background:url(../images/minus.gif) no-repeat right 50%;
}
.accordians h4.active span:before{
   content:'Hide';
font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color:var(--black);
}
.accordianCont{
    background:#f5f5f5;
    width:auto;
    padding:38px;
    padding-top:0;
    display:none;
    color:#282828;
    font-size:14px;
    font-weight:400;
    line-height:22px;
}
.accordianCont p{
    text-align:justify;
}
.accordianCont ul.unOrderList li{
    list-style-type:disc;
    padding-left:25px;
   font-size: 14px;
    line-height: 20px;
    color:var(--black);
    margin-bottom:8px;
}
.accordianCont ol.OrderList li{
   list-style-type:decimal;
    padding-left:25px;
   font-size: 14px;
    line-height: 20px;
    color:var(--black);
    margin-bottom:8px;
}
.accordianCont ol.OrderList li ul.unOrderList li{
    list-style-type:disc;
    padding-left:25px;
font-size: 14px;
    line-height: 20px;
    color:var(--black);
    margin-bottom:8px;
}
.accordianCont ol.OrderList li strong{
    font-weight:bold;
    display:block;
    padding-bottom:10px;
    font-size:16px;
}
.accordianCont ul.unOrderList, .accordianCont ol.OrderList{
    margin-left:25px;
}
.accordianCont h5 {
    font-size: 15px;
    line-height: 20px;
    color:var(--black);
    padding:15px 0;
}
/*###############*/
.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 10px;
    margin-left:0;
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}
/*###############*/
/*################### Inside Style End ####################*/
footer{
    padding:0;
    margin:0;
    background: var(--deep-charcoal-color);
    text-align:center;
}
.foot_top { width: 100%; padding: 30px 0; background: #20222e; }
.foot__qlinks.logo_links { width: 100%; }
.foot__qlinks.logo_links .logo { width: 160px; display: inline-block; float: none; }
.foot__qlinks.logo_links .logo img { width: 100%; display: block;}
.foot__qlinks.logo_links p { font-size: 18px; color: var(--white); font-weight: 600; padding: 0; margin: 0;}
.foot__qlinks {width: 100%; }
.foot__qlinks .foot__title { font-size: 18px; color: var(--yellow-colour); font-weight: 600; text-transform: uppercase; padding: 0; margin: 0 0 15px 0; }
.foot__qlinks ul { padding: 0; margin: 0;}
.foot__qlinks ul li { padding: 0; margin: 0 0 10px 0; list-style-type: none;}
.foot__qlinks ul li:last-child { margin-bottom: 0;}
.foot__qlinks ul li a { font-size: 15px; color: var(--white);}
.foot__qlinks ul li a:hover { color: var(--yellow-colour); }
footer .foot_top address { width: 100%; margin: 10px 0 0 0; float: left; }
footer .foot_top address a { width: 34px; height: 34px; text-align: center; margin: 0 5px;}
footer .foot_top address a::after { font-size: 16px; line-height: 34px; } 
.foot_bot { width: 100%; padding: 15px 0;}
footer aside{
    float:left;
    background:url(../images/footer_arrow.png) no-repeat right top;
    padding:0;
    width:20%;
    text-align:center;
    font-size: 36px;
    line-height: 88px;
    font-weight: 600;

    color:var(--primary-color);
}
footer aside a.donate{
    color:var(--white);
}
footer aside a:hover.donate{
    color: var(--white);
}
footer article{
    padding:0;
    width: 100%;
    display:inline;
    text-align:center;
    font-size: 14px;
    line-height: 24px;
    color: var(--white);
}
footer address{
    float:right;
    padding:0;
    margin:0;
    width:20%;
    text-align:center;
}
footer address a{
    background: var(--primary-color);
    border-radius:50%;
    width:41px;
    height:41px;
    display:inline-block;
    margin:24px 3px;
}
footer address a:hover{
   background: var(--primary-color);
}
footer address a:after{
   content:"";
    font-family: var(--font-awesome);
    line-height:41px;
    font-size:25px;
    color: var(--white);
}
footer address a:hover:after{
    color: var(--yellow-colour);
}
footer address a.facebook:after{
   content:"\f09a";
}
footer address a.twitter:after{
   content:"\f099";
}
footer address a.linkedin:after{
   content:"\f0e1";
}
footer address a.instagram:after {
    content: "\f16d";
}
footer address a.telegram:after {
    content: "\f2c6";
    font-family: 'FontAwesome';
}
/* footer address a.telegram:after {
    content: "";
    font-family: 'FontAwesome';
} */
.footer_linkBg{
    background: var(--eee-colour);
    padding: 23px 0;
    text-align: center;
}
.footer_linkBg .foot_left{
    display:inline
}
.footer_linkBg a.logIn{
    display: inline-block;
    background: var(--black);
    border-radius: 3px;
    margin:0 3px;
    width: 85px;
    font-size: 14px;
        line-height: 35px;
    color:#fff9e2;
    text-align: center;
}
.footer_linkBg a.logIn:hover{
    background: var(--primary-color);
}
.footer_linkBg ul{
    display: inline;
}
.footer_linkBg ul li {
    display: inline-block;
    border-left:1px solid #9d977c;
font-size: 14px;
    line-height: 35px;
}
.footer_linkBg ul li a{
    display: inline-block;
    color:#312a0c;
    padding: 0 18px;
    transition: all .3s;
}
.footer_linkBg ul li a:hover{
    color: var(--primary-color);
    transition: all .3s;
}
.footer_linkBg ul li:first-child{
    border-left:none;
}
.footer_menu_bg{
   background: #f1eddb;
    padding: 23px 0;
}
.footer_menu_bg .block{
    width: 20%;
    padding: 0 20px;
    box-sizing: border-box;
    min-height: 180px;
    border-right: 1px solid #c7bf9c;
    float: left;
}
.footer_menu_bg .block.last_sec{
   border-right: none;
}
.footer_menu_bg .block h3 {
    font-size: 20px;
    line-height: 20px;
    color:#312a0c;
    margin-bottom: 25px;
    margin-top: 0px;
}
.footer_menu_bg .block ul li a {
   display: block;
   color:#514201;
    font-size: 14px;
        line-height: 18px;
        font-weight: 600;
    padding-bottom: 15px;
}
.footer_menu_bg .block ul li a:hover{
    color:var(--primary-color);
}
.footer_menu_bg .block .form-control{
    border:1px solid #c7bf9c;
    border-radius: 0;
    background: var(--white);
    box-shadow: none;
    color:#514201;
    font-family: var(--font-family);
}
.footer_menu_bg .block .submit{
    background: var(--black);
    border:none;
    border-radius: 3px;
    color:var(--white);
   text-shadow:none;
}
.footer_menu_bg .block .submit:hover{
   background: var(--primary-color);
}
#danamojo-widget-container.container, #danamojo-product-container.container {
    width:100% !important;
}
.mission_visionbox { padding: 0; margin: 15px 0;}
.mission_visionbox h2 { font-size: 24px; font-weight: bold; margin: 0 0 20px 0; padding: 0;}
.mission_visionbox p { margin: 0 0 10px 0;}
.mb-0 { margin-bottom: 0;}
.introduction_box p { margin: 0 0 10px 0;}
.executive_tbl th, .executive_tbl td { text-align: center;}
.gallery_imgbox { width: 100%; height: 190px; margin: 15px 0; }
.member_gallery .gallery_imgbox { width: 100%; height: 320px; margin: 15px 0; }
.gallery_imgbox img { width: 100%; height: 100%; object-fit: cover; display: block;}
.img-fluid { max-width: 100%; height: auto; }
.contact_info { padding:  34px 15px 20px 15px; margin:  0 auto;}
.contact_info p { font-family: var(--font-family); color: var(--white); padding: 10px 0; margin: 0;}
.contact_info p strong { font-size: inherit; display: inline-block; font-weight: bold; padding: 0; text-transform: inherit; margin: 0 6px 0 0;}
.list_info { padding: 0; margin: 0;}
.list_info li { padding: 10px 0; margin: 0; list-style-type: none;}
.video_gallery__sec .gallery_imgbox { height: auto;}
.my-auto { margin-top: auto !important; margin-bottom: auto !important;}
.mt-0 {margin-top: 0 !important; }
.mt-1 {margin-top: 0.25rem !important;}
.mt-2 {margin-top: 0.5rem !important;}
.mt-3 {margin-top: 1rem !important;}
.mt-4 {margin-top: 1.5rem !important;}
.mt-5 {margin-top: 3rem !important;}
.mb-0 {margin-bottom: 0 !important; }
.mb-1 {margin-bottom: 0.25rem !important;}
.mb-2 {margin-bottom: 0.5rem !important;}
.mb-3 {margin-bottom: 1rem !important;}
.mb-4 {margin-bottom: 1.5rem !important;}
.mb-5 {margin-bottom: 3rem !important;}
.eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.height_100, .slick-initialized .height_100 { height: 100%;}
.max-h { height: 80px;}
.border1px { border: 1px solid var(--color-ccc);}
.arrow_bg_withtxt { width: 100%; margin: 0; padding: 40px 60px 40px 30px; background: url(../images/arrow_with_txt_bg.png) center center no-repeat; background-size: contain; position: relative; text-align: center; background-size: contain !important;}
.arrow_bg_withtxt.arrow_bg_withtxt2, .program_header:nth-child(2) .arrow_bg_withtxt { background: url(../images/arrow_with_txt_bg2.png) center center no-repeat; } 
.arrow_bg_withtxt.arrow_bg_withtxt3, .program_header:nth-child(3) .arrow_bg_withtxt { background: url(../images/arrow_with_txt_bg3.png) center center no-repeat; } 
.arrow_bg_withtxt.arrow_bg_withtxt4, .program_header:nth-child(4) .arrow_bg_withtxt { background: url(../images/arrow_with_txt_bg4.png) center center no-repeat; } 
.arrow_bg_withtxt.arrow_bg_withtxt5, .program_header:nth-child(5) .arrow_bg_withtxt { background: url(../images/arrow_with_txt_bg5.png) center center no-repeat; } 
.arrow_bg_withtxt.arrow_bg_withtxt6, .program_header:nth-child(6) .arrow_bg_withtxt { background: url(../images/arrow_with_txt_bg6.png) center center no-repeat; } 
.arrow_bg_withtxt.arrow_bg_withtxt7, .program_header:nth-child(7) .arrow_bg_withtxt { background: url(../images/arrow_with_txt_bg7.png) center center no-repeat; } 
.arrow_bg_withtxt.arrow_bg_withtxt8, .program_header:nth-child(8) .arrow_bg_withtxt { background: url(../images/arrow_with_txt_bg8.png) center center no-repeat; } 
.arrow_bg_withtxt.arrow_bg_withtxt9, .program_header:nth-child(9) .arrow_bg_withtxt { background: url(../images/arrow_with_txt_bg9.png) center center no-repeat; } 
.arrow_bg_withtxt.arrow_bg_withtxt10, .program_header:nth-child(10) .arrow_bg_withtxt { background: url(../images/arrow_with_txt_bg10.png) center center no-repeat; } 
.arrow_bg_withtxt.arrow_bg_withtxt11, .program_header:nth-child(11) .arrow_bg_withtxt { background: url(../images/arrow_with_txt_bg11.png) center center no-repeat; } 
.arrow_bg_withtxt.arrow_bg_withtxt13, .program_header:nth-child(13) .arrow_bg_withtxt { background: url(../images/arrow_with_txt_bg2.png) center center no-repeat; }
.arrow_bg_withtxt.arrow_bg_withtxt14, .program_header:nth-child(14) .arrow_bg_withtxt { background: url(../images/arrow_with_txt_bg3.png) center center no-repeat; }
.arrow_bg_withtxt.arrow_bg_withtxt15, .program_header:nth-child(15) .arrow_bg_withtxt { background: url(../images/arrow_with_txt_bg4.png) center center no-repeat; }

/* .program_header:nth-child(2) .arrow_bg_withtxt {
    border: 1px solid red;
}

.program_header:nth-child(3) .arrow_bg_withtxt {
    border: 1px solid blue;
}

.program_header:nth-child(4) .arrow_bg_withtxt {
    border: 1px solid green;
} */


.inside_banner_left img { height: 100%; }
.inside_bannerSection .inside_banner_right { min-height: 400px;}
.edubox { padding: 20px 0; }
.edubox p { font-size: 16px; padding: 0; margin: 0 0 15px 0;}
.education_info_list ul { margin: 0 0 30px 20px;}
.education_info_list li { padding: 0; margin: 0 0 20px 0; list-style-type: decimal;}
.titletxt { font-size: 24px; line-height: 30px; color: var(--primary-color); padding: 0; margin: 0 0 10px 0; }
.edubox p.subtxt { font-size: 20px; margin: 0 0 25px 0;}
.achievement_bgbox { background: none;}
.achievement_loopbox { width: 100%; padding: 15px 0; display: inline-block;}
.achievement_loopbox p { color: var(--black); }
.pb-0 { padding-bottom: 0 !important;}
.pt-0 { padding-top: 0 !important;}

.subtxt, .common .subtxt { font-size: 18px; margin: 0 0 40px 0;}
.eq-heightbox { height: 262px; margin: 15px 0;}
.v_middlebox { width: 100%; height: 100%; display: table;}
.v_middlebox .v_middle { display: table-cell; vertical-align: middle; }
.py-0 { padding-top: 0 !important; padding-bottom: 0 !important;}
.inner_section { padding: 50px 0; }
.developed_by { width: 100%;  padding: 15px 0; text-align: center; margin: 0; background: #666;}
.developed_by p { padding: 0; margin: 0; font-size: 1rem; font-weight: 600; color: #fff; }
.developed_by p a { color: var(--secondary-color);}
.developed_by p a:hover { color: var(--primary-color);}
/* ==============03-10-2023============== */
.home--slider { width: 100%; overflow: hidden;}
.home--slider .item { width: 100%;}
.home--slider .container { position: relative;}
.home--slider .carousel-caption { width: 100%; max-width: none; height: auto; position: relative; padding: 0; margin: 0; top: auto; left: auto; right: auto;}
.home--slider .carousel-caption aside { position: relative; background: rgba(255, 255, 255, 0.7) !important; width: 50%; height: auto; position: absolute; top: 340px; left: 0; right: auto; z-index: 1; transform: translate(0, -50%); text-align: left; padding: 20px; border-radius: 10px;}
/* .top_sec .top_menu .logo { width: 84px; padding: 5px 0; } */
.top_sec .top_menu .logo { width: 120px; width: 140px; padding: 5px 0; }
.top_sec .top_menu .logo img { width: 100%; display: block;}
.homeslider .item .homeslider_imgbox { width: 100%; height: auto; position: relative; }
.homeslider .item .homeslider_imgbox img { width: 100%; max-height: 700px; display: block; object-fit: cover;}
.homeslider .item .homeslider_imgbox::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.3); display: block;} 
.d-flex { display: -ms-flexbox!important; display: flex!important; }
.justify-content-between { -ms-flex-pack: justify!important; justify-content: space-between!important; }
.justify-content-center { -ms-flex-pack: center!important; justify-content: center!important; }
.ml-auto { margin-left: auto !important;}
.mr-auto { margin-right: auto !important;}
.top_menu .navbar-custom { padding: 20px 0; padding: 24px 0 0 0; }
.carousel-caption { top: 0; height: 100%;}
/* .carousel-caption aside { background: none; width: 50%; position: absolute; top: 50%; left: 25%; transform: translate(-50%, -50%); padding: 30px; } */
.homeslider .item .carousel-caption .titletxt { width: 100%; height: auto; min-height: auto; font-size: 34px; line-height: 1.2; color: rgb(0, 0, 255); font-weight: 900; padding: 0; margin: 0 0 15px 0; display: block; }
.homeslider .item .carousel-caption .desctxt { font-size: 18px; line-height: 1.3; color: var(--black); padding: 0 0 30px 0; margin: 0; display: block;}
.homeslider .item .carousel-caption .sliderbtn { width: auto; height: auto; font-size: 18px; line-height: 1.5; padding: 10px 40px; border-radius: 40px; display: inline-block; }
.homeslider .carousel-inner { height: auto !important;}
.programs_bg .testimonialimgbox { width: 100%; height: 270px; padding: 2px; overflow: hidden; }
.programs_bg .testimonialimgbox img { width: 100%; height: 100%; display: block; object-fit: cover;}
.all__page__baner { width: 100%; height: auto; max-height: 440px; position: relative; }
.upper_contentbox { position: absolute; top: 180px; left: 0; width: 100%; height: auto; display: block;  }
.all__page__baner .upper_contentbox .top-heading { color: var(--white);}
.page_banner_imgbox { width: 100%; overflow: hidden; }
.page_banner_imgbox img { width: 100%; display: block; object-fit: cover;}
.breadcrumb_nav ol.breadcrumb { border: 0;}
.breadcrumb_nav ol.breadcrumb::after { background: none;}
.breadcrumb_nav ol li { font-size: 24px; color: var(--white);}
.breadcrumb_nav ol li a { color: var(--colour999); padding: 0 10px 0 0; }
.breadcrumb_nav ol li.breadcrumb-item.active { color: var(--white); }
.btn1 { font-size: 17px; color: var(--white); background: var(--primary-color); border: 0; outline: none; box-shadow: none; display: inline-block; padding: 10px 30px; margin: 0; }
.btn1:hover { background: var(--fade-primary-color); color: var(--white);}
.m-auto { margin-left: auto !important; margin-right: auto !important; display: flex; }
.my-5 { margin: 48px 0;}
.my-4 { margin: 32px 0;}
.my-3 { margin: 24px 0;}
.mb-5 { margin-bottom: 48px;}
.mb-4 { margin-bottom: 32px; }
.mb-3 { margin-bottom: 24px; }
.mb-2 { margin-bottom: 16px; }
.mb-1 { margin-bottom: 8px; }
.mt-5 { margin-top: 48px;}
.mt-4 { margin-top: 32px; }
.mt-3 { margin-top: 24px; }
.mt-2 { margin-top: 16px; }
.mt-1 { margin-top: 8px; }
.text_scrollbar { background: var(--yellow-colour); padding: 15px 0 11px 0; margin: 0; position: relative;}
.crollbar_innerbox { width: 100%; overflow: hidden; line-height: initial;}
.crollbar_innerbox marquee, .crollbar_innerbox p { font-size: 16px; line-height: 20px; padding: 0; margin: 0;}
.crollbar_innerbox marquee { overflow: hidden;}
.crollbar_innerbox p { padding: 0; margin: 0; display: inline-block;}
.crollbar_innerbox .dbl_line { display: inline-block; padding: 0 10px; }


.search_basebox { background: var(--white); padding: 40px 0; margin: 0;}
.search_width { width: 64%; margin: 0 auto;}
.searchbox { display: flex; justify-content: center; margin: 0; border: 1px solid var(--fade-primary-color); align-items: center; }
.searchbox .inputbox { width: 50%;}
.searchbox .dropbox { width: 35%; }
.searchbox .searchbtnbox { width: 15%; }
.searchbox .inputbox input { width: 100%; height: auto; border: 0; background: none; padding: 10px 30px; margin: 0; display: block; border-right: 1px solid #ccc; border-radius: 0; box-shadow: none;}
.searchbox .dropbox select {  width: 100%; height: auto; padding: 10px 15px; border: 0; display: block; border-right: 0 solid #ccc; border-radius: 0; box-shadow: none; }
.search__btn { font-size: 24px; line-height: 1.5; color: var(--fade-primary-color); background: var(--primary-color); border: 0; padding: 2px 40px; margin: 0; display: block; border-radius: 0; float: right; box-shadow: none; }
.search__btn:hover { background: var(--fade-primary-color); color: var(--primary-color); }
.search_result .customtbl { margin-bottom: 60px;}
.customtbl .table-dark { background: var(--charcoal-color); color: var(--white);}
.customtbl .imgwidth { width: 24px; height: 24px; display: block;}
.video_wrapper {position: relative; padding-bottom: 56.25%; overflow: hidden;
    /* 16:9, for an aspect ratio of 1:1 change to this value to 100% */
}
.video_wrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.video_wrapper video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.contentbox { width: 100%;}
.top_titlebox { width: 64%; margin: 0 auto 30px auto; text-align: center; }
.titletxt { font-size: 34px; line-height: 1.3; font-weight: 600; padding: 0; margin: 0; }
.desctxt { font-size: 16px; line-height: 1.5; font-weight: 400; padding: 0; margin: 0;}
.subscribebox { width: 60%; padding: 40px 0 0 0; margin: 0 auto; display: block;}
.news_bg { background: #eee;}
.activitybox { width: 100%; display: flex; padding: 0; margin: 0 0 15px 0;}
.activitybox .imgbox { width: 28%; padding: 0 15px 0 0;}
.activitybox .contentbox { width: 72%; padding: 0 0 0 15px;}
.activitybox .imgbox img { width: 100%;}
.activitybox .contentbox .title__txt { font-size: 24px; line-height: 1.3; font-weight: 600; padding: 0; margin: 0 0 10px 0;}
.activitybox .contentbox .desc__txt { font-size: 16px; line-height: 1.4; font-weight: 400;  padding: 0; margin: 0;}
.image-fluid {max-width: 100%; display: block;}
.contact_mapbox { width: 100%; position: relative; min-height: 324px;}
.contact_mapbox iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: block;}
.add__style p { padding: 0 0 20px 30px; margin: 0;}
.if_no, .payment_link { display: block;}
.if_no.hide, .payment_link.hide { display: none;}

.ngo_prevbox { width: 100%; margin: 0;}
.ngo_prevbox .details_tbl {border: 1px solid var(--color-ccc); }
.ngo_prevbox .details_tbl td:first-child { width: 30%;}
.ngo_prevbox .title__txt { font-size: 24px; line-height: 1.3; color: var(--fade-primary-color); font-weight: 600; padding: 0; margin: 0 0 10px 0; display: block;}
.ngo_prevbox .details_tbl { width: 100%; margin: 0;}
.ngo_prevbox .details_tbl .imgwidth { width: 40px;}
.ngo_prevbox .table-responsive { margin-bottom: 30px;}
.member__box { width: 100%;}
.member__box .gallery_imgbox { position: relative;}
.member__box .membername { font-size: 18px; line-height: 1.5; padding: 5px 0; margin: 0 0 10px 0; text-align: center;}


/* .upload_prevbox { width: 100px; height: 100px; display: inline-block; background: #eee; border: 1px solid #ccc; margin: 10px 0; overflow: hidden; position: relative;} */
.upload_prevbox { width: 100%; position: relative;}
.upload_prevbox .btn_upload { width: 100%; height: 34px; color: #000; text-align: center; background: var(--primary-color); position: relative; border-radius: 6px; display: inline-block;}
.upload_prevbox .btn_upload input { opacity: 0; width: 100%; height: 100%; }
.upload_prevbox .btn_upload p { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); padding: 0; margin: 0; font-size: 16px; color: #fff; font-weight: bold; }

/* .upload_prevbox input.input-img { opacity: 1; width: 100%; height: 100%; display: block; position: relative;} */
.upload_prevbox img.it { max-width: 100%; max-height: 100%; position: absolute; top: 0; left: 0; object-fit: contain;}
.imgprevbox input { width: 26px; height: 26px; border-radius: 30px; text-align: center; line-height: 24px; padding: 0; margin: 0; display: none;}
.upload_prevbox .rmv {

    cursor: pointer;
    color: #fff;
    border-radius: 30px;
    border: 1px solid #fff;
    display: inline-block;
    background: rgba(255, 0, 0, 1);
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
}
.imgprevbox { width: 200px; height: 200px; display: inline-block; background:  url(../images/upload-img-200.jpg) center center no-repeat #eee; border: 1px solid #ccc; margin: 10px 0; position: relative; overflow: hidden; }


/* .arrow_bg_withtxt::after {
    content: "";
	width: 0;
	height: 0;
	border-top: 34px solid transparent;
	border-left: 50px solid #fbe4d4;
	border-bottom: 34px solid transparent;
    position: absolute; right: -49px; top: -11px;

}
.arrow_bg_withtxt::before {
    content: "";
	width: 0;
	height: 0;
	border-top: 35px solid transparent;
	border-left: 50px solid #94ba58;
	border-bottom: 35px solid transparent;
    position: absolute; right: -50px; top: -12px;

} */

.top_para {
margin: 0 0 60px 0;
}
.aboutimg_wrapbox {
width: 80%;
}
.v_middlebox {
width: 100%;
height: 100%;
display: table;
}
.v_middlebox .v_middle {
display: table-cell;
vertical-align: middle;
}
.about_sec h2 {
padding: 0 0 20px 0;
}
.aboutimg_wrapbox img {
width: 100%;
display: block;
}

.introduction_box.about_sec .v_middlebox { margin: 30px 0 30px 0; }
.pgap15 { padding-top: 15px; padding-bottom: 15px;}

.section { padding: 60px 0; }
.home_activity_sec { width: 100%; background: #eee;}
.home-activity .activitybox { width: 100%; padding: 0 15px; display: table; }
.home-activity .activitybox .imgbox { width: 100%; height: 240px; padding: 0; margin: 0 0 15px 0; overflow: hidden;}
.home-activity .activitybox .imgbox img { width: 100%; height: 100%; object-fit: cover; }
.home-activity .activitybox .contentbox { width: 100%; padding: 0 0 10px 0; margin: 0; }
.section_titlebox { width: 100%; margin: 0 0 50px 0;}
.section_title { font-size: 34px; line-height: 1.5; color: #000; text-align: center; font-weight: 600; padding: 0; margin: 0 0 20px 0;}
.section_title.red { color: var(--primary-color);}
.home_quick_links { padding: 60px 0; background: url(../images/home_quick_links_bg.jpg) center center no-repeat #000; background-size: cover; }
.links { width: auto; margin: 0;}
.links .btn1 { color: var(--white); display: block; margin: 0 auto;}
.orphanage_sec { width: 100%;  background: #fff;  }
.recent_project_img { width: 100%; border: 1px solid #ccc; padding: 5px; border-radius: 6px; overflow: hidden; }
.recent_project_img img { width: 100%; display: block; }
.recent_project_txtbox { width: 100%; }
.recent_project_txtbox .titletxt { font-size: 24px; line-height: 1.3; color: #222222; font-weight: 600; padding: 0; margin: 0 0 15px 0; }
.recent_project_txtbox p { padding: 0; margin: 0 0 20px 0;}
.recent_project_txtbox .links .btn1 { display: inline-block;}
.home_event_sec { width: 100%; background: #eee; }
.btn.roundbtn, .btn1.roundbtn { border-radius: 40px;}
.btnview { margin: 0 auto; display: table;}
.btnview a { font-size: 17px; line-height: 1.1; color: var(--primary-color); padding: 10px 40px; margin: 0; display: block; border: 1px solid var(--primary-color); border-radius: 40px; }
.btnview a:hover { background: var(--primary-color); color: var(--white); }
.bank_detailsbox, .donation_formbox { width: 100%; border: 1px solid #ccc; padding: 30px 30px; border-radius: 5px; }
.bank_detailsbox .titletxt { font-size: 24px; line-height: 1.2; color: var(--black); font-weight: 600; padding: 0; margin: 0 0 30px 0;}
.bank_detailsbox p { font-size: 18px; line-height: 1.5; font-weight: 400; padding: 0; margin: 0 0 20px 0; }
.bank_detailsbox p:last-child { margin-bottom: 0;}
.programs_bg aside { border: 1px solid #ccc;}
.programs_bg aside:hover { border-color: var(--primary-color); }
.uppercasetxt { text-transform: uppercase !important; }
.subsection { padding: 30px 0; }

.top_menu ul.admin_addmanu { padding: 0; margin: 0; float: right; }
.top_menu ul.admin_addmanu li { padding: 0; margin: 0; display: inline-block; float: right; }
.top_menu ul.admin_addmanu li a { padding: 5px 10px; }
.top_menu ul.admin_addmanu li .v_line { padding: 5px; line-height: 28px; }
.top_menu ul.admin_addmanu li .btn1 { font-size: 14px; background: var(--yellow-colour)}
/* .top_menu ul.admin_addmanu li:first-child a { padding-right: 0;} */
.top_menu ul.admin_addmanu li:nth-child(4) a { background: var(--secondary-color); color: var(--black); padding: 5px 10px; margin: 0; border-radius: 4px; }
.top_menu ul.admin_addmanu li:nth-child(4) a:hover { background: var(--primary-color); color: var(--white); }
.group_btnbox { margin: 15px auto; display: table;}
.members_showbox { width: 100%; }
.programs_bg.members_showbox aside { width: 25%; }
.programs_bg.members_showbox .slick-track { min-width: 100%; }
.skiptranslate.goog-te-gadget { font-size: 0; }
.skiptranslate.goog-te-gadget span { display: none;}

.new_memberstyle aside { min-height: auto; padding-bottom: 0; background: none; border: 0; border-radius: 0; position: relative; }
.new_memberstyle aside:hover { background: none;}
.new_memberstyle aside .testimonialimgbox { height: 100%; border-radius: 50px;}
.new_memberstyle .member_cardbox, .new_memberstyle .member_cardbox.height_100 { height: 360px; }
.new_memberstyle {}
.new_memberstyle .member_card_contentbox { background-color: rgba(146, 56, 164, 0.9); position: absolute; left: 0; bottom: -2px; width: 100%; padding-top: 50px; padding-bottom: 30px; padding-left: 15px; padding-right: 15px; border-radius: 0 0 50px 50px; -webkit-clip-path: polygon(0 0, 100% 30%, 100% 100%, 0% 100%); clip-path: polygon(0 0, 100% 30%, 100% 100%, 0% 100%); display: flex; flex-direction: column;}
.new_memberstyle .member_card_contentbox strong, .new_memberstyle .member_card_contentbox h6 { height: auto; font-size: 16px; color: var(--white); text-align: center; margin: 10px 0 5px 0; font-weight: 600;}

.new_memberstyle .social_link_box { margin: 10px auto 0 auto;}
.new_memberstyle .social_link_box ul li { padding: 0; margin: 0 5px; list-style-type: none; float: left;}
.new_memberstyle .social_link_box ul li a { width: 40px; height: 40px; font-size: 20px; color: var(--white); display: block; padding: 0; margin: 0; background: none; border: 1px solid var(--white); line-height: 40px; border-radius: 30px;}
.new_memberstyle .social_link_box ul li a:hover { background: var(--white); color: var(--black); }
.new_memberstyle .member_card_contentbox.colour1 { background-color: rgba(0, 189, 192, 0.9); }
.new_memberstyle .member_card_contentbox.colour2 { background-color: rgba(253, 217, 22, 0.9);}
.new_memberstyle .member_card_contentbox.colour3 { background-color: rgba(0, 201, 255, 0.9);}
.new_memberstyle .member_card_contentbox.colour4 { background-color: rgba(243, 112, 25, 0.9);}
.new_memberstyle .member_card_contentbox.colour5 { background-color: rgba(146, 56, 164, 0.9);}

.new_member__style { position: relative; padding: 0 0 50px 0;}
.member_gallery .new_member__style .gallery_imgbox { border-radius: 50px; overflow: hidden; }
.member_card__contentbox { background: linear-gradient(180deg, rgba(146, 56, 164, 1), rgba(146, 56, 164, 1)); position: absolute; left: 0; width: 100%; padding-top: 50px; padding-bottom: 30px; padding-left: 15px; padding-right: 15px; border-radius: 0 0 50px 50px; -webkit-clip-path: polygon(0 0, 100% 30%, 100% 100%, 0% 100%); clip-path: polygon(0 0, 100% 30%, 100% 100%, 0% 100%); bottom: 0; display: flex; flex-direction: column;}
.new_member__style .member_card__contentbox h5, .new_member__style .member_card__contentbox h6 { color: var(--white);}

.new_memberstyle aside:nth-child(1) .member_card_contentbox, .new_memberstyle1 .col-lg-3:nth-child(1) .member_card__contentbox { background: rgba(0, 189, 192, 1); }
.new_memberstyle aside:nth-child(2) .member_card_contentbox, .new_memberstyle1 .col-lg-3:nth-child(2) .member_card__contentbox { background: rgba(253, 217, 22, 1); }
.new_memberstyle aside:nth-child(3) .member_card_contentbox, .new_memberstyle1 .col-lg-3:nth-child(3) .member_card__contentbox { background: rgba(0, 201, 255, 1); }
.new_memberstyle aside:nth-child(4) .member_card_contentbox, .new_memberstyle1 .col-lg-3:nth-child(4) .member_card__contentbox { background: rgba(243, 112, 25, 1);}
.new_memberstyle aside:nth-child(5) .member_card_contentbox, .new_memberstyle1 .col-lg-3:nth-child(5) .member_card__contentbox { background: rgba(146, 56, 164, 1);}
.new_memberstyle aside:nth-child(6) .member_card_contentbox, .new_memberstyle1 .col-lg-3:nth-child(6) .member_card__contentbox { background: rgba(0, 189, 192, 1); }
.new_memberstyle aside:nth-child(7) .member_card_contentbox, .new_memberstyle1 .col-lg-3:nth-child(7) .member_card__contentbox { background: rgba(253, 217, 22, 1); }
.new_memberstyle aside:nth-child(8) .member_card_contentbox, .new_memberstyle1 .col-lg-3:nth-child(8) .member_card__contentbox { background: rgba(0, 201, 255, 1); }
.new_memberstyle aside:nth-child(9) .member_card_contentbox, .new_memberstyle1 .col-lg-3:nth-child(9) .member_card__contentbox { background: rgba(243, 112, 25, 1);}
.new_memberstyle aside:nth-child(10) .member_card_contentbox, .new_memberstyle1 .col-lg-3:nth-child(10) .member_card__contentbox { background: rgba(146, 56, 164, 1);}
.new_memberstyle aside:nth-child(11) .member_card_contentbox, .new_memberstyle1 .col-lg-3:nth-child(11) .member_card__contentbox { background: rgba(0, 189, 192, 1); }
.new_memberstyle aside:nth-child(12) .member_card_contentbox, .new_memberstyle1 .col-lg-3:nth-child(12) .member_card__contentbox { background: rgba(253, 217, 22, 1); }
.new_memberstyle aside:nth-child(13) .member_card_contentbox, .new_memberstyle1 .col-lg-3:nth-child(13) .member_card__contentbox { background: rgba(0, 201, 255, 1); }
.new_memberstyle aside:nth-child(14) .member_card_contentbox, .new_memberstyle1 .col-lg-3:nth-child(14) .member_card__contentbox { background: rgba(243, 112, 25, 1);}
.new_memberstyle aside:nth-child(15) .member_card_contentbox, .new_memberstyle1 .col-lg-3:nth-child(15) .member_card__contentbox { background: rgba(146, 56, 164, 1);}

.counter-section { padding: 30px 0 15px 0; /* background: url(../images/home_quick_links_bg.jpg) center center no-repeat #000; */ background-size: auto; background-size: cover; }
.counter-section .section_titlebox { margin: 0;}
.counter-section .section_titlebox .section_title { margin: 0; }
.counter-section .fa { font-size: 44px; color: var(--white);}
.counter-section h1 { padding: 25px 0; margin: 0; color: var(--white);}
.counter-section p { padding: 0; margin: 0; color: var(--white);}
.counter-section p a { color: var(--white); }
.counter-section p a:hover { color: var(--black); }
.box_linebox { width: 280px; padding: 30px; border-radius: 50px;}
.counter-section .cols:nth-child(1) .box_linebox { background: rgba(0, 201, 255, 1); }
.counter-section .cols:nth-child(2) .box_linebox { background: rgba(243, 112, 25, 1);}
.counter-section .cols:nth-child(3) .box_linebox { background: rgba(0, 189, 192, 1);}
.counter-section .cols:nth-child(4) .box_linebox { background: rgba(67, 62, 158, 1);}
.morelink__style { margin: 40px auto 0 auto; display: table;}
.whats__app { position: fixed; bottom: 360px; bottom: 160px; right: 10px; z-index: 100; width: 60px; height: 60px; border-radius: 70px; background: #28a219; padding: 5px; text-align: center; }
.whats__app a { font-size: 36px; line-height: 50px; color: #fff; padding: 0; margin: 0; display: inline-block; }

.headcenter_box { border: 0 solid red; width: 100%; height: 66px; text-align: center; margin: 0 0 12px 0; }
.headcenter_box .headtitletxt, .headcenter_box .headtitletxt a, .headcenter_box .headtitletxt a:hover { font-size: 26px; line-height: 30px; color: var(--primary-color); font-weight: 600; padding: 0; margin: 0 0 6px 0;}
.headcenter_box p { font-size: 20px; font-weight: 600;}
ul.topbar_contact { padding: 3px 0; margin: 0; float: left; }
ul.topbar_contact li { padding: 0; margin: 0 15px 0 0; list-style-type: none; float: left; color: var(--white); }
ul.topbar_contact li a { color: var(--white); }
ul.topbar_contact li a .fa-whatsapp { color: #28a219;}
.activitybox .contentbox p { margin: 0 0 8px 0;}
.activitybox .contentbox ul { padding: 0; margin: 15px 0 20px 20px;}
.activitybox .contentbox ul li { list-style-type: disc; margin: 0 0 8px 0;}

.sem_base { width: 100%; display: flex; flex-wrap: wrap;}
.sem_base .sem_box { width: 50%; }
.our_courses_links  { padding: 0;}
.our_courses_links ul li { float: left; margin: 0 15px 30px 15px;}
.our_courses_links ul li a { color: var(--white);}
.video_wrapper {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    /* 16:9, for an aspect ratio of 1:1 change to this value to 100% */
}
.video_wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.home__about_sec .txt_title { color: var(--white);}
.celebrating_imgbox { width: 40%; margin: 0 auto 15px auto; }
.recent_counter_sec { padding: 30px 0 20px 0; }

.home--slider .carousel-caption aside { width: 78%; width: 50%; background: none !important; left: 50%; transform: translate(-50%, -50%); transform: none; left: auto; right: 0; padding: 0; }
.homeslider .item .carousel-caption .titletxt { font-size: 44px; color: rgb(255, 255, 255); text-align: right; }
.counter-section .recent_video_sec { width: 72%; margin: 0 auto; }
/* ==========26-07-2025============ */
.job_sec { padding: 60px 0 60px 0;}
.job_carousel { width: 100%; margin: 0 0 30px 0; display: inline-block; }
.jobs-imgprev { width: 100%; }
.jobs-imgprev .jobitem { padding: 0; margin: 0; display: inline-block;}
.jobs-imgprev .jobitem img { width: 100%; display: block; }
.jobstyle {width: 100%; margin: 0; }
.jobstyle .subtitle { font-size: 18px; font-weight: 600; padding: 0; margin: 0 0 15px 0;} 
.jobstyle ul { padding: 0; margin: 0 0 30px 30px; }
.jobstyle ul li { list-style-type: disc; padding: 0; margin: 0 0 15px 0; }
.jobstyle p { padding: 0; margin: 0 0 15px 0; }
.job_imgbox { width: 200px; }
.job_imgbox img { width: 100%; display: block; }
.devider_line { width: 100%; height: 2px; background: #ccc; overflow: hidden; clear: both; padding: 0; margin: 0; border: 0;}
/* ===============28-07-2025============= */
.text_plus_simble { display: flex; justify-content: center; align-items: center; }
.text_plus_simble .addsimble { display: inline-block;}
.member_card_contentbox .designationtxt { min-height: inherit; font-size: 16px; line-height: 20px; color: #fff; padding: 0; margin: 0; text-align: center; }