/* CSS Document */

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 {
	margin: 0;
	padding: 0;
	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;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.main-nav .navbar-nav {
    position: relative;
	margin-top: 12px;
}

    .main-nav .navbar-nav > li {
        padding: 0;
        position: static !important;
    }

        .main-nav .navbar-nav > li:hover > a:after {
            content: '';
            position: absolute;
            border: 10px solid transparent;
            border-bottom: 10px solid #007dc3;
            left: 50%;
            bottom: 0px;
            margin-left: -10px;
        }

        .main-nav .navbar-nav > li > a:before {
            content: '';
            background: #193c91;
            width: 1px;
            height: 14px;
            position: absolute;
            left: 0px;
            right: 0px;
        }

        .main-nav .navbar-nav > li:first-child > a:before {
            background: transparent;
        }

        .main-nav .navbar-nav > li > a {
            border-left: 0px solid #193c91;
            color: #193c91;
            padding: 0 18px 21px;
            background-color: inherit !important;
            line-height: 14px;
            font-size: 14px;
            display: block;
            position: relative;
        }

        .main-nav .navbar-nav > li:first-child > a {
            border-left: none !important;
        }

        .main-nav .navbar-nav > li:hover > a, .main-nav .navbar-nav > li.open > a {
            border-left: 0px solid #193c91;
            color: #b69961;
        }

        .main-nav .navbar-nav > li:hover > .dropdown-menu, .main-nav .navbar-nav > li.open > .dropdown-menu {
            display: block;
			width: 71%;
        }

        .main-nav .navbar-nav > li > .dropdown-menu {
            width: 980px;
            min-height: 200px;
            padding: 20px;
            float: left;
            border-radius: 0 !important;
            border: none !important;
        }

            .main-nav .navbar-nav > li > .dropdown-menu .menu-col-0 {
                float: left;
                border-left: 1px solid #efefef;
                padding-left:0px;
                margin-right: 25px;
                min-height: 125px;
            }

            .main-nav .navbar-nav > li > .dropdown-menu .menu-col-2 {
                width: 320px;
            }

            .main-nav .navbar-nav > li > .dropdown-menu .menu-col-3 {
                width: 215px;
            }

            .main-nav .navbar-nav > li > .dropdown-menu .menu-col-0:first-child {
                border-left: none;
                margin-left: 0;
                padding-left: 0;
            }

        .main-nav .navbar-nav > li > .dropdown-menu {
            width: 980px;
            padding: 20px;
            float: left;
            border-radius: 0 !important;
            border: none !important;
        }

            .main-nav .navbar-nav > li > .dropdown-menu .menu-col-0 .menu-sub-in {
                float: left;
                width: 100%;
                border-top: 1px solid #efefef;
                margin-top: 10px;
                padding-top: 10px;
            }

                .main-nav .navbar-nav > li > .dropdown-menu .menu-col-0 .menu-sub-in:first-child {
                    border-top: none;
                    margin-top: 0;
                    padding-top: 0;
                }

            .main-nav .navbar-nav > li > .dropdown-menu p {
                font-size: 12px;
                line-height: 16px;
                width: 100%;
                float: left;
                margin-bottom: 0;
            }

        .main-nav .navbar-nav > li > .dropdown-menu {
            color: #23409b;
            line-height: 20px;
            font-size: 15px;
        }

            .main-nav .navbar-nav > li > .dropdown-menu a {
                color: #23409b;
                line-height: 20px;
                font-size: 15px;
            }

                .main-nav .navbar-nav > li > .dropdown-menu a.link {
                    margin-bottom: 5px;
                    float: left;
                }

                .main-nav .navbar-nav > li > .dropdown-menu a i {
                    width: 10px;
                    height: 10px;
                    margin-left: 10px;
                    background: url(../img/nav/arrow.png) no-repeat center center;
                }

            .main-nav .navbar-nav > li > .dropdown-menu .menu-col-0 .menu-sub-in ul li {
                display: block;
                float: left;
                width: 100%;
            }

                .main-nav .navbar-nav > li > .dropdown-menu .menu-col-0 .menu-sub-in ul li a {
                    font-size: 14px;
                    color: #000;
                }
					

.overlay-menu {
    position: absolute;
    top: 140px;
    width: 100%;
    left: 0;
    background-color: rgba(0,0,0,0.6);
    z-index: 999;
    display: none;
}
/*.main-nav .navbar-nav > li > .dropdown-menu .menu-img-sec{ width:211px !important;}
.main-nav .navbar-nav > li.our-company > .dropdown-menu{ left:-140px}
.main-nav .navbar-nav > li.our-businesses > .dropdown-menu{ left:-259px}
.main-nav .navbar-nav > li.sustainability > .dropdown-menu{ left:-388px}
.main-nav .navbar-nav > li.investor-relations > .dropdown-menu{ left:-502px}   
.main-nav .navbar-nav > li.news-media > .dropdown-menu{ left:-645px}
.main-nav .navbar-nav > li.our-partners > .dropdown-menu{ left:-845px}*/
.dropdown-menu ul li {
    padding-left: 20px;
    line-height: 26px;
}

#indexSlider {
	
}

