/*
 * ------------------------------------------------------------------------
 * JA Elastica Template for J25 & J3x
 * ------------------------------------------------------------------------
 * Copyright (C) 2004-2011 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
 * @license - GNU/GPL, http://www.gnu.org/licenses/gpl.html
 * Author: J.O.O.M Solutions Co., Ltd
 * Websites: http://www.joomlart.com - http://www.joomlancers.com
 * ------------------------------------------------------------------------
*/

body {
  -webkit-text-size-adjust: 100%; /*Fix Mobile Safari Font Scale*/
}

/* RESPONSIVE FONT SIZES
--------------------------------------------------------- */
body.fs1 #ja-wrapper {
  font-size: 12px !important;
}

body.fs2 #ja-wrapper {
  font-size: 13px !important;
}

body.fs3 #ja-wrapper {
  font-size: 14px !important;
}

body.fs4 #ja-wrapper {
  font-size: 15px !important;
}

body.fs5 #ja-wrapper {
  font-size: 16px !important;
}

body.fs6 #ja-wrapper {
  font-size: 17px !important;
}

/* Headings & Titles ---*/
h1 {
  font-size: 1.5em !important;
}

h2 {
  font-size: 1.25em !important;
}

h3 {
  font-size: 1.1em !important;
}

h4 {
  font-size: 1em !important;
}

h5 {
  font-size: 1em !important;
}

.contentheading {
  font-size: 1.5em !important;
}

.blog-featured .contentheading {
  font-size: 1.5em !important;
}

/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
.main {
  width: 100%;
}

.column {
  float: none;
  width: 100% !important;
}

/* MASONRY PRESETS (240px*5 Grids)
--------------------------------------------------------- */
/* Sizes---*/
.ja-masonry {
  width: 49%;
}

.grid-double,
.grid-tripple {
  width: 100%;
}

/* Main Content */
#ja-content,
.ja-frontpage #ja-content {
  float: none;
  width: 100%; /* Frontpage Content */
}

/* full 5 grids content */
body.content-grid-mass #ja-content,
body.content-grid-mass.ja-frontpage #ja-content {
  width: 100% !important;
}

/* 4 grids content */
body.content-grid-quadruple #ja-content,
body.content-grid-quadruple.ja-frontpage #ja-content {
  width: 100% !important;
}

/* 3 grids content */
body.content-grid-tripple #ja-content,
body.content-grid-tripple.ja-frontpage #ja-content {
  width: 100% !important;
}

/* 2 grids content */
body.content-grid-double #ja-content,
body.content-grid-double.ja-frontpage #ja-content {
  width: 100% !important;
}

/* 1 grids content */
body.content-grid-single #ja-content,
body.content-grid-single.ja-frontpage #ja-content {
  width: 100% !important;
}

/* CONTENT'S GRIDS
--------------------------------------------------------- */
/* Items Page */
.item-page {
  padding: 1em;
}

/* Items Row */
.item {
  padding: 1em 0;
}

.item .contentpaneopen {
  padding: 1em;
}

/* Items Leading */
.leading .contentpaneopen {
  padding: 1em;
}

/* Items Grids */
.item {
  float: none;
  width: 100% !important;
}

.cols-1 .item,
.cols-2 .item,
.cols-3 .item,
.cols-4 .item,
.cols-5 .item {
  width: 100% !important;
}

/* HEADER
--------------------------------------------------------- */
#ja-header {
}

#ja-header .main {
  text-align: center;
  width: 100%;
}

#ja-header .main-inner1 {
  margin: 0;
}

h1.logo {
  width: 100% !important;
}

h1.logo a {
  margin-top: 10px;
  padding: 0 !important;
}

div.logo-text {
  height: 50px;
  width: 100%;
}

/* Search & Social Bars ---*/
#ja-top {
  height: 40px;
  width: 178px;
  border-left: 1px dotted #666;
  position: absolute;
  right: 0;
  top: 50px;
}

/* JA Search */
#ja-search {
  bottom: 0;
  height: 40px;
  width: 40px;
  padding: 0;
  position: absolute;
  right: 0;
  border-bottom: 0;
}

#ja-search .search-btn {
  width: 30px;
  height: 30px;
  background-color: #222;
  margin-top: 5px;
}

#ja-search.active .search-btn,
#ja-search .search-btn:hover {
  width: 30px;
  height: 30px;
  background-color: #ec534d;
  margin-top: 5px;
  cursor: pointer;
}

#ja-search form.search {
  display: none;
  background: #ec534d;
  position: absolute;
  top: 35px;
  right: 10px;
  padding: .5em;
  width: 200px;
}

#ja-search:hover form.search,
#ja-search.active form.search {
  display: block !important;
}

#ja-search .inputbox {
  background: #222;
  border: 1px solid #222;
  color: #CCC;
  margin: 0;
  padding: 4px 0;
  text-indent: 10px;
  width: 100%;
}

