/*
    Theme Name: Knight
    Theme URL: https://bootstrapmade.com/knight-free-bootstrap-theme/
    Author: BootstrapMade
    Author URL: https://bootstrapmade.com
*/

/* CSS Document */

/* Float Elements 
---------------------------------*/
.fl-lt {float:left;}
.fl-rt {float:right;}

/* Clear Floated Elements
---------------------------------*/
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:before,
.clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
}

.figure{ margin:0px;}

img{ max-width:100%;}

a, a:hover, a:active{ outline:0px !important}

@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.1.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.1.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.1.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* Primary Styles
---------------------------------*/
body {
	background:#fff;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#888888;
	margin:0;
}
h2{
	font-size:34px;
	color:#222222;
	font-family: 'Montserrat', sans-serif;
	font-weight:700;
	letter-spacing: -1px;
	margin:0 0 15px 0;
	text-align:center;
	text-transform:uppercase;
}
h3{
	font-family: 'Montserrat', sans-serif;
	color:#222222;
	font-size:16px;
	margin:0 0 5px 0;
	text-transform:uppercase;
	font-weight:400;
}
h6{
	font-size:16px;
	color:#888888;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	text-align:center;
	margin:0 0 60px 0;
}
p{
	line-height:24px;
	margin:0;
}

/* Header Styles
---------------------------------*/

.headerContent{
	text-align:center;
	
	padding:300px 0;
	max-height: 770px;
}
.logo{
	width:130px;
	margin:0 auto 35px;
}
.header h1{
	font-family: 'Montserrat',sans-serif;
	font-size:50px;
	font-weight:400;
	letter-spacing: -1px;
	margin:0 0 22px 0 ;
	color:#fff;
}

.we-create{
	padding:0;
	margin:35px 0 55px;
}
.wp-pic{
	margin-bottom:20px;
}
.we-create li{
	display:block;
	font-family: 'Montserrat',sans-serif;
	font-size:20px;
	color: #bcbcbc;
	text-transform: uppercase;
	font-weight: 400;
	margin:0 5px 0 0;
	padding:10px 0 0 15px;
}
.we-create li:first-child{
	background:none;
}

.start-button {
	padding-left: 0px;
}

.start-button li a{
color: #fff;
}


.link{
	padding:15px 35px;
	background:#62a60a;
	color:#fff !important;
	font-size:16px;
	font-weight:400;
	font-family: 'Montserrat', sans-serif;
	display:inline-block;
	border-radius:3px;
	text-transform:uppercase;
	line-height:25px;
	margin-bottom:20px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}
.link:hover {
	text-decoration:none;
	color:#62a60a !important;
	background:#fff;
}

.link:active, .link:focus {
	background: #62a60a;
	text-decoration:none;
	color:#fff !important;
}



.main-section{
	padding: 15rem 0 30rem;
	
}
section #stmt{
	margin-top:25rem;
}

/* Nav
---------------------------------*/
#header-menu-trigger {
	display: block;
	position: fixed;
	right: 32px;
	top: 30px;
	height: 42px;
	width: 42px;
	line-height: 42px;
	font-family: "montserrat-regular", sans-serif;
	font-size: 1.4rem;
	text-transform: uppercase;
	letter-spacing: .2rem;
	color: rgba(255, 255, 255, 0.5);
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	z-index: 1;
	border:none;
	background:none;
  }
  #header-menu-trigger.opaque {
	background-color: #000000;
  }
  #header-menu-trigger.opaque .header-menu-text {
	background-color: #000000;
  }
  #header-menu-trigger:hover, #header-menu-trigger:focus {
	color: #FFFFFF;
  }
  #header-menu-trigger .header-menu-text {
	display: block;
	position: absolute;
	top: 0;
	left: -75px;
	width: 75px;
	text-align: center;
	background-color: transparent;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
  }
  #header-menu-trigger .header-menu-icon {
	display: block;
	height: 3px;
	width: 24px;
	background-color: #FFFFFF;
	position: absolute;
	top: 50%;
	right: 9px;
	margin-top: -1.5px;
  }
  #header-menu-trigger .header-menu-icon::before, 
  #header-menu-trigger .header-menu-icon::after {
	content: '';
	width: 100%;
	height: 100%;
	background-color: inherit;
	position: absolute;
	left: 0;
  }
  #header-menu-trigger .header-menu-icon::before {
	top: -9px;
  }
  #header-menu-trigger .header-menu-icon::after {
	bottom: -9px;
  }
  
