

@import url('https://fonts.googleapis.com/css?family=Raleway:400,500,600,700,900');


article,
aside,
details,
video,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
}
html,
body {
    width: 100%;
    overflow-x: hidden;
}
body {
    margin: 0;
    font-family: Raleway;
}
/* ==========================================================================

Heading Tags

========================================================================== */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Raleway;
    margin: 0;
}
/* ==========================================================================

Waypoints

========================================================================== */

.wp1,
.wp2,
.wp3,
.wp4,
.wp5,
.wp6,
.wp7,
.wp8 {
   /* visibility: hidden*/
}
.bounceInLeft,
.bounceInRight,
.fadeInUp,
.fadeInUpDelay,
.fadeInDown,
.fadeInUpD,
.fadeInLeft,
.fadeInRight,
.bounceInDown,
.bounceInUp {
    visibility: visible
}
.delay-05s {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
.delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.delay-2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
.delay-3s {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}
.delay-4s {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}
.delay-5s {
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
}
.delay-6s {
    -webkit-animation-delay: 6s;
    animation-delay: 6s;
}
.delay-7s {
    -webkit-animation-delay: 7s;
    animation-delay: 7s;
}
.delay-8s {
    -webkit-animation-delay: 8s;
    animation-delay: 8s;
}
.delay-9s {
    -webkit-animation-delay: 9s;
    animation-delay: 9s;
}
/* ==========================================================================
Global Styles
========================================================================== */

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}
a {
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    -webkit-transition-property: color, border-color, background-color;
    transition-property: color, border-color, background-color;
}
input[type=submit] {
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    -webkit-transition-property: color, border-color, background-color;
    transition-property: color, border-color, background-color;
}
button {
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    -webkit-transition-property: color, border-color, background-color;
    transition-property: color, border-color, background-color;
}
.nopadding {
    margin: 0 !important;
    padding: 0 !important;
}
p {

    line-height: 20px;
    margin: 0;
    font-family: Raleway;
    color: #3a3a3a;
}
a {
    color: #626262;
    outline: none;
}
a:active {
    outline: none;
    text-decoration: none;
}
a:hover,
a:focus {
    color: #cc0000;
    text-decoration: none;
    outline: none;
}
ul,
ol {
    list-style: none;
    list-style-image: none;
    padding: 0;
    margin: 0;
}
.active {
    color: #cc0000 !important;
}
select,
input {
    outline: none;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}
.addspace {
    padding: 55px 0
}
.btn {
    height: 52px;
    width: 176px;
    margin: 0 auto;
    border: 1px solid #b42929;
    background: #e83434;
    font-size: 21px;
    color: #fff;
    border-radius: 0;
    padding: 9px 0;
    font-weight: normal;
}
.btn:focus,
.btn:hover,
.btn:active {
    outline: none !important;
}
.sweep-right {
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.sweep-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #b42929;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.sweep-right:hover,
.sweep-right:focus,
.sweep-right:active {
    color: #fff;
}
.sweep-right:hover:before,
.sweep-right:focus:before,
.sweep-right:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.mb-logo {
    display: none;
}
.highlight {
    color: #d23939;
    font-weight: 400;
}
.top-margin {
    margin: 87px 0 0 0;
}
/* ==========================================================================
Body Scroll
========================================================================== */

.nicescroll-rails {
    z-index: 99999 !important;
    width: 8px !important;
    background: #E4E4E4 !important;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.nicescroll-rails div {
    width: 8px !important;
    border-radius: 0px !important;
    min-height: 90px;
    border: 0px !important;
}
#ascrail2000:hover {
    opacity: 1 !important;
}
body::-webkit-scrollbar-thumb {
    background-color: #cc0000;
    border-radius: 0px !important;
    min-height: 90px;
    border: 0px !important;
}
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background: #E4E4E4;
}
body::-webkit-scrollbar {
    width: 8px;
}

/*banner*/
.bannerSection .bxslider{}
.bannerSection .bxslider img{ width:100%;}


/* ==========================================================================
Home Section
========================================================================== */

