﻿@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,300italic);

@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,700,300,100);


@font-face {
    font-family: "SocialGlyphs";
    font-style: normal;
    font-weight: normal;
    src: url("http://bmck.ca/fonts/socialglyphs-webfontd41d.html#iefix") format("embedded-opentype"), url("http://bmck.ca/fonts/socialglyphs-webfont.html") format("woff"), url("http://bmck.ca/fonts/socialglyphs-webfont-2.html") format("truetype"), url("http://bmck.ca/fonts/socialglyphs-webfont-3.html#SocialGlyphsRegular") format("svg");
}




body{
	margin:0px;
	padding:0px;
	background-color:#ffffff;
}

p{
	color: #737885;
	font: 14px/24px  'Open Sans', sans-serif;
	
}

h3{
	color: #1e2731;
	font: 700 30px/38px  'Open Sans', sans-serif;
	text-align:center;

}

h5{
	color: #1e2731;
	font: 700 18px/21px  'Open Sans', sans-serif;
}


h6{
	color: #383838;
	font: 700 14px/24px  'Open Sans', sans-serif;
}



a {
  color: inherit;
  font: inherit;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}


.line-space{
  background-color: #cdcdcd;
  height: 1px;
  width: 100%;
  margin-bottom: 31px;
}



#content .btn {
  background-color: #1e2731;
  border: 1px solid #737373;
  color: #ffffff;
  display: inline-block;
  font: 16px/21px   'Open Sans', sans-serif;
  padding: 6px 15px;
  text-transform: uppercase;
}



#content .btn:hover {
  background-color: #ffb700;
  border-color: #1e2731;
  color: #1e2731!important;
  text-decoration: none;
}




/* Navigation */

#header {
  background-color: #30353b;
  border-bottom: 6px solid #ffb619;
  padding-bottom: 20px;
}
.navbar-brand{
	padding:10px 0px;
}



.navbar-brand img {

  width: 180px;
}



.navbar-nav li a {
  color: #ffffff !important;
  display: inline-block;
  font: 700 19px/18px "Open Sans",sans-serif;

  padding: 10px 15px 10px 20px;
  transition: all 0s ease 0s;
}

.navbar-nav li{
	  margin-top: 40px;
}

.navbar-nav li.dropdown li{
	  margin-top: 0px;
}




.navbar{
	margin:0px;	
}

.navbar-nav{
	float:left;
}

ul{
	padding:0px;
}




.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;

    background: #ffb61a repeat scroll 0 0;
    color: #ffffff !important;
    text-decoration: none;
    transition: all 0s ease 0s;

  
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #cccccc;
  border-style: solid solid none;
  border-width: 0;
  box-shadow: 0 0 0;
      background: #ffb61a repeat scroll 0 0;
}

.dropdown-menu {
  background: rgba(48, 53, 59, 0.8) none repeat scroll 0 0 !important;
  border: 3px solid #ffb61a;
  border-radius: 0;
  padding-top: 0px;
  padding-bottom: 0px;
}


.dropdown-menu > li > a {
  clear: both;
  color: #ffffff !important;
  display: block;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.42857;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  padding: 7px 20px;
  white-space: nowrap;
}


.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: #ffb61a;
    background:rgba(255, 182, 25)!important;
    color: #000000 !important;
    text-decoration: none;
}

/* this for mouse hover menu open */

.dropdown:hover> .dropdown-menu{

  background: rgba(119, 119, 119, 0.7) none repeat scroll 0 0; 


display: block!important;
float: none;
margin-top: 0;
  transition: all 0.5.s ease 0s!important;
width: auto;
}

.open > .dropdown-menu {
  display: none!important;
}



.dropdown-submenu > .dropdown-menu {
  background-color: #30353b !important;
  left: -240px;
  margin-top: -2px;
  top: -1px;
  width: 240px;
}

.dropdown-submenu > .dropdown-menu.sub-promo{
top: 38px;	

}


.dropdown-submenu > .dropdown-menu.sub-trophi{
top: 76px;	

}


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



