@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* =======================================================
*
* 	Template Style 
*	Edit this section
*
* ======================================================= */
body {
  font-family: "Source Sans Pro", Arial, sans-serif;
  line-height: 1.8;
  font-size: 16px;
  background: #fff;
  color: #848484;
  font-weight: 300;
  overflow-x: hidden;
}
body.bros-corp-offcanvas {
  overflow: hidden;
}

a {
/*  color: #FCC72C;*/
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover {
  text-decoration: none !important;
  color: #FCC72C !important;
}

p, ul, ol {
  margin-bottom: 1.5em;
  font-size: 20px;
  color: #848484;
  font-family: "Source Sans Pro", Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  color: #5a5a5a;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: 400;
  margin: 0 0 30px 0;
}
.pink h2 {
	padding-bottom:5px;
	border-bottom:solid;
	border-color:#ed7589;
	border-width:2px;
	display:inline-block;
}
.pink h3 {
	margin-bottom:0px;
	margin-left: 2rem;
	text-indent: -2rem;
}
.pink span {
	color:#ed7589;
}
.pink{
	margin-bottom: 5em;
}
.green h2 {
/*	padding-left:15px;*/
	padding-bottom:5px;
	border-bottom:solid;
	border-color:#a6cf4c;
	border-width:2px;
	display:inline-block;
}
.green h3 {
	margin-bottom:0px;
	margin-left: 2rem;
	text-indent: -2rem;
}
.green span {
	color:#a6cf4c;
}
.green{
	margin-bottom: 5em;
}
.yellow h2 {
	padding-left:15px;
	padding-bottom:5px;
	border-bottom:solid;
	border-color:#f5ad4c;
	border-width:2px;
	display:inline-block;
}
.yellow h3 {
	margin-bottom:0px;
	margin-left: 2rem;
	text-indent: -2rem;
}
.yellow span {
	color:#f5ad4c;
}
.yellow{
	margin-bottom: 5em;
}
.gray h2 {
	padding-left:15px;
	padding-bottom:5px;
	border-bottom:solid;
	border-color:rgba(90, 90, 90, 1.0);
	border-width:2px;
	display:inline-block;
}
.gray h3 {
	margin-bottom:0px;
	margin-left: 2rem;
	text-indent: -2rem;
}
.gray span {
	color:rgba(90, 90, 90, 1.0);;
}
.gray{
	margin-bottom: 2em;
}
.table-div{
	margin:1em;
}

.table th{
	width: 20%;
}

#acount th{
	width:35%
}

.pink .anotation{
	font-size:12px;
	color:#848484;
	}

@media screen and (max-width: 576px) {
	.pink h2, .green h2, .yellow h2, .gray h2{
	font-size:20px;
	font-weight:bold;
	}
	.pink h3, .green h3, .yellow h3, .gray h3{
	font-size:16px;
	}
	.pink ul, .green ul, .yellow ul, .gray ul{
	font-size:14px;
	}
	.pink p, .green p, .yellow p, .gray p{
	font-size:14px;
	}
	.pink .anotation{
	font-size:8px;
	color:#848484;
	}
}
@media screen and (max-width: 460px) {
	.pink h2{
	font-size:16px;
	font-weight:bold;
	}
}



figure {
  margin-bottom: 2em;
}

::-webkit-selection {
  color: #fcfcfc;
  background: #FCC72C;
}

::-moz-selection {
  color: #fcfcfc;
  background: #FCC72C;
}

::selection {
  color: #fcfcfc;
  background: #FCC72C;
}

#bros-corp-header {
  position: relative;
  margin-bottom: 0;
  z-index: 9999999;
}

.bros-corp-cover,
.bros-corp-hero {
  position: relative;
  height: 800px;
}
@media screen and (max-width: 768px) {
  .bros-corp-cover,
  .bros-corp-hero {
    height: 700px;
  }
}
.bros-corp-cover.bros-corp-hero-2,
.bros-corp-hero.bros-corp-hero-2 {
/*  height: 600px;*/
  height: 400px;
}
.bros-corp-cover.bros-corp-hero-2 .bros-corp-overlay,
.bros-corp-hero.bros-corp-hero-2 .bros-corp-overlay {
  position: absolute !important;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background: rgba(66, 64, 64, 0.9);
}

.bros-corp-overlay {
  position: absolute !important;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background: rgba(66, 64, 64, 0.9);
/*  background: rgba(0, 0, 0, 0.04);  */
}