.carousel-control.right {
    background-image: none !important;
}
.carousel-control.left {
    background-image: none !important;
}
img.logo {
    display: inline-block;
    width:100%;
}
.top-nav {
    padding: 5px 0;
}
ul.social-icon {
    display: inline-block;
    margin: 15px 0;
}
.main-nav.dropdown {
    position: relative;
    display: inline-block;
}
.main-nav.dropdown .btn {
    height: 40px;
    width: 38px;
    line-height: 14px;
    margin: 0 0 0 4px;
    border: 1px solid #b42929;
    background: #e83434;
    font-size: 21px;
    color: #fff;
    border-radius: 0;
    padding: 9px 0;
    font-weight: normal;
}
.main-nav.dropdown .dropdown-menu {
    top: 100%;
    left: inherit;
    right: 0px;
    float: right;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    color: #fff;
    background-color: #e83434;
    border: none;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
}
.main-nav.dropdown .dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    color: #262626;
}
.main-nav.dropdown .dropdown-menu>li>a {
    padding: 7px 20px;
    color: #fff;
}
ul.social-icon li {
    display: inline-block;
    margin: 0 0 0 0px;
}
a.main-btn {
    background: #000;
    border-radius: 14px;
    color: #fff;
    line-height: 40px;
    display: inline-block;
    width: 137px;
    text-align: left;
    font-weight: 500;
    margin: 10px 0 0px 0;
    padding: 0 0 0 20px;
    cursor: pointer;
}
a.main-btn:hover span {
    transition: ease-in-out 0.3s;
    padding: 0 0 0 9px;
    color: #000;
}
.industry-talk {
  /*  background: -webkit-linear-gradient(#46010a , #c9011b);
    background: -o-linear-gradient(#46010a , #c9011b);
    background: -moz-linear-gradient(#46010a , #c9011b);*/
    /*background: linear-gradient(#46010a , #c9011b);*/
    background-color: #fff;
    padding-bottom: 20px;
}
a.main-btn:hover {
    background:#bd0000 !important;
    color: #fff;
}
.heading {
    text-align: center;
}
.heading h1 {
    color: #bd0000 !important;
    font-size: 35px;
    margin: 24px 0;
}
.heading-red {
    text-align: center;
}
.heading-red h1 {
    color: #9a0100 !important;
    font-size: 49px;
    margin: 24px 0;
}
.awards-section {
    background: #f4f4f4;
}
.last-section {
    background: url(../images/botton-bg.jpg) no-repeat fixed center /cover;
    height: 727px;
    width: 100%;
    position: relative;
    color: #fff;
}
.footer {
    background: #F00;
    text-align: center;
    color: #000;
    padding: 0;
    margin-top: 30px;
}
.black-section {
    background: rgba(35, 34, 39, 0.90);
    min-height: 400px;
    padding: 35px 30px;
    margin-top: 27px;
}
.social-icon a {
    cursor: pointer;
}
.middleblck {
    min-height: 450px;
    margin-top: 0px;
}
.black-section h2 {
    color: #fff;
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 20px;
}
.black-section p {
    color: #fff;
    font-size: 16px;
    text-align: justify;
    font-weight: 400;
}
.black-frame {
    margin-top: 15em;
}
.carousel-inner .item img {
    position: relative;
}
.banner-txt {
    position: absolute;
    left: 0;
    right: 0;
    top: 3em;
    text-align: center;
    position: absolute;
    min-height: 166px;
    background: url(images/line-white.png) no-repeat scroll center;
}
.banner-txt h3 {
    font-size: 62px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    text-shadow: 2px 1px #000000;
    margin: 2em 0 0;
}
.banner-txt p {
    font-size: 43px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    text-shadow: 2px 1px #000000;
    margin: 32px 0;
}
/* Shutter Out Horizontal */

.hvr-shutter-out-horizontal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    background: #e1e1e1;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    cursor: pointer;
}
.hvr-shutter-out-horizontal:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-shutter-out-horizontal:hover,
.hvr-shutter-out-horizontal:focus,
.hvr-shutter-out-horizontal:active {
    color: white;
}
.hvr-shutter-out-horizontal:hover:before,
.hvr-shutter-out-horizontal:focus:before,
.hvr-shutter-out-horizontal:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
a.banner-btn.hvr-shutter-out-horizontal {
    height: 40px;
    line-height: 40px; padding:0 28px!important;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    background: #bd0000;
}

.banner-txt-right {
    position: absolute;
    right:20px;
    top: 2em;
    text-align: center;
    position: absolute; left:auto;
  /*  background: url(images/line-white1.png) no-repeat scroll center;*/
}
.banner-txt-right h3 {
    font-size: 49px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    text-shadow: 2px 1px #000000;
    margin: 2.8em 0 0;
}
.banner-txt-right p {
    font-size: 42px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    text-shadow: 2px 1px #000000;
 
}
.banner-txt3 {
    left: 21em;
}
.zoom-effect {
    position: relative;
    overflow: hidden;
    height: 231px;
}
.zoom-effect img {
    max-width: 100%;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
}
.zoom-effect img:hover {
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.industry-talk-txt h4 {
    font-size: 20px;
    color: #bd0000;line-height: 24px;
    margin: 20px 0;
}
.industry-talk-txt p {
    font-size: 17px;line-height: 24px;
    color: #000;
    text-align: justify;
    margin-bottom: 5px;font-family: Roboto,HelveticaNeue-Light,"Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 300;
}
img.company-logo {
    margin: 20px 0 0;
}
.social-icon a:hover {
    opacity: 0.8;
}
.award-inner h5 {
    font-size: 18px;
    color: #2f2f2f;
    margin: 20px 0;
}
.award-inner2 img {
    width: 100%;
}
.form-fill .modal-body label {
    text-align: left;
    display: block;
    margin: 0 0 4px 4px;
    position: relative;
	color:#e83434;
}
video {
    width: 100%;
}
div#Vedio-modal .modal-dialog {
    width: 760px;
}
div#get-in-touch-form h4.modal-title {
    font-size: 25px; color:#e83434;
}
.black-section:hover {
    background: rgb(155, 1, 1);
}
.footer p {
    font-size: 15px;
    color: #000;
    padding: 15px 0;
    background: #c3c7c9;
}
/* ==========================================================================

About

========================================================================== */

