<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*--------------------
Color Scheme =======*/

input[type='submit'], .nav li.current a, .speaker-contacts &gt; .contact:hover, 
.social-icons li a:hover, .form-notification, .table-price, .gotop:hover, 
.preloader div, .owl-btn.prev:hover, .owl-btn.next:hover,
.flex-control-paging li a.flex-active, .flex-control-paging li a.flex-active:hover, 
.owl-page.active span, .owl-page.active span:hover,
.preloader, .preloader:before, .preloader:after, div.fancy-select div.trigger.open,
div.fancy-select ul.options li.selected, div.fancy-select ul.options li.selected.hover  {
	background-color:#A90322; /* &lt;- Paste here your prefered color */
}

a, .accordion-heading span, .speaker-contacts &gt; .contact, 
.table-features li.fa-check-circle, .owl-btn.prev,
.owl-btn.next, div.fancy-select ul.options li.hover {
	color:#B11C38; /* &lt;- Paste here your prefered color */
}

.speaker:hover .speaker-photo, .speaker-contacts &gt; .contact, 
.social-icons li a:hover, .gotop:hover, .speaker-contacts &gt; .contact:hover {
	border-color:#C41A3A; /* &lt;- Paste here your prefered color */
}



/*--------------------
Reset ==============*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,hr,th,td {
	margin:0; 
	padding:0;
}



/*--------------------
General ============*/
body {
	-webkit-font-smoothing: antialiased;
}

a, a:hover, a:active, a:focus {
  outline: 0;
  text-decoration: none;
}

a {
    text-decoration:none;
}

a:hover {
	color: #bbbac0;
    text-decoration:none;
}

p {
    font-size: 15px;
    line-height:28px;
    font-family: calibri;
    margin-bottom: 10px;
    text-align: justify;
}

h1,h2,h3 {
font-family: 'Fjalla One', sans-serif;
    line-height: 1.4em;
    color: #222222;
    margin:0px 0;
    text-transform: uppercase;
}

h4,h5 {
	font-family: 'Open Sans', sans-serif;
	line-height: 1.5em;
	color: #555555;
	margin: 10px 0;
}

h1 {
    font-size: 5.5rem;
}

h2 {
    font-size: 3.4rem;
}

h3 {
font-size: 21px;
    padding: 10px 0 0 0px;
}

h4 {
    font-size: 1.8rem;
}

h5 {
    font-size: 1.6rem;
}

blockquote {
	font-size: 1.6rem;
	line-height: 1.6em;
	border-left: 3px solid #efefef;
	padding: 1rem 0 1rem 1rem;
	margin: 1rem 0;
}

ul,ol {
	font-size: 1.6rem;
	line-height: 1.6em;
	padding: 0 0 0 2rem;
	margin: 1rem 0;
}

ul {
	list-style-image: url(../images/ul.png);
}

hr {
	height: 2px;
    margin-top: 2rem;
    margin-bottom: 2rem;
    background: #efefef;
}

input,
textarea,
select {
	margin-bottom: 15px;
	background: #ffffff;
	border-radius: 5px;
	font-size: 1.6rem;
	color: #555555;
}

select {
    cursor: pointer;
    line-height: 5.6rem;
    padding: 1.7rem 1.5rem;
    -webkit-appearance: menulist-button;
}

input[type='submit'] {
	height: 6rem;
	font-size: 2.5rem;
	color: #ffffff;
	border-bottom: 3px solid rgba(0, 0, 0, 0.2);
	transition: all 0.1s;
	-moz-transition: all 0.1s;
	-webkit-transition: all 0.1s;
	-o-transition: all 0.1s; 
    width: 100%;
    border: none;
margin:-5px 0 10px 0px;
}

input[type='submit']:hover {
	opacity: 0.9;
}

input[type='submit']:active {
	border-bottom: 1px solid #b85146;
}

