* {
  padding: 0;
  margin: 0;
}

body {
  /*background-image: url('../images/bg.jpg');    background-position: bottom;background-repeat: no-repeat;background-attachment: fixed;
background-size: cover;background-color: #464646;*/
  background: #fff5c2;
  font-family: Eras Medium ITC;
}
@font-face {
  font-family: Monotype Corsiva;
  src: url("../fonts/Monotype%20Corsiva.ttf"); /* TTF file for CSS3 browsers */
}
@font-face {
  font-family: Candara;
  src: url("../fonts/Candara.ttf"); /* TTF file for CSS3 browsers */
}
@font-face {
  font-family: Eras Medium ITC;
  src: url("../fonts/Eras%20Medium%20ITC.ttf"); /* TTF file for CSS3 browsers */
}
h1,
h2,
h3,
h4,
h5,
h5,
h6 {
  letter-spacing: 2px;
  color: #750706;
  font-family: Candara;
  font-weight: 600;
}
p {
  color: #750706;
  font-size: 16px;
  line-height: 1.6;
  text-align: justify;
  margin-bottom: 10px;
  font-weight: 600;
}
a {
  text-decoration: none;
}
.clear_all {
  clear: both;
}
#return-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #fd972e;
  width: 40px;
  border-radius: 50%;
  height: 40px;
  display: block;
  text-decoration: none;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 999;
  cursor: pointer;
  z-index: 9999;
  -webkit-box-shadow: -4px 1px 7px 0px rgba(84, 84, 84, 0.35);
  -moz-box-shadow: -4px 1px 7px 0px rgba(84, 84, 84, 0.35);
  box-shadow: -1px 1px 5px 0px rgba(84, 84, 84, 0.35);
}
#return-to-top i {
  color: #fff;
  margin: 0;
  position: relative;
  left: 14px;
  top: 12px;
  font-size: 19px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#return-to-top:hover {
  background: #fff;
  border: 1px solid #fd972e;
}
#return-to-top:hover i {
  color: #fd972e;
  top: 5px;
}
button:focus,
input:focus,
textarea:focus,
a:focus {
  outline: 0;
}
/*header*/
.top_header {
  width: 100%;
  padding: 5px 0px;
  background: #421000;
}
.top_header_center {
  text-align: center;
}

.top_header_left,
.top_header_right {
  width: 100%;
  position: relative;
}
.top_header_left a {
  position: relative;
}
.top_header_left ul {
  margin: 0px;
}
.top_header_left ul li {
  list-style: none;
  margin-right: 10px;
  display: inline-block;
}
.top_header_left ul li:nth-child(1) {
  margin-right: 2px;
}
.top_header_left ul li:nth-child(2) {
  border-right: 1.5px solid #fff;
  padding-right: 19px;
}
.top_header_left a,
.top_header_right a {
  text-decoration: none;
  color: #feffff;
  font-size: 21px;
  padding-left: 10px;
}
.top_header_left img,
.top_header_right img {
  width: 25px;
  height: 25px;
  margin-top: -5px;
}
.top_header_left {
  text-align: left;
}
.top_header_right {
  text-align: right;
}
/*logo*/
.header {
  width: 100%;
  padding-bottom: 0px;
}
.logos {
  width: 100%;
  text-align: center;
  position: relative;
}
.logos img {
  max-width: 500px;
  width: 100%;
}
.header_inn {
  width: 100%;
  padding: 0px 0px 0px 0px;
}
.main_menu {
  width: 100%;
  background: #421000;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  position: relative;
  z-index: 123;
}
.logo {
  display: none;
  position: relative;
  z-index: 123;
  padding: 10px;
  font-size: 18px;
  color: #6ddb07;
  float: left;
  width: 15%;
}
.logo a {
  color: #fff;
}
nav {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #head-mobile {
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #head-mobile {
  display: none;
}
#cssmenu {
  background: transparent;
}
#cssmenu > ul > li {
  display: inline-block;
}
.main_menu ul {
  margin-bottom: 0px;
  text-align: center;
}
#cssmenu > ul > li > a {
  padding: 17px 9px 10px 9px;
  font-size: 19px;
  text-decoration: none;
  color: #fff;
}
#cssmenu > ul > li:hover > a,
#cssmenu ul li.active a {
  color: #fff;
}
#cssmenu > ul > li:hover,
#cssmenu ul li.active:hover,
#cssmenu ul li.active,
#cssmenu ul li.has-sub.active:hover {
  background: transparent !important;
  -webkit-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 30px;
}
#cssmenu > ul > li.has-sub > a:after {
  position: absolute;
  top: 17px;
  right: 15px;
  width: 8px;
  height: 2px;
  display: block;
  content: "\ea67";
  font-family: "Icofont";
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  z-index: 123;
  text-align: left;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  background: #c02801;
  transition: all 0.25s ease;
}
#cssmenu ul ul li:hover {
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu li:hover > ul > li {
  height: 35px;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu ul ul li a {
  border-bottom: 1px solid rgba(150, 150, 150, 0.15);
  padding: 11px 15px;
  width: 250px;
  font-size: 18px;
  text-decoration: none;
  color: #fff;
  font-weight: 400;
}
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
  border-bottom: 0;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #fff;
}
#cssmenu ul ul li.has-sub > a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #ddd;
  content: "";
}
#cssmenu ul ul li.has-sub > a:before {
  position: absolute;
  top: 13px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #ddd;
  content: "";
  -webkit-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#cssmenu ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0;
}
#cssmenu ul ul li.has-sub:hover,
#cssmenu ul li.has-sub ul li.has-sub ul li:hover {
  background: transparent;
}
#cssmenu ul ul ul li.active a {
  border-left: 1px solid #333;
}
#cssmenu > ul > li.has-sub > ul > li.active > a,
#cssmenu > ul ul > li.has-sub > ul > li.active > a {
  border-top: 1px solid #333;
}
@media screen and (max-width: 1000px) {
  .logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 46px;
    text-align: center;
    padding: 10px 0 0 0;
    float: none;
  }

  nav {
    width: 100%;
  }
  #cssmenu {
    width: 100%;
  }
  #cssmenu ul {
    width: 100%;
    display: none;
  }
  #cssmenu ul li {
    width: 100%;
    border-top: 1px solid #444;
  }
  #cssmenu ul li:hover {
    background: transparent;
  }
  #cssmenu ul ul li,
  #cssmenu li:hover > ul > li {
    height: auto;
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
    border-bottom: 0;
  }
  #cssmenu > ul > li {
    float: none;
  }
  #cssmenu ul ul li a {
    padding-left: 25px;
  }
  #cssmenu ul ul li {
    background: #333 !important;
  }
  #cssmenu ul ul li:hover {
    background: transparent !important;
  }
  #cssmenu ul ul ul li a {
    padding-left: 35px;
  }
  #cssmenu ul ul li a {
    color: #ddd;
    background: none;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li.active > a {
    color: #fff;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
  }
  #cssmenu > ul > li.has-sub > a:after,
  #cssmenu > ul > li.has-sub > a:before,
  #cssmenu ul ul > li.has-sub > a:after,
  #cssmenu ul ul > li.has-sub > a:before {
    display: none;
  }
  #cssmenu #head-mobile {
    display: block;
    padding: 23px;
    color: #ddd;
    font-size: 12px;
    font-weight: 700;
  }
  .button {
    width: 55px;
    height: 46px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    z-index: 12399994;
  }
  .button:after {
    position: absolute;
    top: 22px;
    right: 20px;
    display: block;
    height: 4px;
    width: 20px;
    border-top: 2px solid #dddddd;
    border-bottom: 2px solid #dddddd;
    content: "";
  }
  .button:before {
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    top: 16px;
    right: 20px;
    display: block;
    height: 2px;
    width: 20px;
    background: #ddd;
    content: "";
  }
  .button.menu-opened:after {
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    top: 23px;
    border: 0;
    height: 2px;
    width: 19px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .button.menu-opened:before {
    top: 23px;
    background: #fff;
    width: 19px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid #444;
    height: 46px;
    width: 46px;
    cursor: pointer;
  }
  #cssmenu .submenu-button.submenu-opened {
    background: #262626;
  }
  #cssmenu ul ul .submenu-button {
    height: 34px;
    width: 34px;
  }
  #cssmenu .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #ddd;
    content: "";
  }
  #cssmenu ul ul .submenu-button:after {
    top: 15px;
    right: 13px;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    background: #fff;
  }
  #cssmenu .submenu-button:before {
    position: absolute;
    top: 19px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #ddd;
    content: "";
  }
  #cssmenu ul ul .submenu-button:before {
    top: 12px;
    right: 16px;
  }
  #cssmenu .submenu-button.submenu-opened:before {
    display: none;
  }
  #cssmenu ul ul ul li.active a {
    border-left: none;
  }
  #cssmenu > ul > li.has-sub > ul > li.active > a,
  #cssmenu > ul ul > li.has-sub > ul > li.active > a {
    border-top: none;
  }
}