.inner-heading-red {
    height: 80px;
    background: -webkit-linear-gradient(left, #46010a , #c9011b);
    background: -o-linear-gradient(right, #46010a , #c9011b);
    background: -moz-linear-gradient(right, #46010a , #c9011b);
    background: linear-gradient(to right, #46010a , #c9011b);
}
.inner-heading-red h2 {
    line-height: 46px;
    color: #fff;
    font-size: 45px;
    margin: 17px 0;
}
.information-right h3 {
    font-size: 38px;
    color: #3a3a3a;
    font-weight: 500;
    margin: 20px 0;
}
.deepa-info {
    background: url(../images/inner-bg.jpg) scroll center; padding:0px 0; margin:0 !important;
}
.verificationImg img{width:100% !important;}
.error{font-size:11px; color:#F00;}
.information-right h3 {
    font-size: 38px;
    color: #3a3a3a;
    font-weight: 500;
    margin-bottom: 18px;
}
.information-right p {
    color: #474646;
    font-size: 23px;
    line-height: 30px;
    margin: 0;
    font-weight: 400;
}
.information-right h4 {
    color: #2f2f2f;
    font-size: 26px;
    margin: 20px 0 30px;
}
.information-right ul {
    padding: 0 0 0 20px;
}
.information-right img {
    width: 100%;
}
.information-right li {
    list-style-type: disc;
    color: #bd0000;
    font-size:23px;
    margin: 0 0 8px;
}
.information-right li {
    color: #2f2f2f;
}
.information-right ul {
    padding: 0 0 0 20px;
}
.information-right li b {
    font-weight: 600;
}
.contact-deepa-form {
    background: #eaeaea;
    padding: 15px;
    margin: 42px 0 10px;
}
.contact-deepa-form h5 {
    background: #bd0000;
    color: #fff;
    font-size: 18px;
    margin: 0 0 20px;
    padding: 12px 8px;
}
input {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
}
textarea {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
}
.contact-deepa-form a {
    background: #bd0000;
    color: #fff;
    width: 100%;
    font-size: 23px;
    text-align: center;
    height: 40px;
    line-height: 40px;
}
.facebook-connect h5 {
    font-size: 21px;
    color: #2f2f2f;
    font-weight: 500;
    margin: 0;
}
.facebook-connect ul {
    padding: 0;
    margin: 0;
}
.twitter-connect h5 {
    font-size: 21px;
    color: #2f2f2f;
    font-weight: 500;
    margin: 0 0 13px;
}
.twitter-connect {
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 50px;
    background: #fff;
}
.facebook-connect {
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 10px;
    background: #fff;
}
.facebook-connect ul li {
    padding: 15px 0;
    border-bottom: 1px solid #ccc;
    font-weight: 500;
    overflow: hidden;
}
.facebook-connect ul li:last-child {
    border-bottom: 0;
}
.twitter-news {
    height: 244px;
}
.facebook-connect ul li img {
    margin: 2px 8px 3px 0;
}
.facebook-connect ul li img:hover {
    opacity: 0.8;
}
.twitter-news img {
    width: 100%;
}
.get-in-touch {
    background: #eaeaea;
    padding: 7px 20px;
    margin: 40px 0;
    display: inline-block;
    width: 100%;
    border-top: 5px solid #dedede;
}
.get-in-touch h5 {
    font-size: 35px;
    color: #3a3a3a;
    font-weight: 500;
    margin: 10px 0 15px;
}
.get-in-touch input {
    height: 41px;
}
.get-in-touch a {
    background: #bd0000;
    color: #fff;
    width: 235px;
    font-size: 23px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    float: right;
    margin-bottom: 7px;
}
.get-in-touch a i {
    margin-left: 11px;
}
.contact-information h4 {
    font-size: 35px;
    color: #3a3a3a;
    font-weight: 500;
    margin: 20px 0 15px;
}
.contact-information {
    border: 1px solid #ccc;
    margin: 40px 0;
    padding: 0px 13px;
    background: #fff;
}
.contact-information h5 {
    color: #bd0000;
    font-size: 22px;
    margin: 0 0;
}
.contact-information ul {
    padding: 20px 0 29px;
}
.contact-information ul li {
    padding: 0 0 0 30px;
    position: relative;
    font-size: 20px;
    margin: 0 0 19px;
}
.contact-information ul i {
    color: #bd0000;
    position: absolute;
    left: 0;
    top: 3px;
    font-size: 24px;
}
.contact-information ul b {
    font-weight: 600;
    font-size: 24px;
}
.form-group {
    margin-bottom: 10px;
}
.adgonline-map {
    margin-bottom: 20px;
}
.form-fill .modal-body input[type="checkbox"] {
    position: absolute;
    left: -2px;
    width: 17px;
    top: -12px;
}
.side-bar-nav {
    display: inline-block;
    float: right;
}
/* ==========================================================================

navigation

========================================================================== */

.top-nav .navbar-inverse {
    background-color: transparent;
    border-color: transparent;
}
.top-nav .navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0;
    border: 1px solid transparent;
}
.sideinner-nav ul.nav.navbar-nav {
    margin: 8px 0 0;
}
.top-nav .sideinner-nav {
    margin: 0;
    float: right;
}
.top-nav .navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #9a0100;
}
.top-nav .navbar-inverse .navbar-nav>li>a {
    color: #999;
    font-size: 16px;
    color: #000;
    margin: 0;
    font-weight: 500;
	    padding: 13px 10px;
}
.top-nav .navbar-inverse .navbar-nav>li>a:hover {
    color: #bd0000;
}
.top-nav .navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
    color: #fff
}
ul.social-icon {
    display: inline-block;
    margin: 8px 0;
    float: right;
}
.top-nav .navbar-collapse.collapse {
    float: left;
}
img.bio-picture {
    width: 100%;
    margin: 0;
}
.bio-frame{margin:30px 0;}
.bio-frame h3 {
    font-size: 38px;
    color: #3a3a3a;
    font-weight: 500;
    margin: 18px 0;
}
.bio-frame p {
    display: inline-block;
    color: #3a3a3a;
    font-size: 19px;
    line-height: 30px;
    margin: 0 0 12px 0;
    font-weight: 500;
    text-align: justify;
}
.bio-frame dd {
    display: inline-block;
    width: 31%;
    margin: 0 0 15px;
    height: 250px;
    overflow: hidden;
}
.bio-frame dt {
    display: initial;
}
.bio-frame figure {
    margin: 0 0 43px;
}
/*.bio-frame dt p:nth-child(1) {

    display: inline-block;

    width: 66%;

    float: right;

}*/

.bio-frame p b {
    color: #4c4c4c;
}
.bio-frame p a {
    color: #bd0000;
}
.bio-frame p a:hover {
    color: #000;
}
.submitBtn {
    background: #bd0000 !important;
    color: #fff;
    font-size: 23px;
    height: 34px;
    line-height: 10px;
    text-align: center;
    width: 100%;
    border: 0;
}

.submitBtn:hover {
    background: #000;
}
.sendIcon {
    background: #bd0000 url(images/send_icon.png) no-repeat 95% center;
}
.sendIcon:hover {
    background: #000 url(images/send_icon.png) no-repeat 95% center;
}
/* ==========================================================================
Brand Consultant
========================================================================== */

.client-image {
    margin: 50px 0;
}
.brand-consulteds .inner-heading-red h2 {
    font-size: 40px;
}
/* ==========================================================================
get_in_touch
========================================================================== */

#get_in_touch {
    background: url(images/contact_bg.jpg) 50% 50% no-repeat;
    background-size: cover;
    padding: 50px 0;
    margin: 0 0 0;
    color: #fff;
}
.side12 {
    border-left: 2px solid #fff;
}
.sign h2 {
    font-size: 26px;
    text-align: left;
    margin-top: 0;
    margin-bottom: 0px;
    line-height: 40px;
    color: #fff;
}
.form-sign {
    width: 55%;
    float: left;
    margin: 20px 20px 0 0;
}
.form_home {
    background: rgba(0, 0, 0, 0);
    border-radius: 0;
    border: 1px solid #fff;
    color: #fff;
    float: left;
}
.form-group1 {
    width: 20%;
    float: left;
    margin: 20px 20px 0 0;
    height: 42px;
}
.form-group1 a.banner-btn.hvr-shutter-out-horizontal {
    width: 100%;
    font-size: 18px;
    height: 34px;
    line-height: 33px;
}
.navbar-header {
    width: 18%;
    margin:5px 0;
}
/********** lightbox effect **********/

.lb-album li {
    float: left;
    position: relative;
}
.lb-album li > a,
.lb-album li > a img {
    display: block;
}
.lb-album li > a {
    position: relative;
    padding: 2px;
    background: #bd0000;
    -webkit-box-shadow: 1px 1px 2px #fff, 1px 1px 2px rgba(158, 111, 86, 0.3) inset;
    -moz-box-shadow: 1px 1px 2px #fff, 1px 1px 2px rgba(158, 111, 86, 0.3) inset;
    box-shadow: 1px 1px 2px #fff, 1px 1px 2px rgba(158, 111, 86, 0.3) inset;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px 4px 4px 4px;
}
.lb-album li > a span {
    position: absolute;
    width: 150px;
    height: 150px;
    top: 2px;
    left: 2px;
    text-align: center;
    line-height: 150px;
    color: rgba(27, 54, 81, 0.8);
    text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.6);
    font-size: 24px;
    opacity: 0;
    filter: alpha(opacity=0);
    /* internet explorer */
    
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
    /*IE8*/
    
    background: rgb(241, 210, 194);
    background: -moz-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.56) 0%, rgba(241, 210, 194, 1) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(255, 255, 255, 0.56)), color-stop(100%, rgba(241, 210, 194, 1)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.56) 0%, rgba(241, 210, 194, 1) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.56) 0%, rgba(241, 210, 194, 1) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.56) 0%, rgba(241, 210, 194, 1) 100%);
    background: radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.56) 0%, rgba(241, 210, 194, 1) 100%);
    -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    -ms-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
}
.lb-album li > a:hover span {
    opacity: 1;
    filter: alpha(opacity=99);
    /* internet explorer */
    
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=99)";
    /*IE8*/
}
.lb-overlay {
    width: 0px;
    height: 0px;
    position: fixed;
    overflow: hidden;
    left: 0px;
    top: 0px;
    padding: 0px;
    z-index: 99;
    text-align: center;
    background: rgb(4, 4, 4);
    background: -moz-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.56) 0%, rgba(241, 210, 194, 1) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(255, 255, 255, 0.56)), color-stop(100%, rgba(241, 210, 194, 1)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.56) 0%, rgb(101, 101, 101) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.56) 0%, rgb(101, 101, 101) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.56) 0%, rgb(101, 101, 101) 100%);
    background: radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.56) 0%, rgb(101, 101, 101) 100%);
}
.lb-overlay > div {
    position: relative;
    color: rgba(27, 54, 81, 0.8);
    width: 550px;
    height: 80px;
    margin: 40px auto 0px auto;
    text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.6);
}
.lb-overlay div h3,
.lb-overlay div p {
    padding: 0px 20px;
    width: 200px;
    height: 60px;
}
.lb-overlay div h3 {
    font-size: 36px;
    float: left;
    text-align: right;
    border-right: 1px solid rgba(27, 54, 81, 0.4);
}
.lb-overlay div h3 span,
.lb-overlay div p {
    font-size: 16px;
    font-family: Constantia, Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;
    font-style: italic;
}
.lb-overlay div h3 span {
    display: block;
    line-height: 6px;
}
.lb-overlay div p {
    font-size: 14px;
    text-align: left;
    float: left;
    width: 260px;
}
.lb-overlay a.lb-close {
    background: rgb(0, 0, 0);
    z-index: 1001;
    color: #fff;
    position: absolute;
    top: 43px;
    left: 50%;
    font-size: 15px;
    line-height: 26px;
    text-align: center;
    width: 50px;
    height: 23px;
    overflow: hidden;
    margin-left: -25px;
    opacity: 0;
    filter: alpha(opacity=0);
    /* internet explorer */
    
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
    /*IE8*/
    
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
}
.lb-overlay img {
    /* height: 100%; For Opera max-height does not seem to work */
    
    max-height: 100%;
    position: relative;
    opacity: 0;
    filter: alpha(opacity=0);
    /* internet explorer */
    
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
    /*IE8*/
    
    -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.2);
    -webkit-transition: opacity 0.5s linear;
    -moz-transition: opacity 0.5s linear;
    -o-transition: opacity 0.5s linear;
    -ms-transition: opacity 0.5s linear;
    transition: opacity 0.5s linear;
}
.lb-prev,
.lb-next {
    text-indent: -9000px;
    position: absolute;
    top: -32px;
    width: 24px;
    height: 25px;
    left: 50%;
    opacity: 0.8;
    filter: alpha(opacity=80);
    /* internet explorer */
    
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=80)";
    /*IE8*/
}
.lb-prev:hover,
.lb-next:hover {
    opacity: 1;
    filter: alpha(opacity=99);
    /* internet explorer */
    
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=99)";
    /*IE8*/
}
.lb-prev {
    margin-left: -30px;
    background: transparent url(images/arrows.png) no-repeat top left;
}
.lb-next {
    margin-left: 6px;
    background: transparent url(images/arrows.png) no-repeat top right;
}
.lb-overlay:target {
    width: auto;
    height: auto;
    bottom: 0px;
    right: 0px;
    padding: 40px;
}
.lb-overlay:target img,
.lb-overlay:target a.lb-close {
    opacity: 1;
    filter: alpha(opacity=99);
    /* internet explorer */
    
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=99)";
    /*IE8*/
}
/* 
	100% Height for Opera as the max-height seems to be ignored, not optimal for large screens 
	http://bricss.net/post/11230266445/css-hack-to-target-opera 
*/

