@import url('https://fonts.googleapis.com/css?family=Open+Sans|Poppins');

body {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	overflow-x: hidden;
}

ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: 'Open Sans', sans-serif;
}

p {
    position: relative;
    line-height: 1.8em;
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 15px;
    color: #777777;
    line-height: 1.8em;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
	font-family: 'Open Sans', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	color: #010102;
	font-family: 'Poppins', sans-serif;

}

a {
	margin: 0;
	padding: 0;
	transition: 0.5s linear;
	font-family: 'Poppins', sans-serif;
	color: #f10093;
}

a:hover,
a:focus,
a:visited {
	margin: 0;
	padding: 0;
	text-decoration: none;
	transition: 0.5s linear;
}

img {
	width: 100%;
	height: auto;
}

h2.head {
	text-transform: capitalize;
	font-weight: 900;
	border-left: 5px solid #000;
	padding-left: 15px;
	font-size: 32px;
	margin-bottom: 50px;
}
.widget p {

    color: #0e0d0d;
    font-size: 16px;

}

/*===========================
			Header
==========================*/

.main-heading .top-right {    
   
         float: right; 
   }
 .social-links.clearfix{

 	margin-bottom: 0;
 }




   .social-links.clearfix li {
    display: inline-block;
    color: #fff;
   padding: 8px 5px;
}
.social-links.clearfix li a {
    color: #fff;
}
.main-heading .location {
    float: left;
    color: #fff;
    line-height: 32px;
    font-size: 16px;
}

.top-content ul {
    list-style: none;
}

.top-content ul li {

    display: inline-block;

}
.top-content ul li .icon-box {

  float: left;
  width: 88px;
  text-align: center;

}
.top-content ul li .box-content {

    float: left;

}
.top-content ul li .box-content span {

    font-size: 20px;
    font-weight: 700;

}
.top-content ul li .box-content h3 {

    font-size: 17px;
    color: #777777;
    margin-top: 9px;

}

.top-content ul li .icon-box img {

    width: 100%;
    max-width: 54px;

}
.header-upper {

    position: relative;
    padding: 17px 0px;

}
.top-content {
    margin-top: 26px;
    float: right;
}


.thank {
    margin: 27px 0px 0px;
    text-align: center;
    font-size: 25px;
    font-weight: 700;
    color: #30709e;
}





.logo img {
	width: 100%;
}


.sticky {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 99;
	background: #fff;
	padding: 5px 0;
	transition: 0.5s all;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(128,128,128,0.42);
	-moz-box-shadow: 0px 5px 5px 0px rgba(128,128,128,0.42);
	box-shadow: 0px 5px 5px 0px rgba(128,128,128,0.42);
}

/*--menu--*/
.menu > ul > li a {
    padding: 16px 34px;
    font-family: 'Open Sans', sans-serif;
    color: #1b1414;
    font-size: 16px;
    border-left: 1px solid #e9e0e0;
}

.menu > ul {
   
    padding: 0;
    width: fit-content;
    float: right;
}

.slide {
    margin-top: 59px;

}








/*===========================
			slider
==========================*/
.slider {
	margin-top: 0px;
}




/*===========================
			contain
==========================*/

/*--welcome--*/
.welcome {
	margin-top: 70px;
}

.welcome h2.head {
	margin-bottom: 20px;
}

.welcome p {
	margin-bottom: 20px;
}

.welcome .read {
	padding: 10px 70px 10px 20px;
	background: #272727;
	color: #fff;
	text-transform: capitalize;
	position: relative;
	overflow: hidden;
	width: 100%;
    height: 100%;
    overflow: hidden;
    display: inline;
}

.welcome .read:before {
    position: absolute;
    top: 0;
    right: 9px;
    content: "";
    display: block;
    height: 100%;
    width: 40px;
    transform: skewX(-20deg);
    background: #1965bf;
    overflow: hidden;
    z-index: 0;
}

.welcome .read i {
    position: absolute;
    right: 0;
    top: 0;
    height: 40px;
    width: 40px;
    background: #1965bf;
    line-height: 40px;
    text-align: center;
}

.welcome .read:hover {
	background: #368ef7;
}


/*--gallery--*/
.gallery {
	margin-top: 70px;
}
.gallery-contain {
	position: relative;
}

.gallery-contain figure {
	border: 1px solid #ccc;
	margin-top: 30px;
}

.gallery-contain .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    background: rgba(21, 34, 63, 0.75);
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.gallery-contain .overlay .box {
	display: table;
	width: 100%;
	height: 100%;
}

