@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: 'Segoe UI';
	font-style: normal;
	font-weight: normal;
	src: local('../fonts/Segoe UI'), url('../fonts/segoeui.woff') format('woff');
}

@font-face {
	font-family: 'SquareSansSerif7';
	src: url('../fonts/square_sans_serif_7.ttf');
	/*src: url('../fonts/Typo_Square_Regular.otf?#iefix') format('opentype'),*/
	/*url('../fonts/Typo_Square_Regular.woff') format('woff'),*/
	/*url('../fonts/Typo_Square_Regular.otf') format('opentype')*/
}

@font-face {
	font-family: 'SquareSansSerif7';
	src: url('../fonts/SquareSansSerif7.eot?#iefix') format('embedded-opentype'), url('../fonts/SquareSansSerif7.woff') format('woff'), url('../fonts/SquareSansSerif7.ttf') format('truetype'), url('../fonts/SquareSansSerif7.svg#SquareSansSerif7') format('svg');
	font-weight: normal;
	font-style: normal;
}

* {
	margin: 0;
	padding: 0;
	outline: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

img {
	max-width: 100%;
	vertical-align: middle;
	width: auto;
	border: none;
}

a {
	text-decoration: none;
	transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
}

button, input[type='submit'] {
	transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
}

body {
	padding: 0px;
	margin: 0px;
}

.wrapper {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
}

/*------------------------------------Header-----------------------------------*/
.header_conatiner {
	width: 100%;
	display: inline-block;
	background: #fff;
}

.logo-top img {
	width: 300px;
	text-align: center;
	margin: 0 auto;
	display: block;
}

/*********************************toogle-menu******************************************/
.img-area {
	min-height: 200px;
	max-height: 200px;
}

.menu-bar:hover {
	color: #fff !important;
}

.img-area img {
	position: absolute;
	left: 0;
	bottom: 0;
	max-height: 265px;
}

.img-area {
	position: relative;
}

.menu-bar {
	color: #fff;
	background: #d97927;
	display: block;
	width: 18%;
	text-align: center;
	padding: 7px 7px;
	font-size: 20px;
	float: left;
	margin-left: 122px;
	position: relative;
	z-index: 999999;
}

.search-icon {
	float: right;
	width: 29px;
	display: inline-block;
	padding-top: 11px;
	margin-right: 50px;
	position: relative;
	z-index: 999999;

}

.navbar-nav {
	position: absolute;
	top: 56px;
	/*    left: 110px;*/
	left: 121px;
}

.navigation {
	width: 200px;
	background: #fff;
	color: #484747;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
	font-size: 17px;
	padding: 22px 0;
	z-index: 99999999999;
	position: absolute;
}

.navigation li {
	width: 100%;
	color: #484747;
	font-size: 17px;

}

.navigation li a {
	font-family: 'SquareSansSerif7';
	font-size: 16px;
	text-transform: uppercase;
	padding: 6px;
	display: inline-block;
	color: #606060;
	font-weight: lighter;
	width: 100%;
	padding: 6px 24px;
}

.social_icon {
	/*width: 63%;*/
	display: inline-block;
	float: right;
}

.social_icon li {
	display: inline-block;
	float: left;
	padding: 0px 10px;
}

.social_icon li a {
	font-size: 16px;
	color: #484747;
}

.social_icon li a:hover {
	color: #db833a;
}

.header {
	width: 100%;
	display: inline-block;
	padding-top: 50px;
}

/*.navigation > li > ul {
  position: absolute;
	width: 230px;
	background: #fff;
	text-align: left;
	display: none;
	right: -100%;
	top: 35px;
	z-index: 99999;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	padding: 20px 0;
}
.submenu > li > .third-menu{
	display:block
} 
.third-menu {
    width: 250px !important;
    position: absolute !important;
    left: 230px !important;
    display: none;
    background: #fff !important;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2) !important;
	padding: 20px 0;
}
.third-menu > li > a{
	color:#4770ae !important;
	text-transform:lowercase !important;
}
.navigation li a svg {
    position: relative !important;
    left: 43px;
}
.navigation > li > ul > li > a {
    font-family: 'Typo Square Regular Demo';
    text-transform: lowercase;
    color: #da7927;
	padding: 7px 34px;
	width:100%;
	display:inline-block;
}
.navigation > li:hover ul{
    display:block;
}
.navigation-li svg {
    left: 16px !important;
}*/
/*************menu****************/
.marginBottom-0 {
	margin-bottom: 0;
}

.dropdown-submenu {
	position: relative;
}

.dropdown-submenu > .dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
	-webkit-border-radius: 0 6px 6px 6px;
	-moz-border-radius: 0 6px 6px 6px;
	border-radius: 0 6px 6px 6px;
}