.t1 {
    font-size:26px;
    text-transform: uppercase;
    text-align: center;
    color: #007dc3;
    font-weight: 500;
	line-height: 38px;
margin-top:15px;
}
#products{
 margin-top:20px;
 margin-bottom:20px;
}

   #products img {
    width: 100%;
	border:5px solid #ccc;
}
	#products .#products img:hover {background:#cfcfcf;}
.bg-2 {
    background-image: url(../img/pattern2.jpg);
    padding: 10px 0px;
	width:100%;
}
.t2 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight:500;
    border-bottom: 2px solid #1a3e95;
    line-height:48px;
	color: #007dc3;
}
.product-title {
   background-color: #e7e8e9;
height: 45px;
border-bottom: 2px solid #1a3e95;
padding: 8px 0px;
text-align: center;
float: left;
width: 347px;
}
.second-effect:hover .mask {
    opacity: 0.6;
    border: 133px solid rgba(0,0,0,0.7);
    width: 346px;
    height: 67px;
}
.product-title a {
    color:#007dc3;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
}
.strength {
    background-color: #fff;
    padding-top: 20px;
	 
}
#strengthImage img {
    margin-top: 15px;
	border:5px solid #ccc;
	box-shadow: 0px 1px 3px 2px #aaa;
}
.t3 {
    text-align: center;
    color: #555;
}
.clearout {
height:20px;
clear:both;
}



.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}
.nbs-flexisel-ul {
    position:relative;
    width:99999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
}

.nbs-flexisel-inner {
    overflow:hidden;
    float:left;
    width:100%;
   /* background:#fcfcfc;
    background: #fcfcfc -moz-linear-gradient(top, #fcfcfc 0%, #eee 100%); 
    background: #fcfcfc -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#eee)); 
    background: #fcfcfc -webkit-linear-gradient(top, #fcfcfc 0%, #eee 100%); 
    background: #fcfcfc -o-linear-gradient(top, #fcfcfc 0%, #eee 100%); 
    background: #fcfcfc -ms-linear-gradient(top, #fcfcfc 0%, #eee 100%); 
    background: #fcfcfc linear-gradient(top, #fcfcfc 0%, #eee 100%);
    border:1px solid #ccc;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;  */
}

.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
    line-height:0px;
}
.nbs-flexisel-item img {
    width: 100%;
    cursor: pointer;
    position: relative;
    margin-top: 0px;
    margin-bottom: 10px;
    max-width: 135px;
    max-height: 75px;
}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 22px;
    height: 22px; 
    position: absolute;
    cursor: pointer;
    z-index: 100;
    opacity: 0.5;
}

.nbs-flexisel-nav-left {
    left: 10px;
    background: url(../img/button-previous.png) no-repeat;
}

