/* CSS Document
@import "fontface.css"; */
*{
	margin:0px;
	padding:0px;
}
body{
	margin:0px;
	padding:0px;
	font-family: "futura-pt",sans-serif;
	font-weight: 400;
	overflow-x:hidden;
}

/***************************reset*********************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	border: 0;
	font-size: 100%;
	/*font: inherit;
	vertical-align: baseline;*/
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	margin-left: 20px;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*{
	margin:0px;
	padding:0px;
}
img{
	max-width:100%;
	border:none;
}
a {
	outline: 0;
	text-decoration:none;
	}
a:hover, a:focus{
	text-decoration:none;
	outline:none;
	color:#0055A3;
}
a img {
	border: 0px;
	text-decoration: none;
}
.clr{
	clear:both;
}
/***********************end reset*********************/
.js .show_menu_btn {
    display: none;
}
#mainwrapper{
}
.top li a {
    color: #000;
}
.top_line{
	background:#d7d7d7;
	z-index:999;
	position:relative;
}
.top_line_list{
	float:left;
}
.top_line_list li {
    border-left: 1px solid #898989;
    display: inline-block;
    padding: 12px 20px;
	font-size:12px;
}
.top_line_list li:first-child {
    border-left: medium none;
    padding-left: 0;
}
.top_social{
	float:right;
}
.top_social li {
    display: inline-block;
    font-size: 20px;
    /*padding: 0 10px;*/
}
.top_social {
   /* margin-top: 8px;*/
}
.top_social li a{
	color:#000000;
}
.logo {
    float: left;
    padding:10px 0 0;
    width: 25%;
}
.inner_wrap{
	width:100%;
	max-width:1190px;
	margin:0 auto;
}

.top_menu {
    float: left;
    position: relative;
    width: 65%;
    z-index: 1;
    font-size: 22px;
}
.top_nav {
    text-align: center;
}
.top_nav .sub-menu a{
	font-size: 18px;
}

.main_header {
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
	position: relative;
    z-index: 100;
}
.search_main {
    position: absolute;
    right: 0;
    top: 0;
    width:75%;
}
.banner img{
	width:100%;
	vertical-align:middle;
}
.banner_line{
	background:#003b7c;
}
.banner_line p {
    color: #fff;
/*    font-size: 36px;*/
	font-size:65px;
    padding: 45px 0;
    text-align: center;
	font-family: "futura-pt",sans-serif;
	font-weight: 400;
}
.pro1{
	width: 49.9%;
	border-top: solid 2px #000;
	border-right: 1px solid #000;
	position: relative;
	float: left;
	height: 400px;
	display: block;
}
.pro_ima > img {
    width: 100%;
	vertical-align:middle;
	height: 100%;
}
.pro_con {
    position: absolute;
    top: 37%;
	text-align:center;
	width:100%;
}
.pro_heading > a {
    color: #000000;
    font-size: 28px;
    text-transform: uppercase;
	font-family: "futura-pt",sans-serif;
	font-weight: 700;
	letter-spacing:5px;
	
}

.pro_learn > a {
    color: #010101;
    font-size: 20px;
    font-weight: 700;
}
.pro_learn {
	margin-top:35px !important;
	display: block;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 8px;
    width: 80%;
    max-width: 200px;
    background: #fff; /* fallback color for old browsers */
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid black;
    color: #fff;
    text-align: center;
    text-decoration: none;
    letter-spacing: 1px;
    transition: all 0.3s ease-out;
	}

.pro_learn:hover {
	color: white;
	background: rgba(255, 255, 255, 0.3);
    border: 1px solid black;
	opacity: .4;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.arrow_ima {
    margin-right: 10px;
}



/* Zoom In #1 */

/*.pro1:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
	max-width: 962px;
}*/


.pro2 {
    border-left: 1px solid #000;
    border-top: 2px solid #000;
    position: relative;
    width: 49.9%;
	float:left;
}
.counsult_banner{
	width:100%;
	background: #003b7c;
	padding:62px 0px;
	background-size:100%;
	display: inline-block;
/*	border-top:solid 2px #000;*/
}
.couslt_heading {
    color: #fff;
    float: left;
    font-size: 24px;
    text-align: center;
    width:60%;
	font-family: "futura-pt",sans-serif;
	font-weight: 700;
}
.counslt_but{
	width:40%;
	float:left;
}
.counslt_but a{
	text-transform:uppercase;
	padding:12px 42px;
	background:#fcc323;
	color:#fff;
	text-transform:uppercase;
	font-size:16px;
	font-weight: 800;
	opacity: 1;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}
.counslt_but a:hover {
	opacity: .8;
}
.page_footer{
	padding-top:65px;
	background: #d7d7d7;
}
.page_footer{
	position:relative;
}
.footer_col{
	float:left;
	width:22%;
	margin-right:3%;
}
.f_heading{
	font-size:13pt;
	margin-bottom:45px;
	text-transform:uppercase;
	font-family: "futura-pt",sans-serif;
	font-weight: 700;
}

#custom-post-type-recent-posts-3 ul {
	margin: 0px !important;
	margin-left: -20px;
}