.dropdown-submenu > a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #cccccc;
	margin-top: 10px;
	margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
	border-left-color: #555;
}

.dropdown-submenu.pull-left {
	float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
	left: -100%;
	margin-left: 10px;
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px;
}

.navbar-inverse {
	background: none !important;
	border: 0px !important;
}

.navbar-nav > li {
	float: left;
	width: 100%;
	background: #fff;
	box-shadow: 11px 15px 15px rgba(0, 0, 0, 0.1);
}

.navbar-inverse .navbar-nav > .active > a {
	background: none !important;
}

.navbar-inverse .navbar-nav > li > a {
	color: #606060 !important;
	font-size: 18px;
	font-family: 'SquareSansSerif7';
	padding-top: 10px;
	padding-bottom: 10px;
}

.navbar-nav > li {
	float: left;
	width: 100%;
	background: #fff;
	box-shadow: 2px 15px 14px rgba(0, 0, 0, 0.3);
	padding: 5px 25px;
}

.navbar-nav > li:nth-child(1) {
	padding-top: 26px;
}

.navbar-nav > li:nth-child(6) {
	/*padding-bottom: 26px;*/
}

.dropdown-toggle-main::after {
	border-left-color: #060606 !important;
}

.dropdown-menu {
	left: 100% !important;
	box-shadow: 3px 13px 14px rgba(0, 0, 0, 0.3);
	width: 250px;
	padding: 13px 0 !important;
	border: 0px !important;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
	color: #606060 !important;
	background: none !important;
}

.navbar-nav {
	position: absolute;
}

.navbar-nav {
	width: 220px;
}

.dropdown-submenu > a::after {
	width: 21px;
	border-style: solid;
	border-left-color: #da7927;
}

.dropdown-menu li a {
	color: #da7927 !important;
	font-family: 'SquareSansSerif7';
	font-size: 19px;
	padding: 7px 38px !important;
	font-weight: 300 !important;
}

.dropdown-submenu > .dropdown-menu > li > a {
	color: #4770ae !important;
}

.dropdown-toggle-main:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-left-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #cccccc;
	margin-top: 5px;
	margin-right: -10px;
}

/*************menu****************/
.logo-top {
	padding-top: 21px;
	display: block;
}

.social_icon {
	/*width: 63%;*/
	display: inline-block;
	float: right;
	padding-top: 15px;
}

.peter-text {
	width: 100%;
	display: inline-block;
	text-align: center;
	color: #da7927;
	font-size: 25px;
	font-family: 'SquareSansSerif7';
	text-transform: uppercase;
	padding-top: 15px;
}

.menu-class .menu-bar {
	float: right;
	margin-right: 95px;
}

/*****************************************************/
.body_container {
	width: 100%;
	display: inline-block;
	padding: 80px 0 80px 0;
}

.section-right {
	width: 72%;
	display: inline-block;
	float: left;
}

.new-main {
	font-family: 'SquareSansSerif7' !important;
	color: #da7927 !important;
	text-transform: uppercase !important;
}

.section-right-sec {
	width: 72%;
	display: inline-block;
	float: left;
	padding-top: 52px;
}

.section-right-sec a {
	font-family: 'SquareSansSerif7';
	display: inline-block;
	font-size: 15px;
	text-align: right;
	font-weight: 400 !important;
	color: #484747;
	width: 100%;
	float: left !important;
	margin-bottom: 4px;
	padding-right: 26px;
}

