@font-face {
	font-family: Montserrat-ExtraBold;
	src: url(../fonts/Montserrat-ExtraBold.ttf);
}
@font-face {
	font-family: Montserrat-Bold;
	src: url(../fonts/Montserrat-Bold.ttf);
}
@font-face {
	font-family: Montserrat-Light;
	src: url(../fonts/Montserrat-Light.ttf);
}
@font-face {
	font-family: Montserrat-Medium;
	src: url(../fonts/Montserrat-Medium.ttf);
}
@font-face {
	font-family: Montserrat-Regular;
	src: url(../fonts/Montserrat-Regular.ttf);
}
.top-icons {
	border-bottom: 1px solid #D3D3D3;
	padding-top: 15px;
	padding-bottom: 10px;
	padding-left: 0;
	padding-right: 0;
}
.call-icon {
	padding-left: 0;
}
.call-icon span {
	padding-right: 20px;
}
.call-icon i {
	padding-right: 8px;
	color: #ffcf96;
}
.call-icon a {
	text-decoration: none;
	color: #434343;
}
.call-icon label {
	font-weight: 100;
}
.right-icons {
	text-align: right;
	padding-right: 0;
}
/*.right-icons i {
	height: 27px;
	width: 27px;
	border-radius: 50%;
	background-color: #A7A7A7;
	text-align: center;
	line-height: 28px;
	color: #FFFFFF;
}
.right-icons i:hover {
	background-color: #FDD04C;
}*/
.right-icons a {
	padding-right: 10px;
	text-decoration: none;
	padding-left: 10px;
}
.right-icons a:hover {
	color: #FCBF0B;
	}
.menubg {
	background: none;
	border-top: 0;
	padding: 15px;
	margin-bottom: 0;
	padding-bottom: 0;
}
.menubg a {
	padding-top: 0;
}
.menubg .navbar-nav>li>a:hover {
	color: #ED9754;
}
.logo {
	height: 48px;
}
.baner {
	background-image: url(../images/bg.png);
	background-size: cover;
	min-height: 500px;
	background-position: center;
	padding-top: 20px;
}
.navbar-default .navbar-nav > li.dropdown:hover > a, 
.navbar-default .navbar-nav > li.dropdown:hover > a:hover,
.navbar-default .navbar-nav > li.dropdown:hover > a:focus {
    background-color: rgb(231, 231, 231);
    color: rgb(85, 85, 85);
}
li.dropdown:hover > .dropdown-menu {
    display: block;
}
/*.sidebar-sub-category{
	background-color: #FFA500 !important;
}*/
.started {
	padding-top: 80px;
}

.started h2 {
	font-size: 36px;
	font-family: Montserrat-Light;
	color: #ff8a00;
	text-transform: uppercase;
}
.started h3 {
	font-size: 45px;
	font-family: Montserrat-ExtraBold;
	color: #434343;
	text-transform: uppercase;
}
.started p {
	font-size: 28px;
	color: #abaaaa;
	font-family: Montserrat-Medium;
	text-transform: uppercase;
	line-height: 35px;
	padding-bottom: 30px;
}
/*.started a {
	color:#FFFFFF;
	text-decoration:none;
	padding:10px;
	text-transform: uppercase;
	}
.started i {
    height: 40px;
    width: 40px;
    background-color: #000;
    color: #fff;	
	}*/
