@charset "utf-8";
/* CSS Document */

body {
	text-align: center;
	margin-top: 0px;
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;overflow: hidden
}
.under{
	width: 100%;
	height: 50vh;
	padding-top: 10vh;
	text-align: center;
	font-size: 80px;
	color: #1D60E8;font-weight: bold
}
.under img{
width: 25%;
	height: 300px;
	margin-top: 0
}
#clos{
	width: 40px;
	height: 20px;
	padding: 15px;
	color: #F50004;
	position: absolute;
	z-index: 400;
	right: 0;
	top: 120px;
	background-color: #ffffff;
	font-size: 20px;
	font-weight: bold;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
	background-image: url(../sour/x.png);
	background-position: center center;
	background-size: 35%;
	background-repeat: no-repeat;display: none;cursor: pointer;
}
#closl{
	width: 40px;
	height: 20px;
	padding: 15px;
	color: #F50004;
	position: absolute;
	z-index: 400;
	left: 0;
	top: 120px;
	background-color: #ffffff;
	font-size: 20px;
	font-weight: bold;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	background-image: url(../sour/x.png);
	background-position: center center;
	background-size: 35%;
	background-repeat: no-repeat; display: none;cursor: pointer;
}
#closl:hover{
	background-image: url(../sour/x1.png);
	background-position: center center;
	background-size: 35%;
	background-repeat: no-repeat;
	
}
#clos:hover{
	background-image: url(../sour/x1.png);
	background-position: center center;
	background-size: 35%;
	background-repeat: no-repeat;
	
}
canvas{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2
	
}
img {
	image-rendering: -moz-crisp-edges;
image-rendering: -o-crisp-edges;
image-rendering: -webkit-optimize-contrast;
-ms-interpolation-mode: nearest-neighbor;

}

#photoback{
	width: 100%;
	height: 100vh;
	background-image: url(../sour/bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	margin-left: 0px;
	margin-right: 0px;
	position: relative;
	 
}
 @-webkit-keyframes toBottom {
0% {
	opacity: 0;
	-webkit-transform: translateY(-200%);
}
50% {
	opacity: 0;
	-webkit-transform: translateY(-100%);
}
100% {
	opacity: 1;
}
}
@-moz-keyframes toBottom {
0% {
	opacity: 0;
	-webkit-transform: translateY(-200%);
}
50% {
	opacity: 0;
	-webkit-transform: translateY(-100%);
}
100% {
	opacity: 1;
}
}
@keyframes toBottom{
0% {
	opacity: 0;
	-webkit-transform: translateY(-200%);
}
50% {
	opacity: 0;
	-webkit-transform: translateY(-100%);
}
100% {
	opacity: 1;
}
}
@-webkit-keyframes toTop {
0% {
	opacity: 0;
	-webkit-transform: translateY(200%);
}
50% {
	opacity: 0;
	-webkit-transform: translateY(100%);
}
100% {
	opacity: 1;
}
}
@-moz-keyframes toTop {
0% {
	opacity: 0;
	-webkit-transform: translateY(200%);
}
50% {
	opacity: 0;
	-webkit-transform: translateY(100%);
}
100% {
	opacity: 1;
}
}
@keyframes toTop{
0% {
	opacity: 0;
	-webkit-transform: translateY(200%);
}
50% {
	opacity: 0;
	-webkit-transform: translateY(100%);
}
100% {
	opacity: 1;
}
}
#fronphotoback{
	background-image: url(../sour/fronback.png);
	background-repeat: repeat;
	background-position: left top;
	width: 100%;
	height: 100vh;
	position: absolute;
	z-index: 1;
}
#logoleft{
	width: 50%;
	float: left
}
#logoright{
	width: 50%;
	float: right
}
#logoleft img{
	float: left;
	margin-right: 3%;
	margin-left: 3%;
	width: 150px;
	height: 80px;
	margin-top: -18px
}
#logoright .img1{
	float: right;
	margin-right: 3%;
	margin-left: 3%;
	width: 150px;
	height: 80px;
	margin-top: -18px
}
#logoright .img2{
	float: right;
	margin-right: 3%;
	margin-left: 3%;
	width: 50px;
	height: 80px;
	margin-top: -18px
}
.logo{
	width: 100%;
	height: 60px;
	text-align: center;
	background-color: rgba(0,0,0,0.51);
	position: absolute;
	z-index: 300;
	top: 0;
	left: 0;
	padding-top: 20px;
	background-image: url(../sour/logo.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 15% ;
	-moz-animation: toBottom 2s;
    /* Firefox */
    -webkit-animation: toBottom 2s;
    /* Safari and Chrome */
    -o-animation: toBottom 2s;
    /* Opera */
    animation: toBottom 2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
#textchange{
	width: 100%;
	height: 300px;
	text-align: center;
	position: absolute;
	z-index: 2;
	top: 80px;
	left: 0;
	padding-top: 20px;
}
#about{
	color: #ffffff;
	width: 50%;
	padding-left: 25%;
	padding-right: 25%;
	height: 420px;
	margin-top: -200px;
	padding-top: 200px;
	text-align: center;
	-moz-animation: fromLeft 2s;
    /* Firefox */
    -webkit-animation: fromLeft 2s;
    /* Safari and Chrome */
    -o-animation: fromLeft 2s;
    /* Opera */
    animation: fromLeft 2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
	display: none;
	overflow-y: scroll;z-index: 1
	
}
#about h1{
	font-weight: bold;
	font-size: 38px;
	text-align: center;text-transform: uppercase
}
#about p{
	font-size: 18px;
	text-align: center;line-height: 40px
}
#contact h1{
	font-weight: bold;
	font-size: 38px;
	text-align: center;text-transform: uppercase
}
#about::-webkit-scrollbar {
    width: 14px; 
	height: 60%;
	margin-top: 40%
}

