/*font-family: 'Lato', sans-serif; for heading
font-family: 'Slabo 27px', serif; for para,a, li*/
/*********************************common-for-all-project*****************************************/

* {
    margin: 0px;
    padding: 0px;
}
html {
    width: 100%;
    height: 100%;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}
body {
    background-color: #fff;
    font-size: 14px;
    font-family: 'Love Ya Like A Sister', cursive !important;
    line-height: 1.6em;
    width: 100%;
    height: 1800px;
    letter-spacing: 1px;
    height: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6 {} h1 {
    font-size: 36px;
}
h2 {
    font-size: 32px;
}
h3 {
    font-size: 28px;
}
h4 {
    font-size: 24px;
}
h5 {
    font-size: 20px;
}
h6 {
    font-size: 18px;
}
p,
li {
    color: #4d4d4d;
    font-size: 16px;
    text-align: left;
}
a {
    color: #666;
    font-weight: 400;
    text-decoration: none;
}
.btn-danger {
    background-color: #52b6ec !important;
    border-color: transparent !important;
    border-radius: 0px !important;
    transition: all 0.5s ease-in-out !important;
    font-family: 'Slabo 27px', serif !important;
}
.btn-danger:hover,
.btn-danger:focus {
    background: #e0ae66 !important;
    border-color: transparent !important;
}
.padding-zero {
    padding: 0px;
}
.margin-zero {
    margin: 0px;
}
.main-heading .head-main {
    display: inline-block;
}
.white-line-left,
.black-line-left {
    display: inline-block;
    width: 60px;
    margin-bottom: 20px;
}
.white-line-right,
.black-line-right {
    display: inline-block;
    width: 60px;
    margin-bottom: 20px;
}
.divider10 {
    margin: 10px
}
.divider20 {
    margin: 20px
}
.divider30 {
    margin: 30px
}
.divider40 {
    margin: 40px
}
.divider50 {
    margin: 50px
}
.divider60 {
    margin: 60px
}
.divider70 {
    margin: 70px
}
.divider80 {
    margin: 80px
}
.divider90 {
    margin: 90px
}
.divider100 {
    margin: 100px
}
/*********************************common-for-all-project*****************************************/
/*********************************header*****************************************/
/*back-to-top start*/

#back-to-top {
    position: fixed;
    bottom: 10px;
    right: 40px;
    z-index: 9999;
    width: 35px;
    text-align: center;
    line-height: 33px;
    color: #fff;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.5s ease-out;
    opacity: 0;
}
/*#back-to-top:hover {
    background: #e5ab16;
	color:#fff;
}*/

#back-to-top img {
    height: 70px;
}
#back-to-top.show {
    opacity: 1;
    font-size: 18px;
}
/*back-to-top-end
*/

#header {
    background: linear-gradient(rgba(134, 127, 188, 0.7), rgba(62, 60, 114, 0.38));
}
.donet-logo .account-details {
    width: 177px;
}
.affix .donet-logo .account-details {
    width: 155px;
}
.affix {
    background: #fff !important;
    padding: 5px;
    width: 100%;
    z-index: +99999;
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.5);
    transition: all 0.7s ease-in-out;
}
.affix .logo img {
    width: 95px;
}
.affix .nav {
    margin-top: 18px !important;
}
.affix .navbar-default .navbar-nav>li>a {
    color: #000 !important;
}
.logo img {
    width: 109px;
    margin: 0 auto;
}
.nav {
    margin-top: 33px !important;
}
.navbar-default {
    background-color: transparent !important;
    border-color: transparent !important;
}
.navbar-default .navbar-nav>li>a {
    color: #fafafa !important;
    font-size: 17px;
}
.navbar-default .navbar-nav>li>a:hover {
    background-color: #e0ae66 !important;
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    background-color: #52b6ec !important;
}
.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    background-color: #e0ae66 !important;
}
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    background-color: #e0ae66 !important;
}
.dropdown-menu{
        background-color: #b2b0cc !important;
}
.carousel-inner>.item>img {
    filter: contrast(80%) !important;
}
/*.navbar-nav {
        margin: 0px -19px !important;
}*/

.navbar-toggle {
    background-color: #52b6ec !important;
    border-color: #000 !important;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #000 !important;
}
.navbar {
    margin-bottom: 0px !important;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #fff !important;
}
/*********************************header*****************************************/
/*********************************crousel*****************************************/