.bros-corp-overlay2 {
  	position: absolute !important;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-position: right  bottom;
/*	background-size: 50%;*/
	background-repeat:no-repeat;
	opacity: 0.6;
}
@media (max-width: 768px) {
	.bros-corp-overlay2 {
	background-position: right  bottom;
	}
}
@media screen and (max-width: 576px) {
	.bros-corp-overlay2 {
	background-position: right  bottom;
	}
}
.bros-corp-cover {
  background-size: cover;
  position: relative;

}
@media screen and (max-width: 768px) {
  .bros-corp-cover {
    height: inherit;
    padding: 3em 0;
  }
}
.bros-corp-cover .btn {
  padding: 1em 5em;
  opacity: .9;
}
.bros-corp-cover.bros-corp-cover_2 {
  height: 600px;
}
@media screen and (max-width: 768px) {
  .bros-corp-cover.bros-corp-cover_2 {
    heifght: inherit;
    padding: 3em 0;
  }
}
.bros-corp-cover .desc {
/*  top: 45%;*/
  top: 50%;
  position: absolute;
  width: 100%;
  margin-top: -80px;
  z-index: 2;
  color: #fff;
}
.container2 {
	height:800px;
}
.container .desc2 {
  top: 50%;
  position: absolute ;
  width: 40%;
  margin-top: -80px;
  z-index: 2;
  color: rgba(90, 90, 90, 1.0);
}
@media screen and (max-width: 576px) {
.container .desc2 {
  	width: 100%;
  }
}
@media screen and  (max-width: 1200px) {
	.container .desc2 {
  	top: 50%;
	position: absolute ;
  	width: 50%;
  	margin-top: -80px;
	}
}

.container .desc3 {
  position: absolute ;
  bottom:20%;
  width: 40%;
  z-index: 2;

}
@media (max-width: 992px) {
	.container .desc3 {
	bottom: 10%;
	}
}
@media (max-width: 576px) {
	.container .desc3 {
	bottom: 3%;
	}

}

.container .desc3 .btnset{
  display:inline-block;

}



@media screen and (max-width: 768px) {
  .bros-corp-cover .desc {
    padding-left: 15px;
    padding-right: 15px;
  }
  .bros-corp-cover .desc2 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.bros-corp-cover .desc h2 {
/*  color: rgba(90, 90, 90, 1.0);*/
  color: #fff;
  font-size: 40px;
  margin-bottom: 10px;
}
.container .desc3 h2 {
  font-size: 40px;
}
.bros-corp-cover .desc h3 {
/*  color: rgba(90, 90, 90, 1.0);*/
  color: #fff;
  font-size: 20px;
  margin-bottom: 0px;
}
.bros-corp-cover .desc span {
/*  color: rgba(90, 90, 90, 1.0);*/
  color: #fff;
  display: block;
  font-size: 24px;
}
.container .desc2 span {
  display: block;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .bros-corp-cover .desc h2 {
	font-size: 35px;
  }
  .container .desc2 span {
	font-size: 20px;
 }
  .bros-corp-cover .desc h3 {
	font-size: 16px;
  }
}
@media screen and (max-width: 576px) {
  .bros-corp-cover .desc h2 {
	font-size: 25px;
  }
  .container .desc2 span {
	font-size: 16px;
 }
  .bros-corp-cover .desc h3 {
	font-size: 12px;
  }
}

.bros-corp-cover .desc3 span {
  color: #fff;
  display: block;
  font-size: 16px;
}


.bros-corp-cover .desc span a {
  color: #fff;
}
.bros-corp-cover .desc span a:hover, .bros-corp-cover .desc span a:focus {
  color: #fff !important;
}
.bros-corp-cover .desc span a:hover.btn, .bros-corp-cover .desc span a:focus.btn {
  border: 2px solid #fff !important;
  background: transparent !important;
}
.bros-corp-cover .desc span a.bros-corp-site-name {
  padding-bottom: 2px;
  border-bottom: 1px solid rgba(90, 90, 90, 0.7);
}

/* Superfish Override Menu */
.sf-menu {
  margin: 0 !important;
}

.sf-menu {
  float: right;
}

.sf-menu ul {
  box-shadow: none;
  border: transparent;
  min-width: 12em;
  *width: 12em;
}

.sf-menu a {
  color: rgba(255, 255, 255, 0.5);
  padding: 0.75em 1em !important;
  font-weight: normal;
  border-left: none;
  border-top: none;
  border-top: none;
  text-decoration: none;
  zoom: 1;
  font-size: 18px;
  border-bottom: none !important;
}
.sf-menu a:hover, .sf-menu a:focus {
  color: #fff !important;
}

.sf-menu li.active a:hover, .sf-menu li.active a:focus {
  color: #fff;
}

.sf-menu li,
.sf-menu ul li,
.sf-menu ul ul li,
.sf-menu li:hover,
.sf-menu li.sfHover {
  background: transparent;
}

.sf-menu ul li a,
.sf-menu ul ul li a {
  text-transform: none;
  padding: 0.25em 1em !important;
  letter-spacing: 1px;
}

.sf-menu li:hover a,
.sf-menu li.sfHover a,
.sf-menu ul li:hover a,
.sf-menu ul li.sfHover a,
.sf-menu li.active a {
  color: rgba(255, 255, 255);
}

.sf-menu ul li:hover,
.sf-menu ul li.sfHover {
  background: transparent;
}

.sf-menu ul li {
  background: transparent;
}

.sf-arrows .sf-with-ul {
  padding-right: 2.5em;
  *padding-right: 1em;
}

.sf-arrows .sf-with-ul:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -3px;
  height: 0;
  width: 0;
  border: 5px solid transparent;
  border-top-color: #ccc;
}

