
html,
body {
    height: 100%;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

body {
	margin: 0;
	color: #000;
	font-size: 20px;
	min-width: 320px;
	line-height: 34px; 
	background: #fff;
	-ms-text-size-adjust: none;
	-webkit-text-size-adjust: 100%;
	font-family: "Schibsted Grotesk", sans-serif;
	font-optical-sizing: auto;
	font-weight: <weight>;
	font-style: normal;
}

img {
	border-style: none;
	max-width: 100%;
	height: auto;
}
/* ancher styling  */
a,
button,
a:focus,
button:focus {
	outline: none;
	text-decoration: none;
	color: #000;
	border: 0;
	transition:all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	-ms-transition:all 0.5s ease-in-out;
}
.btn-link.focus,
.btn-link:focus,
a:hover,
a:focus {
	outline: none;
	text-decoration: none;
}
/* main form styling */
form * {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    behavior: url(PIE.htc);
}

select, option {
    border: none;
    background: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 0;
    margin: 0;
}

input,
textarea,
select {
	outline: none;
	color: #000;
	vertical-align: middle;
	-webkit-appearance: none;
}

form,
fieldset {
	outline: none;
	margin: 0;
	padding: 0;
	border-style: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
	border:0;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
input[type="text"]::-webkit-input-placeholder {
	color:#000;
}
 
input[type="text"]::-moz-placeholder { /* Firefox 18- */
	color:#000 ;  
}
 
input[type="text"]::-moz-placeholder {  /* Firefox 19+ */
	color: #000 ;  
}
 
input[type="text"]::-ms-input-placeholder {  
	color:#000 ; 
}


#wrapper{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.top-header{
	background: #fff;
	padding: 6px 15px;
}
.top-header .container{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.top-header .column-left{
	width: 50%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.top-header .column-left a{
	padding-right: 20px;
	font-size: 14px;
}
.top-header .column-left i{
	font-weight: 14px;
	margin: 0 6px 0 0;
}
.top-header .social-column{
	display: flex;
	align-items: flex-end;
}
.top-header .column-left a:hover,
.top-header .column-left span:hover i{
	color: #006633;
}
.top-header .social-column ul{
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
}
.top-header .social-column ul li{
	margin: 0 0 0 10px;
}
.top-header .social-column ul li a{
	display: block;
}
.top-header .social-column ul li a:hover{
	color: #006633;
}
#header{
	padding: 20px 0;
	background: #f6f6f6;
	transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
#header.fixed{
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 99;
	padding: 10px 0;
}
#header.fixed .logo{
	width: 60px;
}
#header .container{
	display: flex;
	justify-content: space-between;
}
#header .logo{
	width: 90px;
}
#header .logo img{
	display: block;
	width: 100%;
}
#nav-icon {
	display: none;
	width: 40px;
	height: 30px;
	position: relative;
	margin: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
  }
  
  #nav-icon span {
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	background: #333;
	border-radius: 9px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
  }
  
  #nav-icon span:nth-child(1) {
	top: 0px;
  }
  
  #nav-icon span:nth-child(2) {
	top: 12px;
  }
  
  #nav-icon span:nth-child(3) {
	top: 24px;
  }
  
  body.open #nav-icon span:nth-child(1) {
	top: 18px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
  }
  body.open #nav-icon span:nth-child(2) {
	opacity: 0;
	left: -60px;
  }
  
  body.open #nav-icon span:nth-child(3) {
	top: 18px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
  }
#nav{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
#nav .nav-list{
	margin: 0;
	padding: 0;
	display: flex;
	list-style: none;
}
#nav .nav-list li{
	margin: 0 0 0 20px;
}
#nav .nav-list li a{
	display: block;
	position: relative;
}
#nav .nav-list li a:after{
	left: 0;
	width: 0;
	height: 2px;
	content: "";
	position: absolute;
	background: #c59950;
	bottom: 0;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
}
#nav .nav-list li a:hover{
	color: #006633;
}
#nav .nav-list li a:hover:after{
	width: 100%;
	right: 0;
}

