header .logo img {
    max-width: 165px;
}
.da-thumbs li a div {
    top: 0px;
    left: -100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.da-thumbs li a:hover div{
    left: 0px;
}
.da-thumbs {
    list-style: none;
  
    position: relative;
 
    padding: 0;
}.promotions img {
    max-width: 100%;
}
header .navigation ul.top-nav-ul li a.active {
    color: #a40047;
}
.flexslider .slides li .flex-caption h2 {
    
    text-transform: lowercase;
}
.flexslider .slides li .flex-caption h2 span {
    color: #b02b62;
}
.inner-contents p {
    
    text-align: justify;
}
a.galimg {
    width: 25%;
    height: 210px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
ul.level-0 {
    width: 25%;
    float: left;
}
ul.level-1.splty {
    width: 75%;
    float: left;
    vertical-align: top;
}
ul.level-1.splty strong {
    margin-top: 0;
}
ul.level-1.splty li {
    width: 45%;
    float: left;
    margin-left: 12px;
}
.preloader-wrapper {
    height: 100%;
    width: 100%;
    background: #FFF;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
}
.preloader-wrapper .preloader {
    position: absolute;
    top: 43%;
    left: 50%;
    -webkit-transform: translate(-50%, -43%);
    transform: translate(-50%, -43%);
    width: 210px;
    text-align: center;
}
.loader {
    width: 100%;
    height: auto;
    position: relative;
    margin: 0 auto;
}

.loader span{
    font-size: 20px;
}
.loader__bar {
  width: 25%;
  height: 100%;
  background: #a40047;
  position: absolute;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-animation: barbouce 0.6s infinite alternate ease-in-out;
          animation: barbouce 0.6s infinite alternate ease-in-out;
}



.svg-wrap svg path, svg polygon {
  fill-opacity: 0;
  fill: #a30046 !important;
  stroke: #a30046;
  stroke-width: 2;
  stroke-dasharray: 3319;
  stroke-dashoffset: 3319;
  animation-name: draw;
  animation-duration: 6s;
  animation-iteration-count: 1000;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
}
svg #Shadows__x28_positive_x29_ path, svg #Shadows__x28_positive_x29_ polygon {
  animation-delay: 4s;
}

@keyframes draw {
  80% {
    stroke-dashoffset: 0;
    stroke-width: 2;
    fill-opacity: 0;
  }
  90% {
    stroke-width: 0;
    fill-opacity: 1;
  }
}

.svg-wrap {
    width: 100%;
    height: 180px;
}

.svg-wrap svg{
    width: 100%;
}
/* path {
  stroke: white;
  stroke-width: 4;
}
    .v3 {
  stroke-dasharray: 1500 250;
  stroke-dashoffset: 2700;
  animation: draw 4s linear infinite;
} 

@keyframes draw {
  to {
    stroke-dashoffset: 0
  }
}*/










@-webkit-keyframes barbouce {
  0% {
    -webkit-transform: scaley(1);
            transform: scaley(1);
  }
  100% {
    -webkit-transform: scaley(0);
            transform: scaley(0);
  }
}
@keyframes barbouce {
  0% {
    -webkit-transform: scaley(1);
            transform: scaley(1);
  }
  100% {
    -webkit-transform: scaley(0);
            transform: scaley(0);
  }
}
.loader__bar--1 {
  -webkit-animation-delay: -0.39996s;
          animation-delay: -0.39996s;
}
.loader__bar--2 {
  left: calc(50px / 2 - 12.5%);
  -webkit-animation-delay: -0.19998s;
          animation-delay: -0.19998s;
}
.loader__bar--3 {
  right: 0;
}
.lg-toolbar.lg-group {
    background: none;
}
h4 {
    font-size: 18px;
    color: #a40047;
    position: relative;
    margin-bottom: 16px;
}
h4:after {
    background-color: #c30f5c;
    content: "";
    display: inline-block;
    height: 5px;
    position: relative;
    vertical-align: middle;
    width: 34px;
    left: 0.5em;
    margin-right: -50%;
}
.col-of p {
    text-align: center;
    min-height: 120px;
}
.col-of {
    display: inline-block;
    width: 31.333%;
    padding: 15px;
    min-height: 202px;
    float: left;
    border: 1px solid #b3afaf;
    background: #fff;
    margin-right: 2%;
    margin-bottom: 15px;
    border-radius: 11px;
    box-shadow: 0px 0px 19px rgba(45, 39, 22, 0.16);
    text-align: center;
}

.details #docs.docs-sects .item .doc-details {
    
    padding-bottom: 24px;
}
.cnt-page .contact-form h4 {
    margin-top: 0;
}
.inner-contents .da-thumbs li {
    border: 1px solid #ddd;
    float: left;
    text-align: center;
    background: #fff;
    padding: 0;
    position: relative;
    box-shadow: none;
    margin-bottom: 3px;
    margin-right: 4px;
    width: 24.555%;
    padding: 0 0;
}

.inner-contents .da-thumbs li:after{
    display: none;
}

