* {
  outline: none;
}

body {
  font-family: 'Open Sans', sans-serif;
}

@font-face {
  font-family: 'berlin';
  src: url(../fonts/berlin.eot) format("eot"), url(../fonts/berlin.woff) format("wofff"), url(../fonts/berlin.ttf) format("truetype");
}

a:hover {
  text-decoration: none;
}

.jvision{
  transition: all 0.2s ease-in-out;
}

.jvision:hover{
  fill: #9fbd38;
  transform: scale(1.001);
}

#header {
  background: -webkit-gradient(linear, right top, left top, from(#e9e9e9), to(#d8d8d8));
  background: linear-gradient(to left, #e9e9e9, #d8d8d8);
  padding: 5px 0 0;
  color: #fff;
}

#header .logo img {
  display: inline-block;
}

#header .logo .top-logo1 {
  margin-left: 15px;
}

#header .logo .top-logo2 {
  width: 55%;
  padding-top: 25px;
}

#header .first-row {
  text-align: left;
  height: 40px;
}

#header .first-row .top-date {
  width: 200px;
  float: right;
  text-align: center;
  width: 54px;
  height: 54px;
  background: -webkit-gradient(linear, left top, left bottom, from(#e6e6e6), to(#f0f0f0));
  background: linear-gradient(to bottom, #e6e6e6, #f0f0f0);
  border: 1px solid #9c9c9c;
  border-radius: 5px;
  font-size: 11px;
}

#header .first-row .top-date span {
  display: block;
}

#header .first-row .top-date .month {
  color: #4b4b4b;
  font-size: 8px;
  font-weight: bold;
  padding-top: 3px;
}

#header .first-row .top-date .day {
  color: #016591;
  font-size: 24px;
  font-weight: bold;
  line-height: 24px;
}

#header .first-row .top-date .long {
  background: #4b4b4b;
  color: #fff;
  font-size: 8px;
  padding: 1px;
  margin: 0 3px 3px;
  border-radius: 5px;
}

#header .first-row .lang {
  width: 130px;
  float: right;
  margin: 10px;
}

#header .first-row .lang select {
  border-radius: 4px;
  background: -webkit-gradient(linear, left top, left bottom, from(#e0e0e0), to(#f0f0f0));
  background: linear-gradient(to bottom, #e0e0e0, #f0f0f0);
  width: 100%;
  direction: ltr;
  color: #363636;
  padding: 4px;
}

#header .first-row .search-box {
  float: right;
  margin: 10px;
  position: relative;
}

#header .first-row .search-box #story {
  background: -webkit-gradient(linear, left top, left bottom, from(#e0e0e0), to(#f0f0f0));
  background: linear-gradient(to bottom, #e0e0e0, #f0f0f0);
  color: #363636;
  border: 1px solid #a9a9a9;
  border-radius: 5px;
  padding: 3px;
  padding-left: 25px;
  direction: ltr;
  -webkit-box-shadow: inset 1px -1px 4px 0px #d2d2d2;
  box-shadow: inset 1px -1px 4px 0px #d2d2d2;
}

#header .first-row .search-box .search-submit {
  background: transparent;
  border: 0;
  position: absolute;
  left: 0px;
  top: 3px;
  color: #7f7875;
}

#header .first-row .userbox {
  float: right;
  margin: 10px;
}

#header .first-row .userbox ul li {
  list-style: none;
  display: inline-block;
  height: 25px;
  text-align: center;
  line-height: 28px;
  border-radius: 3px;
  background: #868686;
  color: #fff;
  padding: 0 5px;
}

#header .first-row .userbox ul li a {
  color: #fff;
  display: block; 
}

#header .first-row .userbox .modal-content {
  color: #363636;
}

#header .first-row .userbox .modal-body input {
  border: 0;
  border-bottom: 1px solid #d3d3d3;
  padding: 5px;
  background: #fff;
}

#header .first-row .userbox .modal-body input:focus {
  -webkit-box-shadow: -1px 6px 5px 0px #e4e4e4;
  box-shadow: -1px 6px 5px 0px #e4e4e4;
}

#header .second-row {
  background: url("../images/menu-bg3.png") bottom left no-repeat;
  height: 75px;
  margin-right: -15px;
  margin-bottom: -6px;
}

#header .second-row .menu {
  padding-top: 18px;
}

#header .second-row .menu ul {
  margin-left: 25px;
}

