
/*  Fonts  */

@font-face {
    font-family: 'irsns-bold';
    src: url('../fonts/irsns-bold.eot');
    src: url('../fonts/irsns-bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/irsns-bold.woff') format('woff'),
         url('../fonts/irsns-bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'irsns-light';
    src: url('../fonts/irsns-light.eot');
    src: url('../fonts/irsns-light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/irsns-light.woff') format('woff'),
         url('../fonts/irsns-light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'raleway-regular';
    src: url('../fonts/raleway-regular.eot');
    src: url('../fonts/raleway-regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/raleway-regular.woff') format('woff'),
         url('../fonts/raleway-regular.ttf') format('truetype'),
         url('../fonts/raleway-regular.svg#raleway-regular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'raleway-semibold';
    src: url('../fonts/raleway-semibold.eot');
    src: url('../fonts/raleway-semibold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/raleway-semibold.woff') format('woff'),
         url('../fonts/raleway-semibold.ttf') format('truetype'),
         url('../fonts/raleway-semibold.svg#raleway-semibold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'raleway-bold';
    src: url('../fonts/raleway-bold.eot');
    src: url('../fonts/raleway-bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/raleway-bold.woff') format('woff'),
         url('../fonts/raleway-bold.ttf') format('truetype'),
         url('../fonts/raleway-bold.svg#raleway-bold') format('svg');
    font-weight: normal;
    font-style: normal;

}

table {
    border-collapse: collapse;
    width: 100%;
	margin:0 auto;

border-spacing: 0;
	border-radius:15px;
}



th{
    text-align: center;
    padding: 8px;
	background-color: #a2adb7;
font-family:irsns-bold;
}

td {
    text-align: center;
    font-family:irsns-light;
	background-color: #fff;

	
}

input {
    vertical-align: middle;
 text-align:center;
    border-radius: 5px;
    max-width: 100%;
}
input[type=button] ,[type=reset]{
background-color: #4CAF50;
border: none;
color: white;
padding: 7px 28px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 14px;
margin: 4px 2px;
   font-family:irsns-bold;
cursor: pointer;
}

td,th{

	line-height: 2.5;
text-align: center;
text-align: -webkit-center;
vertical-align: middle;
	border: 1px solid #4CAF50;
}

tr:nth-child(even){background-color: #a2adb7;	 }


th {
    background-color: #4CAF50;
    color: white;
}

/*  General CSS*/
body{
    background: #e9bd1c;
	font-family:irsns-light;
}

#maincontain{
background-color: #fff;
margin: 0 auto;
	font-family:irsns-light;
max-width: 1024px;
padding: 20px;
border-radius:15px;
margin-bottom:60px;
}

.wrapper{
    width: 1100px;
    margin: 0 auto;
}

h1, h2, h3, h4, h5 ,h6{
    color: #626262;
    	font-family:irsns-light;
    letter-spacing: 1px;
	text-align:center;
}

h1              { font-size: 1.5em;  }
h2              { font-size: 1.2em; margin: .75em 0 }
h3              { font-size: 1em; margin: .83em 0 }
h5              { font-size: .83em; margin: 1.5em 0 }
h6              { font-size: .75em; margin: 1.67em 0 }
h1, h2, h3, h4,
h5, h6          { font-weight: bolder }

.clearfix:before,  
.clearfix:after {  
    content: " ";  
    display: table;  
}  
.clearfix:after {  
    clear: both;  
}  
 
.clearfix {  
    *zoom: 1;  
}

p{
padding-bottom:30px;
text-align:center;
line-height: 2.1;
}


#centerdiv{
margin:0 auto;

}


/*    Billboard    */
.billboard{
    width: 100%;
    height: 590px;
    position: relative;
}

.billboard.light{
    background: url('../img/billboard.jpg') no-repeat;   
     
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.billboard.dark{
    background: url('../img/billboard2.jpg') no-repeat;
    
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}


.billboard .shadow{
    position: absolute;
    width: 100%;
    height: 88px;
    bottom: 0;
    left: 0;
    margin-bottom: -1px;
    background: url('../img/shadow.png') repeat-x;
}

.billboard .caption{
    margin-top: 130px;
    text-align: right;
	padding-right:150px;
}

.billboard .caption.light{
    color: #fff;
}

.billboard .caption.dark{
    color: #5d5d5d;
}

.billboard .caption h1{
    font-family: "raleway-bold";
    font-size: 50px;
    font-weight: bold; 
    margin-bottom: 30px;
}

.billboard .caption.light h1{
    color: #fff;
}

.billboard .caption.dark h1{
    color: #5d5d5d;
}

.billboard .caption p{
    font-family: "raleway-regular";
    font-size: 18px;
    margin-bottom: 30px;
}

.billboard .caption.light p{
    color: #fff;
}

.billboard .caption.dark p{
    color: #5d5d5d;
}

.billboard .caption hr{
    display: inline-block;
    height: 1px;
    width: 30px;
    border: 0!important;   
    margin: 0;
    padding: 0;
}

.billboard .caption.light hr{
    background: #fff;
}

.billboard .caption.dark hr{
    background: #5d5d5d;
}






/*    header    */
header{
    width: 100%;
    height: 125px;
}

header .logo{
    float: right;
    margin-top: 50px;
}

header nav{
    float: right;
    margin-top: 57px;
}


header nav ul li{
    list-style: none;
    display: block;
    float: left;
    margin-left: 50px;
}

header nav ul li a{
    text-decoration: none;  
    font-family: "raleway-regular";
    font-size: 14px;

    transition:all .2s linear;
    -webkit-transition:all .2s linear;
    -moz-transition:all .2s linear;
    -o-transition:all .2s linear;
}

header.light nav ul li a{  
    color: #fff;
}

header.light nav ul li a:hover{
    color: #B9B9B9;
}

header.dark nav ul li a{  
    color: #5d5d5d;
}

header.dark nav ul li a:hover{
    color: #919191;
}







/*    Services    */
.services ul{
    margin-top: 100px;
}

.services ul li{
    list-style: none;
    display: block;
    width: 313px;
    float: left;
    margin-left: 80px;
    text-align: center;
}

.services ul li:first-child{
    margin-left: 0;
}

.services ul li .separator{
    display: block;
    width: 1px;
    height: 20px;
    background: #f6f6f6;
    margin: 20px auto;
}

.services ul li h2{
    color: #616161;
    font-family: "raleway-bold";
    font-size: 18px;
    font-weight: bold;
    margin: 0;
}

.services ul li p{
   color: #838181;
    font-family: "raleway-regular";
    font-size: 14px;
    line-height: 28px; 
    margin-top: 40px;
    letter-spacing: .5px;
}







/*    Video    */
.video{
    display: block;
    width: 100%;
    height: 350px;
    text-align: center;
    margin-top: 100px;
    background: url('../img/video.jpg') no-repeat;    
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.video .video_logo{
    margin-top: 85px;
}

.video h3{
    color: #fff;
    font-family: "raleway-regular";
    font-size: 14px;
    font-weight: normal!important;
    margin: 20px 0 0 0;
}

.video #play_btn{
    display: inline-block;
    width: 71px;
    height: 71px;
    background: url('../img/play_btn.png') no-repeat;
    margin-top: 40px;
}




.title{
    text-align: center;
    overflow: hidden;
}

.title h2{
    color: #616161;
    font-family: "raleway-bold";
    font-size: 30px;
    font-weight: bold;
    margin: 0 0 20px 0;
    text-transform: uppercase;
}

.title h3{
    color: #9b9b9b;
    font-family: "raleway-regular";
    font-size: 14px;
    margin: 0 0 20px 0;
    font-weight: normal!important;
}

.title hr.separator{
    display: block;
    width: 40px;
    height: 1px;
    background-color: #ebebeb;
    margin: 0 auto;
    padding: 0;
    border: 0!important;
}







/*    testimonials    */
.testimonials{
    margin-top: 100px;
}

.testimonials ul{
    margin-top: 70px;
    list-style: none;
}

.testimonials ul li{
    display: block;
    float: left;
    margin-left: 80px;
    width: 313px;
}

.testimonials ul li:first-child{
    margin-left: 0;
}

.testimonials ul li .quotes{
    margin-right: 10px;
}

.testimonials ul li p{
    color: #838181;
    font-family: "raleway-regular";
    font-size: 16px;
    line-height: 28px;
    letter-spacing: .5px;
    padding-bottom: 30px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ecebeb;
    position: relative;
}

.testimonials ul li p .triangle{
    display: block;
    width: 10px;
    height: 5px;
    background: url('../img/testimonial_triangle.png') no-repeat;
    position: absolute;
    bottom: -5px;
    left: 40px;
}

.testimonials ul li .client{
    margin-left: 20px;
}

.testimonials ul li .client img.avatar{
    float: left;
    margin-right: 20px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
}

.testimonials ul li .client .client_details{
    float: left;
}

.testimonials ul li .client .client_details h4{
    color: #7b7979;
    font-family: "raleway-semibold";
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 10px 0;
}

.testimonials ul li .client .client_details h5{
    color: #7b7979;
    font-family: "raleway-regular";
    font-size: 12px;
    margin: 0;
    font-weight: normal;
}







/*    blog posts    */
.blog_posts{
    margin-top: 100px;
    padding: 100px 0;
    background: #fafafa;
}

.blog_posts ul{
    list-style: none;
    margin-top: 70px;
}

.blog_posts ul li{
    display: block;
    width: 230px;
    margin-left: 60px;
    float: left;
}

.blog_posts ul li:first-child{
    margin-left: 0;
}

.blog_posts ul li .media .date{
    position: absolute;
    top: 0;
    left: 30px;
    width: 40px;
    padding: 10px 0;
    background: rgba(62, 62, 62, .7);
    text-align: center;
}

.blog_posts ul li .media .date span{
    display: block;
}

.blog_posts ul li .media .date .day{
    color: #fff;
    font-family: "raleway-bold";
    font-size: 18px;
    font-weight: bold;

}

.blog_posts ul li .media .date .month{
    color: #fff;
    font-family: "raleway-regular";
    font-size: 12px;
}

.blog_posts ul li .media{
    width: 230px;
    height: 230px;
    position: relative;
}

.blog_posts ul li h1{
    color: #616161;
    font-family: "raleway-regular";
    font-size: 16px;
    font-weight: normal;
    line-height: 26px;
    margin: 20px 0 0 0;
}







/*    footer    */
footer{
    padding: 35px 0;
    overflow: hidden;
}

footer .footer_logo{
    float: left;
}

footer .rights p{
    float: left;
    color: #838181;
    font-family: "raleway-regular";
    font-size: 13px;
    margin: 5px 0 0 40px; 
}

footer .rights p a{
    color: #777;
    font-family: "raleway-semibold";
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
}

footer nav ul{
    float: right;
    overflow: hidden;
    list-style: none;
    margin-top: 5px; 
}

footer nav ul li{
    float: left;
    margin-left: 25px;
}

footer nav ul li a{
    color: #838181;
    font-family: "raleway-regular";
    font-size: 13px;
    text-decoration: none;

    transition:all .2s linear;
    -webkit-transition:all .2s linear;
    -moz-transition:all .2s linear;
    -o-transition:all .2s linear;
}

footer nav ul li a:hover{
    color: #616161;
}

@media only screen and (max-width: 1600px) {

.ul{

font-size:3px;
    background-color: #000;
}

.nav li a{

    font-weight: 700;
    font-size: 13px;
	 text-decoration: none;
}
  
}

@media only screen and (max-width: 1400px) {



.nav li a{

    font-weight: 700;
    font-size: 11px;
	 text-decoration: none;
}
  
}


@media only screen and (max-width: 1100px) {
    img {
        width:90%;
		
		
    }

	#maincontain{

margin-bottom:60px;
}



.nav li a{


    font-weight: 700;
    font-size: 12px;
	 text-decoration: none;
	   padding:7px;
}

	
	
			.billboard {
    width: 100%;
    height: 540px;
    position: relative;
}
  
}

@media only screen and (max-width: 1000px) {
    img {
        width:85%;
	
		
    }
			.billboard {
    width: 100%;
    height: 510px;
    position: relative;
}


.nav li a{

    font-weight: 700;
    font-size: 12px;
	 text-decoration: none;
	   padding:7px;
}

	#maincontain{

margin-bottom:100px;
}

  
}
@media only screen and (max-width: 900px) {
    img {
        width:80%;
	
		
    }
			.billboard {
    width: 100%;
    height: 480px;
    position: relative;
}
  
}

@media only screen and (max-width: 800px) {
    img {
        width:67%;
		height:auto;
		
    }
  		.billboard {
    width: 100%;
    height: 410px;
    position: relative;
}
}
@media only screen and (max-width: 650px) {

	
    img {
        width:55%;
		height:auto;
		
    }
  		.billboard {
    width: 100%;
    height: 390px;
    position: relative;
}
}
@media only screen and (max-width: 550px) {
    img {
        width:48%;
		height:auto;
		
    }
  		.billboard {
    width: 100%;
    height: 340px;
    position: relative;
}

}


@media only screen and (max-width: 500px) {
    img {
        width:45%;
		height:auto;
		
    }
  		.billboard {
    width: 100%;
    height: 320px;
    position: relative;
}
}
@media only screen and (max-width: 480px) {
    img {
        width:40%;
		height:auto;
		
    }
		.billboard {
    width: 100%;
    height: 340px;
    position: relative;
}
  
}

@media only screen and (max-width: 450px) {
    img {
        width:35%;
		height:auto;
		
    }

	.billboard {
    width: 100%;
    height: 340px;
    position: relative;
}
  
}


.nav{

    list-style:none;

	   position: fixed;
    padding:0;
    text-align:center;
	    position: fixed;

    width: 100%;
    height: auto;
    z-index: 999;

	top:0;
    background-color: #df2029;
}
.nav li{
    display:inline;

}
.nav a{
    display:inline-block;
    padding:10px;
	
		vertical-align:midle;
    font-weight: 700;
    font-size: 14px;
	 text-decoration: none;
}