.da-thumbs li a,
.da-thumbs li a img {
    display: block;
    position: relative;
     margin: 0 auto;
     max-width: 100%;
}
.da-thumbs li a {
    overflow: hidden;
        padding: 10px 0px;

}
.da-thumbs li a div {
    position: absolute;
    background: #a40046;
    width: 100%;
    height: 100%;
}
.da-thumbs li a div span {
    display: block;
    padding: 10px 0;
    margin: 40px 20px 20px 20px;
    text-transform: uppercase;
    font-weight: normal;
    color: rgba(255,255,255,0.9);
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    border-bottom: 1px solid rgba(255,255,255,0.5);
    box-shadow: 0 1px 0 rgba(0,0,0,0.1), 0 -10px 0 rgba(255,255,255,0.3);
}
.news-listing .news-wrap a .news-detls p {
    
    min-height: 65px;
}
.da-thumbs {
    list-style: none;
    position: relative;
    padding: 0;
}
/* .back.condent_scroll {
    padding: 10px;
    height: 127px;
    overflow-y: scroll;
    overflow-x: hidden;
}
 */
 .panel-heading h4 {
    color: #fff;
    font-size: 15px;
    display: block;

}
.inner-contents ul li strong {
    margin-top: 7px;
    line-height: normal;
}
.for-pt label.error {
    display: none !important;
    font-size: 0;
}
.details .news-wrap .for-pt input.error {
    border: 1px solid red;
}
.back.condent_scroll {
    padding: 10px;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.back.condent_scroll h4.title {
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    text-transform: none;
}
.back.condent_scroll h4.title:after {
    border: 0;
    display: none;
    
}
.back.condent_scroll li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 8px;
    height: 8px;
    background: transparent;
    border-radius: 50%;
    border: 1px solid #fff;
    display: block !important;
}
.back.condent_scroll li {
    display: block;
    width: 100%;
    color: #fff;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0 0;
    font-size: 13px;
    border: 0;
    position: relative;
    padding-left: 20px;
    text-align: left;
    margin-bottom: 4px;
}
.hytPlayerWrap {
    display: inline-block;
    position: relative;
    width: 100%;
}
    .hytPlayerWrap.ended::after {
        content:"";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        cursor: pointer;
        background-color: black;
        background-repeat: no-repeat;
        background-position: center; 
        background-size: 64px 64px;
        background-image: url(data:image/svg+xml;utf8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMjgiIGhlaWdodD0iMTI4IiB2aWV3Qm94PSIwIDAgNTEwIDUxMCI+PHBhdGggZD0iTTI1NSAxMDJWMEwxMjcuNSAxMjcuNSAyNTUgMjU1VjE1M2M4NC4xNSAwIDE1MyA2OC44NSAxNTMgMTUzcy02OC44NSAxNTMtMTUzIDE1My0xNTMtNjguODUtMTUzLTE1M0g1MWMwIDExMi4yIDkxLjggMjA0IDIwNCAyMDRzMjA0LTkxLjggMjA0LTIwNC05MS44LTIwNC0yMDQtMjA0eiIgZmlsbD0iI0ZGRiIvPjwvc3ZnPg==);
    }
    .hytPlayerWrap.paused::after {
        content:"";
        position: absolute;
        top: 70px;
        left: 0;
        bottom: 50px;
        right: 0;
        cursor: pointer;
        background-color: black;
        background-repeat: no-repeat;
        background-position: center; 
        background-size: 40px 40px;
        background-image: url(data:image/svg+xml;utf8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEiIHdpZHRoPSIxNzA2LjY2NyIgaGVpZ2h0PSIxNzA2LjY2NyIgdmlld0JveD0iMCAwIDEyODAgMTI4MCI+PHBhdGggZD0iTTE1Ny42MzUgMi45ODRMMTI2MC45NzkgNjQwIDE1Ny42MzUgMTI3Ny4wMTZ6IiBmaWxsPSIjZmZmIi8+PC9zdmc+);
    }
/*
 *  STYLE 3
 */

.back.condent_scroll::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.back.condent_scroll::-webkit-scrollbar
{
    width: 6px;
    background-color: #F5F5F5;
}

.back.condent_scroll::-webkit-scrollbar-thumb
{
    background-color: #e9e466;
}

/* Style the search field */
form.example input[type=text] {
    padding: 7px 10px;
    font-size: 13px;
    border: 1px solid #e6e5e5;
    float: left;
    width: 80%;
    background: #ffff;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    outline: none;
    box-shadow: none;
    border-right: 0;
    font-weight: normal;
}
form.example {
    max-width: 280px;
    float: right;
    width: 100%;
    position: relative;
}
hr {
    margin-top: 27px;
    margin-bottom: 24px;
    border: 0;
    border-top: 1px solid #a2a2a2;
}
/* Style the submit button */
form.example button {
    float: left;
    width: 50px;
    padding: 6px 10px;
    background: none;
    color: #8e8c8c;
    font-size: 14px;
    border: 1px solid #e6e6e6;
    border-left: none;
    cursor: pointer;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    text-align: right;
    height: 34px;
    outline: none;
}

form.example button:hover {
    background: transparent;
    outline: none;
    color: #000;
}