.logo2 a {
  text-decoration: none;
  color: #fff;
}

/*main_menu2*/
.main_menu2 {
  display: none;
  padding: 15px 0px;
  background: #421000;
  margin-bottom: 10px;
}

.logo2 img {
  width: 100%;
  height: auto;
  max-width: 280px;
}
.logo3 {
  padding: 5px 10px;
}
.logo3 img {
  width: 100%;
  height: auto;
  max-width: 200px;
}
.menu-button img {
  width: 30px;
}
.swipe-nav__inner img {
  width: 20px;
}
.main_menu2 .menu-button {
  display: inline-block;
  position: absolute;
  z-index: 1;
  top: -10px;
  right: 5%;
  font-size: 1.5em;
  line-height: 1.5;
  width: auto;
  text-align: center;
  border-radius: 0;
  padding: 5px 10px;
}
.main_menu2 .swipe-nav {
  position: fixed;
  z-index: 2;
  top: -2em;
  right: 0;
  bottom: -2em;
  left: 0;
  visibility: hidden;
  transition: visibility 0.2s ease;
}
.main_menu2 .swipe-nav__overlay {
  cursor: default;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: opacity 0.2s ease;
  transform: translateZ(0);
  opacity: 0;
  background: rgba(0, 0, 0, 0.5);
  will-change: opacity;
}
.main_menu2 .swipe-nav__panel {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 300px;
  margin: 2em 0;
  transition: 0.2s ease-out;
  transition-property: transform;
  transform: translate3d(-100%, 0, 0);
  background-color: #fff;
  will-change: transform;
}
.main_menu2 .swipe-nav__scroller {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
.main_menu2 .js .swipe-nav__panel:after {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 100%;
  visibility: visible;
  width: 1em;
  content: "";
}
.main_menu2 .swipe-nav__inner {
  position: relative;
  min-height: 100%;
  padding-bottom: 0;
  border-top: 0 solid #eaeaea;
  padding: 20px 10px;
}
.main_menu2 .swipe-nav__inner .menu-button {
  top: -55px;
}
.main_menu2 .swipe-nav--open,
.main_menu2 .no-js .swipe-nav:target {
  visibility: visible;
}
.main_menu2 .swipe-nav--open .swipe-nav__overlay,
.main_menu2 .no-js .swipe-nav:target .swipe-nav__overlay {
  opacity: 1;
}
.main_menu2 .swipe-nav--open .swipe-nav__panel,
.main_menu2 .no-js .swipe-nav:target .swipe-nav__panel {
  transform: translate3d(0, 0, 0);
}
.main_menu2 nav {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
#cssmenu3,
#cssmenu3 ul,
#cssmenu3 ul li,
#cssmenu3 ul li a,
#cssmenu3 #head-mobile {
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu3:after,
#cssmenu3 > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu3 #head-mobile {
  display: none;
}
#cssmenu3 {
}
#cssmenu3 > ul > li {
  float: left;
}
#cssmenu3 > ul > li > a {
  padding: 14px;
  font-size: 16px;
  text-decoration: none;
  color: #000;
  text-transform: capitalize;
}
#cssmenu3 > ul > li:hover > a,
#cssmenu3 ul li.active a {
  color: #000;
}
#cssmenu3 > ul > li:hover,
#cssmenu3 ul li.active:hover,
#cssmenu3 ul li.active,
#cssmenu3 ul li.has-sub.active:hover {
  background: #fff !important;
  -webkit-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