.section-right-sec a:hover {
	color: #da7927;
	text-decoration: none;
}

.section-right a {
	font-family: 'SquareSansSerif7';
	display: inline-block;
	font-size: 15px;
	text-align: right;
	font-weight: 400 !important;
	color: #484747;
	width: 100%;
	float: left !important;
	margin-bottom: 4px;
	padding-right: 26px;
}

.section-right a:hover {
	color: #da7927;
	text-decoration: none;
}

.hom-portfolio, hom-portfolio-2 {
	padding: 0 33px;
	padding-bottom: 30px;
}

/*.hom-portfolio img {
    height: 291px;
	width:100%;
}*/
/*.hom-portfolio-2 {
    top: 158px;
    position: relative !important;
}*/
.hom-portfolio p, .hom-portfolio-2 p {
	font-family: 'SquareSansSerif7';
	font-size: 15px;
	text-align: center;
	padding-top: 30px;
}

.hom-portfolio p a {
	color: #333;
}

.social_icon_footer li a:hover {
	color: #db833a;
}

.social_icon_footer {
	width: 100%;
	display: inline-block;
	padding-top: 15px;
	text-align: center;
}

.social_icon_footer li {
	display: inline-block;
	padding: 0px 10px;
}

.footer-list {
	width: 100%;
	display: inline-block;
	text-align: center
}

.footer-list li a {
	display: inline-block;
	font-family: 'SquareSansSerif7';
	color: #484747;
}

.social_icon_footer li a {
	font-size: 16px;
	color: #484747;
}

.footer-list li {
	display: inline-block;
	/*padding-left: 22px;*/
	font-family: 'SquareSansSerif7';
}

.footer {

	width: 100%;
	display: inline-block;
	padding: 40px;

}


/************************************************************************/
.contact-sec ul {
	width: 100%;
	display: inline-block;
	float: left;
}

.contact-sec ul li {
	width: 100%;
	display: inline-block;
	float: left;
	margin-bottom: 25px;
}

.contact-sec ul li p {
	float: right;
	width: 75%;
}

.contact-sec ul li .purpose {
	float: left;
	display: inline-block;
	font-size: 16px;
	color: #484747 !important;
	font-weight: 300;
	font-family: 'SquareSansSerif7';
	left: -124px;
	position: relative;
}

.contact-sec {
	padding-left: 112px !important;
}

.contact-sec ul li .name-check {
	font-size: 16px;
	width: 14%;
	color: #484747 !important;
	font-weight: 300;
	font-family: 'SquareSansSerif7';
}

.contact-sec ul li input {
	border: 1px solid #ebebeb;
	width: 50%;
	padding: 5px;
}

.contact-sec ul li textarea {
	width: 82%;
	height: 197px;
	border: 1px solid #ebebeb;
	padding: 5px;
	vertical-align: top;
}

.contact-sec ul li .imge-section {
	width: 39%;
	display: inline-block;
	position: relative;
	left: 106px;
}

.submit-btn-sha {
	width: 281px !important;
	background: #efefef !important;
	padding: 13px 53px !important;
	position: relative;
	left: 106px;
	text-align: left;
	font-size: 16px;
	color: #484747 !important;
	font-weight: 300;
	font-family: 'SquareSansSerif7';
}

.custom-chekbox {
	display: block;
	position: relative;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 18px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #484747;
	font-size: 16px;
	font-weight: lighter;
	font-family: 'SquareSansSerif7';
}

/* Hide the browser's default checkbox */
.custom-chekbox input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

/* Create a custom checkbox */
.checkmark {
	position: absolute;
	top: 0;
	left: 107px;
	height: 37px;
	width: 37px;
	border: 2px solid #ebebeb;
}


