/* Fontello */
@font-face {
  font-family: 'fontello';
  src: url('fonts/fontello.eot?11743181');
  src: url('fonts/fontello.eot?11743181#iefix') format('embedded-opentype'),
       url('fonts/fontello.woff2?11743181') format('woff2'),
       url('fonts/fontello.woff?11743181') format('woff'),
       url('fonts/fontello.ttf?11743181') format('truetype'),
       url('fonts/fontello.svg?11743181#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'TheAthalita';
  src: 	url('fonts/TheAthalita.eot?#iefix') format('embedded-opentype'),  
		url('fonts/TheAthalita.woff') format('woff'), 
		url('fonts/TheAthalita.ttf')  format('truetype'), 
		url('fonts/TheAthalita.svg#TheAthalita') format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'charlotte';
  src: 	url('fonts/charlotte.eot?#iefix') format('embedded-opentype'),  
		url('fonts/charlotte.woff') format('woff'), 
		url('fonts/charlotte.ttf')  format('truetype'), 
		url('fonts/charlotte.svg#charlotte') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Scrollbar CSS */

::selection{
  background: #210f25;
  color: #fff;
}

::-moz-selection{
  background: #210f25;
  color: #fff; 
}

::-o-selection{
  background: #210f25;
  color: #fff; 
}

::-ms-selection{
  background: #210f25;
  color: #fff;
}

::-webkit-scrollbar{
  width: 8px;
  background: #52585e;
}

::-webkit-scrollbar-thumb{
  background: #210f25;
}


/* ----- Global CSS ----- */
body, h1, h2, h3, h4, h5, h6, p, ol, ul, li {
	margin: 0px;
	padding: 0px;
}
body {
	overflow-x: hidden;
	overflow-y: scroll;
	position: relative;
}
ul li {
	list-style: none;
}
img {
	border: 0px;
	max-width: 100%;
	vertical-align: middle;
}
a, a:hover {
	text-decoration: none;
	color: inherit;
}
*, ::after, ::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
/* ----- Fixed CSS ----- */
.hr {
	padding: 10px 0px;
}
.clear-float {
	clear: both;
}
.theme-L, .theme-R {
	width: 100%;
	height: 100%;
}
.table-div {
	width: 100%;
	display: table;
	table-layout: fixed;
}
.table-cell {
	display: table-cell;
	vertical-align: top;
}
.theme-L, .theme-R {
	position: absolute;
	z-index: 99;
	padding: 0px;
	margin: 0px;
	top: 0px;
}
.theme-L {
	left: -100%;
}
.theme-R {
	right: -100%;
}
.image-left {
	float: left;
	margin: 0px 15px 10px 0px;
}
.image-right {
	float: right;
	margin: 0px 0px 10px 15px;
}
.image-center {
	text-align: center;
	margin: 10px;
}
.videoBorder {
	width: 90%;
	border: 4px solid #333;
	padding: 53% 0px 0px 0px;
	position: relative;
	margin: 15px auto;
}
.videoBorder iframe, .videoBorder embed {
	position: absolute;
	margin: 0px;
	padding: 0px;
	border: 0px;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}
/* ---------- Theme CSS ---------- */

#Container, header, nav, section, footer, #Content-Container, #Slider-Container, #Slider-Container-S, #Notification, #About, #Services, #Gif-Slider {
	width: 100%;
	margin: 0px;
	padding: 0px;
	position: relative;
}

#Container {
	overflow: hidden;
}

#Header, #Main-Menu, #Mobile-Menu, #Footer, #Content-Main, #Slider, #Notification-Intra, #About-Intra, #Services-Intra, #Gif-Slider-Intra {
	max-width: 1170px;
	min-width: 300px;
	margin: 0px auto;
	padding: 0px;
	position: relative;
}

/* Text CSS */


.textMain h1,
.textMain h2,
.textMain h3,
.textMain h4 {
    margin: 0 0 10px 0;
}

.textMain {
	font: 400 15px/26px 'Montserrat';
	color: #2d2f2f;
    padding: 10px 10px 50px 10px;
}