#menu-nav-wrap {
	background: slategray;
	color: rgba(255, 255, 255, 0.25);
	font-size: 1.5rem;
	line-height: 1.6;
	padding: 3.6rem 3rem;
	height: 100%;
	width: 240px;
	position: fixed;
	right: 0;
	top: 0;
	visibility: hidden;
	overflow-y: auto;
	z-index: 800;
	-webkit-transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
  }
  #menu-nav-wrap a, #menu-nav-wrap a:visited {
	color: rgba(255, 255, 255, 0.5);
  }
  #menu-nav-wrap a:hover, #menu-nav-wrap a:focus, #menu-nav-wrap a:active {
	color: white;
  }
  #menu-nav-wrap h3 {
	color: white;
	font-family: "montserrat-regular", sans-serif;
	font-size: 2rem;
	line-height: 1.5;
	margin-bottom: 1.5rem;
  }
  #menu-nav-wrap .nav-list {
	font-family: "montserrat-regular", sans-serif;
	margin: 3.6rem 0 1.5rem 0;
	padding: 0 0 1.8rem 0;
	list-style: none;
	line-height: 3.6rem;
  }
  #menu-nav-wrap .nav-list li {
	padding-left: 0;
	border-bottom: 1px dotted rgba(255, 255, 255, 0.03);
	line-height: 4.2rem;
  }
  #menu-nav-wrap .nav-list li:first-child {
	border-top: 1px dotted rgba(255, 255, 255, 0.03);
  }
  #menu-nav-wrap .nav-list li a {
	color: #fff;
	display: block;
  }
  #menu-nav-wrap .nav-list li a:hover, 
  #menu-nav-wrap .nav-list li a:focus {
	color: greenyellow;
  }
  #menu-nav-wrap .header-social-list {
	list-style: none;
	display: inline-block;
	margin: 0;
	font-size: 2.1rem;
  }
  #menu-nav-wrap .header-social-list li {
	margin-right: 12px;
	padding-left: 0;
	display: inline-block;
  }
  #menu-nav-wrap .header-social-list li a {
	color: rgba(255, 255, 255, 0.15);
  }
  #menu-nav-wrap .header-social-list li a:hover, 
  #menu-nav-wrap .header-social-list li a:focus {
	color: white;
  }
  #menu-nav-wrap .header-social-list li:last-child {
	margin: 0;
  }
  #menu-nav-wrap .close-button {
	display: block;
	height: 30px;
	width: 30px;
	border-radius: 3px;
	background-color: rgba(0, 0, 0, 0.3);
	position: absolute;
	top: 36px;
	right: 30px;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
  }
  #menu-nav-wrap .close-button span::before, 
  #menu-nav-wrap .close-button span::after {
	content: "";
	display: block;
	height: 2px;
	width: 12px;
	background-color: #fff;
	position: absolute;
	top: 50%;
	left: 9px;
	margin-top: -1px;
  }
  #menu-nav-wrap .close-button span::before {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
  }
  #menu-nav-wrap .close-button span::after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
  }
  #menu-nav-wrap .sponsor-text {
	font-family: "librebaskerville-regular", serif;
	font-size: 1.4rem;
	line-height: 3rem;
  }
  #menu-nav-wrap .sponsor-text span {
	color: rgba(255, 255, 255, 0.5);
  }
  
  /* menu is open */
  .menu-is-open #menu-nav-wrap {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	visibility: visible;
	-webkit-overflow-scrolling: touch;
  }
  

/* Features
---------------------------------*/

.features-list{
	padding:0 0 0 0;
	font-size:14px;
	margin-bottom:40px;
}
.features-list-col1{
	float:left;
	width:60px;
}
.features-list-col1 i{
	font-style:normal;
	font-size:38px;
	display:block;
	color:#222;
	font-family: 'FontAwesome';
	line-height:38px;
}
.features-list-col2{
	overflow:hidden;	
}
.main-section.alabaster{
	background:#fafafa;
}
#customList{
	list-style-type: circle;
}

