
body {

  font-size: 14px;
  font-weight: 400;
 
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;

}
h1 {
  font-size: 20px;
}
h2 {
  font-size: 24px;
  font-weight: 500;
}
h3 {
  font-size: 20px;
  font-weight: 600;
}



ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
a,
a:active,
a:focus,
a:active {
  text-decoration: none !important;
  font-size: 15px;
}
/*============== Mixins style start ================*/
.overlay-effect {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../images/overlay-pattern.png") #000000;
  opacity: 0.3;
}
/*--
    custom heading Start
--*/
.heading {
  text-align: center;
  font-weight: 500;
  color: #00182b;
  /*padding: 40px 0px;*/
  padding: 0px;
  position: relative;
  text-transform:uppercase;
}
.heading span {
  font-size: 45px;
  color: #ff530a;
  font-weight: 600;
}
.heading:before {
  content: "";
   text-transform:uppercase;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 140px;
  height: 1px;
  
  margin-left: -70px;
}
/*--
    custom heading Start
--*/
.title {
  color: #2E2E2E;
  text-transform: uppercase;
  padding: 30px 0px;
}
.title span {
  color: #FF5333;
}
.before-border {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 140px;
  height: 1px;
  background: #C8C1B3;
  margin-left: -70px;
}
/*--
    transition custom style
--*/
.transition {
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}
/*============== Mixins style close ================*/
/*--
    header-img start Start
--*/
#system-area {
  position: relative;
}
#system-area:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../images/overlay-pattern.png") #000000;
  opacity: 0.3;
}
#other-area-page{
	/*margin-top: -340px*/
	height: 150px;
	overflow: hidden;
}/*--
    nav Start
--*/
nav {
  z-index: 99999;
  width: 100%;
}
nav .block {
  margin-top: -85px;
  background: #fff;
  padding: 25px 40px;
  background: rgba(255, 255, 255, 0.89);
}
nav .block .navbar-default {
  border: none;
  border-radius: 0px;
  margin-bottom: 0;
  background: none;
}
nav .block .navbar-default .navbar-brand {
  padding-left: 0px;
  font-size: 28px;
  color: #938464;
}

nav .block .navbar-default .navbar-nav {
  /*padding-top: 10px;*/
}
nav .block .navbar-default .navbar-nav > li > a {
  color: #2E2E2E;
  padding: 10px 0px;
  margin: 0px 15px;
  font-size: 15px;
  text-transform: uppercase;
}
nav .block .navbar-default .navbar-nav > li > a:before {
  background-color: transparent;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  height: 2px;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
  width: 0;
}
nav .block .navbar-default .navbar-nav > li > a:hover:before {
  background-color: #e94c3d;
  content: "";
  width: 100%;
}
nav .block .navbar-default .navbar-nav > li.current > a {
  color: #2E2E2E;
  padding: 10px 0px;
  margin: 0px 15px;
}
nav .block .navbar-default .navbar-nav > li.current > a:before {
  background-color: transparent;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  height: 2px;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
  width: 100%;
  background-color: #e94c3d;
}
nav .block .navbar-default .navbar-nav > .active > a,
nav .block .navbar-default .navbar-nav > .active > a:focus,
nav .block .navbar-default .navbar-nav > .active > a:hover {
  background: none;
}
nav .block .navbar-default .navbar-nav > .active > a:before,
nav .block .navbar-default .navbar-nav > .active > a:focus:before,
nav .block .navbar-default .navbar-nav > .active > a:hover:before {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 2px;
  background: #FF5333;
}
@media (max-width: 768px){
  .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
      margin-left: 10px;
      margin-top: 10px;
  }
}
@media (min-width: 768px) and (max-width: 999px){
  .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
      margin-left: 10px;
  }
}
/*--
    topblock Start
--*/
#topblock {
 /*-- padding: 50px 0px;  --*/
 padding-top:2px;

}
#topblock .block {
  /*padding: 0px 20px; --*/

  padding-bottom:5px;
}

#topblock.block .title {
  padding-bottom: 2px;
}

#topblock .block p {
  color: #000000;
  font-size: 16px;
	text-align:justify;
	word-wrap: break-word;
}