#about::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(255,255,255,0.5); 
    border-radius: 0px;
}

#about::-webkit-scrollbar-thumb {
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0 10px rgba(255,255,255,1); 
	background-color: aliceblue
}
#contact::-webkit-scrollbar {
    width: 14px; 
	height: 100%;
	margin-top: 40%
}

#contact::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(255,255,255,0.5); 
    border-radius: 0px;
}

#contact::-webkit-scrollbar-thumb {
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0 10px rgba(255,255,255,1); 
	background-color: aliceblue
}
@keyframes fromLeft{
0% {
	
	opacity: 0;
	-webkit-transform: translateX(-200%);
	
	
}
50% {
	opacity: 0;
	-webkit-transform: translateX(-100%);
}
100% {
	opacity: 1;
	-webkit-transform: translateX(0%);
}
}
#contact{
	color: #ffffff;
	width: 80%;
	padding-left: 5%;
	padding-right: 15%;
	height: 600px;
	text-align: center;
	-moz-animation: fromRight 2s;
	/* Firefox */
	-webkit-animation: fromRight 2s;
	/* Safari and Chrome */
	-o-animation: fromRight 2s;
	/* Opera */
	animation: fromRight 2s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	display: none;
	z-index: 500;
	overflow-y: scroll;
}
.call1{
	width: 30%;
	height: auto;
	margin-right: 2%;
	text-align: left;
	float: left;
	margin-left: 1%
}
.call1 h5{
	margin-top: 2px;
	margin-bottom: 0px;
	font-size: 18px;
	text-transform: uppercase
}
.call2{
	width: 30%;
	height: auto;
	margin-right: 2%;
	text-align: left;
	float: left
}
.call2 .input{
	width: 90%;
	float: left;
	height: 20px;
	border: 2px solid #ffffff;
	outline: none;
	background: none;
	padding: 8px;
	margin-bottom: 10px;
	letter-spacing: 1px;
	color: #ffffff;
	font-size: 12px;
	line-height: 22px;
	border-radius: 3px;
	margin-left: 5%;
	margin-right: 5%
}
::placeholder {
  color: #ffffff;
}
.call3{
	width: 30%;
	height: auto;
	margin-right: 2%;
	text-align: left;
	float: left
}
.call3 .textarea{
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	height: 100px;
	color: #fff;
	background-color: transparent
}
.button, a.button{
    font-family: 'Raleway', sans-serif;
    background-color: transparent;
    border: 2px solid #fff;
    display: inline-block;
    font-size: 12px;      
    font-weight: 600;
    letter-spacing: 1px;
    color:#fff;
    padding: 7px 15px;
  	text-decoration: none;
    text-transform: uppercase;
   	text-shadow:  0px 1px 1px rgba(0,0,0,0.3);
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;    
}
.button:hover {
	border: 2px solid;
	background: #272328;
	color: #fff;
}
.button i {
  margin-right: 8px;
}
.button i.pull-right {
    margin-left: 8px !important;
    margin-top: 3px;
}
.button i.pull-left {
    margin-right: 8px !important;
    margin-top: 3px;
}