.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
  border-top-color: #ccc;
}

.sf-arrows ul .sf-with-ul:after {
  margin-top: -5px;
  margin-right: -3px;
  border-color: transparent;
  border-left-color: #ccc;
}

.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
  border-left-color: #ccc;
}

#bros-corp-header-section {
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  background: rgba(66, 64, 64, 0.9);

}

.nav-header {
  position: relative;
  float: left;
  width: 100%;
}
#bros-corp-logo {
  position: relative;
  z-index: 2;
  font-size: 28px;
  text-transform: uppercase;
  margin-top: 35px;
  font-weight: 300;
  float: left;
}
@media screen and (max-width: 576px) {
	.bros-corp-logo-svg{
	width:80%;
}
}

#bros-corp-logo span {
  font-weight: 700;
}

.bros-corp-tablet{
	width:50%;
	height:50%;
	position: absolute;
	right: 0;
	bottom: 0;
	background-repeat:no-repeat;
	z-index: 10;
}

#bros-corp-logo {
  position: relative;
  z-index: 2;
  font-size: 28px;
/*  margin-top: 35px;*/
  font-weight: 300;
  float: left;
}
#bros-corp-logo span {
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #bros-corp-logo {
    width: 100%;
    float: none;
    text-align: center;
  }
}
#bros-corp-logo a {
  color: #fff;
}
#bros-corp-logo a:hover, #bros-corp-logo a:focus {
  color: #fff !important;
}

#bros-corp-menu-wrap {
  position: relative;
  z-index: 2;
  display: block;
  float: right;
  margin-top: 22px;
}
#bros-corp-menu-wrap .sf-menu a {
  padding: 1em .75em;
}

#bros-corp-primary-menu > li > ul li.active > a {
  color: #FCC72C !important;
}
#bros-corp-primary-menu > li > .sf-with-ul:after {
  border: none !important;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  float: right;
  margin-right: -5px;
  top: 50%;
  margin-top: -7px;
  content: "\e922";
}
#bros-corp-primary-menu > li > ul li {
  position: relative;
}
#bros-corp-primary-menu > li > ul li > .sf-with-ul:after {
  border: none !important;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  float: right;
  margin-right: 10px;
  top: 20px;
  font-size: 16px;
  content: "\e924";
  color: rgba(0, 0, 0, 0.5);
}

#bros-corp-primary-menu .bros-corp-sub-menu {
  padding: 10px 7px 10px;
  background: #fff;
  left: 0;
  width:19em;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}
#bros-corp-primary-menu .bros-corp-sub-menu > li > .bros-corp-sub-menu {
  left: 100%;
}

#bros-corp-primary-menu .bros-corp-sub-menu:before {
  position: absolute;
  top: -9px;
  left: 20px;
  width: 0;
  height: 0;
  content: '';
}

#bros-corp-primary-menu .bros-corp-sub-menu:after {
  position: absolute;
  top: -8px;
  left: 21px;
  width: 0;
  height: 0;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
  border-bottom: 8px solid white;
  border-left: 8px solid transparent;
  content: '';
}

#bros-corp-primary-menu .bros-corp-sub-menu .bros-corp-sub-menu:before {
  top: 6px;
  left: 100%;
}

#bros-corp-primary-menu .bros-corp-sub-menu .bros-corp-sub-menu:after {
  top: 7px;
  right: 100%;
  border: none !important;
}