.nbs-flexisel-nav-right {
    right: 5px;
    background: url(../img/button-next.png) no-repeat;
}
#t4 {
    padding: 0px 61px;
}
#t5{
  width:138px;
  margin-left:0px;
}
.footer{
  background-color:#000;
  padding:20px 0px;
  float:left;
  width:100%;
}
.clients {
    height: 167px;
    padding: 10px 0px;
}
.t6 {
    font-size: 17px;
    color: #ccc;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 2px solid #ccc;
    width: 159px;
    line-height: 40px;
}
.footer-products li {
    line-height: 31px;
    font-size: 16px;
}
.footer-products{
   padding-top:10px;
}
.brochure {
    margin-top:56px;
    margin-left: 40px;
}
#address li {
    color: #ccc;
    list-style-type: none;
    margin-top:8px;
    font-size: 16px;
	text-align:justify;
}
span {
    margin-left: 7px;
    text-align: justify;
}
#strengths ul li {
    color: #000;
	list-style-image:url(../img/li-icon.png);
	padding: 0px 0 4px 0;
}
#footer-form {
    margin-top: 9px;
}
#footer-form input {
    width: 256px;
    padding: 4px 7px;
    margin: 6px 0px;
    background-color:#f9f1f1;
    border: 1px solid #f9f1f1;
    border-radius: 2px;
}
#footer-form textarea {
    width: 256px;
    padding: 4px 7px;
    margin: 6px 0px;
	background-color: #f9f1f1;
    border: 1px solid #f9f1f1;
    border-radius: 2px;
}
#footer-form button {
    padding: 5px 15px;
    background-color: #173992;
    border: 1px solid #173c8d;
    border-radius: 2px;
    color: #ccc;
    font-weight: 500;
    font-size: 17px;
}
.footer-products li a {
    color: #ccc;
}
.list-inline li {
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px;
	margin-bottom: 10px;
}
.social-icons.icon-rounded .fa{
	border-radius:5px;
}
.social-icons .fa:hover, .social-icons .fa:active {
	color: #FFF;
	-webkit-box-shadow: 1px 1px 3px #333;
	-moz-box-shadow: 1px 1px 3px #333;
	box-shadow: 1px 1px 3px #333; 
}
.social-icons .fa-google-plus,.social-icons .fa-google-plus-square{background-color:#CF3D2E;} 
.social-icons .fa-skype{background-color:#01AEF2;}
.social-icons .fa-twitter,.social-icons .fa-twitter-square{background-color:#32CCFE;} 
.social-icons .fa-facebook,.social-icons .fa-facebook-square{background-color:#3C599F;}  
.social-icons .fa {
    height: 40px;
    width: 40px;
    padding: 10px 7px;
    font-size: 1.3em;
    text-align: center;
    color: #fff;
}
.social-icons {
    margin: 80px 24px;
}
.social-icons {
    margin:30px 0px 0px 42px;
}
.footer-down {
    background-color: #e7e8e9;
}
.footer-down p {
    color: #173992;
	float:left;
}
#pRight p{
  float:right;
}
.welcome {
    padding: 10px 0px;
}
.bg-grey {
    background-image:url(../img/pattern2.jpg) ;
	padding: 20px 0px;
}
.t7{
    font-size:30px;
    text-transform: uppercase;
    text-align: center;
    color:#007dc3;
    font-weight:500;
    line-height: 38px;
    margin-top: 10px;
}

.accurate {margin:0; padding:0;}
.accurate img {
    margin: 14px 0 13px 0;
    padding: 0;
}
.welcome h4 {margin:10px 10px; padding:0; color:#007dc3; font-size:40px; text-transform:uppercase; text-align:center; font-weight:500;}
.logo {margin:0; padding:0;}

.list-of-machinery {margin:0; padding:0; background:#e7e8e9;}
.list-of-machinery h2 {font-size: 24px; text-transform: uppercase; font-weight:500; border-bottom: 2px solid #1a3e95;
line-height: 48px; color: #007dc3; margin:10px;}
.list-of-machinery li {margin: 0px 0 0 15px; padding:0; font-size:14px; text-transform:lowercase; line-height:24px; list-style-image:url(../img/li-icon.png)}
.list-of-machinery li strong {color:#454545; text-transform:uppercase;}
.our-clients {margin:0; padding:0; float:left; width:100%; background:#fff;}
.our-clients h2 {margin-top:20px; padding:0; font-size:24px; text-transform:uppercase; font-weight:500; color:#007dc3; text-align:center;}
/*.our-clients ul {list-style-type:none;}
.our-clients ul li {display:inline-block; border:1px solid #555; margin:2px;}*/
.navbar-default .navbar-collapse{
}


#indexSlider {
    border-bottom: 3px solid #009be6;
    border-top: 3px solid #009be6;
}

/*.clearout {
height:20px;
clear:both;
}

#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
display:none;
}

.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}
.nbs-flexisel-ul {
    position:relative;
    width:99999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
}

.nbs-flexisel-inner {
    overflow:hidden;
    float:left;
    width:100%;
    background:#fcfcfc;
    background: #fcfcfc -moz-linear-gradient(top, #fcfcfc 0%, #eee 100%); 
    background: #fcfcfc -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#eee)); 
    background: #fcfcfc -webkit-linear-gradient(top, #fcfcfc 0%, #eee 100%); 
    background: #fcfcfc -o-linear-gradient(top, #fcfcfc 0%, #eee 100%); 
    background: #fcfcfc -ms-linear-gradient(top, #fcfcfc 0%, #eee 100%); 
    background: #fcfcfc linear-gradient(top, #fcfcfc 0%, #eee 100%); 
    border:1px solid #ccc;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;  
}

.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
    line-height:0px;
}
.nbs-flexisel-item img {
    width: 100%;
    cursor: pointer;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    max-width:100px;
    max-height:45px;
}



.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 22px;
    height: 22px; 
    position: absolute;
    cursor: pointer;
    z-index: 100;
    opacity: 0.5;
}

.nbs-flexisel-nav-left {
    left: 10px;
    background: url(/web/20211201003258im_/http://accurateengineeringco.com/images/button-previous.png) no-repeat;
}

.nbs-flexisel-nav-right {
    right: 5px;
    background: url(/web/20211201003258im_/http://accurateengineeringco.com/images/button-next.png) no-repeat;
}*/
#beopTm {
    height: 410px !important;
}
#thumbnail-slider {
    margin:0 auto; /*center-aligned*/
    width:100%;/*width:400px;*/
   
    padding:20px;
   /* background-color:#f2f1ea;*/
   /* box-shadow: 0 2px 6px rgba(0,0,0,0.3);*/
    box-sizing:border-box;
    position:relative;
    -webkit-user-select: none;
    user-select:none;
}

#thumbnail-slider div.inner {
    /*the followings should not be changed */
    position:relative;
    overflow:hidden;
    padding:2px 0;
    margin:0;
}

 
#thumbnail-slider div.inner ul {
    /*the followings should not be changed */
    white-space:nowrap;
    position:relative;
    left:0; top:0;
    list-style:none;
    font-size:0;
    padding:0;
    margin:0;
    float:left!important;
    width:auto!important;
    height:auto!important;
}

#thumbnail-slider ul li {
    display:inline-block;
    *display:inline!important; /*IE7 hack*/
    border:3px solid black;
   margin: 0px 16px;
    margin-right:10px; /* Spacing between thumbs*/
    transition:border-color 0.3s;
    box-sizing:content-box;
    text-align:center;
    vertical-align:middle;
    padding:0;
    position:relative;
    list-style:none;
    backface-visibility:hidden;
}

#thumbnail-slider ul li.active {
    border-color:white;
}

#thumbnail-slider .thumb {
    opacity:1;
    width:100%;
    height: 100%;
    background-size:contain;
    background-repeat:no-repeat;
    background-position:center center;
    display:block;
    position:absolute;
    font-size:0;
}

/* --------- navigation controls ------- */
/* The nav id should be: slider id + ("-prev", "-next", and "-pause-play") */

#thumbnail-slider-pause-play {display:none;} /*.pause*/

#thumbnail-slider-prev, #thumbnail-slider-next
{
    opacity:1;
    position: absolute;
    /*background-color:#0346a3;*/
    *background-color:#ccc;/*IE7 hack*/
    backface-visibility:hidden;
    width:32px;
    height:60px;
    line-height:60px;
    top: 50%;
    margin:0;
    margin-top:-30px;
    color:white;    
    z-index:10;
    cursor:pointer;
}

#thumbnail-slider-prev {
    left:-30px; right:auto;
}