.button span, a.button span{
    display: inline-block;
}
@keyframes fromRight{
0% {
	
	opacity: 0;
	display: none;
	-webkit-transform: translateX(200%);
	
	
}
50% {
	opacity: 0;
	-webkit-transform: translateX(100%);
}
100% {
	opacity: 1;
	-webkit-transform: translateX(0%);
}
}
@keyframes fromRighc{
0% {
	
	opacity: 0;
	display: none;
	
	
	
}
50% {
	opacity: 0.5;
}
100% {
	opacity: 1;
}
}
#textfirst{
	color: #ffffff;
	width: 100%;
	margin-left: 0%;
	height: 100%;
	text-align: center;
	
}
#second{
	
	-moz-animation: toTopfirs 20s;
    /* Firefox */
    -webkit-animation: toTopfirs 20s;
    /* Safari and Chrome */
    -o-animation: toTopfirs 20s;
    /* Opera */
    animation: toTopfirs 20s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
#second h{
	font-size: 22px;
	text-transform: uppercase;
	border-bottom: #FFFFFF solid 3px;
}
#second p{
	font-size: 38px;
	text-transform: capitalize;
	margin-top: 10px;
	
}
#first{
	-moz-animation: toBottomfirst 20s;
    /* Firefox */
    -webkit-animation: toBottomfirst 20s;
    /* Safari and Chrome */
    -o-animation: toBottomfirst 20s;
    /* Opera */
    animation: toBottomfirst 20s;
	animation-delay: 10s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
#first h{
	font-size: 22px;
	text-transform: uppercase;
	border-bottom: #FFFFFF solid 3px;
}
#first p{
	font-size: 80px;
	text-transform: uppercase;
	margin-top: 10px;
	
}
/* divtext appear and hide */
 @-webkit-keyframes toBottomfirst {
0% {
	opacity: 1;
	
}
50% {
	opacity: 0;
	-webkit-transform: translateY(100%);
}
100% {
	opacity: 0;
	
	-webkit-transform: translateY(200%);
}
}
@-moz-keyframes toBottomfirst {
0% {
	opacity: 1;
	
}
50% {
	opacity: 0;
	-webkit-transform: translateY(100%);
}
100% {
	opacity: 0;
	-webkit-transform: translateY(200%);
}
}
@keyframes toBottomfirst{
0% {
	opacity: 1;
	
}
50% {
	opacity: 0;
	-webkit-transform: translateY(50%);
}
100% {
	opacity: 0;
	-webkit-transform: translateY(100%);
}
}
@-webkit-keyframes toTopfirs {
0% {
	
	opacity: 0;
	-webkit-transform: translateY(-200%);
	
	
}
50% {
	opacity: 0;
	-webkit-transform: translateY(-100%);
}
100% {
	opacity: 0;
}
}
@-moz-keyframes toTopfirs {
0% {
	
	opacity: 0;
	-webkit-transform: translateY(-200%);
	
	
}
50% {
	opacity: 0;
	-webkit-transform: translateY(-100%);
}
100% {
	opacity: 0;
}
}
@keyframes toTopfirs{
0% {
	
	opacity: 0;
	-webkit-transform: translateY(-600%);
	
	
}
50% {
	opacity: 0;
	-webkit-transform: translateY(-400%);
}
100% {
	opacity: 1;
	-webkit-transform: translateY(-155%);
}
}


