/*!
 * Start Bootstrap - Creative Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */
 
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700&display=swap');

/*@font-face {
  font-family: 'Gotham-Book';
  src: url('../fonts/Gotham-Book/Gotham-Book.eot?#iefix') format('embedded-opentype'),  url('../fonts/Gotham-Book/Gotham-Book.woff') format('woff'), url('../fonts/Gotham-Book/Gotham-Book.ttf')  format('truetype'), url('../fonts/Gotham-Book/Gotham-Book.svg#Gotham-Book') format('svg');
  font-weight: normal;
  font-style: normal;
}*/


html, body {
    height: 100%; font-size: 0.9rem;  line-height: 1.5rem; color:#333; 
}

body {
    font-family: "Roboto", sans-serif; margin:0; padding:0;
}

a {
    color: #757575;
    text-decoration: none;
    transition: 0.3s ease-in-out;
}

a:hover {
    color: #000; text-decoration: none;
}

#header {
    background: #fff;
    /*height: 64px;
    overflow: hiddent;
    border-bottom: 1px solid #ddd;*/
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
	z-index:10;
	transition: top 0.3s;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	
}

h1,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', sans-serif; color:#dd2825; margin:0 0 20px; font-weight:700; text-align:center;
}


h1 {font-size:2.5rem; line-height:2.7rem;}
h2 {font-size:2rem; line-height:2.2rem;}
h3 {font-size:1.5rem; line-height:1.8rem; color:#222;}


h1.text-center:after {margin:15px auto 0;}


.bold {font-weight:700;}

/*h1:after {background: #000; content: ""; display: block; height: 2px; position: relative; top: 10px; width: 5%; margin:20px auto 50px; }
h2:after {background: #000; content: ""; display: block; height: 2px; position: relative; top: 10px; width: 20%; margin:10px auto 50px; }
*/

p {
    margin-bottom: 20px;
    font-family: 'Roboto', sans-serif;
	font-size: 0.9rem;
    line-height: 1.5rem;
	color:#666;
	text-align:justify;
}
.small {font-size:12px; color:#666; margin-bottom:10px;}

section {
    padding: 50px 0; overflow:hidden;
}

aside {
    padding: 50px 0;
}

.no-padding {
    padding: 0 !important;
}

.no-margin {
    margin: 0 !important;
}

.bggray {background-color:#eaeaea;}

.navbar {padding:0 1rem;}

.navbar-brand {width:120px; margin-right:0; padding:0.5rem 1.5rem; position:absolute; top:0; text-align:center; background-color:#fff; border-radius:20px;}
.navbar-brand:after {content: " "; position:absolute; width: 100%; right: 0; bottom: 0; height: 80px; z-index:-1; border-radius:20px; box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);}
.navbar-nav {margin-left:150px;}
.navbar-nav li a {font-size:1rem; color:#000; position:relative; margin:0 10px; padding:26px 0; display:block;}
nav ul li a,
nav ul li a:after,
nav ul li a:before {
  transition: all .5s;
}
.navbar ul li a:after {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: '.';
  color: transparent;
  background: #dd2825;
  height: 4px;
  visibility:hidden;
}

.navbar ul li a:hover:after {
  width: 100%; visibility:visible;
}
.navbar ul li ul li a:hover:after {visibility:hidden;}
.navbar ul li ul li a { padding:5px 10px; font-size:0.8rem; }
.navbar ul li ul li a:hover{background-color:#eaeaea;}
.dropdown-menu {margin-top:-1px; min-width:12rem;}
.dropdown:hover>.dropdown-menu {
  display: block;
}
.topright a {width:30px; height:30px; border-radius:50%; background-color:#dd2825; color:#fff; text-align:center; padding:9px 7px; display:inline-block;}
.topright a:hover {background-color:#000; color:#fff;}


#header.scrolled .navbar-nav li a {
  color:#000;
}
#header.scrolled {
  background-color: rgba(255,255,255,0.5) !important;
  transition: background-color 200ms linear;
}

.carousel-caption {width:60%; position:absolute; z-index:0; left:50%; transform: translate(-50%, 0); top:70%; padding-bottom:30px;}
.carousel-caption h1 {color:#fff; margin-bottom:20px;}
/*.carousel-caption h1:after {content:''; width:100%; height:1px; background-color:#aaa; margin-top:15px; display:block;}*/
.carousel-caption p {font-size:1rem; color:#fff; text-align:center;}
.carousel-indicators {z-index:9; bottom:20px;}
.carousel-indicators li {width:7px; height:7px; border-radius:50%;}
.carousel-indicators .active {background-color:#fff;}


.hero {padding:0;}
/*.knowmore a {color:#000; position:relative; padding:5px 20px; text-align:center; margin:0 auto; text-transform:uppercase; background: linear-gradient(to right, #dd2825, #dd2825); background-size: 0 100%;  transition: background-size 1s 0s;}*/
.knowmore {display:inline-block; margin:0 auto 20px;}
.knowmore a {
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: color 1000ms;
  transition: color 1000ms;
  color:#000; padding:5px 15px; text-align:center; margin:0 auto; text-transform:uppercase;}
.knowmore a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #dd2825;
	border-radius:30px;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition: 300ms ease-out;
    transition: 300ms ease-out;}
.knowmore a:hover:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);}
.knowmore a:hover {color:#fff;}
/*.knowmore a:before {content:''; background-color:#dd2825; color:#fff; transform:scaleX(1); transform-origin:0 50%; transition: 0.3s ease-in-out; display:inline-block;}*/
.knowmore:before {content:''; width:20px; height:1px; background-color:#000; position:relative; top:-3px; display:inline-block; transform: scaleX(1); transform-origin: 100% 0; transition: 300ms ease-out;}
.knowmore:after {content:''; width:20px; height:1px; background-color:#000; position:relative; top:-3px; display:inline-block; transform: scaleX(1); transform-origin: 0 100%; transition: 300ms ease-out;}
.knowmore:hover::before {transform: scaleX(0); background-color: #dd2825;}
.knowmore:hover::after {transform: scaleX(0); background-color: #dd2825;}



footer {background-color:#eaeaea; padding:50px 0 0 0;}
footer img {width:60%; margin-bottom:20px;}
footer h3, footer h3 a {color:#000; font-size:1.5rem; margin-bottom:0;}
footer ul {margin:30px 0; padding:0; text-align:center; }
footer ul li {margin:0; padding:0; list-style:none; display:inline; }
footer ul li a {color:#666; margin:0 10px;}
footer ul li a:hover, footer h4 a:hover {color:#000;}

.mainfooterbtm {width:100%; border-top:solid 1px #333; padding:2% 0; margin-top:30px; display:inline-block;}
.mainfooterbtm p {color:#666; text-align:center; margin:10px 0;}

.top a{background-color:#eaeaea; border-radius:10%; padding:5px 10px 15px; display:inline-block; position:fixed; z-index:10; bottom:5%; right:20px; font-size:11px; line-height:0; text-align:center;}
.top a img {transform:rotate(-90deg); width:10px; margin:0 auto 5px;}
.top a:hover {color:#999;}


.breadcrumb {width:100%; background-color:#eaeaea; border-radius:0; text-align:center; display:inline-block; margin:0; padding:5px 0;}
.breadcrumb li {display:inline-block; font-size:0.8rem;}
.breadcrumb-item.active {color:#000;}

.list {margin:0; padding:0;}
.list li {margin-bottom:10px; padding:0 0 0 15px; list-style:none; background:url(../images/list.png) no-repeat 0 5px;}
.list li ol {margin-top:10px; padding:0;}


.card-header {cursor:pointer;}
.accordion-wrapper .accordion .card-header::after {
	font-family: 'FontAwesome';
    content: "\f077";
    float: right;
}
.accordion-wrapper .accordion .card-header.collapsed::after {content: "\f078";}
.card-header {font-weight:bold;}

.sticky {background-color:#fff; box-shadow:0 0 10px #ccc;}
.fixed {position:fixed; top:0; width:100%;}

.graybox {width:100%; background-color:#eaeaea; padding:2% 5%; margin-bottom:20px;}

.hidden {display:none;}
.nav-tabs li {width:33.33%; text-align:center; margin:0 auto; font-family: 'Roboto'; font-size:1.5rem; color:#232323;}
.nav-tabs .nav-link {border-bottom:solid 5px transparent !important; border:none; padding:20px 0; margin:0 1px 0 0;}
.nav-tabs li span {font-size:0.9rem; line-height:0.9rem;}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link:hover, .nav-tabs .nav-link.active {border-bottom:solid 5px #42c3f1 !important; border:none;}
.tab-pane {padding:2% 0;}


.left {text-align:left;}
.right {text-align:right;}
.clear {clear:both;}

input[type="text"], textarea, select {width:100%; padding:5px 10px; margin-bottom:10px; border:solid 1px #ccc;}
input[type="submit"] {background-color:#76c374; padding:10px 30px; color:#000; border:none; cursor:pointer; transition: 0.3s ease-in-out;}
input[type="submit"]:hover {background-color:#232323; color:#fff;}


::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  opacity:1;
}
::-moz-placeholder { /* Firefox 19+ */
  opacity:1;
}
:-ms-input-placeholder { /* IE 10+ */
  opacity:1;
}
:-moz-placeholder { /* Firefox 18- */
  opacity:1;
}

.tag {background-color:#00accd; padding:0 20px; border-radius:10px; color:#fff; margin-bottom:20px; text-align:center; display:inline-block;}
.img-radius img {border-radius:10px;}
#hnews h3, #hsay h3 {text-align:left;}
.ab {margin:0 0 30px;}

#quote {width:100%; background:url(../images/chairman-quote-bg.jpg) no-repeat center center; background-size:cover; padding:50px 10%;}
#quote h1, #quote p {color:#fff;}
#quote span {margin:50px 0 0; display:inline-block;}
#quote span:before {content:''; width:30px; height:1px; background-color:#fff; margin:0 20px 0 0; position:relative; top:-3px; display:inline-block;}
#quote .col-sm-10 {padding: 0 20px;}
#quote img {width:90%;}

#hactivities {width:100%; background:url(../images/our-activities-bg.jpg) no-repeat center 50px; position: relative; background-size: cover; background-attachment: fixed;}
#hactivities h1 {color:#00accd;}
#hactivities p {color:#fff; margin-top:-30px;}
.activitiesbox {padding:30px;}
.activitiesbox:before {content:''; width:30px; height:30px; border-top:solid 2px #00accd; border-left:solid 2px #00accd; position:relative; top:-30px; left:-30px; display:inline-block;}
.num {background-color:#eaeaea; padding:18px; border-radius:10px; font-size:25px; font-weight:700; color:#ccc; display:inline-block;}
.books .row {border-bottom:solid 1px #eaeaea; margin-bottom:10px;}
#hsay .knowmore {margin:0 0 30px;}
#hsay .carousel-inner {min-height:200px;}
#hsay .carousel-indicators {margin:0; position:absolute; bottom:-15px; right:0; left:auto;}
#hsay .carousel-indicators li {background-color:rgba(0,0,0,0.3);}
#hsay .carousel-indicators li.active {background-color:rgba(218,33,40,1);}
.subscribe {width:120px; height:50px; margin:20px auto;}
#___ytsubscribe_0 {left:0 !important; top:0 !important;  position:relative !important; width:auto !important;}
.subscribe iframe {top:0 !important; width:120px !important; height:25px !important;}

.parivarname {width:100%; height:100%; background-color:#7d7d7d; padding:20% 10%; transition: 0.2s ease-in-out; display:inline-block;}
.parivarname h3, .parivarname p {color:#fff; text-align:center; margin-bottom:0;}
.parivarname h3 {font-size:20px; line-height:23px;}
.parivarname p {line-height:1rem;}
.parivarname h3:after {content:''; width:30px; height:3px; background-color:#fff; text-align:center; margin:10px auto; display:block;}
#parivar .col-6 {padding:0; border:solid 1px #ccc;}
.parivarname:before {content:''; left:0; }
.parivardiv:hover .parivarname {background-color:#dd2825;}
.parivardiv:hover .parivarname:before {content:''; background:url(../images/red-arrow.png) no-repeat; width:20px; height:28px; position:absolute; top:42%; left:-10%; display:inline-block;}
.parivarname.one:before, .parivardiv:hover .parivarname.one:before {display:none;}
.parivarname.one:after {content:''; right:0 !important; }
.parivardiv:hover .parivarname.one:after {content:''; background:url(../images/red-arrow1.png) no-repeat !important; width:20px; height:28px; position:absolute; top:42%; right:-10% !important; z-index:1; display:inline-block;}

.milestones .col-sm-4, .activities .col-sm-4 {display:flex;}
.milestone {width:100%; background-color:#eaeaea; border-left:solid 8px #00accc; padding:10% 5%; font-weight:bold; margin-bottom:20px;}
.say .col-sm-6 {margin-bottom:20px;}
.activity {width:100%; background-color:#eaeaea; padding:20px; margin-bottom:20px; display:inline-block;}
.activity img {margin-bottom:10px;}
.blue {color:#00accc;}
.no-border {border:none !important;}


.owl-carousel .owl-stage{display: flex;}
.owl-carousel .owl-item {display: flex; flex: 1 0 auto;}
.gal .activity {height:100% !important;}

.owl-nav button.owl-prev {
  left: -50px;
}
.owl-nav button.owl-next {
  right: -50px;
}
.owl-dots .owl-dot span {width: 7px !important;  height: 7px !important; background-color:transparent; margin: 10px 5px !important;}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #dd2825 !important;
}
.owl-dots button.owl-dot:focus {
  outline: none;
}
.owl-nav button {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
}

.owl-nav button span {
    font-size: 50px;    
    position: relative;
    
}

.owl-nav button:focus {
    outline: none;
}

#contact iframe {border:solid 10px #eaeaea !important;}

#book .nav-tabs {background-color:#eaeaea; height:550px; overflow:auto; padding:10px; margin-bottom:20px; border-bottom:none; scrollbar-color:#00accc #ccc; scrollbar-width:thin; scrollbar-border-radius:10px;}
#book .nav-tabs li {width:100%; display:block;}
#book .nav-tabs li a {width:100%; padding:10px 30px; border-bottom:solid 1px #ccc; font-size:1rem; text-align:left; color:#000; display:block;}
#book .nav-tabs li a:hover,
#book .nav-tabs > li a.active {background-color:#00accc; color:#fff;}
#book .tab-pane {padding:0;}

#book ::-webkit-scrollbar {
	width: 10px;
}

/* Track */
#book ::-webkit-scrollbar-track {
  background: #ccc;  border-radius: 10px !important;
}
 
/* Handle */
#book ::-webkit-scrollbar-thumb {
  background: #00accc; border-radius: 10px !important;
}

/* Handle on hover */
#book ::-webkit-scrollbar-thumb:hover {
  background: #00accc; 
}


@keyframes spin {
 from{
 transform: rotateY(0deg);
 moz-transform: rotateY(0deg); //Firefox
 ms-transform: rotateY(0deg); //Microsoft Browsers
 }
 to{
 transform: rotateY(360deg);
 moz-transform: rotateY(360deg); //Firefox
 ms-transform: rotateY(360deg); //Microsoft Browsers
 }
}
@-webkit-keyframes spin{
 from{-webkit-transform: rotateY(0deg);}
 to{-webkit-transform: rotateY(360deg);}
}
.imageSpin{
 animation-name: spin;
 animation-timing-function: linear;
 animation-iteration-count: infinite;
 animation-duration: 5s;
 -webkit-animation-name: spin;
 -webkit-animation-timing-function: linear;
 -webkit-animation-iteration-count: infinite;
 -webkit-animation-duration: 5s;
}
.logo2 {position:relative; margin-top:-5px;}


.galthumb {width:100%; height:100%; background-color:#eee; border:solid 5px #eee; padding:10px; margin-bottom:10px; display:inline-block;}
.galthumb h2 {font-size:15px; line-height:18px; text-align:center; padding:10px 10px 0; margin-bottom:0;}
.galthumb a div {background-color:#000;}
.galthumb a img {transition: all 0.3s ease;}
.galthumb:hover {border:solid 5px #fff; box-shadow: 0 0 10px #aaa;}
#gal img {margin:15px 0;}

