

.header-area {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	width: 100%;
	background: #202020
}

.logo a {
	display: inline-block
}

.logo a img {
	max-width: 43px
}

.main-menu nav ul {
	text-align: right
}

.main-menu nav ul li {
	display: inline-block
}

.main-menu nav ul li a {
	display: block;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0;
	padding: 35px 17px;
	position: relative
}

.main-menu nav ul li a:before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 17%;
	height: 7px;
	width: 7px;
	background: #fff;
	border-radius: 50%;
	opacity: 0;
	transform: translateX(-50%);
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s
}

.main-menu nav ul li a:after {
	content: attr(data-hover);
	position: absolute;
	left: 50%;
	top: 70%;
	opacity: 0;
	transform: translateX(-50%);
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s
}

.main-menu nav ul li a:hover:after {
	opacity: 1;
	top: 50%;
	transform: translate(-50%, -50%)
}

.main-menu nav ul li.active a:before {
	opacity: 1
}

.main-menu nav ul li a span {
	display: block;
	-webkit-transition: all .15s ease-in-out 0s;
	-o-transition: all .15s ease-in-out 0s;
	transition: all .15s ease-in-out 0s
}

.main-menu nav ul li a:hover span {
	transform: translate3d(0, -12px, 0);
	opacity: 0
}

.slicknav_menu .slicknav_menutxt {
	display: none
}

.slicknav_menu {
	background: 0 0;
	margin-top: 21px
}

.slicknav_menu .slicknav_icon-bar {
	height: 2px;
	width: 19px;
	margin: 3px 0;
	-webkit-transition: all .3s ease 0s;
	transition: all .3s ease 0s
}

.slicknav_btn {
	background-color: transparent;
	position: relative;
	margin-top: -38px
}

.slicknav_menu .slicknav_open .slicknav_icon-bar:nth-child(2) {
	opacity: 0
}

.slicknav_menu .slicknav_open .slicknav_icon-bar:nth-child(1) {
	-webkit-transform: rotate(45deg) translate(1px, 7px);
	transform: rotate(45deg) translate(1px, 7px)
}

.slicknav_menu .slicknav_open .slicknav_icon-bar:nth-child(3) {
	-webkit-transform: rotate(-45deg) translateY(-6px);
	transform: rotate(-45deg) translateY(-6px)
}

.slicknav_menu {
	margin-top: 0
}

.slicknav_nav {
	background: #0c0c0c;
	margin: 0;
	padding: 6px 0;
	margin-top: 10px
}

.slicknav_nav a:hover {
	background: #fefefe none repeat scroll 0 0;
	border-radius: 0
}

.slicknav_nav a {
	font-size: 14px;
	letter-spacing: .01em
}

.slider-area {
	height: 800px;
	display: flex;
	align-items: center;
	position: relative
}

.white_svg {
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 100%;
	overflow: hidden
}

.svg_white svg {
	fill: #fff;
	width: 101%
}

.svg_gray svg {
	fill: #f9f9f9;
	width: 101%
}

.slider-content h2 {
	font-size: 55px;
	color: #fff;
	font-weight: 300;
	letter-spacing: 0;
	line-height: 55px;
	margin-bottom: 10px;
	text-transform: uppercase
}

.slider-content h4 {
	font-size: 19px;
	font-weight: 300;
	color: #fff;
	letter-spacing: 0;
	line-height: 41px;
	text-transform: uppercase
}

.slider-content h4 span {
	display: inline-block!important;
	letter-spacing: 0
}

.txt1-wrap {
	overflow: hidden;
	margin-bottom: 100px
}

.txt1 {
	opacity: 0;
	display: inline-block;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	-webkit-transform: translate3d(0, 100%, 0);
	-ms-transform: translate3d(0, 100%, 0);
	-o-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0)
}

.next-section {
	position: absolute;
	right: 38px;
	bottom: 123px;
	transform: rotate(-90deg);
	z-index: 99;
	padding-left: 32px
}

.next-section a {
	display: block;
	color: #fff;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: .2em;
	font-weight: 300;
	position: relative
}

.next-section strong {
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	margin-left: 4px
}

.next-section a:after {
	content: '';
	position: absolute;
	bottom: 3px;
	right: 0;
	height: 1px;
	width: 0%;
	background-color: #ddd;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s
}

.next-section a:hover:after {
	width: 126%
}