.gallery-contain .overlay .box .content {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	padding: 0 20px;
}

.gallery-contain .overlay .box .content h5 {
	color: #fff;
	margin-top: 20px;
	font-size: 20px;
}

.gallery-contain .overlay .box .content a:focus,
.gallery-contain .overlay .box .content a:active,
.gallery-contain .overlay .box .content a:visited {
	outline: 0;
}

.gallery-contain .overlay .box .content i {
	height: 60px;
	width: 60px;
	line-height: 60px;
	border-radius: 100%;
	border: 2px solid #fff;
	color: #fff;
}

.gallery-contain:hover .overlay {
	transform: scale(1);
}


/*-- lightbox --*/
a.fancybox img {
    border: none;
    box-shadow: 0 1px 7px rgba(0,0,0,0.6);
    -o-transform: scale(1,1); -ms-transform: scale(1,1); -moz-transform: scale(1,1); -webkit-transform: scale(1,1); transform: scale(1,1); -o-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out;
} 
a.fancybox:hover img {
    position: relative; z-index: 999; -o-transform: scale(1.03,1.03); -ms-transform: scale(1.03,1.03); -moz-transform: scale(1.03,1.03); -webkit-transform: scale(1.03,1.03); transform: scale(1.03,1.03);
}

/*===========================
		showcase-gallery
==========================*/
.showcase {
	margin-top: 70px;
}

.showcase-gallery {
	margin-top: 30px;
}

.showcase-gallery img {
	border: 1px solid #ccc;
}

.showcase-gallery .owl-nav {
	display: none;
}

/*===========================
			Header
==========================*/


/*===========================
	footer
===========================*/
.footer {
	margin-top: 70px;
}
/*--footer-top--*/
.footer-top {
	height: auto;
	width: 100%;
	background: #368ef7;
	position: relative;
}

.footer-top:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	display: block;
	content: "";
	height: 100%;
	width: 28%;
	background: #1965bf;
}

.footer-top .left,
.footer-top .right {
	height: 150px;
	position: relative;
}

.footer-top .right:before {
    content: "";
    border-right: 40px solid #1965bf;
    border-top: 75px solid transparent;
    border-bottom: 75px solid transparent;
    left: -35px;
    position: absolute;
    top: 0;
    z-index: 9;
}


.footer-top p {
    font-size: 30px;
    line-height: normal;
    color: #fff;
}

.footer-top p span {
    font-weight: bold;
    letter-spacing: 1px;
}

a.request {
    display: block;
    width: fit-content;
    padding: 15px 40px;
    color: #fff;
    background: transparent;
    border: 1px solid #fff;
    text-transform: uppercase;
    margin: 10px 0 0 0;
}

a.request:hover {
    
    background: #272727;
    border: 1px solid #272727;
}

.footer-top p,
a.request {
	margin-top: 47px;
}


/*--footer-middle--*/
.footer-middle {
	background: #272727;
	padding: 30px 0;
}

.footer-middle h2.head {
	height: auto;
	width: auto;
}

.footer-middle h2.head:before,
.footer-middle h2.head:after {
	height: auto;
	width: auto;
	display: none;
}

.footer-middle h2.head {
    color: #fff;
    font-size: 22px;
    padding: 3px 0 3px 15px;
    border-left: 3px solid #368ef7;
    margin: 0 0 30px 0;
}

.footer-middle p,
.footer-middle a,
.footer-middle ul li,
.footer-middle i,
.footer-middle .contact_Detail input,
.footer-middle .contact_Detail textarea {
	color: #fff;
	border: 0;
	outline: 0;
}

.contact-list,
.footer-menu-list,
.footer-social-icons {
	margin: 0;
	padding: 0;
}

.contact-list li {
	position: relative;
	margin-bottom: 15px;
}

.contact-list i {
    position: absolute;
    top: 10px;
    left: 0;
    font-size: 20px;
}

.contact-list .ic-contain {
	padding-left: 30px;
}

.footer-menu-list li a {
    text-transform: capitalize;
    line-height: 40px;
    font-size: 16px;
    font-weight: 500;
}

.footer-social-icons {
	margin-top: 20px;
}

.footer-social-icons li {
	display: inline-block;
	margin-right: 18px;
}
.footer-social-icons li a {
	font-size: 20px;
}

.footer-social-icons li a i:hover,
.footer-menu-list li a:hover {
	color: #368ef7;
	transition: 0.5s all;
}