/* this for mouse hover menu open */




/* Navigation */


/* index */




/* contacts */

/* footer  */

.footer {
  background-color: #000000;
  padding: 30px 0 25px;
}

.footer p {
  color: #9a9a9a;
  line-height: 40px;
}

.footer p a{
color:#9a9a9a;
}

.footer p.rights{
  color: #9a9a9a;
  font: 14px/21px "Roboto Condensed",sans-serif;
  text-align:center;
  text-transform: capitalize;
}

.footer p.rights a{
	text-transform:none!important;
}

.footer p.caption {
  padding-left: 35px !important;
  position: relative;
}


.footer .fa-mobile {
  color: #ffb700	;
  font-size: 35px;
  left: 1px;
  position: absolute;
  top: 5px;
  display:block;
}


.footer .fa-envelope {
  color: #ffb700	;
  font-size: 24px;
  left: 1px;
  position: absolute;
  top: 5px;
  display:block;
}





/* footer end  */

h3.title{
	padding-bottom:20px;
		font-family: 'Roboto Slab', serif!important;
		font: 700 35px/38px  'Open Sans', sans-serif;
}

.box1{
	padding-top:30px;
	padding-bottom:30px;
}

.abt-us{
	width:100%;
	text-align:center;
}

.abt-us p {
  color: #000000;
  display: block;
  font-family: "Open Sans",sans-serif;
  font-size: 16px;
}

.abt-us p.mission {
  font-size: 18px;
  padding-top:20px;
}














.box2{
	padding-top:20px;
	padding-bottom:90px;
	background-color:#f9f9f9;
}


.box2 h6 {
  background-color: #48a932;
  color: #ffffff;
  font: 700 18px/24px "Open Sans",sans-serif;
  padding-bottom: 25px;
  padding-top: 25px;
  text-align: center;
  margin:0px;
}

.box2 h6 a:hover{
	color:#ffffff;
}




.box3 {
  background: rgba(0, 0, 0, 0) url("../img/statistics-bg.jpg") no-repeat fixed center 0 / cover ;
  padding-bottom: 50px;
  padding-top: 90px;
  position: relative;
  text-align: center;
}

.box3 .carousel-indicators {
  bottom: -25px;
}

.box3 .testimonial-img{
	width:100%;
	text-align:center;
	margin-bottom:50px;
}

.box3 .testimonial-img img{
	display:inline-block;

}


.box3 .textimonial-box img {
  float: left;
  margin-right: 30px;
  width: 55px;
}


.box3 blockquote {
  border: medium none;
  color: #fff;
  float: left;
  font-size: 17px;
  font-weight: 300;
  line-height: 25px;
  padding: 0;
  text-align: left;
  width: 80%;
}


.box3  blockquote span {
  display: block;
  font-size: 19px;
  font-weight: normal;
  line-height: 25px;
  padding-top: 20px;
  text-transform: uppercase;
}


/* cat */

table.dark-two{
	margin-bottom:0px;
}

table.dark-two thead {
  background-color: #ffb619;
  color: #000000;
   font: 700 22px/24px "Open Sans",sans-serif;
   font-weight:bold;
}

table.usa thead {
  background-color: #a6a6a6;
  color:#ffffff;
}

.table > thead > tr > th {
  padding: 10px 15px !important;
}

.table > tbody > tr > td {
  border-top: 1px solid #ddd;
  line-height: 1.42857;
  padding: 0px;
  vertical-align: top;
  width:25%;
  
}


table.dark-two td a{
	font-family:"Open Sans",sans-serif;
	font-size:15px;

	cursor:pointer;
	display:block;
	width:100%;
	padding:10px;
	  transition: all 0s ease 0s;
	}

table.dark-two td a:hover,
table.dark-two td a:focus{
  background-color: #ffb619;
  color:#2a6496;
  font-weight:bold;
  transition: all 0s ease 0s;

}
	/* cat */
	


/* category pop up form */	
	
