/* * Body */

body {

	font-family: 'Open Sans', sans-serif;

	font-size: 14px;

	color: #000;

	overflow-x: hidden;

}

img {

    max-width: 100%;

	height: auto;

}

a {

    outline: 0 !important;

}



td{	height:40px; font-family: 'Lato', sans-serif; border:1px solid #acacac;}

thead { background-image: url("../images/noise.png"); text-align:center; }

tr {/*text-align:center;*/ border:1px solid #acacac;}

table{width:100%;}

.table-space{ border-collapse: separate; border:1px solid #acacac; width:100%; }


.prop-head

{    font-family: 'Poppins', sans-serif;

    margin: 30px 0 20px 0;

    font-size: 15px;

}

.prop-head-application

{    font-family: 'Poppins', sans-serif;

    margin: 12px 0 20px 0;

    font-size: 15px;

}

.application-content p{

    color: #222222;

    font-family: 'Lato', sans-serif;

    font-size: 14px;

    letter-spacing: 0.56px;

    line-height: 26px;

    margin-top: 18px;

}

.application-content ul { 

padding-left:20px;

 list-style:none;}

 

.industry li:before {    

font-family: "FontAwesome"; 

content: "\f08b";

margin:0 10px 0 -22px;

}

.industry

{ color: #222222;

   font-family: 'Lato', sans-serif;

    font-size: 14px;

    letter-spacing: 0.56px;

    line-height: 26px;

    margin-top: 18px;

}

.table-cont {

    padding-left: 15px;

    font-family: 'Poppins', sans-serif;

    font-size: 13px;

	margin:0;

	line-height:normal;

}

h2.head {

  font-size: 18px;

   font-weight: 600;

  padding-left: 20px;

}

div.section a {

   display: inline-block;

   border: #ccc solid 1px;

   padding: 6px 12px;

   border-radius: 5px;

    max-width: 85%;

   margin-bottom: 12px;

   font-weight: 500;

}

p.main-1 {

   margin: 0px;

}

.head a{

   font-size: 18px;

   font-weight: 600;

  font-family: 'Open Sans', sans-serif;

 color: #000!important;

 text-decoration: none;

 }

/* Padding/Margin */

.top-padding{padding-top:50px;}

.bottom-padding{padding-bottom:50px;}

.no-padding {

	padding: 0;

}

.no-left-padding{

	padding-left: 0;

}

.no-right-padding {

	padding-right: 0;

}

.no-top-padding {

	padding-top: 0;

}

.no-bottom-padding {

	padding-bottom: 0;

}

.no-margin {

	margin: 0;

}

.no-left-margin {

	margin-left: 0;

}

.no-right-margin {

	margin-right: 0;

}

.no-top-margin {

	padding-top: 0;

}

.no-bottom-margin {

	margin-bottom: 0;

}

.mtop

{margin-top: 45px;}

.space-menu

{margin-top: 15px;}

.mt-5

{margin-top: 100px;}

.product-section h3{

  font-size: 35px;

    font-family: 'Lato', sans-serif;

    color: #039edb;

    font-weight: 600;

}

.popular-search

{text-transform:lowercase; text-align:justify;}

/* OW pull-left/pull-right */

.ow-pull-left  {

	float: left;

}

.ow-pull-right  {

	float: right;

}

.applications h6

{text-align:center;

font-weight:500;

font-family: 'Poppins', sans-serif;

margin-bottom:25px;

}



/**product design**/

/**sidebar listing**/



/* Section Padding */

.section-padding {

	padding-top: 75px;

	padding-bottom: 75px;

}

/*  Section-1  Padding */

.section-1-padding {

	padding-top: 40px;

	padding-bottom: 40px;

}

.section-2-padding {

				padding-top: 10px;

				padding-bottom: 10px;

			}

.section-3-padding {

				padding-bottom: 15px;

			}

			

.section-4-padding{

				padding-bottom: 40px;

			}

.margin-space

			{margin-top:30px;}

.margin-gap

			{margin-top:50px;}

.space-topgap

			{margin-top:22px;}

/**product effect**/



/**roller**/

.wpb_wrapper

{

	margin:0;

	padding:0;

}

.roller {

    position: relative;

    overflow: hidden;

    padding-top: 100px;

    width: 720px;

    margin: 0 auto;

}



.roller * {

    box-sizing: content-box;

    -moz-box-sizing: content-box;

    -webkit-box-sizing: content-box;

}



.roller .round {

    border: 3px #fff solid;

    width: 400px;

    height: 400px;

    margin: 59px auto;

    border-radius: 50%;

    -moz-border-radius: 50%;

    -webkit-border-radius: 50%;

    opacity: .3;

    filter: Alpha(Opacity=30);

    transform: scale(0);

    -moz-transform: scale(0);

    -ms-transform: scale(0);

    -webkit-transform: scale(0);

    transition: .5s ease;

    -moz-transition: .5s ease;

    -o-transition: .5s ease;

    -webkit-transition: .5s ease;

}



.roller.active .round {

    transform: scale(1);

    -moz-transform: scale(1);

    -ms-transform: scale(1);

    -webkit-transform: scale(1);

}





.roller .dot {

    position: absolute;

    top: 100px;

    left: 0;

    right: 0;

    bottom: 0;

    width: 524px;

    margin: 0 auto;

    padding: 0;

    list-style: none;

}



.roller .dot li {

    position: absolute;

    width: 120px;

    top: 0;

    left: 0;

    right: 0;

    height: 524px;

    margin: 0 auto;

    padding: 0;

    opacity: 0;

    filter: Alpha(Opacity=0);

    transition: 2s ease;

    -moz-transition: 2s ease;

    -o-transition: 2s ease;

    -webkit-transition: 2s ease;

}

.roller .dot li:before {display: none;}



.roller.active .dot li {

    opacity: 1;

    filter: Alpha(Opacity=100);

    transition-delay: .5s;

    -moz-transition-delay: .5s;

    -o-transition-delay: .5s;

    -webkit-transition-delay: .5s;

}

.roller.active .dot .dot0 {

    transform: rotate(0deg);

    -moz-transform: rotate(0deg);

    -ms-transform: rotate(0deg);

    -webkit-transform: rotate(0deg);

}



.roller.active .dot .dot1 {

    transform: rotate(36deg);

    -moz-transform: rotate(36deg);

    -ms-transform: rotate(36deg);

    -webkit-transform: rotate(36deg);

}

.roller.active .dot .dot2 {

    transform: rotate(72deg);

    -moz-transform: rotate(72deg);

    -ms-transform: rotate(72deg);

    -webkit-transform: rotate(72deg);

}



.roller.active .dot .dot3 {

    transform: rotate(108deg);

    -moz-transform: rotate(108deg);

    -ms-transform: rotate(108deg);

    -webkit-transform: rotate(108deg);

}

.roller.active .dot .dot4 {

    transform: rotate(144deg);

    -moz-transform: rotate(144deg);

    -ms-transform: rotate(144deg);

    -webkit-transform: rotate(144deg);

}



.roller.active .dot .dot5 {

    transform: rotate(180deg);

    -moz-transform: rotate(180deg);

    -ms-transform: rotate(180deg);

    -webkit-transform: rotate(180deg);

}

.roller.active .dot .dot6 {

    transform: rotate(216deg);

    -moz-transform: rotate(216deg);

    -ms-transform: rotate(216deg);

    -webkit-transform: rotate(216deg);

}



.roller.active .dot .dot7 {

    transform: rotate(252deg);

    -moz-transform: rotate(252deg);

    -ms-transform: rotate(252deg);

    -webkit-transform: rotate(252deg);

}



.roller.active .dot .dot8 {

    transform: rotate(288deg);

    -moz-transform: rotate(288deg);

    -ms-transform: rotate(288deg);

    -webkit-transform: rotate(288deg);

}



.roller.active .dot .dot9 {

    transform: rotate(324deg);

    -moz-transform: rotate(324deg);

    -ms-transform: rotate(324deg);

    -webkit-transform: rotate(324deg);

}

.roller .dot span {

    display: block;

    width: 20px;

    height: 20px;

    margin: 50px;

    background: #fff;

    border-radius: 50%;

    -moz-border-radius: 50%;

    -webkit-border-radius: 50%;

}



.roller .dot p {

    display: block;

    width: 100px;

    height: 100px;

    border: 3px #fff solid;

    margin: 7px;

    background-image: url("../images/icons.png");

    border-radius: 50%;

    -moz-border-radius: 50%;

    -webkit-border-radius: 50%;

}



.roller .dot .dot1 p {

    background-position: -100px 0;

    transform: rotate(-36deg);

    -moz-transform: rotate(-36deg);

    -ms-transform: rotate(-36deg);

    -webkit-transform: rotate(-36deg);

}



.roller .dot .dot3 p {

    background-position: -200px 0;

    transform: rotate(-108deg);

    -moz-transform: rotate(-108deg);

    -ms-transform: rotate(-108deg);

    -webkit-transform: rotate(-108deg);

}

.roller .dot .dot5 p {

    background-position: -300px 0;

    transform: rotate(-180deg);

    -moz-transform: rotate(-180deg);

    -ms-transform: rotate(-180deg);

    -webkit-transform: rotate(-180deg);

}



.roller .dot .dot7 p {

    background-position: -400px 0;

    transform: rotate(-252deg);

    -moz-transform: rotate(-252deg);

    -ms-transform: rotate(-252deg);

    -webkit-transform: rotate(-252deg);

}

.roller .dot .dot9 p {

    background-position: 0px 0;

    transform: rotate(-324deg);

    -moz-transform: rotate(-324deg);

    -ms-transform: rotate(-324deg);

    -webkit-transform: rotate(-324deg);

}

.roller .content {

    list-style: none;

    border: 0;

    margin: 0;

    padding: 0;

}

.roller .content li {

    position: absolute;

    padding: 0;

    opacity: 0;

    filter: Alpha(Opacity=0);

    transition: .5s ease;

    -moz-transition: .5s ease;

    -o-transition: .5s ease;

    -webkit-transition: .5s ease;

}

.roller .content li:before { display: none; }

.roller.active .content li {

    width: 20px;

    height: 20px;

    background: #ffbd0a;

    border-radius: 50%;

    -moz-border-radius: 50%;

    -webkit-border-radius: 50%;

    opacity: 1;

    filter: Alpha(Opacity=100);

}

.roller .content .content0 {

    left: 350px;

    top: 150px;

}



.roller.active .content .content0 {

    transition-delay: 3s;

    -moz-transition-delay: 3s;

    -o-transition-delay: 3s;

    -webkit-transition-delay: 3s;

}



.roller .content .content1 {

    left: 542px;

    top: 290px;

}

.roller.active .content .content1 {

    transition-delay: 3.5s;

    -moz-transition-delay: 3.5s;

    -o-transition-delay: 3.5s;

    -webkit-transition-delay: 3.5s;

}

.roller .content .content2 {

    left: 469px;

    top: 515px;

}

.roller.active .content .content2 {

    transition-delay: 4s;

    -moz-transition-delay: 4s;

    -o-transition-delay: 4s;

    -webkit-transition-delay: 4s;

}

.roller .content .content3 {

    left: 231px;

    top: 515px;

}

.roller.active .content .content3 {

    transition-delay: 4.5s;

    -moz-transition-delay: 4.5s;

    -o-transition-delay: 4.5s;

    -webkit-transition-delay: 4.5s;

}

.roller .content .content4 {

    left: 158px;

    top: 290px;

}

.roller.active .content .content4 {

    transition-delay: 5s;

    -moz-transition-delay: 5s;

    -o-transition-delay: 5s;

    -webkit-transition-delay: 5s;

}

.roller .content li b {

    color: #fff;

    text-align: center;

    width: 100px;

    left: -40px;

    position: absolute;

    bottom: 100%;

    margin: 0;

    padding-bottom: 5px;

    line-height: 1.14;

    display: none;

}



.roller .content li p {

    display: block;

    color: #fff;

    text-align: center;

    width: 100px;

    left: -40px;

    position: absolute;

    top: 100%;

    padding-top: 5px;

    line-height: 1.14;

}





@keyframes rotate {



    0% { transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); }

    100% { transform: rotate(360deg); -moz-transform: rotate(360deg); -ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); }



}



@-webkit-keyframes rotate {



    0% { transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); }



    100% { transform: rotate(360deg); -moz-transform: rotate(360deg); -ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); }



}