#header .second-row .menu ul li {
  list-style: none;
  display: inline-block;
}

#header .second-row .menu ul li a {
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  padding: 17px 16px;
  display: block;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#header .second-row .menu ul li a:hover::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: skew(-54deg);
  transform: skew(-54deg);
  z-index: -1;
  background: -webkit-gradient(linear, left bottom, left top, from(#b4cc27), to(#7fa415));
  background: linear-gradient(to top, #b4cc27, #7fa415);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

#header .on-mobile {
  margin: 13px 0 3px;
  display: block;
  padding: 10px;
  background: #146a95;
  color: #fff;
  border-radius: 5px;
}

#header #mobile-menu {
  background: -webkit-gradient(linear, left top, left bottom, from(#005681), to(#0082bd));
  background: linear-gradient(to bottom, #005681, #0082bd);
  padding: 0;
  margin: 10px 0;
  border-radius: 3px;
}

#header #mobile-menu li {
  padding: 10px;
  list-style: none;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border-bottom: 1px solid #f0f0f0;
}

#header #mobile-menu li:hover {
  background: -webkit-gradient(linear, right top, left top, from(#005681), to(#0082bd));
  background: linear-gradient(to left, #005681, #0082bd);
}

#header #mobile-menu li a {
  color: #fff;
  display: block;
  text-transform: capitalize;
}

#slider {
  height: 560px;
  direction: ltr;
}

#slider .next {
  height: 203px;
  width: 80px;
  background: url("../images/next.png") no-repeat;
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -100px;
  cursor: pointer;
  z-index: 999;
}

#slider .prev {
  height: 203px;
  width: 80px;
  background: url("../images/prev.png") no-repeat;
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -100px;
  cursor: pointer;
  z-index: 999;
}

#slider .slider-item {
  width: 100%;
  height: 560px;
}

#slider .slider-item img {
  width: 100%;
  height: 560px;
}

.main-title {
  text-align: center;
  background: url("../images/title.png") center center no-repeat;
  height: 50px;
  margin: 10px 0 5px;
  color: #fff;
  font-size: 2.2rem;
  text-shadow: 0 0 5px #eee;
  padding: 9px 20px 0 0;
  text-transform: uppercase;
}

#products {
  background: #d1d1d1 url(../images/product.jpg) center no-repeat;
  background-size: cover;
}

#products .product-item {
  width: 139px;
  height: 138px;
  text-align: center;
  line-height: 138px;
  margin: 5px auto 0 auto;
  background: url("../images/product.png") center center no-repeat;
}

#products .product-item a {
  display: block;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}

#products .product-item a:hover {
  color: #fff;
}

#products .product-item a:hover .hover {
  opacity: 0.9;
  visibility: visible;
}

#products .product-item .hover {
  width: 139px;
  height: 138px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background: #266a88;
  border-radius: 50%;
  border: 1px solid #ddd;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#services {
  background: #d1d1d1 url("../images/services.jpg") center no-repeat;
  background-size: cover;
}

#services .service-item {
  height: 71px;
  background: url("../images/service.png") center no-repeat;
  font-size: 16px;
  font-weight: bold;
  padding: 25px;
  text-align: center;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#services .service-item:hover {
  background: url("../images/service_hover.png") center no-repeat;
}

#services .service-item:hover a {
  color: #fff;
}

#services .service-item a {
  color: #000;
  display: block;
}

#news {
  background: #9e9e9e;
  padding-bottom: 35px;
}

#news .slick-dots {
  bottom: -15px;
}

#news .news-item {
  margin: 10px 0;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#news .news-item::after {
  content: '';
  display: block;
  width: 96%;
  height: 2px;
  -webkit-box-shadow: 2px 4px 12px 0px #0000009e;
  box-shadow: 2px 4px 12px 0px #0000009e;
  border-radius: 0 0 5px 5px;
  margin: auto;
}

#news .news-item:hover .news-image {
  -webkit-filter: contrast(150%);
  filter: contrast(150%);
}

#news .news-item:hover .title {
  padding: 10px 0;
  background: rgba(0, 158, 220, 0.91);
}

#news .news-item .news-image {
  border: 1px solid #fff;
  border-radius: 10px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#news .news-item .title {
  position: absolute;
  bottom: 2px;
  right: 0;
  text-align: center;
  width: 100%;
  padding: 8px 0px;
  background: #060606b8;
  color: #fff;
  border-radius: 10px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#map {
  height: 461px;
  overflow: hidden;
  text-align: center;
}
#map img{
  width: 100%;
    height:461px;
    object-fit: cover;
}

