/*+++++++++++++++++++++
=====================================
 Author Name : QEOS LED
 Version : 1.1
===============================
+++++++++++++++++++*/





/*
====================================
------------------------------------
	1. Typography
	2. Header
	3. Main Slider
	4. About Us
	5. Product
	6. Cases
	7. Calculator
	8. Clients
	9. Our Blog
	10. Contact
	11. Footer
	12. Carousel Effect
	13. Isotope
	14. Portfolio Hover effect
    15. Video
    16. Frame
-------------------------------------
=====================================
*/


/*====================
======Typography=====
======================*/
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic);

body {
	font-family: 'Arial', sans-serif;
	position: relative;
	font-weight:400;
	background-color: #f6f6f6;
	color:#43484E;
    background-image: url(../images/footer-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom; 
    width: 100%;
}

body  section{
	padding: 75px 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    padding: 0; 
    width: 80%;
}

.wow {
    visibility: hidden;
}

a:hover {
	outline: none;
	text-decoration:none;
}

a:focus {
	outline:none;
	outline-offset: 0;
}

a {
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
	color:#35b5af;
}

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

.slider-btn {
	background-color:#35b5af;
	color: #FFF;
	-webkit-box-shadow: inset 0 0 0 2px #35b5af;
	box-shadow: inset 0 0 0 2px #35b5af;
	text-transform: uppercase;
	width: 190px;
	text-align: center;
	height: 55px;
	line-height:55px;
	padding: 0;
	font-size: 18px;
	font-weight:800;
	border: 0;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.slider-btn:hover {
	background-color:#43484E;
	-webkit-box-shadow: inset 0 0 0 2px #43484E;
	box-shadow: inset 0 0 0 2px #43484E;
	color:#fff
}


.parallax-section{
	min-height: 300px;
	width: 100%;
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}


.preloader{
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	display: table;
	background: #fff;
	z-index: 9999;
}

.loading {
  position: absolute;
  top: 50%;
  left: 50%;
}
.loading-bar {
  display: inline-block;
  width: 4px;
  height: 18px;
  border-radius: 4px;
  animation: loading 1s ease-in-out infinite;
}
.loading-bar:nth-child(1) {
  background-color: #EC2028;
  animation-delay: 0;
}
.loading-bar:nth-child(2) {
  background-color: #3A3F42;
  animation-delay: 0.09s;
}
.loading-bar:nth-child(3) {
  background-color: #F1AD10;
  animation-delay: .18s;
}
.loading-bar:nth-child(4) {
  background-color: #008b8b;
  animation-delay: .27s;
}

@keyframes loading {
  0% {
    transform: scale(1);
  }
  20% {
    transform: scale(1, 2.2);
  }
  40% {
    transform: scale(1);
  }
}

.vertical-middle{
	width: 100%;
	height: 100%;
	display: table;
}

.vertical-middle div{
	display: table-cell;
	vertical-align: middle;
}

/*====================
======Header CSS=====
======================*/

.menu-padding {
    padding-top: 90px !important;
}

.sticky {
    position:fixed !important;
    top:0;
}

.contact-nav {
    width: 100%;
    height:100%;
    position: relative !important;
    top: 0;
    left: 0;
    background-image: url(../images/poly-bar.jpg);
    background-color: #39A994;
    background-size: cover;
    z-index: 1080;
    padding-left: 5px;
    padding-right: 5px;
    margin:0px;
}

.contact-nav .contact-nav-social .c-s-icon {
    display: inline;
}

.contact-nav .contact-nav-social .c-s-bg {
    color: white;
    font-size: 23px;
}

.contact-nav .contact-nav-social .c-s-fb {
    color: #3b5998;
    font-size: 25px;
}

.contact-nav .contact-nav-social .c-s-li {
    color: #007bb6;
    font-size: 25px;
}

.contact-nav .contact-nav-social i:hover {
    color: #000;
}

.contact-nav .contact-nav-contact {
    text-align:left;
    display: inline-block;
}

.contact-nav .contact-nav-contact a {
    text-align: left;
    color: white;
    font-size: 12px;
    font-family: 'Calibri' sans-serif;
    display: inline;
}

.contact-nav .contact-nav-contact a:hover {
    font-weight: bold;
    text-decoration: underline;
}

.contact-nav .contact-nav-contact i {
    font-size: 20px;
    letter-spacing: 10px;
    color: #f6f6f6;
}

.contact-nav ul {
    list-style: none;
}
.contact-nav ul li {
    display: inline;
}

#navigation .navbar {
    background:rgba(255, 255, 255, 1);
    border-radius: 0;
    border:0;
    width: 100%;
    position: relative;
    -webkit-box-shadow: 0px 5px 50px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0px 5px 50px rgba(0, 0, 0, .5);
    box-shadow: 0px 5px 50px rgba(0, 0, 0, .5);
    right:0;
    left:0;
    z-index:1030;
    top:0;
    border-width:0 0 1px;
    padding-right:0;
    padding-left:0;
}

#navigation .navbar-header {
    margin: auto;
}

