@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700|Oswald');

.welcome {
  float: left;
  width: 100%;
  text-align: center;
  padding: 25px 0 35px 0;
}

.welcome h2 {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 600;
  color: #0099d8;
  margin: 10px 0 18px 0;
  font-family: 'Oswald', sans-serif;
}

.copy_right ul {
    float: left;
    list-style: outside none none;
    padding: 0;
    margin: 6px 0 0 15px;
}

.copy_right h3 {
    float: left;
    font-size: 14px;
    font-weight: 600;
}

.copy_right ul li {
    float: left;
}

.back {
    float: right;
    margin: -69px 0 30px 0;
    font-size: 39px;
}

.back a {
    color: #1061a5;
}

.facebook, .twitter, .google {
    background-image: url(../images/social.png);
    background-position: left top;
    background-repeat: no-repeat;
    float: left;
    margin: 0 3px;
    padding: 21px;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    -khtml-transition: 0.5s;
    -webkit-transition: 0.5s;
}

.twitter {
     background-position:-50px top;
}

.google {
     background-position:-100px top;
}

.facebook:hover, .twitter:hover, .google:hover {

    transform:rotate(360deg);	
    -moz-transform:rotate(360deg);	
    -o-transform:rotate(360deg);	
    -khtml-transform:rotate(360deg);
    -ms-transform:rotate(360deg);
    -webkit-transform:rotate(360deg);
}

.copy_right p{
 margin-top:10px;
 float:left;
}

.sec_section, .sec_about_section {
    float: left;
    width: 100%;
    padding: 35px 0;
	background-image:url(../images/bg.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	background-attachment:fixed;
	color:#fff;
}

.table-bordered > tbody > tr > td {
  font-size: 13px;
  text-align: center;
  vertical-align: middle;
}

.table-bordered > tbody > tr > th {
  font-size: 14px;
  text-align:center;
  vertical-align: middle;
}

.sec_about_section {
	background-image:none;
	background-color:#f6f6f6;
}

.lld, .lld_dark {
    margin-bottom: 20px;
    float: left;
    width: 100%;
	background-image:url(../images/light_logo.png);
	background-position:left 20px;
	background-repeat:no-repeat;
	padding-left: 80px;
	margin-left: 15px;
}

.lld_dark {
	background-image:url(../images/dark_logo.png);
}

.sec_section h2, .sec_about_section h2 {
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 800;
}

.sec_about_section h2 {
	color:#1061a5;
}

.sec_about_section{
	color:#333;
}

.sub_container p {
    font-size: 16px;
    margin-bottom: 25px;
}

.clients {
    margin-bottom: 30px;
}

.contact h3 {
    font-size: 19px;
    font-weight: 600;
	color:#0099d8;
	text-transform:uppercase;
}
.sub_heading {
    font-size: 24px;
    color: #0099d8;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    margin-bottom: 25px;
    font-weight: 600;
}

.sub_container {
    float: left;
    width: 100%;
    padding: 25px 0;
}

.footer{
	float: left;
    width: 100%;
    padding: 15px 0 0 0;
	background-image:url(../images/bg.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	background-attachment:fixed;
	color:#fff;
}

.copy_right {
    width: 100%;
    text-align: center;
    font-size: 12px;
    border-top: 1px solid rgba(255,255,255,0.2);
    padding: 10px 0;
	margin-top:25px;
}


.footer h3{
	font-size:18px;
	font-weight:600;
	text-transform:uppercase;
	margin-bottom:20px;
}

.footer p {
    font-size: 15px;
    font-weight: 600;
    padding: 5px 5px 5px 42px;
}

.footer input, .footer textarea {
    background: transparent;
    border: 1px solid #fff;
    padding: 5px;
    width: 100%;
    margin-bottom: 19px;
    color: #fff;
	font-size:15px;
}


.footer .btn{
	color:#1061a5;
	font-size:15px;
	padding:9px 35px;
	font-weight:800;
}

.products_row h3 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 10px 0;
	position:relative;
	padding-bottom:15px;
}

.products_row h3::before{
	position:absolute;
	bottom:0px;
	left:0px;
	height:3px;
	content:"";
	width:60px;
	background-color:#1061a5;
}

.products_row {
    float: left;
    width: 100%;
    padding:25px 0;
}

.img_br img {
    max-width: 100%;
    width: 100%;
}

.img_br {
    float: left;
    width: 100%;
    border: 1px solid #ccc;
	overflow:hidden;
}

.products_row h4 {
    text-align: center;
    float: left;
    width: 100%;
	font-size:17px;
	color:#1061a5;
	font-weight:600;
}

.contact p {
    /*padding-left: 25px;*/
    font-size: 14px;
}

.address_e {
  background-color: #1061a5;
  color: #fff;
  padding: 17px 35px 1px;
  border-radius: 11%;
}

.address_e, .address_k {
  float: none !important;
  margin-bottom: 35px;
  max-width: 380px;
}

.address_e h3 {
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    line-height: 22px;
    margin: 0 0 10px;
}

.bboll {
    float: left;
    width: 100%;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%);
    margin-bottom: 50px;
    border-radius: 8px;
    padding: 15px;
    min-height: 180px;
    background-color: #f7f7f7;
	border:1px solid #1061a5;
	border-radius:50px 0px;
}

.bboll h5 {
    color: #1061a5;
    font-weight: 600;
    margin-bottom: 10px;
	text-align:center;
}

.bboll p {
	line-height:29px;
	
}

.bboll p span {
    color: #cd2122;
    font-size: 16px;
    font-family: 'Crimson Text', serif;
    margin: 6px 0;
}


