body{
	margin:0;
	font-family: 'Exo', sans-serif;
}

ul{
	margin:0;
	padding:0;
	list-style:none;
}

.textcolor{
    color: #B71C1C;
}



.container{
	width:90%;
	max-width:960px;
	margin:auto;
}

.header-area{
	overflow:hidden;
	position:relative;
	display:block; 
	height:100%;
	padding-top:50px;
}
.header-top{
	overflow:hidden;
	background:#d20024;
	padding:10px 0;
}
.header-top h1{
	text-align:center;
	text-transform:uppercase;
	color:#ffffff;
	font-weight:600;
}
.header-top h1 span{
	font-weight:100;
}
.header-bottom{
	overflow:hidden;
	background:#171514;
	padding:20px 0;
}
.logo-area{
 overflow:hidden;
 float:right;
 margin-right:80px;
}
.logo{
	overflow:hidden;
}
.logo img{
	margin-left:20px;
}
.logo h2{
	color:#00a8ec;
	text-transform:uppercase;
	
}

.menu{
	overflow:hidden;
}
.menu ul li{
	float:left;
}
.menu ul li a span{
	font-weight:300;
	color:#b3aca9;
}
.menu ul li  a:hover span{
	color:#ffffff;
}
.menu ul li a:hover {
	color:#b3aca9;
}
.menu ul li a{
	color:#ffffff;
	padding:5px 10px;
	text-decoration:none;
	font-size:22px;
	border-right:1px solid #ffffff;
	font-weight:600;
}
.menu ul li .noborder{
	border-right:0;
}

.section-area{
	overflow:hidden;
	background:#EFEFEF;
	padding-bottom:20px;
}
.one{
	overflow:hidden;
  padding:10px;
}
.left{
	overflow:hidden;
	width:40%;
	margin-right:5%;
	float:left;
}
.right{
	overflow:hidden;
	width:55%;
  border-bottom:2px solid #252126;
  padding-bottom:20px;
}
.left img{
	width:100%;
}
.section-area .batton{
	background:#db0024;
	color:#ffffff;
	padding:10px 35px;
	font-size:16px;
	font-weight:600;
	text-decoration:none;
	border-radius:5px;
	display:inline-block;
}
.section-area .batton2{
	background:#db0024;
	color:#ffffff;
	padding:10px 35px;
	font-size:16px;
	font-weight:600;
	text-decoration:none;
	border-radius:5px;
	display:inline-block;
	margin-top:54px;
}
.batton:hover{
 background:#252126;
}
.batton2:hover{
 background:#252126;
}
.left .img{
 margin-top:63px;
}
.right h1 img{
	width:18%;
}
.right h1{
	font-size:85px;
	font-weight:600;
	color:#171514;
	margin-bottom:0;
}
.right p{
	color:#171514;
	font-size:24px;
	font-weight:200;
	margin-top:10px;
	padding-bottom:38px;
	
	
}

.two{
	overflow:hidden;
  padding:10px;
}
.two-left{
	overflow:hidden;
	padding-bottom:20px;
	border-bottom:2px solid #252126;
	width:58%;
	float:left;
}
.two-right{
	overflow:hidden;
	width:42%;
}
.two-right img{
	width:100%;
}
.two-left h2 img{
	width:10%;
}
.two-left p{
	color:#171514;
	font-size:24px;
	font-weight:200;
	margin-top:10px;
}
.two-left h1{
	font-size:85px;
	font-weight:600;
	color:#171514;
	margin-bottom:0;
}
.section-area h2{
 font-weight:300;
 color:#171514;
}
.footer{
	overflow:hidden;
	background:#EFEFEF;
	padding-bottom:20px;
}
.footer-one{
	overflow:hidden;
	float:right;
}
.footer-one p{
	font-size:20px;
	font-weight:300;
	float:left;
	margin-top:74px;
	margin-right:-94px;
	color:#171514;
	
	}
.footer-one img {
	width:44%;
	float:right;
	display:block;
}