#cssmenu3 > ul > li.has-sub > a {
  padding-right: 30px;
}
#cssmenu3 > ul > li.has-sub > a:after {
  position: absolute;
  top: 22px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #ddd;
  content: "";
}
#cssmenu3 > ul > li.has-sub > a:before {
  position: absolute;
  top: 19px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #ddd;
  content: "";
  -webkit-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#cssmenu3 > ul > li.has-sub:hover > a:before {
  top: 23px;
  height: 0;
}
#cssmenu3 ul ul {
  position: absolute;
  left: -9999px;
}
#cssmenu3 ul ul li {
  height: 0;
  -webkit-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  background: #333;
  transition: all 0.25s ease;
}
#cssmenu3 ul ul li:hover {
}
#cssmenu3 li:hover > ul {
  left: auto;
}
#cssmenu3 li:hover > ul > li {
  height: 35px;
}
#cssmenu3 ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu3 ul ul li a {
  border-bottom: 1px solid rgba(150, 150, 150, 0.15);
  padding: 11px 15px;
  width: 170px;
  font-size: 15px;
  text-decoration: none;
  color: #ddd;
  font-weight: 400;
  text-transform: capitalize;
}
#cssmenu3 ul ul li:last-child > a,
#cssmenu3 ul ul li.last-item > a {
  border-bottom: 0;
}
#cssmenu3 ul ul li:hover > a,
#cssmenu3 ul ul li a:hover {
  color: #fff;
}
#cssmenu3 ul ul li.has-sub > a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #ddd;
  content: "";
}
#cssmenu3 ul ul li.has-sub > a:before {
  position: absolute;
  top: 13px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #ddd;
  content: "";
  -webkit-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#cssmenu3 ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0;
}
#cssmenu3 ul ul li.has-sub:hover,
#cssmenu3 ul li.has-sub ul li.has-sub ul li:hover {
  background: #fff;
}
#cssmenu3 ul ul ul li.active a {
  border-left: 1px solid #333;
}
#cssmenu3 > ul > li.has-sub > ul > li.active > a,
#cssmenu3 > ul ul > li.has-sub > ul > li.active > a {
  border-top: 1px solid #333;
}
@media screen and (max-width: 1000px) {
  .main_menu2 .logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 46px;
    text-align: center;
    padding: 10px 0 0 0;
    float: none;
  }
  .main_menu2 .logo {
    display: none;
  }
  nav {
    width: 100%;
  }
  #cssmenu3 {
    width: 100%;
  }
  #cssmenu3 ul {
    width: 100%;
  }
  #cssmenu3 ul li {
    width: 100%;
    border-top: 1px solid #c02801;
  }
  #cssmenu3 ul li:hover {
    background: #fff;
  }
  #cssmenu3 ul ul li,
  #cssmenu3 li:hover > ul > li {
    height: auto;
  }
  #cssmenu3 ul li a,
  #cssmenu3 ul ul li a {
    width: 100%;
    border-bottom: 0;
  }
  #cssmenu3 > ul > li {
    float: none;
  }
  #cssmenu3 ul ul li a {
    padding-left: 15px;
  }
  #cssmenu3 ul ul li {
    background: transparent !important;
  }
  #cssmenu3 ul ul li:hover {
    background: #fff !important;
  }
  #cssmenu3 ul ul ul li a {
    padding-left: 35px;
  }
  #cssmenu3 ul ul li a {
    color: #000;
    background: none;
  }
  #cssmenu3 ul ul li:hover > a,
  #cssmenu3 ul ul li.active > a {
    color: #c02801;
  }
  #cssmenu3 ul ul,
  #cssmenu3 ul ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
  }
  #cssmenu3 > ul > li.has-sub > a:after,
  #cssmenu3 > ul > li.has-sub > a:before,
  #cssmenu3 ul ul > li.has-sub > a:after,
  #cssmenu3 ul ul > li.has-sub > a:before {
    display: none;
  }
  #cssmenu3 #head-mobile {
    display: block;
    padding: 23px;
    color: #000;
    font-size: 12px;
    font-weight: 700;
  }
  .main_menu2 .button2 {
    width: 55px;
    height: 46px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    z-index: 12399994;
  }
  .main_menu2 .button2:after {
    position: absolute;
    top: 22px;
    right: 20px;
    display: block;
    height: 4px;
    width: 20px;
    border-top: 2px solid #dddddd;
    border-bottom: 2px solid #dddddd;
    content: "";
  }
  .main_menu2 .button2:before {
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    top: 16px;
    right: 20px;
    display: block;
    height: 2px;
    width: 20px;
    background: #000;
    content: "";
  }
  .main_menu2 .button2.menu-opened2:after {
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    top: 23px;
    border: 0;
    height: 2px;
    width: 19px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .main_menu2 .button2.menu-opened2:before {
    top: 23px;
    background: #fff;
    width: 19px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #cssmenu3 .submenu-button2 {
    position: absolute;
    z-index: 99;
    right: 0;
    top: -2px;
    display: block;
    border-left: 0px solid #c02801;
    height: 46px;
    width: 46px;
    cursor: pointer;
  }
  #cssmenu3 .submenu-button2.submenu-opened2 {
    background: #c02801;
  }
  #cssmenu3 ul ul .submenu-button2 {
    height: 35px;
    width: 35px;
    top: 1px;
  }
  #cssmenu3 .submenu-button2:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #c02801;
    content: "";
  }
  #cssmenu3 ul ul .submenu-button2:after {
    top: 15px;
    right: 13px;
  }
  #cssmenu3 .submenu-button2.submenu-opened2:after {
    background: #fff;
  }
  #cssmenu3 .submenu-button2:before {
    position: absolute;
    top: 19px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #c02801;
    content: "";
  }
  #cssmenu3 ul ul .submenu-button2:before {
    top: 12px;
    right: 16px;
  }
  #cssmenu3 .submenu-button2.submenu-opened2:before {
    display: none;
  }
  #cssmenu3 ul ul ul li.active a {
    border-left: none;
  }
  #cssmenu3 > ul > li.has-sub > ul > li.active > a,
  #cssmenu3 > ul ul > li.has-sub > ul > li.active > a {
    border-top: none;
  }
}
.main_menu2 .swipe-nav--open .menu-button2 {
  background: #fff !important;
}

.main_menu2 {
  display: none;
}

/*slider*/
.slider {
  width: 100%;
  border-radius: 10px;
  position: relative;
  padding-bottom: 30px;
  z-index: 1;
}
.sliderbgg {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
}
.sliderbgg img {
  width: 100%;
  max-width: 300px;
  height: auto;
}
.sliderbgg2 {
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: -1;
}
.sliderbgg2 img {
  width: 100%;
  max-width: 300px;
  height: auto;
}

