/* ==================================
-------------------------------------
  NISSA - PHOTOGRAPHY STUDIO TEMPLATE
  Version: 1.0
 ------------------------------------
 ====================================*/

 
/*----------------------------------------*/
/* Template default CSS
/*----------------------------------------*/

html,
body {
	width: 100%;
	height: 100%;
	font-family: "Open Sans", sans-serif;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	color: #242424;
	font-weight: 700;
}

h1 {
	font-size: 70px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

p {
	font-size: 13px;
	color: #242424;
	line-height: 2;
}

img {
	max-width: 100%;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
	outline: none;
}

a:hover,
a:focus {
	text-decoration: none;
	outline: none;
}

ul,
ol {
	padding: 0;
	margin: 0;
}

/*---------------------
Helper CSS
 -----------------------*/

.section-title {
	text-align: center;
}

.section-title h2 {
	font-size: 36px;
}

.set-bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}

.spad {
	padding-top: 105px;
	padding-bottom: 105px;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
	color: #fff;
}

/*---------------------
Commom elements
 -----------------------*/

.elements-section {
	padding-right: 30px;
	height: 100%;
}

.element {
	margin-bottom: 70px;
}

.element .el-title {
	margin-bottom: 40px;
}

.element .container {
	margin-left: -15px;
}

/* buttons */

.site-btn {
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	min-width: 167px;
	padding: 19px 35px;
	text-transform: uppercase;
	color: #242424;
	line-height: 1;
	cursor: pointer;
	text-align: center;
	border: 2px solid #e1e1e1;
	background: transparent;
	position: relative;
}

.site-btn:hover {
	color: #242424;
}

/* .site-btn img {
	margin-left: 15px;
} */

.site-btn.sb-solid {
	background: #242424;
	border-color: #242424;
	color: #fff;
}

.site-btn.sb-solid:hover {
	color: #fff;
}

.site-btn.sb-dark {
	border-color: #242424;
}

/* Preloder */

#preloder {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999999;
	background: #000;
}

.loader {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -13px;
	margin-left: -13px;
	border-radius: 60px;
	animation: loader 0.8s linear infinite;
	-webkit-animation: loader 0.8s linear infinite;
}

@keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}

@-webkit-keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}

/* Accordion */

.accordion-area .panel {
	margin-bottom: 19px;
}

.accordion-area .panel-header.active .panel-link {
	color: #fff;
	background-color: #242424;
	border-color: #000;
}

.accordion-area .panel-header.active .panel-link.collapsed {
	color: #242424;
	background-color: transparent;
	border-color: #e1e1e1;
}

