/* Enable dropdown on hover */
.navbar .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; 
}

.navbar .dropdown-menu {
    transition: all 0.3s ease-in-out;
}
body{
    font-family: "Philosopher", serif;
}
h1,h2,h3,h4,h5,h6{
    font-family: "Philosopher", serif;
    margin: 0;
}

p, a, ul{
    font-family: "Roboto", serif;
    margin: 0;
}
.navbar {
    position: relative;
    min-height: inherit;
    margin: inherit;
}
.navbar-brand{
    height: inherit;
    padding: inherit;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form{
    border: none;
}
.navbar-default {
    background:none;
    border:none;
}
.navbar-brand img {
    height: 52px;
    width: auto;
}
.sticky .nav-brand {
    margin: 0;
    display: inline-block;
  }

  .sticky .nav-brand img {
    height: 30px;
    width: auto;
  }

  .sticky .nav-menu>li>a {
    padding: 8px 15px 8px 0;
  }

  .sticky .nav-menu>li:last-child a {
    padding-right: 0px;
  }

  .sticky .top_btns {
    display: none !important;
  }

  .sticky .cinfo i {
    font-size: 20px;
  }
.fixed-top{
    transition: .5s all;
    background: #fff;
    border-top: 3px solid #ff7c05;
    box-shadow: 0px 1px 15px 0px rgba(155, 160, 163, 0.29);
}
  .fixed-top.sticky{
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 999;
    background: #fff;
    border-top: 3px solid #ff7c05;
    box-shadow: 0px 1px 15px 0px rgba(155, 160, 163, 0.29);
    transition: .5s all;
  }
  a,
  img,
  button {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
  }
  .banner_slider {
    background: url("./../images/banner_bg.jpg") no-repeat fixed center bottom / cover;
    position: relative;
    padding: 40px 0 0;
}
.profile_img img{
    width:100%;

}
.bg-primary {
    background: #610414 !important;
}
.rounded-top {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
}
.bg-warning {
    background: #f7b128 !important;
}
.text-primary {
    color: #610414 !important;
}
.navbar-right .dropdown-menu{
    left:0;
    right: inherit;
}
.online_astrology{
    background: #610414;
    padding: 60px 0;
}
.online_astrology h1{
    color: #fff;
    text-align: center;
    font-size: 41px;
    margin: 0 0 43px;
}
.flex-row{
    display: flex;
}
.text-warning {
    color: #ffc107 !important;
}
.flex_grid{
    text-align: center;
    position: relative;
    padding: 0px 15px;
}
.flex_grid p{
    color: #fff;
    font-size: 19px;
    margin: 13px 0 0;
}
.flex_grid:after {
    content: "";
    position: absolute;
    right: 0px;
    top: 0px;
    width: 1px;
    height: 100%;
    border-right: 1px solid #83051b;
}
.fbox-content h3 {
    font-size: 24px;
}
.flex_grid h4 {
    color: #fff;
    font-size: 28px;
}
.flex_grid a.btn {
    font-size: 16px;
    color: #fff;
    font-family: 'Roboto';
    font-family: "Roboto", serif;
    border: 1px solid #fff;
    border-radius: 22px;
    padding: 5px 16px;
}
.flex_grid a.btn:hover{
background:#ff7c05;
}
.py-5 {
    padding-top: 50px;
    padding-bottom: 50px;
}
/* .ky_astro {
    background: url("./../images/about-us.jpg") no-repeat center bottom;
} */
.ky_astro p{
font-size: 20px;
    text-align: justify;
    line-height: 30px;
}
h3.text-primary.mb-4 {
    font-size: 31px;
    margin: 0 0 27px;
}

.ky_astro a.btn-primary {
    color: #fff;
    background-color: #610414;
    border-color: #610414;
    border-radius: 30px;
}
.bg-light {
    background-color: #feffcc;
}
.sec-title h2:after, .sec-title h1:after {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 64px;
    height: 3px;
    background-color: #fff2c0;
}   
.sec-title.centered h2:after, .sec-title.centered h1:after {
    left: 50%;
    margin-left: -32px;
}
.sec-title h2:before, .sec-title h1:before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: -2px;
    width: 7px;
    height: 7px;
    background-color: #ffcb00;
    border-radius: 50%;
    z-index: 2;
}
.sec-title.centered h2:before, .sec-title.centered h1:before {
    left: 50%;
    margin-left: -3px;
}
.sec-title h2, .sec-title h1 {
    position: relative;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.4em;
    padding-bottom: 10px;
}
.head_left{
    float: left;
}
.head_left h1{
    margin: 0;
}
.head_right{
    float: right;
}
.head_right i{
    font-size: 34px;
    color: #fff;
    margin: 0 0 0 23px;
}
.project-section-two p{
    line-height: 1.5em;
    font-size: 18px;
}
.about_right p{
    color: #fff;
    font-size: 18px;
    line-height: 1.8em;
}
.about_left p a{
    color: #610414;
    font-size: 18px;
    line-height: 1.8em;
}
.footer_navs {
    padding: 5px 0 5px 0px;
    margin: 0px;
    border-bottom: 1px dashed #ccc;
}
.footer_navs i{
    margin-right: 8px;
}
.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.rounded {
    border-radius: 4px;
}
.bg-white {
    background: #fff !important;
}
.title-bottom-border .h5 {
    padding: 0 0 .55rem;
    border-bottom: 2px solid #610414;
    margin-bottom: 20px;
    font-size: 20px;
}
.title-bottom-border p{
    font-size: 18px;
    line-height: 1.8em;
    margin-bottom: 10px;
}
.btn-outline-primary {
    color: #610414;
    border-color: #610414;
}
.btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px;
}
.bottom_gds {
    padding: 20px;
}
ul.list {
    list-style-type: none;
    padding: 0;
    font-size: 17px;
    margin: 22px 0 0 0;
}
ul.list i{
    margin-right: 8px;
}
ul.list li{
    line-height: 2em;
}
.awards p{
    color: #222;
    font-size: 18px;
    padding: 20px;
}
.mb-3 {
    margin-bottom: 18px !important;
}

  .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
    color: inherit;
    background:none;
  }
  .navbar-default .navbar-nav>li>a {
    color: inherit;
    font-weight: 500;
    letter-spacing: 1px;
}
  .link-79 {
    color: #333 !important;
    text-decoration: none;
    
    margin: 0 5px;
    font-weight: 500;
    position: relative;
    display: inline-block;
    transition: all 0.5s ease-in-out;
    animation-duration: 0.9s;
  }
  .navbar-nav>li{
    font-size: 16px;
  padding: 0px 0px !important;
}
  .link-79:hover, .navbar-nav>.active>a {
    color:#ec3237 !important;
    animation-name: pulse79;
    animation-iteration-count: infinite;
  }
  .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #610414;
}

  .navbar-nav>li>a{
    padding: 0px 0px 0px 20px !important
  }
  .nav .dropdown-menu{
    padding:0;
  }
  ul.dropdown-menu li a{
    padding: 10px 20px;
    font-size: 15px;
    color: #610414;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-top: 0px;
  }
  @keyframes pulse79 {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.1);
    }
    100% {
      transform: scale(1);
    }
  }
  .btn-primary {
    color: #fff;
    background-color: #610414;
    border-color: #610414;
}
.btn-outline-primary:hover {
    color: #fff;
    background-color: #610414;
    border-color: #610414;
}
.nav-top-right{
    text-align: right;
    font-size: 16px;
}
.menu-sec.menu-header {
    padding: 12px 0;
}
.fixed-top.sticky .nav-top-right {
    display: none;
}
.sticky .navbar-brand img {
    height: 30px;
}
ul.nav.navbar-nav.navbar-right {
    margin-top: 6px;
}
.photo_grds{
    position: relative;
}
span.img_title {
    position: absolute;
    bottom: 0;
    background: #000000a1;
    left: 0;
    right: 0;
    padding: 15px 0;
    text-align: center;
    color: #fff;
}
.col-sm-6.mb-4 {
    margin-bottom: 29px;
}
.video_gds{
    box-shadow: 0 9px 9px 0 rgba(0, 0, 0, 0.20);
    border: 1px solid #dee2e6 !important;
}
.video_gds a{
    color: #610414;
    text-decoration: none;
    padding: 15px;
    font-size: 20px;
    display: block;
}
.col-12.col-sm-12.col-md-6.mb-5 {
    margin-bottom: 25px;
}
.py-4.footer_sec p{
color: #222;
    font-size: 18px;
}
h4.h5.mb-3 {
    font-size: 23px;
}
.flist li a {
    color: #222;
    font-size: 18px;
}
.flist li {
    list-style-type: none;
    margin-bottom: 7px;
    display: block;
    padding: 5px 0 5px 0px;
    margin: 0px;
    border-bottom: 1px dashed #ccc;
    position: relative;
}
.flist li i{
    margin-right: 10px;
}
.flist{
    padding:0
}
.footer_navs {
    display: block;
    padding: 5px 0 5px 30px;
    margin: 0px;
    position: relative;
    border-bottom: 1px dashed #ccc;
}
.footer_navs i {
    position: absolute;
    left: 0px;
    top: 6px;
    font-size: 21px;
}
.py-4.footer_sec h5{
    font-size:25px;
    margin-bottom: 10px;
}
.py-4.footer_sec .btn-outline-warning {
    color: #1f3767;
    border-color: #f8b012;
    display: inline-block;
    margin-top: 10px;
}