/* Featured Work
---------------------------------*/
.featured-work{
	font-size:14px;
}
.featured-work h2{
	text-align:left;
}
.featured-box{
	padding:0 0 0 0;
	margin-bottom:25px;
	font-size:14px;
}
.featured-box h3{
	margin-bottom:5px;
}
.featured-box p{
	line-height:22px;
}
.featured-work h3.padding-b{
	text-transform: none!important; 
	/* padding-bottom:1.5rem;  */
	line-height: 2.5rem;
	padding-bottom:35px;
	text-align: justify;
}
.featured-box-col1{
	width:60px;
	float:left;
}
.featured-box-col1 i{
	display:block;
	line-height:38px;
	font-family: 'FontAwesome';
	font-size:38px;
	color:#777777;
	font-style:normal;
}
.featured-box-col2{ overflow:hidden;}
.featured-box.magic{
	background:url(../img/magic.png) left top no-repeat;
}
.featured-box.packaged{
	background:url(../img/packaged.png) left top no-repeat;
}
.featured-box.seo{
	background:url(../img/seo.png) left top no-repeat;
}
.Learn-More{
	display:inline-block;
	padding:0 5px 0 0;
	color:#62a60a;
	font-size:16px;
	text-transform:uppercase;
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
	line-height:24px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	display: none;
}
.Learn-More i{ 
	padding-right:15px;
}

.Learn-More:hover, .Learn-More:focus{ 
	text-decoration:none;
	color: #111;
}
.featured-box-col2{
	padding-top: 1.25rem
}