x:-o-prefocus,
.lb-overlay img {
    height: 100%;
}
.gallery_inner_frame {
    margin-top: 35px;
}
ul.lb-album.deepa-videos {
    display: inline-block;
    width: 100%;
    margin-bottom: 42px;
}
ul.lb-album h3 {
    margin: 0 0 5px 5px;
}
ul.lb-album.deepa-videos .lb-overlay:target {
    padding: 100px 40px 40px;
    ;
}
ul.Deepa_brand-consulted {
    margin-top: 30px;
}
ul.Deepa_brand-consulted li {
    border: 1px solid #bd0000;
    display: inline-block;
    margin: 9px;
    vertical-align: top;
    width: 206px;
    height: 185px;
    overflow: hidden;
    text-align: center;
}
ul.Deepa_brand-consulted li img {
    margin: 18px auto 0;
}
.thank_you {
    background: url(images/thankyou_bg.jpg) scroll center;
    background-size: cover;
    padding: 70px 0;
	min-height:500px;
}

.thank_you h3 {
    text-align: center;
    color: #fff;
    line-height: 44px;
    font-size: 45px;
    margin-top: 10%;
}
.thank_you h4 {
    text-align: center;
    color: #fff;
    line-height: 70px;
    font-size: 28px;
}
/********** extra code lightbox **********/