.footer-middle .contact_Detail input,
.footer-middle .contact_Detail textarea {
	color: #fff;
	border-bottom: 1px solid #424242;
	outline: 0;
	padding: 10px 0;
	margin: 0;
	background: transparent;
	width: 100%;

}

.submit.abc {
	 margin-top: 0;
	 border: 0;
	 display: block;
	 width: 100%;
	 text-align: center;
	 padding: 8px;
}

.footer-bottom {
    background: #000;
    padding: 20px 0;
}

.footer-bottom p,
.footer-bottom p a {
	color: #fff;
}
.footer-bottom .right {
	text-align: right;
}

.menu > ul > li > ul.normal-sub > li {
    border-bottom: 1px solid #e0e0e0;
}

.menu > ul > li > ul.normal-sub > li a {
    border: 0;
    padding: 5px 0;
    font-size: 14px;
    text-transform: capitalize;
}

.prdDetails ul li {
    line-height: 28px;
    font-size: 16px;
    list-style: url(../img/listIcons.png);
}
.other {
	margin-top: 70px;
}
.t-2 {
	margin-top: 40px;
}
.prdLIstBox .imgBOx {
    border: 4px dashed #d8d8d8;
}


.prdLIstBox .bounceUP {
	-webkit-animation: 3s linear infinite movebounce;
    animation: 3s linear infinite movebounce;
}
.headings h2 {

    font-size: 21px;
    font-weight: 700;
    color: #0c0b0b;
}
.headings span {
    color:#a80000;

}
.headings {
    margin: 36px 0px;
}
.content h2 {
    font-size: 19px;
    color: #080707;
    font-weight: 700;
}
.content-table .table > thead > tr > th {
    border: none !important;
    font-size: 18px;
 }
.content-table .table tr td {
    
}
.content p {
    color: #121111;
    font-size: 17px;
    line-height: 31px;
    text-align: justify;
}

.content-table .table th:nth-child(7) {

    background-color: yellow;
    color: #141212;
}
.heading {
    position: relative;
    margin: 60px 0px;
}
.text-center {
    text-align: center;
}
.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.heading .img-responsive.center-block {
    width: 198px;
}
.con-p {
    font-size: 17px;
    color: #292727;
}
.cont-address {
    color: #111010;
    font-weight: 700;
}
.inquiry-top {
    margin-top: 53px;
    margin-bottom: 30px;
}
.holder {
    width: 100%;
    background: #fff;
    box-shadow: 0 0 8px 8px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 8px 8px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 8px 8px rgba(0,0,0,0.2);
    border: 1px solid #ccc;
}
.holder form {
    width: 100%;
    padding: 40px 20px;
}

.holder form input[type="text"] {
    width: 100%;
    height: 45px;
    padding: 0 20px;
    border-radius: 4px;
    background: #eee;
    border: 1px solid #ccc;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font: 400 16px 'Montserrat', sans-serif;
    color: #777;
    margin: 0 0 30px 0;
}
.holder form textarea {
    float: left;
    width: 100%;
    height: 220px;
    padding: 18px 20px;
    border-radius: 4px;
    background: #eee;
    border: 1px solid #ccc;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font: 400 16px 'Montserrat', sans-serif;
    color: #777;
    margin: 0 0 30px 0;
    resize: none;
}

.head {
    position: relative;
    margin: 6px 0px;
}
.head h3 {
    position: relative;
    border-left: 4px solid #012b5d;
    padding: 3px 17px;
    margin-top: 9px;
    font-weight: 400;
    font-size: 21px;
    display: block;
    font-weight: 700;
}
.prg {
    font-size: 19px;
    margin: 36px auto;
    text-align: justify;
    color:;
}
.prg p {

    color: #000;
    font-size: 16px;
    line-height: 30px;
}
.content-table .table td:nth-child(5) {
    background-color: #d7d7d7;
}

.content-table .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {

   padding: 8px 7px;
    line-height: 1.42857143;
    vertical-align: top;
    border:none;
    font-size: 15px;
   

}
.table {
   
    border: 1px solid gray !important;
   
}

.content-table .table td:nth-child(1) {

    color: #111010;
    font-weight: 700;

}



@keyframes movebounce {
	0%, 100% { transform: translateY(0); }
	70% { transform: translateY(20px);  }
}