.roller .content li span {

    position: absolute;

    top: -2px;

    left: -2px;

    width: 22px;

    height: 22px;

    border: 1px #ffbd0a dashed;

    border-radius: 50%;

    -moz-border-radius: 50%;

    -webkit-border-radius: 50%;

    transition: .5s ease;

    -moz-transition: .5s ease;

    -o-transition: .5s ease;

    -webkit-transition: .5s ease;

    animation: rotate 30s infinite linear;

    -moz-animation: rotate 30s infinite linear;

    -webkit-animation: rotate 30s infinite linear;



}



.roller .content li a:hover span {

    background: #ffbd0a;

    background: rgba(255, 189, 10, .1);

    top: -62px;

    left: -62px;

    width: 142px;

    height: 142px;



}



.sectionTitles-new .sectionTitle-head{

  font-family: 'Poppins', sans-serif;

  font-size: 34px;

  line-height: 1;

  text-align: center;

  margin-top: 50px;

  margin-bottom:50px;

}

.sectionTitles-new .sectionTitle-head.whiteTC {

  color: #FFF;

}



#industries {

background: url("../images/background-industry.jpg") no-repeat scroll center center;

padding-bottom:60px;



}

/* * Fonts Settings */





/* Lato : font-family: 'Lato', sans-serif; */