.banner-title {
    color: #f6f6f6;
	display: inline-block;
	font-size: 36px;
	font-weight: 600;
	padding-bottom:10px;
	text-align: center;
	position:relative;
    font-family: 'Arial' sans-serif;
    letter-spacing: 2px;
    overflow:visible;
	text-transform: uppercase;
    margin-top: -10px;
}

.banner-text {
    color: #f6f6f6;
    display: inline-block;
    font-family: 'Arial';
    font-size: 22px;
    letter-spacing: 2px;
	text-transform: uppercase;
    position: relative;
}


#navigation .navbar img {
    max-height: 50px;
	padding-top:5px;
}

#navigation .navbar-toggle{
  margin-top: 20px;
  background-color: #333;
}

#navigation .navbar-brand .QE-icon {
    display: block;
    width:auto;
}

#navigation .navbar-brand h1{
  padding: 0;
  margin: 0;
}

#navigation .navbar-nav.navbar-right li {
	padding: 0 1px;
}


#navigation .navbar-nav.navbar-right {
	margin-top:28px
}

#navigation .navbar-nav.navbar-right li a {
	color: #35b5af;
	font-family: 'Roboto',sans-serif;
	font-size: 14px;
	padding: 0;
	-webkit-transition: all .9s ease 0s;
	-moz-transition: all .9s ease 0s;
	-o-transition: all .9s ease 0s;
	transition: all .9s ease 0s;
	padding: 6px 15px;
    border-right: 1px solid #35b5af;
}

#navigation .navbar-inverse .navbar-nav  .active  a,  
#navigation .navbar-inverse .navbar-nav  .active  a:focus, 
#navigation .navbar-nav.navbar-right li a:hover {
	color: #fff;
	background-color: #43484E;
}

.dropdown-menu {
   max-height:300px;
   overflow:auto; 
}

/*======================
====coding test submenu=====
=======================*/
----------baru-------------------
/*.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: 30px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
    max-height:200px;
    overflow:auto; 
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

/*.dropdown-menu {
   max-height:300px;
   overflow:auto; 
}*/
/*======================
====Main Slider CSS=====
=======================*/
.home-pattern {
	height:100%;
	position:absolute;
	width:100%;
	z-index:1;
	left:0;
	bottom:0;
	background-image:url(../images/slider/1-new.jpg);
	background-repeat:repeat;
	opacity:0;
}

.home{
  padding: 0;
  overflow: hidden;
  position:relative;
    margin-top: -20px;
    width: 100%;
    height: 100%;
}

.home .header-img {
    position: relative;
}

.home .header-img img {
    height: 100%;
    width: 100%;
    min-height: 300px;
    object-fit: cover;
    display: block;
}

.home .header-img .banner-caption {
    display: table;
	height: 100%;
	width: 100%;
	min-height: 100%;
	left: 0;
	top: 40%;
	z-index: 11;
    color: #f6f6f6;
    text-align: center;
    position: absolute;
}

.home .product-header img {
    width: 100%;
    margin-top: -300px;
}
#main-carousel {
    z-index: 11;
}
#main-carousel .carousel-inner .item {
	background-size:cover;
	height: 100%;
	background-position: 50% 50%;
	background-repeat:no-repeat;
    margin-top: -100px;
}

#main-carousel .carousel-indicators { 
	bottom:15px
}

#main-carousel .carousel-indicators li{
	background: rgba(0, 0, 0, 0);
	border: 1px solid #fff;
	width: 13px;
	height: 13px;
	margin-left: 5px;
	text-indent: -9999px;
	display: inline-block;
}

.carousel-indicators .active{
	background-color: #fff !important;
	
}

.slider-content {
	height: 100%;
}

#main-carousel .carousel-caption {
	display: table;
	height: 100%;
	width: 100%;
	min-height: 100%;
	left: 0;
	top: 0;
	z-index: 11;
}

#main-carousel .carousel-caption > div{
    vertical-align: middle;
    display: table-cell;
}

#main-carousel .carousel-inner h2 {
	color: #f6f6f6;
	display: inline-block;
	font-family: arial;
	font-size: 35px;
	font-weight: 600;
    margin-top: 0px;    
	margin-bottom: 0px;
	text-shadow: none;
	text-transform: uppercase;
}

#main-carousel .carousel-inner h2 span{
  color:#7ab700;
}

#main-carousel .carousel-inner p {
	color: #f6f6f6;
	font-family: arial;
	font-size: 28px;
	font-weight: 300;
	margin-bottom: 0px;
	margin-top: 0;
	text-shadow:none;
}

#main-carousel .carousel-left{
	left:-50px;
}

#main-carousel .carousel-right{
	right:-50px;
}

#main-carousel:hover .carousel-left{
	left:0px;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}

#main-carousel:hover .carousel-right{
	right:0px;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}