/* Clear floats */
form.example::after {
  content: "";
  clear: both;
  display: table;
}
.top-container {
    position: relative;
 
}
header:after {
    /* padding-right: 3px; */
    content: "";
    position: absolute;
    top: 0;
    width: 50%;
    left: 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100;White+to+Transparent */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */

    height: 100%;
    z-index: -1;
}
button.acc-button.abuarrow {
    border: 0;
    background: transparent;
    padding: 0;
    outline: none;
}
.img-abt{
   width: 100%;
}
.sh-imgs {
    float: right;
    max-width: 370px;
    border-bottom-right-radius: 55px;
    margin-left: 25px;
    margin-bottom: 25px;
    border: 2px solid #c30f5c;
    margin-top: 15px;
    border-top-left-radius: 35px;
    width: 100%;
    text-align: center;
    overflow: hidden;
}

.sh-imgs h2 {
    font-size: 18px;
    font-weight: 500;
    color: #c30f5c;
}
.sh-imgs h2 span {
    display: block;
    font-size: 16px;
    font-weight: 400;
    margin-top: 6px;
    line-height: 21px;
    color: #000;
}
em.icn {
    display: inline-block;
    width: 75px;
    /* float: left; */
    margin: 0 auto;
    display: block;
    height: 75px;
    border: 2px solid #b22964;
    border-radius: 100%;
    padding: 10px;
}
em.icn img {
    width: 100%;
}

.ab-bg{
    background-image: url(../images/bg-ab.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right
}
a.location-det span {
    margin: 0 0;
    display: inline-block;
    color: #A50344;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .63px;
}
a.location-det {
    margin-top: 50px;
    display: inline-block;
    float: right;
    clear: both;
    margin-left: 11px;
    text-decoration: none;
    position: absolute;
    min-width: 90px;
}
.slide-accordion {
    display: none;
    min-width: 900px;
    position: absolute;
    background: #fff;
    z-index: 1000;
    left: 15px;
    border: 1px solid #ccc;
    padding: 15px 8px;
    border-radius: 9px;
    margin-top: 9%;
}
.slide-accordion .panel-primary {
    border-color: rgba(165, 3, 68, 0.34);
    margin: 0 7px;
    background-image: url(../images/yamm_pattern.png);
    background-position: left top;
    background-size: contain;
    background-repeat: no-repeat;
    min-height: 150px;
}
.slide-accordion .panel-primary>.panel-heading {
    color: #fff;
    background-color: #a50344;
    border-color: #a50344;
}
.slide-accordion .panel-primary h4 small {
    color: #E2D674;
    display: block;
}
.panel-body {
    background: 0 0;
    padding: 0;
}
.slide-accordion .list-group-item {
   padding: 5px 10px;
    font-size: 13px;
    border: 0;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
}
.list-group a {
    color: #A50344;
    text-decoration: none;
}

  /* search start  */

        .search-inline {
    width: 100%;
    left: 0;
    padding-left: 15px;
    padding-right: 15px;
    top: 0;
    height: 56px;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    background-color: #efefef;
    z-index: 9;
    transition: all .5s ease-in-out;
    max-width: 1190px;
    right: 0;
    z-index: 999999;
    margin: 0 auto;
}

        .search-inline.search-visible {
            opacity: 1;
            visibility: visible;
            animation: fadeInDown 0.4s ease-in-out;
        }

        .search-inline button[type="submit"] {
            position: absolute;
            right: 52px;
            top: 0;
            background-color: transparent;
            border: 0px;
            top: 0;
            right: 80px;
            padding: 0px;
            cursor: pointer;
            width: 80px;
            height: 100%;
            background: #222;
            color: #fff;
        }

        .search-inline .form-control {
           border: 0px;
    padding-left: 8px;
    font-size: 1.5rem;
    position: absolute;
    left: 1%;
    top: 0;
    height: 100%;
    width: 99%;
    outline: none;
        padding-right: 180px;
        }

        .search-inline .search-close {
            position: absolute;
            top: 0;
            right: 0;
            color: #616161;
            width: 80px;
            height: 100%;
            text-align: center;
            display: table;
            background: #efefef;
            text-decoration: none;
        }

        .search-inline .search-close i {
            display: table-cell;
            vertical-align: middle;
           
        }

        .search-inline.search-visible .search-close i {
            
            color: #000;
            position: relative;
   
    font-size: 18px;
        }
         .search-inline.search-visible .search-close a{
                display: table-cell;
    vertical-align: middle;
         }

        .form-control {
            display: block;
            width: 100%;
            padding: .375rem .75rem;
            font-size: 1rem;
            line-height: 1.5;
            color: #495057;
            background-color: #efefef;
            background-clip: padding-box;
            border: 1px solid #efefef;
            border-radius: .25rem;
            transition: border-color .3s ease-in-out, box-shadow .3s ease-in-out;
        }

        @keyframes fadeInDown {
            from {
                opacity: 0;
                transform: translate3d(0, -20%, 0);
            }
            to {
                opacity: 1;
                transform: translate3d(0, 0, 0);
            }
        }

div#demo {
    clear: both;
    color: #fff;
    background: none;
    border-radius: 4px;
    margin-top: 5px;
    float: left;
    padding: 5px;
    position: relative;
}
.hyperlinks ul li a {
    color: #d7d4d4;
    font-weight: 300;
    font-size: 14px;
    padding-right: 11px;
    line-height: 1.666;
    transition: all 400ms;
    position: relative;
}
.hyperlinks ul li a:after{
    content: "\f105";
    position: absolute;
    left: -18px;
    top: -2px;
    font-family: fontAwesome;
    color: #fff;
    transition: all 400ms;

} 
.inner-banner .news-crumb {
    display: inline-block;
}
.pl-0{
    padding-left: 0;
}
.cnt-frm input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
}
.cnt-frm input::-moz-placeholder { /* Firefox 19+ */
  color: #000;
}
.cnt-frm input:-ms-input-placeholder { /* IE 10+ */
  color: #000;
}
.cnt-frm input:-moz-placeholder { /* Firefox 18- */
  color: #000;
}