.cat-form .pop-box{

background: rgba(48, 53, 59, 0.9) none repeat scroll 0 0 !important;

bottom: 0;
display: none;
left: 0;
outline: 0 none;
overflow: hidden;
position: fixed;
right: 0;
top: 0;
width: 100%;
z-index: 1050;

	display:none!important;

}	

.cat-form.big .pop-box{
	display:block!important;
}

.cat-form-wrap{
	background-color:#ffffff;
	border-radius:5px;
	margin-top:100px;
}


.category-form {
  box-shadow: 1px 1px 10px #000000;
  padding: 25px 15px 15px;
}

.category-form h2{
	font-size:20px;
	padding-bottom:10px;
}


.category-form label {
  color: #666666;
  display: block;
  float: left;
  font-family: "Open Sans";
  font-size: 13px;
  font-weight: normal;
  line-height: 24px;

  padding: 0 20px 0 0;
  position: relative;
  width: 40%;
}

.category-form .form-control {
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.7) inset;
  color: #555;
  display: block;
  font-size: 14px;
  height: 34px;
  line-height: 1.42857;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 60%;
}

.category-form .btn-primary {
  background-color: #ffb619;
  border-color: #ffb619;
  color: #222222;
  margin: 10px 5px;
  padding: 5px 15px;
}

.category-form .btn-primary:hover {
  background-color: #30353b;
  border-color: #30353b;
  color: #ffffff;
}



.cat-part{
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:1px dashed #e7e7e7;
}


.cat-part.img-pop h3{
	padding-top:50px;
	padding-bottom:30px;
	clear:both;
}



.cat-part.img-pop span {
  background-color: #48a932;
  color: #ffffff;
  display: block;
  font: 700 18px/24px "Open Sans",sans-serif;
  margin: 0;
  padding-bottom: 25px;
  padding-top: 25px;
  text-align: center;
}

.cat-part.img-pop a{
	margin-bottom:25px;

}

.modal-header {
  border-bottom: 1px solid #e5e5e5;
  display: none;
  min-height: 16.4286px;
  padding: 15px;
}


.modal-content {
  background-clip: padding-box;
  background-color: transparent;
  border: 0 solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
  outline: 0 none;
  position: relative;
}


.modal-content {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
}

.ekko-lightbox-nav-overlay a {
  color: #fff;
  display: block;
  font-size: 30px;
  height: 100%;
  opacity: 1;
  padding-top: 45%;
  text-shadow: 2px 2px 4px #000;
  transition: opacity 0.5s ease 0s;
  width: 49%;
  z-index: 100;
}


.ekko-lightbox .glyphicon-chevron-left {
  float: left;
  left: -75px;
  padding-left: 15px;
  text-align: left;
}

.ekko-lightbox .glyphicon-chevron-right {
  float: right;
  padding-right: 15px;
  right: -75px;
  text-align: right;
}

a:focus {
  outline:none!important;
  outline-offset: -2px;
}


/* category pop up form end */	


/* contact form */

.contacts-box{
	padding-top:50px;
	padding-bottom:50px;
}

.contact-form h3{
		padding-bottom:20px;
}

/* 
.contact-form label {
  color: #666666;
  display: block;
  float: left;
  font-family: "Open Sans";
  font-size: 13px;
  font-weight: normal;
  line-height: 24px;

  padding: 0 20px 0 0;
  position: relative;
  width: 40%;
}

.contact-form .form-control {
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.7) inset;
  color: #555;
  display: block;
  font-size: 14px;
  height: 34px;
  line-height: 1.42857;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 60%;
}

.contact-form textarea.form-control{
	height:auto!important;
}

 */
 
 .contacts-box{
	  background-color: #ffb619;
}
.contact-form .btn-primary {
  background-color: #30353b;
  border-color: #ffb619;
  color: #ffffff;
  margin: 10px 5px;
  padding: 5px 15px;
}

.contact-form .btn-primary:hover {
  background-color: #30353b;
  border-color: #30353b;
  color: #ffffff;
}


/* contact form end */