/* When the checkbox is checked, add a blue background */
.custom-chekbox input:checked ~ .checkmark {
	background-color: #da7927;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.custom-chekbox input:checked ~ .checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.custom-chekbox .checkmark:after {
	left: 12px;
	top: 9px;
	width: 8px;
	height: 14px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.kids-logo img {
	width: 253px;
	display: block;
	margin: 0 auto;
}

.kids-literary {
	width: 73%;
	text-align: center;
}

.kids-literary h2 {
	color: #9f2525;
	font-family: 'Segoe UI';
	letter-spacing: 2px;
}

.kid-style {
	margin-top: 30px;
	display: inline-block;
}

.parah-liter {
	color: #e28e60;
	font-family: 'Segoe UI';
	font-size: 21px;
	line-height: 29px;
	font-weight: 400;
	margin-top: 14px;
}

.parah-liter-contact {
	color: #398090;
	font-family: 'Segoe UI';
	font-size: 21px;
	line-height: 29px;
	font-weight: 400;
	margin-top: 14px;
}

.parah-liter-send {
	color: #d5344f;
	font-family: 'Segoe UI';
	font-size: 21px;
	line-height: 29px;
	font-weight: 400;
	margin-top: 14px;
}

.mail-shanon {
	width: 100%;
	color: #376203;
	display: inline-block;
	font-family: 'Segoe UI';
	font-size: 21px;
	line-height: 29px;
	font-weight: 400;
	margin-top: 14px;
}

.image-preview-container {
	position: relative;
	text-align: center;
	color: white;
}

/* Bottom right text */
.bottom-right-copyright {
	position: absolute;
	bottom: 8px;
	right: 16px;
}

.image-relative {
	width: 100%;
	display: block;
	text-align: center;
	margin: 0 auto;
	position: relative;
}

.image-relative span {
	position: absolute;
	bottom: 10px;
	right: 0;
	font-size: 16px;
	font-family: 'SquareSansSerif7';
	text-align: center;
	width: 100%;
}

.about-logo p {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 21px;
	padding-bottom: 22px;
}

.about-logo ul {
	width: 100%;
	display: inline-block;
	padding: 0px;
	text-align: center;
}

.about-logo ul li {
	width: 13%;
	display: inline-block;
	float: left;
	margin-left: 4%;
	margin-bottom: 15px;
}

.about-logo ul li:nth-child(6n+1) {
	margin-left: 0px;
}

.peter-bio:hover .bio-section {
	display: block !important;
}

.new-section {
	width: 100%;
	display: inline-block;
	text-align: right;
	padding: 0 83px 0 0;
}

.new-section .peter-bio {
	font-size: 21px;
	color: #da7927;
	font-family: 'SquareSansSerif7';
	line-height: 26px;
	text-decoration: none;
	margin-bottom: 10px !important;
	display: inline-block;
}

.new-section .biogphy {
	font-size: 21px;
	color: #000;
	font-family: 'SquareSansSerif7';
	line-height: 26px;
	text-decoration: none;

}

.bio-section {
	width: 400px;
	display: inline-block;
	background: #fff;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	text-align: left;
	position: absolute;
	z-index: 999;
	padding: 30px;
	display: none;
	left: 205px;
	top: 114px;
}

.bio-section h2 {
	font-size: 20px;
	color: #da7927;
	font-family: 'SquareSansSerif7';
	line-height: 26px;
	margin: 0;
	padding-bottom: 15px;
	text-transform: uppercase;
}

.bio-section p {
	font-size: 18px;
	color: #3f3b3b;
	font-family: 'SquareSansSerif7';
	line-height: 26px;
}


@media (max-width: 1050px) {
	.new-section {
		padding: 0px 64px 0 0;
	}

	.new-section .peter-bio {
		font-size: 17px;
		line-height: 19px;
	}

	.new-section .biogphy {
		font-size: 17px;
	}

	.menu-bar {
		width: 36%;
	}
}

@media (max-width: 991px) {
	.new-section {
		padding: 0px 0px 0 0;
		text-align: center;
	}

	.bio-section {
		left: 50%;
		top: 114px;
		margin-left: -200px;
	}
}

@media (max-width: 480px) {
	.bio-section {
		left: 0;
		top: 114px;
		margin-left: 0;
		width: 100%;
	}
}

.carousel-indicators li {
	visibility: hidden;
}