.btn-parent {
	width: 333px;
	height: 55px;
	background: #ff8a00;
	display: block;
	color: #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border:none;
}
.btn-parent:hover {
	background: #444444;
	color: #fff;
}
.btn-parent:hover .btn-arrow {
	background: #ff8a00;
}
.btn-arrow {
	background: #444444;
	height: 55px;
	width: 73px;
	    margin-right: -6px;
	-webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 45% 0);
	clip-path: polygon(100% 0, 100% 100%, 45% 100%, 0% 0);
	float: right;
	text-align: center;
	-moz-border-radius: 0px 3px 3px 0;
	-webkit-border-radius: 0px 3px 3px 0;
	border-radius: 0px 3px 3px 0;
}
.btn-arrow i {
	color: #ffffff;
	font-size: 18px;
	margin-top: 18px;
	margin-left: 10px;
}
.btn-parent2 {
	width: 333px;
	height: 55px;
	background: #636363;
	display: block;
	color: #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin-top: 20px;
}
.btn-parent2:hover {
	background: #ff8a00;
	color: #fff;
}
.btn-parent2:hover .btn-arrow2 {
	background: #636363;
}
.btn-arrow2 {
	background: #ff8a00;
	height: 55px;
	width: 73px;
	;
	-webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 45% 0);
	clip-path: polygon(100% 0, 100% 100%, 45% 100%, 0% 0);
	float: right;
	text-align: center;
	-moz-border-radius: 0px 3px 3px 0;
	-webkit-border-radius: 0px 3px 3px 0;
	border-radius: 0px 3px 3px 0;
}
.btn-arrow2 i {
	color: #ffffff;
	font-size: 18px;
	margin-top: 18px;
	margin-left: 10px;
}
.link-text {
	float: left;
	width: 245px;
	height: 55px;
	line-height: 55px;
	box-sizing: border-box;
	padding: 0 15px;
}
.request {
	background-color: #434343;
	min-height: 100px;
}
.req-contnt p {
	color: #FFFFFF;
	font-family: Montserrat-Regular;
	font-size: 18px;
	padding-top: 20px;
}
.req-contnt a {
	text-decoration: none;
	color: #ff8a00;
}
.req-custom a {
	background-color: #ff8a00;
	color: #FFFFFF;
	text-decoration: none;
	padding: 10px;
	text-transform: uppercase;
}
.req-custom i {
	background-color: #AEAEAE;
	transform-origin: bottom left;
	-ms-transform: skew(20deg, 0deg);
	-webkit-transform: skew(20deg, 0deg);
	transform: skew(20deg, 0deg);
}
.offer {
	background-color: #f9f9f9;
	min-height: 500px;
	padding-top: 40px;
	padding-bottom: 50px;
}
.offer h2 {
	text-align: center;
	font-family: Montserrat-ExtraBold;
	font-size: 36px;
	color: #000000;
	font-weight: bold;
}
.offer p {
	text-align: center;
	font-family: Montserrat-Regular;
	font-size: 18px;
	color: #909090;
	padding-bottom: 30px;
	padding-right: 10px;
}
.box-style {
	/*padding-top: 30px;*/
	/*padding-bottom: 40px;*/
}
.box-contnt {
	background-color: #FFFFFF;
	min-height: 300px;
	padding-left: 15px;
	margin: 0 20px;
	margin-top: -80px;
	position: relative;
	z-index: 999;
	padding-top: 30px;
	box-sizing: border-box;
	-webkit-clip-path: polygon(100% 0, 100% 100%, 0% 100%, 0% 15%);
	clip-path: polygon(100% 0, 100% 100%, 0% 100%, 0% 15%);
	margin-bottom: 10px;
}
.box-contnt h2 {
	text-align: left;
	font-family: Montserrat-Regular;
	font-size: 18px;
	color: #000000;
	padding-top: 20px;
}
.box-contnt span {
	background-color: #ff8a00;
	height: 16px;
	width: 12px;
	display: block;
	float: left;
	margin-right: 6px;
}
.box-contnt p {
	text-align: justify;
	font-family: Montserrat-Regular;
	font-size: 14px;
	color: #848484;
	padding-left: 20px;
}
.box-contnt a {
	padding-left: 20px;
	text-decoration: none;
	color: #ff8a00;
}
.box-contnt ul {
	list-style: none;
	padding-left: 10px;
}
.box-contnt ul li {
	padding: 8px;
	color: #848484;
	font-family: Montserrat-Regular;
	font-size: 14px;
}
.box-contnt ul li i {
	padding-right: 10px;
}
/*.box-style h2 {*/
/*	text-align: center;*/
/*	font-family: Montserrat-ExtraBold;*/
/*	color: #000000;*/
/*	font-size: 35px;*/
/*}*/

