body {

	background: #fff none repeat scroll 0 0;

	margin: 0 auto;

}

input:focus, select:focus {

	outline: none !important;

}

a:focus {

	outline: none !important;

}

*:focus {

	outline: none !important;

}

@font-face {

	font-family: 'Conv_HelveticaLTStd-Bold';

	src: url('../fonts/HelveticaLTStd-Bold.eot');

	src: local('☺'), url('../fonts/HelveticaLTStd-Bold.woff') format('woff'), url('../fonts/HelveticaLTStd-Bold.ttf') format('truetype'), url('../fonts/HelveticaLTStd-Bold.svg') format('svg');

	font-weight: normal;

	font-style: normal;

}

@font-face {

	font-family: 'Conv_HelveticaLTStd-Roman';

	src: url('../fonts/HelveticaLTStd-Roman.eot');

	src: local('☺'), url('../fonts/HelveticaLTStd-Roman.woff') format('woff'), url('../fonts/HelveticaLTStd-Roman.ttf') format('truetype'), url('../fonts/HelveticaLTStd-Roman.svg') format('svg');

	font-weight: normal;

	font-style: normal;

}

@font-face {

	font-family: 'Conv_HelveticaLTStd-Light';

	src: url('../fonts/HelveticaLTStd-Light.eot');

	src: local('☺'), url('../fonts/HelveticaLTStd-Light.woff') format('woff'), url('../fonts/HelveticaLTStd-Light.ttf') format('truetype'), url('../fonts/HelveticaLTStd-Light.svg') format('svg');

	font-weight: normal;

	font-style: normal;

}

header {

	background: #fff none repeat scroll 0 0;

	border-top: 4px solid #0090d0;

	padding-bottom: 35px;

	-webkit-transition: all 0.5s ease 0s;

	-moz-transition: all 0.5s ease 0s;

	-o-transition: all 0.5s ease 0s;

	transition: all 0.5s ease 0s;

	z-index: 9999;

}

header.sticky {

	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);

	padding-bottom: 10px;

	position: fixed;

	width: 100%;

}

.logo {

	margin-top: 20px;

	padding-left: 0;

	-webkit-transition: all 0.5s ease 0s;

	-moz-transition: all 0.5s ease 0s;

	-o-transition: all 0.5s ease 0s;

	transition: all 0.5s ease 0s;

}

.sticky .logo {

	margin-top: 15px;

	width: 15%;

}

.menu {

	float: left;
	
	margin-left: 40px;

	/*margin-top: 48px;*/
	margin-top: 5px;

	-webkit-transition: all 0.5s ease 0s;

	-moz-transition: all 0.5s ease 0s;

	-o-transition: all 0.5s ease 0s;

	transition: all 0.5s ease 0s;

}

.sticky .menu {

	/*margin-top: 40px;*/
	margin-top: 5px;

}

#nav {
	margin-top:10px;
}

#nav > a {

	display: none;

}

#nav li {

	position: relative;

}

#nav li a {

	color: #fff;

	display: block;

}

#nav li a:active {

	background-color: transparent !important;

}

#nav span:after {

	width: 0;

	height: 0;

	border: 0.313em solid transparent;

	border-bottom: none;

	/*border-top-color: #efa585;*/

	content: '';

	vertical-align: middle;

	display: inline-block;

	position: relative;

	right: -0.313em;

}

#nav > ul {
	float: right;
	margin: 0;
	padding: 0 0 5px;
	border-bottom: 2px solid #63a632;

}

#nav > ul > li {

	display: inline-block;

}

#nav > ul > li > a {

	color: #000;

	font-family: "Lato", sans-serif;

	font-size: 14px;

	font-weight: 600;

	/*padding-left: 30px;*/
	padding-left: 14px;

	text-decoration: none;

	text-transform: uppercase;

	-webkit-transition: all 0.5s ease 0s;

	-moz-transition: all 0.5s ease 0s;

	-o-transition: all 0.5s ease 0s;

	transition: all 0.5s ease 0s;

}

#nav > ul > li:hover > a, #nav > ul:not( :hover ) > li.active > a {

	color: #0090d0;

}

#nav li ul {

	background-color: #018fd1;

	display: none;

	left: 15px;

	list-style-type: none;

	padding: 0;

	position: absolute;

	top: 100%;

	z-index: 9999;

}

#nav li:hover ul {

	display: block;

}