.box {
	background: #fff;
	border-radius:5px;
	padding:0 40px;
box-shadow: 0 0 5px 0 rgba(26, 27, 27, 0.84);
background-image:url(../images/bg1.jpg);
   
}

#header {
	position: relative;
	margin-bottom:0px;
	overflow: hidden;
}

.header-panel {
	position: absolute;
	width: 100%;
	min-height: 100px;
	top: 0;
	margin-top: 50px;
	z-index: 55;
}

.header-menu {
	position: relative;
    width: 100%;
    margin-top: -4px;
    padding: 0 0px;
    z-index: 55;
}

.header-menu.sticky {
	position: fixed;
	margin-top: -20px;
	-moz-animation: bounceInDown 0.5s;
	-webkit-animation: bounceInDown 0.5s;
	animation: bounceInDown 0.5s;
}

.header-menu.fixed {
	-moz-animation: bounceIn 0.5s;
	-webkit-animation: bounceIn 0.5s;
	animation: bounceIn 0.5s;
}

.header-menu &gt; .box {
	padding-top:0px;
	padding-bottom: 0px;
    box-shadow: 0 0 5px 0 rgba(26, 27, 27, 0.84);
    opacity: 0.9;
margin: 0 0 15px 0px;
}

.header-menu.sticky &gt; .box {
	padding-top: 0;
	padding-bottom: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;

}

.header-bg {
	position: relative;
	height: 565px;
	overflow: hidden;
    top: -18px;
}

.header-bg:before {
	top: 0;
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	content: "";
	background: url(../images/bg.png) repeat;
	z-index: 40;
}

.content {
	position: relative;
    padding: 0 15px;
    z-index: 50;
}

.content section {
	padding: 50px 0;
}

.content section#features:first-child {
	padding: 40px 0;
}

.content section + section:before {
	display: block;
	margin: -50px 15px 50px;
	content: "";
	height: 2px;
	background: #efefef;
}

.content section.separated:before {
	display: none;
}

.content section.separated { 
	    border-top: 10px solid #A90830;
    border-bottom: 10px solid #CB1A3C;
	margin: 0 -40px 0px;
	padding: 50px 30px;
}

.section-header {
	margin-bottom: 45px;
}

.section-header h2,
.section-header h4 {
	margin: 0;
}

#footer {
	position: relative;
    float: left;
    width: 100%;
    min-height: 300px;
    margin-top:-175px;
}

.footer {
	position: absolute;
	bottom: 0;
	padding:0 25px;
	width: 100%;
}

.footer section {
	padding:28px 0 0 0;
}



/*--------------------
Main Slider ========*/
.main-slider .slides img {
	position: absolute;
	width: 100%;
	min-width: 1200px;
	left: 50%;
}



/*--------------------
Header CTA ========*/
.header-cta {
	position: absolute;
	width: 100%;
	padding: 0 15px;
	z-index: 50;
	bottom: 120px;
}

.header-cta .blk {
	float: left;
	padding: 10px;
	border-radius: 5px;
	background: rgba(0, 0, 0, 0.5);
	margin-top: 10px;
}

.header-cta h1 {
	margin: 0;
	color: #ffffff;
	line-height: 1.2em;
}

.header-cta input[type="submit"] {
	margin: 0;
}



/*--------------------
Navigation =========*/
.nav a {
	float: left;
	padding: 8px 10px;
}

.nav a:hover {
	background: #efefef;
	transition: all 0.1s;
	-moz-transition: all 0.1s;
	-webkit-transition: all 0.1s;
	-o-transition: all 0.1s; 
}

.navbar-nav {
	float: right;
	margin:40px 0 0 0px;
}

.navbar-nav &gt; li {
	float: left;
	overflow: hidden;
	border-radius: 2px;
}

.navbar-nav &gt; li + li {
	margin-left:40px;
}