.box-style h2 {
    text-align: center;
    font-family: Montserrat-Light;
    color: #4d4d4d;
    font-size: 36px;
}
.box-style h3 {
	text-align: center;
	font-size: 14px;
}
.box-style h4 {
	text-align: center;
	font-size: 14px;
	color: #f0a364;
}
.right-side {
	background-color: #444444;
	color: #FFFFFF;
	float: right;
	width: 55%;
	padding-right: 10%;
	box-sizing: border-box;
	padding-left: 150px;
	min-height: 350px;
	-webkit-clip-path: polygon(100% 0, 100% 100%, 0% 100%, 10% 0);
	clip-path: polygon(100% 0, 100% 100%, 0% 100%, 10% 0);
}
.right-side h2 {
	color: #ff8a00;
	padding-top: 40px;
	font-family: Montserrat-ExtraBold;
}
.right-side p {
	padding-top: 20px;
	color: #eee;
	font-size: 14px;
	text-align: justify;
}
.btn-prnt3 {
	width: 178px;
}
.arow-3 {
	width: 47px;
	    margin-right: -6px;
    margin-top: -1px;
    height:55px;
}
.text-1 {
	width: 131px;
}
.whoWeAreImage {
	width: 45%;
	float: left;
	text-align: right;
	padding-left: 80px;
	box-sizing: border-box;
}
.aboutussection {
	background-color: #444444;
	color: #FFFFFF;
	float: left;
	width: 60%;
	padding-left: 10%;
	box-sizing: border-box;
	padding-right: 130px;
	min-height: 380px;
	-webkit-clip-path: polygon(100% 0, 90% 100%, 0% 100%, 0% 0);
	clip-path: polygon(100% 0, 90% 100%, 0% 100%, 0% 0);
}
.aboutussection h2 {
	color: #ff8a00;
	padding-top: 40px;
}
.aboutussection p {
	padding-top: 20px;
	color: #eee;
	font-size: 14px;
	text-align: justify;
}
.aboutusImage {
	width: 40%;
	float: right;
	text-align: right;
	padding-right: 80px;
	box-sizing: border-box;
}
.work h2 {
	text-align: center;
	font-family: Montserrat-ExtraBold;
	padding-top: 30px;
	padding-bottom: 30px;
}
.design {
	text-align: center;
	background-color: #f9f9f9;
	min-height: 350px;
	margin-bottom: 50px;
}
.design img {
	padding-top: 60px;
}
.design h3 {
	font-size: 25px;
	font-weight: 600;
	padding-bottom: 10px;
}
.design p {
	font-family: arial;
	color: #a5a5a5;
	padding-bottom: 25px;
}
.clients {
	min-height: 420px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.clients h2 {
	font-family: Montserrat-ExtraBold;
	font-size: 38px;
	text-align: center;
	padding-bottom: 20px;
}
.client-contnt p {
	font-family: Montserrat-Regular;
	font-style: italic;
	color: #9c9c9c;
	padding-left: 70px;
	font-size: 14px;
    text-align: justify;
    min-height: 140px;
}
.testimonials {
	position: relative;
	background: #fff;
	border: 1px solid #dbdbdb;
	padding: 20px;
}
.testimonials:after, .testimonials:before {
	top: 100%;
	left: 7%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.testimonials:after {
	border-color: rgba(136, 183, 213, 0);
	border-top-color: #fff;
	border-width: 14px;
	margin-left: -14px;
}
.testimonials:before {
	border-color: rgba(194, 225, 245, 0);
	border-top-color: #dbdbdb;
	border-width: 15px;
	margin-left: -15px;
}
.testimonial-author {
	padding-top: 30px;
}
.coams {
	padding-left: 20px;
}
.client-contnt img {
	float: left;
}
.img-contnt {
	float: left;
	padding-left: 18px;
	padding-top: 18px;
}
.img-contnt label {
	color: #ff8d3f;
	margin-bottom: 0;
}
.footer {
	background-color: #444444;
	min-height: 380px;
	padding-top:35px;
    padding-bottom: 15px;	
}
.about h5 {
	color: #ff8a00;
	font-family: Montserrat-Medium;
	padding-left: 6px;
	font-size: 18px;
}
.about P {
	color: #ff8a00;
	font-family: Montserrat-Medium;
    font-size: 13px;
    margin: 0;
    line-height: 20px;		
	}
.about ul {
	padding-left: 0;
	list-style: none;
}
.about ul li {
	padding: 5px;
}
.about ul li a {
	color: #EBEBEB;
	text-decoration: none;
	font-size: 14px;
}
.about ul li a:hover { 
	color: #ff8a00;
}
.call-us h5 {
	color: #ff8a00;
	font-family: Montserrat-Medium;
	padding-bottom: 9px;
	font-size:18px;
}
.call-us h6 {
	color: #EBEBEB;
	font-family: Montserrat-Medium;
	font-size: 14px;
    padding-bottom: 5px;
}
.call-us label {
	color: #F4F4F4;
	padding-top: 15px;
}
.call-us p {
	color: #EBEBEB;	
	margin:0;
    font-size: 13px;
    line-height: 25px;	
	font-family: Montserrat-Regular;	
	}
.call-us p a{
	color: #EBEBEB;
	text-decoration:none;
}
.foter-icons i {
	height: 30px;
	width: 30px;
	border-radius: 50%;
	background-color: #7c7c7c;
	text-align: center;
	line-height: 30px;
	color: #444444;
}
.foter-icons a {
	padding-right: 10px;
}
.foter-icons h6 {
    color: #ff8a00;
	font-family: Montserrat-Medium;
	font-size:14px;	
	}
.foter-icons i:hover {
	background-color: #F7BE6D;
}
.foter-icons {
	padding-bottom: 20px;
}
.free-shiping h5 {
	color: #ff8a00;
	font-family: Montserrat-Medium;
	padding-bottom: 0;
	font-size:18px;	
    padding-top: 22px;	
	}
.free-shiping p {
	color: #EBEBEB;	
	}
.free-shiping img {
	height:50px;
	}
.copyright p {
    color: #EBEBEB;
    font-family: Montserrat-Medium;
    text-align: center;
    border-top: 1px solid #eee;
    padding-top: 20px;
    margin-top: 15px;
	font-size:12px;
	}
.footr-btn {
	margin-top:0;
	}
/*Login page*/
.log-form {
	background-image: url(../images/bg.png);
	background-position: center;
	background-size: cover;
}
.user-field {
	margin-bottom: 20px;
}
.login-form {
	border: 1px solid #E9E9E9;
	min-height: 445px;
	margin: 0 auto;
	float: none;
	padding: 40px;
	margin-top: 50px;
	margin-bottom: 50px;
}
.login-form h3 {
	text-align: center;
	font-family: Montserrat-ExtraBold;
	font-size: 30px;
	padding-bottom: 45px;
}
.pass-btn {
	float: right;
	padding-top: 20px;
	text-decoration: none;
	color: #f29e04;
	font-family: Montserrat-Regular;
	    padding-bottom: 40px;
}
.rebort img {
	text-align: center;
	margin: 0 auto;
	padding-top: 35px;
	padding-bottom: 30px;
}
.log-btn {
	margin: 0 auto;
	border:none;
}
.login-form p {
	padding-top: 10px;
	color: #6e6c6c;
	font-family: arial;
}
.input-fields {
	height: 40px;
}
.register {
	min-height: 1030px;
}
.first-field {
	margin-right: 5px;
}


/*mega menu css*/
/*mega menu css*/
/*mega menu css*/

.mega-dropdown {
  position: static !important;
}
.mega-dropdown-menu {
    padding: 20px 10px;
    width: 1170px;
    box-shadow: none;
    -webkit-box-shadow: none;
	left:50% !important;
	transform:translateX(-50%);
}
.mega-dropdown-menu > li > ul {
  padding: 0;
  margin: 0;
}
.mega-dropdown-menu > li > ul > li {
  list-style: none;
  color:#ff8a00;
  font-size:18px;
  font-family: Montserrat-Medium;
}


.mega-dropdown-menu > li > ul > li > a {
  display: block;
  color: #777;
  padding: 7px 0px;
  font-size:13px;
}
.mega-dropdown-menu > li > ul > li >  {
    
}
.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
  text-decoration: none;
  /*padding-left:10px;*/
}
.mega-dropdown-menu .dropdown-header {
  font-size: 18px;
  color: #ff3546;
  padding: 5px 60px 5px 5px;
  line-height: 30px;
}
.nov-box-menu .navbar-nav>.open>a, .nov-box-menu .navbar-nav>.open>a:focus, .nov-box-menu .navbar-nav>.open>a:hover{
	background-color:transparent !important;
	color: #b11f24;
}
.nov-disp {
	display:inline-block;
}
@media (max-width: 1200px) {
	.mega-dropdown-menu {
		width:100%;
	}
	.nov-shop>.dropdown-menu{
		right:auto;
	}
	.nov-box-menu .navbar-nav>.open>a, .nov-box-menu .navbar-nav>.open>a:focus, .nov-box-menu .navbar-nav>.open>a:hover {
		color: #fff;
	}
}
@media (max-width: 767px) {
	.mega-dropdown-menu {
		position:relative !important;
		text-align:center;
	}
	.mega-dropdown-menu > li > ul > li {
		font-size:16px;
	}
	.mega-dropdown-menu > li > ul > li > a {
		font-size:12px;
	}
	/*.mega-dropdown-menu > li > ul > li > a {
		color:#fff !important;
	}*/
}

/*end mega menu css*/




/*dropdown-css*/
/*
.dropdown-large {
	position: static !important;
}
.dropdown-menu-large {
	margin-left: 16px;
	margin-right: 16px;
	padding: 20px 0px;
}
.dropdown-menu-large > li > ul {
	padding: 0;
	margin: 0;
}
.dropdown-menu-large > li > ul > li {
	list-style: none;
}
.dropdown-menu-large > li > ul > li > a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.428571429;
	color: #333333;
	white-space: normal;
}
.dropdown-menu-large > li ul > li > a:hover, .dropdown-menu-large > li ul > li > a:focus {
	text-decoration: none;
	color: #262626;
	background-color: #f5f5f5;
}
.dropdown-menu-large .disabled > a, .dropdown-menu-large .disabled > a:hover, .dropdown-menu-large .disabled > a:focus {
	color: #999999;
}
.dropdown-menu-large .disabled > a:hover, .dropdown-menu-large .disabled > a:focus {
	text-decoration: none;
	background-color: transparent;
	background-image: none;
 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	cursor: not-allowed;
}
.dropdown-menu-large .dropdown-header {
	color: #428bca;
	font-size: 18px;
}

@media (max-width: 768px) {
.dropdown-menu-large {
	margin-left: 0;
	margin-right: 0;
}
.dropdown-menu-large > li {
	margin-bottom: 30px;
}
.dropdown-menu-large > li:last-child {
	margin-bottom: 0;
}
.dropdown-menu-large .dropdown-header {
	padding: 3px 15px !important;
}
}*/

/*dropdown-css-end*/


 /* catagories - page -css */
 
 .dropdown-imag {
    height: 40px;
    width: 40px;
    border-radius: 50%;
 }
 
.catagories {
    background-color:#000000;
	min-height:45px;
	}
.style-box {
	background-color:#FFA500;
	    min-height: 45px;
	}
.style-box h1 {
	margin-top: 0;
    font-size: 22px;
    padding-top: 12px;
	font-family:Montserrat-ExtraBold;
	margin-bottom: 0;
    padding-left: 10px;
	}
.style-box span {
	padding-right:10px;
	}
.associated {
/*		background-image: url(../images/bg.png);
	background-position: center;
	background-size: cover;*/
	min-height:800px;
	margin-top: 10px;
	}
.panel-title {
	font-family: Montserrat-Medium;
	} 
.panel-title > a:before {
    float: right !important;
    font-family: FontAwesome;
    content:"\f056";
    padding-right: 5px;
}
/*.panel-title > a.collapsed:before {*/
/*    float: right !important;*/
/*    content:"\f056";*/
/*}*/
.panel-title > a.collapsed:before {
    float: right !important;
    font-family: FontAwesome;
    content: "\f055";
    padding-right: 5px;
}
.panel-title > a:hover, 
.panel-title > a:active, 
.panel-title > a:focus  {
    text-decoration:none;
}

.sidebar_active{
	background-color: #FFA500 !important;
}
.last-panel {
	padding:0;
	}
.last-panel	ul {
	padding-left: 0;
    padding-right: 0;
    list-style: none;
	margin-bottom:0;
	}
.last-panel ul li {
	    border-bottom: 1px solid #d7d5d5;
    background-color: #f6f5f5;
    padding: 14px;
	}
/*.last-panel ul li:active {
    background-color: #FFA500;
}	*/
.last-panel ul li a {
		color:#000000;
		text-decoration:none;
		}
.prodct-glu h1 {
	    font-size: 15px;
    margin-left: 15px;
	font-family: Montserrat-Medium;
	}
.angl-right{
	    padding-left: 5px;
    padding-right: 5px;
    color: #FFA500;
	}	
.prodct-glu h2 {
	padding-left:15px;
    font-size: 16px;
	font-family: Montserrat-Medium;
	}
.prodct-glu span {
	color:#FFA500;
	font-family: Montserrat-Medium;
	}	
.prodct-glu h3 {
	    border-top: 1px solid #eee;
    margin-left: 15px;
    padding-top: 30px;
	font-family:Montserrat-ExtraBold;
	}
 .panel-group .panel+.panel {
	 margin-top:0;
	 }
.wall-box {
	padding-bottom:20px;
	}
.wall-box p {
	border: 1px solid #b8b8b8;
    padding: 25px;
    font-size: 14px;
	font-family: Montserrat-Medium;
	}			
.double {
	background-color: #fbfbfb;
    border: 1px solid #eee;
    min-height: 336px;
	}
.double img {
	margin:0 auto;
	text-align:center;
	 padding-top: 65px;
	}
.double-contnt h4 {
	    font-size: 14px;
		font-family: Montserrat-Medium;
	}
.double-contnt h5 {
	    font-size: 15px;
		color:#F37D15;
		font-family: Montserrat-Medium;
	}	


 /* Product - page -css */ 
 .double-wall h1 {
	font-size: 30px;
    margin-left: 15px;
	font-family: Montserrat-Medium;
	 }
 .double-wall p {
    font-size: 17px;
    color: #504b4b;
	font-family: Montserrat-Regular;
    text-align: justify;
	 }
 .length-form {
	     padding-bottom:16px;
	 }
 .prod-btn {
	 float:right;
	 	margin-right: 16px;
	 margin-top: 20px;
	 }
 .small-box {
	     border: 1px solid #eee;
    min-height: 320px;
    /*margin-top: 26px;*/
	    background-color: #fafafa;
	 }
 .small-box img {
	 padding-top:45px;
	 }	 
 .information {
	 border:1px solid #DCDCDC;
	 min-height:500px;
	     margin-top: 50px;
    margin-bottom: 30px;
	 }
  .information h1 {
	  text-align:center;
	  	font-family:Montserrat-ExtraBold;
		font-size:25px;
		border-bottom:1px solid #D0D0D0;
		padding-bottom:20px;
	  }
.info-heading {
	    float: none;
    text-align: center;
    margin: 0 auto;
	}	
.small-images {
	padding-top:20px;
	}	
.small-images a {
	text-decoration:none;	
	}	  
.small-images img {
        height: 82px;
    width: 82px;
	}
.boxs {
	    padding-left: 10px;
    padding-right: 10px;
	}

	
  /* Product - page -css end*/
	
	
	
	
  /* Product - industry - page -css start*/
.pro-baner {
    /*background-image: url(../images/baner.png);*/
    height: auto;
    background-repeat: no-repeat;
    background-position: center;
    /*min-height: 185px;*/
	margin-bottom: 20px;
	margin-top:20px;
	border:1px solid #EEEEEE;
	}
.gets-started h1 {
	font-size: 30px;
    padding-top: 25px;
			font-family: Montserrat-Regular;
			color:#FFFFFF;
			text-transform: uppercase;
	}
.gets-started h2 {
	 font-size: 30px;
    font-family: Montserrat-ExtraBold;
  color: rgb(255, 255, 255);
	text-transform: uppercase;
  text-shadow: 0px 1px 5px rgba(19, 21, 23, 0.75);
      margin-top: 0;
	}

.industry-img {
	float: right;
    padding-top: 20px;
	}
.associate-heading h5 {
    padding-top: 10px;
    font-family: Montserrat-ExtraBold;
	    font-size: 25px;
    padding-bottom: 15px;
	}


 /*  Faqs - page -css start*/  /* Faqs - page -css start*/
.frequently {
	padding-bottom:30px;
	} 
.frequently h1 {
	 text-align:center;
	padding-top: 10px;
    font-family: Montserrat-ExtraBold;
	font-size: 28px;
    padding-bottom: 15px;
	 }
.faqs {
	    border: 1px solid #c0c0c0;
		border-radius:5px;
	}	
.faqs h2 {
	background-color: #ffd6a6;
    padding: 10px;
    margin: 0;
	font-family:Montserrat-Medium;
	color:#EC8308;
	    font-size: 22px;
	}
.faqs p {
	color:#A2A2A2;
	font-family: Montserrat-Regular;
	padding: 20px;
    font-size: 15px;
    padding-left: 10px;
	line-height: 24px;
	}
 /*  contact-us - page -css start*/  /* contact-us  - page -css start*/

.contact-us h1 {
	text-align:center;
	padding-top: 10px;
    font-family: Montserrat-ExtraBold;
	font-size: 28px;
    padding-bottom: 15px;
	}
.email-form {
	border:1px solid #C8C8C8;
	height:auto;
	padding: 40px;
	 margin-bottom: 50px;
    border-radius: 10px;
    padding-bottom: 40px;
		}	
.email-form input {
	    height: 43px;
    margin-bottom: 15px;
	}	
.email-form textarea {
	min-height:145px;
	}	
	
  /* free-sample  - page -css start*/

.customer-form {
    border: 1px solid #C8C8C8;
    min-height: 275px;
    margin-bottom: 20px;
    margin-top: 20px;
    border-radius: 10px;
    padding-bottom: 10px;
	}
.customer-form h1 {
    padding-top: 10px;
    font-family: Montserrat-ExtraBold;
    font-size: 22px;
    padding-left: 17px;
	}	
.customer-form input {
	    height: 43px;
    margin-bottom: 15px;
	}
.customer-form select {
	    height: 43px;
    margin-bottom: 15px;
	margin-top:15px;
	}
.shiping {
	 min-height:520px;
	}
.shiping-btn a {
	float:right;
		}	
.plain-heading h1 {
	    padding-top: 10px;
    font-family: Montserrat-ExtraBold;
    font-size: 22px;
    padding-left: 17px;
}
.plain-heading h2 {
	    padding-top: 10px;
    font-family: Montserrat-ExtraBold;
    font-size: 18px;
    padding-left: 29px;
}

	
@media only screen and (min-width: 768px) and (max-width:1024px) {
.top-icons {
	padding-bottom: 45px;
}
}

@media only screen and (min-width: 320px) and (max-width:767px) {
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border: none;
}
.nav>li {
	text-align: center;
}
.top-icons {
	padding-bottom: 22px;
	border: none;
}
.started h2 {
	font-size: 22px;
}
.started h3 {
	font-size: 20px;
}
.started p {
	font-size: 14px;
}
.req-contnt p {
	font-size: 13px;
}
.offer h2 {
	font-size: 14px;
}
.offer p {
	font-size: 13px;
}
.boxes-images img {
	margin: 0 auto;
	text-align: center;
}
.box-style h2 {
	font-size: 22px;
}
.clients h2 {
	font-size: 25px;
}
.btn-parent2 {
	width: 250px;
}
.login-form {
	padding: 5px;
}
.login-form h3 {
	font-size: 20px;
}
.link-text {
	width: 170px;
	font-size: 12px;
}
.btn-arrow2 {
	width: 60px;
}
.whoWeAreImage {
	width: 100%;
}
.right-side {
	width: 100%;
}
.aboutusImage {
	width: 100%;
}
.aboutussection {
	width: 100%;
}


.double-wall h1 {
    font-size: 17px;
}


}

