@charset "utf-8";

/* @import url('https://fonts.googleapis.com/css?family=Josefin+Sans:100,100i,300,300i,400,400i,600,600i,700,700i&display=swap');*/

@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');

/* map */

#mapDiv .gm-inset div .gm-inset-map div .gm-style {
	position: absolute;
	z-index: 0;
	left: 0px;
	height: 100%;
	width: 100%;
	padding: 0px;
	border-width: 0px;
	margin: 0px;
	top: 135px !important;
}

.printg_machin{}
.printg_machin img{box-shadow: none !important; margin: 40px 0px 10px 0px;}


/* map end*/

* {
	margin: 0px auto;
	padding: 0px;
}

body {
	font-family: 'Montserrat', sans-serif;
}

.hdr {
	height: 160px;
	background: #0F0;
	padding-top: 10px;
	float: left;
}

.menu {
	float: right;
}

.section_title_white {
	font-weight: 800;
	font-size: 30px;
	color: #3b3b3b;
	line-height: 50px;
	display: table;
	height: 100%;
}

.section_title_orange {
	font-weight: 600;
	color: #FF6F3D;
}


/* SERVICE */

.Service_icon {
	padding-top: 110px;
	padding-bottom: 80px;
	text-align: center;
}

.Service_icon h1 {
	text-transform: uppercase;
	font-weight: 800;
	color: #3b3b3b;
	line-height: 50px;
	letter-spacing: 1px;
}

.Service_icon .branding_description .icon {
	font-size: 57px;
	float: left;
	/* background: red; */
	height: 100px;
	width: 75px;
	text-align: left;
}

.Service_icon .branding_description .icon i {}

.Service_icon .branding_description p {
	margin: 0px;
	text-align: left;
	margin-bottom: 50px;
}

.branding_description {}

.Service_icon h3 {
	font-weight: 700;
	color: #FF6F3D;
	line-height: 50px;
	text-align: left;
}

.Service_icon p {
	margin: 30px 0px;
	font-weight: 200;
	color: #2d2d2d;
	font-size: 23px;
}

.Service_icon a {
	color: #b2b2b2;
}

.Service_icon a:hover {
	color: #FF6F3D;
	text-decoration: underline;
}


/* ABOUT US*/

.aboutus {
	background: #ffffff url(../img/abt_us_bg.png) repeat;
	padding-top: 110px;
	margin-left: 0px;
	padding-bottom: 80px;
	/* -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.59); */
	/*-moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.59);*/
	/* box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.59);*/
}

.custom_title {
	background: #2e2e2e;
	font-size: 40px;
	font-weight: 500;
	color: #FFF;
	padding-left: 10px;
	margin-left: 0px;
}

.abt_us_detail {
	font-size: 18px;
	line-height: 30px;
	color: #2b2b2b;
	font-weight: 500;
	text-align: justify;
}

.readmore {
	font-size: 25px;
	text-align: right;
	float: right;
	padding: 0px 10px;
	color: #FFF;
	font-weight: 600
}

.readmore:hover {
	text-decoration: none;
	font-style: italic;
	color: #CCC;
}

.readmore:focus {
	font-size: 25px;
	text-align: right;
	float: right;
	padding: 10px 0px;
	color: #FFF;
	text-decoration: none;
}

.readmore_orange {
	font-size: 25px;
	text-align: right;
	float: right;
	padding: 10px 0px;
	color: #FF6F3D;
	font-weight: 600;
	margin-bottom: 25px;
}

.readmore_orange:hover {
	text-decoration: none;
	font-style: italic;
	color: #2e2e2e;
}

.readmore_orange:focus {
	font-size: 25px;
	text-align: right;
	float: right;
	padding: 0px 10px;
	color: #FF6F3D;
	text-decoration: none;
}


/* Portfolio*/

.portfolio {
	text-align: center;
	padding-top: 60px;
	padding-bottom: 60px;
}

.portfolio H1 {
	text-transform: uppercase;
	font-weight: 800;
	color: #3b3b3b;
	line-height: 50px;
	letter-spacing: 1px;
}