#topblock .block .owl-carousel {
  padding-top: 30px;
  position: relative;
  text-align: center;
}
#topblock .block .owl-carousel img {
  padding-right: 30px;
  border-radius: 2px;
  padding-bottom: 50px;
}
#topblock .block .owl-carousel .owl-pagination .active {
  background: #FF5333;
}
#topblock .block .owl-carousel .owl-pagination div {
  background: #DADADA;
  border-radius: 100%;
  display: inline-block;
  height: 10px;
  margin-right: 5px;
  width: 10px;
}
#topblock .block .owl-carousel .owl-buttons {
  position: absolute;
  right: 0;
  top: -40px;
  font-size: 40px;
  color: #AA9D84;
}
/*--
    top-leftright Start
--*/
#top-leftright {

  background: #FFFFFF;
}
#top-leftright .block {
  text-align: center;
}
#top-leftright .block p {
  color: #959595;
  font-size: 16px;
  line-height: 26px;

}
/*--
/*--
    bottom-leftright Start
--*/
#bottom-leftright {
  padding: 10px 0px;
  background: #F6F6F6;
}

#bottom-leftright .block {
  text-align: left;
}
#bottom-leftright .block p {
  color: #959595;
  font-size: 16px;
  line-height: 26px;
  padding: 10px 0px;
}


/*--
    bottom-center Start
--*/
#bottom-center {
  padding-top: 15px;
  padding-bottom: 30px;
  background: url("../images/footerRight-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  color:#FFFFFF;
}
#bottom-center:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../images/overlay-pattern.png") #000000;
  opacity: 0.3;
}
#bottom-center .block .heading {
  color: #fff;
}

/*--
    rightBlock Start
--*/
#rightBlock {
  padding: 10px 0px 20px 0;
}
#rightBlock .block > p {
  color: #9D9D9D;
  font-size: 16px;
  line-height: 26px;
  padding: 40px 133px 0;
  text-align: center;
}
#rightBlock .block .pricing-list {
  padding-top: 85px;
}
#rightBlock .block .pricing-list ul {
  padding: 0 0 30px;
  margin: 0;
}
#rightBlock .block .pricing-list ul li {
  padding: 21px 0px;
}
#rightBlock .block .pricing-list ul li .item .item-title {
  position: relative;
}
#rightBlock .block .pricing-list ul li .item .item-title h2 {
  display: inline-block;
  position: relative;
  z-index: 99;
  background: #fff;
}
#rightBlock .block .pricing-list ul li .item .item-title .border-bottom {
  position: absolute;
  top: 0;
  width: 100%;
  height: 1px;
  border: 1px dotted #C9C9C9;
  margin-top: 20px;
}
#rightBlock .block .pricing-list ul li .item .item-title span {
  float: right;
  color: #938463;
}
#rightBlock .block .pricing-list ul li .item p {
  padding: 12px 0 0px;
  color: #949494;
}
#rightBlock .block .pricing-list .btn {
  padding: 28px 105px;
  border-radius: 0px;
  background: none;
  color: #FF4F02;
  border: 1px solid #FF4F02;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}
#rightBlock .block .pricing-list .btn:hover {
  background: #ff530a;
  color: #fff;
}
/*--
    footer-right Start
--*/
#footer-right {
 /*-- padding: 50px 0px;  --*/
 padding-top:2px;

}
#footer-right .block {
  /*padding: 0px 20px; --*/

  padding-bottom:5px;
}

#footer-right.block .title {
  padding-bottom: 2px;
}

#footer-right .block p {
  color: #000000;
  font-size: 16px;
	text-align:justify;
	word-wrap: break-word;
}

/*--
    footer-leftStart
--*/
#footer-left{
  padding: 20px 0px;
}
#footer-left.block .title {
  padding: 20px 0;
}
#footer-left.block form {
  padding-bottom: 20px;
}
#footer-left.block form input {
  height: 48px;
  border-radius: 0px;
  box-shadow: none;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}
#footer-left.block form input:focus {
  border: 1px solid #7EC3BB;
}
#footer-left.block form textarea {
  height: 140px;
  border-radius: 0px;
  box-shadow: none;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}