.hyperlinks ul li a:hover, .hyperlinks ul li a:hover:after{
    color:#b7b30a;
    padding-left: 10px;
} 
.demo-gallery > ul {
  margin-bottom: 0;
  padding: 0;
}
.demo-gallery > ul > li {
     margin-bottom: 9px;
    padding: 0 0;
    border-radius: 10px;
}
.demo-gallery > ul > li:after{
    display: none;
}

.demo-gallery > ul > li a {
 border:3px solid #fffcf4;
  border-radius: 8px;
  display: block;
  overflow: hidden;
  position: relative;
  float: left;
  width: 100%;
}
.demo-gallery > ul > li a > img {
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  -moz-transition: -moz-transform 0.15s ease 0s;
  -o-transition: -o-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  width: 100%;
}
.demo-gallery > ul > li a:hover > img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.demo-gallery > ul > li a:hover .demo-gallery-poster > img {
  opacity: 1;
}
.demo-gallery > ul > li a .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}
.demo-gallery > ul > li a .demo-gallery-poster > img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
.demo-gallery > ul > li a:hover .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.5);
}

.demo-gallery.dark > ul > li a {
  border: 3px solid #04070a;
}
.spec-in {
    float: left;
    width: 100%;
    border-radius: 0;
    margin-top: 8px;
    border-top: 1px solid #6b6b6b;
    padding-top: 25px;
    
}
.cnt-page h4:after {
    display: none;
}
.cnt-page h4 {
    padding: 10px 0;
    text-align: center;
    position: relative;
    display: block;
    margin: 16px auto 15px;
    color: #000;
}
.careers-form h4:after {
    display: none;
}
.careers-form .col-xs-12.text-center {
    text-align: left;
}
label.error {
    font-size: 13px;
    color: red;
    font-weight: 400;
}
.g-recaptcha {
    display: inline-block;
    vertical-align: middle;
}
div#captchaerror {
    text-align: left;
    
    color: red;
    font-size: 13px;
}
.hyperlinks strong{
    display: block;
    color: #fff;
}

.hyperlinks a{
    color: #fff;
}

.cpy p {
    color: #dad5d5;
    font-size: 12px;
   margin-bottom: 0;
    font-weight: 400;
}

.ft-sign{
    color: #000;
    text-align: right;
    font-weight: 300;
}

.ft-sign a{
    color: #000;
    display: inline-block;
}


.hyperlinks.ft-service ul li{
    width: 50%;
    float: left;
}

.hyperlinks p{
    color: #d7d4d4;
    font-weight: 300;
    line-height: 1.666;
}

.hyperlinks h3{
    display: inline-block;
    color: #fff;
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 0;
    font-weight: 400;

}
.hyperlinks h3:after{
    background-color: #fff;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50px;
}

.hyperlinks h3:after {
  left: 0.5em;
  margin-right: -50%;
}

.hyperlinks ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
a.close-tb {
    color: #fff;
    display: inline-block;
    float: right;
    background: #a40047;
    width: 34px;
    height: 35px;
    text-align: center;
    border-radius: 50%;
    line-height: 34px;
    cursor: pointer;
    position: absolute;
    right: 9px;
    top: 30px;
    z-index: 99;
}
.hyperlinks ul li {
    font-size: 14px;
    padding-left: 25px;
}
.hyperlinks ul li, .tab-content ul li {
   
    width:100%;
  
    float: left;
    font-size: 16px;
}


footer .ft-link a .ics {
    width: 25px;
    height: 25px;
    background: transparent;
    display: inline-block;
    float: right;
    border-radius: 50%;
    position: absolute;
    right: 4px;
    top: 15px;
    position: absolute;
}

footer .ft-link a .ics:after {
    position: absolute;
    display: inline-block;
    content: '';
    background-image: url(../images/up.png);
    width: 20px;
    height: 20px;
}

footer .ft-link a.collapsed .ics:after {
    position: absolute;
    display: inline-block;
    content: '';
    background-image: url(../images/down.png);
    width: 20px;
    height: 20px;
}


/*-----------------*/
/***** Apollo *****/
/*-----------------*/

figure.effect-apollo {
    background: #a40047;
}

figure.effect-apollo img {
    opacity: 0.95;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale3d(1.05,1.05,1);
    transform: scale3d(1.05,1.05,1);
        width: 100%;
    height: auto;
}

figure.effect-apollo figcaption::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.5);
    content: '';
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}

