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

@charset "utf-8";
/* CSS Document */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-family: 'Montserrat', sans-serif;
}
body{
	background:#ffffcc;
}
nav ul, ul, li {
	list-style: none;
	padding: 0;
	margin: 0;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: 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;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	color: #fff;
	vertical-align: baseline;
	text-decoration: none;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	background: transparent;
}
a:hover {
	text-decoration: none;
}
img {
	display:block;
	max-width:100%;
	height:auto;
	    padding-bottom: 9px;
}
.clearfix:after,
.clearfix:before {
	content:"";
	display:table;
	clear:both;
}
.container {
	width: 1270px;
	margin:0 auto;
}

.adi{
	width: 100%;
	float: left;
}
.col-md-4{
float: left;
width: 30%;

}
.col-md-8{
	float: left;
	width: 70%;
}
@media screen and (max-width: 800px) and (min-width: 320px){
	.adi{
	width: 100%;
	float: left;
}
.col-md-4{
float: left;
width: 100%;

}
.col-md-8{
	float: left;
	width: 100%;
}
}
.navbar {
	background: #663399;
	border: none;
	border-radius: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
	margin: 0;
	padding:0;
}
/*.navbar-brand, .navbar-brand:hover {
	padding: 24px 0;
	color: white;
	font-size: 24px;
	text-align: right;
	margin-right: 0;
}*/
.navbar-brand, .navbar-brand:hover {
	padding: 0px 0;
	color: white;
	text-align: right;
	margin-right: 0;
}
.logo {
	width: 30%;
	float: left;
	text-align: right;
}

nav {
	width: 70%;
	float: left;
	margin-top: 31px;
	text-align: right;
}
nav ul li {
	display: inline-block;
	text-transform: uppercase;
	position:relative;
}
nav > ul > li > a {
	padding: 9px 14px;
	position: relative;
	border-radius: 9px;
	font-size: 15px;
	color:#fff;
}
 nav > ul > li > a::before {
	background-color: white;
	content: "";
	font-size: 20px;
	height: 3spx;
	left: 50%;
	opacity: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(-60deg);
	-ms-transform: translateX(-50%) translateY(-50%) rotate(-60deg);
	transform: translateX(-50%) translateY(-50%) rotate(-60deg);
	width: 22px;
}
nav > ul > li > .active {
	color: white;
	font-weight: bold;
	/* background-image: url(../images/banner-slide4.jpg); */
	/* background-color: black; */
	border: 1px solid;
}
nav > ul > li > a::after {
	background-color: #603B8A;
	content: "";
	font-size: 20px;
	height: 0;
	position: absolute;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	width: 100%;
	left: 0;
	top: 0;
	border-radius: 9px;
	z-index:-1;
}
 nav > ul > li:hover a::after {
	height: 100%;

}
nav > ul > li > a:hover {
	color: white;
	font-weight: bold;
	padding-left: 11px;
}
nav > ul > li:hover a::before {
	opacity: 0;
	color:white;
}
nav > ul > li > a::before {
	background-color: white;
	content: "";
	font-size: 20px;
	height: 3px;
	left: 54%;
	opacity: 0;
	position: absolute;
	top: 47%;
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(-60deg);
	-ms-transform: translateX(-50%) translateY(-50%) rotate(-60deg);
	transform: translateX(-50%) translateY(-50%) rotate(-60deg);
	width: 30px;
}
.banner img {
	width: 100%;
}
nav > ul > li:hover .sub-menu {
	opacity:1;
	visibility:visible;
	transform:translateY(0px);
}
.sub-menu {
	position: absolute;
	width: 180px;
	text-align: center;
	left: 0;
	background-color: #ff3366;
	top: 40px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	transform:translateY(35px);
}
.sub-menu::before {
	content: '';
	border: 7px solid transparent;
	left: 31px;
	width: 0px;
	height: 0px;
	border-bottom-color: #B9B7B8;
	top: -14px;
	position: absolute;
}
.sub-menu li {
	display: block;
	line-height: 47px;
	border-bottom:1px dotted #fff;
}
.sub-menu li:hover {
	background-color:#663399;
	color: #fff;
}
.sub-menu li a:hover {
	color:#fff;
}
.possion-set {
	position: relative;
	width: 100%;
	height: 100px;
	clear: both;
	margin-bottom: 0;
}
.main-container {
	margin-top: 0;
	/*background:rgba(0, 0, 0, 0) url(../images/bg2.jpg) no-repeat scroll center center ;*/
	background-size: 100%;
	background-attachment: fixed;

	position:relative;
	padding:30px 0;
}
/*.main-container::before {
	content:"";
	background:rgba(0,0,0,0.7);
	position:absolute;
	display:block;
	height:100%;
	width:100%;
	left:0;
	top:0;
}*/

