/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
h4, h5, h6,
h1, h2, h3 {margin: 0;}
ul, ol {margin: 0;}
p {margin: 0;}
html, body{
  font-family: 'Hind', sans-serif;
   font-size: 100%;
   background: #fff;
}
a {
  text-decoration: none;
  color: #b20074;
  /*color: #E85384;*/
}
a:hover {
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  color: #b20074;
}
@font-face {
    font-family: 'Play-Regular';
    src:url(../fonts/Play-Regular.ttf) format('truetype');
}
@font-face {
	font-family: 'Hind-Regular';
    src:url(../fonts/Hind-Regular.ttf) format('truetype');
}


/*--header start here--*/
.nav-container{
	/*position: fixed;
	z-index: 9999;
	width: 100%;
	margin-top: -100px;*/ /*banner - height +100px */
}
.h-line {
    background:#b20074;
    padding: 0.2em;
}
.header-content {
    background:#fff;
    padding: 0.6em 0em;
}
span.menu {
    display: none;
}
.logo {
    float: left;
    width: 40%;
}
.header-left {
    float: left;
    width: 20%;
}
.logo h1 {
    font-size: 3em;
    font-family: 'Cambo', serif;
}
.logo h1 a{
	color:#fff;
	text-decoration:none;
}
.social-icons {
    float: right;
    width: 40%;
    padding-top: 0.75em;
}
.top-navg {
    float: right;
    width: 80%;
    text-align: right;
    padding-top: 0.3em;
}
.social-icons ul {
    padding: 0px;
    list-style: none;
	margin: 0.4em 0.7em;
}
.social-icons ul li {
    display: inline-block;
}
.top-navg ul {
    padding: 0em 0em 0em 0em;
    list-style: none;
}
.top-navg ul li {
    display: inline-block;
}
.top-navg ul li a {
    font-size: 1.3em;
    color: #b20074;
    margin: 0.8em 0.8em;
}
/* Effect 16: fall down */
nav a {

}

nav a:hover,
nav a:focus {
	outline: none;
	text-decoration:none;
}


/*----------------SUB NAV START------------------------*/

.sub-menu-parent {
  position: relative;
}
.sub-menu {
  visibility: hidden;
  /* hides sub-menu */
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  transform: translateY(-2em);
  z-index: -1;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}
.sub-menu-parent:hover .sub-menu {
  visibility: visible;
  /* shows sub-menu */
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
  /* this removes the transition delay so the menu will be visible while the other styles transition */
}
nav a {
  	position: relative;
	display: inline-block;
	margin: 0em 1em 0em 0em;
	outline: none;
	color: #000;
	text-decoration: none;
	letter-spacing: 1px;
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	font-size: 1em;
}
nav a:hover,
nav a:focus {
  	outline: none;
	text-decoration:none;
}
nav ul,
nav ul li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
nav > ul {


}
nav > ul > li {
  display: inline-block;

}
nav > ul > li:first-child {
  border-left: none;
}
.sub-menu {
  background: #fff;
  text-align:center;
  font-size:0.8em;
  width:145%;
  margin-left:-30px;
}
/*----------------------------NAV END-------------------------*/









.cl-effect-16 a {
	color: #000;
}

.cl-effect-16 a::before {
	color:#b20074;
	text-decoration:underline;
	content: attr(data-hover);
	position: absolute;
	opacity: 0;
	-webkit-transform: scale(1.1) translateX(10px) translateY(-10px) rotate(4deg);
	-moz-transform: scale(1.1) translateX(10px) translateY(-10px) rotate(4deg);
	transform: scale(1.1) translateX(10px) translateY(-10px) rotate(4deg);
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	pointer-events: none;
}

.cl-effect-16 a:hover::before,
.cl-effect-16 a:focus::before {
	-webkit-transform: scale(1) translateX(0px) translateY(0px) rotate(0deg);
	-moz-transform: scale(1) translateX(0px) translateY(0px) rotate(0deg);
	transform: scale(1) translateX(0px) translateY(0px) rotate(0deg);
	opacity: 1;
}
/*--*/
.social-icons ul li a span {
    background: url(../images/social-icon.png)no-repeat;
    width: 25px;
    height: 25px;
    display: inline-block;
     margin: 0em 0.7em 0em 0em;
}
.social-icons ul li a span.fa {
    background-position: 6px 0px;
}
.social-icons ul li a span.tw {
    background-position: -21px 0px;
}
.social-icons ul li a span.ga {
    background-position: -48px 0px;
}
.social-icons ul li a span.fa:hover{
    background-position: 6px 0px;
    opacity: 0.4;
}
.social-icons ul li a span.tw:hover{
    background-position: -21px 0px;
    opacity: 0.4;
}
.social-icons ul li a span.ga:hover{
    background-position: -48px 0px;
    opacity: 0.4;
}
/*--banner start here--*/
.banner {
    background: url(../images/banner.jpg)no-repeat center top;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 750px;
	/*margin-top: 100px;*/
}
.banner-main {
    padding: 2em 1em;
    text-align: center;
    background:rgba(178, 0, 116, 0.5);
    width: 60%;
    margin: 38.7em auto 0em;
}
.banner-main h3 {
    font-size: 2.5em;
    color: #fff;
        margin: 0em 0em 0.1em 0em;
    font-family: 'Cambo', serif;
}
.banner-main p {
    font-size: 1em;
    color: #fff;
    line-height: 1.8em;
    width: 77%;
    margin: 0 auto;
}