.cal {
    background-image: url(../images/call_p.png);
    background-position: left -4px;
    background-repeat: no-repeat;
    padding: 10px 0 24px 59px;
}


.mai {
    background-image: url(../images/mail_c.png);
    background-position: left -3px;
    background-repeat: no-repeat;
    padding: 10px 0 25px 59px;
}

.line {
  width: 100%;
  float: left;
  border-bottom: 1px dashed #1061a5;
  margin-bottom: 54px;
}

.maps {
    background-image: url(../images/map_c.png);
    background-position: left -4px;
    background-repeat: no-repeat;
    padding: 8px 0 0px 59px;
}

.map_d{
	background-image:url(../images/map_d.png);
	background-position:left 4px;
	background-repeat:no-repeat;
}

.call_d{
	background-image:url(../images/call_d.png);
	background-position:left 5px;
	background-repeat:no-repeat;
}

.mail_d{
	background-image:url(../images/mail_d.png);
	background-position:left 6px;
	background-repeat:no-repeat;
}


.map{
	background-image:url(../images/map.png);
	background-position:left 5px;
	background-repeat:no-repeat;
}

.call{
	background-image:url(../images/call.png);
	background-position:left 6px;
	background-repeat:no-repeat;
}

.mail{
	background-image:url(../images/mail.png);
	background-position:left 7px;
	background-repeat:no-repeat;
}

.mmb {
    margin-bottom: 25px;
}

.testimonials {
    float: left;
    width: 100%;
	background-color:#ececec;
	padding:25px 0;
	text-align:center;
}

.testimonials h4 {
    text-align: center;
    font-size: 18px !important;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 25px;
	background-image:url(../images/tt.png);
	background-position:bottom center;
	background-repeat:no-repeat;
}


.img_testi {
  width: 114px;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  overflow: hidden;
  margin: 0 auto 15px auto;
  position:relative;
  z-index:99;
}
.img_testi img {
  max-width: 100%;
}
.testimonials p {
  font-size: 15px;
}

.name_testi {
    font-size: 15px;
    font-weight: 600;
}

.name_testi span{
	font-size:11px;
	font-style:italic;
}


.panel ul {
  padding: 0;
  list-style:none;
}
.panel ul li {
    margin: 4px 0;
    background-image: url(../images/list.png);
    background-position: left 4px;
    background-repeat: no-repeat;
    padding-left: 24px;
}

.product_row .panel-body{
	padding:10px 0;
	/*background-color: #26dd92;*/
}


.product_row .panel-body td {
    padding: 6px 15px;
    font-size: 14px;
   /* background-color: #26dd92;
    border: navajowhite;*/
}

.product_row .panel-body table{
	margin-bottom:0px;
}


.product_row .panel-heading{
	padding:0px;
	}

.product_row .panel a {
    display: inline-block;
    width: 100%;
    padding: 10px 15px;
}	

.product_row .panel a:hover, .product_row .panel a:focus{
	text-decoration:none;
}

.product_row h2 {
    font-size: 20px;
    font-weight: 600;
	margin-bottom:20px;
}

.product_row h3 {
    font-size: 16px;
    font-weight: 600;
    margin: 5px 0 15px 0;
    color: #676767;
}

.product_row p {
    font-size: 14px;
	line-height: 27px;
    margin-top: 10px;
}

.product_row {
    padding: 15px 0;
    border-bottom: 4px double #ccc;
    margin-bottom: 15px;
}

.product_row h4 {
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Oswald', sans-serif;
    font-size: 17px;
}

.plus, .minus {
    float: right;
    font-size: 19px;
    font-weight: 600;
}
.minus {
	font-size: 22px;
	line-height:15px;
}
.plus{
	display:none;
}

.collapsed .plus{
	display:block;
}

.collapsed .minus{
	display:none;
}

.dropdown:hover .dropdown-menu{
	display:block;
}

.dropdown-large .dropdown-menu{
	top:73px;
}


.dropdown-large {
  position: static !important;
}
.dropdown-menu-large {
  margin-left: 16px;
  margin-right: 16px;
  padding: 20px 0px;
  max-width:930px;
}
.dropdown-menu-large > li > ul {
  padding: 0;
  margin: 0;
}
.dropdown-menu-large > li > ul > li {
  list-style: none;
  position:relative;
  padding-left:15px;
}




.dropdown-menu-large > li > ul > li > a {
  display: block;
  padding: 3px 8px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: normal;
}
.dropdown-menu-large > li ul > li > a:hover,
.dropdown-menu-large > li ul > li > a:focus {
  text-decoration: none;
  color: #fff;
  background-color: #1061a5;
}
.dropdown-menu-large .disabled > a,
.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
  color: #999999;
}
.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.dropdown-menu-large .dropdown-header {
  color: #428bca;
  font-size: 18px;
}
@media (max-width: 768px) {

.dropdown-menu {
    position: relative;
    width: 100%;
    z-index: 9999999999;
    top: 0 !important;
}
  .dropdown-menu-large {
    margin-left: 0 ;
    margin-right: 0 ;
  }
  .dropdown-menu-large > li {
    margin-bottom: 30px;
  }
  .dropdown-menu-large > li:last-child {
    margin-bottom: 0;
  }
  .dropdown-menu-large .dropdown-header {
    padding: 3px 15px !important;
  }
}


@media(max-width:990px){
	
.navbar-brand > img {
    display: block;
    max-width: 270px;
	padding-left:15px;
}

.navbar-nav > li > a{
	font-size:15px;
}

.navbar-right {
    margin-right: -15px;
    margin-top: 19px;
}

}