#thumbnail-slider-next {
    left:auto; right:-30px;
}
#thumbnail-slider-next.disabled, #thumbnail-slider-prev.disabled {
    opacity:0.3;
    cursor:default;
}


/* arrows */
#thumbnail-slider-prev::before, #thumbnail-slider-next::before {
    position: absolute;
   top: 19px;
content: "";
display: block;
width: 25px;
height: 25px;
border-left: 2px solid #6B6565;
border-top: 2px solid #6b6565;
}

#thumbnail-slider-prev::before {
    left:7px;
    -ms-transform:rotate(-45deg);/*IE9*/
    -webkit-transform:rotate(-45deg);
    transform: rotate(-45deg);
}

#thumbnail-slider-next::before {
    right:7px;
    -ms-transform:rotate(135deg);/*IE9*/
    -webkit-transform:rotate(135deg);
    transform: rotate(135deg);
}

/*Responsive settings*/
@media only screen and (max-width:736px){

    #thumbnail-slider {padding:10px 26px;}

    #thumbnail-slider-prev {left:0px;}

    #thumbnail-slider-next {right:0px;}
}

 .headline {
    background-image: url(../img/bg-about.jpg);
    height: 80px;
   padding: 2% 9%;
}
.breadCumpNav {
    float: right;
}
 
 .about h2 {
    color: #007dc3;
    font-size: 24px;
   margin-bottom:10px;
}
.about h2 strong {
  font-weight: 500 !important;
}
.box-line {
    height: 3px;
    background-color: #007dc3;
	}
	.about ul {
    margin-left: 0px !important;
}
	.about li {
    margin-left: 0px !important;
    margin-top: 5px;
}
.about .fa.fa-arrow-circle-right {
    color: #007dc3;
}
.about .fa.fa-chevron-circle-right {
    color: #007dc3;
}
.contact h4 {
    margin-bottom: 8px;
    color: #007dc3;
}
.contact form {
    margin-top: 20px;
}
.headline {
    background-image: url(../img/bg-about.jpg);
    height: 80px;
    padding: 2% 9%;
    margin-bottom: 20px;
	border: 1px solid #d2cfcf;
}
.contact li {
  
    margin-top: 10px;
    font-size: 15px;
}
.divider {
    clear: both;
    display: block;
    line-height: 0;
    height: 1px;
    margin: 10px 0;
    background: #ddd;
    font-size: 0;
    overflow: hidden;
}
#googlemap {
    margin: 15px;
}
.breadCumpNav p {
    margin: 0px;
}
.products {
    margin: 20px 0px;
}
.center {
    text-align: center;
}
.assembly h2 {
    margin-left: 13px;
}
.headline h2,
.headline a {
    color: #007dc3;
}
/*
     FILE ARCHIVED ON 00:32:58 Dec 01, 2021 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 18:07:51 Sep 14, 2023.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 190.247
  exclusion.robots: 0.094
  exclusion.robots.policy: 0.07
  cdx.remote: 0.063
  esindex: 0.01
  LoadShardBlock: 161.373 (3)
  PetaboxLoader3.datanode: 176.804 (4)
  load_resource: 132.108
  PetaboxLoader3.resolve: 72.112
*/