body {
	font-family: circe, sans-serif;

font-weight: 100;

font-style: normal;
	overflow-x: hidden;
	color: #0c0000;
}
h1,h2,h3{
	font-weight: 800;
}
.wrapper {
	margin: 0 4%;
}
.logo_image {
	height: 52px;
}
.section {
	display: table;
	width: 100%;
	height: 100vh;
	position: relative;
	padding: 0 100px;
	background-size: cover;
}
.section.home {
	background-image: url('../img/head_bg.jpg');
	color: #fff;
	height: calc(100vh);
	padding: 0;
	background-size: cover;
	background-repeat: no-repeat;
}
.home_shadow {
	//padding: 0 100px;
	//background: rgba(0,0,0,0.7);
}
.section.no_top_banner {
	height: 90px;
}
.section.secondary {
	background: gray;
	color: #fff;
	height: auto;
	/* top: 90px; */
	background-size: cover;
	background-repeat: no-repeat;
	padding: 200px 50px;
}
.sec_head {
	margin: 0 40px;
	padding-bottom: 60px;
}
.section.getin_touch {
	background-image: url('../img/home_bg2.jpg');
	color: #fff;
	height: calc(100vh - 19px);
	padding: 0;
	background-size: cover;
	background-repeat: no-repeat;
}
.section.plainform {
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(47,46,46,0.7623249128753063) 67%);
	color: #fff;
	max-height: 800px;
	padding: 200px 72px;
	background-size: cover;
	background-repeat: no-repeat;
	height: calc(60vh + 100px);
}

