@import url(http://fonts.googleapis.com/css?family=Open+Sans);
*{
    margin: 0;
    padding: 0;
}
body{
    color: #363535;
    word-wrap: break-word;
}
a{
    text-decoration: none;
}
img{
    border: none;
}
ul{
    list-style: none;
}
@font-face {
    font-family: HELR45W;
    src: url(../fonts/helvetica/HELR45W.ttf) format('truetype');
}

/*------------------ Main css--------*/
.header-top{
    background: #f0f0f0;
}
.topbar-left ul{
    margin-bottom: 0;
}
.topbar-left ul li{
    float: left;
    padding: 0 10px;
    border-left: 1px solid #ccc;
    height: 50px;
    line-height: 50px;
}
.topbar-left ul li:last-child{
     border-right: 1px solid #ccc;
}
.topbar-left ul li a{
      font-family: 'Open Sans', sans-serif;
    color: #063853;
    font-size: 16px;
}
.topbar-left ul li a:hover{
    text-decoration: none;
}
/*------------- top social media ----------*/
.social-media{
    float: right;
}
.social-media ul{
    margin-bottom: 0;
}
.social-media ul li{
    float: left;
     border-left: 1px solid #ccc;
     height: 50px;
    line-height: 50px;
    padding: 0 10px;
    transition: 0.5s ease;
}
.social-media ul li:last-child{
     border-right: 1px solid #ccc;
    
}
.social-media ul li:hover{
     background: #007bbe;
}
.social-media ul li:hover i{
    background: #fff;
    color:#007bbe; 
}
.social-media ul li i{
    width: 30px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    background: #007bbe;
    border-radius: 50%;
    color: #fff;
}
/*-------------- Header bottom ------------*/
.header-bottom{
    padding-bottom: 20px;
}
.logo img{
    width: 300px;
    margin-top: 32px;
}
.get{
    margin-top:42px;
}
.get a{
    border: 1px solid #333;
    padding:8px 18px;
    font-family: 'Open Sans', sans-serif;
    color: #007bbe;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 25px;
    font-weight: 600;
}
.get a:hover{
    text-decoration: none;
    background: #007bbe;
    color: #fff;
     border: 1px solid #007bbe;
}
.call{
    margin-top: 22px;
    border: 1px solid #333;
    padding: 10px;
    border-radius: 10px;
    width: 220px;
}
.call p{
    margin-bottom: 0;
}
.call i{
    font-size: 30px;
    color: #007bbe; 
    padding-right: 10px;
    border-right: 1px solid #333;
    float: left;
    margin-right: 10px;
    position: relative;
    top: 5px;
}
/*------------------ Menu ------------------*/
.menu{
    background: #313131;
}
.menu .navbar{
    margin-bottom: 0;
}
.navbar, .dropdown-menu{

border: none;

}
.menu .nav > li > a{
    text-transform: uppercase;
    font-weight:600;
    font-size: 18px;
    font-family: 'Open Sans Condensed', sans-serif;
    padding-right: 13px;
}
.menu .nav > li > a:focus, .nav > li > a:hover{
    background: #00a2fa!important;
    color: #fff;
    
}
.menu .dropdown-menu{
    padding: 0;
    height: 250px;
    overflow: scroll;
    
}
.menu .dropdown-menu > li > a{
    height: 40px;
   line-height: 40px;
    padding: 0;
    padding: 0 10px;
    width: 300px;
    font-weight: 600;
    border-radius: 0;
     font-family: 'Open Sans Condensed', sans-serif;
}
.nav>li>a, .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover, .dropdown-menu>li>a, .dropdown-menu>li{
  
}
.nav>li>a:focus, .nav>li>a:hover,.nav .open>a, .nav .open>a:focus, .nav .open>a:hover, .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover{
  background: #00a2fa!important;
  background: none;
   color: #fff!important;
}
.navbar a, .dropdown-menu>li>a, .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover, .navbar-toggle{
 color: #fff;
   
}
.dropdown-menu{
      -webkit-box-shadow: none;
    box-shadow:none;
}


.navbar-toggle .icon-bar{
    color: #fff;
    background: #fff;
}
/*---------------------- Banner ---------------*/
.banner .carousel-control.right {
    background: none;
}
.banner .carousel-control.left {
    background: none;
}
.banner .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev{
    text-shadow: none;
    color: #000;
    opacity: 1;
    left: 10%;
}
.banner .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev{
    text-shadow: none;
    color: #000;
    opacity: 1;
    right: 10%;
}
.banner .carousel-caption{
    right: 20%;
    top: 36%;
    text-align: right;
}
.banner .carousel-caption h1{
  text-shadow: none;
    color: #000;
     text-transform: uppercase;
    font-weight:600;
    font-size: 48px;
    font-family: 'Open Sans Condensed', sans-serif;
}
.banner .carousel-indicators li{
    background: #007bbe;
}
/*------------------------ About Home Section --------------*/
.about-home{
    padding: 2em 0 0;
}
.about-home-content h1{
    text-align: left;
     font-family: 'Open Sans', sans-serif;
    margin: 0;
    font-size: 26px;
   margin-top: 22px;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.about-home-content h1 span{
    font-weight: 600;
    color: #0d96e0;
}
.about-home-content p{
   padding-bottom: 10px;
    font-family: 'Open Sans', sans-serif;
    text-align: justify;
}
.abt img{
    margin-top: 50px;
    border: 4px solid #b6b3b3;
}
.about-home-content a{
   background: #007bbe;
    padding: 5px 8px;
    color: #fff;
}
.about-home-content a:hover{
    text-decoration: none;
    color: #fff;
    background: #333;
}
.about-img{
    margin-top: 5.2em;
}
.about-home-rgt {
    position: relative;
}
.about-home-rgt h1{
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    font-size: 20px;
    margin-top: 30px;
    padding-bottom: 10px;
    text-transform: uppercase;
    position: absolute;
    left: 150px;
    bottom: 15px;
    font-weight: bold;
    color: #007bbe;
   
}
.about-home-rgt .carousel-control.left {
    background: none;   
}
.about-home-rgt .carousel-control.right {
    background: none;   
}
/*--------------- fade ----*/
.about-home-rgt .carousel-fade .carousel-inner .item {
  transition-property: opacity;
}
.about-home-rgt .carousel-fade .carousel-inner .item,
.about-home-rgt .carousel-fade .carousel-inner .active.left,
.about-home-rgt .carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.about-home-rgt .carousel-fade .carousel-inner .active,
.about-home-rgt .carousel-fade .carousel-inner .next.left,
.about-home-rgt .carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.about-home-rgt .carousel-fade .carousel-inner .next,
.about-home-rgt .carousel-fade .carousel-inner .prev,
.about-home-rgt .carousel-fade .carousel-inner .active.left,
.about-home-rgt .carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.about-home-rgt .carousel-fade .carousel-control {
  z-index: 2;
}
/*--------------- fade end ----*/
/*------------------------  Products  --------------*/


.product-home{
   
    background: #fafafa;
}
.product-home h1{
    font-family: 'Open Sans', sans-serif;
    margin: 0 auto;
    font-size: 28px;
    margin-top: 30px;
    padding-bottom: 3px;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: bold;
    color: #373636;
    font-weight: 400;
    border-bottom: 2px solid #007bbe;
    width: 30%;
    text-align: center;
}
.product-home .controls a.fa{
    border-radius: 0!important;
    background: #0d96e0;
    margin: 0 2px;
    padding: 5px 10px;
    color: #fff;
    margin-bottom: 10px;
    
}
.product-home .controls a:hover{
    text-decoration: none;
}
.col-item{
    box-shadow: 3px 3px 5px #ccc;
    border:1px solid #ccc;
    text-align: center;
    padding:15px 8px;
    margin-bottom: 20px;
    background: #fff;
}
.col-item h2{
     font-family: 'Open Sans', sans-serif;
    margin: 0;
    font-size: 12px;
    margin-top: 30px;
    padding-bottom: 8px;
    text-transform: uppercase;
    font-weight: bold;
    color: #007bbe;
}
.col-item p{
   padding-bottom: 10px;
     font-family: 'Open Sans', sans-serif;
}
.col-item a{
    border: 1px solid #007bbd;
    padding: 3px 10px;
    transition: 0.5s ease;
    font-weight: 600;
     font-family: 'Open Sans', sans-serif;
    font-size: 13px;
}
.col-item a:hover{
    text-decoration: none;
    background: #0d96e0;
    color: #fff;
}
/*-------------- Why Us --------------*/
.why-us {
     
}
.why-us-inner h1{
    font-family: 'Open Sans', sans-serif;
    margin: 0 auto;
    font-size: 28px;
    margin-top: 30px;
    padding-bottom: 3px;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: bold;
    color: #373636;
    font-weight: 400;
    border-bottom: 2px solid #007bbe;
    width: 30%;
    text-align: center;
}

#accordion .panel-heading { padding: 0; text-transform: uppercase; font-weight: 400;  font-family: 'Open Sans', sans-serif; }
#accordion .panel-title > a {
	display: block;
	padding: 0.7em 0.6em;
    outline: none;
    font-weight:bold;
    text-decoration: none;
    background: #007bbd;
    color: #fff;
}

#accordion .panel-title > a.accordion-toggle::before, #accordion a[data-toggle="collapse"]::before  {
    content:"\E082";
    float: right;
    font-family: 'Glyphicons Halflings';
	margin-right :1em;
    margin-top:8px;
}
#accordion .panel-title > a.accordion-toggle.collapsed::before, #accordion a.collapsed[data-toggle="collapse"]::before  {
    content:"\E081";
}
#accordion p{
    font-family: 'Open Sans', sans-serif;
    line-height: 22px;
    text-align: justify;
}
.why-us ul li{
    line-height: 32px;
}
.why-us ul li{
    list-style: circle;
    list-style-position: inside;
}
.enquiry-home{
    background: url(../images/quick-enquiry-bg.jpg) top center repeat;
     padding: 2em 3em 2em;
    text-align: center;
}
.enquiry-home h1{
      font-family: 'Open Sans', sans-serif;
    margin: 0 auto;
    font-size: 28px;
    
    
    text-transform: uppercase;
    font-weight: bold;
    color: #373636;
    font-weight: 400;
    border-bottom: 2px solid #007bbe;
    width: 50%;
    text-align: center;
}
.enquiry-home form{
    margin-top: 40px;
}
.enquiry-home input{
    background: rgba(0,0,0,0.1);
    height: 40px;
}
.enquiry-home textarea{
    background: rgba(0,0,0,0.1);
    height: 170px!important;
}
.enquiry-home textarea:placeholder-shown{
    color: #000;
    font-size: 15px;
     font-family: 'Open Sans', sans-serif;
}
.enquiry-home input[type=submit]{
    background: #007bbd;
    width: 200px;
    font-size: 15px;
    color: #fff;
     text-transform: uppercase;
}
.enquiry-home input[type=submit]:hover{
    background:  #373636;
    color: #fff;
}