.py-4.footer_sec .btn-outline-warning:hover {
    color: #1f3767;
    background-color: #f8b012;
    border-color: #f8b012;
}
.f_navs a {
    padding-right: 10px;
    margin-right: 12px;
    border-right: 1px dashed #ccc;
    font-size: 15px;
    color: #610414;
    text-decoration: none;
}
.footer_sec{
    padding-bottom: 20px;
}
.footer {
    font-family: "Roboto", serif;
    color: #fff;
    background: #610414;
    padding: 20px 0;
    position: relative;
    font-size: 20px;
}
.termsandconditions{
    font-size: 18px;
    color: #222;
    line-height: 1.8em;
    text-align: justify;
    padding-bottom: 30px;
}
.termsandconditions h2{
    margin: 20px 0;
}
.footer_sec {
    border-top: 3px solid #e1e0e0;
    padding-top: 20px;
}
.services .btn-outline-light {
    color: #fff;
    border-color: #fff;
    border-radius: 50px;
}
.feature-box {
    padding: 40px;
    position: relative;
    color: #fff;
    border-radius: 5px;
}
.fbox-content.px-0 small {
    color: #ffc107 !important;
}
.feature-box p{
    font-size: 18px;

}
.feature-box h4{
    font-size: 24px;
    margin: 20px 0;
}
.card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
}
.card-columns .card{
    margin-bottom: 15px;
}
.youtube_video .col-md-4.mb-4{
    margin-bottom: 15px;
}
#ContactEnquiryForm .form-control {
    font-family: "Roboto", serif;
    height: inherit !important;
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

