/*
Theme Name: Brooklyn Industries Canada
Theme URI: https://brooklyncanada.com
Description: Theme and design present by Baramulti Group, Designer and Developer : Korniawan Prabowo
Author: Korniawan Prabowo
Version: 1.1
 */


html, body {
  overflow-x: hidden;
  background: url(images/bg.svg) no-repeat center center fixed;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Fira Sans', sans-serif;
	letter-spacing: 0.4px;
}

h1 {
	font-size: 48px;
	font-weight: 800;
	color: #f2f2f2;
	margin-bottom: 10px;
}

h2 {
	font-size: 36px;
	font-weight: 800;
	line-height: 50px;
	color: #181823;
}

h3 {
	font-size: 26px;
	font-weight: 800;
}

h4 {
	font-size: 20px;
	color: #22327A;
}

h5 p {
	font-size: 18px;
	color: #f2f2f2;
}

h5 {
	font-size: 18px;
	line-height: 28px;
	color: #181823;
	font-weight: 800;
}

h6 {
	font-size: 16px;
	line-height: 24px;
	color: #181823;
	font-weight: 600;
}


p {
	font-size: 16px;
	font-family: 'Inter', sans-serif;
	color: #787878;
	line-height: 26px;
}

.date {
	font-size: 14px;
	font-family: 'Inter', sans-serif;
	color: #787878;
	font-weight: 500;
	margin-bottom: 10px;
}

.p2x {
	font-size: 20px;
	line-height: 30px;
}

.border-bawah {
	padding-bottom: 18px;
	margin-bottom: 10px;
	border-bottom: 1px solid #EAEAEA;
}

a {
	text-decoration: none;
}

.fa-quote-left {
	font-size: 44px;
	color: #22327A;
	margin-bottom: 10px;
}

.text-white {
	color: #f2f2f2 !important;
}

.text-white1 {
	color: #9FA5BB;
}

.text-white2 {
	color: #fff;
}

.text-yellow {
	color: #FCB900;
	display: inline;
}

.top-bar {
	background: #22327A;
	padding: 10px 0;
}

.top-bar p {
	font-size: 14px;
}

.navbar {
	padding: 30px 0;
}

ul.social-buttons li a {
	color: #f2f2f2;
}

