@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i|Thasadith:400,400i,700,700i');

body{
	background: #f5f5f5;
	font-family: 'Thasadith', sans-serif;
	font-family: 'Roboto', sans-serif;
}





/*Header Area*/
.header-area {
    background-color: #F89A12;
}

.mainmenu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mainmenu li {
    display: inline-block;
}

.mainmenu li a {
    display: block;
    padding: 18px 15px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.search-box {padding: 17px;}

.search-box input[type="search"] {
    border: 1px solid #f0f0f0;
    padding: 3px;
    font-size: 16px;
    width: 78%;
    border-radius: 5px;
}

.search-box input[type="submit"] {
    padding: 4px 7px;
    margin: -8px;
    background: #0079CC;
    border: none;
    color: #fff;
    border-radius: 6px;
}

.header-right {
    padding: 12px;
}

.header-right a i.fa {
    color: #fff;
    font-size: 35px;
    margin-right: 30px;
}

.header-right input[type="submit"] {
    background: #0079CC;
    border: none;
    padding: 3px 10px;
    border-radius: 5px;
    color: #fff;
}

.logo img {
    padding: 2px;
}

.logo img:hover {
    border: 1px solid #0079CC;
}

.logo {
    padding: 6px;
}

/* Hero Area */

.school-list {
    margin-top: 30px;
    position: relative;;
}

.school-list h1 {
    background: #23A4FE;
    font-size: 28px;
    padding: 8px;
    text-align: center;
    color: #fff;
    border-radius: 8px;
    font-weight: 600;
}

.school-list-inner {
    background: #ffffff;
}

.school-list-wrap {
    padding: 32px;
    max-height: 254px;
    margin-left: 33px;
}

.school-name a {
    font-size: 18px;
    line-height: 37px;
    color: #333;
    text-decoration: none;
}

.school-name a i.fa {
    margin-right: 20px;
    color: #23A4FE;
}

.school-list-slide {
    border: 1px solid #D1CECE;
}

/* School name Slide */
.school-list .owl-nav button.owl-prev span {
    position: absolute;
    font-size: 40px;
    left: 21px;
    top: 121px;
    color: #CACFD2;
}

.school-list .owl-nav button.owl-next span {
    position: absolute;
    font-size: 40px;
    right: 21px;
    top: 121px;
    color: #CACFD2;
}

/*Main Slider*/


.main-slider {
    margin-top: 30px;
}

/*Our Product*/

.product-img {
    display: inline-block;
    padding: 25px;
    text-align: center;
    line-height: 5px;
    position: relative;
    margin-top: 20px;
    margin-bottom: -37px;
}

.product-img img {
    height: 200px;
    width: 150px;
}

.our-product-slide {
    text-align: center;
}

.product-details {
    padding: 15px;
    line-height: 8px;
}

.product-details .book-name {
    font-size: 17px;
}

.product-details .book-author {
    font-size: 14px;
}

.product-details p {
    font-size: 15px;
}

.product-details p span {
    color: #EA9593;
}

.our-product-hover {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    text-align: center;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
}

.our-product-hover:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 90%;
    width: 100%;
    background: #ffffff;
    content: "";
    z-index: 1;
    opacity: .7;
    border: 1px solid #EAEAEA;
}

.product-img:hover .our-product-hover {
    opacity: 1;
    visibility: visible;
}

.our-product-hover-wrap {
    display: table;
    height: 100%;
    width: 100%;
}

.our-product-hover-inner {
    display: table-cell;
    vertical-align: middle;
}

.our-product-hover-inner a {
    background: #F89A12;
    padding: 8px;
    color: #ffffff;
    position: absolute;
    left: 41px;
    top: 140px;
}

.our-product-hover-inner a i.fa {
    margin-right: 8px;
}

.our-product-hover-inner h3 {
    background: #23A4FE;
    font-size: 15px;
    padding: 10px;
    color: #fff;
    position: absolute;
    width: 100%;
    bottom: 28px;
    left: 0;
}

.single-product {
    position: relative;
    margin-top: 30px;
    border: 2px solid #23A4FE;
    padding-top: 24px;
}

.product-heading h3 {
    position: absolute;
    left: 0px;
    top: 0;
    background: #23A4FE;
    font-size: 26px;
    padding: 6px 25px;
    color: #fff;
    border-radius: 3px;
}

.product-heading h4 {
    position: absolute;
    right: 0;
    top: 0;
    background: #23A4FE;
    font-size: 20px;
    color: #fff;
    padding: 6px 20px;
    border-radius: 3px;
}

.single-product-red {
    border: 2px solid #FC721E;
}

.product-heading-red h3, .product-heading-red h4 {
    background: #FC721E;
}

.single-product-green {
    border: 2px solid #4A893A;
}

.product-heading-green h3, .product-heading-green h4 {
    background: #4A893A;
}

/*Product Carousel*/
.single-product .owl-nav button.owl-prev span {
    position: absolute;
    font-size: 40px;
    left: 5px;
    top: 127px;
}

.single-product .owl-nav button.owl-next span {
    position: absolute;
    font-size: 40px;
    right: 5px;
    top: 127px;
}


/*Footer*/

/* Footer */
.footer-area {
    background-color: #FC721E;
    padding: 25px;
    margin-top: 30px; 
}

.footer-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-menu li {
    position: relative;
    display: list-item;
}

.footer-menu li a {
    display: block;
    color: #fff;
    padding: 5px;
    font-size: 16px;
    text-align: center;
}

.footer-bottom {
    background: #333;
    color: #fff;
    text-align: center;
}

.footer-bottom p {
    padding: 7px;
    font-size: 14px;
    line-height: 20px;
}

.footer-menu-heading {
    text-align: center;
    color: #fff;
    position: relative;
}

.footer-menu-heading p {
    font-size: 18px;
}

.footer-menu-heading:after {
    position: absolute;
    height: 1px;
    width: 80%;
    left: 0;
    top: 40px;
    background: #fff;
    content: "";
    text-align: center;
    margin-left: 10%;
}

/* Social Link Footer */

.social-link-heading {
    position: relative;
    text-align: center;
    color: #fff;
    font-size: 18px;
}

.social-link-heading:after {
    position: absolute;
    height: 1px;
    width: 80%;
    left: 0;
    top: 40px;
    background: #fff;
    content: "";
    text-align: center;
    margin-left: 10%;
}

.social-link ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.social-link {margin-left: 113px;}

.social-link li {
    display: list-item;
}

.social-link li a {
    display: block;
    color: #fff;
    font-size: 16px;
    padding: 5px;
}

.social-link li a i.fa {
    background: #0079CC;
    height: 25px;
    width: 25px;
    line-height: 25px;
    border-radius: 50%;
    margin-right: 20px;
    text-align: center;
}




