
html, body {
    font-family: "Lato", sans-serif !important;
    line-height: 1.5em !important;
    color: #000;
    font-size: 1rem;
}
*,
p,
h1,
h2,
h3,
h4,
h5 {
    padding: 0px;
    margin: 0px;
}
p,
span,
a {
    /* font-size: 14px; */
    font-weight: 300;
}

h1 {
    font-size: 28px;
}
h2 {
    font-size: 24px;
    font-weight: 500;
    color: #2F2963;
}
h3 {
    font-size: 20px;
}
h4 {
    font-size: 18px;
}

p.lead {
    /* font-size: 1.35em; */
}

.navbar {
    -o-transition: all .6s;
    -moz-transition: all .6s;
    -webkit-transition: all .6s;
    -ms-transition: all .6s;
    transition: all .6s;
    backface-visibility: hidden;
}

.navbar.navbar-no-bg {
    background: rgba(0, 0, 0, 0);
}

.navbar.bg-solid {
    background: #fff;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}

.navbar-dark .navbar-nav {
    font-size: 15px;
    text-transform: capitalize;
}

.navbar-dark .navbar-nav .nav-link {
    padding-left: 1rem;
    padding-right: 1rem;
}

.navbar-dark .navbar-no-bg .navbar-nav .nav-link:hover {
    color: #fff;
}

.navbar-dark .navbar-no-bg .navbar-nav .nav-link:focus {
    color: #fff;
    outline: 0;
}

.navbar-no-bg .navbar-nav .nav-link {
    color: #fff;
    font-weight: 400;
}

.bg-solid .navbar-nav .nav-link {
    color: #000;
    font-weight: 400;
}

.bg-solid .navbar-nav .nav-link:hover {
    color: #000;
}

.bg-solid .navbar-nav .nav-link:focus {
    color: #000;
}

.navbar-brand {
    width: 300px;
    background: url(../images/logo.png) left center no-repeat;
    text-indent: -99999px;
    background-size: contain;
}

.pro-nav:hover .dropdown-menu {
    display: block !important;
}

.headerbg-one {
    background-image: url("../images/header-banner1.jpg");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.headerbg-two {
    background-image: url("../images/header-banner2.jpg");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
}
.headerbg-three {
    background-image: url("../images/header-banner3.jpg");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
}
.owl-text-wrap {
    height: 100vh;
    display: table;
    width: 100%;
}

.owl-text {
    display: table-cell;
    vertical-align: middle;
    z-index: 0;
    position: relative;
}

.header-text h1 {
    color: #fff;
    font-size: 45px;
    font-weight: 700;
}

.header-text h2 {
    color: #fff;
    font-size: 20px;
    line-height: 1.5;
}

.btn-theme {
    color: #fff !important;
    border-color: #2f2963;
    background-color: #2f2963;
    /* box-shadow: none; */
}

.btn-outline-theme {
    color: #2f2963 !important;
    border-color: #2f2963;
    background: transparent;
    box-shadow: none;
    transition: all .3s ease-in-out;
}

.btn-theme:hover,
.btn-theme:focus,
.btn-outline-theme:hover,
.btn-outline-theme:focus {
    color: #fff !important;
    border-color: #2f2963;
    background-color: #2f2963;
    /* box-shadow: 0 0 8px #2f2963; */
}

.section-heading {
    text-align: center;
}

.section-heading p {
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    padding-bottom: 15px;
    color: #b1b1b1;
}

.section-heading h3 {
    font-size: 32px;
    font-weight: 700;
    color: #d0bd7d;
    text-transform: uppercase;
}

.section-heading h3:after {
    content: "";
    position: absolute;
    display: block;
    width: 80px;
    height: 2px;
    background: #2f2963;
    left: 50%;
    margin-left: -40px;
    bottom: 0;
}

.tag-line {
    margin-top: 15px;
}

.carousel {
    box-shadow: none;
}

.p-para-f p {
    /* font-size: 14px !important; */
    /* font-weight: 400 !important; */
    color: #686868 !important;
    /* padding-left: 10px; */
}

.p-para-f p.lead {
    font-weight: 100 !important;
    font-size: 1.4em !important;
    margin: 16px 0;
}

.about-us,
.puranology,
.testimonial,
.p-footer,
.milestones,
.Operations {
    padding-top: 100px;
    padding-bottom: 100px;
}

.a-v-sec {
    position: relative;
    padding-left: 74px;
    padding-bottom: 25px;
}

.a-v-sec:before {
    position: absolute;
    content: '';
    left: 24px;
    top: 25px;
    height: 100%;
    width: 1px;
    border: 1px dashed #e7e7e7;
}

.a-v-sec:last-child:before {
    display: none;
}

.a-v-sec:hover .a-v-icon {
    color: #fff;
    background: #2f2963;
}

.a-v-sec .a-v-icon {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 48px;
    height: 48px;
    color: #2f2963;
    border-radius: 50%;
    text-align: center;
    line-height: 46px;
    background-color: #fff;
    border: 1px solid #2f2963;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.a-v-sec .a-v-icon span {
    font-size: 18px !important;
}

.a-v-sec .a-v-text p {
    font-size: 16px;
    font-weight: 700;
    color: #000;
}

.ser-sec {
    text-align: left;
    /* padding-left: 120px; */
}

.ser-sec span {
    font-size: 74px;
    color: #2f2963;
    margin-bottom: 14px;
    position: absolute;
    left: 0;
}

.ser-sec h4 {
    font-size: 18px;
    /* text-transform: uppercase; */
    font-weight: 700;
}

.testi-sec .testi-content {
    background: #686868;
}

.testi-sec .testi-detail {
    text-align: center;
    /* top: -27px; */
    position: relative;
}

.testi-sec .testi-detail img {
    width: 60px;
    height: 60px;
}

.testi-sec .testi-detail p {
    font-size: 16px;
}

.p-footer {
    background: #2f2963;
}

.links-sec p {
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.links-sec ul {
    list-style: none;
}

.links-sec ul li a {
    color: #fff;
    font-size: 14px;
}

.footer-con p {
    color: #fff;
    font-size: 14px;
}

.contact-info {
    position: relative;
    margin-bottom: 15px;
}

.contact-info .contact-icons {
    position: absolute;
    top: 4px;
    left: 0;
}

.contact-info .contact-icons span {
    font-size: 19px;
    color: #d0bd7d;
}

.contact-info .contact-detail {
    margin-left: 30px;
}

.contact-info .contact-detail span {
    color: #fff;
}

.contact-info .contact-detail span:first-child {
    color: #d0bd7d;
    font-weight: 600;
    text-transform: uppercase;
}

.inner-header {
    height: 400px;
    display: table;
    width: 100%;
}

.contact-bg {
    background-image: url("../images/contact-bg.jpg");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.contact-page-info-sec {
    background: #2f2963;
    padding: 1.875rem;
    border-radius: 0 .625rem .625rem 0;
}

.contact-page-info-sec ul {
    list-style: none;
}

.contact-us-head h3 {
    font-size: 24px;
    font-weight: 700;
    color: #d0bd7d;
    text-transform: uppercase;
}

.con-de-sec {
    margin-top: -100px;
    z-index: 99;
    margin-bottom: 100px;
}

#map {
    height: 500px;
    width: 100%;
    top: 0px;
    z-index: 1;
}

.about-us-bg {
    background-image: url("../images/about-us-bg.jpg");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
}
.time-line__image{
    height: 150px;
}
.timeline {
    position: relative;
    width: 740px;
    margin: 0px auto;
    padding: 20px;
    list-style-type: none;
}

@media (max-width: 860px) {
    .timeline {
        width: 100%;
        padding: 4em 0 1em 0;
    }
}

.timeline:before {
    position: absolute;
    left: 50%;
    top: 0;
    content: ' ';
    display: block;
    width: 3px;
    height: 100%;
    margin-left: -3px;
    background: #505050;
    z-index: 5;
}

.timeline li {
    padding: 1.5em 0;
}
.timeline li:first-of-type{
    padding-top: 0;
}
.timeline li:last-of-type{
    padding-bottom: 0;
}

@media (max-width: 860px) {
    .timeline li {
        padding: 2em 0;
    }
}

.timeline li::after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.direction-l {
    position: relative;
    width: 334px;
    float: left;
    text-align: right;
}

@media (max-width: 860px) {
    .direction-l {
        float: none;
        width: 100%;
        text-align: center;
    }
}

.direction-l .flag {
    /* box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15); */
}

.direction-l .flag:after {
    content: "";
    position: absolute;
    left: 100%;
    top: 50%;
    height: 0;
    width: 0;
    margin-top: -8px;
    border: solid transparent;
    border-left-color: #f8f8f8;
    border-width: 8px;
    pointer-events: none;
}

@media (max-width: 860px) {
    .direction-l .flag:after {
        content: "";
        position: absolute;
        left: 50%;
        top: -8px;
        height: 0;
        width: 0;
        margin-left: -8px;
        border: solid transparent;
        border-bottom-color: white;
        border-width: 8px;
        pointer-events: none;
    }
}

.direction-l .time-wrapper {
    float: left;
}

@media (max-width: 860px) {
    .direction-l .time-wrapper {
        float: none;
    }
}

.direction-r {
    position: relative;
    width: 340px;
    float: right;
}

@media (max-width: 860px) {
    .direction-r {
        float: none;
        width: 100%;
        text-align: center;
    }
}

.direction-r .flag {
    /* box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15); */
}

.direction-r .flag:after {
    content: "";
    position: absolute;
    right: 100%;
    top: 50%;
    height: 0;
    width: 0;
    margin-top: -8px;
    border: solid transparent;
    border-right-color: #f8f8f8;
    border-width: 8px;
    pointer-events: none;
}

@media (max-width: 860px) {
    /* .direction-r .flag:after {
        content: "";
        position: absolute;
        left: 50%;
        top: -8px;
        height: 0;
        width: 0;
        margin-left: -8px;
        border: solid transparent;
        border-bottom-color: white;
        border-width: 8px;
        pointer-events: none;
    } */
}

.direction-r .flag:before {
    left: -22px;
}

.direction-r .time-wrapper {
    float: right;
}

@media (max-width: 860px) {
    .direction-r .time-wrapper {
        float: none;
    }
}

.flag-wrapper {
    position: relative;
    display: inline-block;
    text-align: center;
}

@media (max-width: 860px) {
    .flag-wrapper {
        text-align: center;
    }
}

.flag-wrapper .flag {
    position: relative;
    display: inline;
    /* background: #f8f8f8; */
    padding: 6px 10px;
    /* border-radius: 5px; */
    font-weight: 400;
    text-align: left;
    font-size: 1.7em;
}

@media (max-width: 860px) {
    .flag-wrapper .flag {
        background: white;
        z-index: 15;
    }
}

.direction-l .flag:before,
.direction-r .flag:before {
    position: absolute;
    top: 50%;
    right: -24px;
    content: ' ';
    display: block;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background: #fff;
    border-radius: 10px;
    border: 4px solid #2f2963;
    z-index: 10;
}

@media (max-width: 860px) {
    .direction-l .flag:before,
    .direction-r .flag:before {
        position: absolute;
        top: -30px;
        left: 50%;
        content: ' ';
        display: block;
        margin-left: -10px;
    }
}

.time-wrapper {
    display: inline;
    line-height: 1em;
    font-size: 0.66666em;
    color: #2f2963;
    vertical-align: middle;
}

@media (max-width: 860px) {
    .time-wrapper {
        display: block;
        position: relative;
        margin: 4px 0 0 0;
        z-index: 14;
    }
}

.time-wrapper .time {
    display: inline-block;
    padding: 4px 6px;
    background: #f8f8f8;
}

.desc {
    margin: 1em 0.75em 0 0;
    font-weight: 400 !important;
    /* font-size: 0.9em; */
    /* font-style: italic; */
    /* line-height: 1.5em; */
}

.desc a {
    color: #2f2963;
    text-decoration: none;
}

.desc a:hover {
    text-decoration: underline;
}

@media (max-width: 860px) {
    .desc {
        position: relative;
        margin: 1em 1em 0 1em;
        padding: 1em;
        background: whitesmoke;
        box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
        z-index: 15;
    }
}

.p-hl p {
    font-size: 16px !important;
    color: #2f2963 !important;
    font-weight: 700 !important;
    margin-bottom: 5px;
}

.p-table td {
    font-weight: 400 !important;
    text-align: center;
}

.h-prodcuts {
    margin: 0 auto;
    text-align: center !important;
}

/*# sourceMappingURL=style.css.map */


/*for product videos start*/
    /*
      Player Skin Designer for Video.js
      http://videojs.com

      To customize the player skin edit 
      the CSS below. Click "details" 
      below to add comments or questions.
      This file uses some SCSS. Learn more  
      at http://sass-lang.com/guide)

      This designer can be linked to at:
      https://codepen.io/heff/pen/EarCt/left/?editors=010
    */
    .video-js {
      /* The base font size controls the size of everything, not just text.
         All dimensions use em-based sizes so that the scale along with the font size.
         Try increasing it to 15px and see what happens. */
      font-size: 10px;
      /* The main font color changes the ICON COLORS as well as the text */
      color: #fff;
    }

    /* The "Big Play Button" is the play button that shows before the video plays.
       To center it set the align values to center and middle. The typical location
       of the button is the center, but there is trend towards moving it to a corner
       where it gets out of the way of valuable content in the poster image.*/
    .vjs-default-skin .vjs-big-play-button {
      /* The font size is what makes the big play button...big. 
         All width/height values use ems, which are a multiple of the font size.
         If the .video-js font-size is 10px, then 3em equals 30px.*/
      font-size: 3em;
      /* We're using SCSS vars here because the values are used in multiple places.
         Now that font size is set, the following em values will be a multiple of the
         new font size. If the font-size is 3em (30px), then setting any of
         the following values to 3em would equal 30px. 3 * font-size. */
      /* 1.5em = 45px default */
      line-height: 1.5em;
      height: 1.5em;
      width: 1.5em;
      /* 0.06666em = 2px default */
      border: 0.06666em solid #fff;
      /* 0.3em = 9px default */
      border-radius: 1.0em;
      /* Align center */
      left: 50%;
      top: 50%;
      margin-left: -0.75em;
      margin-top: -0.75em;
    }

    /* The default color of control backgrounds is mostly black but with a little
       bit of blue so it can still be seen on all-black video frames, which are common. */
    .video-js .vjs-control-bar,
    .video-js .vjs-big-play-button,
    .video-js .vjs-menu-button .vjs-menu-content {
      /* IE8 - has no alpha support */
      background-color: #2B333F;
      /* Opacity: 1.0 = 100%, 0.0 = 0% */
      background-color: rgba(43, 51, 63, 0.7);
    }

    /* Slider - used for Volume bar and Progress bar */
    .video-js .vjs-slider {
      background-color: #73859f;
      background-color: rgba(115, 133, 159, 0.5);
    }

    /* The slider bar color is used for the progress bar and the volume bar
       (the first two can be removed after a fix that's coming) */
    .video-js .vjs-volume-level,
    .video-js .vjs-play-progress,
    .video-js .vjs-slider-bar {
      background: #fff;
    }

    /* The main progress bar also has a bar that shows how much has been loaded. */
    .video-js .vjs-load-progress {
      /* For IE8 we'll lighten the color */
      background: #bfc7d3;
      /* Otherwise we'll rely on stacked opacities */
      background: rgba(115, 133, 159, 0.5);
    }

    /* The load progress bar also has internal divs that represent
       smaller disconnected loaded time ranges */
    .video-js .vjs-load-progress div {
      /* For IE8 we'll lighten the color */
      background: white;
      /* Otherwise we'll rely on stacked opacities */
      background: rgba(115, 133, 159, 0.75);
    }
      #instructions { max-width: 640px; text-align: left; margin: 30px auto; }
      #instructions textarea { width: 100%; height: 100px; }
      
      /* Show the controls (hidden at the start by default) */
      .video-js .vjs-control-bar { 
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
      }

    .video-js {
      /* The base font size controls the size of everything, not just text.
         All dimensions use em-based sizes so that the scale along with the font size.
         Try increasing it to 15px and see what happens. */
      font-size: 10px;
      /* The main font color changes the ICON COLORS as well as the text */
      color: #fff;
    }

    /* The "Big Play Button" is the play button that shows before the video plays.
       To center it set the align values to center and middle. The typical location
       of the button is the center, but there is trend towards moving it to a corner
       where it gets out of the way of valuable content in the poster image.*/
    .vjs-default-skin .vjs-big-play-button {
      /* The font size is what makes the big play button...big. 
         All width/height values use ems, which are a multiple of the font size.
         If the .video-js font-size is 10px, then 3em equals 30px.*/
      font-size: 3em;
      /* We're using SCSS vars here because the values are used in multiple places.
         Now that font size is set, the following em values will be a multiple of the
         new font size. If the font-size is 3em (30px), then setting any of
         the following values to 3em would equal 30px. 3 * font-size. */
      /* 1.5em = 45px default */
      line-height: 1.5em;
      height: 1.5em;
      width: 1.5em;
      /* 0.06666em = 2px default */
      border: 0.06666em solid #fff;
      /* 0.3em = 9px default */
      border-radius: 1.0em;
      /* Align center */
      left: 50%;
      top: 50%;
      margin-left: -0.75em;
      margin-top: -0.75em;
    }

    /* The default color of control backgrounds is mostly black but with a little
       bit of blue so it can still be seen on all-black video frames, which are common. */
    .video-js .vjs-control-bar,
    .video-js .vjs-big-play-button,
    .video-js .vjs-menu-button .vjs-menu-content {
      /* IE8 - has no alpha support */
      background-color: #2B333F;
      /* Opacity: 1.0 = 100%, 0.0 = 0% */
      background-color: rgba(43, 51, 63, 0.7);
    }

    /* Slider - used for Volume bar and Progress bar */
    .video-js .vjs-slider {
      background-color: #73859f;
      background-color: rgba(115, 133, 159, 0.5);
    }

    /* The slider bar color is used for the progress bar and the volume bar
       (the first two can be removed after a fix that's coming) */
    .video-js .vjs-volume-level,
    .video-js .vjs-play-progress,
    .video-js .vjs-slider-bar {
      background: #fff;
    }

    /* The main progress bar also has a bar that shows how much has been loaded. */
    .video-js .vjs-load-progress {
      /* For IE8 we'll lighten the color */
      background: #bfc7d3;
      /* Otherwise we'll rely on stacked opacities */
      background: rgba(115, 133, 159, 0.5);
    }

    /* The load progress bar also has internal divs that represent
       smaller disconnected loaded time ranges */
    .video-js .vjs-load-progress div {
      /* For IE8 we'll lighten the color */
      background: white;
      /* Otherwise we'll rely on stacked opacities */
      background: rgba(115, 133, 159, 0.75);
    }
/*for product videos end*/
/*about us start*/
.desc img{
    border: 1px solid  #d6d6d6;
}
/*about us end*/
.menu-icon{
    color: #2f2963 !important;
    background: #fff !important;
}


/*responsive classes*/
@media screen and (max-width: 767px){

    .for-responsive-bg{
        background: #fff;
    }
    .for-responsive-bg .navbar-nav .nav-link{
        color: #000;
    }
    .for-responsive-bg .navbar-nav .nav-link:hover{
        color: #000;
    }
}
@media screen and (max-width: 404px){
    .navbar-brand{
        width: 216px !important; 
    }
}
@media screen and (max-width: 320px){
    .navbar-brand{
        width: 180px !important;
    }
}