figure.effect-apollo p {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 3em;
    padding: 0 1em;
    max-width: 150px;
    border-right: 4px solid #fff;
    text-align: right;
    opacity: 0;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}
.dep-sects {
    overflow: hidden;
    position: relative;
    border-radius: 7px;
   /*  box-shadow: 1px 2px 14px #a9a9a9; */
    margin-bottom: 30px;
}
figure.effect-apollo:hover img {
    opacity: 0.6;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
}

figure.effect-apollo:hover figcaption::before {
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}

figure.effect-apollo:hover h2 {
    color: #000;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

figcaption h4 {
    margin: 0 0;
    background: #a40047;
    padding: 10px 10px 8px;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    font-size: 16px;
}
.for-mob{
    display: none;
}

.book_w { max-width: 800px !important;
    
}

.book-pad { 
    padding: 0!important;
}

.appnt-details textarea{
    min-height: 206px;
}

.appnt-details div#CaptchaContainer{ text-align: center !important;}



@supports (-ms-ime-align: auto) {
 /* .rd-navbar-wrap{
        height: 50px !important;
  } */
}

.more-news {
    padding-right: 0;
}
header .navigation .bk-online a.hotline-numb:hover{
    color: #a30046;
}

/* Effect 5: same word slide in */
.cl-effect-5 a {
    overflow: hidden;
    padding: 0 4px;
    height: 1em;
}

.cl-effect-5 a span {
    position: relative;
    display: inline-block;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}

.cl-effect-5 a span::before {
    position: absolute;
    top: 100%;
    content: attr(data-hover);
    
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.cl-effect-5 a:hover span,
.cl-effect-5 a:focus span {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
}
.appnt-details div#CaptchaContainer {
    text-align: left;
}
.com-modal .modal-header {
    padding: 0;
    border-bottom: 0px solid #e5e5e5;
}
.com-modal .modal-body {
    position: relative;
    padding: 0;
    overflow: hidden;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    border-radius: 0;
    padding-bottom: 5px;
}
.hytPlayerWrap iframe {
    vertical-align: bottom;
}
.com-modal button.close {
    position: absolute;
    right: 5px;
    top: 7px;
    width: 40px;
    height: 40px;
    background: #d20857;
    z-index: 999;
    display: block;
    font-size: 24px;
    border-bottom-left-radius: 15px;
    opacity: 1;
}

.com-modal .modal-content{
    border-radius: 0;
}
#open-pop .modal-dialog {
    width: 98%;
    margin: 30px auto;
    max-width: 800px;
}
#cntForm textarea{
    margin-bottom: 15px;
}

ul.flex-direction-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: block;
    height: 50px;
    z-index: 9;
 
}
header.inner-header .navigation:after, header.inner-header .side-strip:before {
    background: #efeeee;
    
}
.flex-direction-nav a:before {
    content: '\f053';
    
}
.flex-direction-nav .flex-next:before {
    content: '\f054';
}

a.tele-link:after {
    position: absolute;
    left: 8px;
    width: 17px;
    height: 25px;
    background-image: url(http://bmcoman.com/themes/images/tele-img.png);
    content: "";
    bottom: 0px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0 1px;
}
a.tele-link {
    position: relative;
    left: 0;
    top: 0px;
    border-radius: 5px;
    background: #a50344;
    color: #fff;
    padding: 7px 7px 7px 31px;
    font-weight: 600;
    font-size: 14px;
}
.doc-details-page .doc-wrap:after{
    display: none !important;
}
.doc-details-page .doc-wrap .bio:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #ebebeb;
    left: auto;
    z-index: -1;
    left: -15px;
}
.doc-details-page .doc-wrap .bio {
    padding-right: 30px;
    padding-top: 20px;
    display: inline-block;
    width: 100%;
    padding-bottom: 25px;
    min-height: 315px;
}
       @media screen and (-webkit-min-device-pixel-ratio:0) { 
   
    /* Safari only override */
    ::i-block-chrome,.details #docs .owl-buttons {

width: 47px;

}

 ::i-block-chrome,.owl-controls .owl-page, .owl-controls .owl-buttons div {

width: 16px;
}

} 
.feed-text textarea{
    padding: 8px 12px;
    background-color: #f4f0f0;
    width: 100%;
  
    min-height: 100px;
}

header .navigation .rd-navbar-static .rd-navbar-megamenu {
    margin-top: 0px;
    left: -666px;
    right: 0;
    display: table !important;
    table-layout: fixed;
    width: 100%;
    padding: 16px 12px;
    min-width: 1160px;
    background: #fff;
    float: none !important;
}

.rd-navbar-megamenu li ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
  
}

.rd-navbar-megamenu li ul li {
    display: inline-block;
    clear: both;
    width: 44%;
    border-right: 25px solid transparent;
}

.rd-navbar-static .rd-navbar-megamenu > li:nth-of-type(2) {
    width: 24%;
    position: relative;
}


ul.rd-navbar-megamenu.rd-navbar-open-right li ul li:hover a {
    color: #be0052;
    background: none;
}

ul.rd-navbar-megamenu.rd-navbar-open-right li ul li a{
    position: relative;
}