.headerlist {
	background:rgba(255, 255, 255, 0.5);
	padding: 15px 130px 15px 15px;
	position: absolute;
	margin-top: 50px;
}

.headerlist dt { font-family:Arial; font-size:30px; color:#B5007B; font-style:italic; font-weight:bold; }
.headerlist dt a { font-family:Arial; font-size:30px; color:#B5007B; font-style:italic; font-weight:bold; text-decoration:none;}
.headerlist dt a:hover { color:rgba(178, 0, 116, 0.6); }
.headerlist dd { font-family:Arial; font-style:italic; margin:0 0 5px 0; font-size:18px; }
.headerlist dd a { font-weight:bold; margin:0 0 5px 0; color:#59585e; text-decoration:none; }
.headertext { top:7px; right:27px; width:268px; background:url(../img/kringl.png) no-repeat 0 113px; }
.headertext p { text-align:center; color:#B5007B; font-family:Arial; line-height:1.2em; font-weight:bold; }


/*--banner end here--*/
/*--about start here--*/
.about-top {
    text-align: center;
    padding: 0em 0em 4em 0em;
}
.about {
    padding: 5em 0em 5em 0em;
	background:rgba(222, 222, 222, 0.23);
}
.about-top h2 {
    font-size: 2.5em;
    color: #b20074;
    margin-bottom: 0.15em;
    font-family: 'Cambo', serif;
}
.about-top p {
    font-size: 1em;
    color: #000;
    line-height: 1.8em;
    width: 80%;
    margin: 0 auto;
}

.grid-details {
    background: rgba(178, 0, 116, 0.8);
    padding: 1em 1em;
}
.grid-details-t {
    background: rgba(178, 0, 116, 0.8);
    padding: 1em 1em;
	min-height: 230px;
	color: #fff;
}
.grid-details-w {
    background: #fff;
    padding: 1em 1em;
	border: 3px solid rgba(178, 0, 116, 0.8);
}
.grid-details-w img{
    margin:auto;
}
.grid-line-middle{
	padding-bottom:20px;
}
.grid-details h3 {
    font-size: 1.1em;
    color: #fff;
    padding: 0em 0em 0.3em 0em;
    font-family: 'Cambo', serif;
}
.grid-details h2 {
    font-size: 1.5em;
    color: #fff;
    padding: 0em 0em 0.3em 0em;
    font-family: 'Cambo', serif;
}
.grid-details p {
    font-size: 1em;
    color:#fff;
    line-height: 1.4em;
}

.about-grid {
    text-align: center;
}

.about-grid-left {
    text-align: left;
}

.about-bottom a:hover {
  text-decoration: none;
}

/*--about end here--*/
/*--team strat here--*/
.team-top {
    text-align: center;
    padding: 0em 0em 3em 0em;
}
.team-top h3 {
    font-size: 2.5em;
    color: #b20074;
    font-family: 'Cambo', serif;
}
/*--team end here--*/
/*--services strat here--*/
.services-top {
    text-align: center;
    padding-bottom: 4em;
}
.services {
    padding: 4em 0em 4em 0em;
}
.services-top h3 {
    font-size: 2.5em;
    color: #b20074;
    margin-bottom: 0.15em;
    font-family: 'Cambo', serif;
}
.services-top p {
    font-size: 1em;
    color: #797979;
    line-height: 1.8em;
    width: 50%;
    margin: 0 auto;
}
.ser-grid {
    text-align: center;
}
.ser-grid h4 {
    font-size: 1.2em;
    color: #000;
    line-height: 1.3em;
    margin: 1em 0em 0.3em 0em;
}
.ser-grid p {
    font-size: 1em;
    color: #999;
    line-height: 1.8em;
}

span.glyphicon.glyphicon-grain{
    width: 70px;
    height: 70px;
    background-color: #000;
    color: #fff;
    border-radius: 50px;
    line-height: 2.8em;
    font-size: 1.5em;
}
span.glyphicon.glyphicon-heart{
    width: 70px;
    height: 70px;
    background-color: #000;
    color: #fff;
    border-radius: 50px;
    line-height: 2.8em;
    font-size: 1.5em;
}
span.glyphicon.glyphicon-leaf{
    width: 70px;
    height:70px;
    background-color: #000;
    color: #fff;
    border-radius: 50px;
    line-height: 2.8em;
    font-size: 1.5em;
}
/*--icon effect--*/
.hi-icon {
	display: inline-block;
	cursor: pointer;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	text-align: center;
	position: relative;
	z-index: 1;
	color:#fff;
  	border:3px solid #E85384;
  	line-height: 4.5em;
  	font-size: 1em;
}

.hi-icon:after {
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
	-webkit-box-sizing: content-box; 
	-moz-box-sizing: content-box; 
	box-sizing: content-box;
}

.hi-icon:before {
	font-size: 1.7em;
	display: block;
}
/* Effect 8 */
.ser-icon .hi-icon {
	background: #E85384;
	-webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
	-moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
	transition: transform ease-out 0.1s, background 0.2s;
}
.ser-icon .hi-icon:after {
	top: 0;
	left: 0;
	padding: 0;
	z-index: -1;
	box-shadow: 0 0 0 2px rgba(179, 36, 36, 0.05);
	opacity: 0;
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
}

.ser-icon .hi-icon:hover {
	background: rgba(179, 36, 36, 0.05);
	-webkit-transform: scale(0.93);
	-moz-transform: scale(0.93);
	-ms-transform: scale(0.93);
	transform: scale(0.93);
	color:#b20074;
	  text-decoration: none;
}

.ser-icon .hi-icon:hover:after {
	-webkit-animation: sonarEffect 1.3s ease-out 75ms;
	-moz-animation: sonarEffect 1.3s ease-out 75ms;
	animation: sonarEffect 1.3s ease-out 75ms;
}
@-webkit-keyframes sonarEffect {
	0% {
		opacity: 0.3;
	}
	40% {
		opacity: 0.5;
		box-shadow: 0 0 0 2px rgba(179, 36, 36, 0.05), 0 0 10px 10px #b20074, 0 0 0 10px rgba(179, 36, 36, 0.05);
	}
	100% {
		box-shadow: 0 0 0 2px rgba(179, 36, 36, 0.05), 0 0 10px 10px #b20074, 0 0 0 10px rgba(179, 36, 36, 0.05);
		-webkit-transform: scale(1.5);
		opacity: 0;
	}
}
@-moz-keyframes sonarEffect {
	0% {
		opacity: 0.3;
	}
	40% {
		opacity: 0.5;
		box-shadow: 0 0 0 2px rgba(179, 36, 36, 0.05), 0 0 10px 10px #b20074, 0 0 0 10px rgba(179, 36, 36, 0.05);
	}
	100% {
		box-shadow: 0 0 0 2px rgba(179, 36, 36, 0.05), 0 0 10px 10px #b20074, 0 0 0 10px rgba(179, 36, 36, 0.05);
		-moz-transform: scale(1.5);
		opacity: 0;
	}
}
@keyframes sonarEffect {
	0% {
		opacity: 0.3;
	}
	40% {
		opacity: 0.5;
		box-shadow: 0 0 0 2px rgba(179, 36, 36, 0.05), 0 0 10px 10px #b20074, 0 0 0 10px rgba(179, 36, 36, 0.05);
	}
	100% {
		box-shadow: 0 0 0 2px rgba(179, 36, 36, 0.05), 0 0 10px 10px #b20074, 0 0 0 10px rgba(179, 36, 36, 0.05);
		transform: scale(1.5);
		opacity: 0;
	}
}
/*--services end here--*/
/*--testmony start here--*/
.testmo-left img {
    border-radius: 65%;
}
.testmony {
    padding: 4em 0em;
    background: #F3F3F3;
}
.testmo-right {
    padding-top: 5em;
}
.testmo-right h4 {
    font-size: 1.5em;
    color: #000;
    line-height: 1.3em;
    margin: 0.5em 0em 0.3em 0em;
}
.testmo-right p {
    font-size: 1em;
    color: #999;
    line-height: 1.8em;
}
span.quota1 {
    background: url(../images/quo1.png)no-repeat;
    width: 40px;
    height: 40px;
    display: block;
}
span.quota2 {
    background: url(../images/quo2.png)no-repeat;
    width: 40px;
    height: 40px;
    display: block;
    float: right;
}
/*--testmony en dhere--*/
/*--gallery start her--*/
.gallery {
    padding: 5em 0em 5em 0em;
}
span.gall {
    font-size: 1em;
    color: #fff;
    background: #b20074;
    padding: 0.3em 1em;
}
span.gall:hover{
	 color: #000;
    background: #fff;
}
.gallery-top {
    text-align: center;
    padding: 0em 0em 4em 0em;
}
.gallery-top h3 {
    font-size: 2.5em;
    color: #b20074;
    font-family: 'Cambo', serif;
}
.gallery-top p {
    font-size: 1em;
    color: #797979;
    line-height: 1.8em;
    width: 50%;
    margin: 0 auto;
}
/*--gallery end here--*/
/*--advantages start here--*/
.advantages-main h3 {
    font-size: 2.5em;
    color: #b20074;
    text-align: center;
    margin: 0em 0em 1.5em 0em;
    font-family: 'Cambo', serif;
}
.advantages {
    padding: 4em 0em 0em;
    background:#F3F3F3;
}
.advant-left p {
    font-size: 1em;
    color: #999;
    margin-bottom: 0.15em;
    line-height: 1.8em;
}
.advant-left ul {
    padding: 1.5em 0em 0em 0em;
    list-style: none;
}
.advant-left ul li {
    margin: 0em 0em 0.8em 0em;
}
.advant-left ul li a {
    font-size: 1em;
    color:#868686;
}
.advant-left ul li a:hover{
	 color:#b20074;
	 text-decoration:none;
}
span.glyphicon.glyphicon-arrow-right {
    font-size: 1em;
    color: #E85384;
    padding: 0em 0.3em 0em 0em;
}
/*--advantages end here--*/
/*--map strat here--*/

.map iframe {
	width: 100%;
    height: 500px;
    border:none;
	background:rgba(237, 235, 222, 0.53);
}

/*--map end here--*/
/*--contact start here--*/
.contact {
    padding: 5em 0em;
		background:rgba(222, 222, 222, 0.23);
}
.contact-top {
    text-align: center;
    padding: 0em 0em 4em 0em;
}
.contact-top h3 {
    font-size: 2.5em;
    color: #b20074;
    margin-bottom: 0.15em;
    font-family: 'Cambo', serif;
}
.contact-top p {
    font-size: 1em;
    color: #797979;
    line-height: 1.8em;
    width: 50%;
    margin: 0 auto;
}
.contact-right input[type="text"] {
    font-size: 1em;
    color: #7C7C7C;
    width: 100%;
    padding: 0.66em 0.8em;
    outline: none;
    border: 1px solid #999;
    margin: 0em 0em 1em 0em;
    font-family: 'Hind', sans-serif;
}
.contact-left textarea {
    font-size: 1em;
    color: #7C7C7C;
    width: 100%;
    padding: 0.3em 0.5em;
    outline: none;
    resize: none;
    height: 11em;
    border: 1px solid #999;
   font-family: 'Hind', sans-serif;
}
.contact-right input[type="submit"] {
    font-size: 1.2em;
    color: #FFF;
    padding: 0.5em 1.5em;
    background:rgba(178, 0, 116, 0.9);
    border: none;
    outline: none;
    width: 100%;
    font-family: 'Cambo', serif;
}
.contact-right input[type="submit"]:hover {
	 background: rgba(178, 0, 116, 0.8);
	 transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
}

/*--contact end here--*/
/*--footer start here--*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 10px;
	right: -10px;
	overflow: hidden;
	width: 48px;
	height: 48px;
	border: none;
	text-indent: 100%;
	background: url(../images/top_mover.png) no-repeat 0px 0px;
}
.footer {
    background: rgba(65, 56, 66, 0.12);
    padding: 4em 0em;
}
.ftr-grid h4 {
    font-size: 1.4em;
    color: #000000;
    margin: 0em 0em 0.4em 0em;
}
.ftr-grid p {
    font-size: 1em;
    color: #000000;
    width: 100%;
    line-height: 1.8em;
}
.ftr-grid input[type="text"] {
    font-size: 1em;
    color: #000;
    padding: 0.3em 0.5em;
    outline: none;
    width: 70%;
}
.ftr-grid input[type="submit"] {
    font-size: 1em;
    color: #fff;
    padding: 0.55em 0.8em;
    background: #b20074;
    border: none;
    outline: none;
     width: 26%;
}
.ftr-grid input[type="submit"]:hover{
	 color: #000;
    background: #fff;
    transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
}
.copy-right {
    text-align: center;
    padding: 4em 0em 0em 0em;
}
.copy-right p {
    font-size: 1em;
    color: #fff;
}
.copy-right p a{
    color: #b20074;
}
.copy-right p a:hover{
    color: #fff;
    text-decoration:none;
}
/*--footer end here--*/

/*--price table css--*/
div.table-title {
   display: block;
  margin: auto;
  max-width: 600px;
  padding:5px;
  width: 100%;
}

.table-title h2 {
   color: #b20074;
   font-size: 30px;
   font-weight: 400;
   font-style:normal;
   font-family: 'Cambo', serif;
   text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
   margin: 1.4em 0 0.5em 0;
   text-align:center;
}


/*** Table Styles **/

.table-fill {
  background: white;
  border-radius:3px;
  border-collapse: collapse;
  
  margin: auto;
  max-width: 600px;
  padding:5px;
  width: 100%;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  animation: float 5s infinite;
  word-wrap: break-word;
}
 
th {
  color:#fff;;
  background:#b20074;
  border-bottom:4px solid #9ea7af;
  border-right: 1px solid #343a45;
  font-size:20px;
  font-weight: 100;
  padding:24px;
  text-align:left;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  vertical-align:middle;
}

th:first-child {
  border-top-left-radius:3px;
}
 
th:last-child {
  border-top-right-radius:3px;
  border-right:none;
}
  
tr {
  border-top: 1px solid #C1C3D1;
  border-bottom: 1px solid #C1C3D1;
  color:#666B85;
  font-size:14px;
  font-weight:normal;
  text-shadow: 0 1px 1px rgba(256, 256, 256, 0.1);
}
 
tr:hover td {
  background:#4E5066;
  color:#FFFFFF;
  border-top: 1px solid #22262e;
  border-bottom: 1px solid #22262e;
}
 
tr:first-child {
  border-top:none;
}

tr:last-child {
  border-bottom:none;
}
 
tr:nth-child(odd) td {
  background:#EBEBEB;
}
 
tr:nth-child(odd):hover td {
  background:#4E5066;
}

tr:last-child td:first-child {
  border-bottom-left-radius:3px;
}
 
tr:last-child td:last-child {
  border-bottom-right-radius:3px;
}
 
td {
  background:#FFFFFF;
  padding:20px;
  text-align:left;
  vertical-align:middle;
  font-weight:300;
  font-size:20px;
  /*text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);*/
  border-right: 1px solid #C1C3D1;
}

td:last-child {
  border-right: 0px;
}

th.text-left {
  text-align: left;
}

th.text-center {
  text-align: center;
}

th.text-right {
  text-align: right;
}

td.text-left {
  text-align: left;
}

td.text-center {
  text-align: center;
}

td.text-right {
  text-align: right;
}
/*price table end*/

/*--media quiries strat here--*/

/*list slendern*/
.slendern ul {
    border: 1px solid lightgrey;
    text-align:center;
}

.slendern li {
    list-style:none;
    border-bottom: 1px lightgrey solid;
    padding:5px;
	margin: auto;
	width: 80%;
    }
/*list slendern end*/

.centrevid {
	margin-top: 15px;
	margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

@media(max-width:1280px){
	
	/* VIDEO */

	.video-container {
		overflow: hidden;
		position: relative;
		width:100%;
	}

	.video-container::after {
		padding-top: 56.25%;
		display: block;
		content: '';
	}

	.video-container iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	/* VIDEO END */

	.banner-main {
		margin: 32.7em auto 0em;
	}
	.banner {
		min-height: 690px;
	}
	
	.headerlist {
	padding: 15px 140px 15px 15px;
	margin-top: 30px;
	}

	.headerlist dt { font-family:Arial; font-size:22px; color:#B5007B; font-style:italic; font-weight:bold; }
	.headerlist dt a { font-family:Arial; font-size:22px; color:#B5007B; font-style:italic; font-weight:bold; text-decoration:none;}
	.headerlist dt a:hover { color:rgba(178, 0, 116, 0.6); }
	.headerlist dd { font-family:Arial; font-style:italic; margin:0 0 5px 0; font-size:18px; }
	.headerlist dd a { font-weight:bold; margin:0 0 5px 0; color:#59585e; text-decoration:none; }
	.headertext { top:7px; right:27px; width:268px; background:url(../img/kringl.png) no-repeat 0 113px; }
	.headertext p { text-align:center; color:#B5007B; font-family:Arial; line-height:1.2em; font-weight:bold; }
}

@media(max-width:1199px){
	.top-navg ul li a {
    font-size: 1.1em;
	}
	
	.headerlist {
	padding: 15px 50px 15px 15px;
	}
	
	.headerlist dt { font-family:Arial; font-size:20px; color:#B5007B; font-style:italic; font-weight:bold; }
	.headerlist dt a { font-family:Arial; font-size:20px; color:#B5007B; font-style:italic; font-weight:bold; text-decoration:none;}
	.headerlist dt a:hover { color:rgba(178, 0, 116, 0.6); }
	.headerlist dd { font-family:Arial; font-style:italic; margin:0 0 5px 0; font-size:17px; }
	.headerlist dd a { font-weight:bold; margin:0 0 5px 0; color:#59585e; text-decoration:none; }
	.headertext { top:7px; right:27px; width:268px; background:url(../img/kringl.png) no-repeat 0 113px; }
	.headertext p { text-align:center; color:#B5007B; font-family:Arial; line-height:1.2em; font-weight:bold; }
	}
}

@media(max-width:1024px){

.banner {
		min-height: 600px;
	}	
	.banner-main p {
		width: 78%;
	}
	.banner-main {
		margin: 27em auto 0em;
	}
	.testmo-right {
		padding-top: 1.5em;
	}
	.grid-details h3 {
		font-size: 1.5em;
	}
	.ftr-grid input[type="text"] {
		width: 65%;
	}
	.ftr-grid input[type="submit"] {
		width: 33%;
	}
	.testmo-right h4 {
		font-size: 1.3em;
	}

}

@media(min-width:1000px){
	.headerlist2 { 
		display: none; 
	}	
}
@media(max-width:999px){
	.headerlist { 
		display: none; 
	}
	
	.headerlist2 {
	margin-top: 30px;
	text-align: center;
	}

	.headerlist2 dt { font-family:Arial; font-size:17px; color:#B5007B; font-style:italic; font-weight:bold; }
	.headerlist2 dt a { font-family:Arial; font-size:17px; color:#B5007B; font-style:italic; font-weight:bold; text-decoration:none;}
	.headerlist2 dt a:hover { color:rgba(178, 0, 116, 0.6); }
	.headerlist2 dd { font-family:Arial; font-style:italic; margin:0 0 5px 0; font-size:14px; }
	.headerlist2 dd a { font-weight:bold; margin:0 0 5px 0; color:#59585e; text-decoration:none; }
	.headertext2 { top:7px; right:27px; width:268px; background:url(../img/kringl.png) no-repeat 0 113px; }
	.headertext2 p { text-align:center; color:#B5007B; font-family:Arial; line-height:1.2em; font-weight:bold; }

}
@media(max-width:768px){
span.menu{
		display: block;
		text-align: right;
		padding: 20px 0px 15px 0px;
		cursor: pointer;
		color: #E74C3C;
		font-size: 16px;
		font-weight: 700;
		position:relative;
}

.sub-menu {
	display:none;
}

.top-navg ul.res{
	 display:none;
	 padding:0px;
}
.top-navg ul.res {
		padding: 0;
		margin:0.9em 0em 0em 0em;
		z-index: 9999;
		position: absolute;
		width: 100%;
		left:0;
}
.top-navg ul.res li{
		display: block;
		text-align: center;
		background:#fff;
		margin: 0;
	    width: 100%;
		padding: 0em;
}
.top-navg ul.res li a {
		font-size: 16px;
		padding: 0.6em 0;
		color: #b20074;
		display: block;
		border: none;
        text-align: center;
        margin: 0em;
}
ul.res li a:hover,ul.res li a.active{
	color:#000;
}
.header-left {
    width: 50%;
}

.top-navg {
    width: 50%;
    padding-top: 0.25em;
}
.banner-main h3 {
    font-size: 2em;
}
.banner-main p {
    width: 100%;
}
.banner-main {
    width: 62%;
}
.banner-main {
    margin: 23em auto 0em;
    padding: 1.3em 1em;
}
.banner {
    background: url(../images/banner-small.png)no-repeat center top;
	min-height: 500px;
	    background-size: contain;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    -ms-background-size: contain;
}
.logo h1 {
    font-size: 2.5em;
}
.about {
    padding: 3em 0em 3em 0em;
}
.about-top p {
    width: 70%;
}
.about-top {
    padding: 0em 0em 2em 0em;
}
.about-grid {
    float: none;
    width: 90%;
    margin: 0 auto;
    padding: 0px 10px 16px 0px;
}
.grid-details h3 {
    font-size: 0.89em;
}
.grid-details p {
    font-size: 0.9em;
    line-height: 1.5em;
}
.team-grid {
    float: left;
    width: 25%;
   padding: 0px 10px 20px 10px;
}
.ser-grid {
    float: left;
    width: 50%;
    margin: 0em 0em 2em 0em;
}
.services {
    padding: 3em 0em 3em 0em;
}
.services-top p {
    width: 70%;
}
.testmo-left {
    float: left;
    width: 30%;
}
.testmo-right {
    float: right;
    width: 70%;
    padding-top: 0em;
}
.testmo-right h4 {
    font-size: 1.05em;
}
span.quota1 {
    width: 25px;
    height: 25px;
    background-size: 100%;
}
span.quota2 {
    width: 25px;
    height: 25px;
    background-size: 100%;
}
.about-top h2 {
    font-size: 2em;
}
.team-top h3 {
    font-size: 2em;
}
.services-top h3 {
    font-size: 2em;
}
.services-top {
    padding-bottom: 3em;
}
.testmony {
    padding: 2.5em 0em;
}
.gallery-top p {
    width: 70%;
}
.gallery {
    padding: 3em 0em 3em 0em;
}
.gallery-top h3 {
    font-size: 2em;
}
.gallery-top {
    padding: 0em 0em 2em 0em;
}
.advantages {
    padding: 3em 0em 0em;
}
.advantages-main h3 {
    font-size: 2em;
    margin: 0em 0em 0.8em 0em;
}
.advant-left {
    float: left;
    width: 60%;
}
.advant-right {
    float: right;
    width: 40%;
}
.advant-right img {
    width: 100%;
}
.advant-left p {
    font-size: 0.91em;
}
.advant-left ul {
    padding: 0.5em 0em 0em 0em;
}
.advant-left ul li a {
    font-size: 0.91em;
}
.advant-left ul li {
    margin: 0em 0em 0.4em 0em;
}
.contact {
    padding: 3em 0em;
}
.contact-top p {
    font-size: 1em;
    width: 71%;
    margin: 0.2em auto;
}
.contact-top h3 {
    font-size: 2em;
}
.contact-top {
    padding: 0em 0em 2em 0em;
}
.footer {
    padding: 2em 0em;
}
.ftr-grid {
    float: left;
    width: 33%;
}
.ftr-grid p {
    font-size: 0.9em;
    width: 95%;
}
.ftr-grid input[type="text"] {
    width: 61%;
}
.ftr-grid input[type="submit"] {
    width: 37%;
    font-size: 0.95em;
}
.ftr-grid input[type="text"] {
    width: 61%;
    padding: 0.23em 0.5em;
}
.copy-right {
    padding: 1em 0em 0em 0em;
}
.grid-details h3 {
	font-size: 1.1em;
}
.grid-details-t {
	min-height:0px;
}
.grid-line-middle{
	padding-bottom:0px;
}
}
@media(max-width:600px){
.header-left {
    width: 60%;
}
.top-navg {
    width: 40%;	
}
}
@media(max-width:640px){
.banner-main {
    width: 75%;
}
.banner-main {
    margin: 16.5em auto 0em;
}
.banner {
    min-height: 390px;
}
.banner-main h3 {
    font-size: 1.5em;
}
.logo h1 {
    font-size: 2.3em;
}
.top-navg {
    padding-top: 0em;
}
.about-top p {
    width: 80%;
    font-size: 0.91em;
}
.services-top p {
    width: 80%;
    font-size: 0.91em;
}
.ser-grid p {
    font-size: 0.91em;
}
.ser-grid {
    margin: 0em 0em 1em 0em;
}
.testmo-right p {
    font-size: 0.91em;
}
.gallery-top p {
    width: 80%;
    font-size: 0.91em;
}
.contact-top p {
    font-size: 0.91em;
    width: 80%;
}
.ftr-grid {
    float: none;
    width: 100%;
    margin: 0em 0em 1em 0em;
}
.ftr-grid input[type="text"] {
    width: 50%;
}
.ftr-grid input[type="submit"] {
    width: 20%;
}
td {
  font-size:0.9em;
}	
}
@media(max-width:480px){
.header-left {
    width: 75%;
}	
.top-navg {
    width: 25%;
}
.banner-main {
    margin: 10.5em auto 0em;
}
.banner {
    min-height: 310px;
}
.banner-main {
    width: 95%;
}
.banner-main p {
    font-size: 0.91em;
}
.banner-main {
    margin: 11.8em auto 0em;
}
.about {
    padding: 1.5em 0em 1.5em 0em;
}
.about-top h2 {
    font-size: 1.8em;
    margin: 0em 0em 0.15em 0em;
}
.about-top p {
    width: 100%;
    font-size: 0.81em;
}
.about-grid {
    float: none;
    width: 90%;
    margin: 0 auto;
    padding: 0px 10px 16px 0px;
}
.services-top p {
    width: 100%;
    font-size: 0.9em;
}
.team-grid {
    width: 50%;
}
.ser-grid h4 {
    font-size: 1.1em;
}
.ser-grid p {
    font-size: 0.8em;
}
.advant-left {
    float: none;
    width: 100%;
    padding: 0px;
}
.advant-right {
    float: none;
    width: 40%;
    padding: 0px;
    margin: 2em auto 0em;
}
.advant-left ul li a {
    font-size: 0.81em;
}
.advant-left p {
    font-size: 0.81em;
}
.map iframe {
    height: 200px;
}
.ftr-grid h4 {
    font-size: 1.5em;
}
.contact-right input[type="submit"] {
    font-size: 1em;
}
.ser-grid {
    float: none;
    width: 100%;
    padding: 0px;
}
.testmo-left {
    float: none;
    width: 100%;
    padding: 0px;
}
.testmo-right {
    float: none;
    width: 100%;
    padding: 0px;
}
.services {
    padding: 2em 0em 2em 0em;
}
}
@media(max-width:414px){
.social-icons ul li a span {
    margin: 0em 0.5em 0em 0em;
}	
}
@media(max-width:384px){
 .social-icons ul li a span {
    margin: 0em 0.2em 0em 0em;
}
}
@media(max-width:320px){
.logo h1 {
    font-size: 1.65em;
}
.logo {
    width: 50%;
}	
.social-icons {
    padding-top: 0.5em;
}
.social-icons ul li a span {
    width: 18px;
    height: 18px;
    margin: 0em 0.2em 0em 0em;
    background-size: 250%;
}
.social-icons ul li a span.fa {
    background-position: 5px 0px;
}
.social-icons ul li a span.tw {
    background-position: -11px 0px;
}
.social-icons ul li a span.ga {
    background-position: -28px 0px;
}
.social-icons ul li a span.fa:hover {
    background-position: 5px 0px;
}
.social-icons ul li a span.tw:hover {
    background-position: -11px 0px;
}
.social-icons ul li a span.ga:hover {
    background-position: -28px 0px;
}
span.menu img {
    width: 32%;
}
.header {
    padding: 0.5em 0em;
}
.banner-main h3 {
    font-size: 1.2em;
}
.banner-main p {
    font-size: 0.75em;
}
.banner-main {
    padding: 0.8em 0.8em;
    margin: 8.8em auto 0em;
}
.banner {
    min-height: 247px;
}
.about-top h2 {
    font-size: 1.6em;
}
.about-top {
    padding: 0em 0em 1em 0em;
}
.about-grid {
    width: 100%;
    padding: 0px 0px 16px 0px;
}
.about {
    padding: 1.2em 0em 1em 0em;
}
.team-top h3 {
    font-size: 1.6em;
}
.team-top {
    padding: 0em 0em 1em 0em;
}
.team-grid {
    padding: 0px 10px 10px 0px;
}
.services {
    padding: 1.2em 0em 1em 0em;
}
.services-top h3 {
    font-size: 1.6em;
    margin-bottom: 0.1em;
}
.services-top p {
    font-size: 0.8em;
}
.services-top {
    padding-bottom: 1em;
}
.hi-icon {
    width: 55px;
    height: 55px;
    line-height: 3.8em;
    font-size: 0.8em;
}
.ser-grid h4 {
    font-size: 1em;
    margin: 0.5em 0em 0.1em 0em;
}
.testmo-right h4 {
    font-size: 1em;
    line-height: 1.5em;
}
.testmony {
    padding: 1.2em 0em;
}
.testmo-right p {
    font-size: 0.8em;
}
.gallery {
    padding: 1.2em 0em 1em 0em;
}
.gallery-top p {
    width: 100%;
    font-size: 0.8em;
}
.gallery-top {
    padding: 0em 0em 1em 0em;
}
.gallery-top h3 {
    font-size: 1.6em;
    margin-bottom: 0.1em;
}
.advantages {
    padding: 1em 0em 0em;
}
.advantages-main h3 {
    font-size: 1.6em;
    margin: 0em 0em 0.5em 0em;
}
.advant-right {
    width: 70%;
    margin: 1em auto 0em;
}
.contact {
    padding: 1em 0em;
}
.contact-top h3 {
    font-size: 1.6em;
}
.contact-top p {
    font-size: 0.8em;
    width: 100%;
}
.contact-top {
    padding: 0em 0em 1em 0em;
}
.contact-left {
    padding: 0px;
}
.contact-right {
    padding: 10px 0px 0px 0px;
}
.contact-left textarea {
    font-size: 0.9em;
    height: 6em;
}
.contact-right input[type="text"] {
    font-size: 0.9em;
    padding: 0.4em 0.8em;
}
.contact-right input[type="submit"] {
    font-size: 0.9em;
}
.map iframe {
    height: 170px;
}
.footer {
    padding: 1em 0em;
}
.ftr-grid {
    padding: 0px;
}
.ftr-grid input[type="submit"] {
    width: 32%;
}
.copy-right p {
    font-size: 0.9em;
}
.ftr-grid h4 {
    font-size: 1.3em;
}
.top-navg ul.res li a {
    font-size: 14px;
    padding: 0.4em 0;
}
.ftr-grid input[type="text"] {
    width: 65%;
}
}
/*--meadia quiries end here--*/