/* end div text appear and hide */
#iconsall{
	width: 60%;
	height: 50px;
	text-align: center;
	position: absolute;
	z-index: 2;
	top: 400px;
	left: 0;
	padding-top: 10px;
	padding-left: 45%
}
.iconsall1{
	width: 45px;
	height: 30px;
	border: 3px solid rgba(255,255,255,1.00);
	border-radius: 5px;
	text-align: center;
	padding-top: 10px;
	margin-right: 20px;
	color: #ffffff;
	font-size: 20px;
	float: left;
	text-decoration: none;cursor: pointer;
}
.iconsall1:hover{
	background-color: #0088cc;	
	width: 45px;
	height: 30px;
	border: 3px solid #0088cc;
	border-radius: 5px;
	text-align: center;
	padding-top: 10px;
	margin-right: 20px;
	color: #ffffff;
	font-size: 20px;
	float: left;
	text-decoration: none
}
.footr{
	width: 100%;
	height: 60px;
	text-align: center;
	background-color: rgba(0,0,0,0.41);
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	padding-top: 20px;
	-moz-animation: toTop 2s;
    /* Firefox */
    -webkit-animation: toTop 2s;
    /* Safari and Chrome */
    -o-animation: toTop 2s;
    /* Opera */
    animation: toTop 2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.copyright, .copyright a {
	font-size: 18px;
	color: #fff;
	margin-top: 9px;
}
.left-part {
	width: 50%;
	float: left;
}
.right-part {
	width: 45%;
	float: left;
	padding-right: 5%
}

.social {
	padding: 0px;
	margin: 0px;
	text-align: right;
}
.social a {
	background-color: #0088cc;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #ffffff;
	display: inline-block;
	font-size: 16px;
	height: 30px;
	width: 30px;
	margin-left: 4px;
	text-align: center;
	-webkit-transition: all 300ms ease-in-out 0s;
	-moz-transition: all 300ms ease-in-out 0s;
	-ms-transition: all 300ms ease-in-out 0s;
	-o-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
}
.social i {
	position: relative;
	top: 4px;
}
.social a:hover {
	background: #fff;
	color: #222;
	box-shadow: 0 0 0 2px rgba(255,255,255,0.3);
}
.social a:hover i {
	-webkit-animation: toTopFromBottom 0.3s forwards;
	-moz-animation: toTopFromBottom 0.3s forwards;
	animation: toTopFromBottom 0.3s forwards;
}
@-webkit-keyframes toTopFromBottom {
49% {
	-webkit-transform: translateY(-100%);
}
50% {
	opacity: 0;
	-webkit-transform: translateY(100%);
}
51% {
	opacity: 1;
}
}
@-moz-keyframes toTopFromBottom {
49% {
	-moz-transform: translateY(-100%);
}
50% {
	opacity: 0;
	-moz-transform: translateY(100%);
}
51% {
	opacity: 1;
}
}
@keyframes toTopFromBottom {
49% {
	transform: translateY(-100%);
}
50% {
	opacity: 0;
	transform: translateY(100%);
}
51% {
	opacity: 1;
}
}
/*------------------------------------------------------------------
[10. ANIMATION]
*/
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
@-webkit-keyframes fadeIn {
0% {
	opacity: 0;
}
100% {
	opacity: 1;
}
}
@keyframes fadeIn {
0% {
	opacity: 0;
}
100% {
	opacity: 1;
}
}
.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}
@-webkit-keyframes fadeInUp {
0% {
	opacity: 0;
	-webkit-transform: translateY(40px);
	transform: translateY(40px);
}
100% {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
}
@keyframes fadeInUp {
0% {
	opacity: 0;
	-webkit-transform: translateY(40px);
	-ms-transform: translateY(40px);
	transform: translateY(40px);
}
100% {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}
}
.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}
@-webkit-keyframes fadeInDown {
0% {
	opacity: 0;
	-webkit-transform: translateY(-40px);
	transform: translateY(-40px);
}
100% {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
}
@keyframes fadeInDown {
0% {
	opacity: 0;
	-webkit-transform: translateY(-40px);
	-ms-transform: translateY(-40px);
	transform: translateY(-40px);
}
100% {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}
}
.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}
@-webkit-keyframes fadeOut {
0% {
	opacity: 1;
}
100% {
	opacity: 0;
}
}
@keyframes fadeOut {
0% {
	opacity: 1;
}
100% {
	opacity: 0;
}
}
.fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
0% {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
100% {
	opacity: 0;
	-webkit-transform: translateY(40px);
	transform: translateY(40px);
}
}
@keyframes fadeOutDown {
0% {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}
100% {
	opacity: 0;
	-webkit-transform: translateY(40px);
	-ms-transform: translateY(40px);
	transform: translateY(40px);
}
}
.fadeOutDown {
	-webkit-animation-name: fadeOutDown;
	animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutUp {
0% {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
100% {
	opacity: 0;
	-webkit-transform: translateY(-40px);
	transform: translateY(-40px);
}
}
@keyframes fadeOutUp {
0% {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}
100% {
	opacity: 0;
	-webkit-transform: translateY(-40px);
	-ms-transform: translateY(-40px);
	transform: translateY(-40px);
}
}
.fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	animation-name: fadeOutUp;
}

	/*preload star*/
	/* No JS */
.no-js #preload {
	display: none;
}
/* text appear */