.rd-navbar-static .rd-navbar-nav-wrap ul.rd-navbar-megamenu.rd-navbar-open-right li ul li a:hover:after {
    width: 100%;
    -webkit-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
    background: #a40047;
}
.rd-navbar-static .rd-navbar-nav-wrap ul.rd-navbar-megamenu.rd-navbar-open-right li ul li a:after {
    content: '';
    width: 1px;
    background: #fff;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -1px;
    -webkit-transition: all 400ms;
}
.rd-navbar-static .rd-navbar-nav-wrap ul.rd-navbar-megamenu.rd-navbar-open-right a.menu-more {
    border: 0 !important;
    position: absolute !important;
    left: -120px;
    bottom: 0;
    display: inline-block;
    background: #a40047;
    padding: 4px 15px !important;
    color: #fff;
    border-radius: 22px;
    margin: 0;
    box-shadow: none;
    overflow: hidden;
    transition: all 400ms;
}
.rd-navbar-static .rd-navbar-nav-wrap ul.rd-navbar-megamenu.rd-navbar-open-right li>a {
    display: block;
    font-size: 14px;
    line-height: 24px;
    padding: 10px 8px;
    font-weight: 400;
    border-bottom: 1px solid #ddd;
    color: #000;
    position: relative;
}

.rd-navbar-static .rd-navbar-nav-wrap ul.rd-navbar-megamenu.rd-navbar-open-right li>a:before {
    position: absolute;
    content: "";
    left: 0;
    width: 0;
    height: 1px;
    background: #a40047;
    bottom: -1px;
    
    transition: all 400ms;
}


.rd-navbar-static .rd-navbar-nav-wrap ul.rd-navbar-megamenu.rd-navbar-open-right li>a:hover:before{
    width: 100%;
}

.rd-navbar-static .rd-navbar-megamenu > li {
    display: table-cell !important;
}
header .navigation .rd-navbar-static .rd-navbar-megamenu li ul {

    float: none;
    margin: 0;
    padding: 0;
    list-style-type: none;
  
}
li.rd-navbar--has-megamenu.rd-navbar-submenu::after {
    content: "\f107";
    position: absolute;
    right: -8px;
    top: 49px;
    font-family: fontAwesome;
    font-size: 14px;
    color: #ffffff;
}

ul.rd-navbar-megamenu li ul li a{
position: relative;
}

.rd-navbar-megamenu {
    background-image: url(../images/yamm-bg-pattern.png) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    overflow: hidden;
        margin: 0;
    padding: 0;
    list-style-type: none;
}
ul.facility-ul {

    border: 0 !important;
    position: relative;

}
.rd-navbar-megamenu li ul p {

    color: #0c0c0c;
    font-size: 13px;

}
ul.facility-ul li {

    display: inline-block !important;
    border: 0 !important;

}
ul.facility-ul li a {

    border: 1px solid #ddd;
        border-bottom-color: rgb(221, 221, 221);
        border-bottom-style: solid;
        border-bottom-width: 1px;
    text-align: center;
    padding: 3px 10px !important;
    border-radius: 30px;
    margin-left: 0 !important;
    background: #e8e8e8;
    transition: all 400ms;

}
ul.facility-ul li a {

    display: block;
    margin: 5px !important;
        margin-left: 5px;

}
.rd-navbar-megamenu h3 {

    font-size: 24px;
    margin: 0;
        margin-bottom: 0px;
    margin-bottom: 0px;
    padding: 0;
    font-size: 17px;
    font-weight: 400;
    text-align: left;
    float: left;
    width: 100%;
    color: #a30046;
    margin-bottom: 17px;

}

.text a {
    color: #fff;
    padding-top: 70%;
    display: block;
}


/* line 19, ../sass/style.scss */
.verticalCarousel {
  margin: 0px auto;
  max-width: 100%;
  background-color: #f1f1f1;
}

/* line 24, ../sass/style.scss */
.verticalCarouselHeader {
    background: #eff0f3;
    border-width: 0px;
    border-style: solid;
    padding: 0;
    width: 68px;
    position: absolute;
    top: 16px;
    right: 14px;
    z-index: 2;
}
/* line 27, ../sass/style.scss */
.verticalCarouselHeader:after {
  content: "";
  display: block;
  clear: both;
}
/* line 32, ../sass/style.scss */
.verticalCarouselHeader h3 {
  float: left;
  margin: 0px;
}
/* line 36, ../sass/style.scss */
.verticalCarouselHeader .vc_goUp, .verticalCarouselHeader .vc_goDown {
    float: right;
    display: block;
    width: 25px;
    height: 25px;
    background: #272626;
    text-align: center;
    color: #fff;
    margin-left: 5px;
    border-radius: 50%;
    text-align: center;
    padding: 0;
}
/* line 45, ../sass/style.scss */
.verticalCarouselHeader .vc_goUp:active, .verticalCarouselHeader .vc_goDown:active {
  -moz-transform: scale(0.7, 0.7);
  -ms-transform: scale(0.7, 0.7);
  -webkit-transform: scale(0.7, 0.7);
  transform: scale(0.7, 0.7);
}

/* line 52, ../sass/style.scss */