.navbar-nav &gt; li &gt; a {
	line-height: 2.4rem;
	padding:10px 5px 10px 5px;
	font-size: 1.5rem;
	border-radius: 2px;
    text-transform: uppercase;
	color: #555555;
	overflow: hidden;
}

.navbar-nav &gt; li.current &gt; a {
	color: #ffffff;
}

.navbar-brand {
    float: left;
    font-size: 1.8rem;
    height: 6rem;
    color: #222222;
    line-height: 4rem;
    font-size: 3.8rem;
    font-weight: 700;
    padding: 1rem 0;
}

.navbar-brand span {
    margin-right: 10px;
    color: #bbbac0;
}

.navbar-brand:hover {
	color: #222222;
}

.navbar-brand.logo &gt; img {
    max-height: 40px;
    width: auto;
}
.logo{
width:auto;
height:auto;
margin:0 0 0 0px;
padding: 5px 0 5px 0px;
}
.navbar-brand:hover span {
	-moz-animation: flip 0.5s;
	-webkit-animation: flip 0.5s;
	animation: flip 0.5s;
}

.navbar-toggle {
	float: right;
	height: 40px;
	margin: 10px 0;
	background:#000000;
	border-radius: 5px;
	border:2px solid #FDE426;
}

.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
    border-radius: 1px;
    background: #ffffff;
}

.navbar-toggle.collapsed {
	background: #CA1733;
}

.navbar-toggle.collapsed .icon-bar {
	background:#FFFFFF;
}

.navbar-collapse {
	padding: 0;
}



/*--------------------
Home ===============*/
.home-background {
	max-height: 48.5rem;
	overflow: hidden;
}

.home-background img {
	width: 100%;
}



/*--------------------
Map ===============*/
#map_canvas {
	height: 520px;
}



/*--------------------
Tabs ===============*/
.nav-tabs {
	border: 0;
}

.nav-tabs &gt; li {
	float: left;
}

.nav-tabs &gt; li &gt; a {
	font-family:'Fjalla One', sans-serif;
	font-size: 2.2rem;
	color:#252525;
	padding: 1rem 4rem;
border: #ECEBEB solid 1px !important;
}

.nav-tabs &gt; li.active a{
	background: #efefef;
	border: 0;
}

.nav-tabs &gt; li a:hover{
	background:#B11C38;
	border: 0;
}

.nav-tabs &gt; li &gt; a {
	border: 0;
}

.nav-tabs &gt; li.active &gt; a,
.nav-tabs &gt; li.active &gt; a:hover,
.nav-tabs &gt; li.active &gt; a:focus {
    color: #FFFFFF;
    background-color:#B11C38;
    border: 0;
    cursor: pointer;
}



/*--------------------
Accordion ==========*/
.accordion-group {
	border-radius: 5px;
	margin: 0 0 10px 0;
	padding: 0;
	overflow: hidden;
}

.accordion {
    background: #FFFFFF;
    padding:15px 15px;
    overflow: hidden;
    border: #E8E6E6 solid 1px;
}

.accordion + .accordion {
	border-top: 3px solid #ffffff;
}

.accordion-heading {
	display: block;
	position: relative;
	min-height: 4rem;
}

.accordion-title {
min-height: 4rem;
    margin: 0;
    padding: 0.5rem 4rem 0 9rem;
    font-size: 1.8rem;
    line-height: 3rem;
    color: #464444;
    font-family: 'Fjalla One', sans-serif;
}

.accordion-title:first-child {
	padding: 0.5rem 4rem 0 0;
}

.accordion-heading span {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 3rem;
	line-height: 4rem;
	cursor: pointer;
}

.accordion.active span.fa-plus-circle:before {
  content: "\f056";
}

.accordion-heading time {
	float: left;
	margin-right: 2rem;
	padding: 0 1.5rem;
	background: #bbbac0;
	border-radius: 5px;
	font-size: 1.6rem;
	line-height: 4rem;
	font-weight: 700;
	color: #ffffff;
}