#footer {
  color: #fff;
  padding: 0;
}

#footer .my-row {
  margin-top: -58px;
  height: 76px;
}

#footer .bg1 {
  position: relative;
  background: url(../images/bg12.png) 0 -7px no-repeat;
  height: 76px;
  padding-top: 0;
}

#footer .bg2 {
  position: relative;
  background: transparent url("../images/bg3.png") 0px 58px repeat-x;
  min-height: 76px;
}

#footer .bg3 {
  position: relative;
  background: url(../images/bg2.png) right -7px no-repeat;
  min-height: 76px;
  padding-top: 0;
}

#footer .footer-container {
  background: #363636;
  padding: 10px 0 0 0;
  margin-top: -10px;
  position: relative;
}

#footer .footer-container .row {
  margin: 0;
}

#footer .footer-container::after {
  clear: both;
}

#footer .footer-container .gotop {
  width: 94px;
  height: 94px;
  display: block;
  background: url(../images/gotop.png) no-repeat;
  position: absolute;
  right: 50%;
  top: -47px;
  margin-right: -47px;
  cursor: pointer;
  z-index: 999;
}

#footer .footer-container .left-footer .info {
  float: left;
  width: 60%;
  font-size: 12px;
  padding: 35px 5px;
}

#footer .footer-container .left-footer .info span {
  display: block;
  margin: 3px 0;
}

#footer .footer-container .left-footer .info span i {
  font-size: 14px;
}

#footer .footer-container .left-footer .info .phone {
  direction: ltr;
}

#footer .footer-container .left-footer .logo {
  float: right;
}

#footer .footer-container .left-footer .logo img {
  max-width: 100%;
}

#footer .sefaresh {
  text-align: center;
  width: 250px;
  height: 26px;
  background: url("../images/footer.png") center no-repeat;
  margin: auto;
  color: #fff;
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-right: -125px;
  font-size: 11px;
  line-height: 30px;
}

#footer .sefaresh a {
  color: #fff;
}

#main-content {
  padding: 6px 0 55px;
  background: #e7e7e7;
}

#main-content .fullnews img {
  max-width: 100%;
}

#main-content .fullnews {
  background-color: #fff;
  padding: 10px;
  margin: 10px 0;
  border-radius: 3px;
}

#main-content .fullnews .top {
  padding: 20px 0 30px 0;
}

#main-content .fullnews .top .col-md-6 {
  padding: 5px;
}

#price .title,#main-content .fullnews .top .title {
  height: 51px;
  width: 300px;
  background: url("../images/title3.png") no-repeat;
  color: #ffffff ;
  padding: 9px 11px;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: left;
  margin-top: 32px;
  text-transform: uppercase;
}

#main-content .fullnews .top .logo {
  text-align: right;
  margin: 0 30px;
}

#main-content .product-table {
  margin: 0 auto 30px auto;
}

#main-content .product-table table a:hover {
  color: #43853f;
}

#main-content .product-table table td a{
	transition: all 0.2s linear;
}

#main-content .product-table table td a:hover {
   background: #c6da2d;
   padding: 3px;
   border-radius: 50%;
}

#main-content .product-table table {
  margin: auto;
  text-align: center;
  border-spacing: 2px;
  border-collapse: separate;
  width: 80%;
  margin: 10px auto;
}

#main-content .product-table table tr:first-child td {
  background: #02a1e2;
  color: #fff;
  -webkit-box-shadow: inset 0 0 5px 5px #0072ab;
  box-shadow: inset 0 0 5px 5px #0072ab;
  padding: 15px;
  border-radius: 5px;
  text-align: center;
  text-transform: uppercase;
}

#main-content .product-table table tr td:first-child {
  text-transform: uppercase;
}

#main-content .product-table table td {
  border: 2px solid #1b384a;
  border-radius: 5px;
  padding: 5px;
  background: #fff;
  font-weight: bold;
  color: #4c4c4c;
}

#main-content .section {
  background-color: #fff;
  padding: 10px;
}

#main-content .section .section-main-title {
  border-bottom: 1px solid #d3d3d3;
  padding: 5px;
  margin-bottom: 20px;
}

#main-content .tableform td {
  padding: 5px;
}

#main-content .tableform input,
#main-content .tableform select,
#main-content .tableform textarea {
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 3px;
}