#custom-post-type-recent-posts-3 li {
	list-style: none;
	margin:0px;
	padding: 10px 0px;
}

#menu-quick-links li {
	list-style: none;
}

.futher_heavy{
	font-family: "futura-pt",sans-serif;
	font-weight: 700;
	text-transform:capitalize;
	font-size:13px;
	margin-bottom:45px;
}
.f_containt{
	font-family: "futura-pt",sans-serif;
	position:relative;
}




.twit_img {
    left: 0;
    position: absolute;
}
.twit_img_dis {
    left: 77px;
    position: relative;
    width:50%;
}
.f_ntfl{
	margin-top:15px;
}
.f_ntfl a{
	display:inline-block;
	color:#000;
	border:2px solid #000;
	padding:8px 15px;
	font-family: "futura-pt",sans-serif;
	font-weight: 700;
	text-transform:uppercase;
	font-size:13px;
}
.twit_des{
	font-size:13px;
	line-height:1.5em;
}
.quicklink{
}
.quicklink li a{
	font-size:14px;
	display:block;
	padding:7px 0px;
	color:#000;
}
.contactinfo{
	font-size:13px;
}
.contactinfo li{
	padding:12px 0px;
}
.contactinfo li span:first-child{
	color:black;
	font-size:20px;
	display:inline-block;
	position:absolute;
	left:0;
}
.contactinfo li span:first-child i{
	vertical-align:top;
}
.contactinfo li span:last-child {
    display: inline-block;
    position: relative;
    padding-left: 20px;
}
.social{
	/*margin-top:15px;
	margin-left:30px;*/
	margin:10px 10px 0px;
}
.social a{
	display:inline-block;
	color:#000;
	/*margin-right:8px;*/
	margin-left:15px;
	font-size:27px;
}
.copyright{
	background:#d7d7d7;
	color:#000;
	font-size:15px;
	padding:10px 0px;
	margin-top:50px;
}
.copy{
	float:left;
	width:50%;
	text-align:left;
	font-family: "futura-pt",sans-serif;
}
.designby{
	float:right;
	text-align:right;
	width:50%;
	font-family: "futura-pt",sans-serif;
	font-weight: 700;
}
/*==========================news&events===========================*/
.news_main {
    margin-bottom: 40px;
    margin-top: 80px;
	font-family: "futura-pt",sans-serif;
}
.news_left_part{
	width:785px;
	float:left;
	
}
/*.news_pro1 {
    float: left;
    margin-right: 33px;
    padding: 0 18px;
    width: 340px;
	margin-top:60px;
}*/
.news_product li {
    display: inline-block;
    margin-bottom: 60px;
    margin-right: 33px;
    padding: 0 16px;
    vertical-align: top;
    width: 340px;
}
.news_product li:nth-child(2n) {
    margin-right: 0;
}
.n_pro_head{
	color:#0055a3;
	margin:25px 0px;
	font-family: "futura-pt",sans-serif;
	font-weight: 700;
	font-size:24px;
}
.n_pro_para{
	font-size: 20px;
	text-align:justify;
	color:#000;
	font-family: "futura-pt",sans-serif;
}
.n_pro_but{
	font-family: "futura-pt",sans-serif;
	font-weight: 700;
	padding:20px 0px;
	border-bottom:solid 1px #d7d7d7;
}
.n_pro_but a{
	border:solid 2px #ffc00f;
	padding:10px 20px;
	color:#fff;
	text-transform:uppercase;
	background:#ffc626;
	display:inline-block;
}
.n_footer {
    padding: 10px 0;
}
.n_foot_date {
    float: left;
	width:50%;
}
.n_foot_social {
    float: right;
	width:50%;
	text-align:right;
}
/*.n_foot_social li {
    display: inline-block;
    margin: 0;
    padding: 0 0 0 8px;
    width: auto;
}*/
.n_foot_social a {
    color: #ebb111;
    font-size: 20px;
	padding: 0 6px;
}
.news_product{
}
.mar_right0{
	margin-right:0px !important;
}
.news_right_part{
	width:325px;
	padding-left:60px;
	float:left;
}
.blog_list {
    margin-top: 20px;
}
.blog_list a {
    color: #0055a3;
    font-size: 14px;
	margin:5px 0px;
	display:block;
}
.blog_list p {
    color: #000000;
    font-size: 15px;
}
.blog_list li {
    border-bottom: 1px solid #cccccc;
    padding: 15px 0;
}
.archive_box{
	margin-top:60px;
}