/* Search*/
.search .btn-toolbar .btn-group:first-child {
  width: 70%;
}

.search #search-searchword {
  width: 95%;
}

/* Social */
#ja-social {
  height: 40px;
}

#ja-social ul {
  padding: 5px 0 0 1em;
}

#ja-social ul li {
}

#ja-social ul li a {
  background-color: #222;
}

/* FOOTER
--------------------------------------------------------- */
#ja-footer { font-size: .8em; }

/* MODULES
--------------------------------------------------------- */
div.ja-moduletable-inner,
div.moduletable-inner {
  padding: 1em;
}

/* Hiden in Mobile ---*/
.hide-in-normal,
.hide-in-tablet,
.hide-in-mobile {
  display: none;
}

/* MAIN NAVIGATION 
--------------------------------------------------------- */
/* Main Nav ---*/
#ja-mainnav {
  clear: both;
  display: block;
  float: none;
  height: auto;
  margin: 0 auto;
  text-align: left;
  width: 100%;
}

/* Mega Menu Layout ---*/
.ja-megamenu {
  clear: both;
  display: none !important;
  height: auto;
  border-bottom: 1px solid #333;
}

.rjd-active .ja-megamenu {
  display: block !important; /* Show menu when active */
}

.ja-megamenu ul.level0 li.mega {
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}

.ja-megamenu ul.level0 li.mega a.mega {
  height: auto !important;
  margin: 0 !important;
  padding: 1em !important;
}

.ja-megamenu ul.level0 li.mega span.menu-title,
.ja-megamenu ul.level0 li.haschild span.menu-title {
  font-size: 1em !important;
  margin: 0 !important;
  padding: 0 !important;
  text-transform: none !important;
}

.ja-megamenu ul.level1 li.mega span.menu-title {
  margin-top: 0 !important;
}

.ja-megamenu ul.level1 li.mega {
  height: auto !important;
}

.ja-megamenu ul.level1 li.mega a.mega {
  height: auto !important;
}

.ja-megamenu ul.level0 li.mega span.menu-desc {
  display: none;
}

#ja-megamenu .childcontent {
 
}

#ja-megamenu li.rjd-active {
  background: #222;
}

#ja-megamenu li.rjd-active .childcontent {
  display: block !important;
  left: 0 !important;
  margin: 0 !important;
  position: absolute;
  top: 40px !important;
  width: 100% !important;
}

#ja-megamenu ul.level0 li.rjd-active .childcontent-inner-wrap,
#ja-megamenu ul.level0 li.rjd-active .childcontent-inner {
  margin: 0 !important;
  width: 100% !important;
}

#ja-megamenu ul.level0 {
  position: relative;
}

/*Hide lv 2 Content */
#ja-megamenu ul.level1 li.rjd-active .childcontent,
#ja-megamenu ul.level1 .childcontent {
  display: none !important;
}

/* Mega Menu Stylings --- */
.ja-megamenu {
  background: #222222 none repeat scroll 0 0 !important;
  margin-top: 3em;
  position: absolute;
}

.ja-megamenu ul.level0 li.mega {
  border-top: 1px solid #444;
}

/* Menu Button --- */
/* to use this value to detect responsive
 * > 3: mean responsive
 * 4: is mobile device, which the menu show only first level
 */
#ja-menu-button {
  background: #c40011 none repeat scroll 0 0;
  border-right: 0 none;
  display: block;
  float: left;
  font-size: 1em;
  font-weight: bold;
  margin-top: 1%;
  padding: 1em;
  text-transform: uppercase;
  z-index: 4;
}

#ja-menu-button:hover,
.rjd-active #ja-menu-button {
  background: #222;
  cursor: pointer;
}

/* Contact */
#contact-form dl dt {
  float: none;
}

#contact-form dl dd {
  margin-left: 0 !important;
}

#contact-form dl dd input.required,
#contact-form dl dd textarea.required {
  width: 60% !important;
}

#contact-form #jform_contact_emailmsg,
#contact-form #jform_contact_message {
  width: 90%;
}

.moduletable_abo {
  margin: 0 auto;
  width: 92%;
}
.moduletable_ser {
  margin: 0 auto;
  width: 94%;
}
.moduletable_our {
  margin: 0 auto;
  width: 89%;
}
.moduletable_wor {
  margin: 0 auto;
  width: 91%;
}
.moduletable_man {
  float: left;
  width: 100%;
}
.moduletable_cpy {
  margin: 0 auto;
  width: 92%;
}