#carousel11 {
  background: #421000;
  padding: 10px 5px 5px 5px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.slider .owl-buttons {
  width: 100%;
  position: absolute;
  top: 42%;
  z-index: 1;
}
.slider .owl-theme .owl-controls .owl-buttons div {
  color: #fff;
  display: inline-block;
  zoom: 1;
  margin: 5px;
  padding: 3px 10px;
  font-size: 52px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background: transparent;
  filter: Alpha(Opacity=50);
  opacity: 1;
}
.slider .owl-theme .owl-controls .owl-buttons .owl-prev {
  left: 5px;
  position: absolute;
}
.slider .owl-theme .owl-controls .owl-buttons .owl-next {
  right: 0px;
  position: absolute;
}
.p5 {
  padding: 0px 5px;
}
#carousel .item img {
  display: block;
  width: 100%;
  height: auto;
  cursor: grab;
  cursor: -webkit-grab;
  border-radius: 10px;
  border: 5px solid #000;
}
/* Styling Pagination*/
.slider .owl-theme .owl-controls .owl-page span {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: none;
  border: 1px solid #000;
}
.slider .owl-theme .owl-controls .owl-page.active span,
.slider .owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #888;
  border: 1px solid #888;
}
.slider .slide-caption {
  width: 100%;
  position: absolute;
  left: 0px;
  right: 0%;
  text-align: center;
  color: #fff;
  z-index: 12345;
  background: #000000bd;
  padding: 10px 20px;
  bottom: 5px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.slide-caption h2 {
  color: #fff;
  margin: 0px;
}
.slider .slide-caption__title {
  font-weight: 500;
  margin-bottom: 0;
}
.slider .slide-caption {
}
.slider .slide-caption a {
  background: #df6613;
  text-decoration: none;
  color: #fff;
  padding: 5px 20px;
  border-radius: 5px;
}
.slider .owl-item.active .slide-caption__title {
  -webkit-animation: 1s 0.2s fadeInUp both;
  animation: 1s 0.2s fadeInUp both;
}
.slider .owl-item.active .slide-caption__desc {
  text-align: center;
  z-index: 9999;
  color: #fff;
  font-size: 21px;
  -webkit-animation: 1s 0.6s fadeInUp both;
  animation: 1s 0.6s fadeInUp both;
}
.slider .owl-item.active .btn {
  -webkit-animation: 1s 0.9s flipInX both;
  animation: 1s 0.9s flipInX both;
}
/*about*/
.about {
  width: 100%;
  padding: 50px 0px;
  border-top: 5px solid #421000;
  background: #fff5c2;
}
.about1 {
  width: 100%;
  padding: 50px 0px;
  background: #fff5c2;
}
.about_left {
  width: 100%;
}
.about_left img {
  width: 100%;
  height: auto;
}
.about_right {
  width: 100%;
  padding-top: 20px;
}
.about_right_box {
  width: 100%;
  margin-bottom: 15px;
  position: relative;
}
.about_right_box img {
  width: 100%;
  height: auto; /*border:7px solid #c02801;*/
  border-radius: 10px;
}
.about_right_box_img {
  width: 100%;
  position: absolute;
  bottom: 8px;
  left: 0px;
  right: 0px;
}
.about_right_box_img img {
  width: 100%;
  max-width: 225px;
}
.about_right_box_img p {
  width: 100%;
  position: absolute;
  bottom: 6px;
  left: 0px;
  right: 0px;
  z-index: 12;
  text-align: center;
  color: #fff;
  font-size: 15px;
  transition: 0.2s;
  text-transform: uppercase;
}
.about_right_box_img p:hover {
  color: #ffff0d;
}
/*heri_tab*/
.heri_tab {
  width: 100%;
  border-top: 5px solid #643009;
  border-bottom: 5px solid #643009;
}
.heri_tab img {
  width: 100%;
  height: auto;
}
/*welcome*/
.welcome {
  width: 100%;
  padding: 40px 0px;
}
.welcome_bx1 img {
  height: auto;
  padding-top: 40px;
}
.welcome_bx3 img {
  width: 100%;
  height: auto;
}
.welcome_bx2 h3 {
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
}
.welcome_bx2 p {
  font-size: 18px;
  margin: 0px;
}
/*youtube*/
.youtube {
  width: 100%;
  padding: 40px 0px;
  background: #fff1e6;
}
.youtube_inner h2 {
  text-transform: uppercase;
  margin: 0px 0px 25px 0px;
  font-weight: 900;
}
.youtube_inner_btn {
  text-align: center;
  margin-top: 20px;
}
.youtube_inner_btn a {
  color: #fff;
  background: #c02801;
  border-radius: 5px;
  padding: 10px;
  text-decoration: none;
}
.utubev {
  margin-bottom: 15px;
}
.youtube iframe {
  width: 100%;
  height: 200px;
}
/*old*/
.old {
  width: 100%;
  position: relative;
  padding: 30px 0px;
}
.old_bx3 {
  position: absolute;
  right: 10%;
  top: -8px;
  z-index: 123;
}
.old_bx3 img {
  width: 100%;
  height: auto;
  max-width: 180px;
}
.old:before {
  position: absolute;
  content: "";
  background: #750706;
  width: 72%;
  height: 4px;
  top: 15%;
  left: 10%;
  z-index: -1;
}
.old:after {
  position: absolute;
  content: "";
  background: #750706;
  width: 72%;
  height: 4px;
  bottom: 15%;
  left: 10%;
  z-index: -1;
}
.old_bx {
  width: 100%;
  position: relative;
  z-index: 1;
}
.old_bx img {
  width: 100%;
  height: auto;
}
.old_right h2 {
  text-align: center;
  font-family: Monotype Corsiva;
  position: absolute;
  left: 0px;
  top: 60px;
  font-size: 50px;
}
.old_right {
  width: 100% !important;
  position: relative;
}
/*visitors*/
.clients {
  width: 100%;
  padding: 40px 0px 0px 0px;
  background: #fff1e6;
  border-top: 5px solid #421000;
}
.client-content p {
  color: #333;
  line-height: 1;
  text-align: center;
}
.client-content {
  margin: 0px;
  font-size: 15px;
  text-align: center;
  color: #333;
  padding: 5px 5px;
}
.clients .owl-buttons {
  width: 100%;
  position: absolute;
  top: 20%;
  z-index: 1;
}
.clients .owl-theme .owl-controls .owl-buttons div {
  color: #fff;
  display: inline-block;
  zoom: 1;
  margin: 5px;
  padding: 3px 10px;
  font-size: 52px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background: transparent;
  filter: Alpha(Opacity=50);
  opacity: 1;
}
.clients .owl-theme .owl-controls .owl-buttons .owl-prev {
  left: -10px;
  position: absolute;
}
.clients .owl-theme .owl-controls .owl-buttons .owl-next {
  right: -25px;
  position: absolute;
}
.p5 {
  padding: 0px 5px;
}
.clients .item img {
  display: block;
  width: 100%;
  height: auto;
  cursor: grab;
  cursor: -webkit-grab;
  border-radius: 0px;
}
.client-img img {
  width: 100%;
  height: 200px !important;
  object-fit: cover;
}
/* Styling Pagination*/
.clients .owl-theme .owl-controls .owl-page span {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: none;
  border: 1px solid #000;
}
.clients .owl-theme .owl-controls .owl-page.active span,
.clients .owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #888;
  border: 1px solid #888;
}
.clients .owl-carousel .item {
  margin-left: 20px;
}
.clients .owl-theme .owl-controls {
  margin-top: 0;
  text-align: center;
}
.clients .owl-theme .owl-controls i {
  background: #c02801;
  padding: 10px;
  font-size: 16px;
}
/*testimonial*/
.testimonial {
  width: 100%;
  padding: 40px 0px 40px 0px;
}
.testimonial .owl-buttons {
  width: 100%;
  position: absolute;
  top: 20%;
  z-index: 1;
}
.testimonial .owl-theme .owl-controls .owl-buttons div {
  color: #fff;
  display: inline-block;
  zoom: 1;
  margin: 5px;
  padding: 3px 10px;
  font-size: 52px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background: transparent;
  filter: Alpha(Opacity=50);
  opacity: 1;
}
.testimonial .owl-theme .owl-controls .owl-buttons .owl-prev {
  left: -10px;
  position: absolute;
}
.testimonial .owl-theme .owl-controls .owl-buttons .owl-next {
  right: -25px;
  position: absolute;
}
/* Styling Pagination*/
.testimonial .owl-theme .owl-controls .owl-page span {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: none;
  border: 1px solid #000;
}
.testimonial .owl-theme .owl-controls .owl-page.active span,
.testimonial .owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #888;
  border: 1px solid #888;
}
.testimonial .owl-carousel .item {
  margin-left: 10px;
}
.testimonial .owl-theme .owl-controls {
  margin-top: 0;
  text-align: center;
}
.testimonial .owl-theme .owl-controls i {
  background: #c02801;
  padding: 10px;
  font-size: 16px;
}
.testimonial_bx {
  width: 100%;
  background: #0000006b;
  padding: 30px 20px;
}
.testimonial_bx p {
  color: #fff;
  line-height: 1.3;
  font-size: 15px;
  text-align: center;
  font-weight: 400;
}
.testimonial_bx ul {
  margin-top: 20px;
  text-align: center;
}
.testimonial_bx ul li {
  display: inline-block;
  margin-right: 5px;
}
.testimonial_bx ul li i {
  color: #f2b01e;
}
.testimonial_bx h5 {
  color: #fff;
  text-align: center;
}
.testimonial_bx h6 {
  color: #fff;
  text-align: center;
  font-size: 15px;
}
.testimonial_bx2 {
  width: 100%;
  padding: 15px 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #672b18;
  background: #fff1e6;
}
.testimonial_bx2 p {
  color: #000;
  line-height: 1.3;
  font-size: 15px;
  text-align: center;
  font-weight: 600;
}
.testimonial_bx2 ul {
  margin-top: 20px;
  text-align: center;
}
.testimonial_bx2 ul li {
  display: inline-block;
  margin-right: 5px;
}
.testimonial_bx2 ul li i {
  color: #f2b01e;
}
.testimonial_bx2 h5 {
  color: #000;
  text-align: center;
  font-weight: 600;
}
.testimonial_bx2 h6 {
  color: #000;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
}
/*ratings*/
/*.ratings{width:100%;position:relative; border-top: 5px solid #421000;overflow:hidden;}*/
.ratings {
  width: 100%;
  position: relative;
  /*padding: 40px 0px 0px 0px;*/
  background: #fff1e6;
  border-top: 5px solid #421000;
  border-bottom: 5px solid #421000;
  min-height: 300px;
  overflow: hidden;
}
.ratings_bx1 {
  position: absolute;
  left: 0px;
  top: 20px;
  z-index: 123;
}
.ratings_bx1 img {
  width: 100%;
  height: auto;
  max-width: 180px;
}
.ratings_bx2 {
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 123;
}
.ratings_bx2 img {
  width: 100%;
  height: auto;
  max-width: 180px;
}
.ratings_bx {
  width: 80%;
  margin: auto 10%;
}
.ratings_bx img {
  width: 100%;
  height: auto;
}
/*4box*/
.box4 {
  width: 100%;
  position: relative;
  padding: 60px 0px;
}
.box4_bx {
  text-align: center;
  border: 5px solid #4c3048;
  padding: 20px;
  border-radius: 30px;
}
.box4_bx h3 {
  color: #240000;
  font-size: 20px;
  margin: 20px 0px;
  font-weight: 600;
  min-height: 60px;
}
.box4_bx p {
  text-align: center;
  color: #240000;
  font-size: 15px;
  min-height: 60px;
}
.box4_bx i {
  color: #240000;
  font-size: 28px;
  margin-bottom: 15px;
}
.box4_bx img {
  width: 100%;
  max-width: 70px;
  height: auto;
}
.new_story {
  width: 100%;
  padding: 20px 0px;
  background: #421000;
}
.new_story_left {
  width: 100%;
}
.new_story_left img {
  width: 100%;
  height: auto;
}
.new_story_right {
  padding-top: 40px;
}
.new_story_right h3 {
  color: #fff;
  margin: 15px 0px;
  font-size: 32px;
  text-align: center;
  font-weight: 600;
}
.new_story_right p {
  color: #fcb500;
  text-align: center;
  font-size: 20px;
}
.footer_bottom2 {
  width: 100%;
  border-top: 5px solid #fbfbfb;
  padding: 10px 0px;
  background: #8c0502;
}
.footer_bottom2 h3 {
  margin: 0px;
  font-size: 21px;
  color: #fff0b6;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}
/*footer_bottom*/
.footer_bottom {
  width: 100%;
  padding: 30px 0px;
  background-image: url("../images/footer%20tab.png");
  background-position: bottom;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}
/*footer*/
.footer {
  width: 100%;
  padding: 20px 0px;
  background: #421000;
}
.footer_right {
  width: 100%;
  /*padding: 20px 10px;*/
  border: 0px solid #fff1e6;
  border-radius: 10px;
}
.footer_right h2 {
  color: #f2daae;
  text-align: center;
  margin: 0px 0px 15px 0px;
  font-size: 26px;
}
.footer_right input {
  width: 100%;
  padding: 7px;
  margin-bottom: 10px;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #fff;
}
.footer_right textarea {
  width: 100%;
  height: 100px;
  resize: none;
  padding: 7px;
  margin-bottom: 10px;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #fff;
}
.footer_right input::placeholder {
  color: #000;
}
.footer_right textarea::placeholder {
  color: #000;
}
.footer_right_btn {
  margin-top: 10px;
}
.footer_right_btn input[type="submit"] {
  border: 1px solid #333;
  width: auto;
  padding: 7px 15px;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  background: #333;
}
.footer_bx h2 {
  color: #f2daae;
  text-align: left;
  margin: 0px 0px 15px 0px;
  font-size: 26px;
}
.footer_bx h5 {
  color: #fff;
  font-size: 17px;
}
.footer_bx h3 {
  color: #fff;
  font-size: 24px;
}
.footer_bx h3 a {
  text-decoration: none;
  color: #fff;
}
.footer_bx p {
  color: #f3c8c8;
  font-weight: 100;
}
/*page title*/
.page-title {
  width: 100%;
}
.page-title-inn {
  width: 100%;
  position: relative;
  overflow: hidden;
  text-align: center;
  background-image: url(../images/page-title.jpg);
  background-attachment: scroll !important;
  background-position: 50% 100% !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  padding: 80px 0px;
}
.page-title h1 {
  position: relative;
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  line-height: 1em;
  margin-bottom: 15px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 10px;
}
/*nadi_astrology*/
.nadi_astrology {
  width: 100%;
  padding: 40px 0px;
}
.nad_img {
  margin-bottom: 40px;
}
.nad_img img {
  width: 100%;
  height: 350px;
  object-fit: contain;
  border-radius: 5px;
}
.nadi_astrology h3 {
  font-size: 21px;
  font-weight: 800;
  margin: 20px 0px 10px 0px;
}
.nadi_astrology p,
.main_online_prediction p {
  margin-bottom: 20px;
  line-height: 1.7;
}
.main_online_prediction h3 {
  font-size: 23px;
  font-weight: 700;
  margin: 10px 0px 10px 0px;
  display: inline-block;
  padding-bottom: 6px;
}
/*nadi_chapter*/
.nadi_chapter {
  width: 100%;
  padding: 40px 0px;
}
.nadi_chapter h2 {
  font-weight: 700;
  margin: 10px 0px 0px 20px 0px;
}
.nadi_chapter h4 {
  font-size: 21px;
  font-weight: 700;
}
.nadi_chapter h3 {
  font-size: 23px;
  font-weight: 700;
  margin: 20px 0px 10px 0px;
  display: inline-block;
  border-bottom: 2px solid #750706;
  padding-bottom: 6px;
}
/*nadi_procedure*/
.nadi_procedure {
  width: 100%;
  padding: 40px 0px;
}
.nadi_procedure h3 {
  font-size: 23px;
  font-weight: 700;
  margin: 30px 0px 20px 0px;
  display: inline-block;
  border-bottom: 2px solid #750706;
  padding-bottom: 10px;
}
/*our_heritage*/
.our_heritage {
  width: 100%;
  padding: 40px 0px;
}
.our_heritage_title {
  width: 100%;
  position: relative;
  padding: 20px 0px;
  background-image: url("../images/footer%20tab.png");
  background-position: bottom;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  margin-bottom: 30px;
}
.our_heritage_title h2 {
  margin: 0px;
  text-align: center;
  color: #fff;
  line-height: 1;
  text-shadow: 2px 2px #c02801;
  font-size: 28px;
}
.our_heritage_left img {
  width: 100%;
  height: auto;
}
.our_heritage_right {
  padding-top: 0px;
}
.our_heritage_right_in {
  margin: 20px 0px;
}
.our_heritage_right_in h3 {
  font-size: 23px;
  font-weight: 700;
  margin: 30px 0px 20px 0px;
  display: inline-block;
  border-bottom: 2px solid #750706;
  padding-bottom: 10px;
}
/*main_contact*/
.main_contact {
  width: 100%;
  padding: 40px 0px;
}
.main_contact_bx_title1 h4 {
  font-weight: 700;
  color: #ffffff;
  margin: 0px;
  padding: 5px 0px;
  text-align: center;
  font-size: 18px;
  padding-top: 10px;
  text-shadow: 1px 1px #000000;
}
.main_contact_bx_title h4 {
  font-weight: 700;
  color: #fff;
  margin: 0px;
  padding: 5px 0px;
  text-align: center;
  font-size: 18px;
  padding-top: 10px;
  text-shadow: 2px 2px #000;
}
.main_contact_bx_title5 h4 {
  font-weight: 700;
  color: #fff;
  margin: 0px;
  padding: 5px 0px;
  text-align: center;
  font-size: 18px;
  padding-top: 10px;
  text-shadow: 2px 2px #000;
}
.main_contact_bx_title {
  width: 100%;
  height: 40px;
  position: relative;
  float: left;
  background: #421000;
  list-style: none;
  margin-top: 5px;
  margin-bottom: 20px;
  border-radius: 5px;
}
.main_contact_bx_title5 {
  width: 100%;
  height: 65px;
  position: relative;
  float: left;
  background: #421000;
  list-style: none;
  margin-top: 5px;
  margin-bottom: 20px;
  border-radius: 5px;
}
.main_contact_bx_title1 {
  width: 100%;
  height: 40px;
  position: relative;
  float: left;
  background: #9b936b;
  list-style: none;
  margin-top: 5px;
  margin-bottom: 20px;
  border-radius: 5px;
}
.main_contact_bx h5 {
  font-size: 17px;
  font-weight: 700;
}
.main_contact_bx_title2 h4 {
  font-weight: 700;
}

.main_contact_fb ul {
  margin: 10px 0px 0px 0px;
  text-align: center;
}
.main_contact_fb ul li {
  list-style: none;
  margin-bottom: 10px;
  display: inline-block;
  margin-right: 20px;
}
.main_contact_fb ul li a {
  color: #750706;
  text-decoration: none;
  font-weight: 700;
}
.main_contact_fb ul li a i {
  padding-right: 5px;
}
.main_contact_fb iframe {
  width: 100%;
  height: 500px;
  filter: grayscale(100%);
  transition: 0.2s;
}
.main_contact_fb iframe:hover {
  filter: grayscale(0%);
}
.main_contact_fb img {
  width: 40px;
}
/*main_risihs*/
.main_risihs {
  width: 100%;
  padding: 40px 0px;
}
.main_homams_left,
.main_risihs_left,
.main_new_left,
.main_online_prediction2 {
  width: 100%;
}
.main_risihs_left h3 {
  font-size: 23px;
  font-weight: 700;
  margin: 30px 0px 20px 0px;
  display: inline-block;
  border-bottom: 2px solid #750706;
  padding-bottom: 10px;
}
.main_homams_left p b {
  font-weight: 900;
}
.main_homams_left p {
  font-weight: 500;
}
.tamil_version {
  width: 80%;
  margin: auto;
}
.tamil_version img {
  width: 100%;
  height: auto;
}
/*main_gallery*/
.main_gallery {
  width: 100%;
  padding: 40px 0px;
}
.main_gallery1 {
  width: 100%;
  padding: 40px 0px;
  height: 450px;
}
.main_gallery_bx {
  width: 100%;
  margin-bottom: 15px;
}
.main_gallery_bx img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
/*main_testimonies*/
.main_testimonies {
  width: 100%;
  padding: 40px 0px;
}
.main_testimonies .owl-buttons {
  width: 100%;
  position: absolute;
  top: 20%;
  z-index: 1;
}
.main_testimonies .owl-theme .owl-controls .owl-buttons div {
  color: #fff;
  display: inline-block;
  zoom: 1;
  margin: 5px;
  padding: 3px 10px;
  font-size: 52px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background: transparent;
  filter: Alpha(Opacity=50);
  opacity: 1;
}
.main_testimonies .owl-theme .owl-controls .owl-buttons .owl-prev {
  left: -10px;
  position: absolute;
}
.main_testimonies .owl-theme .owl-controls .owl-buttons .owl-next {
  right: -25px;
  position: absolute;
}
/* Styling Pagination*/
.main_testimonies .owl-theme .owl-controls .owl-page span {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: none;
  border: 1px solid #000;
}
.main_testimonies .owl-theme .owl-controls .owl-page.active span,
.main_testimonies .owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #888;
  border: 1px solid #888;
}
.main_testimonies .owl-carousel .item {
  margin-left: 10px;
}
.main_testimonies .owl-theme .owl-controls {
  margin-top: 0;
  text-align: center;
}
.main_testimonies .owl-theme .owl-controls i {
  background: #c02801;
  padding: 10px;
  font-size: 16px;
}
.main_testimonies .testimonial_bx {
  width: 100%;
  background: #0000006b;
  padding: 30px 20px;
  min-height: 250px;
}
.main_testimonies .testimonial_bx p {
  color: #fff;
  line-height: 1.3;
  font-size: 15px;
  text-align: center;
  font-weight: 400;
}
.main_testimonies .testimonial_bx ul {
  margin-top: 20px;
  text-align: center;
}
.main_testimonies .testimonial_bx ul li {
  display: inline-block;
  margin-right: 5px;
}
.main_testimonies .testimonial_bx ul li i {
  color: #f2b01e;
}
.main_testimonies .testimonial_bx h5 {
  color: #fff;
  text-align: center;
}
.main_testimonies .testimonial_bx h6 {
  color: #fff;
  text-align: center;
  font-size: 15px;
}
/*main_side_bar*/
.main_side_bar {
  width: 100%;
  height:450px;
}
.main_side_bar ul {
  margin: 0px;
  padding: 0px 0px;
  background-color: #750706;
  text-align: left;
}
.main_side_bar ul li {
  list-style: none;
  display: block;
  margin-bottom: 2px;
  padding: 0px 40px;
  min-width: 255px;
  width: 100%;
  height: 58px;
  position: relative;
  float: left;
  background: url(../images/nadi-bundle.png);
  background-repeat: no-repeat;
  line-height: 54px;
  list-style: none;
  margin-top: 5px;
}
.main_side_bar ul li a {
  text-decoration: none;
  font-size: 15px;
  color: #fff;
  font-weight: 600;
  transition: 0.2s;
}
.main_side_bar ul li a:hover {
  color: #ffff0d;
}
.copyrights p span {
  color: #ffff0d;
}
.copyrights p {
  position: relative;
  z-index: 12;
  text-align: center;
  color: #fbe5ce;
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 400;
}
.copyrights a {
  text-decoration: none;
  color: #fbe5ce;
}
.copyrights img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}
#main_testimonies .owl-carousel .item {
  margin-left: 10px !important;
}
.main_online_prediction {
  padding: 30px 0px;
}
.main_online_prediction a {
  text-decoration: none;
  color: #750706;
  font-size: 18px;
  font-weight: 700;
}
.main_online_prediction h2 {
  font-size: 32px;
}
.main_online_prediction h3 {
  font-size: 26px;
  font-weight: 700;
}
.main_online_prediction2 h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 30px 0px 20px 0px;
}
.main_online_prediction h5 {
  font-weight: 700;
  font-size: 17px;
}
.online_predct {
  margin: 60px 0px 20px 0px;
  text-align: center;
}
.online_predct a {
  text-decoration: none;
  font-size: 20px;
  background: #750706;
  color: #fff;
  padding: 10px;
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 30px;
}
.footer_bx2 {
  width: 100%;
  text-align: center;
  position: relative;
}
.footer_bx2 img {
  width: 100%; /*max-width: 150px;*/
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: 100px;
}
.footer_bx2 p {
  text-align: center;
  color: #fff;
  font-size: 14px;
  position: absolute;
  left: 0;
  top: 320px;
  right: 0;
}
/*main_blog*/
.main_blog {
  width: 100%;
  padding: 40px 0px;
}
.main_blog_bx {
  width: 100%;
  margin-bottom: 20px;
  border-radius: 10px;
  padding: 10px;
}
.main_blog_bx img,
.main_blog_img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.main_blog_bx a {
  text-decoration: none;
  color: #000;
}
.main_blog_bx h5 {
  color: #000;
  margin: 0px;
  padding: 5px 0px;
  min-height: 70px;
  font-size: 18px;
}
.main_blog_bx p {
  color: #000;
}
.main_blog_bx2 img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.main_blog_bx2 h5 {
  font-size: 24px;
  color: #750706;
  margin: 10px 0px;
  padding: 10px 0px;
  font-weight: 800;
}
.main_blog_bx2 ul {
  margin: 0px;
}
.main_blog_bx2 ul li {
  list-style: none;
  display: inline-block;
  margin-right: 20px;
}
.page-title2 {
  width: 100%;
  padding: 40px 0px;
  text-align: center;
}
.main_blog_right label {
  display: none;
}
#searchform input {
  padding: 5px 20px;
  border: 1px solid #444;
}
#searchform input[type="submit"] {
  width: auto;
  background: #444;
  color: #fff;
  padding: 5px 20px;
  cursor: pointer;
  border: 1px solid #444;
}
#searchform {
  margin-bottom: 40px;
}
#secondary h1 {
  font-size: 24px;
  font-weight: 600;
  margin: 15px 0px 30px 0px;
  background: #fff1e6;
  padding: 10px 10px;
}
#secondary ul li a {
  color: #000;
  font-size: 16px;
}
#secondary .rpwe-time {
  color: #000;
  font-size: 13px;
}
#secondary .rpwe-block li {
  border-bottom: 1px solid #fff1e6;
  margin-bottom: 10px;
  padding-bottom: 10px;
  list-style-type: none;
}
#secondary ul li {
  list-style: none;
  margin-bottom: 6px;
}
.tagcloud {
  width: 100%;
  clear: both;
  display: inline-block;
}
.tagcloud a {
  margin: 3px !important;
  padding: 6px 16px;
  font-size: 16px !important;
  background-color: #c02801 !important;
  color: #fff !important;
  float: left;
}
.main_blog_bx_img {
  width: 100%;
  position: relative;
}
.page-title2 h1 {
  text-transform: capitalize;
}
.main_blog_bx_img .category p {
  margin: 0px;
  color: #fff;
}
.main_blog_bx_img .category {
  position: absolute;
  width: auto;
  height: auto;
  padding: 5px 10px;
  left: -10px;
  top: 10px;
  background: #c02801;
  color: #fff;
}
.main_blog_content {
  text-align: center;
}
.main_blog_content h3 {
  text-align: center;
}
.main_blog_content p {
  text-align: center;
}
.main_blog_content {
  text-align: center;
  background: #fff1e6;
  padding: 10px 0px;
}
.main_blog_inn h2 {
  margin: 20px 0px;
}