.accordion-area .panel-link:after {
	content: "";
	position: absolute;
	width: 20px;
	height: 10px;
	right: 19px;
	top: 50%;
	margin-top: -5px;
	margin-left: -4px;
	background-image: url("../img/arrow-down.png");
	background-repeat: no-repeat;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.accordion-area .panel-header.active .panel-link:after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.accordion-area .panel-header.active .panel-link.collapsed:after {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

.accordion-area .panel-link {
	text-align: left;
	background-color: transparent;
	position: relative;
	width: 100%;
	padding: 17px 40px;
	padding-left: 30px;
	font-size: 14px;
	text-transform: uppercase;
	color: #212121;
	font-weight: 700;
	line-height: 1.3;
	cursor: pointer;
	display: block;
	border: 2px solid #e1e1e1;
	-webkit-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
}

.accordion-area .panel-body p {
	margin-bottom: 0;
	padding-top: 20px;
}

.accordion-area .panel-body {
	padding: 0 5px;
}

/* Tab */

.tab-element .nav-tabs {
	border-bottom: none;
	margin-bottom: 25px;
}

.tab-element .nav-item {
	margin-right: 10px;
	margin-bottom: 10px;
}

.tab-element .nav-tabs .nav-link {
	border: 2px solid #e1e1e1;
	text-align: left;
	background-color: transparent;
	border-radius: 0;
	position: relative;
	width: 100%;
	padding: 17px 30px;
	font-size: 14px;
	text-transform: uppercase;
	color: #323232;
	font-weight: 700;
	line-height: 1.3;
	cursor: pointer;
}

.tab-element .nav-tabs .nav-item:last-child {
	margin-right: 0;
}

.tab-element .nav-tabs .nav-link.active {
	background: #242424;
	color: #fff;
	border-color: #242424;
}

.tab-element .tab-pane p {
	margin-bottom: 0;
}

/* circle progress  */

.circle-item-warp {
	margin-bottom: 30px;
	overflow: hidden;
}

.circle-progress {
	float: left;
	margin-right: 10px;
}

.circle-progress canvas {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.circle-progress .circle-warp {
	float: left;
	margin-right: 20px;
}

.circle-progress h2 {
	padding-bottom: 18px;
	overflow: hidden;
	font-size: 72px;
	font-family: "Playfair Display", serif;
	line-height: 1;
	font-weight: 900;
	position: relative;
}

.circle-progress h2 span {
	font-size: 40px;
	position: relative;
	top: -30px;
}

.circle-progress-text {
	padding-top: 15px;
}

.circle-progress-text h5 {
	font-weight: 700;
}

.circle-progress-text p {
	margin-bottom: 0;
	color: #828282;
}

/* Icons box  */

.icon-box {
	margin-bottom: 30px;
}

.icon-box .ib-head {
	overflow: hidden;
	display: block;
	margin-bottom: 20px;
}

.icon-box .ib-icon {
	float: left;
	width: 64px;
}

.icon-box h5 {
	padding-top: 5px;
	overflow: hidden;
}

/*------------------
Main Site warp
 ---------------------*/

 #main_page{
	margin: 0px;
	padding: 0px;
	position: absolute;
	width: 30%;
	float: left;
	z-index: 99
 }

canvas{
	width: 100%;
	height: 100%;
	float: right;
	position: absolute;
	top: 0;
 }

#home-warp {
	height: 100%;
	width: 30%;
	float: left;
	position: relative;
}
.main-site-warp{
	height: 100%;
	width: 100%;
	position: relative;
}

.main-site-warp.push-side {
	overflow: hidden;
}

.main-site-warp.push-side .header-section {
	-webkit-transform: translateX(614px);
	transform: translateX(614px);
}

.main-site-warp.push-side .site-content-warp {
	-webkit-transform: translateX(614px);
	transform: translateX(614px);
}

.main-site-warp.push-side .site-menu-warp {
	left: 0;
}

.main-site-warp.push-side .nav-switch {
	opacity: 0;
	visibility: hidden;
}

body.push-side {
	overflow: hidden;
}

body.push-side .nicescroll-rails.nicescroll-rails-hr,
body.push-side #ascrail2000-hr {
	-webkit-transform: translateX(614px);
	transform: translateX(614px);
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

.site-menu-warp {
	position: fixed;
	width: 614px;
	height: 100%;
	left: -620px;
	top: 0;
	background: #242424;
	overflow-y: auto;
	z-index: 9999;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

.close-menu {
	font-size: 30px;
	color: #fff;
	margin-left: 48px;
	padding-top: 32px;
	cursor: pointer;
}

.site-menu {
	list-style: none;
	padding-left: 185px;
	padding-top: 160px;
}

.site-menu li {
	display: block;
}

.site-menu li a {
	display: block;
	font-size: 30px;
	color: #fff;
	padding-bottom: 5px;
	margin-bottom: 20px;
	position: relative;
}

.site-menu li a:after {
	position: absolute;
	content: "";
	width: 0;
	height: 3px;
	left: 0;
	bottom: 0;
	background: #fff;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.site-menu li a:hover:after,
.site-menu li a.active:after {
	width: 30px;
}

.menu-social {
	padding-left: 185px;
	padding-top: 50px;
}

.menu-social a {
	display: inline-block;
	color: #fff;
	font-size: 18px;
	margin-right: 30px;
	padding: 5px;
	margin-bottom: 20px;
}

/* Header section */

.header-section {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
	padding: 27px 45px;
	z-index: 999;
	background: #fff;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

.nav-switch {
	float: left;
	font-size: 28px;
	color: #4e4e4e;
	line-height: 0;
	cursor: pointer;
	opacity: 1;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

.header-social {
	float: right;
}

.header-social a {
	display: inline-block;
	color: #242424;
	font-size: 18px;
	margin-right: 30px;
	padding: 5px;
}

.site-content-warp {
	position: relative;
	height: 100%;
	padding-top: 91px;
	padding-left: 614px;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

/* Left Side section */

.main-sidebar {
	position: absolute;
	width: 614px;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 99;
}

.main-sidebar .mb-warp {
	padding: 151px 95px 100px 145px;
}

.site-logo {
	display: block;
	margin-bottom: 80px;
}

.site-logo h2 {
	font-size: 100px;
	line-height: 100px;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 18px;
	color: #e4bd20;
}

.site-logo p {
	font-size: 12px;
	text-transform: uppercase;
	color: #aaaaaa;
	letter-spacing: 12px;
	padding-left: 10px;
	margin-bottom: 0;
}

.about-info {
	margin-bottom: 80px;
}

.about-info h2 {
	font-weight: 900;
	font-size: 48px;
	margin-bottom: 40px;
	line-height: 1.1;
	font-family: "Playfair Display", serif;
}

.contact-info {
	list-style: none;
	margin-bottom: 65px;
	position: relative;
}

.contact-info:after {
	position: absolute;
	content: "";
	width: 26px;
	height: 32px;
	left: -36px;
	top: -5px;
	background: url("../img/icons/place.png") no-repeat;
}

.contact-info li {
	font-size: 14px;
	color: #aaaaaa;
	margin-bottom: 5px;
}

.contact-info li a {
	color: #242424;
}

.copyright {
	font-size: 13px;
	color: rgba(130, 130, 130, 0.29);
	position: fixed;
	height: 80px;
	width: 614px;
	left: 0;
	bottom: 0;
	background: #fff;
	padding-left: 145px;
	padding-top: 20px;
}

.copyright a {
	color: rgba(130, 130, 130, 0.29);
	text-decoration: underline;
}

.copyright i {
	color: rgba(204, 17, 17, 0.29);
}

/*------------------
Hero section
 ---------------------*/

.hero-track {
	padding-bottom: 50px;
	overflow: hidden;
}

.hs-item {
	height: 750px;
	float: left;
	margin-right: 50px;
	position: relative;
}

.hs-item:last-child {
	margin-right: 0;
}

.hs-item .hs-info {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 221px;
	padding: 44px 0 10px 0;
	background: #fff;
	z-index: 1;
}

#hs-bg{
	background: none;
}

#hs-bg2{
	background: none;
}

#hs-bg3{
	background: none;
}

.hs-item .hs-info p {
	margin-bottom: 5px;
}

.hs-item .hs-info a.title-arrow{
	position: absolute;
	top: 65px;
	left: 150px;
}

.hs-item .hs-info a.title-arrow2{
	position: absolute;
	top: 95px;
	left: 150px;
}

.hs-item .hs-info a.title-arrow3{
	position: absolute;
	top: 130px;
	left: 150px;
}

.nicescroll-rails.nicescroll-rails-hr,
#ascrail2000-hr {
	max-width: calc(100% - 717px);
	overflow: hidden;
}

/* --------------
 =================
Other pages
 =================
 -----------------*/

.page-section {
	height: 100%;
}

/* ----------------
About Page
 ---------------------*/

.about-section {
	height: 100%;
	padding-right: 74px;
}

.video-section {
	height: calc(100% - 235px);
	margin-bottom: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.video-play-btn {
	display: block;
	width: 159px;
	height: 69px;
	text-align: center;
	padding-top: 16px;
	font-size: 22px;
	color: #fff;
	border-radius: 27px;
	background: rgba(255, 255, 255, 0.43);
}

.video-play-btn:hover {
	color: #fff;
}

.milestones {
	padding-top: 30px;
}

.milestone {
	margin-bottom: 30px;
}

.milestone img {
	float: left;
	margin-right: 15px;
	margin-top: 20px;
	line-height: 1;
	width: 15%;
	height: auto;
}
.mar-l{
	margin-left: -55px;
}

#side{
	width: 16%;
	margin-right: 13px;
	margin-left: -58px;
}

.milestone .milestone-info {
	overflow: hidden;
	padding-top: 23px;
}

.milestone .milestone-info h5 {
	font-weight: 700;
}

.milestone .milestone-info p {
	margin-bottom: 0;
}

.wrap{
	margin: 5px 0px;
	float: left;
}

.cls-1{
	fill: none;
	stroke-miterlimit: 10;
	stroke-width: 10px;
	padding-right: 30px;
}

.cls-1{stroke: #e4be25;}

#mycircle{
	stroke-dashoffset: 600;
	stroke-dasharray: 600;
	animation-name: circle;
	animation-duration: 5s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
	transition: all 0.5s;
}

@keyframes circle{
	to{
		stroke-dashoffset: 0;
	}
}

/* .wrap:hover #mycircle{stroke: #e4be25;} */

/* ----------------
Experience page
 -------------------*/

/* .arrow{
	position: absolute;
	top: 3000px;
	left: 0;
}  */

section {
    float: left;
    display: block;
    height: 100%;
    padding: 75px 0 0 0;
    margin: 0;
	position: relative;
	-ms-overflow-style: none; /* IE and Edge */
	scrollbar-width: none; /* Firefox */
}

body::-webkit-scrollbar {display: none;}


.scroll{
	width: 48px;
	height: 22px;
	position: relative;
	top: -135px;
	left: 50%;
	margin-left: 879px;
	z-index: 99999999 !important;
	display: block;
}

#section-section1 {
	position: relative;
}
#section-section1 img{
	position: absolute;
	top: 100px;
	right: 10px;
	z-index: 10;
}
#section-section1 .sec1_img{
	width: 747px;
	height: 750px;
	margin-top: -340px;
	left: 700px;
	position: relative;
	top: 0;
	background-repeat: no-repeat;
	background-size: contain;
}

