@charset "utf-8";
/* CSS Document */

.topcall{ background-color:#3d4143; color:#ccccc8; font-size:13px; line-height:30px}
.topcall .input-group-addon {
    background-color: transparent;
    border: 0px solid #ccc;
    border-radius: 0px;
    color: #fff;
}

.topcall .form-control {
    background-color: transparent;
    background-image: none;
    border:0;
    border-radius:0;
    box-shadow: none;
    color: #fff;
    display: block;
    font-size: 14px;
}

.nwsbar{ background-color:#3d4143; margin-bottom:60px;}
.nwsupdate{ background-color:#2b85b9}
.nwsbar .container-fluid{ padding:0px}
.nwssect{ font-size:14px; color:#b8cccc; position:relative; padding-left:55px; min-height:65px; left:10%; top:10px}
.nwssect figure{ position:absolute; left:0px; top:-3px}
.nwsupdate h2{ font-size:25px; color:#FFF; padding:10px; margin:0px; font-weight:normal;  font-family: 'antonioregular'; text-transform:uppercase}
.nwsupdate h2 span{ color:#000; text-transform:uppercase; color:#a0a5c1; font-size:16px; font-family: 'pt_sansregular'; display:block}
.ourvision{ position:relative}
.ourvstxt{ position:absolute; width:90%; text-align:center; top:30%; left:5%}
.ourvstxt h2{ font-size:50px; color:#FFF; text-transform:uppercase; border-bottom: 2px solid #2b85b9; font-family: 'antonioregular'; display:inline-block } 

.ourvstxt p{ color:#FFF; font-size:16px;}

.whoweare h2{ font-size:50px; color:#2b85b9; text-transform:uppercase; padding:0px; margin:0px; font-family: 'antonioregular';}
.whoweare h2 span{ color:#333; text-transform: capitalize; font-size:16px; font-style:italic; font-family: 'pt_sansregular'; display:block ; padding-bottom:10px}
.whoweare p{ font-size:16px; color:#858e97; padding:0px; margin:0px 0px 15px 0px; line-height:25px}

.mission{ border:1px solid #dbe2e8; margin-top:35px}
.miscont{ padding:15px;}
.miscont h2{ font-size:28px; color:#4f4f4f}
.mispos{ position:relative}
.misread{ position:absolute; background-color:#f2f2f2; color:#616cac; font-size:16px; bottom:0px; left:15px; padding:8px; width:80%}

.whatwedo { border-top:1px solid #eeeeee; margin-top:50px; padding-top:50px}

.whatwedo h2{ color:#383838; font-size:50px; text-transform:uppercase; font-family: 'antonioregular'; padding:0px; margin:0px 0px 30px 0px; width:100%; text-align:center	 }

.whatwedo .col-sm-3{ text-align:center; margin-bottom:40px}

.whatwedo .col-sm-3 h2{ font-size:20px; color:#000; padding:0px; margin:0px 0px 30px 0px; font-family: 'pt_sansregular'; text-transform:inherit}
.whatwedo .col-sm-3 p{ color:#666; font-size:16px; line-height:22px;}

.ourproducts{ background-color:#333333; padding:30px 0px} 
.ourproducts h2{ font-size:55px; color:#fff; text-transform: uppercase; font-family: 'antonioregular';  margin-top:30px}

.ourproducts p{ font-size:16px; color:#ebebeb; line-height:25px;}

#owl-demo .item{ text-align:center; font-size:18px; color:#FFF; font-family: 'antonioregular'; margin-right:10px}

#owl-demo .item img{ margin-bottom:10px}
.getintouch{ background-color:#FFF; padding:15px; -webkit-box-shadow: 1px 2px 5px 5px rgba(0,0,0,0.2);
-moz-box-shadow: 1px 2px 5px 5px rgba(0,0,0,0.2);
box-shadow: 1px 2px 5px 5px rgba(0,0,0,0.2); margin-top:-60px}

.getintouch h2{ font-size:40px; color:#2b85b9; text-transform:uppercase; font-family: 'antonioregular';}

.getintouch p{ font-size:16px; color:#8591a6; line-height:24px;}

.getintouch .form-control {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 40px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%; margin-bottom:10px
}

.submitbut{ background-color:#3b84ef; padding:12px 10px; border:0px; width:100%; text-transform:uppercase; font-size:16px; color:#FFF; margin:15px 0px} 

.getintouch span{ font-size:12px; color:#999; line-height:18px}

.nwsevent{ margin-top:50px; position:relative }
.nwsevent h2{font-family: 'antonioregular'; text-transform:uppercase; border-bottom:1px solid #e6e6e6; padding:0px 0px 10px 0px; margin:0px 0px 10px 0px;}

.allbut{ position:absolute; bottom:18px; right:0px;}
.seeall{ background-color:#2b85b9; padding:8px 25px; color:#FFF; text-transform:uppercase; border:0px;}

.accordion dl {
  border: 1px solid #ddd;
}


.accordion dd {
  background-color: #eee;
  font-size: 1em;
  line-height: 1.5em;
}

.accordion p {
  padding: 1em 2em 1em 2em;
}

.accordion {
  position: relative;
  background-color: #eee;
}

.accordion-box {
  max-width: 960px;
  margin: 0 auto;
  padding: 2em 0 2em 0;
}

.accordionTitle {
  background-color: #fff;
  text-align: left;
  font-weight: 700;
  padding: 10px 10px 10px 15px;
  display: block;
  text-decoration: none;
  color: #000;
  -webkit-transition: background-color 0.5s ease-in-out;
          transition: background-color 0.5s ease-in-out;
  border-bottom: 1px solid #e6e6e6;
}
.accordionTitle:before {
  content: "+";
  font-size: 2.4em;
  line-height: 0.5em;
  float: right;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
          transition: transform 0.3s ease-in-out;
}
.accordionTitle:hover {
  background-color: #585e83;
  color:#FFF; text-decoration:none}

.accordionTitleActive,
.accordionTitle.is-expanded {
  background-color: #585e83;
  color:#FFF; text-decoration:none
}
.accordionTitleActive:before,
.accordionTitle.is-expanded:before {
  -webkit-transform: rotate(-225deg);
      -ms-transform: rotate(-225deg);
          transform: rotate(-225deg);
}

.accordionItem {
  height: auto;
  overflow: hidden;
  max-height: 50em;
  -webkit-transition: max-height 1s;
          transition: max-height 1s;
}
@media screen and (min-width: 48em) {
  .accordionItem {
    -webkit-transition: max-height 0.5s;
            transition: max-height 0.5s;
  }
}

.accordionItemCollapsed,
.accordionItem.is-collapsed {
  max-height: 0;
}

.subscribe{ background-color:#2b85b9; padding:40px 0px; text-align:center; margin:40px 0px;}

.subscribe h2{ font-size:40px; color:#FFF; padding:0px 0px 10px 0px; margin:0px 0px 10px 0px; font-family: 'antonioregular';}

.subscribebut{ background-color:#3b84ef; border:1px solid #FFF; padding:6px; color:#FFF; text-transform:uppercase; padding:10px 15px }

.subscribe .form-control {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 44px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}

.subscribe .form-inline .form-control {
    display: inline-block;
    vertical-align: middle;
    width: 300px;
}

/* Carousel */

#quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 30px;
    /* Control buttons  */
    /* Previous button  */
    /* Next button  */
    /* Changes the position of the indicators */
    /* Changes the color of the indicators */
}
#quote-carousel .carousel-control {
    background: none;
    color: #CACACA;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
}
#quote-carousel .carousel-control.left {
    left: -60px;
}
#quote-carousel .carousel-control.right {
    right: -60px;
}
#quote-carousel .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-right: -19px;
}
#quote-carousel .carousel-indicators li {
    width: 80px;
    height: 80px;
    margin: 5px;
    cursor: pointer;
    border: 4px solid #CCC;
    border-radius: 50px;
    opacity: 0.4;
    overflow: hidden;
    transition: all 0.4s;
}
#quote-carousel .carousel-indicators .active {
    background: #333333;
    width: 110px;
    height: 110px;
    border-radius: 100px;
    border-color: #f33;
    opacity: 1;
    overflow: hidden;
}
.carousel-inner {
    min-height: 300px;
}
.item blockquote {
    border-left: none;
    margin: 0;
}
.item blockquote p:before {
    content: url(../img/quote.jpg);
    
    float: left;
    margin-right: 10px;
}

.testimonial h2{ font-size:40px; color:#000; text-transform:uppercase; padding:0px; margin:30px 0px 0px 0px; text-align:center; width:100%; font-family: 'antonioregular';}

.topclient{ margin:30px 0px }
.topclient h3{ font-size:16px; }
footer{ background-color:#3d4143; padding:10px 0px}

.ftlink { color:#CCC; text-decoration:none; font-size:13px; margin-top:10px}

.ftara{ border-bottom:1px solid #666; padding-bottom:10px; margin-bottom:10px}

.copyrht{ margin-top:15px; color:#666; font-size:12px; line-height:60px}
.addresdtl h2{ font-size:30px; color:#000; text-decoration:none; font-weight:normal; font-family: 'antonioregular'; border-bottom:2px solid #2b85b9; padding:0px 0px 10px 0px; margin:0px 0px 10px 0px}

.addresdtl p{ font-size:16px; color:#333}

.abtsect h3{ font-size:26px; color:#000; text-decoration:none; font-weight:normal; font-family: 'antonioregular'; border-bottom:2px solid #2b85b9; padding:0px 0px 10px 0px; margin:0px 0px 10px 0px}

.abtsect ul { padding:0px; margin:0px 0px 30px 0px; list-style:none}
.abtsect ul li { padding:0px 0px 0px 25px; margin:0px; list-style:none; display:inline-block; width:33%; background-image:url(../img/check.jpg); background-repeat:no-repeat; background-position:left; color:#858e97; font-size:16px; line-height:30px}

.table-responsive strong{ font-size:22px; font-family: 'antoniolight';}
.tlocdtl{ position:relative; padding:20px 0px 0px 55px; text-transform:uppercase; color:#999}
.tlocdtl span{ color:#000}
.tlocdtl figure{ position:absolute; left:0px; top:15px}

.soclmd li > a{ padding:0px!important; margin:10px 0px 0px 0px!important; display:inline-block!important}

.navbar { border-top:1px solid #f5f5f5!important; margin:5px 0px}

.sitelnk ul{ padding:0px; margin:0px; list-style:none}
.sitelnk ul li{ padding:0px; margin:0px; list-style:none; display:inline-block; width:48%; line-height:25px;}

.prod{ background-image:url(../img/prod.jpg); min-height:377px; background-repeat:no-repeat; background-position:center; background-size:cover; position:relative}


.cont{ background-image:url(../img/cont.jpg); min-height:377px; background-repeat:no-repeat; background-position:center; background-size:cover; position:relative}





.abt{ background-image:url(../img/new/4.png); min-height:377px; background-repeat:no-repeat; background-position:center; background-size:cover; position:relative}

.abt1{ background-image:url(../img/new/5.png); min-height:377px; background-repeat:no-repeat; background-position:center; background-size:cover; position:relative}

.abt2{ background-image:url(../img/new/6.png); min-height:377px; background-repeat:no-repeat; background-position:center; background-size:cover; position:relative}

.abt3{ background-image:url(../img/new/7.png); min-height:377px; background-repeat:no-repeat; background-position:center; background-size:cover; position:relative}

.abt4{ background-image:url(../img/new/8.png); min-height:377px; background-repeat:no-repeat; background-position:center; background-size:cover; position:relative}

.abt5{ background-image:url(../img/new/9.png); min-height:377px; background-repeat:no-repeat; background-position:center; background-size:cover; position:relative}


.abt6{ background-image:url(../img/new/10.png); min-height:377px; background-repeat:no-repeat; background-position:center; background-size:cover; position:relative}

.abt7{ background-image:url(../img/new/11.png); min-height:377px; background-repeat:no-repeat; background-position:center; background-size:cover; position:relative}



blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote p {
  display: inline;
}


.pagehd{ position:absolute; bottom:20px; left:10%}
.pagehd h2{ font-size:50px; color:#000; padding:0px; margin:0px; font-family: 'antoniolight'; }