.accordion-body {
	display: none;
	padding-top: 20px;
}



/*--------------------
Speaker's ==========*/
.speaker {
	max-width: 234px;
    margin: 0 auto 20px;
    text-align: center;
}

.speaker h3 {
	margin-bottom: 0;
}

.speaker p {
	font-size: 14px;
	line-height: 1.8em;
}

.speaker-info {
	position: relative;
}

.speaker-photo {
	width: 100%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	border: 7px solid #efefef;
	vertical-align: middle;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	overflow: hidden;
}

.speaker-photo img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	width: 100%;
	height: auto;
}

.speaker:hover .speaker-contacts {
	display: block;
	-moz-animation: bounceIn 0.5s;
	-webkit-animation: bounceIn 0.5s;
	animation: bounceIn 0.5s;
}

.speaker-contacts {
	display: none;
	position: absolute;
	top: 50%;
	width: 100%;
	margin-top: -28px;
}

.speaker-contacts &gt; .contact {
	width: 5.8rem;
	font-size: 2.2rem;
	line-height: 5rem;
	background: #ffffff;
	border-radius: 50%;
	border: 4px solid;
}

.speaker-contacts &gt; .contact.pull-left {
	margin-left: -30px;
}

.speaker-contacts &gt; .contact.pull-right {
	margin-right: -30px;
}

.speaker-contacts &gt; .contact:hover {
	color: #ffffff;
}



/*--------------------
Video ==============*/
.video {
position: relative;
    padding: 20px;
    background: #FFFFFF;
    border-radius: 5px;
    border: #EAEAEA solid 1px;
}

.video iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}



/*--------------------
Event Info =========*/
.event-info {
	float: left;
	width: 100%;
	margin-top: 10px;
}

.event-info .icon {
    float: left;
    width: 8rem;
    color:#C7112C;
    font-size: 3.4rem;
    line-height: 7.4rem;
    text-align: center;
    border-radius: 50%;
    border:3px solid #B8082A;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: 0.7s ease-in-out;
    -moz-transition: 0.7s ease-in-out;
    -ms-transition: 0.7s ease-in-out;
    -o-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
}

.event-info .icon:hover {
    float: left;
    width: 8rem;
    color: #E6A404;
    font-size: 3.4rem;
    line-height: 7.4rem;
    text-align: center;
    border-radius: 50%;
    border: 3px solid #E6A404;
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
}

.event-info .info {
	padding: 1.3rem 0 0 9rem;
}

.event-info h3 {
margin: 0;
    font-size: 15px;
    text-align: center;
text-transform: capitalize;
}

.event-info span {
	color: #bbbac0;
	margin-top: -5px;
}



/*--------------------
Pricing Tables =====*/
.pricing-table {
	width: 100%;
	margin: 0 0 20px 0;
	background:#FFFFFF;
    padding: 0 0 4px 0px;
	text-align: center;
	overflow: hidden;
    border: #DEDDDD solid 1px;
}
strong{
font-family: 'Fjalla One', sans-serif;
    font-size: 16px !important;
    color: #A90322;
    font-weight: normal;
}
.table-title {
	margin: 0;
}

.table-price {
	font-family:'Fjalla One', sans-serif;
	color: #ffffff;
	font-size: 2.6rem;
}

.table-title,
.table-price,
.table-features li {
	padding: 0 20px;
	line-height: 6rem;
font-size:18px;
}

.table-price,
.table-features li {
	
}

.table-features {
	margin: 0;
	padding: 0;
}

.table-features li {
	display: block;
	width: 100%;
	font-size: 2.6rem;
	color: #bbbac0;
}

.table-features li span {
	margin-left: 10px;
	font-family: 'Open Sans', sans-serif;
	font-size: 2rem;
}

.pricing-features {
	margin-top: 3px;
	padding-top: 12rem;
	text-align: left;
	list-style: none;
}

