/*
Theme Name: Insight Unlimited
Theme URI: 
Author: Richard Bahillo
Author URI: 
Description:  Custom Theme For Insight Unlimited
Version: 1.0
License: GNU General Public License v2 or later
License URI: 
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


body{
	background: url(img/micro_carbon.png);
}
body p{
	font-family: Century Gothic;
	font-size: 17px;
	color:white;
}
body a {
	font-family: 'Open Sans', sans-serif;
	color: rgb(60, 160, 91)
}
h1,h2,h3{
	color:purple;
}
.navbar-style {
	color: white;
}
.nav-link {
	color: white;
	font-size: 18px;
}
.custom-toggler.navbar-toggler {
    border-color: purple;
    margin-top: 25px;
}
.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,102,203, 0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.slider-con {}

.navi-bg {
	background:#1a1a1a;
}
.pull-right {
	float: right;
    width: 24%;
    margin-left: 15px;
    margin-bottom: 15px;
}
.content-area {
	margin-top: 50px;
}
.main-con {
	margin-top: 50px;
}
.main-con h1, .main-con h2, .main-con h3 {
	margin-bottom: 20px;
	text-align: center;
}
.main-con ul li, .main-con ol li {
	color: #fff;
}
.our-work h1{
	margin-bottom: 20px;
}
.company-list {
	margin-top: 50px;
}
.company-list h1{
	margin-bottom: 20px;
}
.footer-area {
	font-family: 'Open Sans', sans-serif;
	padding: 30px 0px;
	background: rgb(17, 17, 17);
	margin-top: 50px;
}
.footer-area p{
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 1px;
	font-size: 14px;
}
.com-img {
	padding: 5px 10px;
	background: #fff;
	min-height: 79px;
	border-radius: 2px;
}
.com-img img {
	margin-top: 10px;
}
.img-work-con {
	border: 4px solid #fff;
	border-radius: 1px;
	min-height: 161px;
}

/*------------------Nav Syle-----------------------*/
#navbarNav ul li {
	padding: 30px 12px;
	margin-left: 5px;
}
#navbarNav ul li a {
	color: white;
}
#navbarNav ul li a:hover {
	color: white;
	text-decoration: none;
}
#navbarNav ul li:hover {
	background: purple;
    background: -moz-linear-gradient(top, rgba(153,0,153,0.65) 0%, rgba(153,0,153,0.65) 70%, rgba(153,0,153,0) 100%);
    background: -webkit-linear-gradient(top, rgba(153,0,153,0.65) 0%,rgba(153,0,153,0.65) 70%,rgba(153,0,153,0) 100%);
    background: linear-gradient(to bottom, rgba(153,0,153,0.65) 0%,rgba(153,0,153,0.65) 70%,rgba(153,0,153,0) 100%);
}
.active {
	background: purple;
    background: -moz-linear-gradient(top, rgba(153,0,153,0.65) 0%, rgba(153,0,153,0.65) 70%, rgba(153,0,153,0) 100%);
    background: -webkit-linear-gradient(top, rgba(153,0,153,0.65) 0%,rgba(153,0,153,0.65) 70%,rgba(153,0,153,0) 100%);
    background: linear-gradient(to bottom, rgba(153,0,153,0.65) 0%,rgba(153,0,153,0.65) 70%,rgba(153,0,153,0) 100%);
}
.contat-page {
	margin-top: 100px
}
.contact-info {
	background: #fff;
	padding: 20px 10px;
	border-radius: 3px;
}
.contact-info p {
	color: #333;
}
.contat-page hr {
	width: 100%;
}
hr {
	border-bottom: 2px solid #fff;
	width: 82%;
}
.carousel-area {
	margin-top:77px;
}
.contact-map {
	margin-top:15px;
}
.alignright {
	float: right;
	margin-left: 20px;
}
.alignleft {
	float: left;
	margin-right: 20px;
}
.space-bottom {
	margin-bottom: 20px;
}