h2 {
	font-size: 37px;
	line-height: 58px;
	color: #674390;
	border-bottom: 1px solid #674390;
	margin: 10px 0;
	margin-bottom: 30px;
}
h2::after {
	content: "";
	border-bottom: 10px solid #674390;
	margin-top: 3px;
	display: block;
	width: 30%;
	border-bottom-right-radius: 11px;
}
p {
	line-height: 27px;
	color: rgb(52, 152, 219);
	font-size: 16px;
	padding: 10px 0;
	text-align: justify;
}
.main-container p,  .content p {
	color:#000;
}
footer {
    background-color: #121212;
	overflow: hidden;
	margin-top:3%;
}
.line-sep {
	display: block;
	width: 100%;
	height: 1px;
	margin: 40px 0;
	background: #2c2c2c;
}
 .line-sep span.line {
	display: block;
	width: 33%;
	height: 1px;
	background: #e10052;
	-webkit-transition: all 1.2s ease-in-out;
	-moz-transition: all 1.2s ease-in-out;
	-ms-transition: all 1.2s ease-in-out;
	-o-transition: all 1.2s ease-in-out;
}
.boxes {
	width: 33%;
	float: left;
	margin: 0 auto;
	margin-top: 30px;
	padding: 5px 20px;
	box-sizing: border-box;
}
.banner {
	padding-bottom: 1px;
}
.slick-dots {
	position: absolute;
	bottom: -55px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}
.heading {
	font-weight: 700;
	font-size: 20px;
	color: #E10052;
	text-transform: uppercase;
	margin: 0;
}
footer p, footer ul li a {
	color:white;
}
footer ul li {
	line-height: 25px;
	padding: 8px 0;
	border-bottom: 1px dotted #2c2c2c;
	width: 76%;
}
.footer-bottom {
	color: white;
	background-color: #0B0B0B;
	padding: 28px 0;
}
.footer-bottom p span {
	float: right;
	text-align: center;
}
.footer-bottom p span a {
	color: #E10052;
	padding-left: 10px;
}
a.read-more, .read-more {
	text-decoration: none;
	font-weight: 400;
	font-size: 13px;
	line-height: 40px;
	height: 40px;
	display: block;
	width: 188px;
	margin: 50px auto;
	background: #e10052;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	position: relative;
	overflow: hidden;
	z-index: 0;
}
a.read-more::after, .read-more::after {
	content: "";
	display: block;
	position: absolute;
	width: 64px;
	height: 160px;
	background-color: #464646;
	left: 0px;
	top: -19px;
	z-index: -1;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	transform: rotate(-39deg);
}
.content {
	background-color: #ffffcc;
	/* background-image: url(../images/banner5.jpg); */
	margin: 0 0;
	margin-top: 40px;
	padding-top: 2%;
	background-color: #ffffcc;
}
	 
a.read-more:hover::after, .read-more:hover::after {
	width: 138px;
	top: -55px;
}
.content h3 {
	color: #E10052;
}
figure {
	width: 100%;
	height: 100%;
	overflow: hidden;
	transition: all 1.2s ease-in-out;
}
figure img {
	-webkit-transition: all 1.2s ease-in-out;
	-moz-transition: all 1.2s ease-in-out;
	-ms-transition: all 1.2s ease-in-out;
	-o-transition: all 1.2s ease-in-out;
}
.boxes:hover img {
	transform:scale(1.5);
	
}
.boxes:hover .line-sep span.line {
	width:100%;
}
.box:hover img {
	transform:none;
}

#vlightbox a {
	display: block;
	float: left;
	width: 100%;
	height: auto;
	margin: 10px 17px;
	padding: 6px;
	border: solid 1px #b8b8b8;
	background-color: none;
	opacity: 0.87;
	background: none;
}
#vlightbox a img {
	border: medium none;
	margin: 0 auto;
	width: auto;
	height: auto;
}
.content.fixed {
	background-attachment: fixed;
}
.sociai-icons {
	padding-top: 15px;
}
.sociai-icons li {
	display: inline;
	padding: 5px 7px;
	border: none;
}
.sociai-icons ul li img {
	display: inline-block;
	
}
.sociai-icons ul li img {
		-webkit-transition: all 1.2s ease-in-out;
	-moz-transition: all 1.2s ease-in-out;
	-ms-transition: all 1.2s ease-in-out;
	-o-transition: all 1.2s ease-in-out;
}
.sociai-icons ul li img:hover {
	transform:rotate(360deg);

}
.img-logo {
	position: absolute;
	top: 4px;
	left: 4px;
	width: 175px;
}
center p span {
	font-size: 58px;
}

.part2, .part1 {
	width: 50%;
	float: left;
	padding: 10px 30px 10px 20px;
	box-sizing: border-box;
}
.color {
	color: #ded408;
	text-align: center;
}



/*contact*/

.contact-form span {
	display: block;
	font-size: 0.875em;
	color:rgb(52, 152, 219);
	padding-bottom: 5px;

}
.contact-form input[type="text"], .contact-form textarea, .contact-form input[type="email"] {
	padding: 8px;
	display: block;
	width: 98%;
	border: none;
	outline: none;
	color: #363638;
	font-size: 1.2em;
	border-radius:13px;
	border: 1px solid rgba(192, 192, 192, 0.41);
	-webkit-appearance: none;
}
.contact-form div {
	padding: 5px 0;
}
.contact-form input[type="text"]:focus, .contact-form textarea:focus,.contact-form input[type="email"]:focus {
	border: 1px solid#E10052;
}

/*contact*/

.special-text {
	color: #E10052 !important;

}
.part2.capitalize p {
	text-align: unset;
	text-transform: capitalize;
}
.part2 .part1, .part2 .part2 {
	padding:5px;
	
}

center p {
	text-align: center;
}
.toggle {
	float: right;
	width: 40px;
	cursor: pointer;
	height: auto;
	display: none;
}