#nav li ul a {
	
	color: #fff;
    font-family: "Lato",sans-serif;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
    width: 270px;

	/*color: #fff;
	font-family: "Lato", sans-serif;
	font-size: 15px;
	font-weight: 500;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.5s ease 0s;
	width:205px;*/

}

#nav li ul li a:hover, #nav li ul:not( :hover ) li.active a {

	color: #000;

}

.menu ul li ul li {

	float: left;

	width: 100%;

}

.menu ul li ul li a {

	padding: 8px 15px;

}

/* Faq */

.faq_section {
	margin-top:20px;
}
.faq_section .panel-default {
    border-color: #0692E1;
	border-radius:0px;
}
.faq_section .panel-default > .panel-heading {
    background-color: #0692E1;
    border-color: #0692E1;
    color: #fff;
	font-family: "Conv_HelveticaLTStd-Bold";
	border-radius:0px;
}
.faq_section .panel-title a {
	font-family: "Conv_HelveticaLTStd-Bold";
	font-size:18px;
	text-decoration:none;
}
.faq_section .panel-body {
	font-family: "Conv_HelveticaLTStd-Bold";
	font-size:15px;
	color:#555;
}
.faq_section .panel-heading a:after {
    font-family:'Glyphicons Halflings';
    content:"\e114";
    float: right;
    color: #fff;
}
.faq_section .panel-heading a.collapsed:after {
    content:"\e080";
}


.testimonial-item h2 {
    color: #007bc2;
    float: left;
    font-size: 18px;
    font-weight: normal;
    margin: 12px 0 4px;
    width: 100%;
}

.view_video {
    bottom: -37px;
    position: absolute;
    right: 0;
    z-index: 99;
}

.view_video a{
	color: #FF0000;
    font-family: "Conv_HelveticaLTStd-Bold";
    font-size: 19px;
	text-decoration:none;
	font-weight:bold;
}

.all_video {
 text-align:center;   
}

.all_video a{
	color: #FF0000;
    font-family: "Conv_HelveticaLTStd-Bold";
    font-size: 20px;
	text-decoration:none;
	font-weight:bold;
}


@media only screen and ( max-width: 768px ) /* 1000 */ {

#nav {

	width: 100%;

	position: static;

	margin: 0;

}

#nav {

	position: relative;

	top: auto;

	left: auto;

}

#nav > a {

	/*width: 3.125em;*/
	width:30px;

	height: 20px;
	border-bottom:4px solid #000;

	text-align: left;

	text-indent: -9999px;

	/*background-color: #e15a1f;*/

	position: relative;

}

#nav > a:before, #nav > a:after {

	position: absolute;

	border: 2px solid #000;

	top: 0;

	left: 0;

	right: 0;

	content: '';

}

#nav > a:after {

	top: 8px;

}

#nav:not( :target ) > a:first-of-type, #nav:target > a:last-of-type {

	display: block;

}

#nav > ul {

	height: auto;

	display: none;

	position: absolute;

	left: 0;

	right: 0;

}

#nav:target > ul {

	display: block;

}

#nav > ul > li {

	width: 100%;

	float: none;

}

#nav > ul > li > a {

	height: auto;

	text-align: left;

	padding: 0 0.833em;

}

#nav > ul > li:not( :last-child ) > a {

	border-right: none;

	border-bottom: 1px solid #cc470d;

}

#nav li ul {

	position: static;

	padding: 1.25em;

	padding-top: 0;

}

}

.banner {

	padding-bottom: 35px;

	position: relative;

}

.banner-text {

	left: 10px;

	position: absolute;

	top: 10px;

}

.banner-text-1 {

	background: #868686 none repeat scroll 0 0;

	color: #fff;

	display: inline-block;

	font-family: "Conv_HelveticaLTStd-Bold";

	font-size: 48px;

	line-height: 60px;

	margin-bottom: 10px;

	padding: 0 10px;

}

.banner-text-2 {

	background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;

	color: #444;

	font-family: "Conv_HelveticaLTStd-Bold";

	font-size: 19px;

	padding: 5px 10px;
	
	margin-top: 348px;

}

.flex-control-paging li a {

    background: #fff none repeat scroll 0 0 !important;

    border: 3px solid #088ad6 !important;

    box-shadow: none !important;

    height: 17px !important;

    width: 17px !important;

}

.flex-control-paging li a.flex-active {

    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;

    border: 3px solid #000 !important;

}

