/* Body 
------------------------------------- */
body {
		background: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    position: relative;
}

html,body {
      width: 100%;
     overflow-x: hidden;
  }

.post-masonry img {
    width: 100%;
    display: block;
}

/* Typography
------------------------------------- */
h1,h2,h3,h4,h5 {
  font-weight: bold;
}

h1 {
  font-size: 62px;
  line-height: 72px;
}

h2 {
  color: #323232;
  font-size: 26px;
  line-height: 42px;
  letter-spacing: 1px;
  padding-bottom: 12px;
}

h3 {
  color: #ffa400;
  font-size: 16px;
  letter-spacing: 26px;
  letter-spacing: 2px;
}

h5 {
  color: #ffa400;
  line-height: 28px;
  letter-spacing: 2px;
}

p {
  font-size: 16px;
  letter-spacing: 0.9px;
  line-height: 32px;
}



/* All Section styles
------------------------------------- */
#testimonial, #blog, #counter, #contact {
   	padding-top: 120px;
  	padding-bottom: 120px;
}

#about h3 {
  	padding-bottom: 12px;
}

.parallax-section {
  	background-attachment: fixed !important;
  	background-size: cover !important;
}


/* navigation styles
/* ========================================== */
.navbar-default {
    background: #fff;
    border: none;
    box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.04);
    margin: 0 !important;
    height: 75px;
  }
.navbar-default .navbar-brand {
  font-size: 20px;
  font-weight: bold;
  margin: 0;
  }
.navbar-default li {
  margin: 15px 20px;
}
.navbar-default .navbar-nav li a {
    color: #303030;
    font-size: 12px;
    font-weight: bold;
    padding: 0px;
  }
.navbar-default .navbar-nav li a:hover {
    color: #ffa400;
  }
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #303030;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #ffa400;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
     border: none;
     padding-top: 12px;
  }
.navbar-default .navbar-toggle .icon-bar {
    background: #ffa400;
    border-color: transparent;
  }
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus { 
  background-color: transparent;
}

.main-navigation{ margin-top: 12px; }



/* home section styles
/* ========================================== */
#home {
  background: url('../images/home-bg-3.jpg') 50% 0 repeat-y fixed;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100vh;
  text-align: center;
}

#home .btn-danger {
  background: #ffa400 !important;
  margin-right: 20px;
}

#home .btn-danger:hover {
  background: #ffc400 !important;
}

#home .btn {
  background: #000000;
  border-color: transparent;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  padding: 14px 52px;
  margin-top: 40px;
  transition: all 0.4s ease-in-out;
}

#home .btn:hover {
  background: #ffa400;
}


/* testimonial section styles
/* ========================================== */
#testimonial .item {
  text-align: center;
  display: block;
  width: 100%;
  padding-bottom: 62px;
}

#testimonial .item img {
  display: inline-block;
}

/* about section styles
/* ========================================== */
#about .container {
  	width: 100%;
  	padding: 0px;
  	margin: 0px;
}

#about .col-md-6 {
	padding: 0;
}

#about .about-des {
  	padding: 65px;
}

#about .about-des h3 {
	font-size: 26px;
}

#about .about-des h4 {
	font-size: 20px;
}

#about .about-des p {
	font-size: 16px;
	line-height: 32px;
}


/* blog section styles
/* ========================================== */
#blog h2, #blog h4 {
  text-align: center;
}

#blog h2 {
  padding-bottom: 12px;
  font-size: 32px;
}

#blog h4 {
  padding-bottom: 32px;
  letter-spacing: 0.9px;
}

#blog p {
	padding-top: 10px;
	font-size: 14px;
	line-height: 28px;
}

#blog .blog-wrapper {
  background: #ffffff;
  border: 1px solid #f0f0f0;
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}

#blog .blog-wrapper h3 a {
  color: #000000;
}



#search {
   background: url('../images/blog-img-6.jpg') 50% 0 repeat-y fixed;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
  height: 100px;
}

/* Counter section styles
/* ========================================== */
#counter {
   background: url('../images/counter-bg.jpg') 50% 0 repeat-y fixed;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  text-align: center;
  /*padding-top: 160px;*/
  /*padding-bottom: 160px;*/
  height: 100px;
}

#counter .counter-number {
  color: #ffa400;
  font-size: 32px;
}

#counter .counter-text {
  color: #ffffff;
  letter-spacing: 2px;
}


/* contact section styles
/* ========================================== */
#contact {
  background: url('../images/contact-bg.jpg') 50% 0 repeat-y fixed;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
}

#contact .form-control {
  background: transparent;
  border-color: #ffffff;
  color: #ffffff;
  border-radius: 0px;
  box-shadow: none;
  margin-bottom: 22px;
  transition: all 0.4s ease-in-out;
  padding: 10px;
  height: auto;
}

#contact input[type="submit"] {
  background: #000000;
  border:none;
  border-radius: 4px;
  font-weight: bold;
  letter-spacing: 1px;
  height: 50px;
  margin-top: 10px;
}

#contact input[type="submit"]:hover {
  background: #ffa400;
}

.form-control::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #ffffff;
}
.form-control::-webkit-input-placeholder {
  color: #ffffff;
}

#contact .contact-detail {
  background: rgba(250,250,250,0.75);
  padding: 34px 10px 34px 60px;
  opacity: 0.8;
}

#contact .contact-detail h2 {
  padding-bottom: 28px;
}

#contact .contact-detail div {
  padding-bottom: 10px;
}

/*.contact-detail h2,h4,p{color: #323232}*/