.site-header.has-image #primary-menu .sub-menu {
  border-color: #ebebeb;
  -webkit-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
  -ms-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
  -o-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
  box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
}
.site-header.has-image #primary-menu .sub-menu:before {
  display: none;
}

#bros-corp-primary-menu .bros-corp-sub-menu a {
  letter-spacing: 0;
  padding: 0 15px;
  font-size: 18px;
  line-height: 34px;
  color: #575757 !important;
  text-transform: none;
  background: none;
  font-family: Verdana, YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
#bros-corp-primary-menu .bros-corp-sub-menu a:hover {
  color: #FCC72C !important;
}

#bros-corp-section1,
#bros-corp-section2,
#bros-corp-section3,
#bros-corp-section4,
#bros-corp-services-section,
#bros-corp-content-section,
#bros-corp-work-section_2,
#bros-corp-blog-section {
  padding: 7em 0;
}
#bros-corp-section1 #message{
  font-size: 30px;
  line-height:100%;
  position: relative;
  padding-bottom:1em;
}


@media screen and (max-width: 768px) {
  #bros-corp-section1,
  #bros-corp-section2,
  #bros-corp-section3,
  #bros-corp-section4,
  #bros-corp-services-section,
  #bros-corp-content-section,
  #bros-corp-work-section_2,
  #bros-corp-blog-section {
    padding: 4em 0;
  }
}

.bros-corp-section-gray {
  background: rgba(0, 0, 0, 0.04);
}

.heading-section {
  padding-bottom: 1em;
  margin-bottom: 5em;
}
.heading-section:after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 50%;
  width: 100px;
  margin-left: -50px;
  height: 2px;
  background: #FCC72C;
}
.heading-section h3 {
  font-size: 30px;
  letter-spacing: 2px;
  position: relative;
}

.bros-corp-grid {
/*	border: 1px solid rgba(90, 90, 90, 1);*/
  height: 302px;
  background-size: cover;
  background-position: center center;
  margin-bottom: 50px;
  position: relative;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
	box-shadow: 0px 4px 11px -5px rgb(0 0 0 / 65%);
}
@media screen and (max-width: 480px) {
  .bros-corp-grid {
    height: 400px;
  }
}
.bros-corp-grid .image-popup {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
}
.bros-corp-grid .image-popup .prod-title {
  position: absolute;
  top: 50%;
  bottom: 20px;
  left: 20px;
  right: 20px;
  margin-top: -25px;
}
.bros-corp-grid .image-popup .prod-title h3 {
  margin-bottom: 10px;
  color: #fff;
  font-size: 20px;
}
.bros-corp-grid .image-popup .prod-title span {
  color: #fff;
}
.bros-corp-grid:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.bros-corp-grid:hover .image-popup {
  opacity: 1;
}

.bros-corp-grid1pic {
/*	border: 1px solid rgba(90, 90, 90, 1);*/
  height: 250px;
  background-size: cover;
  background-position: center center;
  margin-bottom: 50px;
  position: relative;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
	box-shadow: 0px 4px 11px -5px rgb(0 0 0 / 65%);
}
@media screen and (max-width: 480px) {
  .bros-corp-grid1pic {
    height: 150px;
  }
}
.bros-corp-grid1pic .image-popup {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
}
.bros-corp-grid1pic .image-popup .prod-title {
  position: absolute;
  top: 50%;
  bottom: 20px;
  left: 20px;
  right: 20px;
  margin-top: -25px;
}
.bros-corp-grid1pic .image-popup .prod-title h3 {
  margin-bottom: 10px;
  color: #fff;
  font-size: 20px;
}
.bros-corp-grid1pic .image-popup .prod-title span {
  color: #fff;
}
.bros-corp-grid1pic:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.bros-corp-grid1pic:hover .image-popup {
  opacity: 1;
}

.bros-corp-grid2pic {
/*	border: 1px solid rgba(90, 90, 90, 1);*/
  height: 200px;
  background-size: cover;
  background-position: center center;
  margin-bottom: 50px;
  position: relative;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
	box-shadow: 0px 4px 11px -5px rgb(0 0 0 / 65%);
}
@media screen and (max-width: 480px) {
  .bros-corp-grid2pic {
    height: 150px;
  }
}
.bros-corp-grid2pic .image-popup {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
}
.bros-corp-grid2pic .image-popup .prod-title {
  position: absolute;
  top: 50%;
  bottom: 20px;
  left: 20px;
  right: 20px;
  margin-top: -25px;
}
.bros-corp-grid2pic .image-popup .prod-title h3 {
  margin-bottom: 10px;
  color: #fff;
  font-size: 20px;
}
.bros-corp-grid2pic .image-popup .prod-title span {
  color: #fff;
}
.bros-corp-grid2pic:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.bros-corp-grid2pic:hover .image-popup {
  opacity: 1;
}

