/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
  background: #fff;
  color: #666666;
  font-family: "Open Sans", sans-serif;
}

a {
  color: #FBB03B;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #FBB03B;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

@-webkit-keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
  padding: 20px 0px 50px 0px;
  height: 50px;
  transition: all 0.5s;
  z-index: 997;
  background-color: #F8931F;
}

#header.header-scrolled {
  background: #F8931F;
  padding: 20px 0;
  height: 72px;
  transition: all 0.5s;
}

#header.header-scrolled a{
  color: rgb(255, 255, 255);
}
#header.header-scrolled a:hover{
  color: #FFDE1D;
  
}
#header #logo {
  float: left;
}


/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/

#intro .carousel-item {
  width: 100%;
  height: 90vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#intro .carousel-background img {
  max-width: 100%;
}

#intro .carousel-content {
  text-align: center;
}



#intro .carousel-control-prev,
#intro .carousel-control-next {
  width: 10%;
}

#intro .carousel-control-next-icon,
#intro .carousel-control-prev-icon {
  background: none;
  font-size: 32px;
  line-height: 1;
}

#intro .carousel-indicators li {
  cursor: pointer;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Nav Menu Essentials */

.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */

.sf-arrows .sf-with-ul {
  padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */

#nav-menu-container {
  margin: 0;
  margin-left: 100px;
}

/* Nav Meu Styling */
.left_align
{
  margin-left: 50px;
}
.nav-menu a {
  padding: 0 70px 10px 8px;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  outline: none;
}

.nav-menu li:hover > a,
.nav-menu > .menu-active > a {
  color: #FFDE1D;
}

.nav-menu > li {
  margin-left: 10px;
}

.nav-menu ul {
  margin: 4px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #F8931F;
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
  padding: 10px;
  color: white;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
}

.nav-menu ul li:hover > a {
  color: #FFDE1D;
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */

#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 20px 20px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: #FE5C00;
}

/* Mobile Nav Styling */

#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(0, 0, 0, 0.8);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}

#mobile-nav ul li a:hover {
  color: #F8931F;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul li.menu-active a {
  color: #F8931F;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #F8931F;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #F8931F;
}

#mobile-nav ul .menu-has-children li a {
  text-transform: none;
}

#mobile-nav ul .menu-item-active {
  color: #F8931F;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}

/* Mobile Nav body classes */

body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/

/* Sections Header
--------------------------------*/

.section-header h3 {
  font-size: 32px;
  color: rgb(73, 73, 73);
  
  text-align: center;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
}

.section-header h3::before {
  content: '';
  position: absolute;
  display: block;
  width: 140px;
  height: 1px;
  background: #FE5C00;
  bottom: 1px;
  left: calc(50% - 70px);
}

.section-header h3::after {
  content: '';
  position: absolute;
  display: block;
  width: 100px;
  height: 3px;
  background: #23B574;
  bottom: 0;
  left: calc(50% - 50px);
}

.section-header p {
  text-align: center;
  padding-bottom: 30px;
  color: #333;
}