.pricing-features li {
	line-height: 6rem;
	border-top: 3px solid #ffffff;
	font-size: 2.2rem;
	color: #222222;
}



/*--------------------
Social Icons =======*/
.social-icons {
    margin: 0 0 0px 0;
    padding:0px 0 0 52px;
    list-style: none;
    overflow: hidden;
}

.social-icons li {
	float: left;
	margin: 0 10px 10px 0;
}

.social-icons li a {
	width: 4.4rem;
    border: 2px solid #bbbac0;
    border-radius: 50%;
    color: #bbbac0;
    line-height: 4rem;
    font-size: 2rem;
    text-align: center;
    transition: all 0.1s;
    -moz-transition: all 0.1s;
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
}

.social-icons li a:hover {
	color: #ffffff;
}



/*--------------------
Forms ==============*/
.form {
	position: relative;
	float: left;
	width: 100%;
	margin: 0 0 50px 0;
	padding: 15px 0 6px 0;
	border:#ADA7A7 solid 1px;
    background:#FDE426;
    border-radius: 5px;
}

.form-notification {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	color: #ffffff;
	font-size: 3rem;
	line-height: 9rem;
	text-align: center;
}

.not-valid {
	border: 2px solid #BBBAC0;
}



/*--------------------
Go Top =============*/
div.gotop {
	position: absolute;
	bottom: -35px;
	left: 50%;
	width: 7rem;
	height: 7rem;
	margin-left: -35px;
	background: #ffffff;
	border-radius: 50%;
	border: 3px solid #efefef;
	font-size: 2.2rem;
	line-height: 6.4rem;
	color: #BBBAC0;
	text-align: center;
	cursor: pointer;
}

.gotop:hover {
	color: #ffffff;
}



/*--------------------
Preloader ==========*/
#preloader {
	position: absolute;
    height: 100%;
    width: 100%;
    background: #efefef;
    z-index: 45;
}

#preloader.ready {
	display: none;
}


/* -------------- loader6 -------------- */

.preloader{
	position: relative;
	width: 12px;
	height: 12px;

	top: 46%;
	top: -webkit-calc(50% - 6px);
	top: calc(50% - 6px);
	left: 46%;
	left: -webkit-calc(50% - 6px);
	left: calc(50% - 6px);
	
	border-radius: 12px;
	-webkit-transform-origin:  50% 50%;
			transform-origin:  50% 50% ;
	-webkit-animation: preloader 1s ease-in-out infinite;
			animation: preloader 1s ease-in-out infinite;
}

.preloader:before{
	content: "";
	position: absolute;
	opacity: 0.5;
	top: 0px;
	left: -25px;
	height: 12px;
	width: 12px;
	border-radius: 12px;
}

.preloader:after{
	content: "";
	position: absolute;
	opacity: 0.5;
	top: 0px;
	left: 25px;
	height: 12px;
	width: 12px;
	border-radius: 12px;
}


@-webkit-keyframes preloader{
    0%{-webkit-transform:rotate(0deg);}
    50%{-webkit-transform:rotate(180deg);}
    100%{-webkit-transform:rotate(180deg);}
}

@-o-keyframes preloader{
    0%{-o-transform:rotate(0deg);}
    50%{-o-transform:rotate(180deg);}
    100%{-o-transform:rotate(180deg);}
}

@keyframes preloader{
    0%{transform:rotate(0deg);}
    50%{transform:rotate(180deg);}
    100%{transform:rotate(180deg);}
}


/*--------------------
Copyrights =========*/
.copyrights {
	margin-top: -5px;
	font-size: 1.2rem;
	line-height: 1.4em;
	color: #BBBAC0;
    text-align: center;
}

.contact-box{
width:580px;
float:left;
margin:0 0 0 0px;
}