.left-chevicon {
/*     top: 100px;*/
      top: 50%;
    background-image: none !important;
    height: 100px;
 }
 
ol li{
  line-height: 24px;
  padding: 10px;
}

h5{
    padding: 10px 0;
	font-size: 20px;
}

.front-info {
	color: #f2880b;
}






.custom-print h2 {
	font-weight:550;
	font-size:28px;
	text-align:center;
	padding-bottom: 20px;
	font-family: Montserrat-Light;
	}
.custom-print h2 span {
	color:#f17100;
	}
.custom-print img {
	height:85px;
	}	
.custom-print h3 {
	color:#221F1C;
	font-size:14px;
    margin-bottom: 5px;
	}
.custom-print h4 {
	color:#221F1C;
    font-size:14px;
	margin-top:0;
	}	
	
	
	.card {
    /*width: 130px;
    height: 195px;*/
    position: relative !important;
    display: inline-block !important;
    /*margin: 50px;*/
	cursor:pointer !important;
}
.card .img-top {
    display: none !important;
/*    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    z-index: 99 !important; */
}

.card .img-bottom {
    display: inline !important;
    /*position: absolute !important;*/
    top: 0 !important;
    left: 0 !important;
    z-index: 99 !important; 
}

.card:hover .img-top {
    display: inline !important;
}