.con input[type=submit]{
    background: #007bbd;
    width: 200px;
    font-size: 15px;
    color: #fff;
     text-transform: uppercase;
}
.con input[type=submit]:hover{
    background:  #373636;
    color: #fff;
}

.con {
    width: 90%;
    float: right;
    
}
/*-------------------------------- Testimonails -------------------*/

.testimonail h1{
    font-family: 'Open Sans', sans-serif;
    margin: 0 auto;
    font-size: 28px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    font-weight: 400;
    border-bottom: 2px solid #007bbe;
    width: 20%;
    text-align: center;
    padding-bottom:2px;
}

.testi-box{
    background: rgba(0,123,189,0.7);
    width: 90%;
    margin: auto;
    text-align: center;
    margin-top: 6em;
    position: relative;
    padding: 5em 1.5em 1em;
    height:280px;
   
}
.testi-box img{
    margin: auto;
   width: 100px;
    position: absolute;
    top: -20%;
    left: 33%;
}
.testi-box h2{
   font-family: 'Open Sans', sans-serif;
    margin: 0 auto;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    font-weight:600;
    text-align: center;
    padding-bottom:2px;
    margin-top: 10px;
}
.testi-box p{
      font-family: 'Open Sans', sans-serif;
    color: #fff;
    padding-top: 10px;
}
/*---------------------- Footer ----------*/
footer{
    background: #002940;
    padding: 3em 0 0 0;
}