.textMain p{
	padding: 10px 0;
    font: 400 20px/40px 'Cardo', serif;
    color: #000;
}

.textMain a {
	color: #FF5722;
	text-decoration: none;
	transition: 0.7s all ease;
}

.textMain a:hover {
	color: #000;
}
.textMain h1 {
    font: 700 34px/42px 'Cardo', serif;
    color: #c2a43b;
    text-align: center;
    letter-spacing: 2px;
    margin: 0 0 40px 0;
}

.textMain h1 span {
	font: 400 20px/30px 'Cardo', serif;
	color: #4d4d4d;
}
.textMain h2 {
	font: 500 30px/40px 'Cardo', serif;
	color: #38bab1;
}
.textMain h2 span {
	font: 400 16px/20px 'Cardo', serif;
	color: #000000;
}
.textMain h2 a {
	color: #014cbe;
}
.textMain h3 {
	font: 500 25px/30px 'Cardo', serif;
	color: #207391;
	margin: 0 0 10px 0;
}
.textMain h3 a {
	color: #353535;
}
.textMain h4 {
	font: 400 20px/30px 'Cardo', serif;
	color: #000101;
}
.textMain h4 a {
	color: #014cbe;
}
.textMain ul li, .textMain ol ul li {
	background: url(../images/ticker.png) no-repeat 8px 11px;
	padding: 5px 5px 5px 30px;
}



/* Menu */

nav {
    z-index: 9999;
}

#Main-Menu {
	display: block;
}
#Mobile-Menu {
	display: none;
}


/* Layer 1 */
.menu li {	
	font: 400 19px/50px 'Cardo', serif;
	color: #fff;
	position: relative;
	text-align: center;
	list-style: none;
	text-transform: capitalize;
	letter-spacing: 0.6px;
}
.menu > li > a{
    padding: 0 14px;
}
.menu > li {
	display: inline-block;	
}
.menu:after {
	content: '';
	display: block;
	clear: both;
}
.menu li a {
	color: #fff;
	transition: 0.6s all ease;
	display: block;
}
/* Layer 2 */
.menu ul {
	position: absolute;
	z-index: 9999;
	left: 0px;
	display: none;
    padding: 10px 0 0 0;
}

.menu li:hover > ul {
	display: block;
}
.menu ul li {
    background-color: rgba(0,0,0,0.2);
	color: #fff;
    border-bottom: 1px solid rgba(224, 224, 224, 0.1);
    font: 400 18px/24px 'Cardo', serif;
	text-align: left;
	width: 220px;
}
.menu ul li a {
	padding: 10px 10px 10px 28px;
}
.menu ul li:hover a {
	padding: 10px 10px 10px 35px;
}
.menu li li a:hover:before {
    content: "\203A";
    position: absolute;
    transform: translateZ(0px);
    transition: .3s all ease;
    left: 14px;
    font-size: 20px;
    top: 9px;
}
/* Layer 3 */
.menu ul ul {
	left: 100%;
	z-index: 9999;
	top: 0px;
}
.menu ul ul li {
	background: #52803a;
}
.menu ul ul li a {
	
}
/* Mobile */
.Wrapper {
	position: absolute;
	z-index: 9999;
	left: 0px;
	width: 100%;
	background: #aeadfe;
	display: none;
}
.par-menu {
	font: 400 14px/20px 'Montserrat';
	color: #fff;
    text-align: left;
}
.par-menu li a {
	padding: 10px 0px 10px 20px;
	color: #fff;
	background: rgba(49, 51, 56, 0.99);
	display: block;
	transition: 0.6s all ease;
	border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
.par-menu li a:hover {
	background: #000;
}
.par-menu li ul {
	display: none;
}
.par-menu li li a {
	padding: 10px 0px 10px 40px;
	color: #fff;
}
.par-menu li li li a {
	padding: 10px 0px 10px 60px;
	color: #fff;
}

/* Slider Code */

#Slider-Container {
    height: 100vh;
}

#Slider-Container .rslides li {
    height: 100vh;
    background-attachment: fixed;
}