@media all and (max-width: 849px){
.left{
 width:100%;
 float:none;
 margin:0;
 text-align:center;
}
.right{
 width:100%;
 text-align:center;
}
.two-left{
 width:100%;
 float:none;
 margin:0;
 text-align:center;
}
.two-right{
 width:100%;
 text-align:center;
}
}
@media all and (max-width: 450px){
	.section-area h1{
	 font-size:60px;
	}
}

@media all and (max-width: 400px){
 .menu ul li{
  float:none;
 }
 .menu ul li a{
  border:0;
  padding:10px 10px;
 }
 .logo-area{
 float:none;
 margin:0;
 text-align:center;
 }
 .footer-one p{
  margin:0;
 }
}


#fade{
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index:1001;
    -moz-opacity: 0.8;
    opacity:.80;
    filter: alpha(opacity=80);
}


#contact-form
{
    
    font-family:'Open Sans Condensed', sans-serif;
    position: absolute;
    top: 12%;
    left: 10%;
    width: 25%;
    min-width:25%;
    border: 0px solid #FFF;
    background-color:#fff;
    z-index:1002;
    overflow:visible;
    border-radius:0px;
    box-shadow: 1px solid #c2c2c2;
}



#login-form
{

    
    border: 0px solid #FFF;
    background: #FFF;
    z-index:1002;
    overflow:visible;
    border-radius:0px;
    box-shadow: 1px solid #c2c2c2;
}

#contact-form input[type=submit], 
#login-form input[type=submit]
 {
  font-family:'Open Sans Condensed', sans-serif;
  text-transform:uppercase;
  outline:none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    background-color: #5C8CA7;
    padding: 10px;
    color: white;
    border: 1px solid #3498db;
    border-radius: 3px;
    font-size: 1.5em;
    font-weight: bold;
    margin-top: 5px;
    cursor: pointer;
  position:relative;
  top:0;
}

/*.contact-form{
    position:relative;
}*/
 .contact-form h3,
 .login-form h3
{
    padding:5px 5px;
}
.contact-form span, 
.login-form span
{
    display:block;
    font-size:0.8125em;
    color:#000;
    padding-bottom:5px;
    vertical-align: middle;
}
.contact-form input[type="text"],
.contact-form input[type="number"],
.contact-form textarea, 
.contact-form input[type="date"], 
.contact-form input[type="email"],  
.contact-form input[type="password"], 
.contact-form select,

.login-form input[type="text"],
.login-form input[type="number"],
.login-form textarea, 
.login-form input[type="email"],  
.login-form input[type="password"], 
.login-form select

{
   padding: 15px 20px;
    border-radius: 3px;
  margin:5px auto;
  background-color:#f7f7f7;
    border: 1px solid silver;

    -webkit-box-shadow: inset 0 1px 5px rgba(0,0,0,0.2);
    box-shadow: inset 0 1px 5px rgba(0,0,0,0.2), 0 1px rgba(255,255,255,.8);
    width: 100%;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  -webkit-transition:background-color .5s ease;
-moz-transition:background-color .5s ease;
-o-transition:background-color .5s ease;
-ms-transition:background-color .5s ease;
transition:background-color .5s ease;
}
.contact-form textarea,
.login-form textarea
{
    resize:none;
    height:120px;       
}

/*  GO FULL WIDTH AT LESS THAN 640 PIXELS */

@media only screen and (max-width: 640px) and (min-width: 480px) {
  
   .contact-form input[type="text"],
   .contact-form input[type="number"],
   .contact-form textarea,
   .contact-form input[type="email"],  
   .contact-form input[type="password"], 
   .contact-form select,
   .login-form input[type="text"],
   .login-form input[type="number"],
   .login-form textarea,
   .login-form input[type="email"],  
   .login-form input[type="password"], 
   .login-form select

   {
        width:97%;
    }
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
    
    .contact-form input[type="text"],
    .contact-form input[type="number"],
    .contact-form textarea,
    .contact-form input[type="email"],  
    .contact-form input[type="password"], 
    .contact-form select,
    .login-form input[type="text"],
     .login-form input[type="number"],
   .login-form textarea,
   .login-form input[type="email"],  
   .login-form input[type="password"], 
   .login-form select
    {
        width:92%;
    }
    
    #contact-form, #login-form{
        top:10% !important;
        left:0% !important;
        width:100% !important;
    }
    .content-section-a .pfaq{
        margin: 0px !important;
    }
}