.portfolio P {
	margin: 30px 0px;
	Font-weight: 200;
	color: #2d2d2d;
	font-size: 23px;
}

.portfolio h3 {
	font-size: 25px;
	font-weight: 400;
	margin: 25px 0px;
	color: #ff6500;
}

.portfolio a:hover {
	text-decoration: none !important;
}

.portfolio img {}

.portfolio img:hover {}


/* our_service*/

.our_service {
	background: #2e2e2e;
	padding: 20px 0px;
}

.our_service .block {
	background: #FF6F3D;
	padding: 15px;
}

.our_service .block h2 {
	font-size: 30px;
	color: #2e2e2e;
	font-weight: 600;
}

.our_service ul {
	list-style: none;
	color: #a8a8a8;
}

.our_service ul li:hover {
	color: #FF6F3D;
}

.our_service p {
	color: #FFF;
	font-size: 19px;
	margin-top: 12px;
}


/* our clients*/

.our_clinet {
	padding-top: 60px;
}

.our_clinet img {
	filter: gray;
	-webkit-filter: grayscale(1);
	margin: 15px
}

.our_clinet img:hover {
	filter: none;
	/* IE6-9 */
	-webkit-filter: grayscale(0);
	/* Google Chrome, Safari 6+ & Opera 15+ */
	cursor: pointer;
}

.clear {
	clear: both;
}


/* download */

.download {
	background: #FF6F3D;
	height: auto;
	padding: 20px 0px;
}

.download .btn_download {
	width: 260px;
	height: 65px;
	color: #FF6F3D;
	border-radius: 80px;
	background: #FFF;
	float: right;
}

.download .btn_download:hover {
	cursor: pointer;
	-webkit-box-shadow: 0px 3px 18px 3px rgba(152, 61, 0, 0.90);
	-moz-box-shadow: 0px 3px 18px 3px rgba(152, 61, 0, 0.90);
	box-shadow: 0px 3px 18px 3px rgba(152, 61, 0, 0.90);
}


/* Footer */

footer ul,
li {
	padding: 0;
	margin: 0;
}

footer li {
	list-style-type: none;
}

footer {
	/*background-color: #2e2e2e;
	min-height: 350px;
	font-family: 'work Sans', sans-serif;*/
	background-color: #f2f2f2;
	color: #2c2c2c;
	font-size: 16px;
	line-height: 30px;
}

@media (max-width: 767px) {
	footer {
		/*background-color: #2e2e2e;
	min-height: 350px;
	font-family: 'work Sans', sans-serif;*/
		text-align: center;
		color: #2c2c2c;
		font-size: 16px;
		line-height: 30px;
	}
}

.footer-col {
	margin-top: 50px;
}

.logofooter {
	margin-bottom: 10px;
	font-size: 25px;
	color: #2b2b2b;
	font-weight: 700;
}

.footer-col p {
	font-size: 14px;
	margin-bottom: 15px;
}

.footer-col p i {
	width: 20px;
	color: #999;
}

.footer-ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 2px;
}

.footer-ul li {
	line-height: 29px;
	font-size: 12px;
}

.footer-ul li a {
	font-size: 16px;
	color: #2b2b2b;
	transition: color 0.2s linear 0s, background 0.2s linear 0s;
	font-weight: 300;
}

.footer-ul i {
	margin-right: 10px;
}

.footer-ul li a:hover {
	transition: color 0.2s linear 0s, background 0.2s linear 0s;
	color: #ff670f;
}

.copyright {
	min-height: 40px;
	background-color: #000000;
}

.copyright p {
	text-align: left;
	color: #FFF;
	padding: 10px 0;
	margin-bottom: 0;
}

.heading7 {
	font-size: 21px;
	font-weight: 700;
	margin-bottom: 22px;
}

.post p {
	font-size: 12px;
	color: #FFF;
	line-height: 20px;
}

.post p span {
	display: block;
	color: #8f8f8f;
}

.bottom_ul {
	list-style-type: none;
	float: right;
	margin-bottom: 0;
}

.bottom_ul li {
	float: left;
	line-height: 40px;
}

