@charset "utf-8";
/* CSS Document */

@import "font-awesome.css";
@import "font-awesome.min.css";
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:100,300,400,700');
@import url('https://fonts.googleapis.com/css?family=Petit+Formal+Script');
@import url('https://fonts.googleapis.com/css?family=Kameron:400,700');
@import url('https://fonts.googleapis.com/css?family=Comfortaa:300,400,700');

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*, *::after, *::before {
  box-sizing: border-box;
}


::selection
{
	background:#076bdd; color:#fff; 
}
::-moz-selection
{
	background:#076bdd; color:#fff;
}
.scrollup
{
	position: fixed;
    z-index: 9999;
    bottom: 15px;
    float: right;
    right: 15px;
    width: 30px;
    height: 30px;
    text-align: center;
    display: none;
    color: #fff;
	-webkit-transition:0.5s; -moz-transition:0.5s; -o-transition:0.5s; transition:0.5s; 
    background: url(../images/top.png) center center no-repeat;
}
.scrollup:hover
{
	
}
#loader {
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 background-color: #fefefe;
 z-index: 99999;
 height: 100%;
 }
#status
{
 width: 200px;
 height: 200px;
 position: absolute;
 left: 50%;
 top: 50%;
 background-image: url(../images/loading.gif);
 background-repeat: no-repeat;
 background-position: center;
 margin: -100px 0 0 -100px;
}
.preloader
{
	background:#fff url(../images/loaders/1.gif)  center center no-repeat;
}
body
{
	width:auto; margin:0; border:0; font-family: 'Roboto Slab', serif;
	background:#000;
}
img
{
	max-width:100%; vertical-align: middle; border: 0;
}
.clearfix:after
{
	display:block; visibility:hidden; overflow:hidden; clear:both !important; content:"."; line-height:0; height:0;
}
.clearfix
{
	display:inline-block;
}
html[xmlns] .clearfix
{
	display:block;
}
*html .clearfix
{
	height:1%;
}
.clear
{
	clear:both !important;
}
.left
{
	float:left;
}
.right
{
	float:right;
}
p
{
    color: #e1e1e1;
    line-height: 22px;
    font-size: 14px;
    text-align: justify;
    margin: 15px 0;
    font-weight: 300;
}
p strong
{
	color:#cf0a27; font-weight:bold;
}
p span
{
	color:#ff561e;
}
a, img, span, strong, nav
{
	-webkit-transition:0.5s; -moz-transition:0.5s; -o-transition:0.5s; transition:0.5s; 
} 
a
{
	color:#b62425; text-decoration:none; -webkit-transition:0.5s; -moz-transition:0.5s; -o-transition:0.5s; transition:0.5s; 
}
a:hover
{
	color:#000; 
}
table
{ 
	color:#505050; font-size:14px;
}
table strong
{ 
	color:#2b9e01;
}
tr
{
	
}
td
{
	padding:8px 15px;
}
td.h3
{ 
	color:#fff; background:#f86b26 url(../images/table-h3.jpg) repeat-x; margin:0; text-transform:uppercase; font-size:18px; padding:12px 15px;
}
ul.list
{
	padding:0; margin:0; list-style:none; display:inline; 
} 
ul.list li
{
	list-style: url(../images/music.png);
    margin-left: 30px;
    line-height: 24px;
    font-size: 14px;
}
ul.list li strong
{
	color:#000;
}
ul.list li span
{
	color:#2d3091;
}