#features .container{
	margin: 10rem auto 10rem!important;
}
.service-list-col2{
margin-top: 8rem;
}
/* Clients
---------------------------------*/
.client-part{
	background:url(../img/oneBuildingDark.jpg) center center no-repeat;
	background-size:cover;
	padding:55px 0;
	text-align:center;
}
.client-part-haead{
	color:#fdfdfd;
	font-size:28px;
	line-height:41px;
	margin:30px 0 10px;
	font-family: ''Open Sans',sans-serif';
	font-style: italic;
}
.client{
	padding:0;
	margin:20px 0 0;
	list-style:none;
	text-align:center;
}
.client li{
	display:inline;
	margin:0 15px;
}
.client li a{
	display:inline-block;
}
.client li a img{
	margin-bottom:15px;
	width: 10rem;
	/* border-radius:50%; */
}
.client li a:hover{
	text-decoration:none;
}
.client li a h3{
	color:#ffffff;
}
.client li a span{
	color:#f1f1f1;
}
.quote-right{
	font-style:normal;
	width:68px;
	height:68px;
	margin:0 auto;
	border:2px solid #62a60a;
	border-radius:50%;
	display:block;
	line-height:68px;
	text-align:center;
	font-size:27px;
	color:#62a60a;
	cursor: pointer;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.quote-right:hover{
color: #fff;
border: 2px solid #fff;
}

.c-logo-part{
	background:#62a60a;
	padding:25px 0;
    filter: alpha(opacity=60);
}
.c-logo-part ul{
	padding:0;
	margin:0;
	list-style:none;
	text-align:center;
}
.c-logo-part ul li{
	display:inline;
	margin:0 25px;
}
.c-logo-part ul a{
	display:inline-block;
	margin: 0 20px;
}
.main-section.team{
	padding:85px 0;
}
.main-section.team h6{
	margin-bottom:40px;
}


/* Contact
---------------------------------*/
.main-section.contact{
	padding:90px 0 100px;
}

.main-section.contact{
	margin: 10rem auto;
	background:url(../img/bg-map.png) center 60px no-repeat;
}


/* Footer
---------------------------------*/

.footer{
	background:#323c57;
	padding:35px 0 35px;
}
.footer-logo{
	margin:15px auto 25px;
	width: 18rem;
}
.copyright, .credits{
	color:#cccccc;
	font-size:14px;
	display:block;
	text-align:center;
}
.copyright a, .credits a{
	color:#62a60a;
	font-weight:600;
	text-decoration: none;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.copyright a:hover, .credits a:hover {
	color: #fff;
}

.res-nav_click {
	line-height:38px;
	font-family: 'FontAwesome';
	font-size:38px;
	text-decoration: none !important;
	color:#777777;
	font-style:normal;
	display:none;
	width:42px;
	height:27px;
	margin:20px auto;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.res-nav_click:hover, .res-nav_click:active, .res-nav_click:focus {
	color: #62a60a !important;
}

.portfolioContainer{
	max-width: 1140px;
}
.ss-go-top{
    position: fixed;
    display: block;
    position: fixed;
    right: 32px;
    bottom: 30px;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 1;

}
.ss-go-top  a {
		text-decoration: none;
		border: 0 none;
		display: block;
		height: 40px;
		width: 40px;
		line-height: 40px;
		text-align: center;
		background-color: #62a60a;
		color: #fff;
		text-align: center;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		-webkit-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
		scroll-behavior: smooth;
	}

/* Animation Timers
---------------------------------*/
.delay-01s { 
	animation-delay: 0.1s; 
	-webkit-animation-delay: 0.1s; 
}
.delay-02s { 
	animation-delay: 0.2s; 
	-webkit-animation-delay: 0.2s; 
}
.delay-03s { 
	animation-delay: 0.3s; 
	-webkit-animation-delay: 0.3s; 
}
.delay-04s { 
	animation-delay: 0.4s; 
	-webkit-animation-delay: 0.4s; 
}

.delay-05s { 
	animation-delay: 0.5s; 
	-webkit-animation-delay: 0.5s; 
}
.delay-06s { 
	animation-delay: 0.6s; 
	-webkit-animation-delay: 0.6s; 
}

.delay-07s { 
	animation-delay: 0.7s; 
	-webkit-animation-delay: 0.7s; 
}
.delay-08s { 
	animation-delay: 0.8s; 
	-webkit-animation-delay: 0.8s; 
}

.delay-09s { 
	animation-delay: 0.9s; 
	-webkit-animation-delay: 0.9s; 
}
.delay-1s { 
	animation-delay: 1s; 
	-webkit-animation-delay: 1s; 
}
.delay-12s { 
	animation-delay: 1.2s; 
	-webkit-animation-delay: 1.2s; 
}


/* Particle.JS
---------------------------------*/
canvas{ 
	display: block; 
	vertical-align: bottom; 
} 
/* ---- particles.js container ---- */ 
#particles-js{ 
	position:absolute; 
	width: 100%; 
	height: 100%; 
background: url("/img/darkslategraybuilding.jpg");
	} 

	
/* ------------------------------------------------------------------- 
 * ## home scroll
 * ------------------------------------------------------------------- */
.home-content__scroll {
	position: relative;
	right: 15rem;
	bottom: 5.4rem;
	-webkit-transform: rotate(-90deg) translate3d(100%, 50%, 0);
	-ms-transform: rotate(-90deg) translate3d(100%, 50%, 0);
	transform: rotate(-90deg) translate3d(100%, 50%, 0);
	-webkit-transform-origin: right bottom;
	-ms-transform-origin: right bottom;
	transform-origin: right bottom;
  }
  #stmt__scroll{
	transform: rotate(-90deg) translate3d(100%, 50%, 0);
	-webkit-transform: rotate(-90deg) translate3d(100%, 50%, 0);
	-ms-transform: rotate(-90deg) translate3d(100%, 50%, 0);
	transform-origin: right bottom;
	-webkit-transform-origin: right bottom;
  }
  #stmt__scroll a{
	bottom: 14rem;
  }
   .scroll-link {
	font-family: "Nunito Sans", sans-serif;
	font-weight: 600;
	font-size: 1.2rem;
	text-transform: uppercase;
	letter-spacing: .35rem;
	text-align: left;
	color: #62a60a;
	position: relative;
	padding-right: 180px;
  }
  
  .home-content__scroll .scroll-link:hover,
  .home-content__scroll .scroll-link:focus {
	color: #323c57;
  }
  
  .home-content__scroll::after {
	content: "";
	display: block;
	width: 150px;
	height: 1px;
	position: absolute;
	right: 0;
	top: 50%;
  }
  