#slvj-window {
    width: 100%;
    min-height: 100%;
    z-index: 30;
    background: rgba(0, 0, 0, .8);
    position: fixed;
    top: 0;
    left: 0
}
#slvj-window,
#slvj-window * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
#slvj-background-close {
    width: 100%;
    min-height: 100%;
    z-index: 31;
    position: fixed;
    top: 0;
    left: 0
}
#slvj-back-lightbox {
    width: 700px;
    height: 540px;
    margin: auto;
    z-index: 32
}
.slvj-lightbox {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 30px;
    margin: 0;
    background-color: #FFF;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, .3);
    z-index: 53
}
#slvj-close-icon {
    background-image: url(images/close-icon.png);
    background-repeat: no-repeat;
    width: 11px;
    height: 11px;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 551
}
#slvj-close-icon:hover {
    cursor: pointer
}
.examples1 img {
    border: 2px solid #bd0000;
    border-radius: 5px;
}
.examples1 {
    margin: 15px 0 35px;
}
.banner-small-txt {
    position: absolute;
    right: 0;
    text-align: center;
    position: absolute;
    min-height: 166px;
    left: 0;
    top: 11em;
    background: url(images/line-white2.png) no-repeat scroll center;
}
.banner-small-txt h3 {
    font-size: 48px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    text-shadow: 2px 1px #000000;
    margin: 2.3em 0 0;
}
.banner-small-txt p {
    font-size: 56px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    text-shadow: 2px 1px #000000;
    margin: 32px 0;
}
.twitter-connect {
    height: 290px;
}
.examples3 .col-xs-6 {
    margin-bottom: 20px;
}
.examples3 img {
    width: 100%;
}
.socil-icon {
    text-align: center;
    background: #000;
    margin: -1px 0 0;
}
.socil-icon ul.social-icon {
    float: none;
    margin: 6px auto;
}
.socil-icon ul.social-icon img {
    width: 27px;
}
.socil-icon ul.social-icon li {
    margin: 0 0 0 1px;
}

.bx-silder-frame {
    min-height: 450px;
    max-height: 520px;
    height: 100%;
}

#u_0_3 span {
    display: block !important;
    width: 180px !important;
}
.industry-talk-txt {
    min-height: 250px;
}