.flex-control-paging li a:hover {

    background: none repeat scroll 0 0 !important;

    border: 3px solid #000 !important;

}

.home-mid {

	padding: 40px 0 0;

}

.home-mid-item {

	margin-bottom: 35px;

}

.home-mid-item-heading {

	color: #0090d0;

	font-family: "Conv_HelveticaLTStd-Bold";

	font-size: 20px;

	margin-bottom: 10px;

	text-transform: uppercase;

}

.home-mid-item-details {

	color: #333;

	font-family: "Conv_HelveticaLTStd-Roman";

	font-size: 18px;

	text-align: justify;

}

footer {

	background: #333 none repeat scroll 0 0;

	padding: 25px 0;

}

.copyright {

	color: #fff;

	font-family: 'Conv_HelveticaLTStd-Light';

	font-size: 13px;

	text-align: center;

}





/*  about  */

.about-section {

    padding: 20px 0;

}

.page-title {

    color: #444;

    font-family: "Conv_HelveticaLTStd-Bold";

    font-size: 40px;

    margin-bottom: 1%;

}

.inner-content {

    color: #555;

    font-family: "Conv_HelveticaLTStd-Roman";

    font-size: 19px;

    line-height: 27px;

    margin-bottom: 3%;

}

.about-half-part {

    padding-left: 0;

}

.inner-content-heading {

    color: #444;

    font-family: "Conv_HelveticaLTStd-Bold";

    font-size: 35px;

    margin-bottom: 1%;

}

.about-mid-part {

    border-bottom: 1px solid #b7b7b7;

    overflow: hidden;

    margin-bottom: 20px;

    padding-bottom: 20px;

}

.inner-content-heading-2 {

    color: #444;

    font-family: "Conv_HelveticaLTStd-Bold";

    font-size: 24px;

    margin-bottom: 2%;

}

.about-mid-part:last-child {

    border-bottom: medium none;

}







/* contact us */

.contact-us-cont {

    float: left;

    margin: 20px -5px;

    width: 100%;

}

.contact-us-cont ul {

    float: left;

    list-style-type: none;

    margin: 0 -8% !important;

    width: 100%;

}

.contact-us-cont ul li {

    color: #3b3b3b;

    float: left;

    font-size: 15px;

    line-height: 34px;

    padding-left: 3%;

}

form li {

    list-style-type: none;

}

.contact-name {

    color: #555;

    float: left;

    font-family: "Conv_HelveticaLTStd-Roman";

    font-size: 15px;

    line-height: 40px;

    width: 175px;

}

.box {

    float: left;

    width: 200px;

}

.box-input {

    background: #f1f2f2 none repeat scroll 0 0;

    border: 1px solid #dcdcdc;

    border-radius: 4px;

    float: left;

    height: 30px;

    margin: 0 15px 0 0;

    padding: 3px;

    width: 250px;

}

.box-input-big {

    background: #f1f2f2 none repeat scroll 0 0;

    border: 1px solid #dcdcdc;

    float: left;

    height: 80px;

    padding: 3px;

    width: 250px;

}

.submit-tab {

    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgb(0,147,211) 0%, rgb(0,157,207) 51%, rgb(0,157,207) 51%, rgb(0,147,211) 100%) repeat scroll 0 0;

    border: medium none;

    border-radius: 4px;

    color: #fff;

    float: right;

    font-family: "Conv_HelveticaLTStd-Roman";

    font-size: 15px;

    height: 28px;

    line-height: 15px;

    margin: 3% -30% 0 0;

    padding: 0 2%;

    text-decoration: none;

    transition: all 0.4s ease 0s;

    width: 79px;

}









/*  products  */

.product-part {

    border-bottom: 1px solid #aeaeae;

    /*margin-bottom: 3%;
	padding-bottom: 5%;*/

    overflow: hidden;

    

}

.product-item {

    margin-bottom: 3%;

    padding: 0 30px 0 0;

}

.product-item-inner {

    border: 1px solid #eee;

}

.product-item a {

    text-decoration: none;

}

.product-item-name {

    background: #E4E4E6 none repeat scroll 0 0;

    color: #000;

    font-family: "Conv_HelveticaLTStd-Bold";

    font-size: 24px;

    padding: 15px 0;

    text-align: center;

}

.siga-flower {

    position: fixed;

    right: 7%;

    top: 95px;

}

