﻿/*=======================================
    GENERAL STYLES
==================================================*/
body {
    font-family: 'Roboto', sans-serif;
    font-size:14px;
}

.nav a {
    color:#ffffff !important;
	font-weight:400;
}

.nav a:hover {
    color:#BC0000 !important;
	font-weight:400;
}
.navbar-header a {
    color:#ffffff !important;
    padding-right:40px;
	font-weight:400;
}

.text-center {
    text-align:center;
}

h1, h2, h3, h4, h5, h6 {
   font-family: 'Roboto', sans-serif;
}

h1 {
    line-height:120px;
    text-transform:uppercase;
     color: #AA1826;
}
h3 {
    line-height:30px;
    padding-bottom:20px;
}
h4 {
    line-height:40px;
    padding-bottom:40px;
}

p {
    font-weight:300;
    line-height:18px;
    padding-bottom:20px;
}

.space-pad {
    padding-bottom:50px;
}


.for-full-back {
	/* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	/* IE 5-7 */
	filter: alpha(opacity=1);
	/* Netscape */
	-moz-opacity: 1;
	/* Safari 1.x */
	-khtml-opacity: 1;
	/* Good browsers */
	opacity: 1;
}
.for-full-back2 {
	/* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	/* IE 5-7 */
	filter: alpha(opacity=0);
	/* Netscape */
	-moz-opacity: 0.9;
	/* Safari 1.x */
	-khtml-opacity: 0.9;
	/* Good browsers */
	opacity: 0.9;
}

section {
    padding-top:20px;
    padding-bottom:50px;
}
video-section {
  padding: 0  0  0  0;
}

/*=======================================
    COLOR CODES
==================================================*/
.color-white {
   background-color:#fff!important;
}
.color-dark {
   background-color:#696969!important;
}

.color-light {
   background-color:#B2BAC2!important;
}
.main-color-red {
    color: #AA1826;
}
/*=======================================
    HEADER STYLES
==================================================*/
.head-main {
    position: center;
	font-size:120px !important;
    font-weight:900!important;
    color:#fff!important;
    padding:100px 0px 0px;
}
.head-sub-main {
    font-size:25px !important;
    font-weight:600!important;
    color:#fff!important;
    padding:5px 20px 30px 5px;
}
.head-last {
	padding-top: 5px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 100px;
}

/*=======================================
    NAVIGATION STYLES
==================================================*/


nav {
	position: absolute;
	width: 100%;
    background: #fff;
    z-index:99;
}
.fixed {
	position: fixed; 
	top: 0; 
	min-height: 50px; 
	z-index: 99;
}

.navbar-inverse {
background-color: #000000;
border-color: #AA1826;
}

/*=======================================
    WORDS /ABOUT STYLES
==================================================*/

.about-div {
width: 100%;
min-height: 100px;
background-color: rgba(209, 209, 209, 0.24);
box-shadow: none;
border: 0;
padding: 50px 10px 30px 10px;
margin-bottom:20px;
}
#Parallax-one {
background-image: url("../img/1-1.jpg");
padding: 0;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
background-attachment: absolute;
min-height:300px;
}
.for-parallax-one {
    
    color:#fff;
    padding: 50px 20px 30px 20px;
    font-size:25px;
}


/*=======================================
    PRICING STYLES
==================================================*/


.plan {
    background: #eef1f3;
    padding: 0 0 15px 0;
    margin: 30px 0px;
    list-style: none;
    text-align: center;
  
    -webkit-transition: all 0.2s ease;
       -moz-transition: all 0.2s ease;
         -o-transition: all 0.2s ease;
            transition: all 0.2s ease;
}

.plan:hover {
          -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
}

.plan li {
    padding: 15px 0px;
    color: #434749;
    border-top: 1px dashed #000;
}

.plan li.plan-head {
padding: 15px 0px;
background-color: #585858;
color: #FFFFFF;
line-height: 20px;
font-size: 20px;
font-weight: 600;
border: none;
   }

.plan li.main-price {
padding: 25px 0px;
background-color: #BEBEBE;
color: #DF0000;
border: none;
font-weight: 900;
font-size: 30px;
}
#Parallax-two {
background-image: url("../img/6.jpg");
padding: 0;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
background-attachment: fixed;
min-height:500px;
}
.for-parallax-two {
    
    color:#fff;
    padding: 50px 20px 30px 20px;
    font-size:25px;
}

/*=======================================
    CONTACT STYLES
==================================================*/

#social-icon a {
    color:#616161!important;
    margin-right:10px;
}
.contact-cls {
    font-size:20px;
    line-height:40px;
}
/*=======================================
    FOOTER STYLES
==================================================*/


#footer {
    background-color:#000;
    color:#fff;
    padding:20px 50px 20px 50px;
    text-align:right;
}