.bros-corp-grid1pic-nozoom {
/*	border: 1px solid rgba(90, 90, 90, 1);*/
  height: 450px;
  background-size: 100% auto;
  background-position: center center;
  margin-bottom: 50px;
  position: relative;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
 background-repeat: no-repeat;
}
@media screen and (max-width: 1200px) {
  .bros-corp-grid1pic-nozoom {
    height: 400px;
  }
}
@media screen and (max-width: 768px) {
  .bros-corp-grid1pic-nozoom {
    height: 350px;
  }
}
@media screen and (max-width: 480px) {
  .bros-corp-grid1pic-nozoom {
    height: 200px;
  }
}
.bros-corp-grid2pic-nozoom {
/*	border: 1px solid rgba(90, 90, 90, 1);*/
  height: 450px;
  background-size: 100% auto;
  background-position: center center;
  margin-bottom: 50px;
  position: relative;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
 background-repeat: no-repeat;
}
@media screen and (max-width: 1200px) {
  .bros-corp-grid2pic-nozoom {
    height: 350px;
  }
}
@media screen and (max-width: 768px) {
  .bros-corp-grid2pic-nozoom {
    height: 500px;
  }
}
@media screen and (max-width: 480px) {
  .bros-corp-grid2pic-nozoom {
    height: 250px;
  }
}
.bros-corp-grid3pic-nozoom {
/*	border: 1px solid rgba(90, 90, 90, 1);*/
  height: 400px;
  background-size: 100% auto;
  background-position: center center;
  margin-bottom: 50px;
  position: relative;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
 background-repeat: no-repeat;
}
@media screen and (max-width: 1200px) {
  .bros-corp-grid3pic-nozoom {
    height: 300px;
  }
}
@media screen and (max-width: 768px) {
  .bros-corp-grid3pic-nozoom {
    height: 400px;
  }
}
@media screen and (max-width: 480px) {
  .bros-corp-grid3pic-nozoom {
    height: 250px;
  }
}

.services {
  margin-bottom: 5em;
}
.services span {
  margin-bottom: 30px;
  display: block;
  width: 100%;
}
.services span i {
  font-size: 50px;
  color: #fcc72c;
}
.services h3 {
  font-size: 20px;
  font-weight: 400;
}

#bros-corp-services, #bros-corp-about, #bros-corp-contact {
  padding: 7em 0;
}
@media screen and (max-width: 768px) {
  #bros-corp-services, #bros-corp-about, #bros-corp-contact {
    padding: 4em 0;
  }
}

#bros-corp-services .bros-corp-number {
  font-size: 30px;
  color: #1fb5f6;
  position: relative;
  padding-top: 10px;
  font-style: italic;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
#bros-corp-services .bros-corp-number:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  top: 0;
  left: 0;
  background: #1fb5f6;
}
#bros-corp-services .bros-corp-icon {
  margin-bottom: 30px;
  margin-top: 50px;
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
@media screen and (max-width: 768px) {
  #bros-corp-services .bros-corp-icon {
    margin-top: 0px;
    float: none;
  }
}
#bros-corp-services .bros-corp-icon i {
  font-size: 200px;
  color: #FCC72C;
}
@media screen and (max-width: 768px) {
  #bros-corp-services .bros-corp-icon i {
    font-size: 100px;
  }
}

#bros-corp-contact .contact-info {
  margin: 0;
  padding: 0;
}
#bros-corp-contact .contact-info li {
  list-style: none;
  margin: 0 0 20px 0;
  position: relative;
  padding-left: 40px;
}
#bros-corp-contact .contact-info li i {
  position: absolute;
  top: .3em;
  left: 0;
  font-size: 22px;
  color: rgba(0, 0, 0, 0.3);
}
#bros-corp-contact .contact-info li a {
  font-weight: 400 !important;
  color: rgba(0, 0, 0, 0.3);
}
#bros-corp-contact .form-control {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 18px;
  font-weight: 400;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}
#bros-corp-contact .form-control:focus, #bros-corp-contact .form-control:active {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
#bros-corp-contact input[type="text"] {
  height: 50px;
}
#bros-corp-contact .form-group {
  margin-bottom: 30px;
}