.home_shadow_contain {
	padding: 70px 115px;
	background: rgba(0,0,0,0.5);
	height: 100vh;
}
.form_block {
	padding: 0 75px;
}
.form_block .form-control {
	background: #dadada;
	border-radius: 0;
	margin: 5px 0;
	color: #b4b3b3;
	padding: 2px 5px;
	border: none;
}
.home_submit {
	display: table-cell;
	vertical-align: middle;
	background: #ed1846;
	color: #fff;
	height: 55px;
	width: 140px;
	border: none;
	margin: 45px 0;
}
.submit_wrapp {
	display: table;
	height: 100%;
	width: 100%;
	text-align: center;
}
.featues_blocks {
	margin-top: 50px;
}
.form_block form {
	margin-top: 50px;
}
.p_content {
	margin: 95px 0;
}
.plainform h1{
	font-size: 3.1rem;
	font-weight: 800;
	font-style: italic;
}
.home_fly_t span {
	display: block;
	left: -125%;
	transition: all .8s;
}
.home_fly_t span.homefly_4 {
	 
	transition-delay: 4s;
}
.home_fly_t span.homefly_3 {
	 
	transition-delay: 3.2s;
}
.home_fly_t span.homefly_2 {
	transition-delay: 2.4s;
}
.home_fly_t span.homefly_1 {
	transition-delay: 1.6s;
}
.home_fly_t span.homefly_0 {
	transition-delay: .8s;
}
.home_fly_t.in-view span {
	left: 0;
	position: relative;
}
.home_fly_t.in-view .homefly_3 {
	
}
.home_fly_t.in-view .homefly_2 {
	
}
.home_fly_t.in-view .homefly_1 {
	
}
.home_fly_t.in-view .homefly_0 {
	
}
.home h1 {
	color: #fff;
	font-size: 3.2rem;
	font-weight: 800;
	font-style: italic;
	transition: opacity 1s;
	opacity: 0;
	position: relative;
	overflow: hidden;
	top: 0;
	/* position: relative; */
	margin-top: -25px;
	padding-top: 0;
	line-height: 1.3;
	padding: 0 100px;
	text-align: right;
}
.home h1.in-view {
	opacity: 1;
}
.home p {
	color: #fff;
	font-weight: 300;
	transition: all 1s;
	transition-delay: 4.2s;
	padding: 50px 100px;
	left: -100%;
	position: relative;
}
.home p.in-view {
	left: 0;
}
.home h3 {
	color: #020200;
	font-size: 1.5rem;
}
.home_shadow_contain h2 {
	margin-bottom: 20px;
	font-weight: 800;

	font-style: italic;
}
.home_shadow_contain p {
	margin-bottom: 2rem;
	font-family: myriad-pro, sans-serif;

font-weight: 400;

font-style: normal;
}
._top_to_bott_anim_elem.table_area {
	height: 100vh;
	position: relative;
	transition: height .8s;
	transition-delay: .8s;
	overflow: hidden;
	width: 100%;
}
._top_to_bott_anim_elem.table_area.in-view {
	
}
.btn_white {
	background-color: #fefcfc;
	color: #6d6c6c;
	font-weight: bold;
	padding: 9px 30px;
	font-family: circe, sans-serif;

font-weight: 800;

font-style: italic;
}
.btn_white:hover {
	color: #fff;
	background: gray;
	text-decoration: none;
}
.section.products {
	padding: 0 2%;
}
.section.products h2 {
	padding: 4% 4% 2%;
	color: #4285ec;
	font-weight: 800;
}
.contact_form {
	 
}
.contact_form label {
	font-style: italic;
}
.contact_form label {
	font-style: italic;
}
.btn-primary.btn_subm {
	padding: 15px 55px;
	font-size: 1.3rem;
	background: #0068af;
	border-radius: 0;
}
._italic {
	font-style: italic;
	font-weight: 300;
}
.header {
	 
}
.navbar.navbar-expand-lg.fixed-top {
	padding: 1.1% 2% 1.1% 6%;
	background: #fff;
	height: 90px;
}
.sm_menu {
	width: 65px;
	height: 35px;
	position: relative;
	background-image: url(../img/hamburger.png);
	right: 2px;
	top: 14px;
	float: right;
	display: block;
	z-index: 9;
	background-size: 60%;
	background-repeat: no-repeat;
}
.fa.fa-long-arrow-alt-right {
	width: 32px;
	height: 15px;
	position: relative;
	background-image: url(../img/arrow_r.png);
	background-size: 85%;
	background-repeat: no-repeat;
	position: relative;
	top: 4px;
}
.rel_block {
	position: relative;
	width: 100%;
}
._nav_close {
	float: right;
	margin: 10px 20px;
}
.nav_block._show {
	bottom: 0;
	top: 0;
	z-index: 999999;
	visibility: visible;
	right: 0;
}
.nav_block {
	position: fixed;
	right: -100%;
	height: 100vh;
	width: 100%;
	min-width: 210px;
	/* background: #274e1b; */
	z-index: 8;
	transition: all .8s;
	font-family: circe, sans-serif;
	font-weight: 700;
	font-style: normal;
	visibility: hidden;
	top: 0;
	overflow: hidden;
}
.nav_wrapp {
	position: relative;
	height: 100%;
	right: 0;
	width: 300px;
	padding-top: 0;
	background: rgba(0,0,0,0.85);
	top: 0;
	float: right;
}
.nav_block ul.main_nav_list {
	margin: 90px 0 0 20%;
}
.nav_block ul {
	margin: 0;
	margin-top: 0px;
	padding: 0;
	list-style-type: none;
}
.main_nav_list li {
	position: relative;
}
.main_nav_list a {
	margin: 20px 0;
	display: block;
	font-weight: normal;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.manchac_image {
	z-index: 99999;
	position: absolute;
	height: 100vh;
	left: 12px;
	top: 0;
	transition: opacity 1s;
	opacity: 0;
}
.manchac_image.in-view {
	opacity: 1;
}
.nav_block a {
	color: #fdfdfd;
	text-transform: uppercase;
}
.table_area {
	display: table;
	height: 100vh;
}
.table_container {
	display: table-cell;
	vertical-align: bottom;
}
.table_area._bottom .table_container {
	vertical-align: bottom;
	padding-bottom: 15%;
} 
.prod_box {
	position: relative;
	overflow: hidden;
	transition: all .8s; 
}
.prod_box.left_s {
	right: 50%;
}
.prod_box.right_s {
	left: 50%;
}
.prod_box.left_s.in-view {
	right: 0;
}
.prod_box.right_s.in-view {
	left: 0;
}
.prod_image {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-size: cover;
} 
.prod_box_top {
	position: relative;
	width: 100%;
	padding-top: 64%;
}
._box_over_text {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	color: #fff;
	background: rgba(0,0,0,0.4);
	overflow: hidden;
}
._box_over_text:hover .itable_area {
	display: none;
}
 
._hovertext {
	height: 0;
	overflow: hidden;
	transition: all .8s;
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(47,46,46,0.7623249128753063) 67%);
	text-align: center;
}
._box_over_text:hover ._hovertext {
	height: 100%;
	padding: 75px 60px 0;
}
.itable_area {
	display: table;
	height: 100%;
	width: 100%;
}
.itable_area._bottom .itable_container {
	vertical-align: bottom;
	/* padding-bottom: 2%; */
	display: table-cell;
	padding: 0 0 .5% 25px;
}
.prod_box_top h3 {
	margin-bottom: 40px;
	font-weight: 800;
	text-transform: uppercase;
}
._box_over_text p {
	font-size: .8rem;
}
.prod_box_top h3._prj_head {
	margin-bottom: 30px;
}
.prod_box_top ._prj_lbl {
	margin-bottom: 40px;
	font-style: italic;
	display: block;
}
.prod_box ._hovertext a {
	color: #fff;
}
._white{
	color: #fff;
}
._box_over_text:hover {
	background: gray;
}
.prod_box_bottom {
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(47,46,46,0.7623249128753063) 67%);
	padding: 10px 26px;
	margin-bottom: 30px;
	margin-top: 5px;
}
.prod_box_bottom a {
	color: #fff;
	text-transform: uppercase;
	display: block;
}
.prod_box_top img {
    width: 100%;
}
.pagin {
	float: right;
	margin: 5%;
	color: #535353;
}
.page_left_circle, .page_right_circle {
	display: inline-block;
	width: 45px;
	height: 45px;
	font-size: 25px;
	text-align: center;
	line-height: 45px;
	border-radius: 50px;
	border: 1px solid;
	cursor: pointer;
	float: left;
}
.sq_thumbs {
	float: left;
	margin: 0;
	padding: 10px 5px;
}
.sq_thumbs li.active {
	background: #64b445;
}
.sq_thumbs li {
	display: inline-block;
	width: 7px;
	height: 7px;
	background: #231f20;
	margin-right: 2px;
}
.ourwork_left {
	height: 100vh;
	padding: 0 115px;
}
.sq_grad_full_height{


 background: rgb(0,0,0);
background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(47,46,46,0.7623249128753063) 67%); 

}
.section.ourwork {
	padding: 0;
	
}
.ourwork h2, .sm_scr_stp h2 {
	font-size: 3rem;
	font-weight: 800;
color: #fff;
font-style: italic;
}
.ourwork p, .sm_scr_stp p {
	color:#fff;
}
.section.ourwork .table_area {
	width: 100%;
	height: 100vh;
	color: #fff;
}
.table_area._middle .table_container {
	vertical-align: middle;
	padding-top: 95px;
}
.pagin._pagin_white {
	color: #fff;
	float: left;
	margin-left: 0;
}
.pagin._pagin_white .sq_thumbs li { 
	background: #fff; 
}
.pagin._pagin_white .sq_thumbs li.active { 
	background: #64b445; 
}