#Slider-Container-S {
    height: 460px;
}

#Slider-Container-S .rslides li{
    height: 460px;
    background-attachment: fixed;
}

.rslides {
	width: 100%;
	height: 100%;
	position: relative;
}
.rslides li {
	display: none;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	position: absolute;
	-webkit-backface-visibility: hidden;
	-khtml-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
}
.rslides li li {
	display: inherit;
	width: inherit;
	height: inherit;
	position: inherit;
	left: inherit;
	top: inherit;
}

#Slider-Container #Slider{
    height: 480px;
}
#Slider-Container-S #Slider{
    height: 300px;
}


.rslides .banner1.pheonix{
	background: url(../images/banner-pheonix.jpg) center top no-repeat;
}


.rslides .banner1{
	background: url(../images/banner1.jpg) center top no-repeat;
	background-size: cover;
}

.rslides .banner2{
	background: url(../images/banner2.jpg) center top no-repeat;
	background-size: cover;
}

.rslides .banner3{
	background: url(../images/banner3.jpg) center top no-repeat;
	background-size: cover;
}





.tagline-banner{
    position: absolute;
	
	
    top: 55%;
    -webkit-transform: translateY(-50%, -50%);
    -moz-transform: translateY(-50%, -50%);
    -ms-transform: translateY(-50%, -50%);
    -o-transform: translateY(-50%, -50%);
    transform: translateY(-50%);
	
    background: rgba(0,0,0,0.7);
    padding: 10px;
    left: 10%;
    margin: auto;
    border-left: 5px solid #2bc2ff;
    max-width: 480px;
}

.tagline-banner .tagline-text{
    color: #fff;
    font: 400 14px/28px 'Montserrat';
    letter-spacing: 0.2px;
}

#Slider-Container-S .tagline-banner .tagline-text{
	display: none;
}

#Slider-Container-S .tagline-banner h3{
	padding: 0;
}

.tagline-banner h3{
    color: #fff;
    font: 400 24px/30px 'Cardo', serif;
	padding: 0 0 20px 0;
}

.tagline-banner span{
	display: block;
    font: 400 17px/24px 'Cardo', serif;
}

.slider-tabs{
    position: absolute;
    right: 0;
    bottom: 20px;
    z-index: 99;
    left: 0;
    margin: auto;
    text-align: center;
}

.slider-tabs li{
    display: inline-block;
    width: 30px;
    height: 5px;
	background: #fff;
	transition: 0.7s all ease;
}

.slider-tabs li a{
    height: 5px;
    display: block;
}

.slider-tabs li.Slider_here{
    background: #faa304;
	width: 15px;
}

#Gif-Slider{
	background: url(../images/star-optimized.gif) no-repeat center center;
	height: 100vh;
    background-attachment: fixed;
    background-size: cover;
}

#Gif-Slider-Intra{
	height: 100%;
}

.content-banner{
    position: absolute;
    top: 55%;
    -webkit-transform: translateY(-50%, -50%);
    -moz-transform: translateY(-50%, -50%);
    -ms-transform: translateY(-50%, -50%);
    -o-transform: translateY(-50%, -50%);
    transform: translateY(-50%);
    z-index: 9;
    width: 100%;
}



.content-banner p{
    color: #fff;
    font: 400 24px/40px 'Cardo', serif;
}

.content-banner p span{
    font: normal 24px/40px 'TheAthalita';
    letter-spacing: 1px;

}




.content-banner-intra{
	height: 100%;
    padding: 100px 20px;
	position: relative;
}






.content-s{
    max-width: 1170px;
    min-width: 300px;
    margin: auto;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
}


.content-s .content-banner-intra {
    height: 100%;
    padding: 80px 20px;
}

.content-s .content-banner p {
    font: 400 20px/36px 'Cardo', serif;
}