.banner-section .banner-slider{
	width: 100%;
	height: 700px;
	overflow: hidden;
	background: #ccc;
}
.banner-section .slick-slide img{
	width: 100%;
}
.banner-section .slick-prev,
.banner-section .slick-next{
	top: 50%;
	left: 30px;
	width: 32px;
	height: 32px;
	cursor: pointer;
	position: absolute;
	border-radius: 5px;
	margin: -32px 0 0 0;
	text-indent: -9999999px;
}
.banner-section .slick-next{
	left: auto;
	right: 30px;
}
.banner-section .slick-prev:hover,
.banner-section .slick-next:hover{
	background: orange;
}
.banner-section .slick-dots{
	left: 0;
	right: 0;
	content: "";
	width: 100%;
	bottom: 30px;
	display: flex;
	list-style: none;
	text-align: center;
	position: absolute;
	align-items: center;
	justify-content: center;
}
.banner-section .slick-dots li{
	margin: 0 10px;
	height: 4px;
}
.banner-section .slick-dots li button{
	width: 30px;
	height: 4px;
	cursor: pointer;
	text-indent: -99999px;
}
.banner-section .slick-dots li.slick-active button,
.banner-section .slick-dots li:hover button{
	background: orange;
}

.quote-section{
	padding: 36px 0;
	background: #080618;
}
.quote-section .row{
	align-items: center;
}
.quote-section h3{
	color: #c59950;
	margin: 0 0 20px;
	font-weight: 40px;
	font-weight: bold;
	font-family: "Noto Sans", sans-serif;
}
.quote-section p{
	color: #fff;
	font-size: 16px;
	padding: 0 50px 0 0;
}
.quote-section .button {
  padding:0 1rem;
  position: relative;
  display:inline-flex;
	border: none;
  min-width: 120px;
  min-height: 32px;
  display: block;
  padding: 30px 20px;
}

.quote-section .button-text {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	color: #c59950;
	background: black;
	border-radius: 4px;
	display: flex;
	justify-content: center;
	align-items: center
}