.verticalCarouselGroup.vc_list > li {
    margin: 0;
    border-width: 0px;
    border-style: solid;
    padding: 0;
    background-color: #eff0f3;
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.05);
    float: left;
    width: 100%;
}
/* line 57, ../sass/style.scss */
.verticalCarouselGroup.vc_list > li h4 {
  margin: 0px 0px 15px;
}
/* line 60, ../sass/style.scss */
.verticalCarouselGroup.vc_list > li p {
        margin: 0px 0px 0px;
    font-size: 14px;
    line-height: 1.555;
}
.verticalCarousel .fa-fw {
   
   text-align: center;

position: relative;

top: 0;

right: 0px;

display: block;

width: 100%;

height: 100%;

line-height: 23px;
}
.more-news a {
        text-align: right;
    display: inline-block;
    padding: 5px 18px;
    background: #a40047;
    border-radius: 30px;
    color: #fff;
    font-weight: 300;
    transition: all 400ms;
    float: right;
    margin-top: 6px;
}
.for-ptns{
    padding-right: 30px;
    padding: 0;
}

.search-open {

    display: block;

}

.search.for-mob {

    display: none;

}


.side-strip:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 89px;
    top: 0;
    right: 0;
    background-color: #ffffff;
}


.side-strip:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 58px;
    right: 0;
    bottom: 0;
   background-color: #a30046;
   opacity: 0.8;
}



.side-strip {
    height: 100%;
    position: absolute;
    width: 0;
    right: 0px;
    bottom: 25px;
    background:transparent;
}

.rd-navbar-fixed .rd-navbar-toggle em{
    display: none;
}
li.rd-navbar--has-megamenu.rd-navbar-submenu {
    margin-right: 4px;
}
section.inner-contents.promotions .container .row {
    margin: 0 0;
}
textarea {
    margin-bottom: 15px;
}
header .navigation .bk-online a.active {
    color: #b32e67;
}
.for-mob-only {
    display: none;
}
@media(max-width:1199px){

    .col-of p {
    text-align: center;
    min-height: 139px;
}
 a.location-det{
        display: none !important;
    }
.side-strip{
        right: 0 !important;
        width: 0 !important;
}

header .navigation:after{
    left: 0;
}

    header .navigation .rd-navbar-static .rd-navbar-megamenu {
  
    left: -571px;
    
    
    min-width: 962px;
 
}
a.location-det {
    margin-top: 55px;
  
    margin-right: 0;
    position: absolute;
    top: 0;
    right: -5px;
}
.side-strip:after {
   
    height: 54px;
   
}
.top-container{
    width: 100%;
}
}
@media(max-width:992px){
header .navigation .bk-online {
    display: inline-block;
    position: relative;
    z-index: 2;
    padding-left: 5px;
}
}


@media(max-width:991px){
    a#sticky-btn-trigger, .nv-d.sticky-button-mobile {
   
    display: none;
}
.for-mob-only {
    display: block !important;
    display: inline-block;
    width: auto !important;
    position: fixed;
    top: 12%;
    right: 14px;
    /* margin-right: 19px; */
    transform: rotate( 
-90deg);
    transform-origin: right;
    background: #a30046;
    padding: 4px 10px;
    color: #fff;
    z-index: 99;
}
.for-pt a img {
    max-width: 280px !important;
    margin: 0 auto;
}
.details #docs.docs-sects .item .doc-details h4 {
   
    margin-top: 0;
}
.details #docs.docs-sects .item .doc-img {
    width: 110px;
    height: 110px;
}
.inner-contents .da-thumbs li{
        width: 32.222%;
}

.col-of {
    min-height: 232px;
    width: 48%;
}
 a.menu-more {
    display: block !important;
    background: #a40046;
    border-radius: 100px;
    text-align: center;
    height: 40px;
    padding: 10px 14px !important;
    max-width: 150px;
    margin: 7px 0;
    display: block;
    clear: both;
    float: left;
    margin-left: 15px;
}
.rd-navbar-nav-wrap.toggle-original-elements.active .close {
    display: block;
}
header .navigation .top-menu ul {
    float: left !important;
    width: 100% !important;
    border-right: 0;
}
ul.rd-navbar-megamenu.rd-navbar-open-right li>a {
   
    color: #fff;
}
 li.rd-navbar--has-megamenu.rd-navbar-submenu::after, .rd-navbar-megamenu h3{
    display: none;
} 


.rd-navbar-megamenu {
    background-image: none !important;
}
header .navigation .rd-navbar-static .rd-navbar-megamenu {
    left: -476px;
    min-width: 892px;
}
 header .navigation .top-menu ul.rd-navbar-nav {
    display: block;
    float: left;
    width: 100%;
}
header .navigation .top-menu ul.rd-navbar-nav li {
    display: block;
    clear: both;
    width: 100%;
    border-right: 0;
}
header .navigation .top-menu ul.rd-navbar-nav li a{
    font-weight: 400;
    font-size: 15px;
        padding: 14px 15px;

}

.rd-navbar-static .rd-navbar-nav-wrap ul.rd-navbar-megamenu.rd-navbar-open-right a.menu-more {
    display: none !important;
}
header .navigation .top-menu ul.top-nav-ul {
    display: none;
}

/*.rd-navbar-wrap{
    height: auto !important;
}
 */