.content-s .content-banner {
    position: absolute;
    top: 55%;
    -webkit-transform: translateY(-50%, -50%);
    -moz-transform: translateY(-50%, -50%);
    -ms-transform: translateY(-50%, -50%);
    -o-transform: translateY(-50%, -50%);
    transform: translateY(-50%);
    left: 20px;
}

 /* Scroll */
 .scroll-down{
 
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    z-index: 9;
    width: 100px;
 }

.box span {    width: 20px;
    height: 20px;
    display: block;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
    margin: -13px auto;
    animation: animate 2s infinite;
}

.box span:nth-child(2) {
	animation-delay: -0.2s;
}

.box span:nth-child(3) {
	animation-delay: -0.4s;
}

@keyframes animate {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 1;
		transform: rotate(45deg) translate(10px, 10px);
	}
	100% {
		opacity: 0;
	}
}


/* Navigation CSS */

.navigation {
    font: 400 14px/20px 'Montserrat', sans-serif;
    padding: 10px 0px 10px 10px;
    text-align: center;
    color: #c2a43b;
}
.navigation a {
	color: #000;
	text-decoration: none;
    padding: 0 0 3px 0;
	display: inline-block;
    border-bottom: 1px solid #fff;
}

/* Back to top */

.material-scrolltop {
	display: block;
	position: fixed;
	width: 0;
	height: 0;
	bottom: 23px;
	right: 23px;
	padding: 0;
	overflow: hidden;
	outline: none;
	border: none;
	border-radius: 2px;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
	cursor: hand;
	border-radius: 50%;
	background: #144f94;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-transition: all 0.3s cubic-bezier(0.25, 0.25, 0, 1);
	-ms-transition: all 0.3s cubic-bezier(0.25, 0.25, 0, 1);
	-moz-transition: all 0.3s cubic-bezier(0.25, 0.25, 0, 1);
	-o-transition: all 0.3s cubic-bezier(0.25, 0.25, 0, 1);
	transition: all 0.3s cubic-bezier(0.25, 0.25, 0, 1);
	cursor: pointer;
	z-index: 99999;
}
.material-scrolltop:hover {
	background-color: #07364c;
	text-decoration: none;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5), 0 3px 15px rgba(0, 0, 0, 0.5);
}
.material-scrolltop::before {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	content: "";
	width: 0;
	border-radius: 100%;
	background: #144f94;
}
.material-scrolltop:active::before {
	width: 120%;
	padding-top: 120%;
	-webkit-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.material-scrolltop.reveal {
	width: 56px;
	height: 56px;
}
.material-scrolltop span {
	display: block;
	font-size: 25px;
	color: #fff;
}
.material-scrolltop, .material-scrolltop::before {
	background-image: url(../images/top-arrow.svg);
	background-position: center 50%;
	background-repeat: no-repeat;
}


/* Webcode */

header {       
	position: absolute;
    z-index: 9999;
    overflow: visible;
    background-color: rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
    padding: 10px 0;
}

.header-logo{
    vertical-align: middle;
    width: 30%;
}

.header-right {
    text-align: right;
    vertical-align: middle;
}

.header-contact{
	text-align: right;
}

.header-contact li{
	font: 400 18px/26px 'Cardo', serif;
    padding: 10px;
    letter-spacing: 0.5px;
}

.header-contact li a{
	color: #fff;
	position: relative;
}

.header-mail-ico a:before{
    content: '\E808';
    position: absolute;
    left: -25px;
    font-family: 'fontello';
    color: #ffffff;
    font-size: 18px;
    top: 1px;
}



/* Sticky Social */


.sticky-social{
    position: fixed;
    right: 0;
    width: 40px;
    z-index: 999;
    background: #fff;
    -webkit-box-shadow: 6px 6px 24px -5px rgb(0 0 0 / 75%);
    -moz-box-shadow: 6px 6px 24px -5px rgba(0,0,0,0.75);
    box-shadow: 6px 6px 24px -5px rgb(0 0 0 / 21%);
	
	
    top: 50%;
    -webkit-transform: translateY(-50%, -50%);
    -moz-transform: translateY(-50%, -50%);
    -ms-transform: translateY(-50%, -50%);
    -o-transform: translateY(-50%, -50%);
    transform: translateY(-50%);
}

.sticky-social li{
    width: 40px;
    height: 40px;
	list-style: none;
	position: relative;
	transition: 0.7s all ease;
    background: #373557;
}

.sticky-social li a{
    display: block;
    height: 100%;
	opacity: 0.8;
	transition: 0.6s all ease;
}

.sticky-social li a:hover{
	opacity: 1;
}

.sticky-social li a:before{
    position: absolute;
    font-family: 'fontello';
    font-size: 17px;
	top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}

.instagram-ico a:before{
    content: '\F16D';
    color: #fff;
}

/* About */


#About-Intra{
    padding: 30px 0 0 0;
}