.contact-detail a{color:#FFA400;}
.contact-detail a:hover{color:#ff5656;}



/* footer section styles
/* ========================================== */
footer {
  padding-top: 80px;
  padding-bottom: 50px;
}

footer p {
  padding-right: 40px;
  padding-bottom: 20px;
  font-size: 14px;
}

footer a {
  color: #606060;
}

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

.link-list a {
  color: #606060;
  display: block;
  padding-top: 4px;
  padding-bottom: 4px;
}

.social-icon {
  padding: 0;
  margin: 0;
}
.social-icon li {
  list-style: none;
  display: inline-block;
}
.social-icon li a {
  background: #3c3c3c;
  border-radius: 100%;
  color: #ffffff;
  font-size: 18px;
  line-height: 32px;
  width: 32px;
  height: 32px;
  text-align: center;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  margin-right: 2px;
}
.social-icon li a:hover {
  background: #ffa400;
}



@media (max-width: 1280px) {
	#about .about-des {
		padding: 40px;
	}
	#about .about-des h3 {
		font-size: 20px;
	}
	
	#about .about-des h4 {
		font-size: 16px;
	}
	
	#about .about-des p {
		font-size: 13px;
		line-height: 24px;
	}
}
/* mobile responsive section styles
/* ========================================== */
@media (max-width: 768px) {
  h1 {
    font-size: 53px;
  }
  #counter .counter-item {
    padding-top: 20px;
    padding-bottom: 20px;

  }
  
}

@media (max-width: 650px) {
  h1 {
    font-size: 40px;
  }
}

@media (max-width: 450px) {
  h1 {
    font-size: 28px;
    line-height: 38px;
  }
  #home h5 {
    font-size: 11px;
  }
  #home .btn {
    display: inline-block;
    padding: 14px 32px;
  }
}

@media (max-width: 375px) {
  h1 {
    font-size: 24px;
    line-height: 34px;
  }
  #home h5 {
    font-size: 9px;
  }
}



/* Custom CSS by Webmaster */

/*.main-navigation{
  background: #fdc464;
  opacity: 0.3;
}*/

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color: #ffffff;
}

/* Light mode variables */
:root {
  --background-color: #ffffff;
  --text-color: #333333;
  --alp-background-color: #eee;
  --alp-border-color: #eee;
  --alp-color: #FFA400;
  --image:url('../images/blog-img-3.jpg');
  /*--image:url('../images/counter-bg.jpg');*/
  --modal-bg:#fff;
  --modal-color:#000;
  --book-title-color:#333333;
  --code-color: #fd9b1d;
  --code-background-color: #f0efe9;
  --login-bg: linear-gradient(to right, #ffffff, #dacfcf, #ffffff);
  --book-meta-txt-color:#000;
  --book-tbl-txt-color:#000;
  --home-contact-bg:rgba(250,250,250,0.75);
}

/* or .dark-mode */
[data-theme="dark"] { 
  --background-color: #0c1e0c; /*#1a1a1a;*/
  --text-color: #e0e0e0;
  --filter-img: invert(1);
  --hover-color: #ffcfa8;
  --alp-background-color: #263522;
  --alp-border-color: #0C1E0C;
  --alp-color: #eee;
  --image:url('../images/counter-bg.jpg');
  --modal-bg:#292f26fa;
  --modal-color:#fff;
  --book-title-color: #eee;
  --code-color: #f1a913;
  --code-background-color: #263522;
  --login-bg: linear-gradient(to right, #0c1e0c, #eeeeee, #0c1e0c);
  --book-meta-txt-color:#fff;
  --book-tbl-txt-color:#000;
  --home-contact-bg:rgba(34,34,34,0.75);

}

body {
  background: var(--background-color);
  color: var(--text-color);
}

h2{
  color: var(--text-color);
}

#home h1{
  color: #0C1E0C;
  text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
}

section {
  background: var(--background-color);
  color: var(--text-color);
}

.navbar-brand{background: var(--background-color); color: var(--text-color);}
.navbar-default{background: var(--background-color); color: var(--text-color); border-bottom:1px solid var(--text-color); }
.navbar-brand>img{filter: var(--filter-img);}
.navbar-default .navbar-nav li a{ color: var(--text-color); }
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus{ color: var(--hover-color); }


.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    background-color: var(--alp-background-color) 50% 0 repeat-y fixed;
    border-color: var(--alp-border-color);
    color: var(--alp-color);
}

.pagination>li>a, .pagination>li>span{
    background-color: var(--alp-background-color);
    border-color: var(--alp-border-color);
    color: var(--alp-color);
    padding: 6px 12px;
}


.panel{border-radius: 0px;}
.panel-body{
  background-color: var(--alp-background-color);
    border-color: var(--alp-border-color);
    color: var(--alp-color);
}

.search-refine div{margin-bottom: 30px}  

.book-result{
  border-bottom: 1px dashed #ccc;
  margin: 5px 0;
  padding-bottom: 8px;
  width: 92%;
}

.book-result a{
  color: var(--book-title-color);
}


.sticky-search{ 
  /*position:-webkit-sticky; position:sticky; top:50px;*/
}


#search{ 
  background: var(--image)  50% 0 repeat-y fixed;
  background-size:cover;
  -webkit-background-size:cover;
}

.modal-content{
  background:var(--modal-bg);
  color: var(--modal-color);
}

code{
  color: var(--code-color);
  background-color: var(--code-background-color);
}

.switch {
  position: relative;
  display: inline-block;
  width: 35px;
  height: 17px;
}

.switch input {display:none;}


.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #767676;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(17px);
  -ms-transform: translateX(17px);
  transform: translateX(17px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}


/*@media (min-width: 768px) {
    .container {
         width: 100%; 
    }
}*/



#contact .contact-detail {
  background: var(--home-contact-bg);
  h2{ color:var(--text-color); }
  color: var(--text-color);
}

footer{
  h2{ color:var(--text-color); }
}


.text-justify{text-align: justify;}
