@import url('https://fonts.googleapis.com/css?family=Titillium+Web:300,400,600,700');

html {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    background: #fff none repeat scroll 0 0;
    font-family: 'Titillium Web', sans-serif;
    position: relative;
    min-height: 100vh;
    padding-bottom: 175px;
}

html {
    position: relative;
    min-height: 100%;
}
li,
ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

a {
    outline: none !important;
    text-decoration: none !important;
}

input {
    outline: none !important;
    text-decoration: none !important;
}

i {
    vertical-align: middle;
}


/* all */

::-webkit-input-placeholder {
    color: #b9b9b9 !important;
}

::-moz-placeholder {
    color: #b9b9b9 !important;
}


/* firefox 19+ */

:-ms-input-placeholder {
    color: #b9b9b9 !important;
}


/* ie */

input:-moz-placeholder {
    color: #b9b9b9 !important;
}

button,
label,
a {
    outline: none !important;
}

._menu{
    text-align: center;
}
._menu img  {
    max-width:400px;
}
ul.dropdown-menu {
    background: #f1f1f1;
    border-radius: 0;
    border: none;
    padding: 0px;
}
.dropdown-menu li a {
    font-size: 14px;
}
.collapse.navbar-collapse {
    background: #f1f1f1;
    border-radius: 3px;
}
.col-lg-12._menu .logo_holder {
    margin: 10px 0px;
    display: inline-block;
}
li.nav-item.active > a,
li.nav-item a:hover {
    background: #737373;
    color: #fff;
}
.action {
    text-align: center;
    margin: 50px 0px;
}
.action a {
    background: #737373;
    color: #fff;
    padding: 8px 35px;
    display: inline-block;
    border-radius: 3px;
    font-weight: 600;
    margin: 0px 5px;
    transition: all 0.3s;
}
.action a:hover{
    background: #bdbdbd;
    transform: scale(1.1);
    transition: all 0.3s;
}
li.nav-item a {
    color: #3d3e3f;
    padding: 13px 18px !important;
    font-size: 15px;
    text-transform: uppercase;
}
.social_header ul li {
    display: inline-block;
    margin: 0px 4px;
}
.social_header ul li a img{
    transition: all 0.2s;
}
.social_header ul li a:hover img{
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
            transition: all 0.2s;
}
.social_header{
    margin: 5px 0px 25px 0px;
}
footer {
    text-align: center;
    background: #484848;
    padding: 25px 0px;
    bottom: 0;
    position: absolute;
    width: 100%;
    left: 0;
}
footer p {
    text-transform: uppercase;
    color: #fff;
    vertical-align: middle;
    font-size: 15px;
    margin: 15px 0px 0px;
}
.footerSocial ul li {
    display: inline-block;
    margin: 0px 10px;
}
.footerSocial ul li a {
    font-size: 25px;
    color: #fff;
}
section.bannerWrap {
    margin: 35px 0px;
}
/*h3.itemHeading {
    text-align: center;
    font-size: 25px;
    color: #5d5d5d;
    border-bottom: 1px solid #e4e4e4;
    padding: 16px 0px;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: normal;
    margin-top: 30px;
}*/
.itemHeading {
    text-align: center;
    font-size: 25px;
    color: #5d5d5d;
    border-bottom: 1px solid #e4e4e4;
    padding: 16px 0px;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: normal;
    margin-top: 30px;
}
.writingSearch{
    margin-top: 25px;
}
.aboutWrap img {
    height: 250px;
    object-fit: cover;
}
.aboutItem p {
    color: #969696;
    font-size: 16px;
    line-height: 22px;
}
.aboutItem h4 {
    color: #5d5d5d;
}
.aboutItem h2 {
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    margin-top: 20px;
    font-size: 24px;
    font-weight: 600;
    text-align:center;
}
ul.bookName li {
    display: inline-block;
}
ul.bookName li a {
    display: inline-block;
    padding: 0px 6px;
    color: #757575;
    font-size: 16px;
    text-transform: capitalize;
}
ul.bookName li a:hover{
    color: #5ac1ee;
}
.sImg {
    position: relative;
    overflow: hidden;
    border-radius: 3px;
    margin-bottom: 15px;
}
.sImg p {
    background: rgba(0, 0, 0, 0.58);
    position: absolute;
    z-index: 9;
    width: 100%;
    bottom: 0;
    padding: 8px 20px;
    margin: 0;
    color: #fff;
    font-size: 20px;
    text-align: center;
}