#About h1{    
    font: normal 34px/40px 'Cardo', serif;
    text-align: center;
    margin: 0px 0 40px 0;
    color: #000;
}

#About h1 span{
	display: block;
    font: normal 14px/24px 'Cardo', serif;
    color: #000;
}




.about-l-intra{
    width: 80%;
	margin: 10px auto;
}



.about-l-intra .facnytxt{   
    font: normal 20px/45px 'charlotte' ! important;
}

#About .about-l p{    
    font: 400 18px/30px 'Cardo', serif;
    margin: 10px 0;
    text-align: justify;
    letter-spacing: 0.4px;
    color: #000;
}

.fancy{   
    font: normal 30px/70px 'charlotte' ! important;
    margin: 10px 0 30px 0;
    text-align: center;
}

.fancy.txt-lft{
    font: normal 30px/70px 'charlotte' ! important;
    text-align: left;
}


.fancy-big{
    font: normal 40px/70px 'charlotte' ! important;
	color: #7b1392;
}

.read-more-btn{
    display: block;
    width: 120px;
    margin: 10px auto;
    text-align: center;
    padding: 10px;
    color: #fff;
    border-radius: 7px;
    font: 400 18px/21px 'Cardo', serif;
    letter-spacing: 0.5px;
	transition: 0.7s all ease;
    background-image: linear-gradient(to right top, #2a142f, #301536, #36163d, #3c1745, #42184c);
}


.about-btn{
    margin: 30px auto 10px auto;
}

.services-btn{
    width: 220px;
    margin: 20px auto;
}

.read-more-btn:hover{
	color: #fff;
    border-radius: 0;
}

.about-l{
	vertical-align: middle;
}

.about-r{
	vertical-align: bottom;
    text-align: center;
}

/* Footer */

footer {
    padding: 20px 0;
    background: #3a1742;
}

#Footer .copyrights {
	color: #fff;
    text-align: center;
    padding: 10px 0;
    font: 400 13px/26px "Open Sans",sans-serif;
    letter-spacing: 0.4px;
}

#Footer .copyrights a {
    color: #eee;
}
/* Header */

/* Contact */


.testimonial-form {
    margin: 20px auto;
    outline: none;
    box-shadow: 0 0 20px rgba(0,0,0,.3);
    font: 13px/1.55 'Open Sans', Helvetica, Arial, sans-serif;
    color: #666;
    padding: 30px 30px 10px 30px;
    text-align: center;
    max-width: 640px;
}

.inline-input{
    display: inline-block;
    vertical-align: top;
    width: 45%;
    margin: 10px;
	position: relative;
}

.inline-input input{
	width: 100%;
    padding: 10px;
    outline: none;
    font: normal 13px/16px Georgia, "Times New Roman", Times, serif;
    letter-spacing: 0.5px;
    border: 2px solid #dadada;
    -ms-transition: border-color 0.6s;
    -moz-transition: border-color 0.6s;
    -webkit-transition: border-color 0.6s;
}


.block-area {
    margin: 10px auto 0 auto;
    width: 94%;
}

.block-area textarea{
    position: relative;
    width: 100%;
    height: 100px;
    padding: 10px;
    border: 2px solid #dadada;
    -ms-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    -webkit-transition: border-color 0.3s;
	outline: none;
	resize: none;
    font: normal 13px/16px Georgia, "Times New Roman", Times, serif;
    -ms-transition: border-color 0.6s;
    -moz-transition: border-color 0.6s;
    -webkit-transition: border-color 0.6s;
}