.thumbnail {
  width: 100%;
}

#main-content .section img{
  max-width: 100%;
  
}
.contact-title2 img {
  border-radius: 50%;
}

.fu-menu {
  padding: 0;
  margin: 0;
}

.calendar {
  padding-left: 25px;
}

.fu-menu li {
  padding: 3px 0;
  list-style: none;
  transition: all 0.3s ease;
}

.fu-menu li:hover a {
  color: #00aeef;
}



.image-polynar img {
    display: inline-block !important;
    width: 200px;
    height: 130px;
}

.highslide{
margin-left: 10px;
    margin-right: 10px;}

.fu-menu li a {
  color: #fff;
  display: block;
  font-size: 13px;
  transition: all 0.3s ease;
}

/* EXTRA PAGE  */

.extra {
  background: #fff;
  min-height: 600px;
  text-align: left;
  direction: ltr;
}

.left-title {
  position: fixed;
  left: -45px;
  top: 300px;
  width: 125px;
  font-size: 2rem;
  display: inline-block;
  transform: rotate(-90deg);
  padding: 10px;
  background: #fb820d;
  color: #fff;
  text-align: center;
  border-radius: 0 0 100% 100%;
}
.bg-title-green{
  background: #5cd86d;
}

.bg-title-orange{
  background: #fb820d;
}

.bg-orange {
  background: url('../images/headernarenji1.jpg') no-repeat;
  background-size: 100%;
  height: 315px;
  position: relative;
}

.bg-sgreen {
  background: url('../images/head-sgreen.jpg') no-repeat;
  background-size: 100%;
  height: 235px;
  position: relative;
}

.bg-sorange {
  
  background: url(../images/headerb.jpg) no-repeat;
  background-size: 100%;
  height: 315px;
  position: relative;
}

.bg-blue {
  background: url('../images/blue.jpg') no-repeat;
  background-size: 100%;
  height: 315px;
  position: relative;
}

.bg-green {
  background: url('../images/headergreen4.jpg') no-repeat;
  background-size: 100%;
  height: 315px;
  position: relative;
}

.bg-green2 {
  background: url('../images/vision215.jpg') no-repeat;
  background-size: 100%;
  height: 315px;
  position: relative;
}

.in-content ul{text-align: left;}
.bg-green3 {
  background: url('../images/new3.jpg') no-repeat;
  background-size: 100%;
  height: 315px;
  position: relative;
}

.bg-green4 {
  background: url('../images/new4.jpg') no-repeat;
  background-size: 100%;
  height: 315px;
  position: relative;
}

.bg-green5 {
  background: url('../images/header-green5.jpg') no-repeat;
  background-size: 100%;
  height: 350px;
  position: relative;
}

.bg-orange3 {
  background: url('../images/vision17.jpg') no-repeat;
  background-size: 100%;
  height: 315px;
  position: relative;
}

.bg-orange5 {
    background: url(../images/new218.jpg) no-repeat;
    background-size: 100%;
    height: 315px;
    position: relative;
}
.bg-orange6 {
    background: url(../images/new119.jpg) no-repeat;
    background-size: 100%;
    height: 315px;
    position: relative;
}
.orange6 table tr:first-child td, .sorange table tr:first-child td, .orange table tr:first-child td {
    background: #e15c12;
    color: #fff;
    border-right: 1px solid #fff;
}
.orange5 table tr:first-child td, .sorange table tr:first-child td, .orange table tr:first-child td {
    background: #e15c12;
    color: #fff;
    border-right: 1px solid #fff;
}
.width-80 {
  margin: 5px auto;
  width: 80%;
}

.number {
  background: #cd081c;
    color: #fff;
    padding: 0 3px;
    font-size: 18px;
    font-family: berlin;
    width: 20px;
    display: inline-block;
    height: 20px;
    text-align: center;
    line-height: 19px;
}

.extra-content {
  padding: 10px;
    font-family: berlin;
    color: #004494;
}

.big-title {
  font-weight: bold;
  font-size: 1.9rem;
  text-transform: capitalize;
  font-family: berlin;
  color: #000;
}

.in-content {
  margin: 10px 0;
  padding: 0 20px;
  font-weight: bold;
  font-size: 13px;
  color: #000;
  text-align: justify;
}

.in-content img {
  max-width: 100%;
  display: inline-block;
}

.in-content img.fr-dib{
  display: inline-block;
}