#section-section1 img.bg{
	position: absolute;
	top: 18px;
	right: 7px;
	z-index: 10;
}

#section-section1 h1{
	position: absolute;
	top: 680px;
	left: 50%;
	margin-left: 330px;
	z-index: 20;
}
#section-section1 h3{
	display: none;
}
/* #section-section1 .sec1_img:hover{
	width: 2em;
	height: 970px;
	left: 700px;
	position: relative;
	margin-top: 60px;
	transition: all ease 3s;
}
*/

.scroll2{
	width: 48px;
	height: 22px;
	position: relative;
	top: 35px;
	left: 50%;
	margin-left: 842px;
	z-index: 99999999 !important;
	display: block;
}

#section-section2 {position: relative;}

#sec_2{
	width: 100%;
	height: auto;
}

#sec_2::after{display: block; content: ''; clear: both;}

#sec_2 div:nth-child(1){
	float: left;
	width: 23%;
	margin-left: 50px;
	margin-top: 23px;
}

#sec_2 div:nth-child(2){
	float: left;
	width: 23%;
	margin-top: 80px;
	margin-left: 30px;
}

#sec_2 div:nth-child(3){
	width: 24%;
	position: absolute;
	left: 510px;
	top: 550px;
}

#sec_2 div:nth-child(4){
	width: 24%;
	position: absolute;
	left: 0;
	top: 590px;
	margin-left: 40px;
}