@media(max-width:767px) {
    
    #contact-form, #login-form{
        top:10% !important;
        left:0% !important;
        width:100% !important;
    }

    .content-section-a .pfaq{
        margin: 0px !important;
    }
}


.footer-bottom{
  padding:3% 0;
  background: #303441;
  position: relative;
}
.copy{
  float:left;
  
}
.copy p{
  font-family: 'Open Sans', sans-serif;
  color: #666D89;
  line-height: 1.8em;
}
.social-footer{
  float:right;
}
.social-footer li{
  display:inline-block;
}
.copy p a{
  color:#fff;
}
.copy p a:hover{
  color: #666D89;
}

li.facebook a span{
  height: 35px;
  width: 35px;
  display: block;
  background: url(../images/social.png) no-repeat;
}
li.facebook a span:hover{
  background: url(../images/social.png) no-repeat 0px -40px;
  height: 35px;
}
li.google a span{
  height: 35px;
  width: 35px;
  display: block;
  background: url(../images/social.png) no-repeat -78px 0px;
}
li.google a span:hover{
  background: url(../images/social.png) no-repeat -78px -40px;
  height: 35px;
}
li.twitter a span{
  height: 35px;
  width: 35px;
  display: block;
  background: url(../images/social.png) no-repeat -39px 0px;  
}
li.twitter a span:hover{
  background: url(../images/social.png) no-repeat -39px -40px;
  height: 35px;
}
li.rss a span{
  height: 35px;
  width: 35px;
  display: block;
  background: url(../images/social.png) no-repeat -115px 0px; 
}
li.rss a span:hover{
  background: url(../images/social.png) no-repeat -115px -40px;
  height: 35px;
}

.wrap{
  width:80%;
  margin:0 auto;
  -moz-transition:all .2s linear;
  -webkit-transition:all .2s linear; 
  -o-transition:all .2s linear; 
  -ms-transition:all .2s linear;
}

/***** Media Quries *****/
@media only screen and (max-width: 1024px) {
  .wrap{
    width:95%;
  } 
}
/*  GO FULL WIDTH AT LESS THAN 640 PIXELS */
@media only screen and (max-width: 640px) and (min-width: 480px) {
  .wrap{
    width:95%;
  }
}
/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
@media only screen and (max-width: 480px) {
     
     .wrap{
    width:95%;
  }   
}

/*--responsive design--*/
@media (max-width:1366px){
  .wrap{
    width:90%;
  }
  
}
@media (max-width:1280px){
  .wrap{
    width:90%;
  }
  
}
@media (max-width:1024px){
  .wrap{
    width:90%;
  }
  
  .copy {
    padding-top:5px;
  }
  
  .social-footer {
    padding-right:10px;
  }
}
@media (max-width:800px){
  .wrap{
    width:90%;
  }
  
  .copy {
    padding-top:10px;
  }
  
  .social-footer {
    padding-right: 20px;
  }
  
}
@media (max-width:768px){
  .wrap{
    width:90%;
  }
  
  .copy {
    padding-top:5px;
  }
  
  
  .social-footer {
    padding-right: 20px;
  }
  
}
@media (max-width:640px){
  .wrap{
    width:90%;
  }
  
  .copy {
    padding-top:5px;
  }
  .social-footer {
    padding-right: 20px;
  }
  
}
@media (max-width:480px){
  .wrap{
    width:90%;
  }
  
  .copy {
    /*padding-bottom:5px;*/
    float:none;
    text-align:center;
  }
  
  .social-footer {
    float: none;
    text-align: center;
  }
  
}
@media (max-width:320px){
  .wrap{
    width:90%;
  }
  
  .copy {
    padding-bottom:5px;
    float:none;
    text-align:center;
  }

  .social-footer {
    float: none;
    text-align: center;
  }
  
}

.payment-header{
    overflow: hidden;
    position: relative;
    display: block;
    padding-top: 50px;
}