.product-part:last-child {

    border-bottom: medium none;

}



/*  projects  */

.project-item {

    margin-bottom: 3%;

    padding: 0 30px 0 0;

}

.project-item a {

    text-decoration: none;

}

.project-item-text {

    background: #e4e4e6 none repeat scroll 0 0;

    color: #000;

    font-family: "Conv_HelveticaLTStd-Bold";

    font-size: 21px;

    padding: 15px 0;

    text-align: center;
	min-height:90px;

}



.message-section {
	color: #63A632;
    font-family: "Conv_HelveticaLTStd-Bold";
    font-size: 16px;
    margin: 35px 0;
	text-align:center;
}
.banner-text-3 {
    bottom: 0;
    color: #fff;
    font-family: "Conv_HelveticaLTStd-Roman";
    font-size: 13px;
    padding: 5px 10px;
    position: absolute;
    right: 15px;
    text-shadow: 1px 2px 3px #000;
}
.home_call {
	text-align:right;
}
.home_call a {
    color: #008fd0;
    font-family: "Conv_HelveticaLTStd-Bold";
    font-size: 20px;
    margin-left: 5px;
    text-decoration: none;
}

.prj_address {
    color: #444;
    font-family: "Conv_HelveticaLTStd-Bold";
    font-size: 25px;
    margin-bottom: 1%;
}
.prj_sub_heading
{
	color: #0090d0;
    font-family: "Conv_HelveticaLTStd-Bold";
    font-size: 20px;
    margin-bottom: 10px;
}
#project_details li
{
	color: #555;
    font-family: "Conv_HelveticaLTStd-Roman";
    font-size: 19px;
    line-height: 30px;
}









/*================== responsive ==================*/

@media only screen and (max-width : 320px)
{
header.sticky {
    padding-bottom: 10px;
    position: relative;
}
.home_call a {
	font-size:16px !important;
}
.home_call span {
	display:inline-block;
	width:100%;
	margin-top:7px;
}
.home_call span img {
	margin-left:0px !important;
}
#nav > ul {
	position:relative;
	margin-top:10px;
}
#nav > ul > li {
	margin:5px 0;
}
#nav > a {
	margin-top:-158px;
	float:right;
}
.right-logo {
    float: left !important;
    margin-top: 20px !important;
    width: auto !important;
}
.banner-text-1 {
	font-size: 14px;
    line-height: 30px;
}
.banner-text-2 {
	font-size: 11px;
    margin-top: -6px;
}
.home-mid-item {
	padding:0px;
}
.home-mid {
    padding: 30px 0 0;
}
.home-mid-item-heading {
	font-size:16px;
}
.home-mid-item-details {
	font-size:14px;
	padding:0px;
}
.page-title {
	font-size:22px;
}
.inner-content {
	font-size:15px;
}
.inner-content-heading {
	font-size:25px;
}
.product-item {
	padding:0px;
}
.product-item-name {
	font-size:16px;
}
.project-item {
	padding:0px;
}
.project-item-text {
	font-size:16px;
}
.about-text-part {
	padding:0px;
}
.contact_form {
    padding: 0px;
}
.contact-us-cont {
    display: inline-block;
    float: none;
}
.contact-us-cont ul {
    margin: 0px !important;
    padding: 0px;
}
.box {
    width: 100%;
}
.box-input {
	width: 100%;
}
.box-input-big {
	width: 100%;
}
.contact-us-cont ul li {
	float:none;
}
.submit-tab {
	margin: 3% 0 0;
}
}

