@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&family=Poppins:wght@400;500;600;700&display=swap');

body {
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.6;
    background-color: #111;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
    margin: 0;

}

h2 {}

h3 {}

h4 {}

h5 {}

p {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.8;
    margin-bottom: 0;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    max-width: 1170px;
}

ul {
    margin: 0;
    padding: 0;
}
/*header-area starts*/
.header-area {
	height: 100vh;
	display: flex;
	align-items: center;
	float: right;
}
#MiniRightNav {
	float: right;
	padding: 0;
	margin-right: 20px;
}
#MiniRightNav li {
	list-style: outside none none;
	margin: 0 0 20px;
	padding: 0;
	width: 50px;
	width: 50px;
	height: 50px;
	background: #2b2a2a;
	border-radius: 50%;
	text-align: center;
	/* line-height: 50px; */
}
#MiniRightNav .active {
	background: #ffb400;
}
#MiniRightNav li:hover {
	background: #ffb400;
}
#MiniRightNav li a {
	border: none;
	display: block;
	padding: 7px;
	position: relative;
	line-height: 36px;
    color: #fff;
}
#MiniRightNav span {
	font-family: 'Raleway', sans-serif;
	font-size:14px;
    font-weight: 400;
    letter-spacing: 1px;
	text-transform: uppercase;
	
    bottom: 0;
/*    right: 47px;*/
    right: 0;
    line-height: 38px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    transition: all 0.50s ease 0s;
    white-space: nowrap;
    width: 0;
}
#MiniRightNav a:hover span{ width:auto; padding:0 30px;overflow:visible; }
#MiniRightNav a:hover{text-decoration:none;}
#MiniRightNav a span{
	background-color: #ffb400;
	color: #fff;
	font-weight: 500;
	font-size: 15px;
}
#MiniRightNav a:hover span {
	width: auto;
	padding: 6px 60px 6px 30px;
	overflow: visible;
	border-radius: 30px;
}
li:hover span {
	overflow: hidden;
	z-index: 1;
}

/*header-area end*/
/*slider-area starts*/
.single-slider {
	background-image: url(../img/slider/2.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	height: calc(100vh - 80px);
	box-shadow: 0 0 7px rgba(0, 0, 0, .9);
	border-radius: 30px;
	margin-top: 40px;
	margin-left: 40px;
	background-position: center center;
}
.slider-content {
    max-width: 600px;
    margin: 0 auto;
}

.slider-content h2 {
    font-size: 50px;
    font-weight: 700;
    color: #ffb400;
    text-transform: uppercase;
    position: relative;
    padding-left: 70px;
}

.slider-content span {
    display: block;
    color: #fff;
}

.slider-content h2::before {
    position: absolute;
    content: "";
    background: #ffb400;
    height: 4px;
    width: 40px;
    left: 0;
    top: 30px;
    border-radius: 20px;
}

.slider-content p {
    line-height: 35px;
}

.btn {
    border: 1px solid #ffb400;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    border-radius: 35px;
    padding: 16px 70px 16px 35px;
    position: relative;
    overflow: hidden;
    transition: 0.3s;
    margin-top: 30px;
}

.btn:hover {
    color: #fff;
}

.btn::before {
    position: absolute;
    content: "";
    background: #ffb400;
    height: 55px;
    width: 240px;
    top: 0;
    right: 0;
    transform: translateX(100%);
    transition: 0.3s;
    z-index: -1;
}

.btn:hover::before {
    transform: translateX(0);
}

.btn-icon {
    position: absolute;
    height: 55px;
    width: 55px;
    background: #ffb400;
    border-radius: 50%;
    text-align: center;
    line-height: 55px;
    font-size: 19px;
    top: 0;
    right: 0;
    transition: 0.3s;
}

.color-block {
	background: #ffb400;
	height: 200%;
	width: 70%;
	transform: rotate(-15deg);
	left: -48%;
	top: -60%;
	position: fixed;
}
/*slider-area end*/


/*about-area starts*/
.about-area {
    padding-top: 80px;
    padding-bottom: 80px;
}

.section-title {
    text-align: center;
    position: relative;
    padding: 80px 0;
}

.section-title h2 {
    font-size: 56px;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
}

.section-title h2 span {
    color: #ffb400;
}

.title-bg {
    position: absolute;
    font-size: 110px;
    font-weight: 800;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.07);
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    letter-spacing: 10px;
    transform: translateY(-50%);
}