.product-description {
  margin: 5px 0 20px 0;
}

.jtable {
  text-align:left;
  margin: 20px;
  padding: 5px 0;
}

.kol-image{text-align: center;}
.imageright{    width: 200px;}
.image{width: 200px;}
.small-pics{
  text-align: center;
  margin-top: 30px;
        display: inline-block;
    width: 100%;
}

.applications img{
       width: 200px;
    height: 130px;
   
display: inline-block !important;}
.applications p{
display: inline-block !important;
margin-top: 20px;}

.foot-image{
  text-align: center;
  padding: 10px;
}

.foot-image img{
  max-width: 100%;
}

.small-pics img{
  display:inline-block;
  margin: 5px 15px;
  
}

.jtable table {
  width: 80%;
  margin: 20px auto;
}

.jtable table tr {
  border-bottom: 1px solid #d3d3d3;
}

.image-polynar{    text-align: center;}
.blue table tr:first-child td,.orange3 table tr:first-child td,.sorange table tr:first-child td, .orange table tr:first-child td {
  background: #e15c12;
  color: #fff;
  border-right: 1px solid #fff;
}

.green5 table tr:first-child td,.sgreen table tr:first-child td,.green4 table tr:first-child td,.green2 table tr:first-child td,.green table tr:first-child td,.green3 table tr:first-child td {
  background: #5cd86d;
  color: #fff;
  border-right: 1px solid #fff;
}

.jtable table td {
  padding: 5px;
  vertical-align: middle;
  font-weight: bold;
  font-family: Play;
}

.extra-content p span b{
font-weight: 700;
font-size: 20px;
font-family: berlin;
    color: #004494;}
.fontfull{

font-weight: 700;
font-size: 20px;
font-family: berlin;
color: #004494;
}

.extra-title{
     font-family: Play;
    position: absolute;
    font-size: 2.8rem;
           top: 0%;
    left: 31px;
    color: #082546;
    font-weight: 700;
    margin-top: 8px;
    

}

.vision {
  color: #fff;
  font-weight: bold;
  font-size: 3rem;
  position: absolute;
  top: 60%;
  left: 5%;
  font-family: 'Play', sans-serif;
  text-transform: uppercase;
  text-shadow: 5px 5px 20px #ddd;
}

.w-dots{
  background-image: url('../images/pattern.png');
  background-repeat: repeat;
}
.fa-print{
 font-size: 20px!important;
 color: #017cb6;
}
/* 
    media queries here
*/
@media (min-width: 996px) {
  #products {
    height: 795px;
  }
    .width-60 {
      width: 800px;
    }

  #products .container {
    width: 80%;
  }

  #services {
    height: 425px;
  }

  #footer .logo {
    width: 38%;
  }
  #main-content .section img.amap {
      max-width:40%;
    }
}

@media (max-width: 768px) {
  #header .first-row {
    height: auto;
  }

  #header .second-row {
    height: auto;
  }

  #slider {
    height: 260px;
  }

  #slider .slider-item img {
    height: 260px;
  }

  #services {
    height: auto;
  }

  .left-footer {
    padding-bottom: 30px;
  }
  .bg-blue,.bg-orange, .bg-green{
    height: 180px;
  }
}

.sstory {
  min-height: 170px;
  text-align: justify;
  line-height: 25px; 
}
td.label {
  color: #333;
}
.post-bottom {
  background: #f0f0f0;
  padding: 5px;
  margin-top: 10px;
  border-radius: 5px;
  line-height: 25px;
}

@media (min-width: 768px) and (max-width: 992px) {
  #header .second-row .menu ul li a {
    padding: 17px 12px;
    font-size: 12px;
  }

  #footer .footer-container .left-footer .info {
    float: none;
    display: block;
    width: 100%;
  }

  #footer .footer-container .left-footer .logo {
    display: none;
  }
  .bg-blue,.bg-orange, .bg-green{
    height: 220px;
  }
}

.thecontent {
  text-align: center;
}

.thecontent p {
  margin: 10px auto;
  padding-top: 20px;
  border-radius: 5px;
  text-align: center;
  display: inline-block;
  background: url('../images/service.png') center no-repeat;
  color: #000;
  width: 245px;
  height: 60px;
  transition: all 0.1s linear;
  overflow: hidden;
  text-transform: uppercase;
  font-weight: bold;
}

.xfieldimagegallery li img {

    margin: 0 auto;
}