.quote-section .button-background {
	position: absolute;
	top: 1px;
	right: 1px;
	bottom: 1px;
	left: 1px;
 	border-radius: 4px;
	background: linear-gradient(-90deg, #007cf0, #00dfd8, #ff0080, #007cf0);
	background-size: 400% 100%;
	border: none;
	padding: 0;
	margin: 0;
	animation: backgroundAnimation 8s ease-in-out infinite
}


@keyframes backgroundAnimation {
	50% {
		background-position: 140% 50%;
		transform: skew(-2deg)
	}
}

.quote-section .button-background:after {
	content: "";
	position: absolute;
	background-size: inherit;
	background-image: inherit;
	-webkit-animation: inherit;
	animation: inherit;
	left: 0;
	right: 0;
	top: 2px;
	height: 100%;
	filter: blur(.5rem)
}

/* inspired by vercel collaboration button */

.services-section{
	padding: 100px 0 0;
	background-color: #fff;
}
.services-section .col-holder{
	display: flex;
}
.services-section .icon-box{
	padding: 20px;
	margin: 0 0 80px;
	text-align: center;
	background: #fefefe;
	border-radius: 14px;
	box-shadow: 0 0 8px -4px #080618;
}
.services-section .icon-box p{
	margin: 0;
	font-size: 17px;
	line-height: 1.6;
}
.services-section .icon-box .icon{
	width: 60px;
	height: 60px;
	display: flex;
	background: #000;
	border-radius: 100%;
	align-items: center;
	margin: -50px auto 30px;
	justify-content: center;
	box-shadow: inset 0 0 10px #f8a100;
}
.services-section .icon-box .icon i{
	color: #fff;
	font-size: 28px;
	background: -webkit-gradient(linear, left top, left bottom, from(#fbff00), to(#333));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.services-section .icon-box .icon{

}



.portfolio-section{
	padding: 60px 0 60px;
}
.portfolio-section .image-list{
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	list-style: none;
}
.portfolio-section .image-list li{
	width: 33.3%;
	padding: 0 15px;
	margin: 0 0 30px;
	position: relative;
}
.portfolio-section .image-list li a{
	display: block;
}
.portfolio-section .text-box{
	left: 0;
	right: 0;
	width: 80%;
	opacity: 0;
	bottom: 0px;
	margin: 0 auto;
	text-align: left;
	padding: 8px 15px;
	visibility: hidden;
	position: absolute;
	border-radius: 5px;
	background-color: #fff;
	transition: all .5s ease-in-out;
	-webkit-animation: transition: all .5s ease-in-out;
}
.portfolio-section .text-box strong{
	display: block;
}
.portfolio-section .image-list li a:hover .text-box{
	opacity: 1;
	bottom: 20px;
	visibility: visible;
}

.tabs_wrapper {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  background: transparent;
}

ul.tabs {
	padding: 0;
	z-index: 10;
	display: flex;
	max-width: 60%;
	margin: 0 auto 30px;
	list-style: none;
	position: relative;
	align-items: center;
	vertical-align: top;
	justify-content: space-evenly;
}
ul.tabs li {
  margin: 0;
  width: 100%;
  display: flex;
  color: #006633;
  cursor: pointer;
  padding: 10px 15px;
  line-height: 31px;
  text-align: center;
  text-align: center;
  font-weight: bold;
  justify-content: center;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
ul.tabs li:hover {
  background: #006633;
  color: #c59950;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
ul.tabs li.active {
  background: #006633;
  color: #c59950;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.tab_container {
}

.tab_content {
  padding: 20px;
  height: 100%;
  display: none;
}

.tab_drawer_heading {
  display: none;
}


#footer{
	background: #000;
	padding: 50px 0 0;
}

#footer .footer-logo{
	width: 200px;
	margin: 0 0 30px;
}
#footer p{
	color: #fff;
	font-size: 16px;
}
#footer h4{
	color: #c59950;
	font-size: 20px;
}
#footer ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
#footer ul li{
	margin: 0 0 5px;
}
#footer ul li a{
	color: #fff;
	font-size: 16px;
	display: block;
	position: relative;
}
#footer ul li a:hover{
	color: #c59950;
}
#footer ul li a:after{
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	width: 0;
	height: 1px;
	content: "";
	position: absolute;
	background-color: #c59950;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
}
#footer ul li a:hover:after{
	opacity: 1;
	width: 100%;
}
#footer form{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#footer form input[type="email"]{
	font-size: 16px;
	padding: 5px 10px;
	border-radius: 10px;
	background-color: #fff;
}
#footer form input[type="submit"]{
	background: #000;
    border: 2px solid #c59950;
    color: #c59950;
    font-size: 16px;
    padding: 4px 14px;
	cursor: pointer;
	border-radius: 10px;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
}
#footer form input[type="submit"]:hover{
	color: #000;
	background-color: #fff;
	box-shadow: 0 0 12px 0px #fff;
}
#footer .text-md-start{
	width: 100%;
	color: #fff;
	display: flex;
	font-size: 18px;
	align-items: center;
	justify-content: space-between;
}
#footer .credits a{
	color: #fff;
}
#footer .footer-top{
	border-bottom: rgba(255,255,255,.7);
}
#footer .copyright span,
#footer .credits a{
	color: #c59950;
}

.heading-area{
	padding: 40px 20px;
	background-color: #000;
}
.heading-area h1{
	color: #fff;
	font-size: 50px;
}