#main-carousel .carousel-left,
#main-carousel .carousel-right{
	padding: 15px;
	z-index: 12;
	font-size: 60px;
	color: rgba(255, 255, 255, 0.52);
	top: 50%;
	position: absolute;
	margin-top: -60px;
	text-align: center;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}

.carousel-right {
  right:65px
}

.carousel-left {
  left:65px
}

#main-carousel .carousel-left:hover,
#main-carousel .carousel-right:hover{
	color: #F6F6F6;
}



/*=======================
====== About Us CSS =====
=========================*/

#about-us {
	background:#F6F6F6;
	overflow: hidden;
}

#about-us h2 {
	margin-bottom:35px
}

.title-one {
	color: #35b5af;
	display: inline-block;
	font-size: 30px;
	font-weight: 600;
	padding-bottom:10px;
	text-align: center;
	position:relative;
    font-family: 'Arial' sans-serif;
}


.title-onetwo {
	color: #35b5af;
	display: inline-block;
	font-size: 30px;
	font-weight: 600;
	padding-bottom:10px;
	text-align: center;
	position:relative;
    font-family: 'Arial' sans-serif;
}


.title-two {
    color: #35b5af;
	font-size: 30px;
	font-weight: 600;
	padding-bottom:10px;
	text-align: center;
	position:relative;
    font-family: 'Arial' sans-serif;
}

.title-three {
    color: #35b5af;
	font-size: 30px;
	font-weight: 600;
	padding-bottom:10px;
	text-align: left;
	position:relative;
    font-family: 'Arial' sans-serif;
}

.title-three sub {
    font-size: 18px;
}

.title-one:after {
	color: ##35b5af;
    content: " ";
    padding: 100px 130px;
	background: url(../images/fragments-right.png) no-repeat;
    background-size: contain;
	position: absolute;
    top: -50px;
    right: -260px;

}

.title-one:before {
	color: ##35b5af;
    content: " ";
    padding: 80px 150px;
	background: url(../images/fragments-left.png) no-repeat;
    background-size: contain;
	position: absolute;
	top: -50px;
    left: -300px;
}



.title-onetwo:after {
	color: ##35b5af;
    content: " ";
    padding: 100px 130px;
    background-size: contain;
	position: absolute;
    top: -50px;
    right: -260px;

}

.title-onetwo:before {
	color: ##35b5af;
    content: " ";
    padding: 80px 150px;
    background-size: contain;
	position: absolute;
	top: -50px;
    left: -300px;
}


#about-us .renew-img {
    background: url(../images/connectivity-new-2.jpg) center no-repeat;
    background-size: cover;
    padding-top: 150px;
    padding-bottom: 150px;
}

#about-us .renew-img h2 {
    position: 50 50;
    color: white;
    font-family: 'Arial';
    font-size: 40px;
    letter-spacing: 20px;
    text-transform: uppercase;
}

#about-us h4 {
	color: #000000;
	margin-bottom: 5px;
	margin-top: -5px;
	text-transform: capitalize;
}

#about-us p {
	font-weight:300;
	font-size:15px;
    font-family: 'arial', sans-serif;
}

.about-us .about-us-content {
    margin-top:50px;
    text-align: center;
}

.about-us .about-us-content img {
    height: 150px;
}

.about-us h3 {
	font-size: 20px;
	margin-bottom: 18px;
	text-transform: uppercase;
}

.about-us .tab-content {
	background:#FFFFFF;
	border-bottom: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	padding: 25px;
}

.about-us .nav-tabs li a {
	border-top:2px solid #f6f6f6;
	color:#fc7700
}

.about-us .nav-tabs li.active a, 
.about-us .nav-tabs li.active a:hover, 
.about-us .nav-tabs li.active a:focus {
	border-radius: 0;
	border-top: 2px solid #fc7700;
	color: #333333;
}

.about-us .tab-content .pull-left.media-object {
	background-color: #F6F6F6;
	margin-right: 20px;
	padding: 5px;
}

#about-us .main-cont img {
    object-fit: cover;
    object-position: center;
    min-height: 200px;
    width:100%;
    height: 100%;
    max-height:430px;
}

#about-nick {
    background:#F6F6F6;
	overflow: hidden;
    margin-top: -80px;
}

#about-nick hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    padding: 0; 
    width: 90%;
}

#about-nick h2{
    color: #35b5af;
	display: inline-block;
	font-size: 32px;
	font-weight: 600;
	padding-bottom:10px;
	text-align: left;
	position:relative;
}

#about-nick .container {
    padding-top: 30px;
}

#about-nick .container-nick {
    
}

.vertical-center {
    min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
    display: flex;
    align-items: center;
}

#about-nick .container-nick .nick-full {
    background-image:url(../images/Nick/Nick-1.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom right;
    overflow: visible;
    padding-bottom: 100px;
}

#about-nick .container-nick img {
}