.map-box{
    width: 500px;
    float: right;
    margin: 0 0 0 0px;
    border: #E0DEDE solid 1px;
    padding: 2px;
}
textarea{
padding:16px 0 0 16px;
}

.marquee-box{
width:800px;
height:100px;
margin:0 0 0 0px;
float:left;

}
.marquee-box img{
border:#CCCCCC solid 1px !important;
padding:2px;
margin:3px;
}
.copy-right{
width: 318px;
    height: 147px;
    float: right;
    margin: 0 0 0 0px;
    overflow-x: hidden;

}
#ex3::-webkit-scrollbar{
width:10px;
background-color:#FFFFFF;
} 
#ex3::-webkit-scrollbar-thumb{
background-color:#B11C38;
 
}
 
#ex3::-webkit-scrollbar-track{
border:1px #CCCCCC solid;
} 
.testi-box {
    width: 100%;
    height:168px;
    margin: 45px auto;
    border: #C30025 solid 1px;
    border-bottom: #C30025 solid 5px;
    border-radius: 5px;
}
.test-col{
width:100%;
height:auto;
margin:auto;
}
input[type="text"], textarea {
    margin: 0;
    padding: 0 6px;
    line-height: 40px;
    vertical-align: middle;
    background: none;
    border: 1px solid #7D84DF;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 400;
    border-radius: 2px;
    color: #464343;
    font-style: italic;
    -moz-border-radius: 0;
    width: 100% !important;
    background-color: #FFFFFF;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    margin: 6px 0 0 0px;
}
.content-col{
width:100%;
height:auto;
margin:auto;
}
.sub-content{
width:820px;
height:auto;
float:left;
margin:0 0 0 0px;
}
.right-box{
width:300px;
height:auto;
float:right;
margin:0 0 0 0px;
}
.send-box-main{
    width: 300px;
    height: auto;
    float: right;
    margin: 0 0 0 0px;
    background: #FDE426;
    padding: 15px;
    border: #BBB6B6 solid 1px;
}
.send-box{
    width: auto;
    height: auto;
    margin:-30px 0 0 0px;
}
.send-text{
width:232px;
height:46px;
margin:auto;
top: -62px;
position: relative;
}
.banner-sub-box{
    width: 300px;
    height: auto;
    float: right;
    margin: 15px 0 0 0px;
  
    display: table;
}

.astro-banner{
width:100%;
height:auto;
float:left;
margin: 0 0 0 0px;
}
 .astro-banner-1{
    width:820px;
    border: #DAD8D8 solid 1px;
    padding: 2px;
	float:left;
    margin: 15px 0 0 0px;
}
 .astro-banner-1 img{
    width:100%;
}

.footer-sub{
width: 100%;
    height: auto;
    margin: auto;
    z-index: 1;
    position: relative;
}

.f-menu{
    font-family: calibri;
font-size: 14px;
    float: left;
    color: #333333;
    line-height: 30px;
    padding: 0 0 0 0px;
    margin: 0 0 0 0px;
    width: 288px;
    text-transform: capitalize;
    font-weight: bold;
}
.f-menu:hover{
    color: #AD1031;
}
.f-text{
    font-family: 'Fjalla One', sans-serif;
    font-size: 38px;
    text-align: center;
    line-height: 30px;
    color: #AD1031;
    margin: auto;
    padding: 0 0 35px 0px;
    text-transform: uppercase;
}
.r-text{
    font-family: 'Fjalla One', sans-serif;
font-size:14px;
float:right;
color:#990000;
padding:0 0 0 0px;
}
.banner-small-col{
width:700px;
height:auto;
margin:auto;
}
.menu-box{
width:400px;
float:right;
height:auto;
}
.menu{
font-family: 'Fjalla One', sans-serif;
font-size:14px;
color:#000000;
text-align:center;
padding:0 0 0 0px;
margin:0 0 0 0px;
}