.wedget h2{
    color: #fff;
     font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-size:22px;
    margin: 0;
    margin-bottom: 20px;
}
.wedget p{
     color: #fff;
     font-family: 'Open Sans', sans-serif;
    line-height: 25px;
}
.wedget ul li{
    line-height: 32px;
}
.wedget ul li a{
    color: #fff;
    border-bottom: 1px solid #fff;
    display: block;
    font-weight: 600;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    font-family: 'Open Sans', sans-serif;
}
.wedget ul li a:hover{
    text-decoration: none;
    background: #fff;
     color: #002940;
    padding: 0 10px;
}
.wedget ul li a i{
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
    color: #002940;
    text-align: center;
    line-height: 30px;
    margin: 8px 0;
}
.footer-top{
    padding-bottom: 3em;
}
.footer-bottom{
    background: #00141f;
    padding: 1em 0;
}
.footer-bottom p{
    color: #fff;
    margin-bottom: 0;
}
.footer-bottom p a{
    color: #00a2fa;
}
.footer-bottom p a:hover{
    color: #999;
    text-decoration: none;
}
.about-detail{
    margin-top: 4.5em;
   
}
.about-detail h1{
    width: 24%;
    margin-top: 10px;
}
.about-detail table th{
    background:#007bbd;
    padding: 30px 15px!important;
    color: #fff;
    font-size: 16px;
}
.about-detail table td{
   
   padding:  30px 15px!important;
}
/*--------------------------- contact-detail ------------------*/
.contact-detail{
    padding: 2em 0 0em 0;
}
.contact-detail h1{
    font-family: 'Open Sans', sans-serif;
    margin: 0 auto;
    font-size: 28px;
    padding-bottom: 3px;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: bold;
    color: #373636;
    font-weight: 400;
    border-bottom: 2px solid #007bbe;
    width: 20%;
    text-align: center;
}
.info-box{
    background: #007bbd;
    padding: 2em 1em;
    position: relative;
    border-radius: 5px;
    height: 190px;
    border-bottom: 5px solid #002940;
    margin-top: 5em;
      transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
}
.info-box:hover{
    transform: scale(1.1,1.1);
}
.info-box i{
    width: 110px;
    height: 110px;
    text-align: center;
    line-height: 110px;
    position: absolute;
    background: #fff;
    border-radius: 50%;
    font-size: 50px;
    border: 5px solid #007bbd;
    top: -50px;
    left: 35%;
    color: #333;
    border-top-color: #002940;
    border-bottom-color: #002940;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
}
.info-box:hover i{
    border-top-color: #007bbd;
    border-bottom-color: #007bbd;
     border-left-color: #002940;
    border-right-color: #002940;
}
.info-box p{
    text-align: center;
    margin-top: 40px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    line-height: 28px;
}
.info-box p a{
    color: #fff;
     font-family: 'Open Sans', sans-serif;
}
.info-box p a:hover{
    color: #fff;
}
/*------------------------- Enquiry Details ---------------*/
.enquiry-detail{
   background: #f3f3f3;
    
}
.enq{
    width: 90%;
    float: right;
    padding: 2em 0 0 0;
}
.enq h1{
    font-family: 'Open Sans', sans-serif;
    font-size: 28px;
    padding-bottom: 3px;
    margin-bottom: 30px;
    text-transform: uppercase;
    color: #373636;
    font-weight: 400;
    width: 50%;
    text-align: left;
}
.enq h1 span{
    font-weight: bold;
    color: #007bbd
}
.enq form input{
    border-radius: 0;
    height: 40px;
    border: none;
    box-shadow: 0 0 5px #ccc; 
}