#about-nick .nick-img-discovery {
    display: block;
}

#about-nick .mobile-img {
    display:none;
}

#about-case {
    background:#F6F6F6;
	overflow: hidden;
    margin-top: -50px;
}
#about-case hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    padding: 0; 
    width: 90%;
}

#about-case h2{
    color: #35b5af;
	display: inline-block;
	font-size: 32px;
	font-weight: 600;
	padding-bottom:10px;
	text-align: left;
	position:relative;
}

#about-case p{
	text-align: justify;
}

#about-case .container {
    padding-top: 30px;
    padding-bottom: 30px;
}

#about-case .preview-jetty img {
    opacity: 0;
}

#about-case .preview-jetty {
    background: url(../images/Case/Jetty-4.jpg) no-repeat;
    background-size: contain;
}

#about-case .preview-jetty:hover {
    background: url(../images/Case/Jetty-3.jpg) no-repeat;
    background-size: contain;
}

#product-desc .p-caption {
    color: #35b5af;
	font-size: 18px;
	font-weight: 300;
	padding-bottom:10px;
	text-align: center;
	position:relative;
    font-family: arial;
}

#product-desc .table-left {
    background-color: #eee;
    font-weight: 600;
}

#product-desc .comp-top,
#product-desc .comp-main {
    width: 100%;
}

#product-desc .comp-top th {
    width: 33%;
    text-align: center;
}

#product-desc .comp-main th,
#product-desc .comp-main tr {
    width: 33%;
}

#product-desc .comp-main th {
    background-color: #eee;
    padding-left: 10px;
}

#product-desc .comp-main img {
    width: 35px;
    height: auto;
}

#product-desc .solar-subnav .nav-tabs li{
    width: none;
}

#product-desc .solar-subnav ul li p {
    color: #35b5af;
    font-size: 18px;
    font-family: arial;
    font-weight: 600;
}

#product-desc .solar-subnav .nav-tabs> li.active > a,
#product-desc .solar-subnav .nav-tabs> li > a:hover,
#product-desc .solar-subnav .nav-tabs> li > a:focus {
    border-top-color: #35b5af;
    background-color: #f6f6f6 !important;
}

#product-desc .solar-subnav .nav-tabs .active p {
    color: #43484E;
}

#product-desc .sub-title {
    color: #555;
}
/*====================
======Benefit CSS=====
======================*/

#benefit {
    background-color:#f6f6f6;
	color:#43484E;
    padding-bottom: 0;
}

#benefit .benefit-main {
    background-image: url(../images/bg.jpg);
    background-size: cover;
    background-position: 50% 50%;
    width:100%;
    overflow:visible;
    left: 0;
    right: 0;
    padding-top: 0px;
    padding-bottom: 30px;
    margin-top:-80px;
}

#benefit .benefit-item img {
    height: 110px;
}

#benefit .benefit-item h3 {
    font-family: 'Arial' sans-serif;
    font-size: 18px;
    color: white;
}

/*=====================
======Cases CSS=====
=======================*/

#cases {
	background-color:#f6f6f6;
	color:#43484E;
}

.case-preview {
    padding-bottom: 15px;
}

.single-preview {
    padding-bottom: 20px;
}

.single-preview .preview-nick {
    background-image: url(../images/Nick/nick.png);
    background-size: cover;
    overflow: hidden;
    border:1px solid gray;
    height: 350px;
}

.single-preview .preview-nick h4 {
    text-align: left;
    padding-top: 200px;
    padding-left: 10px;
    color: #f6f6f6;
    font-weight: bold;
    font-family: 'Arial' sans-serif;
    font-size: 24px;
}

.single-preview .preview-nick p {
    text-align: left;
    padding-left: 10px;
    color: #f6f6f6;
    font-family: 'Arial' sans-serif;
    font-size: 18px;
}

.single-preview .preview-nick a {
    text-align: left;
    padding: 10px;
    color: #3aefe0;
    font-family: 'Arial' sans-serif;
    font-size: 18px;
    border:1px solid #43484E;
    background-color: #43484E;
    border-radius: 5px;
}

.single-preview .preview-nick a:hover {
    color: #3aefe0;
    border:1px solid #3aefe0;
    background-color: #3aefe0;
    border-radius: 5px;
}

.single-preview .preview-case2 {
    background-image: url(../images/Case/Jetty-3.jpg);
    background-size: cover;
    overflow: hidden;
    border:1px solid gray;
    height: auto;
    min-height: 150px;
}

.single-preview a {
    color: #3aefe0;
    padding: 5px;
    font-family: 'Arial' sans-serif;
    font-size: 14px;
    border:1px solid #43484E;
    background-color: #43484E;
    border-radius: 5px;
}

.single-preview h4 {
    color: #579283;
}

.single-preview a:hover {
    color: #43484E;
    border:1px solid #3aefe0;
    background-color: #3aefe0;
    border-radius: 5px;
}