.bros-corp-testimonial {
  position: relative;
  background: #fff;
  padding: 4em 0;
  border-radius: 5px;
  -webkit-box-shadow: 0px 18px 88px -22px rgba(0, 0, 0, 0.58);
  -moz-box-shadow: 0px 18px 88px -22px rgba(0, 0, 0, 0.58);
  box-shadow: 0px 18px 88px -22px rgba(0, 0, 0, 0.58);
}
@media screen and (max-width: 768px) {
  .bros-corp-testimonial {
    border-right: 0;
    margin-bottom: 80px;
  }
}
.bros-corp-testimonial h2 {
  font-size: 16px;
  letter-spacing: 2px;
  font-weight: bold;
  margin-bottom: 50px;
}
.bros-corp-testimonial figure {
  position: absolute;
  top: -50px;
  left: 50%;
  margin-left: -44px;
  margin-bottom: 20px;
  background-size: cover;
}
.bros-corp-testimonial figure img {
  width: 88px;
  height: 88px;
  border: 10px solid #fff;
  background-size: cover;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.bros-corp-testimonial blockquote {
  border: none;
  margin-bottom: 20px;
}
.bros-corp-testimonial blockquote p {
  font-style: italic;
  font-size: 26px;
  line-height: 1.6em;
  color: #555555;
}
.bros-corp-testimonial span {
  font-style: italic;
}

.bros-corp-blog {
  margin-bottom: 60px;
}
.bros-corp-blog a img {
  margin-bottom: 30px;
  width: 100%;
  height: 300px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
}
@media screen and (max-width: 768px) {
  .bros-corp-blog {
    width: 100%;
  }
}
.bros-corp-blog .image-popup {
  opacity: 1;
}
.bros-corp-blog .image-popup span {
  display: inline-block;
  margin-bottom: 20px;
}
.bros-corp-blog .image-popup span.posted_by {
  font-style: italic;
  color: rgba(0, 0, 0, 0.3);
  font-size: 18px;
}
.bros-corp-blog .image-popup span.comment {
  float: right;
}
.bros-corp-blog .image-popup span.comment a {
  color: rgba(0, 0, 0, 0.3);
}
.bros-corp-blog .image-popup span.comment a i {
  color: #FCC72C;
  padding-left: 7px;
}
.bros-corp-blog .image-popup h3 {
  font-size: 26px;
  margin-bottom: 20px;
}
.bros-corp-blog .image-popup h3 a {
  color: rgba(0, 0, 0, 0.6);
}

#bros-corp-start-project-section {
  padding: 7em 0;
  background: #F64E8B;
}
#bros-corp-start-project-section h2 {
  color: white;
  font-size: 60px;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  #bros-corp-start-project-section h2 {
    font-size: 30px;
  }
}
#bros-corp-start-project-section a:hover, #bros-corp-start-project-section a:focus, #bros-corp-start-project-section a:active {
  color: white !important;
}

#map {
  width: 100%;
  height: 500px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #map {
    height: 200px;
  }
}

.bros-corp-social-icons > a {
  padding: 4px 10px;
  color: #FCC72C;
}
.bros-corp-social-icons > a i {
  font-size: 26px;
}
.bros-corp-social-icons > a:hover, .bros-corp-social-icons > a:focus, .bros-corp-social-icons > a:active {
  text-decoration: none;
  color: #5a5a5a;
}

#footer {
  background: #222831;
  padding: 60px 0 40px;
}
#footer p {
  color: rgba(255, 255, 255, 0.3);
  letter-spacing: 1px;
  font-size: 14px;
}
#footer p a {
  color: rgba(255, 255, 255, 0.5);
}