.cer-box-main{
width:100%;
height:auto;
margin:auto;
    padding: 0px 0 30px 0px;
    float: left;
}
.cer-box-main img{
    width: 217px;
    height: 200px;
border:#CCCCCC solid 1px;
padding:2px;
    margin: 2px;
}
.cer-box{
width:217px;
height:200px;
margin:0 0 0 0px;
float:left;
border:#CCCCCC solid 1px;

}
.cer-box img{
width:100%;
height:100%;
}

.center-logo{
    width: 100px;
    height: auto;
    margin: 0 0 0 70px;
    float: left;
}
 
.key{
    width: 100%;
    height: auto;
    margin: auto;
    background-color: #af1631;
    z-index: 111;
    position: relative;
}
.key h1{
    font-family: arial;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    padding: 0;
    text-transform: none;
    margin: 0;
}

.location-box {
    width: 1172px;
    margin: auto;
    padding: 10px 0 20px 0px;
    z-index: 11111;
    position: relative;
}
.location-heading {
    width: 100%;
    font-family: 'Fjalla One', sans-serif;
    font-size: 16px;
    color:#b11c38;
    line-height: 30px;
    padding: 10px 0px 5px 5px;
    margin: auto;
}
.location-sub{
width:100%;
height:auto;
margin:auto;
}
.footer_text {
    font-family:calibri;
    font-size: 14px;
    color:#333333;
    line-height: 25px;
    float: left;
	font-weight: bold;
    text-decoration: none;
    margin: 0px;
    padding: 0 0 0 5px;
}
.footer_text:hover{
color:#b11c38;
}
.call_now {
    top: 335px;
    left: -3px;
    position: fixed;
    z-index:111;
}
.left-contact-box {
    width: auto;
    margin: 0 0 0 0px;
    background-image: url(../images/call-bg.png);
    font-family: 'Fjalla One',sans-serif;
    font-size: 16px;
    text-align: center;
    color: #FFFFFF;
    padding: 10px;
    border-radius: 0 8px 8px 0px;
}
.left-contact-box span {
    padding: 0 0 0 0px;
    float: left;
    text-align: center;
    width: 100%;
}
@media (max-width: 767px){
.sub-content{
width:100%;
margin: 0 0 45px 0px;
}
.right-box{
width:100%;
float:none;
}
.send-box-main{
width:100%;
}
.astro-banner{
width:100%;
}
.astro-banner-1{
width:100%;
}
.banner-sub-box{
width:100%;
}
.banner-sub-box img{
width:100%;
}
.marquee-box{
width:100%;
}
.f-menu{
width:100%;
font-family:Tahoma;
}
h2{
text-align:center;
}
.copy-right{
margin: 60px auto;
width:100%;
}
 #header{
    overflow: inherit;
}
.header-bg1 {
    height:auto;
}
.main-slider .slides img{
width:100%;
min-width:100% !important;
margin-left:0px !important;
left:0px;
}
.testi-box{
width:100%;
}
.pricing-table{
    padding: 0 0 20px 0px;
}
.banner-small-col{
width:100%;
}
.sub-content img{
height:auto !important;
}
.navbar-nav &gt; li &gt; a{
font-size:15px;
}
.cer-box{
margin:auto !important;
float:none;
width:100%;
height:auto;
}
.cer-box-main{
float:none;
}
input[type='submit']{
    margin: 10px 0 10px 0px;
}
.location-box{
width:100%;
}
.header-menu.sticky{
position:inherit;
}
.center-logo{
margin:auto;
float:none;
}
}


/*
playback timings (ms):
  captures_list: 299.204
  exclusion.robots: 0.088
  exclusion.robots.policy: 0.078
  cdx.remote: 0.061
  esindex: 0.01
  LoadShardBlock: 274.787 (3)
  PetaboxLoader3.datanode: 257.183 (4)
  load_resource: 111.372
  PetaboxLoader3.resolve: 50.448
*/</pre></body></html>