/*==========================end news&events===========================*/

/*==========================Contact us===============================*/
.thankyou{
}
.in_row{
	margin-top:10px;
}
.con_input{
	width: calc(100% - 40px);
	border:1px solid #ccc;
	height:40px;
	padding:0px 15px;
}
.in_lable{
	text-transform:uppercase;
	font-size:14px;
	margin-bottom:5px;
}
.in_lable span{
	color:#ffc00f;
	font-size:18px;
}
.sub_btn{
background: #ffc627 none repeat scroll 0 0 !important;
    border: medium none !important;
    color: #fff !important;
    cursor: pointer;
    font-family: "futura-pt",sans-serif !important;
    font-weight: 700 !important;
    font-size: 13px;
    margin-top: 15px;
    outline: medium none;
    padding: 15px 100px !important;
    text-transform: uppercase !important;
}
.reqs{
	font-size:12px!important;
	text-transform:none!important;
}
.f_heading2{
	font-size:13px;
	margin-bottom:20px;
	margin-top:30px;
	font-family: "futura-pt",sans-serif;
	font-weight: 700;
}
.contact_right{
	border-right:1px solid #ccc;
	padding-right:40px;
	width: calc(588px - 40px);
	font-family: "futura-pt",sans-serif;
	font-weight: 400;
}
.news_main2{
	width:975px;
	margin: auto;
	margin-top:100px;
	padding-bottom:80px;
	font-family: "futura-pt",sans-serif;
}
.map{
	text-align:center;
	vertical-align:bottom;
}
/*==========================end Contact us===========================*/


/*==========================Tutorials===========================*/
/* The .js or .no-js dance of show and hide */
@media screen and (max-width:767px) {
  .no-js .show_menu_btn {
    display: none; }
  .no-js #nav ul {
    display: block; }
.js .show_menu_btn {
    display: none;
}
.optical_ima {
    float: none !important;
    width: 100% !important;
}
.optical_con {
    margin: 0 !important;
    width: 100% !important;
}
.set_first {
    margin-bottom: 30px;
    text-align: center;
    width: 100% !important;
}
.indust_f1 {
    margin-bottom: 30px;
    text-align: center;
    width: 100% !important;
}
.pro1 {
    height: auto !important;

}
.pro_full {
    height: 142px;
}


 /* .js .show_menu_btn {
    display: block; }*/
  ./*js #nav ul {
    display: none; }*/ }
@media screen and (min-width:767px) {
  .show_menu_btn {
    display: none; }

  #nav ul {
    display: block; } }
/* The show menu button */
.show_menu_btn {
    background: #000 none repeat scroll 0 0;
    color: #fff;
    cursor: pointer;
    margin: 0 auto;
    padding: 0.3em;
    text-align: center;
    width: 55%;
}

.show_menu_btn a {
   opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
   }

.show_menu_btn ahover {
      opacity: 0.5;
      }
.search_main {
	width: 25%;
}

  .tp-button.orange.small {
	padding: 10px 10px !important;
	font-size: 10px !important;
}

/* The menu itself */
#nav ul {
  /*margin: 1em 0; */}
  #nav ul li {
    padding: 0.5em;
	border-top:5px solid #ffc00f;
	margin-right: -5px;
	font-family: "futura-pt",sans-serif;
	font-weight: 400;
	}
  #nav ul li:hover {
   /* background: #88b47f; */
   font-family: "futura-pt",sans-serif;
   font-weight: 400;
   }
  #nav ul a {
    display: block;
/*    font-size: 13px;*/
    color: #000;
    border-bottom: none; 
	text-transform:capitalize;
	
}
#nav ul a:hover{
	
}

@media screen and (max-width:767px) {
  #nav ul {
    display: block; }
    #nav ul li {
      display: block;
      text-align: center;
      border-bottom: 1px solid #6f6f7a; 
  	} 
    .pro_heading > a{
	    letter-spacing: 3px;
    }
    .pro_learn{
	    margin-top: 15px !important;
    }
}
@media screen and (min-width:767px) {
#nav {
overflow: hidden; }
#nav ul li {
    display: inline-block;
}
}
  