.btn {
  width:100px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.btn {
  letter-spacing: 2px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn span{
	font-size:20px;
}

.btn.btn-primary {
  background: #FCC72C;
  color: #fff;
  border: none !important;
  border: 2px solid transparent !important;
  display:inline-block;
}
.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
  box-shadow: none;
  background: #FCC72C;
  color: #fff !important;
}
.btn.btn-top {
  background: #a6cf4c;
  color: #fff;
  border: none !important;
  border: 2px solid transparent !important;
  display:inline-block;
	margin-left:20px;
/* padding:1em 1em;*/
 padding:0.8em 1em;
font-family: "Source Sans Pro", Arial, sans-serif;

  
}
.btn.btn-top:hover, .btn.btn-top:active, .btn.btn-top:focus {
  box-shadow: none;
  background: none;
  color: rgba(90, 90, 90, 1.0) !important;
	margin-left:20px;
  border: 2px solid !important;
	border-color: #a6cf4c !important;

}
.btn.btn-top1 {
  background: #a6cf4c;
  color: #fff;
  border: none !important;
  border: 2px solid transparent !important;
  display:inline-block;
/* padding:1em 1em;*/
 padding:0.8em 1em;
font-family: "Source Sans Pro", Arial, sans-serif;

  
}
.btn.btn-top1:hover, .btn.btn-top:active, .btn.btn-top:focus {
  box-shadow: none;
  background: none;
  color: rgba(90, 90, 90, 1.0) !important;
  border: 2px solid !important;
	border-color: #a6cf4c !important;

}
@media screen and (max-width: 410px) {
	.btn.btn-top {
  		padding:0.8em 0.5em;
		margin-left:10px;
		margin-bottom:10px;
	}
	.btn.btn-top1 {
  		padding:0.8em 0.5em;
		margin-bottom:10px;
	}
}
.btn.btn-pink {
  background: #ed7589;
  color: #fff;
  border: none !important;
  border: 2px solid transparent !important;
  display:inline-block;
	margin-left:20px;
 padding:1em 1em;
font-family: "Source Sans Pro", Arial, sans-serif;
  
}
.btn.btn-pink:hover, .btn.btn-pink:active, .btn.btn-pink:focus {
  box-shadow: none;
/*  background: none;*/
  background: none;
  color: rgba(90, 90, 90, 1.0) !important;
	margin-left:20px;
  border: 2px solid !important;
	border-color: #ed7589 !important;
}
.btn.btn-green {
  background: #a6cf4c;
  color: #fff;
  border: none !important;
  border: 2px solid transparent !important;
  display:inline-block;
	margin-left:20px;
}
.btn.btn-green:hover, .btn.btn-green:active, .btn.btn-green:focus {
  box-shadow: none;
  background: none;
  color: rgba(90, 90, 90, 1.0) !important;
	margin-left:20px;
  border: 2px solid !important;
	border-color: #a6cf4c !important;
}
.btn.btn-yellow {
  background: #f5ad4c;
  color: #fff;
  border: none !important;
  border: 2px solid transparent !important;
  display:inline-block;
	margin-left:20px;
}
.btn.btn-yellow:hover, .btn.btn-yellow:active, .btn.btn-yellow:focus {
  box-shadow: none;
  background: none;
  color: rgba(90, 90, 90, 1.0) !important;
	margin-left:20px;
  border: 2px solid !important;
	border-color: #f5ad4c !important;
}

@media (max-width: 992px) {
	.btn.btn-pink,.btn.btn-yellow, .btn.btn-green {
	margin-bottom:1em;
	}
}

.btn:hover, .btn:active, .btn:focus {
  background: rgb(0,0,0,0.04);
  color: #000;
  outline: none !important;
}
.btn.btn-default:hover, .btn.btn-default:focus, .btn.btn-default:active {
  border-color: transparent;
}
.btn.btn-contact {
  width:250px;
  background: #FCC72C;
  color: #fff;
  border: none !important;
  border: 2px solid transparent !important;
}
@media (max-width: 380px) {
	.btn.btn-contact {
	width:95%;
	}
	.btn.btn-contact span{
	font-size:100%;
	}
}
.btn.btn-contact:hover, .btn.btn-contact:active, .btn.btn-contact:focus {
  box-shadow: none;
  background: none;
  color: rgba(90, 90, 90, 1.0) !important;
  border: 2px solid !important;
	border-color: #FCC72C !important;
}

.js .animate-box {
  opacity: 0;
}

#bros-corp-wrapper {
  overflow-x: hidden; 
  position: relative;
}

.bros-corp-offcanvas {
  overflow: hidden;
}
.bros-corp-offcanvas #bros-corp-wrapper {
  overflow: hidden !important;
}

#bros-corp-page {
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.bros-corp-offcanvas #bros-corp-page {
  -moz-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  transform: translateX(-240px);
}

@media screen and (max-width: 992px) {
  #bros-corp-menu-wrap {
    display: none;
  }
}

