@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
*, *:before, *:after {
	margin: 0px;
	padding: 0px;
	box-sizing:border-box;
	-ms-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
}
a, img{
	border: 0px;
	outline: 0px;	
}
body {
	font-family: 'Roboto Slab', serif;
	overflow-x: hidden;
}
.container {
	width: 100%;
	display: table;
	position: relative;	
}
.container_inner {
	max-width: 1170px;
	min-width: 240px;
	height: auto;
	margin: auto;
	clear:both;
}
.header {
	left: 0;
    margin-left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
	height: 100px;
	
}
.header .bg {
	position: absolute;
  	
  	width: 100%;
 	height: 100%;
 	background-color: #fff;
  	
  	
 	padding-right: 20px;
	box-sizing: content-box;
	/*
	top: -70px;
  	left: -1px;
  	transform: rotate(3.85deg);
  	-o-transform: rotate(3.85deg);
  	-moz-transform: rotate(3.85deg);
  	-webkit-transform: rotate(3.85deg);
  	-ms-transform: rotate(3.85deg);
  	background: rgba(255, 255, 255, 0.68);
	*/
}
.top{
	position: relative;
	z-index: 222;	
	padding-top: 20px;
	width: 100%;
	display: table;
}
.logo{
	float: left;	
}
.logo img{
	transition: all 0.5s ease 0s;	
}
.logo img:hover{
	transition: all 0.5s ease 0s;	
	opacity: 0.8;
}
.menu{
	float: right;
	width: 74%;
	display: table;
}
.menu ul{
	list-style-image: none;
	list-style-type: none;	
	width: 100%;
	display: table;
}
.menu ul li{
	color: #ffffff;
    margin: 0 0 0 4px;
    padding: 13px 2px;
    position: relative;	
	float: left;
}
.menu ul li:after {
    background-color: #000;
    content: "";
    height: 6px;
    position: absolute;
    right: -6px;
    top: 27px;
    width: 1px;
	
}
.menu ul ul li:after {
    display: none;
	
}
.menu ul li.lastItem:after {
    display: none;
}
.menu ul li a{
	text-decoration: none;
    border-radius: 5px;
    color: #000;
    display: block;
    font-size: 12px;
    line-height: 22px;
    padding: 5px 4px 7px;
    transition: all 0.5s ease 0s;
    text-transform: uppercase;
}
.menu ul li:hover > a{
	background-color: #d76f21;	
	color: #fff;
}
.menu ul li .active{
	background-color: #d76f21;	
	color: #fff;
}
.menu ul ul li:hover > a{
	background-color: #40546a;	
	color: #fff;
}
.banner{
    overflow: hidden;
    position: relative;
    width: 100%;	
    margin-top: 100px;
}
.banner .bg{
	/*background: #fff;
    bottom: -200px;
    height: 200px;
    left: 0;
    padding-right: 20px;
    padding-top: 60px;
    
    transform: rotate(-3.85deg);*/
    width: 100%;
    z-index: 10;
	box-sizing: content-box;
	position: absolute;
}
.welcome{
	width: 100%;
	display: table;
	text-align:center;	
}
.welcome_cont{
	width: 100%;
	display: table;
	text-align:center;
	position: relative;
}
.welcome .moduleTitle {
	color: #666666;
	font-size: 74px;
    line-height: 1em;
    padding: 0 0 28px;
	text-transform: uppercase;
}
.welcome .modulSubTitle {
	color: #666666;
	font-size: 20px;
        line-height: 25px;
	font-family: 'Open Sans', sans-serif;
	padding: 0 0 0px;
	text-align: center;
}
.modulSubTitle > ul {
    margin-top: 20px;
    padding-left: 20px;
}
.modulSubTitle ul li font {
    font-size: 14px !important;
}
.welcome .content {
	color: #928e92;
	font-size: 13px;
    line-height: 20px;
	font-family: 'Open Sans', sans-serif;
	padding: 0px 120px;
}