.single-preview .preview-case1 {
    background-image: url(../images/Case/sample.jpg);
    background-size: cover;
    overflow: hidden;
    border:1px solid gray;
    height: auto;
    min-height: 150px;
}

.single-case a {
    text-align: left;
    padding: 10px;
    color: #f6f6f6;
    font-family: 'Arial' sans-serif;
    font-size: 16px;
    border:1px solid #43484E;
    background-color: #43484E;
    border-radius: 5px;
}

.single-case a:hover {
    color: #43484E;
    font-family: 'Arial' sans-serif;
    font-size: 16px;
    border:1px solid #f6f6f6;
    background-color: #f6f6f6;
    border-radius: 5px;
}

.single-case-video {

}

#our-asso-busi {
	background-color:#f6f6f6;
	color:#43484E;
    margin-top: -90px;
}

#our-asso-busi h2 {
	color: #477874;
	display: inline-block;
	font-size: 32px;
	font-weight: 600;
	padding-bottom:10px;
	text-align: left;
	position:relative;
}

#our-asso-busi .team-members {
	padding:0;
	margin-top:55px;
	display:block;
	overflow:hidden;
    background-color:#43484E;
}

.single-busi {
	height:auto;
	color: #f6f6f6;
	padding: 0;
	text-align:center;
	overflow:hidden;
}

.single-busi .busi-logo-round {
    width: 150px;
    padding-bottom: 15px;
}

.single-busi .busi-logo-square {
    width: 250px;
    padding-bottom: 15px;
}

.member-left, .member-right {
	position:absolute;
	top:-43px;
	color:#43484E
}


.member-left {
	left:49%;
}

.member-right {
	left:51%
}

/*======================
======Calculator CSS=====
========================*/
#calculator {
    margin-top: -70px;
}

.type_select input {
    margin:0;
    padding:0;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
}

.type_select input:checked + .cal_type {
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    filter: none;
}

.cal_type {
    cursor:pointer;
    background-size:contain;
    background-repeat:no-repeat;
    display:inline-block;
    width: 200px;
    height: 140px;
    -webkit-transition: all 100ms ease-in;
       -moz-transition: all 100ms ease-in;
            transition: all 100ms ease-in;
    -webkit-filter: brightness(1.8) grayscale(1) opacity(.5);
       -moz-filter: brightness(1.8) grayscale(1) opacity(.5);
            filter: brightness(1.8) grayscale(1) opacity(.5);
}

.cal_type:hover {
        -webkit-filter: brightness(1.2) grayscale(.5) opacity(.5);
       -moz-filter: brightness(1.2) grayscale(.5) opacity(.5);
            filter: brightness(1.2) grayscale(.5) opacity(.5);
}

.tube {
    background-image: url(../images/product/T8-TUBE-ICON-YELLOW.png);
    background-size: contain;
    background-position: 50% 50%;
}

.downlight {
    background-image: url(../images/product/DOWNLIGHT-ICON.png);
    background-size: contain;
    background-position: 50% 50%;
}

.highbay {
    background-image: url(../images/product/HIGHBAY-ICON.png);
    background-size: contain;
    background-position: 50% 50%;
}

.street {
    background-image: url(../images/product/street-light-icon.png);
    background-size: contain;
    background-position: 50% 50%;
}

.cal_table {
    width:80%;
}

.cal_table .header-td {
    background-color: #43484E;
    text-align: center;
    width: 100%;
}

.cal_table .header-td h2 {
    color: #f6f6f6;
    font-weight: 800;
    font-family: 'Arial' sans-serif;
}

.cal_table .left-td {
    background-color: lightgray;
    width:50%;
}

.cal_table .res_textbox {
    background-color: white;
}

.cal_table .button-td input {
    border-radius: 5px;
    font-size: 20px;
    font-weight: 500;
    padding-left: 10px;
    padding-right: 10px;
    color: #F1AD10;
    border-color: #43484E;
    background-color: #43484E;
}

/*====================
======Clients CSS=====
======================*/

#clients{
	background-image: url("../images/clients/client-bg.jpg");
	background-color:#0A0A13;
}

#clients h2 {
	margin-bottom:30px;
	color:#f6f6f6
}

#clients p {
	color:#fff
}

#clients-carousel  {
	margin-top:45px;
	text-align:center;
}

#clients-carousel 
.carousel-inner {
	display:inline-block;
	width:60%
}

.carousel-inner blockquote {
  border-left: 0 none;
  margin:15px;
  padding:0;
  text-align: left;
}

.carousel-inner blockquote p {
	font-size:17px;
	
}

#clients-carousel 
.carousel-inner img {
	border-right:5px solid#eee;
	padding-right:10px
}

#clients-carousel 
.carousel-indicators {
	top: 100%;
	left: 50%;
	margin: 0 0 0 -50px;
	position: absolute;
	width: 100px;
}

#clients-carousel .item {
	background:#43484E
}