.carousel-caption {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
    right: 55% !important;
    left: 10% !important;
    bottom: 40% !important;
    padding: 10px;
}
.carousel-caption h3 {
    text-transform: uppercase;
}
.carousel-caption a {
    text-transform: uppercase;
    font-size: 19px;
}
/*********************************crousel*****************************************/
/*********************************four-colums*****************************************/

#four-colums {
    background-image: linear-gradient(rgba(255, 255, 255, 0.57), rgba(255, 255, 255, 0.29)), url(../image/banner/four-colums-bg.jpg);
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    padding: 200px 0px 200px 0px;
}
#four-colums .icon-boxed {
    border: 1px solid #ccc;
    padding: 40px 10px;
    height: 400px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    margin: 10px 0;
    cursor: pointer;
    background-color: rgba(250, 250, 250, 0.42);
}
#four-colums .fa.icon-size {
    margin-bottom: 20px;
    margin-top: 10px;
    font-size: 40px;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    transition: all 0.7s;
}
#four-colums .heading-title {
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: 600;
}
#four-colums .icon-boxed:hover {
    border: 1px solid #F26C4F;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    transition: all 0.7s;
    margin: 0 0 20px 0;
}
/*********************************four-colums*****************************************/
/*********************************donet-section*****************************************/

#donet-section {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../image/banner/daswand12.jpg);
    background-position: center;
    background-attachment: fixed;
   
    padding: 100px 0px 100px 0px;
}
.donet-box {
    padding: 50px;
}
.donet-box h1 {
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 30px;
    color: #fafafa;
}
.donet-box p {
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 30px;
    color: #fafafa;
    font-size: 22px;
    text-align: center;
}
.donet-box a {
    text-transform: uppercase;
    font-size: 19px;
}
/*********************************donet-section*****************************************/
/*********************************services*****************************************/

#service {
    padding: 100px 0px;
}
#service .service-overly {
    display: block;
    padding: 20px;
    text-decoration: none;
    border: 1px solid #ccc;
    margin-bottom: 10px;
}
#service .service-overly img {
    width: 100%;
}
#service .service-overly h2 
{
        font-size: 22px;
} 
#service .service-overly p {} 
#service .service-overly button {} 
#service .carousel-control {
    width: 0% !important;
}
#service .carousel-control .glyphicon-chevron-left,
#service .carousel-control .icon-prev {
    color: #3b3b6e !important
}
#service .carousel-control .glyphicon-chevron-right,
#service .carousel-control .icon-next {
    color: #3b3b6e !important
}
/*********************************services*****************************************/
/*********************************news-events*****************************************/

/*#news-events,
#service,
#testimon {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(../image/banner/heart-bg.png);
    width: 100%;
    height: auto;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 50px 0px 50px 0px;
}*/
#news-events .news-events-box {} #bxslider-news,
#bxslider-Events {} #bxslider-news li,
#bxslider-Events li {
    border: 1px solid #ccc;
    padding: 20px;
}
#bxslider-news li h3,
#bxslider-Events li h3 {
    margin: 0px 0px 20px 0px;
}
#bxslider-news li img,
#bxslider-Events li img {
    width: 246px;
    height: 180px;
    margin-right: 10px;
}
#bxslider-news li p,
#bxslider-Events li p {} #news-events .form-group {
    margin-bottom: 26px;
}
.bgimage
{
	background-image: url(../image/banner/daswand12.jpg)!important;
	       padding: 40px;
	           background-size: cover;
}
/*********************************news-events*****************************************/
/*********************************footer*****************************************/

.footer-main {
    padding: 50px 50px 50px 50px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../image/banner/footer-bg.jpg);
    width: 100%;
    height: auto;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.footer-box {} .footer-box h2 {
    font-size: 25px;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, .15);
    padding: 0 0 15px;
    margin: 0 0 30px;
    text-transform: uppercase;
}
.footer-box p {
    font-size: 18px;
    color: #ddd;
    text-align: justify;
}
.footer-box li {
    margin-bottom: 10px;
}
.footer-box .social-links .fa {
    margin-right: 20px;
    height: 10px;
    width: 10px;
}
.footer-box a {
    font-size: 18px;
    color: #ddd;
    text-decoration: none;
    transition: 0.5s all ease-in-out;
    padding: 5px 10px;
}
.footer-box a:hover {
    margin-left: 10px;
    text-decoration: none;
    background-color: #fafafa;
}
#footer-bottom {
    background: #4d4d4d;
    color: #fafafa;
}
#footer-bottom p {
    margin: 0px;
    color: #fafafa;
}
#footer-bottom p a {
    text-decoration: none;
    color: #f66a39;
}
.campaign h1 {
    text-align: center;
    font-size: 42px;
    padding: 15px;
}
textarea.form-control {
    height: 100px !important;
}
/*********************************footer*****************************************/