.enq form .form-group{
    position: relative;
}
.enq form .form-group i{
    position: absolute;
    top: 0px;
    left: 0;
    color: #4a4a4a;
    background: #ccc;
    height: 40px;
    line-height: 40px;
    width: 40px;
    text-align: center;
}

.enq form textarea{
    height: 180px;
      box-shadow: 0 0 5px #ccc;

}
.enq form input:placeholder-shown{
    font-family: 'Open Sans', sans-serif;
    padding-left: 60px;
}
.enq form textarea:placeholder-shown{
    font-family: 'Open Sans', sans-serif;
}
.enq input[type=submit]{
    background: #007bbe;
    padding: 5px 30px;
    color: #fff;
    font-size: 15px;
    border-radius: 0;
    font-weight: 600;
}
.enq input[type=submit]:hover{
    
    color: #fff;
    background: #002940;
}
.banner-inner img{
    width: 100%;
}
.heading h1{
    
}
.heading{
    padding: 0 0 3em 0;
}
.heading h1{
    font-family: 'Open Sans', sans-serif;
    margin: 0 auto;
    font-size: 28px;
    padding-bottom: 3px;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: bold;
    color: #373636;
    font-weight: 400;
    border-bottom: 2px solid #007bbe;
    width: 15%;
    text-align: center;
    display: block;
}
.why-us-page #accordion .panel-title > a{
    padding: 1.5em 1em;
    position: relative;
    padding-left: 3em;
    
}
.why-us-page #accordion .panel-title > a > i{
    background: #fff;
    width: 50px;
    text-align: center;
    height: 50px;
  line-height: 45px;
    position: absolute;
    border-radius: 50%;
    top:8px;
    border: 2px solid #007bbe;
    left: -20px;
    color: #333;
    font-size: 20px;
    border-left: 3px solid #002940;
    border-right: 2px solid #002940;
}