.thecontent p:hover {
  background: url("../images/service_hover.png") center no-repeat;
}

.thecontent p a {
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
}

.withlogo {
  background: #fff url('../images/logo.png') no-repeat !important;
  background-position: 25px 15px !important;
}

.mystory {
  padding-top: 65px;
  text-align: justify;
  line-height: 26px;
}

.informer {
  margin: 30px;
  border-bottom: 1px solid #d3d3d3;
  padding-bottom: 15px;
  background: url('../images/logo2.png') no-repeat right;
  background-size: 15%;
}

@media (max-width: 480px) {
    .bg-sgreen,.bg-green1,.bg-green3,.bg-green2,.bg-green4{
      height: 130px;
    }
    .bg-sorange{
      height: 110px;
    }
    img.fr-dib{
      max-width: 100%;
    }
  #header .first-row .search-box {
    float: right;
    margin: 10px 0;
  }

  #header .first-row .userbox {
    margin: 10px 0;
  }

  #footer .footer-container .left-footer .info {
    float: none;
    display: block;
    width: 100%;
  }

  #footer .footer-container .left-footer .logo {
    float: none;
    display: block;
    text-align: center;
  }
  .bg-orange, .bg-green{
    height: 130px;
  }
 .in-content a img{    width: 100px;}
  .vision{
    font-size: 2rem;
    top: 65%;
  }

  /* #main-content .product-table {
	overflow-x: scroll;
  } */
  #main-content .product-table table tr:first-child td {
    padding: 5px;
  }

  .thecontent p {
    margin: 10px 0;
    width: 100%;
  }
    .imagleft{}
    .extra-content b span span{
        font-weight: 700;
    font-size: 20px;
    font-family: berlin;
    color: #004494;} 
    
  #main-content .product-table table td {
    padding: 5px;
  }
  .jtable,.product-table{
    overflow-x: scroll;
  }
    #price .title, #main-content .fullnews .top .title{width:auto;}
}
.contact-title {
	font-weight: bold;
    color: #0081a8;
}
.contact-title2 {
	font-size: 22px;
    color: #0081a8;
    font-weight: bold;
}
.contact-title2 i {
	border-radius: 50%;
    border: 1px solid;
    padding: 10px;
    font-size: 25px;
}
.in-contact {
	margin: 2px 10px;
}
.in-contact i{
	color: #005b89;
}
.contact-span{
    color: #005b89;
}
#price .price {
	width: 139px;
    height: 138px;
    text-align: center;
    padding-top: 5px;
    margin: 5px auto 10px auto;
    background: url(../images/product.png) center center no-repeat;
}

.price_title {
  display: block;
    text-align: center;
    font-size: 21px;
    font-weight: bold;
    color: #00a3dc;
    text-transform: uppercase;
}
.price_title2 {
  display: block;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    color: #00a3dc;
    height: 120px;
}

#price .price a{
	font-weight: bold;
    font-size: 15px;
    color: #23527c;
}

#price .price a:hover{
	color: #45853f;
}
.countries {
  margin: 15px 0
}
.countries img{
  transition: all 0.3s ease;
}
.countries img:hover{
  transform: scale(1.1);
}
.country-title {
    font-weight: bold;
    color: #0e84be;
    font-size: 18px;
    text-transform: uppercase;
}

#jcountries img{
	width: 160px;
    height: 80px;
    padding: 5px;
}

#price .price img {
    max-width: 85px;
    margin-top: 31px;
}
.price2 a img {
    width: 160px;
    height: 55px;
}
.price2 a {
    display: block;
    width: 160px;
    height: 60px;
}

#irmaps{
	background: linear-gradient(to left, #f3f3f3, #d2d2d2);
    border-top: 5px solid #808080;
}
.jcircle:hover{
	cursor: pointer; 
}
.countries .product-item {
    background: url('../images/bgflag.png') no-repeat 50%;
    height: 80px;
}

.jadval table{
	border-collapse: separate;
    border: 1px solid #808080;
}
.jadval table tr:first-child{
	background: gray;
    color: #fff;
    text-align:center
}

.jadval table td{
	padding: 3px;
}
.jadval img{
	display: block;
    margin: 3px auto;
}
.full-application b{color: #006fa5}
.d-image img{
	display: inline-block;
    margin: 3px;
    width: 200px;
    height: 130px;
}

.jtable img{
	max-width: 100%;
}