.serviceItem > p {
    color: #737373;
    margin: 0;
    font-size: 14px;
}
.btn.btn-primary.btn-large.br-layer {
    background: #737373;
    border: none;
    text-transform: uppercase;
    vertical-align: middle;
}
.btn.btn-primary.btn-large.br-layer:hover {
    background: #bdbdbd;
}
.br-layer p {
    font-size: 17px;
    margin: 0;
    font-weight: normal;
}

.scrollToTop {
    width: 50px;
    height: 50px;
    text-align: center;
    background: #cccccc52;
    font-weight: bold;
    color: #bdbdbd;
    text-decoration: none;
    position: fixed;
    bottom: 35px;
    right: 40px;
    display: none;
    font-size: 39px;
    line-height: 38px;
    border-radius: 50%;
}
.scrollToTop:hover{
    text-decoration:none;
}

.form-control.error{
    border: 1px solid red;
}
.bookItem li{
    margin-bottom: 5px;
}
.bookItem li a {
    color: #5d5d5d;
}
.bookItem li a:hover {
    color: #5ac1ee;
}
.bookItem li a span {
    display: inline-block;
    border: 1px solid #ccc;
    padding: 0px 8px;
    border-radius: 3px;
    color: #737373;
}



.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    display: block;
    transform: scale(0);
    transition: ease-out 0.3s;
}
.dropdown:hover .dropdown-menu {
    transform: scale(1);
}
.dropdown-menu1
{
    border:none;
    display: block;
  transform: scale(1)!important;
    height: 0px;
    overflow: hidden;
    padding: 0px;
    top: 180px;
    transition: all .3s;
}
.dropdown:hover .dropdown-menu1{
    display: block;
    top: 100%;
    height: inherit;
}

li.showResult {
    position: absolute;
    right: 15px;
    top: 12px;
}
ol.breadcrumb {
    position: relative;
    background: #5ac1ee14;
    border-radius: 0;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #484848;
    border-color: #484848;
}
.page-link {
    color: #484848;
}
.bookList {
    display: flex;
    flex-wrap: wrap;
}
.bookList img {
    display: block;
    margin-right: 20px;
}
.bookList {
    margin-top: 40px;
}
.bookView {
    flex: 0 65%;
}
.bookView h3 {
    font-size: 25px;
    font-weight: 600;
    color: #1d1d1d;
    line-height: 30px;
}
.bookView p {
    color: #555;
    margin-bottom: 6px;
}
.bookView  span{
    font-size: 15px;
    color: #797979;
    display: block;
}
ul.pagination {
    justify-content: center;
    margin-top: 40px;
}
.bookView a {
    background: #737373;
    color: #fff;
    padding: 6px 25px;
    display: inline-block;
    border-radius: 3px;
    margin-top: 15px;
    font-weight: 600;
}
.bookView a:hover{
    background:#bdbdbd;
}
li.breadcrumb-item.active a {
    color: #555;
}

img.boutique-frame-image {
    object-fit: cover;
    border-radius: 5px;
}
.bannerItem h2 {
    font-weight: 600;
    font-size: 28px;
    margin-top: 20px;
}
.bannerItem p {
    color: #717171;
    font-size: 18px;
    line-height: 25px;
}
.servicesWrap{
    margin: 50px 0px;
}
.dropdown-menu > li a:hover, .dropdown-menu > li.show {
    background: #a9a9a9 !important;
    color: white;
}


.breadcrumb-item .dropdown-menu {
    margin: 0.7rem 0 0;
    background-color: #f2fafe;
    border: transparent;
    padding: 0px;
}
.footerSocial.contactSocial li a {
    color: #bdbdbd;
}
.breadcrumb-item .dropdown-item:focus, 
.breadcrumb-item .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #a9a9a9;
    color: #fff !important;
}

.footerSocial li:nth-child(1) a:hover {
  color: #3b5998;
}
.footerSocial li:nth-child(3) a:hover {
  color: #0077B5;
}
.footerSocial li:nth-child(2) a:hover {
  color: #38A1F3;
}

/******AM (Form Validation)********/
.has-error .checkbox,.has-error .checkbox-inline,.has-error .control-label,.has-error .help-block,.has-error .radio,.has-error .radio-inline,.has-error.checkbox label,.has-error.checkbox-inline label,.has-error.radio label,.has-error.radio-inline label{color:#ef4639}.has-error .form-control{border-color:#ef4639;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483}.has-error .input-group-addon{color:#ef4639;background-color:#f2dede;border-color:#ef4639}.has-error .form-control-feedback{color:#ef4639}.has-feedback label~.form-control-feedback{top:25px}.has-feedback label.sr-only~.form-control-feedback{top:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}

.btn-banner{
    background-color: #1b95e0 !important;
}