.bottom_ul li:after {
	content: "/";
	color: #FFF;
	margin-right: 8px;
	margin-left: 8px;
}

.bottom_ul li a {
	color: #FFF;
	font-size: 12px;
}

.social-icon {
	width: 30px;
	height: 30px;
	font-size: 15px;
	background-color: #2b2b2b;
	color: #f2f2f2;
	text-align: center;
	margin-right: 10px;
	padding-top: 7px;
	border-radius: 50%;
}

.footer-social li {
	display: inline-block;
}


/*
.linked-in {
	background-color: #007bb6;
}

.facebook {
	background-color: #3b5998;
}

.twitter {
	background-color: #1da1f2;
}

.google {
	background-color: #f63e28;
}

.inputbg {
	background: #2e2e2e;
	margin-bottom: 10px;
	color: #4a4a4a
}
*/

.btn_submit {
	font-style: italic;
	font-size: 22px;
	float: right;
	color: #FF6F3D;
}

.btn_submit:hover {
	text-decoration: none;
	color: #fff;
}


/* TOP HEADER
-------------------------------------------------- */

.collapse.show {
	/* background: #2e2e2e;*/
}

.navbar.top-bar {
	border-radius: 0;
	padding: 20px 0px 20px 0px;
	z-index: 16;
	background: #fff;
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.4);
}

.mob_act {
	display: none;
}

.mob_act1 {
	display: block;
}

@media (max-width: 991px) {
	.mob_act {
		display: block;
	}
	.mob_act1 {
		display: none;
	}
	
	
	
.Service_icon .branding_description .icon {
	font-size: 57px;
	
	height: auto;
	
	width: 75px;
	text-align: center;
	width:100%;
}

.Service_icon .branding_description p {
    
    text-align: center;
    
}
.Service_icon h3 {
    font-weight: 700;
    color: #FF6F3D;
    line-height: 50px;
    text-align: center;
}
	
	
	
}

.inner_menu{text-align:center;}
.inner_menu ul{list-style:none;}
.inner_menu ul li{    padding: 10px 0px;
    border-bottom: 2px solid #ff6f3d;
    margin: 0px 0px;
    text-align: left;}
.inner_menu ul li a{font-weight: 300;
    color: #2b2b2b;
    font-size: 14px;}
.inner_talk{text-align: center;
    border-top: 2px solid #ff6f3d;
    padding: 25px 0px;
    border-bottom: 2px solid #ff6f3d;}
.inner_talk h1 { font-size: 18px;}
.inner_talk p { font-size: 30px;font-weight: 400;}

@media (min-width:991px) {
	.navbar.top-bar ul li:not(:last-of-type)::after {
		content: '/';
		color: silver;
		font-weight: 200;
	}
	.nav-link {
		display: initial;
		padding: 0.5em 1em;
	}

}

.top_menu {
	list-style: none;
	position: absolute;
	right: 14px;
	top: 10px;
}

.top_menu li {
	float: left;
}

.top_menu li a {
	color: #353535 !important;
	font-weight: 300 !important;
	font-size: 14px !important;
	padding: 0px 12px !important;
}

.navbar.top-bar .top_menu li:not(:last-of-type)::after {
	content: none !important;
}

.sps--blw {
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.7);
}

.navbar-toggler {
	/* border: 1px solid #fff; */
	color: #FF6F3D;
	position: absolute;
	right: 20px;
	top: 3px;
	font-size: 30px;
}

.sps {
	padding: 1em .5em;
	position: fixed;
	top: 0;
	left: 0;
	transition: all 0.25s ease;
	width: 100%;
}

.sps--abv {
	background-color: transparent;
	color: #000;
}

.sps--blw {
	background-color: #fff;
	color: #fff;
}

.top-bar a.navbar-brand {
	color: #fff;
	font-size: 26px;
	font-weight: 800;
	padding: 5px 0 0 10px;
	text-transform: uppercase;
}

.sps--blw.top-bar a.navbar-brand {
	color: #000;
}

.top-bar a.navbar-brand span {
	color: #0297ff;
}