/*---about----*/
.home_about h3, .home_services h3, .home_contact h3
{
  text-align: center;
  padding-top: 30px;
}
.home_about p
{
  text-align: justify;
}
.home_services .service_bg
{
  background-color: #FBB03B;
  padding: 30px 0px 20px 0px;
}
.home_services .service_bg .card h5
{
  text-align: center;
  font-weight: 600;
}
.home_services .service_bg .card p
{
  text-align: justify;
}
.home_services .service_bg .card img
{
  padding: 5px;
}
.home_services .service_bg .card .btn
{
  color: white;
  background-color: #F8931F;
  border: 2px solid #F8931F;
}
.home_services .service_bg .card .btn:hover
{
  color: #F8931F;
  background-color: white;
  border: 2px solid #F8931F;
}
.home_services .service_bg .card
{
  width: 250px;
  margin-bottom: 10px;
}
/*--------home contact*/
.home_contact
{
  background-color: #262E3B;
  color: white;
}
.home_contact .form-control
{
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.home_contact .btn
{
  background-color: #F8931F;
  padding: 15px 50px;
  margin-bottom: 20px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  border: 2px solid #F8931F;
}
.home_contact .btn:hover
{
  background-color: #262E3B;
  color: #F8931F;
}

/*-----banner-----*/
.banner1
{
  background-image: url("../img/banner1.jpg");
  width: 100%;
  height: 350px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.banner2
{
  background-image: url("../img/banner2.jpg");
  width: 100%;
  height: 350px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.banner3
{
  background-image: url("../img/banner3.jpg");
  width: 100%;
  height: 350px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.banner4
{
  background-image: url("../img/banner4.jpg");
  width: 100%;
  height: 350px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.banner5
{
  background-image: url("../img/banner5.jpg");
  width: 100%;
  height: 350px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.banner6
{
  background-image: url("../img/banner6.jpg");
  width: 100%;
  height: 350px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.banner7
{
  background-image: url("../img/banner7.jpg");
  width: 100%;
  height: 350px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.banner8
{
  background-image: url("../img/banner8.jpg");
  width: 100%;
  height: 350px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.banner9
{
  background-image: url("../img/banner9.jpg");
  width: 100%;
  height: 350px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/*-----about-----*/
.about h3
{
  padding-top: 30px;
  text-align: center;
}
.about .content1 p, .about .content2 p  
{
  text-align: justify;
}
.about .content2 p  
{
  text-align: justify;
  color: #ebe7e7;
}
.about .content2 
{
  background-image: url("../img/about1.jpg");
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
}
/*----contact us----*/
.contact h3
{
  padding-top: 30px;
  text-align: center;
}
.contact .fa-home, .contact .fa-phone
{
  border: #F8931F 2px solid;
  padding: 5px;
  font-size: 15px;
  color: #F8931F;
  
}
.contact .fa-envelope-o
{
  color: #F8931F;
  border: #F8931F 2px solid;
  padding: 5px 4px 5px 4px;
  font-size: 15px;
  margin-top: 10px;
}
.contact .content2
{
  padding: 30px;
  background-color: #f1f1f194;
  border-radius: 20px;
}
.contact .content2 .btn
{
  background-color: #F8931F;
  border: 2px solid #F8931F;
  margin-top: 20px;
  color: white;
}
.contact .content2 .btn:hover
{
  background-color: #f1f1f194;
  color: #F8931F;
}
.contact .content2 .form-control
{
  margin-top: 20px;
}
.contact .content3 h3
{
  text-align: center;
  margin-bottom: -10px;
  margin-top: 20px;
}
.contact .content3 .table
{
  border: solid 1px #DEE2E6;
}
.contact .table1 td
{
  color: red;
}
.vaastu h3
{
  padding-top: 30px;
  padding-bottom: 10px;
  text-align: center;
}
.vaastu .content1 p
{
  padding-top: 20px;
  text-align: justify;
}
.vaastu .content2 h4
{
  text-align: center;
}
.vaastu .content2_bg
{
  background-color: #F7F7F7;
  padding: 20px;
  border-radius: 20px;
  margin-bottom: 50px;
}
.vaastu .content2 .btn
{
  background-color: #F8931F;
  border: 2px solid #F8931F;
  margin-top: 20px;
  color: white;
}
.vaastu .content2 .btn:hover
{
  color: #F8931F;
  background-color: #F7F7F7;
}
.vaastu .content2 .form-control
{
  margin-bottom: 30px;
}
/*--gemology--*/
.gemology_bg
{
  background-image: url('../img/gemology3.jpg');
  width: 100%;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  height: auto;
}
.gemology_bg li
{
  margin-top: 10px;
  color: #F8931F;
}
.gemology_bg p
{
  color: white;
  text-align: justify;
}

.numerology_bg
{
  background-image: url('../img/Numerology2.jpg');
  width: 100%;
  background-position: center;
  background-size: cover;
  height: auto;
}
.numerology_bg li
{
  margin-top: 10px;
  color: white;
  
}
.numerology_bg p
{
  color: #F8931F;
  text-align: justify;
}

/*--------vedic------*/
.vedic .content12
{
  background-image: url("../img/vedic1.jpg");
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
}
.vedic .content12 p
{
  color: white;
  padding-top: 30px;
  text-align: justify;
}
.vedic .content12 li
{
  padding-top: 10px;
  color: white;
}


.vedic .content13
{
  background-image: url("../img/vedic2.jpg");
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
}
.vedic .content13 p
{
  color: white;
  padding-top: 30px;
  text-align: justify;
}
.vedic .content13 li
{
  padding-top: 10px;
  color: white;
}


.vedic .content14
{
  background-image: url("../img/vedic4.jpg");
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
}
.vedic .content14 p
{
  color: white;
  padding-top: 30px;
  text-align: justify;
}
/*----enquiry---*/
.enquiry .form-control
{
  margin-bottom: 10px;
  
}
/*-------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
  background-image: url("../img/footer_img.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0 0 30px 0;
  color: #eee;
  font-size: 14px;
}
#footer .footer_hr
{
  border: 1px solid white;
}
#footer .footer-top {
  
  padding: 60px 0 10px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 10px;
}

#footer .footer-top .footer-info h3 {
  font-size: 34px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 10px;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
  border-left: 4px solid white;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Montserrat", sans-serif;
  color: #eee;
  text-align: justify;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #F8931F;
  color: #eee;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #FE5C00;
  color: #fff;
}

#footer .footer-top h4 {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top h4::before,
#footer .footer-top h4::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
}


#footer .footer-top h4::after {
  background: #FCED22;
  width: 60px;
}
.fa-arrow-right
{
  font-size: 18px;
  color: red;
}

#footer .footer-top .footer-links {
  margin-bottom: 10px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 8px;
  color: #ddd;
}

#footer .footer-top .footer-links ul li {
 
  padding: 10px 0;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #eee;
}

#footer .footer-top .footer-links ul a:hover {
  color: #FCED22;
}

#footer .footer-top .footer-contact {
  margin-bottom: 10px;
}

#footer .footer-top .footer-contact p {
  line-height: 26px;
}

#footer .footer-top .footer-newsletter {
  margin-bottom: 10px;
}

#footer .footer-top .footer-newsletter input[type="email"] {
  border: 0;
  padding: 6px 8px;
  width: 65%;
}

#footer .footer-top .footer-newsletter input[type="submit"] {
  background: #FCED22;
  border: 0;
  width: 35%;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}

#footer .footer-top .footer-newsletter input[type="submit"]:hover {
  background: #FCED22;
}

#footer .copyright {
  text-align: center;
  padding-top: 10px;
}

#footer .credits {
  text-align: center;
  font-size: 13px;
  color: #ddd;
}
#footer .credits a{
  color: #fff;
}
.fa-home,.fa-phone
{
  border: white 2px solid;
  padding: 5px;
  font-size: 15px;
}
.fa-envelope-o
{
  border: white 2px solid;
  padding: 5px 4px 5px 4px;
  font-size: 15px;
  margin-top: 10px;
}

/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/

@media (min-width: 768px) {
  #contact .contact-address,
  #contact .contact-phone,
  #contact .contact-email {
    padding: 20px 0;
  }

  #contact .contact-phone {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
}

@media (min-width: 992px) {
  #testimonials .testimonial-item p {
    width: 80%;
  }
}

@media (min-width: 1024px) {
  #header #logo {
    padding-left: 60px;
  }

  #intro p {
    width: 60%;
  }

  #intro .carousel-control-prev,
  #intro .carousel-control-next {
    width: 5%;
  }

  #nav-menu-container {
    padding-right: 0px;
  }
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
  .left_align
  {
    margin-left: 0px;
  }

  #intro h2 {
    font-size: 28px;
  }

  #nav-menu-container {
    display: none;
  }

  #mobile-nav-toggle {
    display: inline;
  }
  #intro
  {
    height: 400px;
  }
  #intro .carousel-item
  {
    height: 400px;
  }

}
@media (max-width: 450px)
{
  #intro
  {
    height: 200px;
  }
  #intro .carousel-item
  {
    height: 160px;
  }
  .secondary-menu
  {
    display: none;
  } 
  #header {
    padding: 10px 20px 10px 1px;
    height: 50px;
    left: 0;
    top: 0;
    right: 0;
    transition: all 0.5s;
    z-index: 997;
    display: none;
  }
  
  #header.header-scrolled {
    background: #F8931F;
    padding: 20px 0;
    height: 72px;
    transition: all 0.5s;
  }
  #about .service .service_right h2
  {
    padding-top: 5px;
    font-size: 25px;
  }
  .banner1, .banner2, .banner3,
  .banner4, .banner5,.banner6
  {
    width: 100%;
    height: 80px;
  }
  .home_services .service_bg .card
  {
    width: 100%;

  }
}


.sec-btn{
	padding: 8px 20px !important;
	background-color: #FE5C00 !important;
	color: #fff !important;
	border: none !important;
	border-radius: 8px !important;
	font-size: 18px !important;
	font-weight: 400 !important;
}
/*-------------*/