h1, h2, h3
{ 
	color:#2a2f27; margin:15px 0;
}
.wrapper
{
	
}
.header
{
	position:relative;
}
.section
{
	
}
.footer
{
    background: #cf0a27;
}
.header-nav
{
	position:relative;
	z-index:9999;
}
.header-top
{
	padding:20px 30px;
}
.header-top h1
{
    margin: 0;
    padding: 7px 0;
}
.header-top h1:first-of-type
{
    margin: 23px 30px 23px 0;
}
.header-top-right
{
    padding: 15px 0;
}
.header-top-right p
{
	margin:16px 0;
    color: #fff;
    font-size: 14px;
	font-style:italic;
	position:relative;
}
.header-top-right p.phone, .header-top-right p.mail
{
    padding-left: 30px;
}
.header-top-right p.phone:before
{
    content: " ";
    background: url(../images/phone.svg) center center no-repeat;
    background-size: cover;
    width: 22px;
    height: 22px;
    position: absolute;
    top: 0;
    left: 0;
}
.header-top-right p.mail:before
{
    content: " ";
    background: url(../images/mail.svg) center center no-repeat;
    background-size: cover;
    width: 22px;
    height: 22px;
    position: absolute;
    top: 0;
    left: 0;
}
.isStuck
{
	z-index:9999999; 
}
.isStuck .navbar
{
	width:96%;
}
.navbar
{
	position:relative;
	background:#cf0a27;
	width:90%;
	padding:0 30px 0 50px;
	border-radius:0 30px 30px 0;
}
.nav
{
	
}
.nav ul
{
	padding:0; margin:0; list-style:none;
}
.nav ul li
{
	list-style:none; float:left; 
}
.nav ul li a
{
    color: #000;
    font-size: 15px;
    font-style: italic;
    font-weight: 600;
    display: block;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    padding: 6px 25px 8px 25px;
    border-radius: 30px;
}  
.nav ul li:hover > a , .nav ul li.active > a 
{
	color:#fff;
}
.social
{
    padding: 3px 0;
}
.social a
{
    color: #fff;
    width: 28px;
    padding: 5px 6px;
    font-size: 13px;
    text-align: center;
    margin: 0 0px;
    text-decoration: none;
    border: solid 2px #fff;
    border-radius: 50%;
}
.social a.facebook
{
	 background:#3b5998;
} 
.social a.twitter
{
	 background:#22cbff;
} 
.social a.google
{
	 background:#dd4b39;
} 
.social a.linked
{
	 background:#007bb6;
}
.banner
{
	
}
.banner-left
{
	width:50%;
}
.banner h1
{
	color: #000;
    font-family: 'Petit Formal Script', cursive;
    font-size: 3.2vw;
    padding: 9vw 0 0 0;
	text-align:left;
	margin-bottom:10px;
}
.banner h1 span
{
	color: #ff561e;
}
.banner-right
{
	width:50%;
    padding:20px;
}
.banner-heading
{
	position:relative;
	background:url(../images/heading.jpg) center center no-repeat fixed;
	background-size:cover;
}
.banner-heading h2
{
    color: #fff;
    font-size: 38px;
	text-transform:uppercase;
    padding: 100px;
	margin:0;
}
.section-home
{
	position:relative;
    background: #242221;
}
.section-home-left
{
	width:25%;
}
.section-home-right
{
	width:25%;
}
.section-home-text
{
	width:50%;
	padding:35px 50px;
}
.section-home-text h3
{
	color:#fff;
	font-size:18px;
	font-weight:600;
}
.section-video
{
	position:relative;
	padding:100px;
	border-bottom:solid 2px #404040;
}
.section-video-left
{
	position:relative;
	width:50%;
	border:solid 2px #404040;
}
.section-video-right
{
	width:50%;
	padding:50px;
    text-align: center;
	position:absolute;
	right:0;
	height:100%;
	top:0;
	bottom:0;
	display:table;
	margin:auto;
}
.section-video-right h3
{
    color: #fff;
    font-size: 18px;
    font-weight: 600;
	margin-top:0;
}
.section-video-right p
{
	font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    text-align: center;
	margin-top:0;
}
.section-video-right a
{
    display: inline-block;
    position: relative;
    font-size: 24px;
    width: 45px;
    height: 45px;
    background: #cf0a27;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    padding: 5px 0;
    margin-top: 15px;
}
.section-video-right a:hover
{
    background: #fff;
    color: #000;
}
.service-home
{
	position:relative;
	margin-top:30px;
	display: flex;
}
.service-home:before
{
    content: '';
    position: absolute;
    top: -25px;
    left: 0;
    overflow: visible;
    width: 50%;
    height: 75px;
    background: #000;
    z-index: 999;
    -webkit-transform: skewY(3deg);
    -moz-transform: skewY(3deg);
    -ms-transform: skewY(3deg);
    -o-transform: skewY(3deg);
    transform: skewY(3deg);
    z-index: 8;
}
.service-home:after
{
    content: '';
    position: absolute;
    top: -25px;
    right: 0;
    overflow: visible;
    width: 50%;
    height: 75px;
    background: #000;
    z-index: 999;
    -webkit-transform: skewY(-3deg);
    -moz-transform: skewY(-3deg);
    -ms-transform: skewY(-3deg);
    -o-transform: skewY(-3deg);
    transform: skewY(-3deg);
    z-index: 8;
}
.service-home aside
{
	padding:160px 100px 100px 100px;
	width:50%;
	position:relative;
	text-align:center;
}
.service-home aside:first-of-type
{
	background:url(../images/service1.jpg) center center no-repeat;
	background-size:cover;
}
.service-home aside:first-of-type:after
{
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(207, 10, 39, 0.6);
	z-index:7;
}
.service-home aside:nth-of-type(2)
{
	background:url(../images/service2.jpg) center center no-repeat;
	background-size:cover;
}
.service-home aside:nth-of-type(2):after
{
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(123, 123, 123, 0.6);
	z-index:7;
}
.service-home aside p
{
    position: relative;
	z-index:9;
    color: #fff;
	text-align:center;
}
.service-home aside h2
{
    margin: 0 0 40px 0;
    color: #fff;
    font-size: 26px;
    font-weight: 300;
    position: relative;
	z-index:9;
}
.service-home aside h2:after
{
    content: " ";
    position: absolute;
    bottom: -20px;
    left: 0;
	right:0;
    width: 50px;
    height: 2px;
    margin: auto;
    background: #fff;
}
.service-home aside a
{
    text-transform: uppercase;
    font-size: 12px;
    display: inline-block;
    padding: 10px 26px;
    margin-top: 15px;
    background: #fff;
    color: #cf0a27;
    position: relative;
	z-index:9;
}
.service-home aside a:hover, .service-home aside:nth-of-type(2) a:hover
{
    background: #000;
    color: #fff;
}
.service-home aside:nth-of-type(2) a
{
    background: #cf0a27;
    color: #fff;
}
.testimonial-home
{
	background:#000;
	text-align:center;
	padding:60px 0 100px 0;
}
.testimonial-home h2
{
    color: #fff;
    position: relative;
    font-size: 1.6vw;
    font-weight: bold;
    text-align: center;
    margin: 0;
	padding-top:30px;
}
.testimonial-home-inner
{
	width:1200px; margin:auto; 
}
.testimonial-home-inner-slider
{
	text-align:center;
}
.testimonial-home-inner-slider a
{
	padding:0 20px;
	display:block;
}
.testimonial-home-inner-slider a img
{
	background:#161515; padding:3px; box-sizing:border-box;
}
.testimonial-home-inner-slider a h3
{
	color:#ff561e;
	text-align:left;
	font-size:20px;
	margin-bottom:0;
	font-weight:600;
}
.testimonial-home-inner-slider a:hover h3
{
	text-decoration:underline;
}
.testimonial-home-inner-slider a p
{
	color:#fff;
	text-align:left;
}
.get
{
    background: url(../images/get.jpg) center center no-repeat fixed;
	background-size:cover;
    padding:220px 0 160px 0;
    text-align: center;
    position: relative;
	z-index:9;
}
.get h3
{
    color: #fff;
    font-weight: 800;
    letter-spacing: 8px;
    font-size: 20px;
	margin-top:0;
}
.get h2
{
    margin: 20px 0;
    font-size: 3.5vw;
    font-weight: 800;
    color: #fff;
}
.get p
{
    text-align: center;
    color: #15be2d;
    font-size: 20px;
    margin: 0;
    font-weight: 400;
    font-style: italic;
}
.get a
{
    margin-top: 30px;
    color: #000;
    background: #fff;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    display: inline-block;
    padding: 15px 48px;
    position: relative;
}
.get a:hover
{
    color: #fff;
    background: #000;
}
.footer_marg
{
	padding:100px;
}
.foot
{
	padding:0 50px;
}
.foot p
{
    color: #fff;
    font-size: 16px;
    margin: 0;
    font-family: 'Kameron', serif;
    font-weight: 400;
    text-align: left;
}
.foot h3
{
	color: #000;
    border-bottom: solid 2px #000;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 15px 0;
}
.foot h4
{
	background:#fff; margin:0 0 3px 0; padding:10px 20px; box-shadow:0px 0px 6px #000; 
}
.foot strong
{
    color: #000;
    text-transform: uppercase;
}
.foot_list
{
    margin-right:50px;
}
.foot_list ul
{
	padding:0; margin:0; list-style:none; display:inline;
}
.foot_list ul li
{
	
}
.foot_list ul li a
{
    color: #fff;
    display: inline-block;
    font-size: 16px;
    position: relative;
    padding-left: 8px;
    font-family: 'Kameron', serif;
}
.foot_list ul li a:before
{
    content: "\f105";
    color: #fff;
    font-family: 'FontAwesome';
    font-size: 13px;
    position: absolute;
    left: 0;
    top: 2px;
}
.foot_list ul li a:after
{
    content: "";
	background:#fff;
	height:1px;
	width:0%;
	bottom:0px;
    left:0;
    position: absolute;
	-webkit-transition:0.5s; -moz-transition:0.5s; -o-transition:0.5s; transition:0.5s; 
}
.foot_list ul li a:hover:after
{
	width:100%;
}
.foot_list ul li a:hover
{
   	
}
.social-icon-footer
{
	
}
.social-icon-footer a
{
	color: #fff;
    width: 28px;
    padding: 6px 6px;
    font-size: 15px;
    text-align: center;
    margin: 0 0px;
    text-decoration: none;
}
.social-icon-footer a.facebook
{
	 background:#3b5998;
} 
.social-icon-footer a.twitter
{
	 background:#22cbff;
} 
.social-icon-footer a.google
{
	 background:#dd4b39;
} 
.social-icon-footer a.linked
{
	 background:#007bb6;
}
.foot_bottom
{
    background: #000;
}
.foot_bottom p
{
	color:#999; margin:0; padding:40px 100px; font-size:14px;
}
.foot_bottom-margin
{
	
}
.foot_bottom-margin a
{
	color:#fff; 
}
.section-pages
{
	background:url(../images/ghost2.gif) top 75px right no-repeat;
	background-size:cover;
	position:relative;
}
.section-pages:after
{
	content:" ";
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background:rgba(0, 0, 0, 0.7);
}
.section-text
{
	width:1000px;
	margin:85px auto;
	position:relative;
	z-index:99;
}
.section-text h3
{
    color: #fff;
	font-size:18px;
}
.contact
{
	position: relative;
    padding: 30px 50px;
}
.testimonials
{
	width:1000px;
	margin:85px auto;
	position:relative;
	z-index:99;
}
.testimonials-inner
{
	border-bottom:solid 2px #4D4D4D;
	padding:20px 0;
}
.testimonials-inner p
{
    background: #2f2f2f;
    padding: 25px 40px;
    border-radius: 10px;
}
.testimonials-inner h3
{
    color: #fff;
	font-size:16px;
	font-style:italic;
}
.video-img
{
    padding:90px;
}
.video-img ul
{
	padding:0;
	margin:0;
	list-style:none;
    display: flex;
    flex-wrap: wrap;
}
.video-img ul li
{
	float:left;
	list-style:none;
	width:50%;
	padding:10px;
	text-align:center;
}
.video-img ul li h3
{
    color: #000;
	padding:10px 15px;
}
.video-img ul li a 
{
	display:block;
	height:26vw;
    position: relative;
}
.video-img ul li a span
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.1);
}
.video-img ul li a span:after
{
    content: "\f01d";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    font-family: 'FontAwesome';
    font-size: 4vw;
    text-align: center;
    padding: 33% 0;
    display:none;
}
.video-img ul li a iframe
{
	width:100%;
	height:100%;
}
.grtvideo-popup {
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background: rgba(0,0,0, 0.85);
	z-index:99999;
}