@media only screen and (min-width : 321px) and (max-width : 480px)
{
header.sticky {
    padding-bottom: 10px;
    position: relative;
}
.home_call a {
	font-size:16px !important;
}
.home_call span {
	display:inline-block;
	width:100%;
	margin-top:7px;
}
.home_call span img {
	margin-left:0px !important;
}
#nav > ul {
	position:relative;
	margin-top:10px;
}
#nav > ul > li {
	margin:5px 0;
}
#nav > a {
	margin-top:-158px;
	float:right;
}
.right-logo {
    float: left !important;
    margin-top: 20px !important;
    width: auto !important;
}
.banner-text-1 {
	font-size: 14px;
    line-height: 30px;
}
.banner-text-2 {
	font-size: 11px;
    margin-top: -6px;
}
.home-mid-item {
	padding:0px;
}
.home-mid {
    padding: 30px 0 0;
}
.home-mid-item-heading {
	font-size:16px;
}
.home-mid-item-details {
	font-size:14px;
}
.page-title {
	font-size:22px;
}
.inner-content {
	font-size:15px;
}
.product-item {
	padding:0px;
}
.project-item {
	padding:0px;
}
.project-item-text {
	font-size:16px;
}
.about-text-part {
	padding:0px;
}
.inner-content-heading {
	font-size:25px;
}
.contact_form {
    padding: 0px;
}
.contact-us-cont {
    display: inline-block;
    float: none;
}
.contact-us-cont ul {
    margin: 0px !important;
    padding: 0px;
}
.box {
    width: 100%;
}
.box-input {
	width: 100%;
}
.box-input-big {
	width: 100%;
}
.contact-us-cont ul li {
	float:none;
}
.submit-tab {
	margin: 3% 0 0;
}
}

@media only screen and (min-width : 481px) and (max-width : 767px)
{
header.sticky {
    padding-bottom: 10px;
    position: relative;
}
.home_call a {
	font-size:16px !important;
}
.home_call span {
	display:inline-block;
	margin-top:7px;
}
.home_call span img {
	margin-left:0px !important;
}
.menu {
	float:none;
}
#nav > ul {
	position:relative;
	margin-top:10px;
}
#nav > ul > li {
	margin:5px 0;
}
#nav > a {
	margin-top:-95px;
	float:right;
}
.right-logo {
    float: left !important;
    margin-top: 20px !important;
    width: auto !important;
}
.banner-text-1 {
	font-size: 25px;
    line-height: 50px;
}
.banner-text-2 {
	font-size: 18px;
    margin-top: 0px;
}
.home-mid-item {
	padding:0px;
}
.home-mid {
    padding: 30px 0 0;
}
.home-mid-item-heading {
	font-size:16px;
}
.home-mid-item-details {
	font-size:14px;
	display:inline-block;
	padding:10px;
}
.page-title {
	font-size:22px;
}
.inner-content {
	font-size:15px;
}
.product-item {
    float: left;
    padding: 0;
    width: 50%;
}
.project-item {
    float: left;
    padding: 2px;
    width: 50%;
}
.project-item-text {
	font-size:16px;
}
.about-text-part {
	padding:0px;
}
.inner-content-heading {
	font-size:25px;
}
.contact-us-cont {
    display: inline-block;
    float: none;
}
#project_details {
    display: inline-block;
}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait)
{
header.sticky {
    padding-bottom: 10px;
    position: relative;
}
.home_call a {
	font-size:16px !important;
}
.home_call span {
	display:inline-block;
	margin-top:7px;
}
.home_call span img {
	margin-left:0px !important;
}
.menu {
	float:none;
}
#nav > ul {
	position:relative;
	margin-top:10px;
}
#nav > ul > li {
	margin:5px 0;
}
#nav > a {
	margin-top:-95px;
	float:right;
}
.right-logo {
    float: left !important;
    margin-top: 20px !important;
    width: auto !important;
}
.banner-text-1 {
	font-size: 25px;
    line-height: 50px;
}
.banner-text-2 {
	font-size: 18px;
    margin-top: 0px;
}
.home-mid-item {
	padding:0px;
}
.home-mid {
    padding: 30px 0 0;
}
.home-mid-item-heading {
	font-size:16px;
}
.home-mid-item-details {
	font-size:14px;
}
.page-title {
	font-size:28px;
}
.inner-content {
	font-size:16px;
}
.product-item-name {
	font-size:18px;
}
.project-item {
    padding: 0 15px 0 0;
}
.inner-content-heading {
	font-size:25px;
}
.contact-us-cont ul {
    margin: 0px!important;
	padding:0px;
}
#project_details {
    display: inline-block;
}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape)
{
.logo {
	width:27%;
}
.home_call a {
	font-size:14px !important;
}
#nav > ul > li > a {
	font-size:13px;
}
.banner-text-2 {
	margin-top:255px;
}
.home-mid-item-details {
	font-size:14px;
}
.page-title {
	font-size:35px;
}
.product-item-name {
	font-size:16px;
}
.project-item-text {
	font-size:16px;
}
}

@media screen and (min-width: 1424px) 
{

}

@media screen and (min-width: 1624px) 
{

}

@media screen and (min-width: 1920px) 
{

}