.why-us-inner #accordion .panel-title > a > i{
       background: #fff;
    width: 35px;
    text-align: center;
    height: 35px;
    line-height: 30px;
    position: relative;
    border-radius: 50%;
    top: 0px;
    border: 2px solid #007bbe;
    left: -20px;
    color: #333;
    font-size: 15px;
    border-left: 3px solid #002940;
    border-right: 2px solid #002940;
}

.why-us-inner #accordion .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    color: inherit;
}
.why-us-page #accordion p{
    line-height: 30px;
}
.why-us-page #accordion .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ddd;
    background: #f6f6f6;
}
/*---------------------- Testimonials ------------*/
.testi {
    padding: 2em 0;
}
.testi .heading h1 {
   width: 20%; 
}
.test-box {
    border: 5px solid #007bbe;
    border-radius:0 40px 40px 40px;
    padding: 30px;
    min-height: 160px; 
}
.test-box p{
    line-height: 28px;
    font-size: 16px;
    
}
.test-box-area{
    
}
.test-box-area img{
    border: 5px solid #007bbe;
    border-radius: 50%;
    margin-bottom: 2em;
}
.area2{
    border-radius:40px 0 40px 40px!important;
}
.add-button{
    text-align: center;
    margin-top: 3em;
}
.add-button a{
   background: #007bbe;
    padding:8px 18px;
    color: #fff;
     font-family: 'Open Sans', sans-serif;
    font-size: 18px;
}
.add-button a:hover{
    color: #fff;
    text-decoration: none;
    background: #002940;
}
/*--------------------------- Jobs ----------------*/
.jobs{
  padding: 2em 0;   
}
.jobs .heading h1 {
   width:20%; 
}
.job-form .enq{
    float: left!important;
    
}
.job-form form input{
    border: 1px solid #ccc;
}
.job-form form input:placeholder-shown{
   padding-left: 20px;
}
.job-form form textarea:placeholder-shown{
   padding-left: 20px;
}
.job-form form .form-group label{
    padding-left: 5px;
}
.job-form form input[type="file"]{
    box-shadow: none;
    height: 30px;
    padding-bottom: 30px;
   cursor: pointer;
    border:none;
}
.job-box{
   background: #007bbd;
    padding: 2em 1em;
    margin-top: 4em;
    border-top: 10px solid #313131;
}
.job-box h4{
    color: #fff;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 20px;
}
.job-box p{
    color: #fff;
    font-family: 'Open Sans', sans-serif;
}
.job-box i{
    width: 30px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    background: #fff;
    color: #007bbd;
}
/*--------------------- -Product page --------------*/
.product-page{
     padding: 2em 0;   
}
.product-page .heading h1 {
   width:22%; 
}
.demo h2{
   font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    text-align: center;
    background: #ccc;
     margin: 0;
    padding: 10px 5px;
}
.demo{
    position: relative;
 margin-bottom: 40px;
}
.demo h3{
    font-size: 18px;
    text-align: center;
    line-height: 32px;
    top: 50%;
    margin: 0;
     font-family: 'Open Sans', sans-serif;
}
.demo figcaption a{
    top:70%;
    position: absolute;
    background: #fff;
    width: 100px;
    height: 30px;
    line-height: 30px;
    margin: auto;
    text-align: center;
    color: #000;
    border-radius: 5px;
    box-shadow: 2px 2px 1px #000;
     font-family: 'Open Sans', sans-serif;
}
.demo figcaption a:hover{
    
}
.demo figure {
  
   
}
.product-detail-page {
    padding: 2em 0;
}
.product-detail-page .heading h1 {
   width:50%; 
}
.product-detail-page ul li{
    line-height: 28px;
    position: relative;
    padding-left: 20px;
}
.product-detail-page ul li i{
    position: absolute;
    left: 5px;
    top:6px;
    color: #002940;
}
.product-detail-page ul li b{
    color: #002940;
    font-family: 'Open Sans', sans-serif;
}
.modal-header {
	padding-bottom: 5px;
}