.next-section a:before {
	content: '\f104';
	position: absolute;
	bottom: -7px;
	left: -17px;
	font-family: fontawesome;
	font-size: 24px;
	color: #b1acac;
	-webkit-animation: secdownmoving 1s linear 0s infinite;
	-o-animation: secdownmoving 1s linear 0s infinite;
	animation: secdownmoving 1s linear 0s infinite
}

@keyframes secdownmoving {
	0% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0)
	}
	50% {
		-webkit-transform: translateX(-10px);
		-ms-transform: translateX(-10px);
		-o-transform: translateX(-10px);
		transform: translateX(-10px)
	}
	100% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0)
	}
}

.about-area {
	padding: 100px 0 150px
}

.abt-left-thumb {
	display: block;
	position: relative;
	z-index: 1;
	box-shadow: 0 0 21px rgba(0, 0, 0, .3)
}

.abt-left-thumb:before {
	content: '';
	position: absolute;
	right: -45px;
	bottom: -45px;
	border: 2px solid #f3f2f2;
	height: 100%;
	width: 100%;
	z-index: -1;
	border-radius: 0 0 30px 0
}

.abt-left-thumb img {
	border-radius: 4px;
	overflow: hidden;
	max-width: 100%
}

.section-title h2 {
	font-size: 36px;
	letter-spacing: 0;
	color: #222;
	line-height: 30px;
	margin-bottom: 50px;
	padding-bottom: 16px;
	position: relative;
	font-family: Roboto
}

.section-title h2:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 5px;
	width: 55px;
	background-color: #202020;
	font-family: Roboto
}

.section-title h2:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 2px;
	height: 1px;
	width: 255px;
	font-family: Roboto;
	background-color: #202020
}

.section-title h2.txt2_is_show:after {
	width: 0;
	-webkit-transition: all .4s ease 0s;
	-o-transition: all .4s ease 0s;
	transition: all .4s ease 0s
}

.section-title h2.is_show:after {
	width: 255px
}

.abt-content p {
	font-size: 14px;
	font-weight: 400;
	color: #333;
	letter-spacing: 0;
	margin-bottom: 19px
}

.social-link {
	display: inline-block;
	margin-top: 11px
}

.social-link h5 {
	font-family: Montserrat, sans-serif;
	display: inline-block;
	font-size: 16px;
	letter-spacing: 0;
	font-weight: 600;
	color: #222;
	margin-right: 22px
}

.social-link a {
	display: inline-block;
	font-size: 15px;
	color: #333;
	margin-right: 11px
}

.social-link:hover a {
	color: #888
}

.social-link a:hover {
	color: #000
}

h3 {
	font-size: 26px;
	letter-spacing: 0;
	color: #222;
	line-height: 30px;
	margin-bottom: 50px;
	padding-bottom: 16px;
	position: relative;
	font-family: Roboto
}

.service-area {
	position: relative
}

.single-service {
	z-index: 1;
	position: relative;
	padding: 14px;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s
}

.single-service:hover,
.single-service:hover .icon {
	background-color: #f9f9f9
}

.single-service .icon {
	float: left;
	margin-right: 17px;
	margin-top: 10px;
	background: #fff
}

.single-service:before {
	content: '';
	position: absolute;
	left: 40px;
	top: 22px;
	height: 0;
	width: 1px;
	background: #d0cdcd;
	z-index: -1;
	-webkit-transition: all .8s ease 0s;
	-o-transition: all .8s ease 0s;
	transition: all .8s ease 0s
}

.txt2_is_show.is_show:before {
	height: calc(100% - 40px)
}

.single-service:after {
	content: '';
	position: absolute;
	left: 35px;
	bottom: 16px;
	height: 10px;
	width: 10px;
	border-radius: 50%;
	background: #d0cdcd
}

.txt2_is_show:after {
	opacity: 0;
	-webkit-transition: all .8s ease 1.1s;
	-o-transition: all .8s ease 1.1s;
	transition: all .8s ease 1.1s
}

.txt2_is_show.is_show:after {
	opacity: 1
}

.single-service .icon span:before {
	font-size: 50px;
	color: #222
}

.srvc-content {
	overflow: hidden
}

.srvc-content h4 {
	font-family: Montserrat, sans-serif;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0;
	color: #222;
	margin-bottom: 15px
}

.srvc-content p {
	color: #444;
	line-height: 26px
}