.ourwork_right {
	background-image: url(../img/which_craft.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
	height: 100vh;
}
.ourwork a, .sm_scr_stp a {
	color: #fff;
	text-decoration: underline;
}
.circle_block {
	height: 330px;
	border-radius: 100%;
	left: -165px;
	position: absolute;
	bottom: 100px;
	text-align: center;
	width: 330px;
}
.circle_block_out {
	border-radius: 100%;
	border: 1px solid #64b445;
	margin: 0;
	height: 100%;
}
.circle_block_in {
	background: #fff;
	margin: 5%;
	border-radius: 100%;
	height: 90%;
	padding: 80px;
	
	font-family: myriad-pro, sans-serif;

font-weight: 400;

font-style: normal;
}
.circle_block_in h4 {
	text-transform: uppercase;
	color: #0068af;
	font-style: italic;
}
footer {
	background: #2b2b2b;
	color: #fff;
	padding: 80px 100px 35px;
}
.fplist {
	list-style-type: none;
	padding: 0;
}
.fplist a{
	color: #fff;
}
._foot_cont_links {
	font-family: myriad-pro, sans-serif;
	font-weight: 400;
	font-style: normal;
	margin-bottom: 40px;
}
._foot_cont_links a {
	color: #fff;
	margin-bottom: 5px;
	display: block;
}
._foot_cont_links i {
	color: #64b445;
}
.foot_news a {
	color: #64b445;
}
._copyright {
	margin: 50px 0 0;
}
.section.service_p {
	padding: 100px 0 0;
}
#carouselService .carousel-item {
	content: '';
	height: calc(100vh - 100px);
	background-size: cover;
}
.car_head {
	margin: 80px;
	float: left;
	width: 250px;
	color: #fff;
	text-transform: uppercase;
	font-size: 2.5rem;
	font-style: italic;
	font-weight: 700;
}
.carousel-caption {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
	background: #0068af;
}
.carousel-control-next, .carousel-control-prev {
	position: absolute;
	top: initial;
	bottom: 70px;
}
.carousel-item p {
	margin: 25px 20%;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
	border: 1px solid;
	width: 40px;
	height: 40px;
	border-radius: 65px;
	background: none;
	font-size: 30px;
	color: #fff;
	text-align: center;
}
.carousel-indicators li { 
	width: 5px;
	height: 5px; 
}
.all_servc a {
	color: #0068af;
	line-height: 40px;
	display: block;
	font-weight: 600;
	font-style: italic;
	text-decoration: none;
}
.all_servc {
	text-align: right;
	margin-right: 81px;
	color: #0068af;
}
.all_servc i {
	width: 40px;
	height: 40px;
	border: 1px solid;
	border-radius: 72px;
	text-align: center;
	font-size: 30px;
	line-height: 40px;
	margin-left: 20px;
	margin-top: -3px;
	float: right;
}
.all_servc a:hover {
	color: #042f4d;
}