.latest_vds {
	margin-bottom: 20px;
	overflow: hidden;
	padding-bottom: 20px;
	padding-top: 20px;
	position: relative;
	background-attachment: scroll;
	background-image: url(../images/bg1.jpg);
	background-repeat: repeat;
	background-position: center 0;
	margin-top: 20px;
}
.latest_vds .bg-top {
    /*background-color: #fff;
    height: 200px;
    left: -20px;
    padding-left: 20px;
    position: absolute;
    top: -78px;
    transform: rotate(-3.85deg);*/
    width: 100%;
	box-sizing: content-box;
}
.latest_vds .vd_hd {
	font-size: 42px;
	font-weight: bold;
	color: #FFF;	
	margin-bottom: 15px;
}
.latest_vds .vd_sub_hd {
	color: #fff;
    font: 20px/25px "Open Sans",sans-serif;
    max-width: 80%;
    padding-bottom: 20px;
}
.latest_vds .videos {
	clear: both;
	width: 100%;
	display: table;
}
.videos ul {
	display: table;
	width: 100%;
	list-style-image: none;
	list-style-type: none;
}
.videos ul li {
	float: left;
	width: 22%;
	margin-right: 3%;
	margin-bottom: 1%;
	overflow: hidden;
	position:relative;
}
.videos ul li a {
}
.videos ul li a img {
	width: 100%;
}
.more_vd{
	clear: both;
	text-decoration: none;
	color: #fff;
	font-size: 18px;
}
.more_vd:hover{
	text-decoration: underline;
}
.latest_vds .bg-bot {
    /*background-color: #fff;
    bottom: -89px;
    height: 200px;
    left: -20px;
    padding-left: 20px;
    position: absolute;
    transform: rotate(3.85deg);*/
    width: 100%;
	box-sizing: content-box;
}
.certificates {
	display: table;
	clear: both;
	width: 100%;
	margin-top:20px;
}
.certificates .hd {
	font-size: 32px;
	color: #3d3d3d;
	margin-bottom: 30px;
	width: 100%;
	display: table;
}
.certificates ul {
	display: table;
	clear: both;
	width: 100%;
	list-style-image: none;
	list-style-type: none;
	
}
.certificates ul li {
	text-align: center;
	vertical-align: middle;
	display: table-cell;	
	width: 25%;
	height: 100px;
}
.certificates ul li a {
	
}
.certificates ul li a img {
	/*vertical-align: middle;*/
}
.h_line{
	clear: both;
	width: 100%;
	height: 1px;
	margin-bottom: 30px;
	display: table;	
	background-color: #e8e8e8;
	margin-top: 30px;
}
.footer {
	display: table;
	clear: both;
	width: 100%;
	position: relative;
	z-index: 22;
	margin-bottom: 30px;
}
.footer .location {
	float: left;
	width: 26%;
}
.location .hd {
	font-size: 30px;
	color: #3d3d3d;
	margin-bottom: 20px;
}
.location .add {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	color: #848484;	
}
.footer .s_icons {
	float: left;
	width: 74%;
}
.s_icons .row1 {
	width: 100%;
	display: table;
	margin-top: 3%;
}
.row1 .hd {
	float: left;
	font-size: 20px;
	font-weight: bold;
	color: #3d3d3d;
	width: 23%;
	position: relative;
	margin-right: 2%;
}
.row1 .hd::after {
	background-color: #000;
    content: "";
    height: 2px;
    position: absolute;
    right: 20px;
    top: 15px;
    width: 20px;
}
.row1 ul {
	float: left;
	list-style-image: none;
	list-style-type: none;
	width: 75%;
}
.row1 ul li {
	background-attachment: scroll;
	background-image: url(../images/youtube.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	padding-left: 5%;
	margin-right: 4.5%;
	height: 28px;
	line-height: 28px;
}
.row1 ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #353535;
	text-decoration: none;
}
.row1 ul li a:hover {
	text-decoration: underline;
}

.map{
	clear: both;
	width: 100%;
	display: table;	
	margin-top: 0px;
}
.innernewspage
{
	width:100%;
	margin-top:30px;
	float:left;
}
.readmore
{
	text-decoration:none;
	color:#3b3b3b;
	border-radius:5px;
	border:1px solid #D76F21;
	font:normal 12px Arial, Helvetica, sans-serif;
	padding:5px 10px;
	margin-top:20px;
	margin-bottom:20px;
	display:table;
}
.innernewspage li
{
	width:23%;
	float:left;
	margin-right:25px;
	margin-bottom:20px;
	list-style:none;
	height:300px;
}
.innernewspage li h5
{
	color:#D76F21;
	font:bold 14px 'Roboto Slab', serif;
}
.innernewspage li p
{
	font:14px Arial, Helvetica, sans-serif;
	color:#3d505a;
	line-height:20px;
	margin-top:5px;
}
.pageleavels
{
	width:100%;
	display:table;
}
.pageleavels ul
{
	list-style-type:none;
	margin:10px auto;
	/*width:200px;*/
	width:30%;
	text-align:center;
	border-sizing:border-box;
}
.pageleavels ul li
{
	background:#323E4E;
	float:left;
	line-height:40px;
	margin-left:10px;
	margin-bottom:15px;
}
.pageleavels ul li a
{
	text-decoration:none;
	color:#fff;
	padding:18px;
	line-height:50px;
	font:14px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}