#sec_2 div:nth-child(5){
	float: left;
	width: 39%;
	margin-left: 150px;
	margin-top: 23px;
}

#sec_2 div:nth-child(6){
	float: left;
	width: 45%;
	margin-left: 1055px;
	margin-top: 70px;
}



.scroll3{
	width: 48px;
	height: 22px;
	position: relative;
	top: -65px;
	left: 50%;
	margin-left: 843px;
	z-index: 99999999 !important;
	display: block;
}

#section-section3{position: relative;}

#sec_3{
	overflow: hidden;
	margin-left: 50px;
}
.sec3_img1{
	position: relative;
	margin-top: 80px;
	left: -822px;
}
#sec3_1{
	width: 60%;
	height: auto;
	top: 10px;
	float: left;
	overflow: hidden;
	margin-top: 300px;
}
.sec_3_1 img{
	display: block;
	float: left;
}
.sec_img2{	
	padding-top: 80px;
	left: 50%;
	margin-left: 40px;
}
.sec_img3{
	width: auto;
	height: 400px;
	margin-left: -40px;
	margin-top: 20px;
}
.sec_img4{
	padding-top: -50px;
}
.sec_3_2{
	float: left;
}
.sec3_img2{
	width: 320px;
	height: auto;
	margin-top: -230px;
	margin-left: 100px;
	float: left;
	z-index: 9999999 !important;
}
.sec3_img3{
	float: left;
	margin-top: 300px;
}