.fortfolio-area {
	position: relative
}

.fortfolio-filter {
	margin-bottom: 50px
}

.fortfolio-filter button {
	font-size: 14px;
	font-weight: 500;
	color: #000;
	letter-spacing: 0;
	background: 0 0;
	border: none;
	outline: 0;
	cursor: pointer;
	padding-bottom: 6px;
	position: relative;
	margin-right: 21px
}

.fortfolio-filter button:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 7px;
	width: 7px;
	opacity: 0;
	background: #464444;
	border-radius: 50%;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s
}

.fortfolio-filter button.active:before {
	opacity: 1
}

.prt-item {
	margin-bottom: 30px
}

.prt-item a {
	display: block
}

.prt-item a.expand-video {
	position: relative;
	z-index: 1
}

.prt-item a.expand-video span {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%)
}

.prt-item a.expand-video:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	background-color: rgba(27, 27, 27, .5);
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s
}

.prt-item:hover a.expand-video:before {
	opacity: 1
}

.prt-item a.expand-video span:before {
	font-size: 50px;
	color: #fff
}

.prt-item a:hover {
	box-shadow: 0 10px 27px rgba(0, 0, 0, .1)
}

.prt-item a img {
	max-width: 100%;
	display: inline-block
}

.contact-area {
	position: relative
}

.contact-area .section-title {
	margin-bottom: 60px
}

.cnt-left ul li {
	font-size: 14px;
	color: #333;
	letter-spacing: 0;
	line-height: 23px;
	margin-bottom: 13px;
	font-weight: 500
}

.cnt-left ul li span.ct-break {
	display: block
}

.cnt-left .social-link {
	margin-top: 32px
}

.contact-form form input,
.contact-form form textarea {
	height: 34px;
	width: 100%;
	background: #fff;
	border: none;
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
	letter-spacing: 0;
	font-size: 13px
}

.contact-form form input::-webkit-input-placeholder,
.contact-form form textarea::-webkit-input-placeholder {
	color: #777
}

.contact-form form input::-moz-placeholder,
.contact-form form textarea::-moz-placeholder {
	color: #777
}

.contact-form form input:-ms-input-placeholder,
.contact-form form textarea:-ms-input-placeholder {
	color: #777
}

.contact-form form input:-moz-placeholder,
.contact-form form textarea:-moz-placeholder {
	color: #777
}

.contact-form form textarea {
	height: 87px
}

.contact-form form .form-submit {
	text-align: right
}

.contact-form form button {
	background: #222;
	color: #fff;
	border: none;
	text-transform: uppercase;
	font-size: 12px;
	padding: 9px 25px;
	font-weight: 400;
	cursor: pointer;
	outline: 0
}

.contact-form form button i {
	margin-left: 8px;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s
}

.contact-form form button:hover i {
	-webkit-transform: translateX(5px);
	-ms-transform: translateX(5px);
	-o-transform: translateX(5px);
	transform: translateX(5px)
}

.footer-area {
	padding: 18px 0;
	position: relative
}

.copyright {
	text-align: right
}

.copyright p {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0;
	color: #898989
}

.flogo a img {
	max-width: 40px
}

.copyright p span {
	display: inline-block;
	color: #333
}

.go-to-top a {
	color: #333;
	position: absolute;
	left: calc(50% - 35px);
	top: -35px;
	background: #fff;
	height: 70px;
	width: 70px;
	border-radius: 50%;
	text-align: center;
	line-height: 70px;
	box-shadow: 0 -2px 9.9px .1px rgba(186, 187, 188, .25);
	font-size: 27px
}

.abc {padding-top:9%!important; padding-left:10%!important}



.go-to-top a:hover {
	box-shadow: 0 -4px 9.9px .1px rgba(186, 187, 188, .25)
}
.ddd{
	
	width:100%; margin:0 auto
}







@media (max-width: 479px) and (min-width: 240px) {
	.dddd{display:none!important}
	
	
	
	
	
	.abc{text-align:center!important;padding-left:0px!important;padding-right:0px!important}
	.slider-area {
		height: 640px!important;
	}
	
	
	.slider-content h2 {
    font-size: 42px!important;
    line-height: 40px!important;
    margin-bottom: 1px;}
	
	
}

.slider-area {
	height: 845px;
}

#about a:focus,
a:hover {
	color: #ddd!important
}