.top-bar .nav-link {
	color: #3b3b3b;
	font-size: 16px;
	font-weight: 400;
	padding: 12px 18px;
	letter-spacing: 1px;
}

.sps--blw.top-bar .nav-link {
	color: #000
}

.top-bar .navbar-nav .nav-item {
	margin: 0
}

.top-bar .nav-link:hover,
.top-bar .nav-item.active a {
	color: #FF6F3D;
	font-weight: 600;
	border-radius: 0;
}

.sps--blw.top-bar .nav-link:hover,
.sps--blw.top-bar .nav-item.active a {
	color: #FF6F3D;
	border-bottom: none;
	border-radius: 0;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */


/*Swiper*/

.swiper-container {
	width: 100%;
	height: 100vh;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.main-slider .slider-bg-position {
	background-size: cover!important;
	background-position: center center!important;
}

.main-slider .swiper-button-prev,
.main-slider .swiper-button-next {
	background-image: none!important;
	color: #fff;
	width: 50px;
	height: 50px;
	/*border: 1px solid #fff;*/
	text-align: center;
	line-height: 50px;
	font-size: 20px;
}

.main-slider h2 {
	color: #fff;
	font-size: 54px;
	line-height: 59px;
	padding: 0 19%;
	text-transform: uppercase;
	font-weight: 200;
}

.main-slider .swiper-pagination-bullet {
	width: 20px;
	height: 20px;
	background: rgba(255, 255, 255, 0.9)
}

.main-slider .swiper-pagination-bullet-active {
	background: #FF6F3D;
}

.slider_text {
	font-size: 80;
	color: #FF6F3D;
	font-weight: 800;
}

.slider_line {
	width: 70%;
}

.ml-auto {
	margin-right: 0px !important;
	margin-top: 90px;
}

@media screen and (max-width: 993px) {
	.ml-auto {
		margin-top: 30px;
	}
	.top-bar .nav-link {
		color: #3b3b3b;
		font-size: 16px;
		font-weight: 300;
		padding: 12px 18px;
	}
}

.fix_menu {
	/*  width: 100%; */
}

.cd-auto-hide-header {}

.cd-auto-hide-header.is-hidden {
	box-shadow: none;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}


/****** INNER SLIDER**/

.abtus p {
	font-weight: 500;
	text-align: justify;
	line-height: 30px;
	margin: 25px 0px;
}

.abtus .innertitle {
	font-size: 1.5em;
	text-transform: uppercase;
}

.abtus H1 {
	text-transform: uppercase;
	font-weight: 800;
	color: #3b3b3b;
	line-height: 50px;
	letter-spacing: 1px;
	MARGIN-TOP: 30PX;
	TEXT-ALIGN: CENTER;
}

.inner_banner {
	background: url(../img/inr_abt.jpg) no-repeat;
	min-height: 500px;
	padding-bottom: 0px;
}

.inner_banner .ttl {
	display: table;
	padding: 0px;
	text-align: center;
}

.inner_banner .ttl h1 {
	display: table-cell;
	font-weight: 800;
	color: #ffffff;
	vertical-align: middle;
	height: 676px;
	/* font-size: 24px; */
	padding-top: 104PX;
	line-height: 68px;
	LETTER-SPACING: 1PX;
	/* BORDER: 2PX SOLID #c5c5c5; */
	/* TEXT-ALIGN: CENTER; */
	/* BACKGROUND: #f5f5f5; */
	/* BORDER-BOTTOM-LEFT-RADIUS: 15PX; */
	/* border-bottom-right-radius: 15px;*/
}

.inner_links {
	background: url(../img/menu_bg.png) !important;
	min-height: 137px;
}

.inner_links .nav-link {
	color: #000;
}

.inner_links .nav-link:hover {
	color: #FF6F3D !important;
}

.inner_links .nav-link:active {
	color: #FF6F3D !important;
}

.bb {
	border-bottom: 1px solid #dfdfdf;
}

.bb p {
		font-weight: 500;
		text-align: justify;
		line-height: 30px;
		margin: 0px 0PX 80PX 0px;
	}

.bb h3 {
	color: #FF6F3D;
	font-size: 22px;
}

.bb h2 {
	color: #FF6F3D;
	font-size: 24px;
}


/****************************************************************OUR TEAM*************************/

.heading-title {
	margin-bottom: 100px;
}

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

.heading-title h3 {
	margin-bottom: 0;
	letter-spacing: 2px;
	font-weight: normal;
}

.p-top-30 {
	padding-top: 30px;
}

.half-txt {
	width: 60%;
	margin: 0 auto;
	display: inline-block;
	line-height: 25px;
	color: #7e7e7e;
}

.text-uppercase {
	text-transform: uppercase;
}

.team-member,
.team-member .team-img {
	position: relative;
}

.team-img img {
	width: 100%;
}

.team-member {
	overflow: hidden;
}

.team-member,
.team-member .team-img {
	position: relative;
}

.team-hover {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: 0;
	border: 20px solid rgba(0, 0, 0, 0.1);
	background-color: rgba(255, 255, 255, 0.90);
	opacity: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.team-member:hover .team-hover .desk {
	top: 35%;
}

.team-member:hover .team-hover,
.team-member:hover .team-hover .desk,
.team-member:hover .team-hover .s-link {
	opacity: 1;
}

.team-hover .desk {
	position: absolute;
	top: 0%;
	width: 100%;
	opacity: 0;
	-webkit-transform: translateY(-55%);
	-ms-transform: translateY(-55%);
	transform: translateY(-55%);
	-webkit-transition: all 0.3s 0.2s;
	transition: all 0.3s 0.2s;
	padding: 0 20px;
}

.desk,
.desk h4,
.team-hover .s-link a {
	text-align: center;
	color: #222;
}

.team-member:hover .team-hover .s-link {
	bottom: 10%;
}

.team-member:hover .team-hover,
.team-member:hover .team-hover .desk,
.team-member:hover .team-hover .s-link {
	opacity: 1;
}

.team-hover .s-link {
	position: absolute;
	bottom: 0;
	width: 100%;
	opacity: 0;
	text-align: center;
	-webkit-transform: translateY(45%);
	-ms-transform: translateY(45%);
	transform: translateY(45%);
	-webkit-transition: all 0.3s 0.2s;
	transition: all 0.3s 0.2s;
	font-size: 35px;
}

.desk,
.desk h4,
.team-hover .s-link a {
	text-align: center;
	color: #222;
}

.team-member .s-link a {
	margin: 0 10px;
	color: #333;
	font-size: 16px;
}

.team-title {
	position: static;
	padding: 20px 0;
	display: inline-block;
	letter-spacing: 2px;
	width: 100%;
}

.team-title h5 {
	margin-bottom: 0px;
	display: block;
	text-transform: uppercase;
}

.team-title span {
	font-size: 12px;
	text-transform: uppercase;
	color: #a5a5a5;
	letter-spacing: 1px;
}


/******************************SERVICES***********************************/

.service_list {}

.service_list ul {}

.service_list ul li {
	margin: 10px;
	font-weight: 500;
}

.service_list ul li:hover {
	cursor: pointer;
	color: #FF6F3D;
}

.tab-content>.active {
	border: 1px solid #FF6F3D;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
	background: #FF6F3D;
	color: #fff;
	border-bottom: 1px solid #FF6F3D;
	border-color: #FF6F3D #FF6F3D #FF6F3D;
}

.nav-tabs .nav-item a {
	color: #000;
}


/************* OUR WORK FILTER GALLERY **/

.gallery-title {
	font-size: 36px;
	color: #42B32F;
	text-align: center;
	font-weight: 500;
	margin-bottom: 70px;
}

.gallery-title:after {
	content: "";
	position: absolute;
	width: 7.5%;
	left: 46.5%;
	height: 45px;
	border-bottom: 1px solid #5e5e5e;
}

.filter-button {
	font-size: 18px;
	border: 1px solid #FF6F3D;
	border-radius: 5px;
	text-align: center;
	color: #FF6F3D;
	margin-bottom: 30px;
	background: white;
}

.filter-button:hover {
	font-size: 18px;
	border: 1px solid #FF6F3D;
	border-radius: 5px;
	text-align: center;
	color: #ffffff;
	background-color: #FF6F3D;
	cursor: pointer;
}

.btn-default:active .filter-button:active {
	background-color: #42B32F;
	color: white;
}

.port-image {
	width: 100%;
}

.gallery_product {
	margin-bottom: 30px;
}

.gallery_product img {
	width: 100%;
}

.gallery_product img:hover {
	width: 100%;
	box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.1);
	transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
}


/***************CONTACT US*/

#contact {
	padding: 10px 0 10px;
}
.contact{}
.contact h1{font-size:30px}
.contact p{}

.info{}
.info h3{}
.box{    margin: 45px 0px;}

.contact-text {
	margin: 45px auto;
}

.mail-message-area {
	width: 100%;
	padding: 0 15px;
}

.mail-message {
	width: 100%;
	background: rgba(255, 255, 255, 0.8) !important;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	transition: all 0.7s;
	margin: 0 auto;
	border-radius: 0;
}

.not-visible-message {
	height: 0px;
	opacity: 0;
}

.visible-message {
	height: auto;
	opacity: 1;
	margin: 25px auto 0;
}


/* Input Styles */

.form {
	width: 100%;
	padding: 15px;
	background: #f8f8f8;
	border: 1px solid rgba(0, 0, 0, 0.075);
	margin-bottom: 25px;
	color: #727272 !important;
	font-size: 13px;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}

.form:hover {
	border: 1px solid #FF6F3D;
}

.form:focus {
	color: white;
	outline: none;
	border: 1px solid #FF6F3D;
}

.textarea {
	height: 200px;
	max-height: 200px;
	max-width: 100%;
}


/* Generic Button Styles */

.button {
	padding: 8px 12px;
	background: #0A5175;
	display: block;
	width: 120px;
	margin: 10px 0 0px 0;
	border-radius: 3px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
	font-size: 0.8em;
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.10);
	-webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.10);
}