#clients-carousel 
.carousel-indicators li{
	background: rgba(0, 0, 0, 0);
	border: 1px solid #fff;
	width: 13px;
	height: 13px;
	margin-left: 5px;
	text-indent: -9999px;
	display: inline-block;
}

#clients-carousel 
.carousel-indicators {
  margin-top: 20px;
}

.clients{
  text-align: center;
}

.clients h2 {
	color: #FFFFFF;
	font-family: 'Roboto',sans-serif;
	font-size: 30px;
	font-weight: 500;
	line-height: 40px;
	text-transform: uppercase;
	margin-top: 0;
}

.clients p {
	color: #FFFFFF;
	font-family: 'Roboto',sans-serif;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 3px;
	text-transform: uppercase;
}

.clients p span{
	color:#fc7700;
}



/*=====================
======Our Blog CSS=====
======================*/

#blog {
	padding-bottom:75px;
	padding-top:75px
}

.blog-heading {
	margin-bottom: 35px;
	margin-top: 15px;
}

.single-blog {
	margin-bottom: 30px;
	background-color:#F7F7F7;
	padding:25px;
	transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	-webkit-box-shadow: 0 2px 0 0 #ddd;
	box-shadow: 0 2px 0 0 #ddd;
}

.single-blog:hover {
	background-color:#43484E;
	color:#fff
}

.single-blog:hover.single-blog h2 {
	color:#fff
}

.single-blog:hover.single-blog .btn-primary {
	background-color:#fc7700;
	color:#fff;
	border-color:#fff;
	transition: all 0.9s ease 0s;
	-moz-transition: all 0.9s ease 0s;
	-webkit-transition: all 0.9s ease 0s;
	-o-transition: all 0.9s ease 0s;
}

.single-blog img{
	width:100%;
	margin-bottom:20px
}

.single-blog h2 {
	color:#43484E;
	font-size:24px;
}

.single-blog h2{
	margin:0;
	margin-bottom:15px;
}

.single-blog ul {
	padding:0;
	overflow:hidden;
}

.single-blog ul li {
	border-right: 2px solid #999999;
	float: left;
	line-height: 10px;
	list-style: none;
	margin-right: 10px;
	padding-right: 10px;
	font-size: 12px;
	color:#999;
}

.single-blog ul li:last-child {
	border:none;
}

.blog-content {
	margin-bottom: 25px;
	margin-top: 0;
}

.single-blog .btn-primary {
	text-transform: uppercase;
	border: 1px solid #fc7700;
	color: #686868;
	background-color: rgba(255, 255, 255, 0);
	border-color: #fc7700;
}

.single-blog:hover.single-blog .btn-primary:hover{
	background-color:#fc7700;
	color:#fff;
}

#blog-detail .modal-body {
	padding:30px;
}

#blog-detail .modal-body img {
	width:100%
}

#blog-detail .close {
	margin-right: -15px;
    margin-top: -25px;
}



/*====================
======Contact CSS=====
======================*/

#contact {
	overflow:hidden;
	background-color: #f6f6f6;
	position:relative;
	padding-bottom:85px;
	border-top:2px solid #ddd
}

#contact .contact-heading {
	padding-bottom:35px;
	position: relative;
	z-index: 10;
}

.contact-details {	
	padding-top:75px;
}

.pattern {
	height:100%;
	position:absolute;
	width:100%;
	z-index:1;
	left:0;
	bottom:0;
	background-image:url(../images/pattern.png);
	background-repeat:repeat;
	opacity:0.2;
}


.contact-address {
	background-color: #fff;
	height:390px;
	padding-top:85px
}

.fblogo {
    display: inline-block;
    margin-left: 39px;
    margin-right: -10px;
    height: 150px;
    
}

#images{
    text-align:center;
    
}

.contact-address .social-icons a i {
	border-radius:0;
	height:30px;
	line-height:inherit;
	width:30px;
	border-width:0;
	transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	margin-right:10px
}
.contact-address .social-icons i:hover {
	transform: scale(.9);
}

.social-icons a {
	color: #A2A2A2;
	font-size: 20px;
	border: 1px solid #A2A2A2;
	border-radius: 50%;
	text-align: center;
	padding: 6px;
	width: 44px;
	height: 44px;
	display: inline-block;
	margin: 2px;
}


.social-icons a:hover {
  color: #fc7700;
  border: 1px solid #fc7700;
}

.contact-address .social-icons, 
.contact-address address {
	z-index:2;
	position:relative
}

.contact-address  p {
	font-weight:800;
	font-size:24px
}

.contact-address  p span {
	color:#fc7700;
	
}

#contact-form-section {	
	padding:35px;
	background-color: #FFF; 
	height:390px;
}
#contact-form-section .btn-primary {
	background-color:#fc7700;
	border-color:#f6f6f6;
	border-radius:0;
	padding:10px 35px;
	text-transform:uppercase;
	font-weight:800;
	transition: all 0.9s ease 0s;
  -moz-transition: all 0.9s ease 0s;
  -webkit-transition: all 0.9s ease 0s;
  -o-transition: all 0.9s ease 0s;
}