.inner-banner {
    margin-top: 126px;
}
.inner-banner img {
    width: 100%;
}
.contact-icon-box {
    padding: 20px;
    cursor: pointer;
    background: rgba(226, 215, 215, 0.5);
    height: 240px;
    transition: all 0.5s ease-in-out;
    -webkit-box-shadow: 3px 3px 19px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 3px 3px 19px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 3px 3px 19px 0px rgba(0, 0, 0, 0.75);
}
.contact-icon-box:hover {} .contact-icon-box i {
    border: 1px solid #e8e8e8;
    border-radius: 100%;
    display: block;
    color: #999999;
    font-size: 40px;
    height: 87px;
    text-align: center;
    text-decoration: none;
    width: 87px;
    position: relative;
    line-height: 87px;
    background: rgb(216, 221, 224);
    margin: 20px auto;
    color: #52b6ec;
}
.contact-icon-box span {
    display: block;
    text-align: center;
    font-size: 20px;
}
.gallery-page img {
    display: inline-block;
    width: 20%;
    margin: 20px;
    border: 1px solid black;
    padding: 2px;
    margin-left: 30px;
    transition: all 0.5s ease-in-out;
}
.gallery-page img:hover {
    transform: scale(0.9);
    opacity: 0.7
}
.map {
    -webkit-box-shadow: 3px 3px 19px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 3px 3px 19px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 3px 3px 19px 0px rgba(0, 0, 0, 0.75);
}
/***********************************************give-a-book******************************************/

.give-a-book {
    background: #ffded7;
    padding-bottom: 50px;
}
.give-a-book a:hover,
a:focus {
    outline: none;
    text-decoration: none;
}
.give-a-book .tab .nav-tabs {
    padding-left: 15px;
    border-bottom: 4px solid #692f6c;
}
.give-a-book .tab .nav-tabs li a {
    color: #fff;
    padding: 10px 20px;
    margin-right: 10px;
    background: #692f6c;
    text-shadow: 1px 1px 2px #000;
    border: none;
    border-radius: 0;
    opacity: 0.5;
    position: relative;
    transition: all 0.3s ease 0s;
}
.give-a-book .tab .nav-tabs li a:hover {
    background: #692f6c;
    opacity: 0.8;
}
.give-a-book .tab .nav-tabs li.active a {
    opacity: 1;
}
.give-a-book .tab .nav-tabs li.active a,
.give-a-book .tab .nav-tabs li.active a:hover,
.give-a-book .tab .nav-tabs li.active a:focus {
    color: #fff;
    background: #692f6c;
    border: none;
    border-radius: 0;
}
.give-a-book .tab .nav-tabs li a:before,
.give-a-book .tab .nav-tabs li a:after {
    content: "";
    border-top: 42px solid transparent;
    position: absolute;
    top: -2px;
}
.give-a-book .tab .nav-tabs li a:before {
    border-right: 15px solid #692f6c;
    left: -15px;
}
.give-a-book .tab .nav-tabs li a:after {
    border-left: 15px solid #692f6c;
    right: -15px;
}
.give-a-book .tab .nav-tabs li a i,
.give-a-book .tab .nav-tabs li.active a i {
    display: inline-block;
    padding-right: 5px;
    font-size: 15px;
    text-shadow: none;
}
.give-a-book .tab .nav-tabs li a span {
    display: inline-block;
    font-size: 14px;
    letter-spacing: -9px;
    opacity: 0;
    transition: all 0.3s ease 0s;
}
.give-a-book .tab .nav-tabs li a:hover span,
.give-a-book .tab .nav-tabs li.active a span {
    letter-spacing: 1px;
    opacity: 1;
    transition: all 0.3s ease 0s;
}
.give-a-book .tab .tab-content {
    padding: 30px;
    background: #fff;
    font-size: 16px;
    color: #6c6c6c;
    line-height: 25px;
}
.give-a-book .tab .tab-content h3 {
    font-size: 24px;
    margin-top: 0;
}
@media only screen and (max-width: 479px) {
    .give-a-book .tab .nav-tabs li {
        width: 100%;
        margin-bottom: 5px;
        text-align: center;
    }
    .give-a-book .tab .nav-tabs li a span {
        letter-spacing: 1px;
        opacity: 1;
    }
}
/***********************************************give-a-book******************************************/
/***********************************************testimonial******************************************/