.button:hover {
	background: #FF6F3D;
	color: white;
}


/* Send Button Styles */

.form-btn {
	width: 180px;
	display: block;
	height: auto;
	padding: 15px;
	color: #fff;
	background: #FF6F3D;
	border: none;
	border-radius: 3px;
	outline: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	margin: auto;
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.10);
	-webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.10);
}

.form-btn:hover {
	background: #111;
	color: white;
	border: none;
}

.form-btn:active {
	opacity: 0.9;
}

.portfolio img {
	width: 100%;
}

.client_block {
	border-color: #dfdfdf;
	border-width: 1px;
	border-style: solid;
	padding: 25px;
	text-align: center;
}

.client_block img {
	width: 80%;
}

@media (min-width: 992px) {
	.navbar-toggleable-md .navbar-nav .nav-link {
		padding-right: 1rem;
		padding-left: 1rem;
		text-transform: uppercase;
	}
}

@media screen and (max-width: 576px) {
	.menu_container {
		width: 100%;
	}
	.print_partner .partner_logo img {
		margin: 30px 0px;
		width: 100%;
	}
}

.bar1,
.bar2,
.bar3 {
	width: 35px;
	height: 5px;
	background-color: #FF6F3D;
	margin: 6px 0;
	transition: 0.4s;
}