.modal-footer {
    	padding: 0;
	}
    
.modal-footer .btn-group button {
	height:40px;
	border-top-left-radius : 0;
	border-top-right-radius : 0;
	border: none;
	border-right: 1px solid #ddd;
}
	
.modal-footer .btn-group:last-child > button {
	border-right: 0;
}
.cont-btn button{
    background: #007bbd;
    border:none;
    padding: 10px 15px;
    position: relative;
    padding-left: 30px;
     font-family: 'Open Sans', sans-serif;
        color: #fff;
     text-transform: uppercase;
    margin-top: 20px;
}
.cont-btn button i{
    width: 30px;
    text-align: center;
    height: 30px;
    line-height: 25px;
    position: absolute;
    left: -10px;
    border: 2px solid #007bbd;
    background: #fff;
    top: 5px;
    border-radius: 50%;
     color: #000;
    border-left: 2px solid #000;
    border-right:2px solid #000;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
}
.cont-btn button:hover i{
     border-top: 2px solid #000;
    border-bottom:2px solid #000;
     border-left: 2px solid #007bbd;
    border-right:2px solid #007bbd;
}
.modal-body{
    padding: 20px!important;
}
.modal-body button{
     background: #007bbd;
     border:none;
    padding: 10px 15px;
      color: #fff;
      font-family: 'Open Sans', sans-serif;
    width: 100%;
}
.modal-body button:hover{
     background: #002940;
   color: #fff;
}
.modal-body input{
    border-radius: 0;
}
.modal-content {
    border-radius: 0;
     font-family: 'Open Sans', sans-serif;
}
.product-img-area .modal-content{
    border: 5px solid #007bbd;
    font-family: 'Open Sans', sans-serif;
}
.product-img-area .modal-header{
    background: #f8f8f8;
}
.product-img-area .modal-header .close {
   top: 0;
    right: -58px;
    position: relative;
    background: #ccc;
    opacity: 1;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
.product-img-area .modal-header h3{
    font-weight: 600;
    text-transform: uppercase;
    text-align: left;
}
.product-img-area img{
    margin: auto;
}
.heading h2{
    margin: 0;
    margin-bottom: 10px;
    
}
.heading h2 a{
     font-family: 'Open Sans', sans-serif;
    background: #007bbd;
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
    font-size: 18px;
    color: #fff;
    padding-bottom: 3px;
}
.heading h2 a:hover{
    
    background: #002940;
    text-decoration: none;
}
.panel-body table tr th{
    background: #d4f0ff;
     font-family: 'Open Sans', sans-serif;
    text-align: center
}
.panel-body table tr td{
   text-align: center;
     font-family: 'Open Sans', sans-serif;
}
/*------------------------ Sitemap ------------------*/
.sitemap ul{
    border-left: 3px solid #313131;
    padding-left: 10px;
}
.sitemap ul li{
    line-height: 45px;
    list-style: none;
}
.sitemap ul li a{
    text-transform: uppercase;
    font-weight: 800;
    font-size: 18px;
    color:#007bbd;
    transition: 0.2s ease;
}
.sitemap ul li a:hover{
    text-decoration: none;
    padding-left: 5px;
     color:#002940;
}
.sitemap ul li a.border{
    border-bottom: 1px solid #007bbd;
     padding-left:0;
}
.sitemap ul li ul{
    padding-left: 30px;
    border: none;
}
.sitemap ul li ul li a{
     font-weight: 400;
        font-size:16px;
}
.sitemap ul li ul li a:hover{
     font-weight: 400;
}
.table3 table tr td{
    text-align: left;
}

#google_translate_element img
        {
            display: none !important;
        }


.map iframe{
    margin-top: 50px;
}

#pgc-5-1-0, #pgc-5-1-1, #pgc-5-3-0, #pgc-5-3-1{
    width: calc(100% - ( 0.5 * 30px ) ) !important;
}

.about-home-rgt{
/*    background: #ddd;*/
}

.about-home-rgt h2{
    line-height: 500px;
    text-align: center;
/*    font-weight: 600;*/
    color: #606060;
}

.btn input{
    background: #ddd;
    border: none;
    padding: 6px 25px;
}