.inline-input input:focus,
.inline-input input:hover,
.block-area textarea:focus,
.block-area textarea:hover{
	border: 2px solid #000;
} 

.captcha-blk{
    text-align: center;
    width: 300px;
    margin: 20px auto 0 auto;
}

.submit-reset {
    display: inline-block;
    width: 90%;
    margin: 20px 0;
    position: relative;
}

.submit-reset input{
    display: inline-block;
    vertical-align: top;
    width: 130px;
    margin: 10px;
    border: none;
    color: #fff;
	cursor: pointer;
    border: 2px solid #3a1742;
    opacity: 0.7;
	transition: 0.7s all ease;
    background: #3a1742;
}

.submit-reset input:hover{
    opacity: 1;
}

.feedback-form{
	max-width: 640px;
	margin: auto;
}

.testimonial-form label.error {
    display: block;
    text-align: left;
    font: normal 13px/16px Georgia, "Times New Roman", Times, serif;
    padding: 8px 0 0 0;
    letter-spacing: 0.5px;
    color: #fb1a0a;
}


















/* Accordion CSS*/

.accordion {
    width: 90%;
    margin: 15px auto 0 auto;
    border-radius: 10px;
    border: 1px solid #f2f2f2;
    -webkit-box-shadow: 0px 0px 11px -2px rgba(239, 226, 226, 0.75);
    -moz-box-shadow: 0px 0px 11px -2px rgba(239, 226, 226, 0.75);
    box-shadow: 0px 0px 11px -2px rgba(239, 226, 226, 0.75);
}

.accordion h3{
    padding: 20px;
    border-bottom: 1px solid #f2f2f2;
    cursor: pointer;
    margin:  0px;
    color: #000;
    font: 700 18px/24px 'Cardo', serif;
	position: relative;
}

.accordion .noborder{
	border: none ! important;
}

.accordion h3.current:after{
    content: '';
    position: absolute;
    left: 0;
    width: 5px;
     top: 50%;
    -webkit-transform: translateY(-50%, -50%);
    -moz-transform: translateY(-50%, -50%);
    -ms-transform: translateY(-50%, -50%);
    -o-transform: translateY(-50%, -50%);
    transform: translateY(-50%);
    height: 20px;
    background: #faa304;
    z-index: 9;
}

.accordion h3.no-border{
	border-bottom: 0;
}

.accordion .acc-content {
    display: none;
    padding: 15px 10px;
	background: #faf8fb;
    font: 400 17px/32px 'Cardo', serif;
}

.accordion h3:before{
    content: '';
    position: absolute;
    right: 20px;
    width: 25px;
    height: 25px;
    background: url(../images/plus-b.png) no-repeat center center;
    top: 50%;
    -webkit-transform: translateY(-50%, -50%);
    -moz-transform: translateY(-50%, -50%);
    -ms-transform: translateY(-50%, -50%);
    -o-transform: translateY(-50%, -50%);
    transform: translateY(-50%);
}

.accordion h3.current:before{
    background: url(../images/minus-b.png) no-repeat center center;
}


.accordion .acc-content p{
	padding: 10px 0;
    color: #000;
}

/* Accordion End */

.mfp-title,
.mfp-counter{
    font: 400 15px/26px 'Montserrat';
}

/* Services */

#Services {
    padding: 50px 0 20px 0;
}

#Services h2 {
    font: 400 34px/40px 'Cardo', serif;
    text-align: center;
    margin: 0px 0 40px 0;
    color: #000000;
}

.services-l{
    text-align: center;
    vertical-align: middle;
}

.services-l img{
    box-shadow: 1px 2px 10px 2px rgba(0,0,0,0.75);
}


.services-r{
	padding: 30px;
}

.services-r h3{
    font: 400 30px/40px 'Cardo', serif;
    text-align: center;
    margin: 0px 0 40px 0;
    color: #c2a43b;
}