#ContactEnquiryForm .mb-4 {
    margin-bottom: 1.5em !important;
}
input.btn.btn-primary{
    font-family: "Roboto", serif;
    font-size: 18px;
}
.p-3.bg-warning.text-white.m-0.rounded-top.rel{
    font-family: "Roboto", serif;
    color: #fff !important;
    padding: 1.5em;
}
.cal_icon {
    position: absolute;
    right: 41px;
    top: 15px;
    font-size: 40px;
}
a.d-none.d-sm-inline-block.float-right.cal_icon.text-white {
    color: #fff;
}
.bg-warning-light {
    font-family: "Roboto", serif;
    background: #fad058;
    padding: 20px;
}
h2.h5.d-inline-block.normaltext{
    margin: 0;
    display: inline-block;
    font-size: 20px;
}
.p-3.bg-warning-light.text-primary strong{
    font-size: 20px;
}
.details p, .details .p {
    display: block;
    padding: 5px 0 5px 160px;
    margin: 0px;
    position: relative;
    border-bottom: 1px dashed #ccc;
    min-height: 35px;
}
.details .p {
    padding-left: 15px;
}
.details p strong {
    position: absolute;
    left: 0px;
    top: 6px;
    font-size: 15px;
    padding-left: 15px;
}
.details p:after {
    position: absolute;
    left: 145px;
    top: 5px;
    content: ":";
}
.details .p-3{
    padding: 16px;
    font-size: 22px;
}
.details .btn{
display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 22px;
    line-height: 1.5;
    border-radius: 0px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

#MainEnquiryForm .form-control {
    font-family: "Roboto", serif;
    height: inherit !important;
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 18px;
}
.media i{
    margin-right: 10px;
}
.social-media li, .social-media li a {
    display: inline-block;
    list-style-type: none;
    font-size: 24px;
    color: #610414;
    margin-right: 10px;
}
.social-media ul{
    padding: 0;
    margin-top: 20px;
}
.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;

font-family: "Roboto", serif;
}

.row.align-items-center.text-white {
    -ms-flex-align: center !important;
    align-items: center !important;
    display: flex;
    
}
.media-body {
    margin-left: 20px;
}
.bg-primary.py-4 {
    padding: 40px 0;
}
.input100 {
    display: block;
    width: 100%;
    background: 0 0;
    font-size: 18px;
    color: #333;
    line-height: 1.2;
}
input.input100 {
    height: 40px;
    border: 0px;
    font-family: "Roboto", serif;
}
.label-input100 {
    font-family: "Roboto", serif;
    color: #666;
    line-height: 1.5;
}
.focus-input100 {
    height: 2px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    background: #7f7f7f;
    width: 100%;
    display: block;
}
.select2-container .select2-selection--single {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    background-color: transparent !important;
    border: none !important;
    height: 40px;
    outline: none;
    position: relative;
}
select{
    outline: none;
    border: none;
    width: 100%;
}
.apply_button{
    position: absolute;
    right: 0px;
    top: 15px;

    color: #fff;
    background-color: #610414;
    border-color: #610414;
}
p.h2.text-warning small {
    color: #ffc107 !important;
}