.rd-navbar-brand {
    display: block;
    color: #a40047;
    margin-right: 0;
    margin-top: 0;
    height: auto;
    line-height: normal;
    vertical-align: middle;
    width: 46px;
    float: none;
    margin-top: -3px;
    position: absolute;
    right: 44px;
    display: block;
    z-index: 9;
    top: 24px;

}

header .navigation .nav-wrap .rd-navbar-dropdown {
    width: 100%;
}
header .navigation .nav-wrap .rd-navbar-dropdown li a {
    padding: 15px 10px;
    color: #fff;
    background: #313131;
    border-color: #585757;
}
.rd-navbar-fixed .rd-navbar-toggle{
    display: block;
}

.for-mob {
    display: block;
}
a.location-det {
  right: -52px;

top: -20px;
}
.slide-accordion {
    
    min-width: auto;
   
    left: 0;
  
    margin-top: 12%;
    right: 0;
   
}
}
@media(max-width:900px){
a.tele-link:after {
    right: 0;
    left: -106px;
    width: 17px;
    height: 25px;

    content: "";
    bottom: 7px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    margin: 0 auto;
    position: absolute;
}
a.tele-link {
    position: fixed;
    left: auto;
    padding: 1px 3px;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 0;
    width: 100%;
    height: 40px;
    text-align: center;
    line-height: 37px;
    font-size: 16px;
    text-align: center;
}

}
@media(max-width:768px){
    
    .appnt-details textarea {
    min-height: 174px; margin-top: 0;
}
    
    

   ul.flex-direction-nav{
    display: none !important;
   }
    .search-inline .form-control {

    padding-right: 100px;
}
div#demo {
    
    margin-top: -34px;
   
}

.search-inline button[type="submit"] {
   
    right: 52px;
    right: 40px;
    width: 50px; 
}
.search-inline .search-close {

    width: 40px;
}


.hyperlinks ul li, .tab-content ul li {
    
    width: 100%;
  
    padding-right: 15px;
}

}

@media(max-width:767px){

    .doc-details-page .doc-wrap .bio:after {
  display: none;
}
.doc-details-page .doc-wrap .col-md-8.col-sm-8.col-xs-12{
padding-left: 0;
padding-right: 0;
}
.doc-details-page .doc-wrap .bio {
    padding-right: 0;
    padding-top: 0;
}
ul.level-0 {
    width: 100%;
    float: left;
}
ul.level-1.splty {
    width: 100%;
    float: left;
    vertical-align: top;
}
header .navigation .bk-online {
    padding-left: 25px;
    padding-top: 9px;
    float: right;
    margin-right: 110px;
}
header.inner-header .navigation:after, header.inner-header .side-strip:before {
    background: #fff;
}
    
.spec-in {
   
    margin-top: 35px;
   
    padding-top: 25px;
}

    a.close-tb {
   
    right: 29px;
    top: 60px;
   
}
a.location-det{
    display: none;
}
.for-mob{
    display: block;
}
figcaption h4 {
    
    padding: 17px 10px 13px;
    
}
.cpy p{

    text-align: center;
}
.ft-sign{
    text-align: center;
}
}
@media(max-width:600px){



    .col-of p {
    text-align: center;
    min-height: auto;
}
   
.docts.for-ptns h3 {

    margin-top: 0;
    padding-top: 0;

}
.col-of {
min-height:auto;
    width: 100%;
    margin-right: 0;
   
}
.sh-imgs{
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-left: 0;
}
}

@media(max-width:480px){

ul.level-1.splty li {
    width: 100%;
    float: left;
    margin-left: 12px;
}
   header .navigation .bk-online {
    
    margin-right: 0;
} 
    .for-pt a img {
    max-width: 100% !important;
    margin: 0 auto;
}
.appnt-details .g-recaptcha{
    display: block;
    margin-bottom: 14px;
}
.careers-form .appnt-details .submit-career {
    margin-top: 0px;
    margin: 0 auto;
    display: block;
}
.inner-contents .da-thumbs li{
        width: 48.333%;
}

.col-mob{
    width: 100%;
}

    .search.for-mob {

    display: block;

}
.top-container {
    position: relative;
    height: 84px;
}
form.example{
    display: none;
}

.hyperlinks h3 {
    
    margin-top: 20px;
  
}

form.example button:hover {

    background: #a40047;
    outline: none;
    color: #fff;

}
header .navigation .top-menu:after{
    background: transparent;
}
header .logo {

    top: 7px;
}
}

@media(max-width:420px){
header .logo {

    top: 8px;
}
header .logo img {
    max-width: 92px;
}
.co-mob-12{
width: 100%;
}

    .hyperlinks.ft-service ul li {
    width: 100%;
    float: left;
}
    footer .ft-social .ft-copy-menu {
    width: 100%;
    text-align: center;
}
div#demo {
     margin-top:0px; 
}
.rd-navbar-brand{
    display: none;
}
.spec-in {
    padding-top: 0;
    margin-top: 10px;
}
a.close-tb {
    right: 29px;
    top: 40px;
}
.inner-contents .da-thumbs li {
   
    margin-bottom: 5px;
    margin-right: 0;
    width: 100%;
    padding: 0 0;
}
}