.change .bar1 {
	-webkit-transform: rotate(-45deg) translate(-9px, 6px);
	transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar2 {
	opacity: 0;
}

.change .bar3 {
	-webkit-transform: rotate(45deg) translate(-8px, -8px);
	transform: rotate(45deg) translate(-8px, -8px);
}

.logo {}

.right {}

.top-right-menu {
	text-align: right;
	margin-top: 10px;
	margin-bottom: 50px;
	font-size: 14px;
	line-height: 18px;
	width: 100%;
}

.top-right-menu ul {
	list-style: none;
}

.top-right-menu ul li {
	float: right;
}

.main_menu {}

.hm_abt_us {
	margin-top: 45px;
}

.v_align {
	vertical-align: middle;
	display: table-cell;
}

.print_partner {
	background: #f8f8f8;
	text-align: center;
}

.print_partner .partner_logo {
	padding: 35px;
}

.print_partner .partner_logo img {
	margin: 30px 0px;
}

.testimonials {
	text-align: center;
	/* margin-top: 60px; */
	/*padding-top: 110px;*/
	padding-bottom: 80px;
}

.testimonials H1 {
	text-transform: uppercase;
	font-weight: 800;
	color: #3b3b3b;
	line-height: 50px;
	letter-spacing: 1px;
}

.testimonials p {
	font-size: 18px;
	line-height: 30px;
	color: #2b2b2b;
	font-weight: 500;
}

.copy_right {
	background: #e6e6e6;
	padding: 5px 0px
}

.copy_right p {
	margin-bottom: 0px;
	font-size: 13px;
	font-weight: 300;
}

.wwr {}

.wwr h1 {
	text-transform: uppercase;
	font-weight: 800;
	color: #3b3b3b;
	line-height: 50px;
	letter-spacing: 1px;
	MARGIN-TOP: 10PX;
	TEXT-ALIGN: CENTER;
	    font-size: 32px;
}

.img-responsive {
	width: 100%;
}

.blank_space {
	margin: 60px 0px;
}
.pc_div{display:block;}
.mob_div{display:none; }
.pc_div a{color:#FF6F3D ;}
.mob_div a{color:#FF6F3D ;}  
.abt_txt_padding{padding: 90px 30px 10px 30px;}


@media (max-width: 992px) {
	.blank_space {
	margin: 50px 0px 0px 0px;
	}
	.pc_div{display:none;}
	.mob_div{display:block; text-align:center}
	.abt_txt_padding{padding: 30px 0px;}
	.services img{ box-shadow: none !important;}
	
	.navbar-brand img{width:65px;}
	.navbar.top-bar{padding: 10px 0px;}
	
}

/** parallax **/

.jarallax-keep-img {
    position: relative;
    z-index: 0;
}
.jarallax-keep-img > .jarallax-img {
    position: relative;
    display: block;
    max-width: 100%;
    height: auto;
    z-index: -100;
}

.jarallax {
    min-height: 600px;
}
.jarallax-keep-img.demo-float-left {
    margin-right: 15px;
    margin-left: -60px;
}
.jarallax-keep-img.demo-float-right {
    margin-left: 15px;
    margin-right: -60px;
}

@media screen and (max-width: 600px) {
    .jarallax-keep-img.demo-float-left,
    .jarallax-keep-img.demo-float-right {
        margin-right: 0;
        margin-left: 0;
        float: none;
    }
}

.services{margin:100px 0px;}
.srvs_txt{font-weight: 500;
    text-align: justify;
    line-height: 30px;
    margin:0px 0px  25px 0px;}
.services h3{
    text-transform: uppercase;
    font-weight: 700;
    color: #3b3b3b;
    line-height: 50px;
    letter-spacing: 0.5px;
    MARGIN-TOP: 10PX;
	    
	}
.services p{font-weight: 500;
    text-align: justify;
    line-height: 30px;
    margin: 25px 0px;}
	
	
.services img{ box-shadow: 15px 15px 0px 0px rgb(255, 111, 61);}
.services img:hover{}


.service_title{}
.service_title h1{text-transform: uppercase;
    font-weight: 800;
    color: #3b3b3b;
    line-height: 50px;
    letter-spacing: 1px;
    MARGIN-TOP: 10PX;
    font-size: 30px;}

.breadcrumb ol{list-style:none;margin:0px;    float: right;}
.breadcrumb ol li{}
.breadcrumb ol li a{color:#ff6f3d;}

/*** fancy box***/
        .thumb{
            margin-bottom: 30px;
        }
        
        .page-top{
            margin-top:85px;
        }

   
img.zoom {
    width: 100%;
    height: 200px;
    border-radius:0px;
    object-fit:cover;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}
        
 
.transition {
    -webkit-transform: scale(1.2); 
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
    .modal-header {
   
     border-bottom: none;
}
    .modal-title {
        color:#000;
    }
    .modal-footer{
      display:none;  
    }