.services-r li{
    font: 400 17px/32px 'Cardo', serif;
    margin: 10px 0;
    letter-spacing: 0.4px;
}

.services-r li a {
    color: #000;
    display: block;
    padding: 0 0 0 30px;
    background: url(../images/ticker.png) no-repeat 4px center;
}

.textMain .testimonial-list li{
    padding: 30px;
    position: relative;
    background: #f9f9f9;
    margin: 30px 0;
    -webkit-box-shadow: 0px 0px 11px -2px rgba(239, 226, 226, 0.75);
    -moz-box-shadow: 0px 0px 11px -2px rgba(239, 226, 226, 0.75);
    box-shadow: 0px 0px 11px -2px rgba(239, 226, 226, 0.75);
    border: 1px solid rgba(0, 0, 0, 0.10196078431372549);
}

.textMain .testimonial-list li:before{
    content: '';
    position: absolute;
    top: 30px;
    left: 30px;
    background: url(../images/blockquote.png) no-repeat center center;
    background-size: 20px;
    width: 40px;
    height: 34px;
}

.textMain .testimonial-list li p:first-child{
	text-indent: 50px;
}
.textMain .testimonial-list li p{
    font: 400 32px/50px 'Caveat', cursive;
    word-spacing: 8px;
}



.textMain .testimonial-list li p span{
    display: block;
    font: 400 24px/30px 'Montez', cursive;
    color: #c2a43b;
}
	
	
.textMain p.cust-test{
	text-align: right;
}

.dr-r{
	float: right;
	margin: 0 0 20px 20px;
}

.btn-audio{
    position: fixed;
    top: 50%;
    z-index: 9999;
    border: none;
    height: 40px;
    width: 40px;
    background: url(../images/play-pause.png) no-repeat center center #3a1742;
	cursor: pointer;
	outline: none;
}
	
/* Media Query */

@media screen and (max-width: 940px) {
	.header-logo {
		display: block;
		width: auto;
		margin: 10px auto;
		text-align: center;
	}
	.header-contact {
		text-align: center;
	}
	.header-right {
		text-align: center;
		display: block;
		width: auto;
	}
}


@media screen and (max-width: 767px) {
	.logo {
		display: block;
		width: auto;
		text-align: center;
		margin: 0 0 10px 0;
	}
	.header-right{
		display: block;
		text-align: center;
	}
	#Content{
		display: block;
		width: auto;
	}
	#Sidebar{
		display: block;
		margin: 20px auto;
	}
	.about-l{
		display:table-footer-group; 
		text-align: center;
	}
	.about-r{ 
		display:table-header-group;
		text-align: center;
	}
	.services-l{
		display: block;
	}
	.services-r{
		display: block;
	}
	.content-s {
		display: none;
	}
	.dr-r{
		float: none;
		text-align: center;
	}
}


@media screen and (max-width: 640px) {
	#Gif-Slider {
		background: url(../images/star-mob.jpg) no-repeat center center;
	}
		header {
			position: relative;
			background-color: #000;
			padding: 10px 0 0 0;
		}
	#Gif-Slider {
			height: calc(100vh - 173px);
		}
		#Slider-Container-S{
			display: none;
		}
	.inline-input {
		display: block;
		width: 94%;
		margin: 10px auto;
	}
	#Main-Menu {
		display: none;
	}
	#Mobile-Menu {
		display: block;
	}
	
	
	.menu-mobile {
		text-align: center;
		color: #fff;
		background: rgba(33, 167, 236, 0.91);
		font: normal 20px/26px 'Open Sans', sans-serif;
	}
	.menu-mobile a {
		color: #fff;
		display: block;
	}
	.menu-mobile img {
		margin: 0px 0px 0px 10px;
	}
	#Mobile-Menu .menu-mobile a {
		background: url(../images/mob-menu-bg-open.png) no-repeat center center #313338;
		padding: 20px 0;
		display: block;
	}
	#Mobile-Menu .active a {
		background: url(../images/mob-menu-bg-close.png) no-repeat center center #313338;
	}
	
	
}