#contact-form-section .btn-primary:hover {
	background-color:#43484E
}

#contact-form input, 
#contact-form textarea, 
#contact-form .btn-primary  {
	position:relative;
	z-index:2;
}

#contact-form .name-field, 
#contact-form .mail-field  {
	width:49%;
}

#contact-form .name-field {
	margin-right:2%;	
	float:left
}

#contact-form .mail-field {
	
}

#contact-form-section .form-control {
	border-radius:0;
	-webkit-box-shadow:none;
	box-shadow:none;
}

#contact-form-section textarea {
	resize:none
}

#contact-form-section .form-control:focus {
	border-color: #fc7700;
	outline: 0;
	-webkit-box-shadow:none;
	box-shadow:none;
}


/*====================
======Footer CSS=====
======================*/
.topHome {
    position: fixed;
    bottom: 20px;
    right: 50px;
    z-index: 5;
    padding: auto;
    color: #43484E;
    font-size: 18px;
    display: none;
    z-index: 1111;
}

.displayfixed {
    display:block;
}

.footer-hr {
    display: block;
    height: 1px;
    border: 0;
    
    padding: 0; 
    width: 80%;
}

.footer-hr:after {
    color: #35b5af;
    content: " ";
    padding: 100px 100px;
	background: url(../images/fragments-footer.png) no-repeat right bottom;
    background-size: contain;
	position: absolute;
    right: 5%;
    bottom: 240px;
    display: block;
    overflow:hidden;
}

#footer {
	
	color:#43484E;
	font-size:16px;
	position:relative;
    padding-bottom: 0;
}

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

.footer-main-logo img {
    width: 80%;
}

.footer-main-add {
    text-align: left;
}

.footer-main-add h2 {
    font-family: 'Arial' sans-serif;
    color: #35b5af;
    font-size: 18px;
}

.footer-main-add .footer-loca-img {
    height: 20px;
    width: 20px;
}

.footer-main-add  .footer-add-img {
    height: 20px;
    width: 25px;
}

.footer-main-add p {
    font-family: 'Calibri' sans-serif;
    font-size: 12px;
    color: #43484E;
    padding-top: 10px;
}

.footer-main-add a {
    color: #43484E;
}

.footer-main-add a:hover {
    color: #35b5af;
}

.footer-main-comp {
    text-align: left;
    color: #35b5af;
}

.footer-main-comp a {
    color: #43484E;
    font-size: 12px;
    word-spacing: 2px;
}

.footer-main-comp a:hover {
    color: #35b5af;
}

.footer-main-comp h2 {
    font-family: 'Arial' sans-serif;
    color: #35b5af;
    font-size: 16px;
}

.footer-main-comp-con a {
    display: inline;
}

.footer-main-comp-fb {
    color: #3b5998;
    font-size: 35px;
}

.footer-main-comp-li {
    color: #007bb6;
    font-size: 35px;
}

.footer-main-comp-con i:hover {
    color: #35b5af;
}

.footer-main-comp-main img {
    width: 80px;
}
.footer-main-comp-sub div{
    margin:0;
}
.footer-main-comp-sub img {
    width: 30px;
}

#footer .text-center p {
	margin: 0;
    font-size: 14px;
}

#footer .text-center {
    padding-top: 20px;
    margin-bottom: 0;
}

#footer .text-center a {
    color: darkslategray;
    font-family: 'Calibri' sans-serif;
}

#footer .text-center a:hover,
#footer .footer-contact a:hover {
	color: #579283;
}

/*============================
======Carousel Effect CSS=====
==============================*/


.carousel.scale .carousel-inner > .item.left > div:nth-child(1),
.carousel.scale .carousel-inner > .item.right > div:nth-child(1) {
  -webkit-animation: fadeOutDown 300ms linear 0ms both;
  animation: fadeOutDown 300ms linear 0ms both;
}
.carousel.scale .carousel-inner > .item.next > div:nth-child(1),
.carousel.scale .carousel-inner > .item.prev > div:nth-child(1) {
  -webkit-animation: fadeInDown 300ms linear 75ms both;
  animation: fadeInDown 300ms linear 75ms both;
}

.carousel.scale .carousel-inner > .item.left > div:nth-child(2),
.carousel.scale .carousel-inner > .item.right > div:nth-child(2) {
  -webkit-animation: fadeOutDown 300ms linear 75ms both;
  animation: fadeOutDown 300ms linear 75ms both;
}
.carousel.scale .carousel-inner > .item.next > div:nth-child(2),
.carousel.scale .carousel-inner > .item.prev > div:nth-child(2) {
  -webkit-animation: fadeInDown 300ms linear 150ms both;
  animation: fadeInDown 300ms linear 150ms both;
}