#showMe {
    opacity: 0;
    -moz-animation: cssAnimation 3s;
    /* Firefox */
    -webkit-animation: cssAnimation 3s;
    /* Safari and Chrome */
    -o-animation: cssAnimation 3s;
    /* Opera */
    animation: cssAnimation 3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
	
}
@keyframes cssAnimation {
	0% {
        opacity: 0;
    }
	25% {
        opacity: 0;
    }
    50% {
        opacity: 0.25;
    }
	75% {
        opacity: 0.50;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes cssAnimation {
  0% {
        opacity: 0;
    }
	25% {
        opacity: 0;
    }
    50% {
        opacity: 0.25;
    }
	75% {
        opacity: 0.50;
    }
    100% {
        opacity: 1;
    }
}

/* text appear */


/*------------------------------------------------------------------
[3. PRELOADER]
*/

.preload * {
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-ms-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
  opacity:0;
}

#preload {
	background-color: #f6f6f6;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: fixed;
	z-index: 9999;
}
#preload-content {
	width: 100px;
	height: 100px;
	margin-left: -50px;
	margin-top: -50px;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 10000;
}
.preload-bounce {
	margin: 0 auto 15px;
	text-align: center;
}
.bounce1, .bounce2, .bounce3, .bounce4 {
	-webkit-animation-name: pbounce;
	-webkit-animation-duration: 1.4s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-fill-mode: both;
	-moz-animation-name: pbounce;
	-moz-animation-duration: 1.4s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: ease-in-out;
	-moz-animation-fill-mode: both;
	-o-animation-name: pbounce;
	-o-animation-duration: 1.4s;
	-o-animation-iteration-count: infinite;
	-o-animation-timing-function: ease-in-out;
	animation-name: pbounce;
	animation-duration: 1.4s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
	animation-fill-mode: both;
	background: #0095CC;
	display: inline-block;
	height: 15px;
	margin: 0 3px;
	opacity: 0.6;
	width: 15px;
}
.bounce1 {
	-webkit-animation-delay: -0.48s;
	-moz-animation-delay: -0.32s;
	-o-animation-delay: -0.32s;
	animation-delay: -0.32s;
}
.bounce2 {
	-webkit-animation-delay: -0.32s;
	-moz-animation-delay: -0.16s;
	-o-animation-delay: -0.16s;
	animation-delay: -0.16s;
}
.bounce3 {
	-webkit-animation-delay: -0.16s;
	-moz-animation-delay: -0.16s;
	-o-animation-delay: -0.16s;
	animation-delay: -0.16s;
}
@-webkit-keyframes pbounce {
0%, 80%, 100% {
	-webkit-transform: scale(0.0)
}
40% {
	-webkit-transform: scale(1.0)
}
}
@-moz-keyframes pbounce {
0%, 80%, 100% {
	-moz-transform: scale(0.0)
}
40% {
	-moz-transform: scale(1.0)
}
}
@keyframes pbounce {
0%, 80%, 100% {
	transform: scale(0.0)
}
40% {
	transform: scale(1.0)
}
}
	
	
	/* preload end */