.videoSection{ position:fixed; right:0; bottom:0; width:400px; background:#fff; padding:15px; margin-bottom:0px; border-radius: 0px; z-index:1;}	
.videoSection .close {
  color: #000000;
  float: right;
  font-size: 31px;
  font-weight: 700;
  line-height: 1;
  opacity: 0.5;
  text-shadow: 0 1px 0 #ffffff;
  margin-top: -23px;
}

.awards-section .col-md-3{ width:20%;}
.awards-section .award-inner h5 {margin: 5px 0;}
.awards-section .award-inner .zoom-effect {
	height: 195px;
}

.layer-overlay {
  position: relative; background-size: 100% !important;
  /* overlay-dark */
  /* overlay-white */
}
.layer-overlay::before {
  background: rgba(17, 17, 17, 0.5) none repeat scroll 0 0;
  content: " ";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.pb-20 {padding-bottom: 20px !important}
.pt-70 {padding-top: 70px !important;}
.inner-header .title {font-size: 34px;}
.text-white {color: #fff !important;}
/* breadcrumb */
.breadcrumb {
  background-color: transparent;
  padding-left: 0;
  text-align: center;
}
.breadcrumb > li + li::before {
  content: "\f22d";
  font-family: fontawesome;
  font-size: 9px;
}
.breadcrumb > li a{ color:#FC0;}
.breadcrumb > li{ color:#fff !important;}
.breadcrumb li.active {
  color: #111111;
}
.breadcrumb.white li.active {
  color: #fff;
}
.breadcrumb.white li a {
  color: #808080;
}
@media only screen and (min-width: 768px) {
  .breadcrumb.text-right {
    text-align: right !important;
  }
}


.footerBottom{ background:#50000b; padding:13px 0; text-align:center; color:#fff; font-size:17px; font-weight:300;}
.subscribePanel{background: url(../images/contact_bg.jpg) 50% 50% no-repeat;
    background-size: cover;
    margin: 0 0 0;
    color: #fff; padding:70px 0;}
.subscribePanel .subscribeInput{ border:2px solid #ffba00; width:100%; padding:20px 10px; border-radius:7px;}
.subscribePanel .btn-group{ background:#ffba00; width:100%; padding:8px 10px; color:#000; height:44px; font-size:19px; text-transform:uppercase;}
.subscribePanel .f-s-14{ font-size:28px; color:#ffba00; }


/*blog*/
/*========== Latest News ============*/
 
  .main-content .news-post {
    margin-bottom:20px;     box-shadow: 0px 4px 7px 4px rgba(0,0,0,0.1);
  }
  .main-content .news-post .img-container {
    position: relative;
  }
    .main-content .news-post .img-container img{width:100%;}
  .main-content .news-post .img-container .date {
    width:64px;
    height:64px;
    text-align: center;
    color:#fff;
    position: absolute;
    bottom: -32px;
    left:calc(50% - 36px);
    padding-top: 4px;
  }
  .main-content .news-post .img-container .date b {
    font-size: 30px;
    display: block;
    line-height: 30px;
  }
  .main-content .news-post .img-container .date span {
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
  }
  .main-content .news-post .img-container .overlay {
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: rgba(0,0,0,0.7);
    transform: scale(0.5);
    -webkit-transform:scale(0.5);
    -moz-transform:scale(0.5);
    -ms-transform:scale(0.5);
    -o-transform:scale(0.5);
    opacity: 0;
    visibility: hidden;
  }
  .main-content .news-post .img-container .overlay a {
    display: table;
    width:100%;
    height:100%;
    text-align: center;
    font-size: 28px;
    color:#fff;
  }
  .main-content .news-post .img-container .overlay a span {
    display: table-cell;
    vertical-align: middle;
  }
  .main-content .news-post .img-container .overlay a span i {
    width:67px;
    height:67px;
    border:2px solid #ffffff;
    border-radius: 50%;
    line-height: 67px;
  }
  .main-content .news-post:hover .img-container .overlay {
    transform: scale(1);
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1);
    -o-transform:scale(1);
    opacity: 1;
    visibility: visible;

  }
  .main-content .news-post .text {
    padding: 15px 5px 45px 10px;
    background: #fff;
  }
  .main-content .news-post .text ul li {
    margin-right: 19px;
  }
  .main-content .news-post .text ul li:nth-child(2) {
    margin-right: 35px;
  }
  .main-content .news-post .text ul li i {
    margin-right: 5px;
  }
  .main-content .news-post .text h6 {
    font-size: 22px;
    color:#000;
    font-weight: 600;
    margin: 32px 0 10px 0;
  }
  .main-content .news-post .text p {
    line-height: 24px;
  }
  .p-color-bg {
    background: #9a0100;
}
.clear-fix {
    clear: both;
}
.blogPage{ background:#fff; padding:20px 0;}
.img-responsive img{width:100%;}


/*================ Blog v2 ==============*/

.blog-page-two .single-news-postTwo {
  margin-bottom: 60px;
}
.blog-page-two .single-news-postTwo .img-container {
    position: relative;
}
.blog-page-two .single-news-postTwo .img-container .overlay {
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: rgba(0,0,0,0.7);
    transform: scale(0.5);
    -webkit-transform:scale(0.5);
    -moz-transform:scale(0.5);
    -ms-transform:scale(0.5);
    -o-transform:scale(0.5);
    opacity: 0;
    visibility: hidden;
  }
.blog-page-two .single-news-postTwo .img-container .overlay a {
    display: table;
    width:100%;
    height:100%;
    text-align: center;
    font-size: 28px;
    color:#fff;
  }
.blog-page-two .single-news-postTwo .img-container .overlay a span {
    display: table-cell;
    vertical-align: middle;
  }
.blog-page-two .single-news-postTwo .img-container .overlay a span i {
    width:67px;
    height:67px;
    border:2px solid #ffffff;
    border-radius: 50%;
    line-height: 67px;
  }
.blog-page-two .single-news-postTwo:hover .img-container .overlay {
    transform: scale(1);
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1);
    -o-transform:scale(1);
    opacity: 1;
    visibility: visible;

  }

.blog-page-two .single-news-postTwo .post {
  padding-left: 100px;
  margin-top: 37px;
  position: relative;
}
.blog-page-two .single-news-postTwo .post .date {
  width:85px;
  height:85px;
  position: absolute;
  top:0;
  left:0;
  text-align: center;
  color:#fff;
}
.blog-page-two .single-news-postTwo .post .date b {
  font-size: 36px;
}
.blog-page-two .single-news-postTwo .post .date span {
  display: block;
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  margin-top:-6px;
}
.blog-page-two .single-news-postTwo .post h3 {
  text-transform: capitalize;
  margin: -4px 0 6px 0;
}
.blog-page-two .single-news-postTwo .post ul.post-author li {
  display: inline-block;
  margin-right: 10px;
  font-style: italic;
}
.blog-page-two .single-news-postTwo .post ul.post-author li i {
  font-size: 14px;
  margin-right: 6px;
}
.blog-page-two .single-news-postTwo .post>p {
  margin:23px 0; font-size:15px; font-weight:500; text-align: justify; line-height:25px;
}
.blog-page-two .single-news-postTwo .post a.continue-reading {
  width:195px;
  line-height: 45px;
  color:#fff;
  font-size: 15px;
  padding-left: 23px;
}
.blog-page-two .single-news-postTwo .post a.continue-reading i {
  margin-left: 14px;
}
.blog-page-two .page-pagination {
  margin-top:20px;
}

/*====================== Blog Single Page =================*/
.blog-page-two.blog-single-page .single-news-postTwo {
  margin-bottom: 15px;
}
.blog-single-page .share-option {
  padding-top: 12px;
  border-top:1px solid #efeeee;
}
.blog-single-page .share-option span {
  font-weight: 600;
  font-size: 16px;
}
.blog-single-page .share-option ul li {
  display: inline-block;
}
.blog-single-page .share-option ul li a {
  font-size: 26px;
  color:#998f8f;
  margin-left: 8px;
}
.blog-single-page .share-option ul li a:hover {
  color:#cf9455;
}
.blog-single-page .post h5 {
  text-transform: capitalize;
  font-size: 16px;
}
.blog-single-page .comment-area h6,
.blog-single-page .post-comment h6 {
  font-size: 22px;
  color:#000000;
  margin: 77px 0 24px 0;
}
.blog-single-page .comment-area .img-container p {
  font-weight: 600;
  color:#e1a606;
  font-size: 14px;
  margin-top: 15px;
}
.blog-single-page .comment-area .img-container p i {
  font-size: 18px;
  margin-left: 10px;
  vertical-align: middle;
}
.blog-single-page .comment-area .text {
  width:80%;
  border:1px solid #dcdcdc;
  margin-left: 10px;
  padding: 22px 18px 22px 20px;
}
.blog-single-page .comment-area .text span {
  font-size: 13px;
}
.blog-single-page .comment-area .text p {
  line-height: 24px;
  margin: 16px 0;
  font-size:15px;
}
.blog-single-page .comment-area .text a {
  font-weight: 600;
  font-size: 14px;
  color:#e1a606;
}
.blog-single-page .comment-area .text a i {
  font-size: 16px;
  margin-left: 5px;
  vertical-align: middle;
}

.blog-single-page .comment-area .reply-comment {
  margin-left:90px;
  margin-top: 36px;
}
.blog-single-page .comment-area .reply-comment .text {
  width:77%;
}
.blog-single-page .comment-area .single-comment {
  margin-bottom: 36px;
}

.blog-single-page .post-comment .row {
  margin: 70px -10px 0 -10px;
 }
 .blog-single-page .post-comment .row [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
 }
 .blog-single-page .post-comment input,
 .blog-single-page .post-comment textarea {
  width:100%;
  border: 1px solid #dcdcdc;
  background: #fff;
  padding-left: 18px;
  padding-right: 10px;
  margin-bottom: 40px;
 }
 .blog-single-page .post-comment input {
  height:50px;
 }
 .blog-single-page .post-comment textarea {
  max-width: 100%;
  min-height: 180px;
  padding-top: 25px;
  padding-bottom: 10px;
  margin-top:30px;
 }
 .blog-single-page .post-comment input:focus,
 .blog-single-page .post-comment textarea:focus {
  -webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.36);
  -moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.36);
  box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.36);
}
.blog-single-page .post-comment button {
  width:155px;
  line-height: 40px;
  text-align: center;
  color:#fff;
  text-transform: uppercase;
  margin-top: 4px;
}

 /*================ Contact Us ==============*/
 .contact-us-area {
  margin: 20px 0;
 }

 .contact-us-area h6 {
  position: relative;
  padding-left: 10px;
  text-transform: uppercase;
  color:#000;
  font-size: 22px;
  border-left: 5px solid #ffba00; margin-bottom:25px;
 }

 .contact-us-area .contact-us-form .row {
  margin: 0px -10px 0 -10px;
 }
 .contact-us-area .contact-us-form .row [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
 }
 .contact-us-area .contact-us-form input,
 .contact-us-area .contact-us-form textarea {
  width:100%;
  border: 1px solid #9a9a9a;
  background: #fff;
  padding-left: 18px;
  padding-right: 10px;
  margin-bottom: 40px;
 }
 .contact-us-area .contact-us-form input {
  height:50px;
 }
 .contact-us-area .contact-us-form textarea {
  max-width: 100%;
  min-height: 180px;
  padding-top: 25px;
  padding-bottom: 10px;
 }
 .contact-us-area .contact-us-form input:focus,
 .contact-us-area .contact-us-form textarea:focus {
  -webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.36);
  -moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.36);
  box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.36);
}
.contact-us-area .contact-us-form button { border:0;
  width:155px;
  line-height: 40px;
  text-align: center;
  color:#fff;
  text-transform: uppercase;
  margin-top: 4px; background:#0e62d4;
}
.contact-us-area .contact-address .wrapper {
  padding-left: 35px;
}
.contact-us-area .contact-address p {
  margin: 60px 0 26px 0;
}
.contact-us-area .contact-address ul.address li {
  position: relative;
  padding-left: 30px;
  line-height: 23px;
   margin-bottom: 20px;
}
  .contact-us-area .contact-address ul.address li i {
  font-size: 20px;
  color:#bd0000;
  position: absolute;
  top:3px;
  left:0;
}
  .contact-us-area .contact-address ul.address li i.fa-envelope-o {
  font-size: 16px;
}
  .contact-us-area .contact-address ul.social-link li {
  display: inline-block;
  margin-right: 14px;
  margin-top:43px;
}
  .contact-us-area .contact-address ul.social-link li a {
  width: 28px;
  height:28px;
  line-height: 28px; font-size:18px;
  text-align: center;
  color:#c59208;
  border:1px solid #c59208;
}
.contact-us-area .contact-address ul.social-link li a:hover {
  border-color:#fff;
  color:#fff;
}

#google-map-area {
  margin-top: 100px;
  height:450px;
  width:100%;
}
#google-map-area .google-map {
  height:100%;
}

.bg3{ background:url(../img/bg2.jpg);}
.main-content .leftSection{ background:#f2f2f2;}
.main-content .container{position:relative;}

.main-content .leftSection h5{ background:#9a0100; padding:10px 10px; color:#fff; font-size:16px; text-transform:uppercase;}
.main-content .leftSection ul li { margin:0; border-bottom: 1px dashed #d3d3d3;}
.main-content .leftSection ul li a{ position:relative; color:#000; font-size:15px;  padding:10px 0; display:block; padding-left:20px}
.main-content .leftSection ul li a:hover{color:#0d53b3;}
.main-content .leftSection ul li.active a{color:#d61311; font-weight:700;}
.main-content .leftSection ul li a:after{ position:absolute; width:5px; height:5px; border-radius:50%; background:#1b3872; content:''; left:7px; top:17px;}
.pd { padding: 0 !important;}

/*video Gallery*/
.videogallery > ul{padding:0;} 
.videogallery > ul > li{ margin-bottom:10px; list-style:none;}
.videogallery > ul > li:after{ display:none;}
.videogallery > ul > li a {border: 1px solid #dbdbdb; padding:2px; display: block; overflow: hidden; position: relative; float: left; width:100%;}
.videogallery > 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%;}
.videogallery > ul > li a:hover > img {-webkit-transform: scale3d(1.1, 1.1, 1.1);transform: scale3d(1.1, 1.1, 1.1);}
.videogallery > ul > li a:hover .demo-gallery-poster > img {opacity: 1;}
.videogallery > 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;}
            .videogallery > 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;
            }
            .videogallery > ul > li a:hover .demo-gallery-poster {
              background-color: rgba(0, 0, 0, 0.5);
            }
            .videogallery .justified-gallery > 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);
              height:100%;
              width:100%;
            }
            .videogallery .justified-gallery > a:hover > img {
              -webkit-transform: scale3d(1.1, 1.1, 1.1);
              transform: scale3d(1.1, 1.1, 1.1);
            }
            .videogallery .justified-gallery > a:hover .demo-gallery-poster > img {
              opacity: 1;
            }
            .videogallery .justified-gallery > 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;
            }
            .videogallery .justified-gallery > 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;
            }
            .videogallery .justified-gallery > a:hover .demo-gallery-poster {
              background-color: rgba(0, 0, 0, 0.5);
            }

            .videogallery .video .demo-gallery-poster img {
              height: 48px;
              margin-left: -24px;
              margin-top: -24px;
              opacity: 0.8;
              width: 48px;
            }
            .videogallery.dark > ul > li a {
              border: 3px solid #04070a;
            }
            .home .demo-gallery {
              padding-bottom: 80px;
            }


.videoSectionCont{ border:1px solid #ddd; width:100%; float:left; color:#000; }
.videoSectionCont span{border-bottom:1px solid #ddd; display:block; text-align:center; padding:5px 3px !important; font-size:12px; height: 50px;}
.videoSectionCont table{width:100%;  text-align:center; color:#000;}
.videoSectionCont table tr th{width:50%; text-align:center; background:#de654e; color:#fff; padding:2px 5px; font-size:12px;}
.videoSectionCont table tr td{width:50%; text-align:center;  padding:2px 5px; color:#000; font-size:12px; border-left:1px solid #ddd;}

.popup-holder {
	position: relative;
	overflow: hidden;
	height: 0;
}

.video-lightbox {  border:10px solid #fff !important;
	width: 500px;
}
.homeBlog .news-post img{width:100%;}

.InMediaMobile{display:none;}

.bannerSection .bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 40px;
	height: 40px;
	text-indent: -9999px;
	z-index: 99;
}

.bannerSection .bx-wrapper .bx-prev {
	left:15px;
	background: url(../img/left_arrow.png) no-repeat 0 0px;
}

.bannerSection .bx-wrapper .bx-next {
	right:15px;
	background: url(../img/right_arrow.png) no-repeat 0px 0px;
}

.bannerSection .bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bannerSection .bx-wrapper .bx-next:hover {
	background-position: 0px 0;
}

.viewBtn{ background:#9b0101; padding:2px 10px; border-radius:50px; color:#fff; position:absolute; font-size:12px; top: 1px;}
.viewBtn:hover{background:#333; color:#fff;}
.mediaBoxSt ul{list-style:none; margin:0; padding:0;}
.mediaBoxSt ul li{list-style:none; margin:0; padding:0; font-size:13px;}
.mediaBoxSt h6{
font-size:16px;
    color: #000; line-height:22px;
    font-weight: 600;
margin: 32px 0 10px 0;}
.mediaBoxSt h6 a{ color:#000;}
.mediaBoxSt .news-post {
    margin-bottom: 20px;
    box-shadow: 6px 6px 5px 0px rgba(0,0,0,0.1);
}
.mediaBoxSt .news-post .text {
    padding: 15px 5px 45px 10px;
    background: #fff;
}
.bio-frame .mediaBoxSt p {
    display: inline-block;
    color: #3a3a3a;
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 12px 0;
    font-weight: 500;
    text-align: justify;
}

.btnPayOnline{ position: absolute;
    right: 0;
    width: 800px;
    top:280px;
    height: 200px;
	

    display: block;
    text-indent: -9999999px;
    overflow: hidden;
}
.PayLeftBtn{    position: fixed;
    right: -32px;
    background: #c8a105;
    border-radius: 0px 0 5px 5px;
    font-size: 14px;
    font-weight: 700;
    padding: 5px 10px;
    top: 50%;
    color: #fff;
    letter-spacing: 2px;
    transform: rotate(90deg);
}
.PayLeftBtn:hover{background: #e44a0d;color: #fff;}

.register_btn{
    height: 40px;
    line-height: 40px;
    padding: 0 28px!important;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    background: #c8a105!important;
    /* margin-left: 38px; */
    margin-right: 32px!important;
}