.side-form-icons {
  right: 0%;
  position: fixed;
  bottom: 15%;
  display: block;
  flex-direction: column;
  padding: 15px 0;
  border-radius: 0px;
  z-index: 99;
  margin: 25px 0;
  width: 42px;
  text-align: center;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  text-align: center;
}
.side-form-icons img {
  width: 30px;
  margin-bottom: 5px;
}
.side-form-icons ul {
  margin: 0px;
}
.side-form-icons ul li {
  list-style: none;
  display: block;
  margin-bottom: 0px;
  padding: 7px 2px;
}
.side-form-icons ul li a {
  text-decoration: none;
  color: #fff;
}
.side-form-icons ul li a i {
  font-size: 25px;
}

.side-form-icons ul li:nth-child(1) {
  background: #3e54aa;
}
.side-form-icons ul li:nth-child(2) {
  background: #fd2e3d;
}
.side-form-icons ul li:nth-child(3) {
  background: #00afed;
}
.side-form-icons ul li:nth-child(4) {
  background: #72d465;
}

/*main_online*/
.main_online {
  padding: 50px 0px;
  width: 100%;
}
.main_online_innn {
  background: #fff;
  width: 100%;
}
.main_online_bx {
  width: 100%;
  padding: 0px 20px 0px 0px;
}
.main_online_bx_b {
  border-right: 0px solid #dbe5f8;
}
.main_online_bx h3 {
  font-size: 18px;
  margin: 10px 0px 20px 0px;
  font-weight: 700;
  background: #fdf1e3;
  color: #000;
  padding: 10px;
}
.main_online_bx p {
  min-height: 30px;
  font-size: 15px;
  margin: 10px 0px 0px 10px;
  font-weight: 900;
  text-transform: uppercase;
  text-align: left;
  font-style: normal;
}
.main_online_bx input {
  background-color: #ffffff;
  width: 100%;
  padding: 7px;
  border: none;
  border-radius: 25px;
  margin-bottom: 10px;
  color: #000;
  border: 1px solid #dbe5f8;
}
.main_online_bx textarea {
  background-color: #ffffff;
  width: 100%;
  height: 40px;
  resize: none;
  padding: 7px;
  border: none;
  border-radius: 25px;
  margin-bottom: 10px;
  color: #000;
  border: 1px solid #dbe5f8;
}
/*online_new_pr_bx*/
.online_new_pr_bx p a {
  text-decoration: none;
  color: #000;
}
.online_new_pr_bx_btn {
  text-align: center;
  margin: 40px 0px 40px 0px;
}
.online_new_pr_bx_btn a {
  text-decoration: none;
  padding: 10px 25px;
  border-radius: 25px;
  background: #c32701;
  color: #fff;
  font-weight: 200;
}