@media only screen and   (max-width:1000px){
	#logoleft{
	width: 50%;
	float: left
}
#logoright{
	width: 50%;
	float: right
}
#logoleft img{
	float: left;
	margin-right: 1%;
	margin-left: 1%;
	width: 50px;
	height: 50px;
	margin-top: 0px
}
#logoright .img1{
	float: right;
	margin-right: 1%;
	margin-left: 1%;
	width: 50px;
	height: 50px;
	margin-top: 0px
}
#logoright .img2{
	float: right;
	margin-right: 3%;
	margin-left: 3%;
	width: 35px;
	height: 50px;
	margin-top: 0px
}
	#iconsall{
	width: 60%;
	height: 50px;
	text-align: center;
	position: absolute;
	z-index: 2;
	bottom: 100px;
	left: 0;
	padding-top: 10px;
	padding-left: 35%;
		top: auto
}
	#textchange{
	width: 100%;
	height: 300px;
	text-align: center;
	position: absolute;
	z-index: 2;
	top: 20%;
	left: 0;
	padding-top: 20px;
}
	#first h{
	font-size: 5vw;
	text-transform: uppercase
}
#first p{
	font-size: 7vw;
	text-transform: uppercase;
	margin-top: 10px;
	
}
#second h{
	font-size: 5vw;
	text-transform: uppercase
}
#second p{
	font-size: 6vw;
	text-transform: uppercase;
	margin-top: 10px;
	
}
@-webkit-keyframes toTopfirs {
0% {
	
	opacity: 0;
	-webkit-transform: translateY(-600%);
	
	
}
50% {
	opacity: 0;
	-webkit-transform: translateY(-400%);
}
100% {
	opacity: 1;
	-webkit-transform: translateY(-20%);
}
}
@-moz-keyframes toTopfirs {
0% {
	
	opacity: 0;
	-webkit-transform: translateY(-600%);
	
	
}
50% {
	opacity: 0;
	-webkit-transform: translateY(-400%);
}
100% {
	opacity: 1;
	-webkit-transform: translateY(-20%);
}
}
@keyframes toTopfirs{
0% {
	
	opacity: 0;
	-webkit-transform: translateY(-600%);
	
	
}
50% {
	opacity: 0;
	-webkit-transform: translateY(-400%);
}
100% {
	opacity: 1;
	-webkit-transform: translateY(-20%);
}
}
	#about{
	color: #ffffff;
	width: 80%;
	padding-left: 10%;
	padding-right: 10%;
	height: 380px;
	padding-bottom:0px;
	margin-top: -50px;
	padding-top: 0px;
	text-align: center;
	-moz-animation: fromLeft 2s;
    /* Firefox */
    -webkit-animation: fromLeft 2s;
    /* Safari and Chrome */
    -o-animation: fromLeft 2s;
    /* Opera */
    animation: fromLeft 2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
	display: none;
	overflow-y: scroll;z-index: 1; 
	
}
	#about h1{
	font-weight: bold;
	font-size: 50px;
	text-align: center;text-transform: uppercase
}
	#about p{
	font-weight: bold;
	font-size: 4vw;
	text-align: center;line-height: 30px
}
	#contact{
	color: #ffffff;
	width: 80%;
	padding-left: 10%;
	padding-right: 10%;
	height: 450px;
	padding-bottom:0px;
	margin-top: -50px;
	padding-top: 0px;
	text-align: center;
	-moz-animation: fromLeft 2s;
    /* Firefox */
    -webkit-animation: fromLeft 2s;
    /* Safari and Chrome */
    -o-animation: fromLeft 2s;
    /* Opera */
    animation: fromLeft 2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
	display: none;
	overflow-y: scroll;z-index: 1; 
	
}
	#contact h1{
	font-weight: bold;
	font-size: 30px;
	text-align: center;text-transform: uppercase
}
	.call1{
	width: 90%;
	height: auto;
	margin-right: 5%;
	text-align: left;
	float: none;
	margin-left: 5%;font-size: 14px;
		margin-bottom: 20px
}
.call1 h5{
	margin-top: 2px;
	margin-bottom: 0px;
	font-size: 18px;
	text-transform: uppercase
}
.call2{
	width: 98%;
	height: auto;
	margin-right: 2%;
	text-align: left;
	float: left
}
.call2 .input{
	width: 90%;
	float: left;
	height: 20px;
	border: 2px solid #ffffff;
	outline: none;
	background: none;
	padding: 8px;
	margin-bottom: 10px;
	letter-spacing: 1px;
	color: #ffffff;
	font-size: 18px;
	line-height: 22px;
	border-radius: 3px;
	margin-left: 5%;
	margin-right: 5%
}
::placeholder {
  color: #ffffff;
}
.call3{
	width: 98%;
	height: auto;
	margin-right: 2%;
	text-align: left;
	float: left
}
.call3 .textarea{
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	height: 100px;
	color: #fff;
	background-color: transparent;font-size: 20px
}
.button, a.button{
    font-family: 'Raleway', sans-serif;
    background-color: transparent;
    border: 2px solid #fff;
    display: inline-block;
    font-size: 18px;      
    font-weight: 600;
    letter-spacing: 1px;
    color:#fff;
    padding: 7px 15px;
  	text-decoration: none;
    text-transform: uppercase;
   	text-shadow:  0px 1px 1px rgba(0,0,0,0.3);
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;    
}
.button:hover {
	border: 2px solid;
	background: #272328;
	color: #fff;
}
.button i {
  margin-right: 8px;
}
.button i.pull-right {
    margin-left: 8px !important;
    margin-top: 3px;
}
.button i.pull-left {
    margin-right: 8px !important;
    margin-top: 3px;
}