.arrow {
	font-size: 2em;
	color: #e4be25;;
	position: absolute;
	top: 720px;
	left: 50%;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	transition: 0.2s;
  }
  
  .arrow#left-arrow {
	-webkit-transform: translate(-11em, -50%);
	-moz-transform: translate(-11em, -50%);
	-ms-transform: translate(-11em, -50%);
	-o-transform: translate(-11em, -50%);
	transform: translate(-11em, -50%);
  }

  .arrow#right-arrow {
	-webkit-transform: translate(10em, -50%);
	-moz-transform: translate(10em, -50%);
	-ms-transform: translate(10em, -50%);
	-o-transform: translate(10em, -50%);
	transform: translate(10em, -50%);
  }

  .arrow:hover {
	color: #B3B2AD;
  }
  
 
#section-section4 {
	position: relative;
}

.portfolio-section {
	padding-left: 35px;
	padding-right: 30px;
	margin-left: -3px;
	height: 100%;
}

.portfolio-item {
	position: relative;
	padding: 0 3px;
	margin-bottom: 41px;
}

.portfolio-item img {
	min-width: 100%;
}

.portfolio-item .pi-info {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 221px;
	background-size: contain;
	padding: 44px 0 5px 0;
	background: #fff;
	z-index: 1;
}

.portfolio-item .pi-info p {
	margin-bottom: 5px;
}

.portfolio-item .pi-info img {
	min-width: auto;
}

.hs-item{
	height: 700px;
	float: left;
	margin-right: 50px;
	position: relative;
	background-size: contain;
}

  
/* btn영역 */
input[type='radio']{display: none;  }
input[type='radio']:checked + label{
	background: rgb(230, 202, 45);
	width: 40px;
}
label{
	background: rgb(255, 230, 0);
	display: block;
	width: 30px;
	height: 10px;
	margin-bottom: 10px;
	transition: 1s;
	cursor: pointer;
	margin-left: 12px;
}
  
/* img영역 */
#img_content #imgbox{
	width: 500px;
	height: 1000px;
	float: right;
	margin-top: -70px;
	margin-left: -20px;
	position: relative;
}
  
#img_content{
	width: 600px;
	margin: 10px auto;
}
  
.select_img img{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	transition: 1.5s;
}
  
/* label 클릭시 이미지 나타내기 */
input[id="select_box1"]:checked ~ #imgbox .select1 img{
	opacity: 1;
}
input[id="select_box2"]:checked ~ #imgbox .select2 img{
	opacity: 1;
}
  
#img_content label:nth-child(1){margin-top: 20px;}

#four{
	margin-top: -30px;
	width: 600px;
	height: 630px;
}

#container{}

#container ul{
	position: relative;
	margin: 0;
	padding: 0;
	height: 338px;
	list-style: none;
	overflow: hidden;
}

#container ul li{
	position: relative;
	display: block;
	float: left;
	margin: -10px;
	margin-top: 60px;
	margin-left: -13px;
	padding: 0;
	width: 200px;
	height: 200px;
	background: #ccc;
	text-align: center;
	line-height: 300px;
	overflow: hidden;
}

#container ul li img{
	float: left;
	width: 200px;
	height: 200px;
}



#slider3 {
  position: relative;
  overflow: hidden;
  margin-top: -30px;
}

#slider3 ul {
  position: relative;
  margin: 0;
  padding: 0;
  height: 200px;
  list-style: none;
}

#slider3 ul li {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 500px;
  height: auto;
  background: #ccc;
  text-align: center;
  line-height: 300px;
}

#slider3 ul li img{}
#slider3 ul li img:nth-child(1){
	width: 846px;
	height: 598px;
}
#slider3 ul li img:nth-child(2){}
#slider3 ul li img:nth-child(3){}
#slider3 ul li img:nth-child(4){}

a.control_prev, a.control_next {
  position: absolute;
  top: 45%;
  z-index: 999;
  display: block;
  padding: 4% 3%;
  width: auto;
  height: auto;
  background: #2a2a2a5e;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  opacity: 0.8;
  cursor: pointer;
}

a.control_prev:hover, a.control_next:hover {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
}

a.control_prev {
  border-radius: 0 2px 2px 0;
}

a.control_next {
  right: 0;
  border-radius: 2px 0 0 2px;
}

.slider_option2 {
  position: relative;
  margin: 10px auto;
  width: 160px;
  font-size: 18px;
}

.scroll4{
	width: 48px;
	height: 22px;
	position: relative;
	top: -58px;
	left: 50%;
	margin-left: 843px;
	margin-top: -23px;
	z-index: 99999999 !important;
	display: block;
}