.section-subtitle h3 {
    font-size: 26px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.about-list {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    text-transform: capitalize;
}

.about-list ul li {
    list-style: none;
}

.about-list li:not(:last-child) {
    margin-bottom: 20px;
}

.list-title {
    opacity: 0.6;
}
.about-box {
	border: 1px solid #252525;
	padding: 20px 30px 25px 40px;
	margin-bottom: 30px;
}
.about-box h3 {
    color: #ffb400;
    font-size: 50px;
    font-weight: 700;
    position: relative;
}

.about-box h3::after {
    position: absolute;
    content: "+";
    font-size: 33px;
    font-weight: 300;
    top: 0px;
}
.about-box p {
	text-transform: uppercase;
	position: relative;
	padding-left: 45px;
}
.about-box p span {
	display: block;
}
.about-box p::before {
	position: absolute;
	content: "";
	height: 1px;
	width: 30px;
	background: #777;
	top: 13px;
	left: 0;
}
hr.seperator {
	border-top: 1px solid #252525;
	max-width: 40%;
	margin: 65px auto;
}

/*skill*/
.skill-part .section-subtitle h3 {
	text-align: center;
	margin-bottom: 50px;
}

.single-circle {
    position: relative;
    text-align: center;
}

.circle-inner {
	position: absolute;
	top: 40px;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 24px;
	color: #fff;
	font-weight: 600;
}
.circle-outer h3 {
	font-size: 16px;
	margin-top: 10px;
	text-transform: uppercase;
}
.circle-outer {
	margin-bottom: 60px;
}
/*education*/
.education-part .section-subtitle h3 {
	text-align: center;
    margin-bottom: 45px;
}
.education-box {
	position: relative;
	margin-bottom: 50px;
}
.education-box::after {
	position: absolute;
	content: "";
	border-left: 1px solid #333;
	top: 0;
	left: 20px;
	bottom: 0;
	z-index: -1;
}
.education-box ul li {
	list-style: none;
}
.edu-icon i {
	height: 40px;
	width: 40px;
	background: #ffb400;
	text-align: center;
	line-height: 40px;
	font-size: 15px;
	border-radius: 50%;
	margin-right: 20px;
}
.edu-icon span {
	background: #252525;
	padding: 2px 10px;
	font-size: 12px;
	font-weight: 600;
	border-radius: 20px;
	text-transform: uppercase;
	opacity: 0.7;
}
.edu-text {
	margin-left: 62px;
	margin-top: 10px;
}
.edu-text h4 {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 5px;
	text-transform: uppercase;
}
.edu-text span {
	opacity: 0.7;
	position: relative;
	padding-left: 30px;
}
.edu-text span::before {
	position: absolute;
	content: "";
	height: 2px;
	width: 10px;
	background: #fff;
	opacity: 0.7;
	top: 12px;
	left: 10px;
}
.edu-text p {
	color: #eee;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.6;
}
/*about-area end*/

/*protfolio-area starts*/

@font-face {
	font-family: 'fontawesome';
	src:url('../webfonts/fontawesome/fontawesome.eot?-e43dk9');
	src:url('../webfonts/fontawesome/fontawesome.eot?#iefix-e43dk9') format('embedded-opentype'),
		url('../webfonts/fontawesome/fontawesome.woff?-e43dk9') format('woff'),
		url('../webfonts/fontawesome/fontawesome.ttf?-e43dk9') format('truetype'),
		url('../webfonts/fontawesome/fontawesome.svg?-e43dk9#fontawesome') format('svg');
	font-weight: normal;
	font-style: normal;
} /* Made with http://icomoon.io/app */

/* General style */
.grid-gallery ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.grid-gallery figure {
	margin: 0;
}

.grid-gallery figure img {
	display: block;
	width: 100%;
	border-radius: 5px;
	transition: 0.3s;
	position: relative;
/*	height: 210px;*/
}
.grid-gallery figure img.custom-size {
/*	height: auto;*/
}

.grid-gallery figcaption h3 {
	margin: 0;
	padding: 0 0 0.5em;
}

.grid-gallery figcaption p {
	margin: 0;
}

/* Grid style */
.grid-wrap {
	max-width: 69em;
	margin: 0 auto;
	padding: 0 1em 1.875em;
}

.grid {
	margin: 0 auto;
}

.grid li {
	width: 33.33%;
	float: left;
	cursor: pointer;
    padding: 15px;
}

.grid figure {
	padding: 0;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
    position: relative;
}

.grid li:hover figure {
	opacity: 1;
}

.grid figcaption {
	background: #e4e4e4;
	padding: 25px;
}

/* Slideshow style */
.slideshow {
	position: fixed;
	background: rgba(0,0,0,0.6);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 500;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	-webkit-perspective: 1000px;
	perspective: 1000px;
	-webkit-transition: opacity 0.5s, visibility 0s 0.5s;
	transition: opacity 0.5s, visibility 0s 0.5s;
}

.slideshow-open .slideshow {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.slideshow ul {
	width: 100%;
	height: 100%;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translate3d(0,0,150px);
	transform: translate3d(0,0,150px);
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}

.slideshow ul.animatable li {
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}

.slideshow-open .slideshow ul {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.slideshow li {
	width: 660px;
	height: 560px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -280px 0 0 -330px;
	visibility: hidden;
}

.slideshow li.show {
	visibility: visible;
}

.slideshow li:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(255,255,255,0.8);
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.slideshow li.current:after {
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity 0.3s, visibility 0s 0.3s;
	transition: opacity 0.3s, visibility 0s 0.3s;
}

.slideshow figure {
	width: 100%;
	height: 100%;
	background: #252525;
	border-radius: 10px;
	overflow: auto;
	padding: 30px;
	display: inline-table;
}
.slideshow figcaption {
	padding-bottom: 20px;
}

.slideshow figcaption h3 {
	font-weight: 700;
	font-size: 33px;
	color: #ffb400;
	text-transform: uppercase;
	text-align: center;
}

/* Navigation */
.slideshow nav span {
	position: fixed;
	z-index: 1000;
	color: #59656c;
	text-align: center;
	padding: 3%;
	cursor: pointer;
	font-size: 2.2em;
}

.slideshow nav span.nav-prev,
.slideshow nav span.nav-next {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.slideshow nav span.nav-next {
	right: 0;
}

.slideshow nav span.nav-close {
	top: 0;
	right: 0;
	padding: 0.5em 1em;
	color: #31373a;
}

.icon:before,
.icon:after {
	font-family: 'fontawesome';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

span.nav-prev:before {
	content: "\e601";
}

span.nav-next:before  {
	content: "\e600";
}

span.nav-close:before {
	content: "\e602";
}

/* Info on arrow key navigation */
.info-keys {
	position: fixed;
	top: 10px;
	left: 10px;
	width: 60px;
	font-size: 8px;
	padding-top: 20px;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 1px;
	text-align: center;
}

.info-keys:before,
.info-keys:after {
	position: absolute;
	top: 0;
	width: 16px;
	height: 16px;
	border: 1px solid #fff;
	text-align: center;
	line-height: 14px;
	font-size: 12px;
}

.info-keys:before {
	left: 10px;
	content: "\e603";
}

.info-keys:after {
	right: 10px;
	content: "\e604";
}



.project-text {
	padding: 10px 0 10px 0;
}
.row.project-text {
	font-size: 15px;
	color: #fff;
	font-weight: 700;
	text-transform: capitalize;
}
.project-label {
	font-weight: 500;
}
span.link {
	text-transform: lowercase;
}
.link a {
	color: #ffb400;
	text-decoration: underline;
}
.thumb-title {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	/* margin: 0 auto; */
	height: 100%;
	width: 100%;
	display: flex;
	text-align: center;
	justify-content: center;
	align-items: center;
	background: #ffb400;
	border-radius: 5px;
	opacity: 0;
	visibility: hidden;
	transition: all 300ms ease 0s;
}
figure:hover .thumb-title{
    opacity: 1;
    visibility: visible;
}
.thumb-title span {
	font-size: 18px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 500;
}
/*protfolio-area end*/

/*contact-area starts*/
.contact-area{
    padding-top: 80px;
    padding-bottom: 80px;
    
}
.contact-icon {
	position: relative;
	padding-left: 50px;
	font-weight: 600;
	line-height: 22px;
	padding-top: 5px;
	margin-top: 10px;
}
.contact-icon i {
	color: #ffb400;
	font-size: 33px;
	position: absolute;
	left: 0;
	top: 10px;
}
.contact-icon span {
	font-weight: 400;
	text-transform: uppercase;
	opacity: 0.7;
	display: block;
}
.contact-social ul {
	margin: 0;
	padding: 0;
}
.contact-social ul li {
	list-style: none;
	display: inline-block;
}
.contact-social ul li a {
	height: 40px;
	width: 40px;
	background: #2b2a2a;
	color: #fff;
	display: inline-block;
	border-radius: 50%;
	text-align: center;
	line-height: 40px;
	font-size: 17px;
	margin: 0 5px;
	transition: 0.3s;
	margin-top: 25px;
}
.contact-social ul li:hover a{
    background: #ffb400;
}
.form-control {
	padding: 25px;
	color: #fff;
	background-color: #252525;
	border: 1px solid #111;
	border-radius: 30px;
	margin-bottom: 30px;
	transition: 0.3s;
    text-transform: uppercase;
}
.form-control:focus {
	border: 1px solid #ffb400;
	background: #252525;
	color: #fff;
	box-shadow: none;
}

.button {
	overflow: hidden;
	display: inline-block;
	line-height: 1.4;
	border-radius: 35px;
	text-align: center;
	cursor: pointer;
	transition: 250ms all ease-in-out;
	text-transform: uppercase;
	text-decoration: none !important;
	position: relative;
	z-index: 1;
	padding: 16px 70px 16px 35px;
	font-size: 15px;
	font-weight: 600;
	color: #fff;
	background-color: transparent;
	outline: none !important;
	border: 1px solid #ffb400;
}
.button::before {
	z-index: -1;
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	transform: translateX(100%);
	transition: .3s ease-out all;
    background-color: #ffb400;
}
.button:hover::before {
	transform: translateX(0);
}
.button-icon {
	position: absolute;
	right: -1px;
	top: -1px;
	bottom: 0;
	width: 55px;
	height: 55px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 19px;
	color: #ffffff;
	border-radius: 50%;
    background: #ffb400;
}
/*contact-area end*/

/*blog-area starts*/
.blog-area {
	padding-bottom: 80px;
}
.post-thumb {
	border-bottom: 5px solid #ffb400;
	overflow: hidden;
}
.post-thumb a img {
	transition: 0.3s;
}
.single-blog:hover img {
	transform: scale(1.2);
}
.post-content {
	padding: 25px;
	background: #252525;
	border-radius: 0 0 5px 5px;
}
.entry-header h3 a {
	font-size: 20px;
	font-weight: 600;
	color: #fff;
    transition: 0.3s;
}
.single-blog:hover .entry-header h3 a {
	color: #ffb400;
	text-decoration: none;
}
.post-thumb .img-fluid {
	border-radius: 5px 5px 0 0;
}
.entry-content p {
	margin-top: 10px;
}

.blog-area .pagination {
	justify-content: center;
}
.blog-area .page-link {
	padding: 0;
	color: #fff;
	background-color: #252525;
	border: 1px solid #252525;
	border-radius: 50%;
	height: 43px;
	width: 43px;
	line-height: 43px;
	text-align: center;
	margin: 0 10px;
	transition: 0.3s;
    font-weight: 600;
}
.page-item.active .page-link {
	background-color: #ffb400;
	border-color: #ffb400;
}
.blog-area .page-link:hover {
	background: #ffb400;
	border: 1px solid #ffb400;
}


/*blog-area end*/




.slider-img-mobile {
	padding: 50px 0 40px 0;
}
.slider-img-mobile img {
	height: 270px;
	width: 270px;
	border-radius: 50%;
	border: 4px solid #252525;
	/* margin: 0 auto; */
	/* text-align: center; */
	display: block;
	margin-left: auto;
	margin-right: auto;
}



/*mobile*/
.fsm-container {
	background: #111;
}
.fsm-list > .fsm-item a {
	color: #fff;
	text-transform: uppercase;
	font-size: 26px;
    padding: 15px 0 0 30px;
    font-weight: 600;
}
.fsm-list > .fsm-item a:hover {
	color: #ffb400;
}
.sidemenu.fsm-list i {
	padding-right: 15px;
}