@font-face {

  font-family: 'Lato';

  font-style: normal;

  font-weight: 100;

  src: local('Lato Hairline'), local('Lato-Hairline'), url(https://fonts.gstatic.com/s/lato/v11/boeCNmOCCh-EWFLSfVffDg.woff) format('woff');

}

@font-face {

  font-family: 'Lato';

  font-style: normal;

  font-weight: 300;

  src: local('Lato Light'), local('Lato-Light'), url(https://fonts.gstatic.com/s/lato/v11/KT3KS9Aol4WfR6Vas8kNcg.woff) format('woff');

}

@font-face {

  font-family: 'Lato';

  font-style: normal;

  font-weight: 400;

  src: local('Lato Regular'), local('Lato-Regular'), url(https://fonts.gstatic.com/s/lato/v11/9k-RPmcnxYEPm8CNFsH2gg.woff) format('woff');

}

@font-face {

  font-family: 'Lato';

  font-style: normal;

  font-weight: 700;

  src: local('Lato Bold'), local('Lato-Bold'), url(https://fonts.gstatic.com/s/lato/v11/wkfQbvfT_02e2IWO3yYueQ.woff) format('woff');

}

@font-face {

  font-family: 'Lato';

  font-style: normal;

  font-weight: 900;

  src: local('Lato Black'), local('Lato-Black'), url(https://fonts.gstatic.com/s/lato/v11/BVtM30trf7q_jfqYeHfjtA.woff) format('woff');

}

@font-face {

  font-family: 'Lato';

  font-style: italic;

  font-weight: 100;

  src: local('Lato Hairline Italic'), local('Lato-HairlineItalic'), url(https://fonts.gstatic.com/s/lato/v11/CggrdU0t5c42NcNxN-VM3_esZW2xOQ-xsNqO47m55DA.woff) format('woff');

}

@font-face {

  font-family: 'Lato';

  font-style: italic;

  font-weight: 300;

  src: local('Lato Light Italic'), local('Lato-LightItalic'), url(https://fonts.gstatic.com/s/lato/v11/2HG_tEPiQ4Z6795cGfdivD8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');

}

@font-face {

  font-family: 'Lato';

  font-style: italic;

  font-weight: 400;

  src: local('Lato Italic'), local('Lato-Italic'), url(https://fonts.gstatic.com/s/lato/v11/oUan5VrEkpzIazlUe5ieaA.woff) format('woff');

}

@font-face {

  font-family: 'Lato';

  font-style: italic;

  font-weight: 700;

  src: local('Lato Bold Italic'), local('Lato-BoldItalic'), url(https://fonts.gstatic.com/s/lato/v11/HkF_qI1x_noxlxhrhMQYED8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');

}

@font-face {

  font-family: 'Lato';

  font-style: italic;

  font-weight: 900;

  src: local('Lato Black Italic'), local('Lato-BlackItalic'), url(https://fonts.gstatic.com/s/lato/v11/VNUH7ZAcagYBWsAiBBCEYz8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');

}



/* Poppins : font-family: 'Poppins', sans-serif; */

@font-face {

  font-family: 'Poppins';

  font-style: normal;

  font-weight: 300;

  src: local('Poppins Light'), local('Poppins-Light'), url(https://fonts.gstatic.com/s/poppins/v1/D2gN9uyZ9Ucx1fJ1Fhb7sxsxEYwM7FgeyaSgU71cLG0.woff) format('woff');

}

@font-face {

  font-family: 'Poppins';

  font-style: normal;

  font-weight: 400;

  src: local('Poppins'), local('Poppins-Regular'), url(https://fonts.gstatic.com/s/poppins/v1/SFusu2OSFiUt40t5QNWvnA.woff) format('woff');

}

@font-face {

  font-family: 'Poppins';

  font-style: normal;

  font-weight: 500;

  src: local('Poppins Medium'), local('Poppins-Medium'), url(https://fonts.gstatic.com/s/poppins/v1/yQWaOD4iNU5NTY0apN-qjxsxEYwM7FgeyaSgU71cLG0.woff) format('woff');

}

@font-face {

  font-family: 'Poppins';

  font-style: normal;

  font-weight: 600;

  src: local('Poppins SemiBold'), local('Poppins-SemiBold'), url(https://fonts.gstatic.com/s/poppins/v1/zO07Oxe3SOlw0l2YX2sdIRsxEYwM7FgeyaSgU71cLG0.woff) format('woff');

}

@font-face {

  font-family: 'Poppins';

  font-style: normal;

  font-weight: 700;

  src: local('Poppins Bold'), local('Poppins-Bold'), url(https://fonts.gstatic.com/s/poppins/v1/57TQ-anwthzkETEIO4jESBsxEYwM7FgeyaSgU71cLG0.woff) format('woff');

}



/* Dancing Script : font-family: 'Dancing Script', cursive; */

@font-face {

  font-family: 'Dancing Script';

  font-style: normal;

  font-weight: 400;

  src: local('Dancing Script'), local('DancingScript'), url(https://fonts.gstatic.com/s/dancingscript/v7/DK0eTGXiZjN6yA8zAEyM2VhlQWQpSCpzb2Peu3I-Q34.woff) format('woff');

}

@font-face {

  font-family: 'Dancing Script';

  font-style: normal;

  font-weight: 700;

  src: local('Dancing Script Bold'), local('DancingScript-Bold'), url(https://fonts.gstatic.com/s/dancingscript/v7/KGBfwabt0ZRLA5W1ywjowfVc48Rxw3pIW-IHeDZiIVI.woff) format('woff');

}



/* Yellowtail : font-family: 'Yellowtail', cursive; */

@font-face {

  font-family: 'Yellowtail';

  font-style: normal;

  font-weight: 400;

  src: local('Yellowtail'), url(https://fonts.gstatic.com/s/yellowtail/v6/GcIHC9QEwVkrA19LJU1qlBsxEYwM7FgeyaSgU71cLG0.woff) format('woff');

}







/* * Header */





main,footer {

	overflow: hidden;

}



.top-header .our-contacts {

	padding-top: 30px;

}

.top-header .our-contacts p {

	font-family: 'Lato', sans-serif;

	font-size: 15px;

	letter-spacing: 0.6px;

}

.top-header .our-contacts p i {

	color: #ae2521;

	padding-right: 15px;

}

.top-header .our-contacts p a {

	color: #777;

	text-decoration: none;

}

.top-header .our-contacts p a.phone > span {

	font-weight: 700;

	color: #222;

}

.top-header .logo-block {

	/**text-align: center;**/

}

.top-header .logo-block  a.navbar-brand{

	float: none;

	display: inline-block;

	height: auto;

	/**padding-top: 40px;**/

}

.top-header .header-social {

	padding-top: 30px;

	text-align: right;

}

.top-header .header-social ul {

	padding-left: 0;

	margin-bottom: 0;

	display: inline-block;

}

.top-header .header-social ul li {

	display: inline-block;

	margin-right: 10px;

}

.top-header .header-social ul li:last-child {

	margin-right: 0;

}

.top-header .header-social li a {

	color: #222;

	font-size: 14px;

	-webkit-transition: all 1s ease 0s;

	-moz-transition: all 1s ease 0s;

	-o-transition: all 1s ease 0s;

	transition: all 1s ease 0s;

}

.top-header .header-social li a:hover {

	color: #00a0dd;

}

.top-header .cart > li > a {

	background-color: #00a0dd;

	border: 1px solid #00a0dd;

	padding: 10px 40px;

	font-size: 12px;

	font-weight: 600;

	font-family: 'Poppins', sans-serif;

	text-align: center;

	text-transform: uppercase;

	color: #222;

	display: inline-block;

	letter-spacing: 1.8px;

	margin-left: 20px;

	border-radius: 50px;

	-webkit-transition: all 1s ease 0s;

	-moz-transition: all 1s ease 0s;

	-o-transition: all 1s ease 0s;

	transition: all 1s ease 0s;

}

.top-header .cart > li > a:hover {

	background-color: transparent;

	border: 1px solid #00a0dd;

	color: #00a0dd;

}

/* * Footer */

.footer-main .section-padding {

	padding-bottom: 40px;

	padding-top: 40px;

}

.footer-main {

  background-image: url("../images/footer-bg.jpg");

	background-repeat: no-repeat;

	background-size: cover;

	position: relative;

	text-align: left;

}

.footer-main::before {

	background-color: rgba(0, 0, 0, 0.8);

	content: "";

	display: inline-block;

	left: 0;

	right: 0;

	top: 0;

	bottom: 0;

	position: absolute;

}

.footer-main a.navbar-brand{

	height: auto;

	float: none;

	display: inline-block;

	padding: 0;

	margin-bottom: 30px;	

}



.footer-main .ftr-widget p,

.footer-main .ftr-widget p a {

	color: #ccc;

}

.footer-main .ftr-widget p {

	line-height: 26px;

	font-size: 14px;

	font-family: 'Lato', sans-serif;

	letter-spacing: 0.56px;

	/*text-align: left;*/

}

.footer-main .about-widget a.locate-us {

	background-color: #00a0dd;

	border-radius: 50px;

	border: 1px solid #00a0dd;

	color: #121212;

	display: inline-block;

	font-family: 'Poppins', sans-serif;

	font-weight: 600;

	padding: 11px 40px;

	margin-top: 15px;

	letter-spacing: 1.8px;

	text-transform: uppercase;

	text-decoration: none;

	-webkit-transition: all 1s ease 0s;

	-moz-transition: all 1s ease 0s;

	-o-transition: all 1s ease 0s;

	transition: all 1s ease 0s;

}

.footer-main .about-widget a.locate-us:hover {

	background-color: transparent;

	border: 1px solid #00a0dd;

	color: #00a0dd;

}



.footer-main .ftr-widget h2 {

	color: #fff;

    font-family: 'Poppins', sans-serif;

    font-size: 18px;

    font-weight: 600;

    letter-spacing: 0.72px;

    margin-bottom: 10px;

    margin-top: 0;

    text-transform: uppercase;

	text-align: left;

}

.footer-main .hours-widget ul {

	padding-left: 0;

	margin-bottom: 0;

	margin-top: 20px;

	list-style: none;

}

.footer-main .hours-widget ul li {

	margin-bottom: 10px;

}

.footer-main .hours-widget li a {

	color: #ccc;

	font-family: 'Lato', sans-serif;

	font-size: 13px;

	letter-spacing: 0.72px;

	text-transform: uppercase;

	text-decoration: none;

}

.footer-main .hours-widget li.active a {

	color: #00a0dd;

}

.footer-main .link-widget ul {

	list-style: none;

}

.footer-main .link-widget ul li a {

	text-transform: capitalize;

}

.footer-main .link-widget ul li a:hover {

	color: #00a0dd;

}

.footer-main .contact-widget .contact-info {

	margin-top: 20px;

}

.footer-main .contact-widget p {

	position: relative;

	padding-left: 130px;

}

.footer-main .contact-widget p > span {

	text-transform: uppercase;

	position: absolute;

	left: 0;

}

.footer-main .contact-widget ul {

	padding-left: 0;

	margin-top: 25px;

	margin-bottom: 0;

}

.footer-main .contact-widget ul li {

	display: inline-block;

	margin-right: 10px;

}

.footer-main .contact-widget ul li a {

	border-radius: 100%;

	border: 2px solid #afafaf;

	color: #00a0dd;

	display: inline-block;

	font-size: 14px;

	height: 44px;

	width: 44px;

	line-height: 44px;

	text-align: center;

	-webkit-transition: all 1s ease 0s;

	-moz-transition: all 1s ease 0s;

	-o-transition: all 1s ease 0s;

	transition: all 1s ease 0s;

}

.footer-main .contact-widget ul li a:hover {

	background-color: #00a0dd;

	border: 2px solid #00a0dd;

	color: #121212;

}



.footer-main .bottom-footer {

	border-top: 1px solid #3f3f3f;

	display: inline-block;

	width: 100%;

	margin-top: 30px;

	position: relative;

	padding: 30px 0;

}

.footer-main .bottom-footer p {

	color: #ccc;

	display: inline-block;

	font-family: 'Lato', sans-serif;

	font-size: 14px;

	letter-spacing: 0.56px;

	margin-bottom: 0;

	position: relative;

	z-index: 1;

}

.footer-main .bottom-footer .terms-policy {

	float: right;

	position: relative;

	z-index: 1;

}

.footer-main .bottom-footer .terms-policy a {

	color: #ccc;

	font-family: 'Lato', sans-serif;

	font-size: 14px;

	letter-spacing: 0.56px;

	text-transform: capitalize;

	text-decoration: none;

}

.footer-main .bottom-footer .terms-policy a::after {

	content: "|";

	padding: 0 10px;

}

.footer-main .bottom-footer .terms-policy a:last-child::after {

	content: "";

	padding: 0;

}



/* * Page Banner */



.page-banner {

   /**background-image: url("../images/blog-banner.jpg");**/

    background-position: center center;

    background-repeat: no-repeat;

    background-size: cover;

    max-height: 220px;

    min-height: 220px;

    position: relative;

    text-align: center;

}



.page-banner .banner-content {

	display: inline-block;

	padding: 60px 0;

}

.page-banner .banner-content h3 {

	color: #fff;

	font-family: 'Poppins', sans-serif;

	font-size: 50px;

	font-weight: 700;

	letter-spacing: 3.5px;

	margin-top: 0;

	text-transform: uppercase;

}

.page-banner .banner-content h1 {

	color: #039edb;

	font-family: 'Poppins', sans-serif;

	font-size: 25px;

	font-weight: 900;

	letter-spacing: 2px;

	margin-top: 0;

	text-transform: uppercase;

	line-height:40px;

}

.page-banner .banner-content .breadcrumb {

	background-color: transparent;

	display: inline-block;

	width: 100%;

	margin-bottom: 0;

}

.page-banner .banner-content .breadcrumb li, 

.page-banner .banner-content .breadcrumb li a {

	color: #fff;

	font-family: 'Poppins', sans-serif;

    font-size: 14px;

	font-weight: 600;

    text-decoration: none;

	letter-spacing: 0.98px;

	text-transform: uppercase;

}

.page-banner .banner-content .breadcrumb li.active {

	color: #00a0dd;

}

.page-banner .banner-content .breadcrumb > li + li::before {

	color: #fff;

    content: "/";

    padding: 0 10px;

}



/* * Section Header */



.section-header {

	text-align: center;

	margin-bottom: 85px;

}

.section-title {

	text-align: center;

	margin-bottom: 40px;

}

.section-header h1 {

	color: #039edb;

	font-family: 'Poppins', sans-serif;

	font-size: 35px;

	letter-spacing: 0.8px;

	margin-bottom: 15px;

	margin-top: 0;

}

.section-header h5 {

	color: #222;

	font-size: 16px;

	font-weight: 600;

	font-family: 'Poppins', sans-serif;

	letter-spacing: 0.88px;

	margin-bottom: 15px;

	/**text-transform: uppercase;**/

}



.section-header, .section-title h2.new-head {

	color: #900603;

	font-size: 18px;

	font-weight: 600;

	font-family: 'Poppins', sans-serif;

	letter-spacing: 0.88px;

	/**margin-bottom: 15px;**/

}

	

.section-header p {

	color: #d7d5d5;

	font-family: 'Lato', sans-serif;

	font-size: 14px;

	padding: 0 15px;

	letter-spacing: 0.56px;

	line-height: 26px;

	margin-bottom: 0;

	margin-top: 25px;

}



/*-----------------------------------------

	

	* Responsive

	

-------------------------------------------*/



/* min-width: 1200 */

@media (min-width: 1200px) {

	.container {

		width: 1200px;

	}

}



/* min-width: 992 */

@media (min-width: 992px) {

	.section-header p {

		padding: 0 22%;

	}

}



/* min-width: 768 */

@media (min-width: 768px) {

	

}



/* max-width: 1200px */

@media (max-width: 1200px) {

	

}



/* min-width: 992 to max-width: 1199 */

@media only screen and (min-width: 992px) and (max-width: 1199px) {

	

}



/* max-width: 991 */

@media (max-width: 991px) {

	.footer-main .ftr-widget {

		margin-bottom: 30px;

	}

	.footer-main .col-sm-6.col-xs-6:nth-child(2n+1) {

		clear: left;

	}

}



/* min-width: 768 to max-width: 991 */

@media only screen and (min-width: 768px) and (max-width: 991px) {

	

}



/* max-width: 767 */

@media (max-width: 767px) {	

	.top-header .col-xs-5.our-contacts,

	.top-header .col-xs-7.header-social {

		width: 100%;

		text-align: center;

		padding-top: 20px;

	}

	.top-header .cart > li > a {

		padding: 10px 28px;

	}

	.wpb_wrapper

{

  width: 80%;

  margin:0 auto;

  padding-top: 0px;

}

	.roller {

        width: 100%;

        padding-top: 50px;

        padding-bottom: 100px;



    }



    .roller .round {

        width: 0;

        height: 100%;

        margin: 0;

        position: absolute;

        top: 0;

        left: 50px;

        border-radius: 0;

        -moz-border-radius: 0;

        -webkit-border-radius: 0;

    }



    .roller.active .dot {

        width: 106px;

        margin: 0;

        position: static;

    }



    .roller.active .dot li {

        position: static;

        height: auto;

        width: auto;

        transform: rotate(0deg) !important;

        -moz-transform: rotate(0deg) !important;

        -ms-transform: rotate(0deg) !important;

        -webkit-transform: rotate(0deg) !important;

        transition-delay: 0s !important;

        -moz-transition-delay: 0s !important;

        -o-transition-delay: 0s !important;

        -webkit-transition-delay: 0s !important;

    }



    .roller .dot p {

        margin: 0;

        transform: rotate(0deg) !important;

        -moz-transform: rotate(0deg) !important;

        -ms-transform: rotate(0deg) !important;

        -webkit-transform: rotate(0deg) !important;

    }

    .roller .dot span {

        margin: 43px auto;

        background: #ffbd0a;

    }



    .roller.active .content {

        position: absolute;

        top: 80px;

        left: 80px;

    }



    .roller.active .content li {

        position: static;

        height: 204px;

        width: auto;

        background: transparent;

        transition-delay: 0s !important;

        -moz-transition-delay: 0s !important;

        -o-transition-delay: 0s !important;

        -webkit-transition-delay: 0s !important;

    }



    .roller .content li b, .roller .content li p {

        position: static;

        width: auto;

        text-align: left;

    }



    .roller .content li span { display: none; }

}



/*  max-width: 639 */

@media (max-width: 639px) {

	.footer-main .col-sm-6.col-xs-6 {

		width: 100%;

	}

	.footer-main .bottom-footer p {

		width: 100%;

		text-align: center;

		margin-bottom: 15px;

	}

	.footer-main .bottom-footer .terms-policy {

		float: none;

		text-align: center;

	}

}



/* max-width: 479 */

@media (max-width: 479px) {

	

}





/**Map**/

.jqvmap-label

{

  position: absolute;

  display: none;

  -webkit-border-radius: 3px;

  -moz-border-radius: 3px;

  border-radius: 3px;

  background: #636363;

  color: white;

  font-family: sans-serif, Verdana;

  font-size: smaller;

  padding: 4px;

  pointer-events:none;

}

.jqvmap-pin {

  pointer-events:none;

}

.jqvmap-zoomin, .jqvmap-zoomout

{

  position: absolute;

  left: 10px;

  -webkit-border-radius: 3px;

  -moz-border-radius: 3px;

  border-radius: 3px;

  background: #636363;

  padding: 3px;

  color: white;

  width: 15px;

  height: 15px;

  cursor: pointer;

  line-height: 9px;

  text-align: center;

}

.jqvmap-zoomin

{

  top: 10px;

}

.jqvmap-zoomout

{

  top: 30px;

}

.jqvmap-region

{

  cursor: pointer;

}

.jqvmap-ajax_response

{

  width: 100%;

  height: 500px;

}

/**product section**/

.content-maso {

    padding: 16px;

}



.masobox-cert,

.masobox-certg,

.masobox2,

.masobox3,

.masobox4,

.masobox5,

.masobox6{

    padding: 0;

   /* margin-bottom: 25px;*/

}

.masobox {

    border-radius: 5px;

    border: 1px solid #adadad;

    padding: 0;

    /*margin-bottom: 25px;*/

    position: relative;

    /*min-height: 300px;*/

}



.masobox:hover {

    background: #00a0dd;

    color: #fff;

}



.masobox .imgt {

    border-radius: 5px 0;

    width: 100%;

}

 .masobox:hover {

    background: #00a0dd;

   border : 1px solid #929191;

   border-radius: 5px;

}

.masobox:before,

.masobox:after{

    content: "";

    width: 0;

    height: 0;

    position: absolute;

    opacity: 0;

    transition: all 0.5s ease 0s;

}

.masobox:before{

    top: -5px;

    left: -5px;

    border-top: 5px solid #00a0dd;

    border-left: 5px solid #00a0dd;

}

.masobox:after{

    bottom: -5px;

    right: -5px;

    border-bottom: 5px solid #00a0dd;

    border-right: 5px solid #00a0dd;

}

.masobox:hover:before,

.masobox:hover:after{

    width: 30%;

    height: 30%;

    opacity: 1;

}



.masobox .heading-link {

    clear: both;

}



.masobox .heading-link .spant {

    font-size: 16px;

    text-transform: none;

    font-weight: 400;

    text-align: justify;

}



.masobox .heading-link a {

    color: #000;

    font-size: 16px;

    font-weight: 600;

    text-transform: uppercase;

    text-align: justify;

    text-decoration: none;

  }



.masobox .heading-link a:hover {

    color: #fff;

}



/**masobox 2**/

.masobox2 {

    border-radius: 5px;

    border: 1px solid #adadad;

    padding: 0;

   /* margin-bottom: 25px;*/

    position: relative;

   /* min-height: 300px;*/

}



.masobox2:hover {

    background: #00a0dd;

    color: #fff;

}



.masobox2 .imgt {

    border-radius: 5px 0;

    width: 100%;

}

 .masobox2:hover {

    background: #039edb;

   border : 1px solid #929191;

   border-radius: 5px;

}

.masobox2:before,

.masobox2:after{

    content: "";

    width: 0;

    height: 0;

    position: absolute;

    opacity: 0;

    transition: all 0.5s ease 0s;

}

.masobox2:before{

    top: -5px;

    left: -5px;

    border-top: 5px solid #039edb;

    border-left: 5px solid #039edb;

}

.masobox2:after{

    bottom: -5px;

    right: -5px;

    border-bottom: 5px solid #039edb;

    border-right: 5px solid #039edb;

}

.masobox2:hover:before,

.masobox2:hover:after{

    width: 30%;

    height: 30%;

    opacity: 1;

}



.masobox2 .heading-link {

    clear: both;

}



.masobox2 .heading-link .spant {

    font-size: 16px;

    text-transform: none;

    font-weight: 400;

    text-align: justify;

}



.masobox2 .heading-link a {

    color: #000;

    font-size: 16px;

    font-weight: 600;

    text-transform: uppercase;

    text-align: justify;

    text-decoration: none;

  }



.masobox2 .heading-link a:hover {

    color: #fff;

}



/**masobox3**/

.masobox3 {

    border-radius: 5px;

    border: 1px solid #adadad;

    padding: 0;

    margin-bottom: 25px;

    position: relative;

    min-height: 300px;

}



.masobox3:hover {

    background: #fe36a2;

    color: #fff;

}



.masobox3 .imgt {

    border-radius: 5px 0;

    width: 100%;

}

 .masobox3:hover {

    background: #fe36a2;

   border : 1px solid #929191;

   border-radius: 5px;

}

.masobox3:before,

.masobox3:after{

    content: "";

    width: 0;

    height: 0;

    position: absolute;

    opacity: 0;

    transition: all 0.5s ease 0s;

}

.masobox3:before{

    top: -5px;

    left: -5px;

    border-top: 5px solid #004f88;

    border-left: 5px solid #004f88;

}

.masobox3:after{

    bottom: -5px;

    right: -5px;

    border-bottom: 5px solid #004f88;

    border-right: 5px solid #004f88;

}

.masobox3:hover:before,

.masobox3:hover:after{

    width: 30%;

    height: 30%;

    opacity: 1;

}



.masobox3 .heading-link {

    clear: both;

}



.masobox3 .heading-link .spant {

    font-size: 16px;

    text-transform: none;

    font-weight: 400;

    text-align: justify;

}



.masobox3 .heading-link a {

    color: #000;

    font-size: 16px;

    font-weight: 600;

    text-transform: uppercase;

    text-align: justify;

    text-decoration: none;

  }



.masobox3 .heading-link a:hover {

    color: #fff;

}

/**masobox4**/

.masobox4 {

    border-radius: 5px;

    border: 1px solid #adadad;

    padding: 0;

    margin-bottom: 25px;

    position: relative;

    min-height: 300px;

}



.masobox4:hover {

    background: #d6cf05;

    color: #fff;

}



.masobox4 .imgt {

    border-radius: 5px 0;

    width: 100%;

}

 .masobox4:hover {

    background: #d6cf05;

   border : 1px solid #929191;

   border-radius: 5px;

}

.masobox4:before,

.masobox4:after{

    content: "";

    width: 0;

    height: 0;

    position: absolute;

    opacity: 0;

    transition: all 0.5s ease 0s;

}

.masobox4:before{

    top: -5px;

    left: -5px;

    border-top: 5px solid #004f88;

    border-left: 5px solid #004f88;

}

.masobox4:after{

    bottom: -5px;

    right: -5px;

    border-bottom: 5px solid #004f88;

    border-right: 5px solid #004f88;

}

.masobox4:hover:before,

.masobox4:hover:after{

    width: 30%;

    height: 30%;

    opacity: 1;

}



.masobox4 .heading-link {

    clear: both;

}



.masobox4 .heading-link .spant {

    font-size: 16px;

    text-transform: none;

    font-weight: 400;

    text-align: justify;

}



.masobox4 .heading-link a {

    color: #000;

    font-size: 16px;

    font-weight: 600;

    text-transform: uppercase;

    text-align: justify;

    text-decoration: none;

  }



.masobox4 .heading-link a:hover {

    color: #fff;

}



/**masobox5**/

.masobox5 {

    border-radius: 5px;

    border: 1px solid #adadad;

    padding: 0;

    margin-bottom: 25px;

    position: relative;

    min-height: 300px;

}



.masobox5:hover {

    background: #6f7c7d;

    color: #fff;

}



.masobox5 .imgt {

    border-radius: 5px 0;

    width: 100%;

}

 .masobox5:hover {

    background: #6f7c7d;

   border : 1px solid #929191;

   border-radius: 5px;

}

.masobox5:before,

.masobox5:after{

    content: "";

    width: 0;

    height: 0;

    position: absolute;

    opacity: 0;

    transition: all 0.5s ease 0s;

}

.masobox5:before{

    top: -5px;

    left: -5px;

    border-top: 5px solid #004f88;

    border-left: 5px solid #004f88;

}

.masobox5:after{

    bottom: -5px;

    right: -5px;

    border-bottom: 5px solid #004f88;

    border-right: 5px solid #004f88;

}

.masobox5:hover:before,

.masobox5:hover:after{

    width: 30%;

    height: 30%;

    opacity: 1;

}



.masobox5 .heading-link {

    clear: both;

}



.masobox5 .heading-link .spant {

    font-size: 16px;

    text-transform: none;

    font-weight: 400;

    text-align: justify;

}



.masobox5 .heading-link a {

    color: #000;

    font-size: 16px;

    font-weight: 600;

    text-transform: uppercase;

    text-align: justify;

    text-decoration: none;

  }



.masobox5 .heading-link a:hover {

    color: #fff;

}



/**masobox6**/

.masobox6 {

    border-radius: 5px;

    border: 1px solid #adadad;

    padding: 0;

    margin-bottom: 25px;

    position: relative;

    min-height: 300px;

}



.masobox6:hover {

    background: #00a0dd;

    color: #fff;

}



.masobox6 .imgt {

    border-radius: 5px 0;

    width: 100%;

}

 .masobox6:hover {

    background: #00a0dd;

   border : 1px solid #929191;

   border-radius: 5px;

}

.masobox6:before,

.masobox6:after{

    content: "";

    width: 0;

    height: 0;

    position: absolute;

    opacity: 0;

    transition: all 0.5s ease 0s;

}

.masobox6:before{

    top: -5px;

    left: -5px;

    border-top: 5px solid #004f88;

    border-left: 5px solid #004f88;

}

.masobox6:after{

    bottom: -5px;

    right: -5px;

    border-bottom: 5px solid #004f88;

    border-right: 5px solid #004f88;

}

.masobox6:hover:before,

.masobox6:hover:after{

    width: 30%;

    height: 30%;

    opacity: 1;

}



.masobox6 .heading-link {

    clear: both;

}



.masobox6 .heading-link .spant {

    font-size: 16px;

    text-transform: none;

    font-weight: 400;

    text-align: justify;

}



.masobox6 .heading-link a {

    color: #000;

    font-size: 16px;

    font-weight: 600;

    text-transform: uppercase;

    text-align: justify;

    text-decoration: none;

  }



.masobox6 .heading-link a:hover {

    color: #fff;

}



.mt-stats-row {

    border: 1px solid #bababa;

    width: 100%;

}

.mt-stats-block {

    border-right: 1px solid #bababa;

    margin: 0;

    padding: 25px;

}

.mt-flex-row {

    display: flex;

}

.mt-flex-block {

    flex: 1;

}

.mt-stats-block-number {

    display: inline-block;

    font-size: 16px;

    line-height: 1;

    position: relative;

    color: #fff;

	font-weight: 600;

	font-family: 'Lato', sans-serif;

}

.mt-stats-block-desc {

    display: block;

    font-size: 14px;

    font-weight: 600;

    line-height: 25px;

    margin-top: 0.75rem;

	font-family: 'Lato', sans-serif;

	 color: #fff;

}

.mt-text-center {

    text-align: center;

}

.color-1{background:#a63835;}

.color-2{background:#bf6664;}

.color-3{background:#7c3635;}

.color-4{background:#9e6867;}

.color-5{background:#aa423f;}



.table-equivalent h2

{font-family: 'Poppins', sans-serif;

margin:40px 0 20px 0;

font-size:15px;

}



@media only all and (max-width: 767px){

.mt-stats-block {

    border-right: 0;

    border-bottom: 1px solid #bababa;

}

.mt-stats-row {

    border: 1px solid #bababa;

    width: 80%;

	margin:0 auto;

	

}

.mt-flex-row {

    display: block;

}

}

.show a

{

	color: #c70f09 !important;

}

.special-products li a::before

{

content: "\f101";

font-family: 'FontAwesome';

padding-right: 15px;

list-style: none;

font-weight:normal;

}

.special-products li 

{

	

list-style-type: none;

margin-bottom: 12px;

margin-left: -40px;

}

.special-products li a

{

	

color: #242020;

font-family: 'Lato', sans-serif;

font-size: 14px;



letter-spacing: 0.56px;

text-decoration: none;

text-transform: capitalize;

transition: all 1s ease 0s;

}

.current-menu

{

	color: #c70f09 !important;

	font-weight:700;

}

/*pricing start*/

.single-pack {

	position: relative;

	z-index: 1;

}



.single-pack:before {

	position: absolute;

	content: '';

	border-top: 84px solid #fff;

	border-left: 84px solid #fff;

	border-right: 84px solid transparent;

	border-bottom: 84px solid transparent;

	top: 10px;

	left: 10px;

	z-index: -1;

}



.single-pack:after {

	position: absolute;

	content: '';

	border-top: 84px solid #fff;

	border-right: 84px solid #fff;

	border-left: 84px solid transparent;

	border-bottom: 84px solid transparent;

	top: 10px;

	right: 10px;

	z-index: -1;

}



.single-pack h1 {

	position: relative;

	font-size: 25px;

	z-index: 1;

}





.single-pack.active h1:before {

	background: #ccc;

}



.single-pack h2 {

	font-size: 16px;

	border-top: 1px solid #fff;

	border-bottom: 1px solid #fff;

font-family: 'Poppins', sans-serif;

	padding-top: 8px;

	padding-bottom: 5px;

}



.pricing-list {

	position: relative;

	z-index: 1;

}



.pricing-list:before {

	position: absolute;

	content: '';

	width: calc(100% + 20px);

	height: calc(100% + 100px);

	top: -40px;

	left: -10px;

	border: 10px solid #fff;

	border-top: none;

}



.pricing-list li {

	font-size: 15px;

	letter-spacing: 1px;

	position: relative;

	z-index: 1;

	list-style-type:none;

	color:#000;

}

.pricing-list li a{

	color:#000;

	font-size:14px;

}

.pricing-list li a:hover{

text-decoration:none;



}

.pricing-list li:after {

	position: absolute;

	content: '';

	width: calc(100% - 20px);

	height: 1px;

	background: #fff;

	bottom: 0;

	left: 0px;

}



.pricing-list li:before {

	position: absolute;

	content: "\f00c";

	font-family: 'FontAwesome';

	top: 50%;

	left: -20px;

	font-size: 14px;

	font-weight: 400;

	-webkit-transform: translateY(-50%);

	-ms-transform: translateY(-50%);

	-o-transform: translateY(-50%);

	transform: translateY(-50%);

}



.pricing-list li.mute:before {

	content: "\f00d";

	font-family: 'FontAwesome';

}

/*pricing end*/

.bgc-f0 {

	background: #c9d2c9;

}

.px-20 {

	padding-left: 20px;

	padding-right: 20px;

}

.py-30 {

	padding-top: 30px;

	padding-bottom: 60px;

}

.mb-5 {

	margin-bottom: 5px;

}

.pb-5 {

	padding-bottom: 5px;

}

.f1 {font-family: 'Josefin Sans', sans-serif;}

.pt-100 {

    padding-top: 100px;

}

.crop {

    overflow: hidden;

}

.bdrs-10 {

	border-radius: 10px;

}

.mb-sm-30

{

	margin-bottom:15px;

}

.page-banner-pro

{

	

background-position: center center;

background-repeat: no-repeat;

background-size: cover;

max-height: 350px;



position: relative;

text-align: center;

}

.page-banner-pro .banner-content {

	display: inline-block;

	padding: 124px 0;

}

.page-banner-pro .banner-content h1 {

	color: #fff;

font-family: 'Poppins', sans-serif;

font-size: 25px;

font-weight: 900;

letter-spacing: 2px;

margin-top: 0;

text-transform: uppercase;

line-height: 40px;

}

.high-nickel

{

	min-height:245px;

}

.alloy-steel

{

	min-height:372px;

}

.carbon-steel

{

	min-height:372px;

}

.carbon-steel1

{

	min-height:183px;

}

.stainless-steel

{

	min-height:625px;

}



.pimg {

    position: absolute;

    z-index: 1;

    width: 100%;

    text-align: right;

    padding: 15%;

    color: #039edb;

    font-family: 'Poppins', sans-serif;

    font-size: 50px;

    letter-spacing: -1.2px;

}



.pro12 {

    text-align: center;

    background-color: #b4231e;

    color: #039edb;

    font-family: 'Poppins', sans-serif;

    padding: 4%;

}



.page-banner1 {

    background-image: url("../images/product.html");

    background-repeat: no-repeat;

    background-size: cover;

    max-height: 350px;

    min-height: 350px;

}



.cardproduct {

    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5);

    transition: 0.8s;

    min-height: 260px;

	

}



.container1 {

    padding: 2px 16px;

    margin: 4%;

	text-align: center;

}



.auto-container {

    position: static;

    max-width: 1200px;

    padding: 0px 15px;

    margin: 0 auto;

}



.list a {

    text-decoration: none;

    list-style-type: none;

    letter-spacing: 0.5px;

    color: #6C3483;

}



.list a:hover {

    color: orangered;

}



.list {

    margin: 8%;

    margin-top: -9px;

    line-height: 30px;

    font-family: 'Poppins', sans-serif;

}



.top-product {

    margin-top: 45px;

}



.top-middle-product {

    margin-top: 20px;

}



#instructions {

    position: absolute;

    color: #666;

    bottom: 0;

    padding-bottom: 6px;

    font-family: sans-serif;

    width: 100%;

    text-align: center;

    pointer-events: none;

}

.row-bottom

{

	margin-bottom:15px;

}

.info-content p

{

	text-align:justify;

}

.entry-content p

{

	text-align:justify;

}

.list-content

{

	color: #222222;

font-family: 'Lato', sans-serif;

font-size: 14px;

letter-spacing: 0.56px;

line-height: 26px;



}



/*

Abouts Us

*/

.bestthing-section.why-choose-section{

    height:469px;

}

.bestthing-section.why-choose-section .bestthing-text-column {

    padding-top:10px;

}

.bestthing-section.why-choose-section h3{

    margin-bottom:30px;

}

ul.choose-list{

    width:80%;

    float:left;

    margin:20px 0px 0px;

    padding:0px;

}

ul.choose-list li{

    list-style:none;

    float:left;

    width:50%;

    font-size:16px;

    color:#575757

;

    background:url(../images/choose-arrow.html) no-repeat 0px center;

    padding:4px 5px 3px 0px;

}

.bestthing-img.whychoos-img{

    width:62%;

    max-width:779px;

}

.bestthing-img.whychoos-img img{

    height:469px;

}

.history-section{

    background:#efefef;

    padding-top:55px;

    padding-bottom:55px;

}



.history-section h2{

	margin-bottom:45px;

}

.history-list{

    margin-bottom:93px;

    position:relative;

}

.history-list:before{

    width:100%;

    position:absolute;

    right:0px;

    height:1px;

    content:"";

    background:#ccc;

    left:0px;

    top:51%;

}

.history-list .top-img{

    display:inline-block;

    width:100%;

}

.history-list .top-img img{

    display:inline-block;

    float:none;

}

.history-list-middle{

    width:100%;

    float:left;

    position:relative;

    margin:-53px 0px 30px;

}

.history-list-middle .white-circle{

    width:110px;

    height:110px;

    display:inline-block;

    background:#fff;

    border-radius:100%;

    padding:5px;

    box-shadow:0px 0px 5px #ccc;

    position:relative;

}

.history-list-middle .white-circle-border{

    width:100px;

    height:100px;

    display:inline-block;

    background:#fff;

    border-radius:100%;

    border:1px solid #f2ae2b

;

    padding:5px;

}

.history-list-middle .yellow-circle{

    background:#f2ae2b

;

    width:88px;

    height:88px;

    border-radius:100%;

    font-size:30px;

    font-weight:900;

    font-family: 'Open Sans', sans-serif;

    line-height:88px;

    color:#fff;

}

.history-list-middle .white-circle:after{

    width:14px;

    height:14px;

    background:#fff;

    border-radius:20px;

    border:1px solid #333;

    content:"";

    position:absolute;

    left:45%;

    bottom:-9px;

}

.history-list h5{

    font-size:16px;

    font-weight:700;

    text-transform:none;

    margin-bottom:20px;

}

.static-section{

    padding:91px 0px 100px;

}

.static-section.home3-static{

    padding:100px 0px;

}

.static-section h2{

    font-weight:800;

    font-family: 'Montserrat', sans-serif;

    color:#000;

}

.static-section p{

    color:#000;

}

.static-section ul{

    margin:50px 0px 0px ;

    padding:0px;

    width:100%;

    float:left;

}

.static-section ul li{

    list-style:none;

    float:left;

    width:25%;

    text-align:center;

    border-right:1px solid #333;

}

.static-section ul li:last-child{

    border:0px;

}

.static-section ul li h2{

    margin:0px;

}

.static-section ul li p{

    text-transform:uppercase;

}

.experiecnce-section{

    padding:95px 0px 0px;

}

.experience-team{

    margin-bottom:93px;

}

.experience-team h5{

    font-size:18px;

    text-transform:none;

    margin:20px 0px 5px;

}

.experience-team .designation{

    font-size:15px;

    color:#242424

;

}

.experience-team hr{

    width:100%;

    height:2px;

    float:left;

    background:#f2ae2b

;

    margin:10px 0px;

    padding:0px;

    border:0px;

}

.experience-team img{

    width:100%;

    float:left;

    height:auto;

}

.sourcing-abilities p

{

	text-align:center;

}

.other-grade

{ color:#000;

font-weight:600;

}

.photo-slider .carousel-caption .big-heading{

color: #039edb;

font-family: 'Poppins', sans-serif;

font-size: 45px;

line-height:45px;

letter-spacing: -1.2px;

margin-bottom: 24px;

padding: 0;

font-weight: 400;

}

.left-content

{

	padding-left:35px;

}

@media(max-width:920px)

{

	.left-content

{

	padding-left:0px;

}

}

.copyright-footer

{

	border-top: none !important;

display: inline-block;

width: 100%;

margin-top: 0px;

position: relative;

padding-top:0px !important;

padding-bottom:20px !important;

}

.pricing row



{

	margin-bottom:25px;

}

.cardproduct-links

{

	min-height:300px;

}

.index-head

{

	color: #fff;

	font-size: 24px;

}





@media(max-width:1920px)

{

	.pricing .col-xs-6

{width: 33.3333% !important;

}

}

@media(max-width:990px)

{

	.pricing .col-xs-6

{width: 50% !important;

}

}



@media(max-width:792px)

{

	.pricing .col-xs-6

{width: 100% !important;

}

}

.specification {position: absolute; top: -80px;}

.equivalent{position: absolute; top: -50px;}

.chemical {position: absolute; top: -60px;}

.mb-20 {margin-bottom: 20px;
float: left;
width: 100%;}
th,td{
padding:10px;}