#carouselHome .carousel-item {
	content: '';
	height: 100%;
	background-size: cover;
	height: 100%;
}
#carouselHome .carousel-inner {
	position: relative;
	width: 100%;
	height: 100%;
}

.slick_items {
	height: 100%;
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
}
.slick-list.draggable {
	height: 100%;
}
.slick-track {
	height: 100%;
}
.sq_grad_full_height.sm_scr_stp {
	height: 100vh;
	padding: 60px;
}
.slickpagin {
	position: absolute;
	bottom: 60px;
	left: 0;
	width: 100%;
	color: #fff;
	margin: 0;
}
.slickpagin a { 
	color: #fff; 
}
.slickpagin a.page_left_circle{
	float:left;
	margin-left: 10px;
}
.slickpagin a.page_right_circle{
	float:right;
	margin-right: 10px;
}
.slick-dots { 
	bottom: 70px; 
}
.slick-dots li button {
	display:none;
}
.slick-dots li {
	display: inline-block;
	width: 7px;
	height: 7px;
	background: #fff;
	margin-right: 2px;
}
.slick-dots li.slick-active {
	background: #64b445;
}
.slick-initialized .slick-slide {
	display: block;
	background-size: cover;
}
#ourwork_mob {
	display: none;
}
@media (max-width: 1400px) {
.manchac_image {
	left: initial;
	right: 0;
}

}
@media (max-width: 768px) {
	.prod_box_top {
	padding-top: 80%;
}
._box_over_text:hover ._hovertext {
	height: 100%;
	padding: 20px 10px 0;
}

.circle_block {
	left: 10px;
	display: none;
}
.manchac_image {
	height: calc(100vh - 100px);
	right: -300px;
}
.home .table_area._middle .table_container {
	vertical-align: bottom;
	padding-bottom: 155px;
	z-index: 99999;
	position: relative;
}
.home_fly_t span {
	display: block;
	width: 100%; 
}
.home p {
	margin-left: 90px;
	text-align: left;
	font-size: .8rem;
	margin-right: 5px;
}
.home h1 {
	font-size: 2rem;
	padding: 0;
	/* height: 130px; */
}
#ourwork_mob {
	display: block;
}
.ourwork_left {
	height: auto;
	padding: 0 50px;
	position: absolute;
	top: 1px;
	left: 0;
	width: 100%;
	/* height: 100%; */
	z-index: 9;
}
.section.ourwork {
	display: none;
}
.section.ourwork .table_area {
	width: 100%;
	height: auto; 
	display: block;
}
.ourwork h2 {
	font-size: 2rem; 
}
.section.ourwork .table_area .table_container { 
	 padding-top: 0;
}
 .home_shadow_contain{
	padding: 70px 50px;
}
.section.plainform {
	padding: 178px 10px 50px 10px;
}
.section.home  {
	 
}
.home_shadow {
	padding: 0 25px;
	background: rgba(0,0,0,0.7);
}
.nav_wrapp {
	width: 85%;
	max-width: 350px;
}
footer { 
	padding: 80px 75px 35px;
}
.logo_image {
	height: 35px;
}

.home p {
	margin: 0;
	padding: 50px 0;
}
}

