
body {
    font-family: 'Titillium Web', sans-serif;
    margin: 0;
    padding: 0;
    font-size: 16px;
}
li {
    list-style: outside none none;
}
a:hover, a:visited, a {
    text-decoration: none;
}
h1, h2 {
    font-weight: bold;
    text-transform: capitalize;
}
.top-header {
    background: #fff none repeat scroll 0 0 !important;
    position: fixed;
    width: 100%;
    z-index: 99999;
}
.header-backup {
    background: transparent none repeat scroll 0 0;
    height: 119px;
    margin: auto;
    width: 20px;
}
.header-backup-small{
    height: 30px;
}
.top-header img.logo {
    margin-bottom: 15px;
    margin-top: 0;
    transition: all 0.5s ease 0s;
}
.navbar-default {
    background-color: transparent;
    border-color: transparent;
    margin-bottom: 0;
    margin-top: 8px;
    transition: all 0.5s ease 0s;
}
.nav-bar {
    margin-top: 27px;
}
.navbar-toggle span {
    color: #fff;
}
ul.nav {
    margin: 0;
    padding: 0;
}
.navbar-default .navbar-nav > li > a {
    color: #000;
    font-size: 20px;
    font-weight: bold;
    padding: 14px 15px;
    text-transform: capitalize;
    transition: all 0.7s ease 0s;
}
.navbar-default .navbar-nav > li > a:hover {
    color: rgb(46,49,146);
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #000;
}
li a.active {
    color: #42b3e5 !important;
}
.navbar-default .navbar-toggle {
    border-color: #fff;
    margin-top: 4px;
}
.slider-row {
    margin: 0;
    padding: 0;
}
.slider-wrapper {
    background: #000 none repeat scroll 0 0 !important;
    margin: 0;
    padding: 0 !important;
}
.carousel-caption h1 {
    color: #fff;
    font-size: 100px;
    margin-bottom: 0;
    text-transform: uppercase;
    text-shadow: -5px 5px 5px rgba(0,0,0, 0.3);

}
.carousel-caption p {
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    margin-top: 0;
    text-transform: uppercase;
    text-shadow: -5px 5px 5px rgba(0,0,0, 0.3);
}
.carousel-caption button {
    background: #3a9ecb none repeat scroll 0 0;
    border: 0 none;
    color: #fff;
    font-size: 30px;
    height: 60px;
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
    width: 240px;
}
.carousel-caption button:hover {
    background: #2a2a2a none repeat scroll 0 0;
}
.carousel-control {
    width: 5%;
}
.carousel-inner {
    background: rgba(0, 0, 0, 0) linear-gradient(to left, #000, blue) repeat scroll 0 0;
}
.item {
    position: relative;
}
.carousel-caption {
    left: 12%;
    line-height: 1;
    margin-top: -100px;
    position: absolute;
    text-align: right;
    top: 50%;
    right: 10%;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    font-size: 24px;
    margin-left: 0;
    margin-top: 50px;
    padding: 5px;
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    font-size: 24px;
    margin-right: 0;
    margin-top: 50px;
    padding: 5px;
}
.about h2 {
    color: #42b3e5;
    font-size: 30px;
    margin-top: 50px;
}
.about h4 {
    color: #737373;
    font-size: 24px;
    margin-bottom: 45px;
}
.about-img img {
    width: 100%;
}
.new-events{
	padding: 10px;
	
}

.single-about-detail {
    position: relative;
}
.pentagon-text h1 {
    color: #383838;
    font-size: 60px;
    left: 15%;
    margin-top: 0;
    position: absolute;
    top: -6%;
    transition: all 0.7s ease 0s;
    width: 50px;
}
.pentagon-text {
    background: #fff none repeat scroll 0 0;
    height: 52px;
    left: 43%;
    position: relative;
    top: -30px;
    width: 70px;
}
.pentagon-text::before {
    border-bottom: 15px solid #fff;
    border-left: 34px solid transparent;
    border-right: 35px solid transparent;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    top: -15px;
    width: 0;
}
.pentagon-text::after {
    border-left: 36px solid transparent;
    border-right: 34px solid transparent;
    border-top: 15px solid #fff;
    bottom: -15px;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    width: 0;
}
.about-details {
    background: #2a2a2a none repeat scroll 0 0;
    border-top: 2px solid #fff;
    transition: all 0.7s ease 0s;
}
.about-details h3 {
    color: #fff;
    font-size: 36px;
    margin-top: 0;
}
.about-details p {
    color: #fff;
    font-family: "Open Sans",sans-serif;
    font-size: 13px;
    padding: 0 25px 30px;
}
.single-about-detail:hover .about-details {
    background: #3a9dca none repeat scroll 0 0;
}
.single-about-detail:hover .pentagon-text h1 {
    color: #3a9dca;
}
.service {
    background: rgba(0, 0, 0, 0) url("../img/pattern.jpg") repeat-y scroll 0 0;
    margin-top: 40px;
}
.service h2 {
    color: #fff;
    font-size: 90px;
    margin-bottom: 0;
    margin-top: 70px;
}
.service h4 {
    color: #fff;
    display: block;
    font-size: 24px;
    margin-bottom: 70px;
    margin-top: 0;
}


.multiple-borders {
  padding: 5px;

}

.multiple-borders img {
  border: 5px solid #fff;
  -webkit-box-shadow: 2px 2px 5px -2px rgba(0,0,0,0.75);
-moz-box-shadow: 2px 2px 5px -2px rgba(0,0,0,0.75);
box-shadow: 2px 2px 5px -2px rgba(0,0,0,0.75);
width: 100%;
}

.border-profile{
      border: 1px solid #999;
}


.single-service h3 {
    color: #fff;
    margin-top: 10px;
    padding-bottom: 50px;
    position: relative;
}
.service-img img {
    position: absolute;
}
.team {
    padding-bottom: 60px;
}
.team h2 {
    color: #42b3e5;
    font-size: 90px;
    margin-bottom: 0;
    margin-top: 50px;
}
.team h4 {
    color: #737373;
    font-size: 24px;
    margin-bottom: 45px;
    margin-top: 0;
}
.single-member {
    margin: 0;
    padding: 0;
}
.person img {
    width: 100%;
}
.person-detail {
    background: #3a9cc8 none repeat scroll 0 0;
    padding: 10px;
    position: relative;
    transition: all 0.7s ease 0s;
}
.arrow-top {
    background: #3ba0cc none repeat scroll 0 0;
    bottom: -10px;
    height: 20px;
    left: 46%;
    position: absolute;
    transform: rotate(45deg);
    transition: all 0.7s ease 0s;
    width: 20px;
}
.arrow-bottom {
    background: #3ba0cc none repeat scroll 0 0;
    height: 20px;
    left: 46%;
    position: absolute;
    top: -9px;
    transform: rotate(45deg);
    transition: all 0.7s ease 0s;
    width: 20px;
}
.person-detail h3 {
    color: #fff;
    font-size: 30px;
}
.person-detail p {
    color: #fff;
    font-family: "Open Sans",sans-serif;
    font-size: 13px;
}
.single-member:hover .person-detail {
    background: #2a2a2a none repeat scroll 0 0;
}
.single-member:hover .arrow-top {
    background: #2a2a2a none repeat scroll 0 0;
}
.single-member:hover .arrow-bottom {
    background: #2a2a2a none repeat scroll 0 0;
}
.contact-caption {
    background: #3a9dca none repeat scroll 0 0;
}
.contact-heading h2 {
    color: #3a9dca;
    font-size: 90px;
}
.contact-info {
    padding-left: 40px;
}
.contact-info h3 {
    border-bottom: 1px solid #13849c;
    color: #333;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 0;
    padding-bottom: 12px;
    padding-left: 0;
    text-transform: uppercase;
}
.contact-form h3 {
    border-bottom: 1px solid #13849c;
    color: #333;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 0;
    padding-bottom: 12px;
    padding-left: 0;
    text-transform: uppercase;
}
.contact-info ul {
    margin: 0;
    padding: 0;
}
.contact-info ul li {
    color: #333;
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
}
.contact-info i.fa {
    font-size: 16px;
    height: 38px;
    padding-right: 12px;
    width: 25px;
}
.contact-info ul li span {
    font-weight: bold;
}
.contact-form input {
    background: #FFF none repeat scroll 0 0;
    border: 1px solid #999;
    color: #084a5c;
    font-family: "Open Sans",sans-serif;
    font-size: 13px;
    height: 40px;
    margin-bottom: 12px;
    padding: 12px;
    width: 100%;
}
.contact-form textarea {
    border: 1px solid #999;
    font-family: "Open Sans",sans-serif;
    height: 140px;
    margin-bottom: 12px;
    padding: 12px;
    width: 100%;
}
.info-detail {
    border-top: 1px solid #53cde5;
    padding-top: 15px;
}
.form {
    border-top: 1px solid #53cde5;
    padding-top: 15px;
    text-align: right;
}
.contact-form input.submit-btn {
    background: rgba(0, 0, 0, 0) url("../img/btn-bg.jpg") no-repeat scroll 0 0;
    color: #fff;
    float: right;
    font-family: "BenchNine",sans-serif;
    font-size: 24px;
    font-weight: bold;
    height: 50px;
    padding: 0;
    width: 180px;
}
.contact-form {
    padding-right: 40px;
}
#map {
    height: 830px;
}
.map {
    overflow: hidden;
    position: relative;
}
.contact {
    background: rgba(0, 0, 0, 0.51) none repeat scroll 0 0;
    height: 830px;
    left: 0;
    margin-top: -830px;
    position: absolute;
    width: 100%;
}
.contact-caption {
    margin-top: 120px;
}