.other ul li {
    position: relative;
    line-height: 1.8em;
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 15px;
    color: #777777;
    line-height: 1.8em;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    font-family: 'Open Sans', sans-serif;
    list-style: disc;
}

input[type="text"], textarea {
    width: 100%;
    padding: 10px 0;
    border: 0;
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
    outline: 0;
}

input.submit.has {
    padding: 10px 30px;
    border: 0;
    outline: 0;
    background: #5f2f9b;
    color: #fff;
    font-weight: bold;
    outline: 0;
    transition: 0.5s;
    letter-spacing: 1px;
}

input.submit.has:hover {
    background: #368ef7;
}

.prdLIstBox .imgBOx img {
    cursor: -webkit-zoom-in;
}
.prdDetails {
	margin-top: 50px;
}
.mt-5 {
	margin-top: 4em;
}
.machineRelated .box {
	position: relative;
	border: 1px solid #ccc;
	overflow: hidden;
}
.machineRelated .box .overlay {
	position: absolute;
	left: 0;
	top: 0;
    background: rgb(54, 142, 247, 0.8);
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
}
.machineRelated .box .overlay {
    text-align: center;
    transform: translateY(-100%);
    transition: 0.5s cubic-bezier(0.96, 0.34, 1, 1);
}
.machineRelated .box .overlay a {
	color: #fff;
	line-height: 28px;
	text-transform: capitalize;
	position: relative;
	text-align: center;
}
.mb-3 {
	margin-bottom: 0.5em;
}
.machineRelated .box:hover .overlay {
	transform: translateY(0);
    transition: 0.5s cubic-bezier(0.35, 0.29, 0.93, -0.16);
}
.mb-5 {
	margin-bottom: 2em;
}
.icon {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.icon i {
    color: #fff;
    font-size: 60px;
    border: 4px solid #fff;
    height: 100px;
    width: 100px;
    border-radius: 100%;
    text-align: center;
    line-height: 96px;
}

.prdLIstBox.border-no .imgBOx {
	border: 0;
	animation: inherit;
}
.prdLIstBox.border-no .bouceUp {
	animation: inherit;
}

.menubar {
    background: #d3d3d3;
}
.section {
    position: relative;
}
.widget h2 {
    font-size: 22px;
    color: #000;
    font-weight: 400;
}
.widget h2 span {
    color: red;
    font-weight: 700;
}
.widget {
   margin: 25px 0px;
}
.head h2 {
    font-size: 18px;
    font-weight: 700;
    color: #000;
}

.date_table p {
    font-family: Century Gothic;
    font-size: 16px;
    color: #000;
    float: left;
    margin: 0px;
    width: 10%;
    padding: 5px 17px;
}
.date_table {
    margin: 0px;
    padding: 0px;
    float: left;
    height: auto;
    width: 90%;
    border: #CCC thin solid;
}

.date_table {
    margin: 0px;
    padding: 0px;
    float: left;
    height: auto;
    width: 90%;
    border: #CCC thin solid;
}

.date_table p {
    font-family: Century Gothic;
    font-size: 16px;
    color: #000;
}
.main_div {
    margin: 0px;
        margin-top: 0px;
    margin-top: 70px;
    padding: 0px;
    height: auto;
    width: 100%;
}
.welcome_note {
    padding: 0px;
    height: auto;
    width: 1200px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}
.welcome_note h1 {
    font-family: Cambria;
    color: #ba131a;
    font-size: 30px;
    width: 100%;
    font-style: italic;
    margin: 0px;
}
.welcome_note h1 span {
    color: #000;
}
.welcome_note p {
    font-family: Calibri;
    font-size: 18px;
    color: #000;
    float: left;
    margin: 0px;
    width: auto;
}
.date_table {
    margin: 0px;
    padding: 0px;
    float: left;
    height: auto;
    width: 90%;
    border: #CCC thin solid;
}
.date_table p {
    font-family: Century Gothic;
    font-size: 16px;
    color: #000;
    float: left;
    margin: 0px;
    width: 10%;
    padding: 5px;
}


@media (max-width: 768px) {
	.menu > ul {
		float: left;
		width: 100%;
	}
	.logo img {
		width: 50%;
	}
	.stickty .menu .show-on-mobile {
		overflow: scroll;
	}
}

@media (max-width: 420px) {

 .content-table {
    overflow-x: auto;
    width: 100%;
   }
   .top-content ul li .icon-box img {
    width: 100%; 
  }
  .top-content ul li .icon-box {
    float: left;
    width: 52px;
    text-align: center;
}





}