#offcanvas-menu {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 99;
  background: #222;
  right: -240px;
  width: 240px;
  padding: 20px;
  overflow-y: scroll !important;
}
#offcanvas-menu ul {
  padding: 0;
  margin: 0;
  color: #fff !important;
}
#offcanvas-menu ul li {
  padding: 0;
  margin: 0 0 10px 0;
  list-style: none;
}
#offcanvas-menu ul li a {
  font-size: 18px;
  color: #fff;
}
#offcanvas-menu ul li a:hover {
  color: #FCC72C;
}
#offcanvas-menu ul li > .bros-corp-sub-menu {
  margin-top: 9px;
  padding-left: 20px;
}
#offcanvas-menu ul li.active > a {
  color: #FCC72C;
}
#offcanvas-menu ul .bros-corp-sub-menu {
  display: block !important;
}

.bros-corp-nav-toggle {
  cursor: pointer;
  text-decoration: none;
}
.bros-corp-nav-toggle.active i::before, .bros-corp-nav-toggle.active i::after {
  background: #fff;
}
.bros-corp-nav-toggle.dark.active i::before, .bros-corp-nav-toggle.dark.active i::after {
  background: #fff;
}
.bros-corp-nav-toggle:hover, .bros-corp-nav-toggle:focus, .bros-corp-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.bros-corp-nav-toggle i {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 30px;
  height: 2px;
  color: #fff;
  font: bold 14px/.4 Helvetica;
  text-indent: -55px;
  background: rgba(255, 255, 255, 0.7);
  transition: all .2s ease-out;
}
.bros-corp-nav-toggle i::before, .bros-corp-nav-toggle i::after {
  content: '';
  width: 30px;
  height: 2px;
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  left: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.bros-corp-nav-toggle.dark i {
  position: relative;
  color: #000;
  background: #000;
  transition: all .2s ease-out;
}
.bros-corp-nav-toggle.dark i::before, .bros-corp-nav-toggle.dark i::after {
  background: #000;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.bros-corp-nav-toggle i::before {
  top: -7px;
}

.bros-corp-nav-toggle i::after {
  bottom: -7px;
}

.bros-corp-nav-toggle:hover i::before {
  top: -10px;
}

.bros-corp-nav-toggle:hover i::after {
  bottom: -10px;
}

.bros-corp-nav-toggle.active i {
  background: transparent;
}

.bros-corp-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.bros-corp-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.bros-corp-nav-toggle {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 9999;
  display: block;
  margin: 0 auto;
  display: none;
  cursor: pointer;
}
@media screen and (max-width: 992px) {
  .bros-corp-nav-toggle {
    display: block;
    top: 0px;
    margin-top: 2em;
  }
}

@media screen and (max-width: 480px) {
  .col-xxs-12 {
    float: none;
    width: 100%;
  }
}

.row-section-box {
  padding-bottom: 5em;
}
@media screen and (max-width: 768px) {
  .row-section-box {
    padding-bottom: 2em;
  }
}

.row-top-padded-lg {
  padding-top: 7em;
}
@media screen and (max-width: 768px) {
  .row-top-padded-lg {
    padding-top: 2em;
  }
}

.row-bottom-padded-md {
  padding-bottom: 4em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-md {
    padding-bottom: 2em;
  }
}

.row-top-padded-md {
  padding-top: 4em;
}
@media screen and (max-width: 768px) {
  .row-top-padded-md {
    padding-top: 2em;
  }
}

.row-bottom-padded-sm {
  padding-bottom: 2em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-sm {
    padding-bottom: 2em;
  }
}

.row-top-padded-sm {
  padding-top: 2em;
}
@media screen and (max-width: 768px) {
  .row-top-padded-sm {
    padding-top: 2em;
  }
}

.border-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.lead {
  line-height: 1.8;
}

.no-js #loader {
  display: none;
}

.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
}

.bros-corp-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/hourglass.svg) center no-repeat #222222;

}

.bros-corp-logo-svg{
  width: 200px;
  height: 20px;
 z-index:2;
 background: url(../images/bros_logo.svg) center no-repeat;
}


.bros-corp-ul1 {
 padding-top: 0.5em;
 line-heigt:1.4;

}


.bros-corp-ul2 {
 padding-bottom: 1.5em;
 line-heigt:1.4;
 letter-spacing:-0.02em;
}

.bros-corp-ul3 {
 padding-top: 2.0em;
 line-heigt:1.4;
}

.bros-corp-ul4 {
 padding-top: 1.0em;
 line-heigt:1.4;
}

.bros-corp-middle-padding {
	padding: 3em 0;
}

.bros-corp-top-padding {
/*	padding: 3em 0;*/
	padding: 1.5em 0;
}

.bros-corp-ul5 {
 padding-top: 1.0em;
 padding-left:1.0em;
}