.card:hover .img-bottom {
	display: none !important;
}


.blog {
	margin-top:20px;
	}
.blog h3 {
	margin-top: -51px;
    background-color: #0b0b0b96;
    height: 50px;
    font-size: 22px;
	position:relative;
	text-align: center;
    padding-top: 9px;
	    margin-bottom: 20px;
	}
.blog h3 a { 
    color: #fff;
	text-decoration:none;
    }	
.blog p a {
	text-decoration:none;
	    color: #000;
	}
.read-btn {
    text-align: right;	
	}
.read-btn a {
    background-color: #444444;
    border-radius: 3px;
    padding: 6px;
    text-decoration: none;
    color: #FBFBFB;
    font-size: 12px;
	}	
.read-btn a:hover { 
    background-color: #ff8a00;
}				
.list-blog {
	list-style:none;
	padding-left:0;
    border: 1px solid #d9d9d9;
    padding: 15px;
    margin-top: 20px;
    margin-bottom: 20px;	
	}
.list-blog li { 
        padding: 8px;
    border-bottom: 1px solid #eee;
    }
.list-blog li a { 
    text-decoration: none;
    color: #000;
    font-size: 16px;
    font-family: arial;
    }
.invite > a.collapsed:before {
	display: none;
} 
.invite > a.collapsed:after {
	display: block;
}       
label.error{
	color: red;
	font-size: 12px;
	font-weight: 500;	
}