/* ----------------
Responsive
 ---------------------*/

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
	.main-sidebar,
	.copyright {
		width: 450px;
	}
	.copyright {
		padding-left: 30px;
	}
	.site-content-warp {
		padding-left: 450px;
	}
	.main-sidebar .mb-warp {
		padding: 110px 40px 91px 50px;
	}
	.portfolio-item .pi-info {
		padding: 15px 0 10px 0;
	}
	.milestone h2,
	.circle-progress {
		float: none;
	}
	.nicescroll-rails.nicescroll-rails-hr,
	#ascrail2000-hr {
		max-width: calc(100% - 550px);
	}
	canvas{
		width: 100%;
		height: 100%;
		float: right;
		position: absolute;
		top: 0;
		margin-left: 52px;
	 }
	 
	#hs-bg{
		background: none;
		height: 700px;
	}
	
	#hs-bg2{
		background: none;
		height: 650px;
	}
	
	#hs-bg3{
		background: none;
		height: 650px;
	}
	
	/*
	#section-section1 .sec1_img{
		background: url(../img/portfolio/me.jpg);
		background-size: contain;
		width: 950px;
		height: 750px;
		position: relative;
		top: 0px;
		left: 400px;
		z-index: 9 !important;
	}
	*/
}


/* Medium screen : 992px. */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.main-sidebar,
	.copyright {
		width: 350px;
	}
	.copyright {
		padding-left: 30px;
	}
	.site-logo h2 {
		font-size: 70px;
		line-height: 70px;
	}
	.site-logo p {
		font-size: 10px;
		letter-spacing: 8px;
		padding-left: 9px;
	}
	.site-content-warp {
		padding-left: 350px;
	}
	.main-sidebar .mb-warp {
		padding: 110px 30px 91px 50px;
	}
	.about-info h2 {
		font-size: 36px;
	}
	.portfolio-section {
		padding-bottom: 80px;
		padding-left: 1px;
	}
	.portfolio-item .pi-info {
		padding: 15px 0 10px 0;
	}
	.milestone h2 {
		float: none;
	}
	.map {
		height: 600px;
	}
	.elements-section {
		padding-right: 15px;
	}
	.nicescroll-rails.nicescroll-rails-hr,
	#ascrail2000-hr {
		max-width: calc(100% - 450px);
	}
}
.scroll-marker {
	position: fixed;
	bottom: 2em;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
  }
  
.wrapper {
	width: auto;
	height: 100vh;
	transition: .5s ease;
  }
  
.scrollbar {
	width: 100%;
	height: 10px;
	position: fixed;
	bottom: 0;
	background: #000;
  }
.scrollbar__bar {
	transition: 0.5s ease;
	position: absolute;
	width: 100px;
	height: 10px;
	top: 0;
	left: 0;
	background: #fff;
  }
  
.container {
	width: 100%;
	height: 100vh;
	border: 1px solid #e0e0e0;
	margin: 0;
	padding: 0;
  }
.container__title {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 3em;
  }
  
  @keyframes an {
	0% {
	  transform: translateX(0);
	}
	100% {
	  transform: translateX(-300%);
	}
  }

/* Tablet :768px. */

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.site-content-warp {
		padding-left: 0;
		height: auto;
	}
	.site-menu {
		padding-top: 80px;
	}
	.main-sidebar {
		position: relative;
		width: 100%;
		height: auto;
	}
	.video-section {
		height: 400px;
	}
	.about-section,
	.blog-page,
	.portfolio-section,
	.contact-section,
	.elements-section {
		padding: 0 15px;
		margin: 0;
	}
	.blog-post-item:last-child {
		margin-bottom: 0;
	}
	.contact-text-warp {
		padding-left: 0;
	}
	.map {
		height: 600px;
	}
	.copyright {
		position: relative;
		left: 0;
		bottom: 0;
		padding: 60px 15px 50px;
		text-align: center;
		width: 100%;
	}
	.nicescroll-rails.nicescroll-rails-hr,
	#ascrail2000-hr {
		max-width: calc(100% - 50px);
	}
}

/* Large Mobile :480px. */