.button span, a.button span{
    display: inline-block;
}
.footr{
	width: 100%;
	height: 80px;
	text-align: center;
	background-color: rgba(0,0,0,0.41);
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	padding-top: 20px;
	-moz-animation: toTop 2s;
    /* Firefox */
    -webkit-animation: toTop 2s;
    /* Safari and Chrome */
    -o-animation: toTop 2s;
    /* Opera */
    animation: toTop 2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.copyright, .copyright a {
	font-size: 15px;
	color: #fff;
	margin-top: 2px;
}
.left-part {
	width: 100%;
	float: none;
}
.right-part {
	width: 80%;
	float: none;
	padding-right: 0%;
	margin-left:20%
}
.social a {
	background-color: #0088cc;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #ffffff;
	display: inline-block;
	font-size: 16px;
	height: 30px;
	width: 30px;
	margin-left: 4px;
	text-align: center;
	-webkit-transition: all 300ms ease-in-out 0s;
	-moz-transition: all 300ms ease-in-out 0s;
	-ms-transition: all 300ms ease-in-out 0s;
	-o-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
	float:left
}
#clos{
	width: 20px;
	height: 20px;
	padding: 15px;
	color: #F50004;
	position: absolute;
	z-index: 400;
	right: 0;
	top: 120px;
	background-color: #ffffff;
	font-size: 20px;
	font-weight: bold;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
	background-image: url(../sour/x.png);
	background-position: center center;
	background-size: 35%;
	background-repeat: no-repeat;display: none;cursor: pointer;
}
#closl{
	width: 20px;
	height: 20px;
	padding: 15px;
	color: #F50004;
	position: absolute;
	z-index: 400;
	left: 0;
	top: 120px;
	background-color: #ffffff;
	font-size: 20px;
	font-weight: bold;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	background-image: url(../sour/x.png);
	background-position: center center;
	background-size: 35%;
	background-repeat: no-repeat; display: none;cursor: pointer;
}
.logo{
	width: 100%;
	height: 60px;
	text-align: center;
	background-color: rgba(0,0,0,0.51);
	position: absolute;
	z-index: 300;
	top: 0;
	left: 0;
	padding-top: 20px;
	background-image: url(../sour/logo.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 35% ;
	-moz-animation: toBottom 2s;
    /* Firefox */
    -webkit-animation: toBottom 2s;
    /* Safari and Chrome */
    -o-animation: toBottom 2s;
    /* Opera */
    animation: toBottom 2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
	.under{
	width: 100%;
	height: 50vh;
	padding-top: 20vh;
	text-align: center;
	font-size: 80px;
	color: #1D60E8;font-weight: bold
}
	.under img{
width: 50%;
	height: 350px;
	margin-top: 0
}
}