.videosmaindiv
{
	width:100%;
	height:auto;
}
.videosmaindiv ul
{
	width:100%;
	margin-top:30px;
	list-style-type:none;
}
.videosmaindiv ul li
{
	width:31%;
	float:left;
	list-style:none;
	margin-left:35px;
	margin-bottom:35px;
}
.innervideo
{
	width:100%;
}
.videotext
{
	width:100%;
	background:#f0f0f0;
	height:50px;
	display:table;
}
.videotext p
{
	font:14px Arial, Helvetica, sans-serif;
	color:#313131;
	margin-top:10px;
	line-height:20px;
	text-align:center;
}
.videoheading
{
	width:100%;
	margin-top:10px;
	border-bottom:1px solid #D76F21;
	clear:both;
}
.videoheading h3
{
	 color: #373a33;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.photogallery
{
	width:100%;
}
.photogallery ul
{
	width:100%;
	margin-top:30px;
	list-style-type:none;
}
.photogallery ul li
{
	width:31%;
	float:left;
	list-style:none;
	
	margin-left:35px;
	margin-bottom:35px;
}
.photodiv
{
	width:100%;
	height:196px;
	overflow:hidden;
}
.photodiv img
{
	width:100%;
}
.phototext
{
	width:100%;
	background:#f0f0f0;
	height:50px;
	display:table;
}
.phototext p
{
	font:14px Arial, Helvetica, sans-serif;
	color:#313131;
	margin-top:10px;
	line-height:20px;
	text-align:center;
}
.backtonews 
{
	border-bottom:1px solid #D76F21;
	width:100%;
	padding-bottom:10px;
	margin-top:30px;
	float:left;
	
}
.backtonews h3
{
	color:#373a33;
	font:normal 25px Arial, Helvetica, sans-serif;	
	text-transform: uppercase;
	font-weight:200;
	float:left;
	
}
.backnewslink
{
	text-decoration:none;
	color:#373a33;
	font:normal 14px Arial, Helvetica, sans-serif;
	float:right;
	margin-top:10px;
}
.textinformation
{
	width:100%;
	margin-top:30px;
	display:inline-table;
}
.textinformation p
{
	font:normal 14px Arial, Helvetica, sans-serif;
	line-height:20px;
	color:#3d505a;
}
.clear
{
	clear:both;
}
.presscoverag
{
	width:100%;
	margin-top:30px;
}
.presscoverag li
{
	float:left;
	width:48%;
	list-style:none;
	margin:0px 10px 20px 10px;
}
.pdffile
{
	width:80px;
	float:left;
	background:#323E4E;
	border-radius:5px;
	height:80px;
}
.pdffile p
{
	text-align:center;
	color:#fff;
	font:bold 14px Arial, Helvetica, sans-serif;
	line-height:80px;
}
.pdftext
{
	
	float:left;
	margin-left:20px;
	width:400px;
}
.pdftext_date
{
	color: #d76f21;
    font:14px "Roboto Slab",serif;
	width:100%;
	padding:5px 0px;
	display:inline-block;
}
.pdftext_title
{
	
	color:#000000;
    font:15px "Roboto Slab",serif;
	width:100%;
	padding:5px 0px;
	display:inline-block;
}
.pdftext_info
{
	color: #3d505a;
    font:12px Arial, Helvetica, sans-serif;
	width:100%;
}
.map .bg {
    /*background-color: #fff;
    height: 150px;
    left: -23px;
    padding-left: 23px;
    position: absolute;
    top: -94px;
    transform: rotate(-3.85deg);
    width: 99%;
    z-index: 10;*/
	width: 100%;
	box-sizing: content-box;
}
iframe{
	display: block;	
}




.inner_banner{
	height: 599px;
	overflow: hidden;	
}
.inner_banner img{
	display: block;	
}
.inner_pg_box1{
	
    float: left;
    text-align: justify;
    width: 50%;
	padding-right: 2%;
}
.box3_inner {
	display: table;
    width: 100%;
	position: relative;
	z-index: 222;
}
.box3_inner .hd {
	font-size: 36px;
	text-transform: uppercase;
	color: #373a33;	
	font-weight: 700;
	margin-bottom: 10px;
}
.box3_inner .cont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #3d505a;
	text-align: justify;
	margin-bottom: 10px;
}
.box3_inner .r_more{
	text-align: right;
	clear: both;
	width: 100%;
	display: table;
}
.box3_inner .r_more a{
	padding: 10px 45px 10px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	background-color: #e25e0e;
	text-decoration: none;
	color: #fff;
	background-attachment: scroll;
	background-image: url(../images/why_sbc.png);
	background-repeat: no-repeat;
	background-position: 95px center;
	transition: all 0.5s ease 0s;
}
.box3_inner .r_more a:hover{
	transition: all 0.5s ease 0s;
	background-color: #cf4e00;
}
.right_content {
    float: left;
    padding: 0 2% 2%;
    width: 50%;
}
.right_head {
    color: #005b76;
    font-size: 22px;
    font-weight: 500;
    padding: 10px 0;
}
.ser_list ul {
    list-style: outside none none;
    padding-left: 0;
    width: 100%;
}
.ser_list ul li {
    background-image: url("../images/SpryMenuBarRight.gif");
    background-position: 0 13px;
    background-repeat: no-repeat;
    border-bottom: thin dotted #d8d8d8;
    line-height: 20px;
    padding-bottom: 4px;
    padding-left: 15px;
    padding-top: 4px;
    width: 100%;
}
.ser_list ul li a {
    color: #555555;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    text-decoration: none;
}
.ser_list ul li a:hover {
    color: #d76f21;
    text-decoration: none;
}