@media only screen and (max-width: 767px) {
	.site-content-warp {
		padding-left: 0;
		height: auto;
	}

	.site-logo {
		margin-bottom: 50px;
	}
	.site-logo h2 {
		font-size: 70px;
		line-height: 70px;
	}
	.site-logo p {
		font-size: 10px;
		letter-spacing: 8px;
		padding-left: 9px;
	}
	.site-menu-warp {
		width: 100%;
		height: 100%;
		left: -100%;
	}
	.site-menu {
		padding: 40px 15px;
		max-width: 400px;
		margin: 0 auto;
	}
	.site-menu li a {
		font-size: 25px;
		margin-bottom: 10px;
	}
	.menu-social {
		padding: 0 15px;
		max-width: 400px;
		margin: 0 auto;
	}
	.main-sidebar {
		position: relative;
		width: 414px;
		height: auto;
	}
	.main-sidebar .mb-warp {
		padding: 100px 15px;
		padding-left: 50px;
		max-width: 420px;
		margin: 0 auto;
	}
	.hs-item {
		width: 100%;
		height: 600px;
	}
	.hs-item .hs-info {
		padding-left: 15px;
	}
	.hs-item .hs-info img {
		width: auto;
	}
	.video-section {
		height: 400px;
	}
	.about-section,
	.blog-page,
	.portfolio-section,
	.contact-section,
	.elements-section {
		padding: 0 15px;
		margin: 0;
	}
	.blog-post-item:last-child {
		margin-bottom: 0;
	}
	.contact-text-warp {
		padding-left: 0;
	}
	.map {
		height: 600px;
	}
	.copyright {
		position: relative;
		left: 0;
		bottom: 0;
		padding: 60px 15px 50px;
		text-align: center;
		width: 100%;
	}
	.nicescroll-rails.nicescroll-rails-hr,
	#ascrail2000-hr {
		max-width: calc(100% - 50px);
	}
	.blog-content {
		width: calc(100% - 30px);
		margin-left: 15px;
	}
	.hero-track .owl-nav {
		padding-top: 30px;
		text-align: center;
	}
	.hero-track .owl-nav button.owl-next,
	.hero-track .owl-nav button.owl-prev {
		width: 30px;
		height: 30px;
		color: #fff;
		text-align: center;
		border-radius: 50%;
		background: #242424;
		margin: 0 5px;
	}
	canvas{
		display: none;
	 }
}

/* Small Mobile :320px. */

@media only screen and (max-width: 479px) {
    
    html, body {
        max-width: 100%;
        overflow-x: hidden;
    }

	.site-content-warp{
		width: 414px;
	}

	.main-sidebar .mb-wrap{
	padding: 100px 15px;
    padding-left: 50px;
    max-width: 420px;
    margin: 0 auto;
	}

	.site-logo {
		margin-bottom: 50px;
	}
	.site-logo h2 {
		font-size: 60px;
		line-height: 70px;
	}
	.site-logo p {
		font-size: 10px;
		letter-spacing: 7px;
		padding-left: 9px;
	}
	.header-social {
		display: none;
	}
	.site-menu li a {
		font-size: 18px;
		margin-bottom: 5px;
	}
	.about-info h2 {
		font-size: 34px;
	}
	.blog-content {
		width: calc(100% - 10px);
		margin-left: 5px;
		padding: 40px 15px;
	}
	.comments-list .blog-avator {
		float: none;
		margin-bottom: 30px;
	}
	.portfolio-item .pi-info {
		width: 170px;
		padding: 15px 0 5px 0;
	}
	.menu-social a {
		margin-right: 15px;
	}
	canvas{
		display: none;
	}
    #section-section1 {
        position: relative;
        height: 1430px;
        overflow: hidden;
    }
    #section-section1 img{
        position: absolute;
        top: 100px;
        right: 10px;
        z-index: 10;
    }
    #section-section1 .sec1_img{
        width: 400px;
        height: 562px;
        margin-top: -229px;
        left: 1px;
        position: relative;
        top: 0;
        background-repeat: no-repeat;
        background-size: contain;
    }
    
    #section-section1 img.bg{
        position: absolute;
        top: 18px;
        right: 7px;
        z-index: 10;
    }
    
    #section-section1 h1{
        display: none;
    }
    #section-section1 h3{
        display: block;
        position: absolute;
        top: 782px;
        left: 50%;
        margin-left: -113px;
        z-index: 20;
    }
    /* #section-section1 .sec1_img:hover{
        width: 2em;
        height: 970px;
        left: 700px;
        position: relative;
        margin-top: 60px;
        transition: all ease 3s;
    }
    */
    
    #section-section2 {display: none;}
    
    #section-section3{display: none;}
    
    #section-section4{display: none;}

    
}