.navbar-primary {
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.main-menu ul li {
	font-family: 'Fira Sans', sans-serif;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.4px;
}

li.menu-item a {
	color: #181823;
	text-decoration: none;
	font-weight: 700;
}

li.menu-item a:hover {
	color: #22327A;
	-webkit-transition:all .3s;
  -moz-transition:all .3s;
  transition:all .3s
}

section.featured {
	margin-top: -150px;
	position: relative;
	z-index: 1000;
}

section.featured1 {
	margin-top: 50;
	position: relative;
	z-index: 1000;
}

section.head-title {
	background: #22327A;
	padding: 50px 0;
	background: url(images/bg-number.png) no-repeat center center fixed; 
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	padding: 100px 0 80px 0;
}

section.head-title a {
	color: #FCB900;
}

section.head-title a:hover {
	color: #fdc733;
}

.btn-primary {
	color: #f2f2f2;
	background: rgb(34,50,122) !important;
	background: linear-gradient(90deg, rgba(34,50,122,1) 35%, rgba(27,40,98,1) 100%) !important;
	border: 1px solid #22327a !important;
	font-weight: 500;
}

.btn-primary:hover {
	background: #FCB900 !important;
	color: #181823;
	border: 1px solid #FCB900 !important;
	-webkit-transition:all .3s;
  -moz-transition:all .3s;
  transition:all .3s
}

.btn-secondary {
	color: #f2f2f2;
	background: none;
	border: 2px solid #f2f2f2;
	font-weight: 500;
}

.btn-secondary:hover {
	background: #FCB900;
	color: #181823;
	border: 2px solid #FCB900;
	-webkit-transition:all .3s;
  -moz-transition:all .3s;
  transition:all .3s
}

.carousel-caption {
	bottom: 40%;
	z-index: 10;
}

.featured-item {
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	background: #fff;
	margin-bottom: 30px;
	padding: 40px;
	height: 300px;
}

.featured-item h4 {
	font-weight: 800;
	color: #181823;
}

.featured-item i {
	color: #22327A;
}

.featured-item a, .featured-item a i {
	color: #22327A;
	font-weight: 600;
}

.featured-item:hover {
	background: #22327A;
	-webkit-transition:all .3s;
  	-moz-transition:all .3s;
  	transition:all .3s
  	background: rgb(34,50,122);
	background: linear-gradient(132deg, rgba(34,50,122,1) 35%, rgba(27,40,98,1) 100%);
}

.featured-item:hover p, .featured-item:hover h4, .featured-item:hover i {
	color: #f2f2f2;
}

.featured-item:hover a, .featured-item:hover a i {
	color: #FCB900;
}

i.icon-featured {
	font-size: 32px;
	margin-bottom: 15px;
}

section.about {
	padding: 100px 0;
}

section.single {
	padding: 60px 0;
}

section.number {
	background: url(images/bg-number.png) no-repeat center center fixed; 
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	padding: 100px 0 80px 0;
}

section.number h1 {
	font-size: 96px;
}

section.testimonial, section.blog {
	padding: 100px 0;
}

.founder {
	background: #22327A;
	width: 200px;
}

section.newsletter {
	padding: 50px 0;
	background: #22327A;
}

.overlay {
    z-index: 1;
    width: 100%;
    height: 100%;
    background: url(images/gridtile.png) repeat;
    position: absolute;
}

.company {
	padding: 50px 0 50px 0;
	border-top: 1px solid #EAEAEA;
	border-bottom: 1px solid #EAEAEA;
}

.logo-company {
	padding: 20px;
	width: 80%;
	background: #fff;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.shadow1 {
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.map-contact {
	background: #22327A;
	color: #f2f2f2;
	background: url(images/bg-number.png) no-repeat center center fixed; 
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}

.nav-tabs .nav-link.active {
	background: #22327A !important;
	color: #fff !important;
}

.nav-link {
	color: #22327A;
}

.nav-link:hover {
	color: #0b1844;
}

.container {
  	overflow: hidden;
  	.slider {
    	animation: slidein 30s linear infinite;
   		white-space: nowrap;
    	.logos {
      		width: 100%;
      		display: inline-block;
      		margin: 0px 0;
    		.fab {
        		width: calc(100% / 5);
        		animation: fade-in 0.5s 
        		cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
      		}
    	}
  	}
}

@keyframes slidein {
  	from {
    	transform: translate3d(0, 0, 0);
  	}
  	to {
    	transform: translate3d(-100%, 0, 0);
  	}
}

@keyframes fade-in {
  	0% {
    	opacity: 0;
  	}
  	100% {
    	opacity: 1;
  	}
}

footer {
	background: rgb(20,30,73);
	background: linear-gradient(90deg, rgba(20,30,73,1) 35%, rgba(7,10,24,1) 100%);
	padding: 80px 0;
}

ul.menu-footer {
	padding-left: 0;
}

ul.menu-footer li {
	list-style: none;
}

ul.menu-footer li a {
	color: #9FA5BB;
}

ul.menu-footer li a:hover {
	color: #FCB900;
	-webkit-transition:all .3s;
  	-moz-transition:all .3s;
  	transition:all .3s
}

a.sosmed {
	display: block;
    background-color: #263566;
    height: 40px;
    width: 40px;
    border-radius: 100%;
    font-size: 16px;
    line-height: 40px;
    color: #f2f2f2;
    outline: 0;
}

a.sosmed:hover {
	-webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    background: #FCB900;
    color: #181823;
}

.post-item a h5 {
	color: #181823;
}

.post-item a h5:hover {
	color: #22327A;
	-webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.thumb-news {
	width: 100%;
	height: 60%;
	overflow: hidden;
}

.copyright {
	background: #181823;
	padding: 20px 0;
}

.getsocial {
	margin-top: 30px;
}

.rounded-img-news {
	-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}

.rounded-news {
	-webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
	background: #fff;
}

.news-item {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.wpforms-container.inline-fields .wpforms-field-container {
	display: inline !important;
}

button#wpforms-submit-127 {
	background: #FCB900;
	font-weight: 500;
	color: #181823;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	border: 1px solid #FCB900;
}

button#wpforms-submit-127:hover {
	background: #fdc733;
	border: 1px solid #fdc733;
}

input#wpforms-127-field_1 {
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}


@media(max-width:1200px) {
   
}

@media(max-width:991px) {
    section.featured {
    	margin-top: 50px;
    }
}

@media(max-width:768px) {
	.navbar-primary, .top-bar {
		display: none;
	}

	section.about, section.testimonial, section.blog {
		padding: 80px 0;
	}

	.carousel {
		display: none;
	}
}

@media(max-width:668px) {
   
}

@media(max-width:640px) {
   
}

@media(max-width:375px) {
   
}