.inner_menu{
	text-align:center;
	font-size: 20px;
}
.turorial_inner{
	width:975px;
	height:auto;
	margin:0 auto;
}
.background_hadding{
	text-align:center;
	font-size:50px;
	border-bottom:1px solid #ccc;
	padding:15px 50px;
	margin:30px 0px;
	text-transform:capitalize;
}
.back_containt{
	font-size:18px;
	text-align:justify;
	line-height:1.5em;
	font-family: "futura-pt",sans-serif;
	margin-bottom:60px;
}
.counslt_but2{
	width:100%;
	text-align:center;
	margin-top:50px;
}
.counslt_but2 a{
	text-transform:uppercase;
	padding:18px 50px;
	background:#fcc323;
	color:#fff;
	font-size:12px;
	display:inline-block;
	font-family: "futura-pt",sans-serif;
	font-weight: 700;
}

/*==========================end Tutoials===========================*/

/*===========================news individual start===================*/
.news_indi_left {
    margin-bottom: 50px;
}
.news_indi_date{
	color:#ffc00f;
	font-size:30px;
	float:left;
	width:17%;
}
.news_indi_date > span {
    display: block;
    text-align: center;
}
.news_indi_con{
	width:80%;
	float:right;
}
.news_indi_head {
    color: #0055a3;
    font-family: "futura-pt",sans-serif;
    font-weight: 700;
    font-size: 24px;
    margin: 25px 0;
}
.news_indi_para {
    color: #000;
    font-family: "futura-pt",sans-serif;
    font-size: 20px;
    text-align: justify;
}
.news_indi_para > p {
    margin-bottom: 25px;
}
.news_indi_footer {
    border-top: 1px solid #d7d7d7;
    padding: 10px 0;
}

/*===========================news individual end===================*/

/*============================coatings start======================*/

.background_para {
    font-size: 18px;
    font-family: "futura-pt",sans-serif;
    font-weight: 400;
    margin-top: 50px;
}
.optical_filter_main {
    margin: 0 auto;
    max-width: 1130px;
    width: 100%;
}
.optical_p1_inner{
	padding:60px 0px;
	border-bottom:solid 1px #ccc;
}
.optical_ima{
	width:490px;
	float:left
}
.optical_con{
}
.optical_heading{
	font-size:30px;
	color:#fdba12;
}
.optical_con {
    float: left;
    margin-left: 70px;
	width:570px;
}
.optical_para{
	font-family: "futura-pt",sans-serif;
}
.optical_para > p {
    margin-top: 10px;
}
.bor_none{
	border:none !important;
}
.optical_but {
    padding: 30px 0 90px;
    text-align: center;
}
.optical_but a{
	background: #fcc323;
    color: #fff;
    font-size: 12px;
    padding: 18px 90px;
    text-transform: uppercase;
	display:inline-block;
	opacity: 1;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}
.optical_but a:hover {
	opacity: .6;
}


/*============================coatings end======================*/

/*========================custom_thin_film_coatings start===============================*/
.custom_coting_containt {
    border-bottom: 1px solid #ccc;
    font-family: "futura-pt",sans-serif;
    font-size: 20px;
    line-height: 1.5em;
    padding-bottom: 90px;
    text-align: justify;
}
.custom_coting_containt > p {
    margin-top: 30px;
}
.sets_heading {
    color: #252525;
    font-size: 36px;
    margin: 70px 0;
    text-align: center;
}
.set_arrow {
    color: #ffc627;
    font-size: 12px;
    margin-right: 10px;
    vertical-align: top;
}
.sets_con {
    border-bottom: 1px solid #ccc;
    font-family: "futura-pt",sans-serif;
    padding-bottom: 90px;
}
.set_first {
    float: left;
    font-size: 20px;
    line-height: 36px;
    width: 50%;
}
.indust_f1{
	font-family: "futura-pt",sans-serif;
	 font-size: 20px;
    line-height: 36px;
	width:25%;
	float:left;
}
.coatings_industries {
    padding-bottom: 90px;
}
.pro_full {
    position: relative;
    width: 100%;
	border-bottom: 2px solid #000;
    border-top: 2px solid #000;
}

/*========================custom_thin_film_coatings end===============================*/
/* WIDGET STYLE*/
.widget_recent_entries.footer_col ul{
	font-size:13px;
}
.widget_recent_entries.footer_col ul li{
	padding:12px 0px;
	border-bottom:1px solid #000;
}
.widget_recent_entries.footer_col ul li a{
	font-size: 13px;
	color: #000;
	font-family: "futura-pt",sans-serif;
}