.grtvideo-popup-content {
	margin-top:150px;
	width:95%;
	max-width:850px;
	margin-left:auto;
	margin-right:auto;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(255,255,255,0.4);
	-moz-box-shadow: 0px 0px 8px 0px rgba(255,255,255,0.4);
	box-shadow: 0px 0px 8px 0px rgba(255,255,255,0.4);
	position:relative;
}

.grtvideo-popup-close {
	position:absolute;
	top:-35px;
	right:0;
	color:#FFF;
	font-size:25px;
	cursor:pointer;
}

.grtyoutube-iframe {
	width:100%;
	height:480px;
}

@media (max-width:767px) {
	.grtyoutube-iframe {
		width:100%;
		height:350px;
	}
}
.publication
{
    background: #000;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999999;
    width: 100%;
    height: 100%;
    overflow: auto;
}
.contact
{
	padding:100px;
}
.map
{
    position: relative;
    top: -19px;
}
.contact-text
{
    padding: 0 0 30px 0;
}
.contact-text h3
{
    color: #fff;
    font-size: 1.5em;
	margin:0;
}
.contact-text p
{
    margin-bottom:0;
}
.contact-left
{
	width:50%;
	padding:0 25px 0 0 ;
}
.contact-center
{
	width:30%;
	padding:40px 50px;
}
.contact-center h3
{
	font-size:1.5em; margin-top:0;
}
.contact-center h4
{
	text-transform:uppercase; 
}
.contact-center p
{
	
}
.contact-right
{
	width:50%;
	padding:0 0 0 25px;
	box-sizing:border-box;
}
.contact-right h3
{
	color:#cf0a27; font-size:1.5em; 
}
.contact-right p
{
	margin-bottom:12px;
	margin-top:10px;
}
.contact-right i
{
	color: #fff;
    border-radius: 50%;
    width: 33px;
    padding: 11px 10px;
    font-size: 11px;
    margin: 0 6px 0 0;
    text-align: center;
    text-decoration: none;
    background: #fd1f7d;
}
.contact-form
{
	
}
.contact label
{
	color: #000;
    font-size: 12px;
    margin-bottom: 6px;
    display: block;
}
.contact input[type=text], .contact input[type=email], .contact input[type=number]
{
    padding: 15px 0;
    box-sizing: border-box;
    width: 100%;
    border-bottom: solid 1px #484848;
    border-top:none;
    border-left:none;
    border-right:none;
    background: none;
    outline: 0;
    position: relative;
    margin-bottom: 20px;
    font-family: 'Kameron', serif;
	color:#fff;
	font-size:14px;
}
.contact input[type=file]
{
    background:none;
    padding: 15px 0;
    box-sizing: border-box;
    width: 100%;
    border: none;
    outline: 0;
    margin-bottom: 10px;
}
.contact textarea
{
    padding: 15px 0;
    box-sizing: border-box;
    width: 100%;
    border-bottom: solid 1px #484848;
    border-top:none;
    border-left:none;
    border-right:none;
    background: none;
    outline: 0;
    position: relative;
    margin-bottom: 20px;
    font-family: 'Kameron', serif;
	color:#fff;
	font-size:14px;
}
.select {
    background: #fff;
    padding: 15px 12px;
    box-sizing: border-box;
    width: 100%;
    border: none;
    outline: 0;
    margin-bottom: 10px;
}
.contact-button
{
	background: #cf0a27;
    border: none;
    padding: 12px 30px;
    outline: 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 10px;
    cursor: pointer;
    font-size: 12px;
    width: 100%;
	-webkit-transition:0.5s;
	-moz-transition:0.5s;
	-o-transition:0.5s;
	transition:0.5s; 
}
.contact-button:hover
{
	background: #4E4E4E;
}
.contact-left-form, .contact-right-form
{
    width: 49%;
}