.main_online_bx h6 {
  margin: 15px 0px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
}
.main_online_bx h5 {
  margin: 15px 0px;
  font-size: 16px;
}
.main_online_bx h5 a {
  text-decoration: none;
  color: #000;
}
.main_online_bx input[type="radio"] {
  width: auto !important;
  margin-right: 10px;
}
.main_online_bx_b label {
  font-size: 14px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.main_online_btn {
  text-align: center;
  margin: 30px 0px;
}
.main_online_btn input[type="submit"] {
  width: auto;
  padding: 8px 40px;
  background: #c32701;
  color: #fff;
  font-size: 19px;
}
.main_online_title_p {
  margin-top: 50px;
}
.main_online_title_p h4 {
  margin-bottom: 10px;
  font-size: 24px;
  padding-bottom: 5px;
  display: inline-block;
  font-weight: 900;
}

.main_online_title_p p {
}
.main_online_title_p a {
  text-decoration: none;
  color: #000;
}
.online_textarea textarea {
  height: 100px;
}

.menu {
  width: 100%;
}
.menu-container {
  margin: 0 auto;
  width: 100%;
  background: #c02801;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  position: relative;
  z-index: 123;
}
.menu a.logo {
  display: inline-block;
  padding: 15px 20px;
  width: 19%;
  float: left;
  color: #fff;
}
.menu img {
  max-width: 100%;
}
.menu-mobile {
  display: none;
  padding: 20px;
}
.menu-mobile:after {
  content: "\efa2";
  font-family: "Icofont";
  color: #fff;
  font-size: 16px;
  padding: 0;
  float: right;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-25%);
  transform: translateY(-25%);
}
.menu-dropdown-icon:before {
  content: "\efc2";
  font-family: "Icofont";
  display: none;
  cursor: pointer;
  float: right;
  padding: 1.5em 2em;
  background: #b32906;
  color: #fff;
}
.menu > ul {
  margin: 0 auto;
  width: 80%;
  list-style: none;
  padding: 0;
  position: relative;
  box-sizing: border-box;
  clear: right;
}
.menu > ul:before,
.menu > ul:after {
  content: "";
  display: table;
}
.menu > ul:after {
  clear: both;
}
.menu > ul > li {
  float: left;
  background: #c02801;
  padding: 0;
  margin: 0;
}
.menu > ul > li a {
  text-decoration: none;
  color: #fff;
  padding: 1.5em 3em;
  display: block;
}
.menu > ul > li:hover {
  background: #b32906;
}
.menu > ul > li > ul {
  display: none;
  width: 100%;
  background: #b32906;
  padding: 20px;
  position: absolute;
  z-index: 99;
  left: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
}
.menu > ul > li > ul:before,
.menu > ul > li > ul:after {
  content: "";
  display: table;
}
.menu > ul > li > ul:after {
  clear: both;
}
.menu > ul > li > ul > li {
  margin: 0;
  padding-bottom: 0;
  list-style: none;
  width: 25%;
  background: none;
  float: left;
}
.menu > ul > li > ul > li a {
  color: #fff;
  padding: 0.2em 0;
  width: 95%;
  display: block;
  border-bottom: 1px solid #ccc;
}
.menu > ul > li > ul > li a:hover {
  color: #03a9f4;
}
.menu > ul > li > ul > li > ul {
  display: block;
  padding: 0;
  margin: 10px 0 0;
  list-style: none;
  box-sizing: border-box;
}
.menu > ul > li > ul > li > ul:before,
.menu > ul > li > ul > li > ul:after {
  content: "";
  display: table;
}
.menu > ul > li > ul > li > ul:after {
  clear: both;
}
.menu > ul > li > ul > li > ul > li {
  float: left;
  width: 100%;
  padding: 10px 0;
  margin: 0;
  font-size: 0.8em;
}
.menu > ul > li > ul > li > ul > li a {
  border: 0;
  font-size: 14px;
}
.menu > ul > li > ul.normal-sub {
  width: 300px;
  left: auto;
  padding: 10px 20px;
}
.menu > ul > li > ul.normal-sub > li {
  width: 100%;
}
.menu > ul > li > ul.normal-sub > li a {
  border: 0;
  padding: 1em 0;
}
@media only screen and (max-width: 959px) {
  .menu-container {
    width: 100%;
  }
  .menu-container .menu {
    display: inline-block;
  }
  .menu-mobile {
    display: block;
    float: right;
    padding: 20px 20px 0;
  }
  .menu-dropdown-icon:before {
    display: block;
  }
  .menu > ul {
    display: none;
    width: 100%;
  }
  .menu > ul > li {
    width: 100%;
    float: none;
    display: block;
    border-bottom: 1px solid #fff;
  }
  .menu > ul > li a {
    padding: 1.5em;
    width: 100%;
    display: block;
  }
  .menu > ul > li > ul {
    position: relative;
    padding: 0 40px;
  }
  .menu > ul > li > ul.normal-sub {
    width: 100%;
  }
  .menu > ul > li > ul > li {
    float: none;
    width: 100%;
    margin-top: 20px;
  }
  .menu > ul > li > ul > li:first-child {
    margin: 0;
  }
  .menu > ul > li > ul > li > ul {
    position: relative;
  }
  .menu > ul > li > ul > li > ul > li {
    float: none;
  }
  .menu .show-on-mobile {
    display: block;
  }
}

.menu-container {
  display: none;
}