.widget_nav_menu{
}
.widget_nav_menu li a{
	font-size:14px;
	display:block;
	padding:7px 0px;
	color:#000;
	font-family: "futura-pt",sans-serif;
	font-weight: 700;
}
.news_right_head {
    text-transform: uppercase;
}


/*===========================about start===========================================*/

.about_inner {
    position: relative;
	 margin-bottom:170px;
}
.about_ima {
    left: 0;
    position: absolute;
    width:50%;
    z-index: -1
}
/*.about_ima{
	width:50%;
	float:left;
	margin-top:30px;
}*/
.about_para {
    float: right;
    font-family: "futura-pt",sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5em;
    text-align: justify;
    width:48%;
}
.about_para > p {
    margin-top: 30px;
}

.about_main {
    margin-top: 40px;
}
/*===========================about end===========================================*/

/*============================about key_personal start===========================*/

.about_key_main {
    border-bottom: 1px solid #ccc;
    padding: 50px 0;
}
.about_key_inner {
    height: auto;
    margin: 0 auto;
    width: 975px;
}
.key_personal_ima {
    float: left;
}
.key_personal_con{
	float:right;
	width:600px;
	margin-top:30px;
}
.key_name{
	font-size:30px;
	font-family: "futura-pt",sans-serif;
	font-weight: 700;
}
.key_work{
	color:#fdba12;
	font-size:18px;
	font-family: "futura-pt",sans-serif;
	font-weight: 700;
}
.key_para{
	font-family: "futura-pt",sans-serif;
	font-weight: 400;
    font-size: 20px;
    line-height: 1.5em;
    text-align: justify;
	margin-top:5px;
}
.key_social {
    margin-top: 10px;
}
.key_social a {
    border: 1px solid;
    border-radius: 50%;
    color: #ffc00f;
    display: inline-block;
    font-size: 22px;
    height: 34px;
    line-height: 34px;
    margin-right: 8px;
    text-align: center;
    width: 34px;
}

/*============================about key_personal end===========================*/




.archive .avatar.avatar-49.photo {
    display: block;
}
.archive .entry-footer > span {
    display: block;
}
.archive_indi_head{
	color: #0055a3;
    font-family: "futura-pt",sans-serif;
    font-weight: 700;
    font-size: 24px;
    margin: 5px 0 25px;
}
.archive_indi_head a{
	color: #0055a3;
}
.entry-footer span {
    font-size: 12px;
    margin: 5px 0;
}
.entry-footer span a{
	color:#686868;
}
.url.fn.n {
    display: inline-block;
    font-size: 14px;
	color:#0055a3;
    margin-top: 10px;
}
.bg_light{
	background:#0055a3 !important;
}
.future_heav{
	font-family: "futura-pt",sans-serif;
	font-weight: 700;
}
.font_55 p{
	font-size:65px !important;
}
.back_containt > p {
    margin-bottom: 15px;
}
#menu-top-social-menu.social {
    margin: 0 !important;
}
.learn_heading p{
	font-size:33pt !important;
}


.tweet_data {
   float: right !important;
  font-family: "futura-pt",sans-serif !important;
  font-weight: 400;
  font-size: 14px;
    width: 60%;
    
}


#nav .current-menu-item a {
    font-weight: bold;
}

.home .counsult_banner {
	clear: both;
    border-top: 2px solid #fcc323;
    display: inline-block;
}

.contactinfo li {
	list-style: none !important;
	
}

.tweets_avatar {
	background: none !important;
}
/* Update 19-04-2016 */
.pro_ima {
    height: 100%;
}
.counsult_banner{
	display: block !important;
	overflow: hidden;
}
@media screen and (max-width: 375px){
	.pro_con {
	    top: 20%;
	}
	.pro_learn{
	    margin-top: 5px !important;
	}
	.pro_heading > a{
	 	font-size: 19px;
		line-height: 20px;
	}
}
.certs li {
	list-style: none;
	padding-bottom: 20px;
}

.certs img {
	max-width: 100px;
}

.registrations {
	float: left;
	width: 45%;
	text-align: center;
	padding-bottom: 50px;
}
/* Update 04-01-2019 */
.banner{
	position: relative;
}
.banner .to-bottom{
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    display: block;
    text-align: center;
    width: auto;
    cursor: pointer;
}
.banner img{
	width: auto;
}