.about_seclft {
  float: left;
  margin-top: 0;
  text-align: justify;
  width: 100%;
}
.about_seclft11 {
  float: left;
  margin-right: 0;
  text-align: center;
  width: 100%;
}
.about_secrgt {
  background: #f9f9f9 none repeat scroll 0 0;
  box-shadow: 0 2px 3px 2px #cccccc;
  float: left;
  margin-left: 0;
  padding-bottom: 2%;
  width: 100%;
}
.our_seclft {
  float: left;
  margin-right: 0;
  width: 100%;
}
.our_seclft > h3 {
  font-size: 23px!important;
  padding-bottom: 4%;
}
.our_secrgt {
  float: left;
  margin-left: 0;
  margin-top: 3%;
  width: 100%;
}
.worldse h3 {
  color: #000000;
  font-family: oswald_bold;
  font-size: 23px !important;
  padding: 3% 0 1%;
  text-align: left;
}
.worldse1 {
  float: left;
  margin-right: 0;
  width: 100%;
}
.worldse1:last-child {
  margin-left: 0;
  text-align: center;
  width: 100%;
}
.foo_sec1 {
  float: left;
  margin-left: 3%;
  text-align: left;
  width: 97%;
}
.foo_sec > h3 {
  color: #ffffff;
  padding-bottom: 2.5%;
  padding-top: 0.5%;
  text-align: left;
  text-transform: uppercase;
  padding-left: 3%;
  font-size: 18px!important;
}
.foo_coy > p {
  color: #ffffff;
  float: left;
  font-size: 15px;
  padding: 0.5% 0;
  width: 100%;
}
.about_seclft > h3 {
  color: #000000;
  font-family: oswald_bold;
  font-size: 23px !important;
  padding-bottom: 2%;
  text-transform: capitalize;
}
.mobno {
  color: #000000;
  font-size: 14px;
  padding-left: 3%;
}
.main_to {
  float: left;
  width: 100%;
}
#top-section {
  float: right;
  margin-top: 0.5%;
  width: 100%;
}
.top_mail:first-child {
  margin-left: 2%;
  width: 42%;
}
.mobno {
  color: #000000;
  font-size: 14px;
  padding-left: 0;
}
.ja-megamenu ul.level0 li.mega span.menu-title {
  color: #ffffff;
  font-size: 16px;
  margin-top: 0.7em;
  text-transform: capitalize;
}
#bd .main {
  margin: 0 auto;
  max-width: 1240px;
  position: relative;
  width: 92%;
}
.inner_pageimg {
  float: left;
  height: 150px;
  width: 100%;
}
.abo_ban {
  height: 150px;
  width: 100%;
}
.inner_page_Lft {
  float: left;
  width: 100%;
}
.inner_page_rgt {
  float: left;
  margin-left: 0;
  margin-top: 3%;
  width: 100%;
}
.services_pANDIT_YOGESH h2 {
  color: #000000;
  float: left;
  font-size: 14px!important;
  line-height: 24px;
  margin-top: 0 !important;
  text-align: justify;
}
.ex_img {
  float: left;
  width: 100%;
}
.ex_cont {
  float: left;
  width: 100%;
}
.ex_cont > h3 {
  color: #c40011;
  float: left;
  font-size: 18px !important;
  margin-bottom: 6px !important;
}
.ex_cont > a {
  margin-bottom: 3%;
}
.ex_lover {
  border: 3px solid #000000;
  float: left;
  margin-top: 25px;
  padding: 2% 1%;
  width: 97%;
}
.con_totlft {
  float: left;
  width: 100%;
}
.con_tot_rgt {
  float: left;
  width: 100%;
}
.lopus {
  font-size: 16px;
  padding-bottom: 2%;
  padding-top: 1%;
  text-align: justify;
  width: 31% !important;
  display: none;
}
.mn_con > p {
  float: left;
  width: 100%;
  display: none;
}
.moduletable_tes {
  margin: 0 auto;
  width: 67%;
}
.foo_sec1:last-child {
  width: 100%;
}
.fan_mo2 {
    border-bottom: 0px solid;
    color: #FFF !important;
    font-size: 15px !important;
    padding-bottom: 1% !important;
    text-align: left;
    text-transform: capitalize !important;
    width: 100%;
}
.fan_mo3 {
    border-bottom: 0px solid;
    color: #FFF !important;
    font-size: 16px !important;
    padding-bottom: 1% !important;
    text-align: left;
    text-transform: capitalize !important;
    width: 96%;
}
#co_us1 {
    float: left;
    font-size: 20px;
    width: 46% !important;
    border: 1px solid #FFF;
    color: #FFF !important;
    padding: 1% 2%;
    margin: 5px 1px;
}
.fan_mo {
    border-bottom: 0px solid;
    color: #FFF !important;
    font-size: 16px !important;
    padding-bottom: 1% !important;
    text-align: left;
    text-transform: capitalize !important;
    width: 94%;
}
.fan_mo1 {
    border-bottom: 0px solid;
    color: #FFF !important;
    font-size: 16px !important;
    padding-bottom: 1% !important;
    text-align: left;
    text-transform: capitalize !important;
    width:96%;
}
#read1 {
    color: #FFF !important;
    font-size: 16px;
}