#testimon {} #testimon .testimonial {
    margin: 20px 15px 0;
}
#testimon .testimonial .pic {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    float: left;
    border: 5px solid #fff;
    box-shadow: 2px 3px 6px -3px rgba(0, 0, 0, 0.35);
    position: relative;
}
#testimon .testimonial .pic:after {
    content: "\f10d";
    font-family: fontawesome;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 50%;
    text-align: center;
    background: #33d286;
    font-size: 16px;
    color: #fff;
    position: absolute;
    top: 65px;
    left: 0;
}
#testimon .testimonial .pic img {
    width: 100%;
    height: auto;
    border-radius: 50%;
}
#testimon .testimonial .testimonial-content {
    padding: 10px;
    /*margin-left: 120px;*/
}
#testimon .testimonial .description {
    font-size: 18px;
    color: #555;
    line-height: 28px;
}
#testimon .testimonial .testimonial-title {
    font-size: 17px;
    color: #3f3f72;
    text-transform: capitalize;
    display: inline-block;
}
#testimon .testimonial .post {
    font-size: 14px;
    font-style: italic;
    color: #444;
    margin-top: 10px;
}
#testimon .owl-theme .owl-buttons {
    margin-top: 20px;
}
#testimon .owl-theme .owl-controls .owl-buttons div {
    padding: 5px 10px;
    background: #da5d5d;
    border-radius: 0;
    opacity: 1;
    border-bottom: 2px solid #9f3c3c;
}
#testimon .owl-theme .owl-controls .owl-buttons div:hover {
    background: #d04949;
}
#testimon .owl-prev:before,
#testimon .owl-next:before {
    content: "\f053";
    font-family: 'FontAwesome';
    color: #fff;
}
#testimon .owl-next:before {
    content: "\f054";
}
@media only screen and (max-width: 480px) {
    #testimon .testimonial {
        text-align: center;
    }
    #testimon .testimonial .pic {
        float: none;
        margin: 0 auto;
    }
    #testimon .testimonial .testimonial-content {
        margin-left: 0;
    }
    #testimon .owl-theme .owl-buttons {
        margin-top: 0;
    }
}
/***********************************************testimonial******************************************/
/*********************************product*****************************************/
/*********************************about*****************************************/

.main-timeline {
    position: relative;
}
.main-timeline:before {
    content: "";
    width: 5px;
    height: 100%;
    background: #3e3972;
    position: absolute;
    top: 0;
    left: 50%;
}
.main-timeline .timeline {
    position: relative;
    margin-bottom: 20px;
}
.main-timeline .timeline:before,
.main-timeline .timeline:after {
    content: "";
    display: block;
    width: 100%;
    clear: both;
}
.main-timeline .timeline-icon {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    border: 4px solid #3e3972;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 4px;
    right: 0;
    z-index: 1;
}
.main-timeline .timeline-content {
    width: 45%;
    padding: 20px;
    background: #3e3972;
    /*text-align: center;*/
    float: left;
    margin-top: 8px;
    position: relative;
    transition: all 0.3s ease 0s;
}
.main-timeline .timeline-content:before {
    content: "";
    width: 10%;
    height: 5px;
    background: #3e3972;
    position: absolute;
    top: 0;
    right: -10%;
}
.main-timeline .title {
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    margin-top: 0;
    text-shadow: 1px 1px 1px rgba(56, 56, 56, 0.5);
}
.main-timeline .description {
    font-size: 16px;
    color: #fff;
}
.main-timeline .heading{
    color: #fff;
}
.main-timeline ul li{
    color: #fff;
    list-style-type: none;
}
.main-timeline .description b{
    font-size: 20px;
}
.main-timeline .timeline-content.right {
    float: right;
}
.main-timeline .timeline-content.right:before {
    left: -10%;
}
@media only screen and (max-width: 767px) {
    .main-timeline:before {
        left: 0;
    }
    .main-timeline .timeline-icon {
        left: -8px;
        margin: 0;
    }
    .main-timeline .timeline-content {
        width: 90%;
        float: right;
    }
    .main-timeline .timeline-content:before {
        left: -10%;
    }
}
/*********************************about*****************************************/
/****************************************************************************media-query*********************************************************/