/*
Theme Name:allkind
*/
@charset "utf-8";
 @import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');
@font-face {
	font-family: 'CenturyGothic';
	src: url('fonts/CenturyGothic.eot') format('embedded-opentype'), url('fonts/CenturyGothic.ttf') format('truetype'), url('fonts/CenturyGothic.svg#CenturyGothic') format('svg');
	;
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'LaoUI';
	src: url('LaoUI.eot') format('embedded-opentype'), url('fonts/LaoUI.ttf') format('truetype'), url('fonts/LaoUI.svg#LaoUI') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'LaoUI-Bold';
	src: url('fonts/LaoUI-Bold.eot') format('embedded-opentype'), url('fonts/LaoUI-Bold.ttf') format('truetype'), url('fonts/LaoUI-Bold.svg#LaoUI-Bold') format('svg');
	;
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'casablanca_noir_personal_usRg';
	src: url('fonts/casablanca_noir_personal_use-webfont.woff2') format('woff2'), url('fonts/casablanca_noir_personal_use-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
img {
	max-width: 100%;
	height: auto;
}
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	padding: 0 0;
	margin: 0 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
a, a:hover, a:focus {
	text-decoration: none !important;
	outline: none !important;
}
ol, ul, li {
	list-style-type: none;
	padding: 0 0;
	margin: 0 0;
}
div, li, a, p, :before, :after {
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
/******** Title ********/
.title-1 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 31px;
	position: relative;
	margin-top: 0;
}
.title-2 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 26px;
	position: relative;
	margin-top: 0;
}
.title-3 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 23px;
	position: relative;
	margin-top: 0;
}
.title-4 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 20px;
	position: relative;
	margin-top: 0;
}
.title-5 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 17px;
	position: relative;
	margin-top: 0;
}
.title-6 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 14px;
	position: relative;
	margin-top: 0;
}
.header {
	position: absolute;
	width: 100%;
	z-index: 10;
	left: 0;
	top: 0;
}
.top-bar {
	background: rgba(0, 0, 0, 0.8);
}
ul.top-menu {
	text-align: left;
	padding: 5px 0;
	margin: 0;
}
ul.top-menu > li {
	display: inline-block;
	font-family: 'Calibri';
	font-size: 12px;
	color: #ffffff;
}
ul.top-menu > li > a {
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	color: #ffffff;
	line-height: 10px;
	display: inline-block;
	padding: 0 8px 0 5px;
	border-color: #4e4e4e;
	border-width: 1px;
	border-style: none dotted none none;
}
ul.top-menu > li:first-child > a {
	padding-left: 0;
}
ul.top-menu > li:last-child > a {
	border-width: 0;
}
ul.top-menu > li > a:hover, ul.top-menu > li > a:focus, ul.top-menu > li > a:active {
	color: #e59d29;
}
ul.top-contact-info {
	text-align: right;
	padding: 5px 0;
	margin: 0 0;
}
ul.top-contact-info > li {
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	color: #ffffff;
	padding: 0 10px;
	border-color: #4e4e4e;
	border-width: 1px;
	border-style: none dotted none none;
}
ul.top-contact-info > li:last-child {
	padding-right: 0;
}
ul.top-contact-info > li > a {
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	color: #ffffff;
	line-height: 10px;
}
ul.top-contact-info > li > i {
	margin-right: 8px;
}
ul.top-contact-info > li > a:hover, ul.top-contact-info > li > a:focus, ul.top-contact-info > li > a:active {
	color: #e59d29;
}
.brand-section {
	background: transparent;
	padding-top: 20px;
}
.nav-bar {
	padding-top: 15px;
	float: right;
}
.nav-bar > li {
	margin: 0 2px;
}
/*********** Banner-part **********/
.banner-box {
	position: relative;
}
.banner-overlay {
	background: rgba(0, 0, 0, 0.8);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.banner-box .carousel-control {
	background: rgba(0, 0, 0, 0);
	width: 44px;
	height: 44px;
	line-height: 44px;
	top: 40%;
	opacity: 1;
	z-index: 1;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	background-image: none !important;
	font-size: 30px;
	color: #195c92;
	text-shadow: none;
}
.banner-box .carousel-control:focus, .banner-box .carousel-control:hover > img {
	opacity: 0.5;
}
.banner-arrow-box {
	border-bottom: #195c92 1px solid;
}
.banner-box .carousel-control .fa-angle-left {
	margin-top: -15px;
	margin-left: -5px;
}
.banner-box .carousel-control .fa-angle-right {
	margin-top: -15px;
	margin-right: -5px;
}
.banner-box .left {
	left: 20px;
}
.banner-box .right {
	right: 20px !important;
}
.banner-box .carousel-inner .item > img {
	width: 100%;
}
.banner-box .carousel-inner .item .carousel-caption {
	top: 40%;
	left: 0;
	right: 0;
	text-align: left;
	padding-bottom: 0;
}
.banner-box .banner-info-box {
}
.banner-box .banner-info-box h2 {
	position: relative;
	font-family: 'Open Sans', sans-serif;
	font-size: 30px;
	font-weight: 300;
	color: #ffffff;
	margin-top: 0;
	margin-bottom: 20px;
	text-transform: uppercase;
	text-shadow: none;
	letter-spacing: 1px;
}
.banner-box .banner-info-box h1 {
	position: relative;
	font-family: 'casablanca_noir_personal_usRg';
	font-size: 45px;
	color: #ffffff;
	margin-top: 0;
	margin-bottom: 10px;
	text-shadow: none;
}
.banner-box .banner-info-box p {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #ffffff;
	font-size: 12px;
	line-height: 18px;
	text-shadow: none;
}
.banner-btn-box {
	text-align: left;
	padding-top: 20px;
}
.banner-btn-box > a {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight: 500;
	color: #ffffff;
	border-radius: none;
	background: none;
	border: #ffffff 1px solid;
	display: inline-block;
	line-height: 36px;
	padding: 0 18px;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.banner-btn-box > a:hover, .banner-btn-box > a:focus, .banner-btn-box > a:active {
	background: #14332d;
	color: #ffffff;
}
/************ body-content ************/

.body-container {
}
.section-1 {
	padding-top: 20px;
	padding-bottom: 20px;
}
.product-sm-info {
	background: #e5e5e5;
	height: 180px;
	display: table;
	width: 100%;
	padding: 25px 130px 25px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.product-sm-info > div {
	display: table-cell;
	vertical-align: middle;
}
.first {
	background: url(images/jewellery-box-bg.jpg) no-repeat right center #e5e5e5;
}
.second {
	background: url(images/book-box-bg.jpg) no-repeat right center #e5e5e5;
}
.third {
	background: url(images/card-box-bg.jpg) no-repeat right center #e5e5e5;
}
.product-sm-info > div > h5 {
	font-family: 'CenturyGothic';
	font-size: 21px;
	font-weight: 400;
	margin-top: 0;
	padding-bottom: 8px;
	position: relative;
}
.product-sm-info > div > h5:after {
	position: absolute;
	content: "";
	background: #e5878b;
	width: 18px;
	height: 1px;
	left: 0;
	bottom: 0;
}
.product-sm-info > div > p {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight: 600;
	color: #0b0b0b;
	line-height: 18px;
}
.readmore-btn-sm {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight: 500;
	color: #0e0d10;
	border-radius: none;
	background: none;
	border: #111214 1px solid;
	display: inline-block;
	line-height: 22px;
	padding: 0 14px;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	margin-top: 10px;
}
.readmore-btn-sm:hover, .readmore-btn-sm:focus, .readmore-btn-sm:active {
	background: #14332d;
	color: #ffffff;
}
.section-2 {
	padding-top: 20px;
	padding-bottom: 30px;
}
.welcome-section {
}
.welcome-section > h6 {
	margin-top: 0;
	margin-bottom: 5px;
	color: #000000;
	letter-spacing: 1px;
}
.welcome-section > h1 {
	margin-top: 0;
	font-weight: 700;
	color: #00231f;
	padding-bottom: 15px;
	margin-bottom: 20px;
}
.welcome-section > h1:after {
	position: absolute;
	content: "";
	background: #00231f;
	width: 56px;
	height: 2px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.welcome-section > p {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	color: #3d3d3d;
	line-height: 18px;
}
.section-3 {
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
	background: url(images/gallery-bg.jpg) center bottom fixed;
	background-size: cover;
}
.section-3:before {
	position: absolute;
	content: "";
	background: rgba(0, 35, 31, 0.9);
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.section-3 .title-3 {
	font-weight: 400;
	color: #ffffff;
	padding-bottom: 12px;
}
.section-3 .title-3:after {
	position: absolute;
	content: "";
	background: #ffffff;
	width: 35px;
	height: 1px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
/**************** Gallery-Tab-Box ***************/

.gallery-tab-box {
	padding-top: 20px;
}
.gallery-tab-box ul.resp-tabs-list {
	text-align: center;
}
.gallery-tab-box ul.resp-tabs-list > li {
	float: none;
	display: inline-block;
	padding: 8px 22px;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	color: #ffffff;
	font-weight: 500;
	border: transparent 1px solid;
}
.gallery-tab-box ul.resp-tabs-list > li:hover {
	border: #ffffff 1px solid;
	margin-bottom: -1px !important;
	padding: 8px 22px !important;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-o-border-radius: 25px;
	-ms-border-radius: 25px;
	border-radius: 25px;
}
.gallery-tab-box .resp-tabs-container {
	padding-top: 20px;
	background: none;
}
.gallery-tab-box .resp-tab-content {
	padding: 0 0;
}
.gallery-tab-box .gallery-carousel .owl-item {
	padding-left: 10px;
	padding-right: 10px;
}
.gal-pic-box {
}
.gal-pic-box > figure {
	position: relative;
	border: #01231f 3px solid;
	overflow: hidden;
}
.gal-pic-box > figure > figcaption {
	position: absolute;
	width: 100%;
	bottom: -1px;
	font-family: 'CenturyGothic';
	font-size: 15px;
	color: #ffffff;
	padding: 8px 8px;
	background: url(images/white-arrow.png) no-repeat 95% center rgba(0, 0, 0, 0.9);
}
.section-4 {
	background: #1c1c1c;
	padding-top: 25px;
	padding-bottom: 25px;
}
.home-contact-info {
}
.home-contact-info > h1 {
	font-family: 'LaoUI-Bold';
	font-size: 33px;
	color: #ffffff;
	margin-top: 0;
}
.home-contact-info > p {
	font-family: 'LaoUI';
	font-size: 17px;
	color: #ffffff;
}
.home-contact-btn-box {
	text-align: right;
}
.contact-btn {
	background: url(images/contact-icon.png) no-repeat 10% center;
	display: inline-block;
	border: #ffffff 1px solid;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-o-border-radius: 25px;
	-ms-border-radius: 25px;
	border-radius: 25px;
	line-height: 48px;
	padding: 0 50px 0 70px;
	font-family: 'LaoUI';
	font-size: 18px;
	color: #ffffff;
	margin-top: 10px;
}
.contact-btn:hover, .contact-btn:focus, .contact-btn:active {
	background: url(images/contact-icon.png) no-repeat 10% center #0e3e37;
	cursor: pointer;
	color: #ffffff;
}
footer {
	background: #ffffff;
	padding-bottom: 15px;
}
ul.footer-menu {
	text-align: center;
	padding: 15px 0 5px 0;
	margin: 0 0;
}
ul.footer-menu > li {
	display: inline-block;
}
ul.footer-menu > li > a {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: 600;
	color: #3e3e3e;
	padding: 0 8px;
	border-right: #3e3e3e 1px solid;
	line-height: 15px;
	display: block;
	position: relative;
}
ul.footer-menu > li:last-child > a {
	border-right: none;
}
ul.footer-menu > li > a:hover, ul.footer-menu > li > a:focus, ul.footer-menu > li > a:active {
	color: #d81f09;
}
.copy-text {
	font-size: 14px;
}
footer span {
	text-align: center;
	display: block;
	padding-top: 15px;
}
/******** Inner Banner:Start *******/
.inner-banner-box {
	position: relative;
}
.inner-banner-box .banner-overlay {
	background: rgba(0, 0, 0, 0.6);
}
.inner-banner-box > img {
	width: 100%;
}
.inner-heading-info-box {
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	height: inherit;
	display: table;
	width: 100%;
	margin: auto;
}
/******** Inner Banner:End *******/

/******** Inner Pages:Start *******/
.about-section {
}
.about-section > h6 {
	margin-top: 0;
	margin-bottom: 5px;
	color: #000000;
	letter-spacing: 1px;
}
.about-section > h1 {
	margin-top: 0;
	font-weight: 700;
	color: #00231f;
	margin-bottom: 10px;
}
.about-section > p {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	color: #3d3d3d;
	line-height: 20px;
	text-align: justify;
}
.about-section > p > br {
	display: block;
	content: "";
	margin-bottom: 10px;
}
/****** Gallery *******/

.gallery-pic-box {
	overflow: hidden;
	position: relative;
	margin-bottom: 25px;
}
.gallery-pic-box .tt-overlay {
	background: rgba(22, 53, 47, 0.8);
	height: 100%;
	opacity: 0;
	position: absolute;
	transition: opacity .2s ease-out 0s;
	-o-transition: opacity .2s ease-out 0s;
	-ms-transition: opacity .2s ease-out 0s;
	-moz-transition: opacity .2s ease-out 0s;
	-webkit-transition: opacity .2s ease-out 0s;
	visibility: hidden;
	width: 100%
}
.gallery-pic-box:hover .tt-overlay {
	opacity: 1;
	visibility: visible
}
.portfolio-info .links, .portfolio-info .project-title {
	color: #fff;
	left: 0;
	opacity: 0;
	position: absolute;
	visibility: hidden;
	width: 100%
}
.portfolio-info .project-title {
	top: 60%;
	transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	-ms-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-webkit-transition: all .3s ease 0s;
	text-align: center;
	font-size: 15px;
	text-transform: uppercase;
}
.gallery-pic-box:hover .portfolio-info .project-title {
	opacity: 1;
	top: 35%;
	visibility: visible;
	font-size: 20px;
}
.portfolio-details {
	bottom: 0;
	left: 0;
	position: absolute;
	width: 100%;
	text-align: center;
}
.portfolio-details li {
	bottom: -50px;
	display: inline-block;
	opacity: 0;
	position: relative;
	transform: translateZ(0);
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-o-transform: translateZ(0);
	-ms-transform: translateZ(0);
	visibility: hidden;
}
.gallery-pic-box:hover .portfolio-details li {
	bottom: -10px;
	opacity: 1;
	visibility: visible;
	transition: all .8s ease 0s;
	-o-transition: all .8s ease 0s;
	-ms-transition: all .8s ease 0s;
	-moz-transition: all .8s ease 0s;
	-webkit-transition: all .8s ease 0s;
}
.portfolio-details li a {
	background-color: rgba(0,0,0,.9);
	display: block;
	height: 40px;
	line-height: 40px;
	width: 50px;
	text-align: center;
	color: #ffffff;
}
.covered {
	width : 507px;
	height : 400px;
	margin : 0 auto;
}
/*contact-page*/
.contact-info-wrap {
	background-image: url(images/phone-pic.jpg), url("images/contact-pic-top.jpg");
	background-position: right bottom, left top;
	background-repeat: no-repeat, no-repeat;
	padding: 35px 0;
}
.contact-info {
}
.heading2 {
	color: #333333;
	font-size: 18px;
	font-style: italic;
	margin-bottom: 15px;
}
.contact-info p {
	line-height: 22px;
	padding-left: 30px;
	position: relative;
}
.contact-info p span {
	left: 0;
	position: absolute;
}
.map-box {
	border: 1px solid #dfdfdf;
	padding: 8px;
}
.quick-contact-form input, .quick-contact-form textarea {
	background: transparent;
	border: 1px solid #d8d8d8;
	color: #333333;
	font-size: 15px;
	font-style: italic;
	font-weight: 400;
	height: auto;
	margin-bottom: 0;
}
.quick-contact-form label {
	font-size: 15px;
	font-style: italic;
	font-weight: 400;
}
.contact-info-wrap {
	padding-top: 20px;
	padding-bottom: 20px;
}
.gallery-wrap {
	padding-top: 25px;
}
.gallery-pic-box {
	position: relative;
}
.gallery-pic-box > figure > a:after {
	position: absolute;
	content: "";
	background: url(images/zoom-icon.jpg) no-repeat;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 28px;
	height: 28px;
	margin: auto;
	opacity: 0;
	-webkit-transition-delay: 0.1s;
	-moz-transition-delay: 0.1s;
	-o-transition-delay: 0.1s;
	-ms-transition-delay: 0.1s;
	transition-delay: 0.1s;
}
.gallery-pic-box > figure > a:before {
	position: absolute;
	content: "";
	background: rgba(0, 0, 0, 0.3);
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	margin: auto;
	opacity: 0;
}
.gallery-pic-box > figure > a:hover:before {
	opacity: 1;
}
.gallery-pic-box > figure > a:hover:after {
	opacity: 1;
}
/******* Floating-Tab ******/

.enquiry-btn-box {
	position: absolute;
	right: 0;
	top: 0;
	margin-top: 200px;
	z-index: 1050;
	cursor: pointer;
}
.enquiry-box .modal-header {
	background: #3b8d80;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-o-border-radius: 5px 5px 0 0;
	-ms-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
.enquiry-box .modal-header h4 {
	color: #ffffff;
	text-transform: uppercase;
}
.enquiry-box .modal-header button[type="button"] {
	color: #ffffff;
	font-size: 22px;
	opacity: 1;
}
.enquiry-box input, .enquiry-box select, .enquiry-box textarea {
	font-size: 13px;
}
.pp_social {
	display: none;
}
body {
	padding: 0 !important;
}
.nav-bar li.current-menu-item a {
	border: 1px solid #ffffff;
	border-radius: 25px;
	color: #ffffff;
}
ul.top-menu > li.current-menu-item > a {
	color: #E58E18;
}
.menuOpen ul li span {
	height: 16px;
	line-height: 0;
	padding: 5px;
	position: absolute;
	right: 10px;
	text-align: center;
	top: 6px;
}
ul li.menuOpen, ul li.menuOpen:hover {
	background: none !important;
}
nav ul li ul li, nav ul ul ul li {
	background: none !important;
}
ul.footer-menu > li.current-menu-item > a
{
color:#d81f09;
}


.single_page_content ul li {
    list-style: inside;
   
}
.single_page_content ol li {
    list-style: inherit;
list-style-position:inside;
  
}
.single_page_content ol 
{
  list-style: decimal;
}
.single_page_content ul {
    padding: 0;
}
.single_page_content ol {
    padding: 0;
}