.contactpageleft
{
	width:47%;
	float:left;
}
.contactrightside
{
  border: 1px solid #d7d7d7;
border-radius: 5px;
float: right;
padding: 10px;
width: 51%;
font-family: "Roboto Slab",serif;

}


.contactform
{
	width:100%;
}

.contactfealds{
border: 1px solid #969696;
border-radius: 3px;
padding: 5px;
width: 100%;

}

.formbutton
{
background: none repeat scroll 0 0 #E47337;
color: #fff;

font-family: "Roboto Slab",serif;
font-size:14px;
padding: 8px 12px;
text-decoration: none;
margin:10px 0px;
border:0px;
}

.formbutton:hover
{
	background-color:#E14E0F;
}

.videoCls{
	border:4px solid #C4C4C4;
}

.titleCls{
	font-family: "Roboto Slab",serif;
	font-size:14px;
	margin-bottom:5px;
}

.proj_gal_li {
    clear: both;
    list-style-image: none;
    list-style-type: none;
    margin-top: 10px;
    width: 100%;
}
.proj_gal_li li {
    background-color: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    float: left;
    height: 153px;
   /* margin-right: 8px;*/
    padding: 8px;
    width: 180px;
}
.proj_gal_li img {
    height: 115px;
    overflow: hidden;
    width: 100%;
}
.proj_gal_title{
	text-align:center;
	padding-top:8px;
	font-size:13px;
	font-family: GILSANMT;
}



.catelog{
	background-clip: padding-box;
   
    box-sizing: border-box;
   /* float: left;*/
    font-size: 19px;
    font-weight: normal;    
    width: 210px;
	margin-bottom: 10px;
	margin-top: 10px;
	
}
.catelog a{
	text-decoration: none;
	color: #fff;
	display: block;	
	padding: 8px 16px;
	 background-color: #a1a1a1;
    border-radius: 8px;
	transition: all 0.5s ease 0s;
}
.catelog a:hover{
	background-color: #d76f21;
}
.catelog img{
	float: left;
	margin-right: 25px;	
}
.catelog span{
	font-weight: bold;
	line-height: 16px;	
}
.copyrights{
	position: relative;
	top: 30px;	
	line-height: 24px;
	font-size: 14px;
	padding-right: 5%;
}



.play{
	position:absolute;
	background-image:url(../images/play2.png);
	background-repeat:no-repeat;
	width:100%;
	height:100%;
	top:35%;
	left:37%;
	z-index: 2222222222222222;
	transition: all 0.5s ease 0s;
}
.play:hover{
	background-image:url(../images/play1.png);
	transition: all 0.5s ease 0s;
}


.videos1 ul {
	display: table;
	width: 100%;
	list-style-image: none;
	list-style-type: none;
	margin-top:25px;

}
.videos1 ul li {
	float: left;
	width: 23%;
	margin-right: 1%;
	margin-bottom: 1%;
	overflow: hidden;
	position:relative;
}
.videos1 ul li a {
}
.videos1 ul li a img {
	width: 100%;
}


.cont{
}
.cont ul{
 padding-left:15px;
}

.cont ol{
 padding-left:15px;
}




.catalog ul {
	display: table;
	width: 100%;
	list-style-image: none;
	list-style-type: none;
	margin-top:25px;

}
.catalog ul li {
	float: left;
	width: 18%;
	margin-right: 2%;
	margin-bottom: 1%;
	overflow: hidden;
	position:relative;
	height:330px;
	overflow:hidden;
	
	
	
}
.catalog ul li a {
}
.catalog ul li a img {
	width: 100%;
	border:1px solid #CACACA;
	padding:1px;
	
	
}

.catalog_title{
	width:100%;
	font-size:15px;
	font-weight:400;
	text-align:center;
	color:#0A8BC9;
	font-family: 'Roboto Slab', serif;
}

.bread{
	color:#4D4D4D;
	text-decoration:none;
	margin:5px 0px;
}


.bread a{
	color:#4D4D4D;
	text-decoration:none;
}

.bread i{
	color:#FF3300;
	text-decoration:none;
}