.carousel.scale .carousel-inner > .item.left > div:nth-child(3),
.carousel.scale .carousel-inner > .item.right > div:nth-child(3) {
  -webkit-animation: fadeOutDown 300ms linear 150ms both;
  animation: fadeOutDown 300ms linear 150ms both;
}
.carousel.scale .carousel-inner > .item.next > div:nth-child(3),
.carousel.scale .carousel-inner > .item.prev > div:nth-child(3) {
  -webkit-animation: fadeInDown 300ms linear 225ms both;
  animation: fadeInDown 300ms linear 225ms both;
}

.carousel.scale .carousel-inner > .item.left > div:nth-child(4),
.carousel.scale .carousel-inner > .item.right > div:nth-child(4) {
  -webkit-animation: fadeOutDown 300ms linear 225ms both;
  animation: fadeOutDown 300ms linear 225ms both;
}
.carousel.scale .carousel-inner > .item.next > div:nth-child(4),
.carousel.scale .carousel-inner > .item.prev > div:nth-child(4) {
  -webkit-animation: fadeInDown 300ms linear 300ms both;
  animation: fadeInDown 300ms linear 300ms both;
}


/*==================================
====== Isotope Recommended CSS=====
====================================*/

/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
/* End: Recommended Isotope styles */




/*==================================
====== Portfolio Hover effect=======
====================================*/


.efffect img {
   -webkit-transform: scaleY(1);
   -moz-transform: scaleY(1);
   -o-transform: scaleY(1);
   -ms-transform: scaleY(1);
   transform: scaleY(1);
   -webkit-transition: all 0.7s ease-in-out;
   -moz-transition: all 0.7s ease-in-out;
   -o-transition: all 0.7s ease-in-out;
   -ms-transition: all 0.7s ease-in-out;
   transition: all 0.7s ease-in-out;
}
.efffect .mask {
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   cursor: zoom-in;
}
.efffect h4 {   
   background: transparent;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
}
.efffect h3 {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   font-size:22px;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
}
.mask a i {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform:rotate(-180deg);
   -moz-transform:rotate(-180deg);
   -o-transform:rotate(-180deg);
   -ms-transform:rotate(-180deg);
   transform:rotate(-180deg);
   -webkit-transition:all 0.5s linear 0.7s;
   -moz-transition: all 0.5s linear 0.7s;
   -o-transition:all 0.5s linear 0.7s;
   -ms-transition:all 0.5s linear 0.7s;
   transition:all 0.5s linear 0.7s;
}
.efffect:hover img {
   -webkit-transform: scale(10);
   -moz-transform: scale(10);
   -o-transform: scale(10);
   -ms-transform: scale(10);
   transform: scale(10);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
}
.efffect:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.efffect:hover h4,.efffect:hover h3,.efffect:hover a i {
   -webkit-transform: scale(1);
   -moz-transform: scale(1);
   -o-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}

/*-- navbar-collapse-top --*/
.navbar-collapse-top {
    max-height:340px;
    padding-right:15px;
    padding-left:15px;
    overflow-x:visible;
    border-top:1px solid transparent;
    box-shadow:inset 0 1px 0 rgba(255,255,255,0.1);
    -webkit-overflow-scrolling:touch
}
.navbar-collapse-top:before,.navbar-collapse-top:after {
    display:table;
    content:" "
}
.navbar-collapse-top:after {
    clear:both;
}
.navbar-collapse-top:before,.navbar-collapse-top:after {
    display:table;
    content:" ";
}
.navbar-collapse-top:after {
    clear:both;
}
.navbar-collapse-top.in {
    overflow-y:auto;
}
@media(min-width:768px) {
    .navbar-collapse-top {
        width:auto;
        border-top:0;
        box-shadow:none;
    }
    .navbar-collapse-top.collapse {
        display:block!important;
        height:auto!important;
        padding-bottom:0;
        overflow:visible!important
    }
    .navbar-collapse-top.in {
        overflow-y:visible;
    }
    .navbar-fixed-top .navbar-collapse-top,.navbar-static-top .navbar-collapse-top,.navbar-fixed-bottom .navbar-collapse-top {
        padding-right:0;
        padding-left:0;
    }
}
.container>.navbar-header,.container>.navbar-collapse-top {
    margin-right:-15px;
    margin-left:-15px;
}
@media(min-width:768px) {
    .container>.navbar-header,.container>.navbar-collapse-top {
        margin-right:0;
        margin-left:0;
    }
}

/*==================================
====== Portfolio Hover effect=======
====================================*/
.video {
    background:#F6F6F6;
	overflow: hidden;
}

/*====================
======Frame CSS=====
======================*/
.frame {
}
.frame .monitor {
    margin-top: -95px;
    width:100%;
    height:100%;
    min-height:800px;
    max-height: 1600px;
    z-index: 3;
}
.frame .frame-logo {
    margin-top: -95px;
    position: absolute;
    width: auto;
    height: 52px;
    z-index: 4;
}