#about-us{
	padding: 60px 0;
}
.about-us .content {
    padding: 30px 0;
}
.about-us .content p{
	color: #212529;
	font-size: 18px;
	margin: 0 0 30px;
}
.section-title{
	text-align: center;
}
.section-title p{
	color: #212529;
	font-size: 18px;
	margin: 0 0 30px;
}
.about-us .content .icon-box{
	position: relative;
}
.about-us .content .icon-box i{
	top: 0;
    left: 15px;
    font-size: 30px;
	position: absolute;
}
.about-us .content .icon-box h4 {
    font-size: 20px;
    font-weight: 700;
    margin: 5px 0 10px 40px;
}
.about-us .content .icon-box p{
	font-size: 15px;
    color: #90847f;
    margin-left: 40px;
	line-height: 26px;
}
.skills .progress {
    height: 50px;
    display: block;
    background: none;
}
.skills .progress .skill {
    padding: 0;
	line-height: 1;
    margin: 0 0 6px 0;
    text-transform: uppercase;
    display: block;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    color: #2b2320;
}
.skills .progress .skill .val {
    float: right;
    font-style: normal;
}
.skills .progress-bar-wrap {
    background: #989898;
}
.skills .progress-bar {
    width: 1px;
    height: 10px;
    transition: 0.9s;
    background-color: black;
}
#skills{
	padding: 0 0 60px;
}

.features{
	padding: 0 0 60px;
	background-color: #fff;
}
.features .nav-link {
    border: 0;
    padding: 25px 20px;
    transition: 0.3s;
    color: #2b2320;
}
.features .nav-link h4 {
    font-size: 18px;
    font-weight: 600;
}
.features .nav-link p {
    font-size: 14px;
    margin-bottom: 0;
}
.features .nav-link.active {
    box-shadow: 0px 0 15px rgba(0, 0, 0, 0.12);
    color: radial-gradient(circle at 10% 20%, rgb(0, 0, 0) 0%, rgb(64, 64, 64) 90.2%);
}
.nav.nav-tabs{
	border: 0;
}


@media screen and (max-width: 1199px){
	ul.tabs{
		width: 100%;
		max-width: 100%;
	}
	#footer form{
		flex-direction: column;
	}
	.tab_content{
		padding: 0;
	}
}

@media screen and (max-width: 991px){
	#nav-icon{
		display: block;
		margin: 24px 0 0;
	}
	#header.fixed #nav-icon{
		margin: 18px 0 0;
	}
	#header{
		position: relative;
	}
	#nav{
		left: 0;
		right: 0;
		top: 0;
		opacity: 0;
		z-index: 99;
		visibility: hidden;
		position: absolute;
		background: #fff;
		transition: all .5s ease-in-out;
		-webkit-transition: all .5s ease-in-out;
	}
	#nav .nav-list{
		width: 100%;
		flex-direction: column;
	}
	#nav .nav-list li a{
		padding: 5px 0;
	}
	body.open #nav{
		top: 100%;
		opacity: 1;
		visibility: visible;
	}
	.services-section{
		padding: 60px 0;
	}
	#header .logo{
		width: 70px;
	}
}


@media screen and (max-width: 767px){
	.banner-section .slick-slide img,
	.banner-section .banner-slider{
		height: 250px;
	}
	.quote-section p{
		padding: 0;
		margin: 0 0 20px;
	}
	.banner-section .slick-dots{
		bottom: 8px;
		padding: 0;
	}
	.quote-section h3{
		font-size: 24px;
	}
	.services-section{
		padding: 40px 0;
	}
	ul.tabs{
		margin: 0;
		width: 100%;
		flex-wrap: wrap;
		max-width: 100%;
	}
	ul.tabs li{
		width: auto;
		padding: 5px 10px;
		font-size: 16px;
	}
	.portfolio-section .image-list li{
		width: 100%;
		padding: 0;
	}
	.portfolio-section{
		padding: 0;
	}
	.services-section .icon-box{
		margin: 0 0 50px;
	}
	.top-header{
		padding: 6px 0;
	}
	.top-header .social-column ul li a{
		font-size: 14px;
	}
	.top-header .column-left{
		width: 70%;
	}
	.top-header .column-left a{
		font-size: 14px;
		padding-right: 10px;
	}
	.top-header .column-left i{
		font-size: 14px;
	}
	#footer .text-md-start{
		font-size: 14px;
		flex-direction: column;
	}
	.footer-links{
		margin: 0 0 20px;
	}
}