#footer-left.block form textarea:focus {
  border: 1px solid #7EC3BB;
}

/*--
    footer Start
--*/
#footer {
  padding: 40px 0px;
}
#footer .block h3 {
  color: #2E2E2E;
  padding-bottom: 25px;
}
#footer .block h3 span {
  color: #FF4F02;
}
#footer .block .blog ul,
#footer .block .info ul,
#footer .block .gallary ul {
  padding-top: 20px;
}
#footer .block .blog ul li,
#footer .block .info ul li,
#footer .block .gallary ul li {
  margin-bottom: 25px;
  display: inline-block;
  margin-right: 20px;
}
#footer .block .blog ul li h4,
#footer .block .info ul li h4,
#footer .block .gallary ul li h4 {
  padding-bottom: 10px;
  display: block;
  color: #FF4F02;
}
#footer .block .blog ul li h4 i,
#footer .block .info ul li h4 i,
#footer .block .gallary ul li h4 i {
  color: #555;
  margin-right: 30px;
  font-size: 20px;
}
#footer .block .blog ul li h4 a,
#footer .block .info ul li h4 a,
#footer .block .gallary ul li h4 a {
  color: #FF4F02;
  font-size: 20px;
  font-weight: 600;
}
#footer .block .blog ul li p,
#footer .block .info ul li p,
#footer .block .gallary ul li p {
  color: #474747;
  font-size: 14px;
}
#footer .block .social-media-link h3 {
  font-size: 20px;
  padding-bottom: 15px;
  padding-top: 30px;
}
#footer .block .social-media-link h3 span {
  color: #FF4F02;
}
#footer .block .social-media-link ul li {
  display: inline-block;
  margin-right: 20px;
}
#footer .block .social-media-link ul li a {
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 20px;
  padding-top: 8px;
  border-radius: 100%;
  background: #B0B0B0;
  color: #FFFFFF;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}
#footer .block .social-media-link ul li a:hover {
  background: #FF4F02;
  color: #fff;
}

/*--
    footer-center Start
--*/
#footer-center {
	background:#000000;
  padding: 30px 0px; 
  color: #FFFFFF;
}
#footer-center .block h3 {
  color: #FFFFFF;
  padding-bottom: 15px;
}
#footer-center .block h3 span {
  color: #FFFFFF;
}


/*--
    footer-bottom Start
--*/
#footer-bottom {
  background: #222222;
  padding: 0px 0px;
}
#footer-bottom p {
  text-align: left;
  padding-top: 2px;
  color: #FFFFFF;
  padding:15px;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1px;
}
#footer-bottom p a {
  color: #297ab7;
  font-size: 12px;
  font-weight: 600;
}



/*===== XOOPS ====*/
.xoops-side-blocks{
	margin-bottom: 30px;
}

.block-title{
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom:  1px dotted #D2D2D2;
}

#usermenu a, #mainmenu a{
	padding: 5px 2px;
	display:block;
	border-bottom:  1px dotted #E9E9E9;
	color: #474747;
}

#usermenu a:hover, #mainmenu a:hover{
	background: #F3F3F3;
}

#mainmenu .menuSub{
	padding-left: 10px
}


.login-buttons{
	display: block;
	margin-top: 5px;
}
.login-buttons:after{
	content: '';
    display: block;
    clear: both;
}
.pub_article_t_top header{
	margin-bottom: 15px;
}
.titlelink{}

/*===== HELPER ====*/
.btn a{
	color: #fff;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary{
	color: #fff;

}

.btn-xs:focus, .btn-xs:active:focus, .btn-xs.active:focus, .btn-xs.focus, .btn-xs:active.focus, .btn-xs.active.focus{
	
}

.btn-default{
  
}

.btn-success{
	color: #fff;
   
}
.btn-info, .btn-primary{
	color: #fff;
   
}
.btn, .btn-sm{

	
}



.mtop15{
	margin-top: 15px;
}
.mtop20{
	margin-top: 20px;
}
.mbottom15{
	margin-bottom: 15px;
}