footer{
	border-top: 1px solid #999;
	}
.home-col-images .border-profile{
	padding: 5px;
}
.home-col-images .col-md-3{
	margin: 10px auto;
}	
.home-col-images img{
	width: 100%;
	border-radius: 3px;
}
.home-col-images .border-profile:hover { 
    outline: none;
    border-color: #9ecaed;
    box-shadow: 0 0 10px #9ecaed;
}
.footer ul{
	text-align: center;
}

.footer ul li{
	display: inline-block;
}
.footer ul li a{
	font-size: 14px;
	text-transform: uppercase;
}

.footer-para {
    margin: 0;
    padding: 0;
}
.footer p {
    color: #000;
    font-family: "Open Sans",sans-serif;
    font-size: 12px;
    font-weight: 300;
    margin: 0;
    padding: 25px 0;
}
.footer a i.fa {
    color: #b1b1b1;
    font-size: 24px;
    padding: 22px 10px;
}
.footer a i.fa:hover {
    color: #42b3e5;
}
.carousel-inner {
    position: relative;
}
.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
    opacity: 1;
}
.carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}
.carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-control {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0) 100%);
    opacity: 1;
    z-index: 2;
}
@media not all, (-webkit-transform-3d) {
.carousel-fade .carousel-inner > .item.next, .carousel-fade .carousel-inner > .item.active.right {
    opacity: 0;
    transform: translate3d(0px, 0px, 0px);
}
.carousel-fade .carousel-inner > .item.prev, .carousel-fade .carousel-inner > .item.active.left {
    opacity: 0;
    transform: translate3d(0px, 0px, 0px);
}
.carousel-fade .carousel-inner > .item.next.left, .carousel-fade .carousel-inner > .item.prev.right, .carousel-fade .carousel-inner > .item.active {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
}
}
html, body{
    height: 100%;
}
@media (min-width: 992px) and (max-width: 1199px) {

.navbar-default .navbar-nav > li > a {
    font-size: 20px;
    padding: 14px 12px;
}
.carousel-caption h1 {
    font-size: 120px;
}
.carousel-caption p {
    font-size: 32px;
}
.carousel-caption button {
    font-size: 26px;
    height: 55px;
    width: 215px;
}
h2 {
    font-size: 30px !important;
}
h4 {
    font-size: 22px !important;
}
.person-detail h3 {
    font-size: 26px;
}
.person-detail p {
    font-size: 12px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.navbar-default .navbar-nav > li > a {
    font-size: 16px;
    padding: 10px 8px;
}
.carousel-caption h1 {
    font-size: 90px;
}
.carousel-caption p {
    font-size: 30px;
}
.carousel-caption button {
    background: #3a9ecb none repeat scroll 0 0;
    color: #fff;
    font-size: 22px;
    height: 50px;
    width: 180px;
}
h2 {
    font-size: 30px !important;
}
h4 {
    font-size: 18px !important;
}
#map {
    height: 1050px;
}
.contact {
    height: 1050px;
    margin-top: -1050px;
}
.contact-caption {
    margin-top: 110px;
}
}
@media (min-width: 480px) and (max-width: 767px) {
.header-logo img {
    margin-top: 20px;
}
.navbar-default .navbar-nav > li > a {
    font-size: 20px;
}
.carousel-caption {
    margin-top: -110px;
}
.carousel-caption h1 {
    font-size: 75px;
}
.carousel-caption p {
    font-size: 25px;
}
.carousel-caption button {
    font-size: 20px;
    height: 40px;
    width: 160px;
}
#map {
    height: 1120px;
}
.contact {
    height: 1120px;
    margin-top: -1120px;
}
h2 {
    font-size: 36px !important;
}
h4 {
    font-size: 21px !important;
}
.contact-info ul {
    margin-left: 4px;
}
.contact-info i.fa {
    width: 25px;
}
.contact-caption {
    margin-top: 140px;
}
}
@media (max-width: 479px) {
.top-header img.logo {
    margin: 20px 10px;
}
.header-logo {
    margin-top: 20px !important;
}
.navbar-default .navbar-toggle {
    border-color: #fff;
    margin-top: -7px;
    right: 10%;
}
.navbar-default .navbar-nav > li > a {
    font-size: 16px;
    text-align: left;
}
.header-backup {
    height: 80px;
}
.carousel-caption {
    margin-top: -60px;
}
.carousel-caption h1 {
    font-size: 20px;
}
.carousel-caption p {
    font-size: 12px;
}
.carousel-caption button {
    font-size: 16px;
    height: 23px;
    width: 90px;
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-top: 30px;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    margin-top: 30px;
}
.about h2 {
    color: #42b3e5;
    font-size: 30px;
    margin-top: 30px;
}
.service h2 {
    font-size: 50px;
    margin-top: 40px;
}
.team h2 {
    font-size: 50px;
    margin-top: 40px;
}
h4 {
    font-size: 18px !important;
}
.contact-caption {
    margin-top: 38%;
}
#map {
    height: 950px;
}
.contact {
    height: 950px;
    margin-top: -950px;
}
.contact-heading h2 {
    font-size: 36px;
    margin-left: 15px;
    text-align: left;
}
.contact-info h3 {
    font-size: 25px;
    margin-left: 8px;
    padding-bottom: 8px;
}
.info-detail {
    margin-left: 8px;
}
.contact-info ul li {
    font-size: 10px;
}
.contact-info i.fa {
    font-size: 13px;
    height: 18px;
    width: 20px;
}
.contact-info, .contact-form {
    padding: 10px;
}
.contact-form h3 {
    font-size: 25px;
    margin-bottom: 0;
    margin-right: 0;
    padding-bottom: 8px;
}
.footer a i.fa {
    font-size: 18px;
    padding: 25px 7px;
}
.footer p {
    font-size: 10px;
}

}


.products .carousel-inner{
    background: none;
    }
	
.footer .border-profile img{
	width: 100%;
}

.products .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next,
.products .carousel-control .glyphicon-chevron-left, .carousel-control .icon-next{
	margin-top: 0px;
}