*{
    /*background-color: #e5e5e5;*/
}

a{
    text-decoration: none;
    color: inherit;
}

a:hover{
    text-decoration: none;
    color: inherit;
}

.ul_inline{
    text-align: right;
    height: 30px;
    line-height: 30px;
    background-color: #F1F2F2;
    font-size: 14px;
}

@media only screen and (max-width: 600px) {
  .ul_inline {
    background-color: #F1F2F2;
    height: 60px;
  }
}

.ul_inline li
{
    display: inline;
    margin-right: 30px;
}

.ul_inline li a
{
    color: #454CAD;
    text-decoration: none;
    color: #4D4D4F;
}

.ul_inline li a:hover
{
    text-decoration: underline;
}

.ul_inline_footer{
    text-align: center;
    min-height: 32px;
    line-height: 32px;
}

.ul_inline_footer li
{
    display: inline;
    margin-right: 15px;
    margin-left: 15px;
}

.ul_inline_footer li a
{
    color: #ffffff;
    text-decoration: none;
}

.ul_inline_footer li a:hover
{
    color: #FB6818;
}

/*css for animated counter starts here*/
.counter
{
    background-color: #eaecf0;
    text-align: center;
}

.counter_bg, .appointment{
    background: lightblue url(../images/homepage_img/counter_bg.jpg) no-repeat 0 0;
    background-size: cover;
    padding: 87px 0 87px;
}

.employees,.customer,.design,.order
{
    margin-top: 70px;
    margin-bottom: 70px;
}

.counter-count
{
    font-size: 18px;
    background-color: #00b3e7;
    border-radius: 50%;
    position: relative;
    color: #ffffff;
    text-align: center;
    line-height: 92px;
    width: 92px;
    height: 92px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: inline-block;
}

.employee-p,.customer-p,.order-p,.design-p
{
    font-size: 24px;
    color: #000000;
    line-height: 34px;
}

#animated_counter{
  background:rgba(255,255,255,0.0);
  width: 180px;
  height: 180px;
  font-size: 35px;
  font-weight: bold;
  line-height: 180px;
  border: 5px solid #fff;
}
/*css for animated counter ends here*/

.hw{
    height: 220px;
    width: 300px;
    padding: 20px;
    padding-top: 0px;
  }

.CropPadding{
    padding: 5px;
  }

.publication{
    padding:5px;
    margin:0 5px;
    border: 1px solid #e5e5e5;
  }

.fixed-bg {
    background-image: url("../images/homepage_img/ciahNewBuilding-2.jpg");
    min-height: 500px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

.SectionHeaderGray{
    padding: 50px 0 50px;
    background-color: #f2f2f2;
}

.SectionHeaderWhite{
    padding: 50px 0 50px;
    background-color: #ffffff;
}

.address a{
    color: green;
    text-decoration: none;
  }

.footer-lnk{
    background-color:#2447ad;
    min-height: 45px;
    color:#ffffff;
    padding-top:12px;
  }

.footer-lnk a{
    color:#c2c2c2;
  }

.raj{
    background-color: #2447ad;
    color: #ffffff;
    height: 56px;
    margin-top: -8px;
    line-height: 35px;
}

.raj ul li a{
    color: #ffffff;
    background-color: #2447ad;
    height: 56px;
    /*border-bottom: solid #fff 1px;*/
}

.raj ul li a:hover{
    background-color: #FB6818;
    color: #2447ad;
    height: 56px;
}

.raj ul li div a{
    margin-top: -8px;
    height: 56px;
    background-color: #2447ad;
    color: #ffffff;
    border-bottom: solid #fff 9px;
}

.raj ul li div a:hover{
    background-color: #FB6818;
    color: #2447ad;
    height: 56px;
}

.menu_vert{
    border: solid 1px #EFEFEF;
    padding: 20px;
}

.menu_vert li{
    list-style-type: none;
    min-height: 40px;
    border-bottom: dashed 1px #c2c2c2;
}

.menu_vert li:hover{
    background-color: #FB6818;
    padding-left: 10px;
}

.menu_vert li a{
    text-decoration: none;
    font-size: 18px;
    color: #666666;
}

.menu_vert li a:hover{
    color: #000;
}

.page_p{
    text-align: justify;
    font-size: 14px;
    /*font-family: century gothic;*/
}

table{
  border-collapse: collapse;
  width: 100%;
}

th, td{
  text-align: left;
  padding: 8px;
}

tr:nth-child(even){
    background-color: #f2f2f2;
}

.anchor tr td a{
    list-style-type: none;
    color: #000000;
    text-decoration: none;
/*    cursor: url;*/
}

.sitemap_a ul li a{
     color:#000000;
     text-decoration: none;
}

.staff_img tr td img
{
    width: 50px;
    height: 60px;
    background-color:#000;
}

/* Photo Gallery CSS starts here ! */
div.gallery {
  margin: 5px;
  padding: 0px;
  border: 1px solid #ccc;
  float: left;
  width: 180px;
}

div.gallery:hover {
  border: 1px solid #777;
}

div.gallery img {
  width: 100%;
  height: 100%;
}

div.desc {
  padding: 15px;
  text-align: center;
}

/* Photo Gallery CSS ends here ! */

/* Video Gallery CSS starts here ! */
.video_galery{
  width: 400px;
  height: 400px;
  margin: 5px;
/* Video Gallery CSS ends here ! */
