@charset "utf-8";
@import 'https://fonts.googleapis.com/css?family=Lora:400,700';
@import 'https://fonts.googleapis.com/css?family=Signika:300,400';

/*@import 'https://fonts.googleapis.com/css?family=Ubuntu:400,500,700';*/

@import 'https://fonts.googleapis.com/css?family=Raleway:300,300i,400,400i,500';

/* CSS Document */

.clearfix {
    clear: both;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 300 !important;
}

.home-page-body {
    padding-top: 119px !important;
}

form input.invalid-form-feild,
form textarea.invalid-form-feild {
    border-bottom: 1px solid #ff0000;
}

.notification {
    position: fixed;
    background: #fff;
    -webkit-box-shadow: 0 3px 3px rgba(0,0,0,.15);
    box-shadow: 0 3px 3px rgba(0,0,0,.15);
    padding: 0.25em 1em;
    border-radius: 25px;
    z-index: 99999999999;
    top: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.hide {
    display: none !important;
}

.our-client-logo-table {
    width: 100%;
    /*border-width: 1px;*/
    border-spacing: 2px;
    /*border-style: solid;*/
    /*border-color: #eee;*/
    border-collapse: separate;
    background-color: white;
}

.iframe-fullwidth {
    width: 100%;
}

.our-client-logo-table  td {
    border-width: 1px;
    /*padding: 1px;*/
    border-style: solid;
    border-color: #eee;
    /*background-color: white;*/
}

/*.our-client-logo-table > tr > td*/

.our-client-logo-table img {
    margin-left:auto;
    margin-right:auto;
    display: block;
    max-width: 100%;
    height: auto;
}

.social-link {
    float: right;
    width: auto;
    padding: 0;
    color: #411243;
    font-size: 15px;
    margin-top: 0px;
    font-family: 'Signika', sans-serif;
    margin-right: 0;
}

a {
    outline: none;
}

a:hover,
a:focus,
a:active {
    outline: none;
}

[class*="btn"] {
    font-family: 'Lato', sans-serif !important;
    font-weight: 400 !important;
    text-transform: none !important;
    border-radius: 5px !important;
}

[class*="lead"],
[class*="lead"] p {
    font-family: 'Raleway', sans-serif !important;
    font-weight: 300 !important;
    color: #411243 !important;
}

.purple-lead {
    color: #411243 !important;
}

.social-link a {
    color: #411243;
    font-size: 15px;
}

.modal-form-wrpr > input {
    margin-bottom: 15px;
}

.social-link ul {
    float: left;
    list-style: none;
    padding: 0;
    margin-top: 5px;
    border-right: 1px solid #c5c5c5;
    margin-right: 14px;
}

.social-link ul li {
    float: left;
}

.social-link ul li a {
    float: left;
    background: url(../images/spirte-img01.png) 0 0 no-repeat;
    width: 10px;
    height: 20px;
    margin-right: 14px;
    display: inline-block;
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ
}

.social-link ul li a.twiter {
    background: url(../images/spirte-img01.png) -22px 0px no-repeat;
    width: 16px;
}

.social-link ul li a.instagram {
    background: url(../images/spirte-img01.png) -49px 0px no-repeat;
    width: 16px;
}

.social-link ul li a.google-plus {
    background: url(../images/spirte-img01.png) -73px 0px no-repeat;
    width: 13px;
}

.social-link ul li a.youtube {
    background: url(../images/spirte-img01.png) -94px 0px no-repeat;
    width: 18px;
}

.social-link ul li a:hover {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}

.email-link {
    background: url(../images/spirte-img01.png) -1px -17px no-repeat;
    padding-left: 26px;
    margin-top: 3px;
    float: right;
    color: #411243;
    font-size: 15px;
    font-family: 'Signika', sans-serif;
}

.sibling-website-nav {
    /*background: url(../images/header-bg.jpg) 0 0px repeat-x #fff;*/
    background: #F2F0F0;
    width: 100%;
    /*float: left;*/
    /*position: relative;*/
    /*z-index: 999;*/
    /*position: fixed;*/
    /*top: 0;*/
    /*border-bottom: 1px solid #eee;*/
    border-top: 2px solid #411243;
}

.sibling-website-nav > ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

.sibling-website-nav > ul > li {
    display: inline-block;
}

.sibling-website-nav > ul > li > a {
    padding: 0.35em 20px;
    display: inline-block;
    background: #F2F0F0;
    font-size: 1.3em;
    color: #727272;
    border: 1px solid #eee;
    /*border-top: 2px solid #727272;*/
    border-left: none;
    font-family: 'Signika', sans-serif;
    text-decoration: none;
    width: 585px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.sibling-website-nav > ul > li.active > a {
    border-left: 1px solid #eee;
}

.sibling-website-nav > ul > li.active > a {
    background: #fff;
    color: #411243;
    /*border-top: 2px solid #411243; */
}

.sibling-website-nav > ul > li > a:hover,
.sibling-website-nav > ul > li > a:focus,
.sibling-website-nav > ul > li > a:active {
    background: #fff;
    color: #411243;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Raleway', sans-serif;
    font-weight: 300 !important;
}


/* .email-link span {







    background: url(../images/spirte-img01.png) -1px -39px no-repeat;







    padding-left: 20px;







} */

.read-more {
    position: relative;
    color: #401243;
    font-size: 15px;
}

.read-more:after {
    content: '';
    position: absolute;
    bottom: ;
    left: 0;
    right: 100%;
    height: 2px;
    bottom: -2px;
    background: #401243;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.read-more:hover,
.read-more:focus,
.read-more:active {
    color: #401243;
    text-decoration: none;
}

.read-more:hover:after,
.read-more:focus:after,
.read-more:active:after {
    right: 0;
    text-decoration: none;
}


/*.navbar-brand { background:url(../images/oxygen-logo.jpg) 0 0 no-repeat; width:214px; height:75px; float:left; margin-top:54px; margin-bottom:20px;}*/


/*.stick .navbar-brand { margin-top:40px; -webkit-transition: all 300ms; transition: all 300ms; width:160px; height:56px; background-size:100% 100%; margin-bottom:10px; }*/


/* site nav code */

.hamburger-menu-btn {
    border: none;
    background: #fff;
    font-size: 2em;
    color: #411243;
    display: none;
}

.main-site-navigation-outer {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9999;
    padding-bottom: 1em;
    background: #fff;
    border-bottom: 5px solid #411243;
}

.main-site-navigation-outer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.main-site-navigation-outer a {
    text-decoration: none;
}

.main-site-navigation-outer a:hover,
.main-site-navigation-outer a:focus,
.main-site-navigation-outer a:active {
    text-decoration: none;
}

.main-site-navigation-outer .site-external-nav-links-outer {
    background: #F2F0F0;
    /*border-bottom: 1px solid #eee;*/
	display: none;
}

.main-site-navigation-outer .inner-nav-container {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Signika', sans-serif;
}

.site-external-nav-links > li > a {
    width: 50%;
    float: left;
    text-align: center;
    background: #F2F0F0;
    padding: 0.35em 20px;
    font-size: 1.3em;
    font-family: "Lato", sans-serif;
}

.site-external-nav-links > li.active > a {
    background: #fff;
}

.site-external-nav-links > li > a:hover,
.site-external-nav-links > li > a:focus,
.site-external-nav-links > li > a:active {
    background: #fff;
    color: #411243;
}

.site-external-nav-links:before,
.site-external-nav-links:after {
    display: table;
    content: " ";
}

.site-external-nav-links:after {
    clear: both;
}

ul.social-media-top-navbar {
    text-align: right;
    margin-bottom: 20px;
}

ul.social-media-top-navbar > li {
    display: inline-block;
    margin-right: 0.85em;
}

ul.social-media-top-navbar > li:last-child {
    margin-right: 0;
}

ul.social-media-top-navbar > li > a {
    color: #411243;
    font-size: 1.1em;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

ul.social-media-top-navbar > li > a span,
ul.social-media-top-navbar > li:last-child > span {
    font-weight: 400;
    font-family: "Lato", sans-serif;
}

ul.social-media-top-navbar > li:last-child > span {
    color: #411243;
    font-size: 1.1em;
}

ul.social-media-top-navbar > li > a:hover,
ul.social-media-top-navbar > li > a:focus,
ul.social-media-top-navbar > li > a:active {
    color: #727272;
}

.site-main-navigation-outer .main-site-internal-links > li {
    display: inline-block;
    position: relative;
}

.site-main-navigation-outer > .inner-nav-container {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding-top: 1.5em;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.site-main-navigation-outer .main-site-internal-links > li > a {
    font-size: 15px;
    padding-right: 12px;
    padding-left: 12px;
    font-weight: 300;
    text-transform: uppercase;
    color: #666;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.site-main-navigation-outer .main-site-internal-links > li.active > a {
    font-weight: normal;
    color: #000;
}

.underline,
.underline-list > li > a {
    position: relative;
    display: inline-block;
}

.underline:after,
.underline-list > li > a:after {
    content: '';
    height: 1px;
    display: inline-block;
    position: absolute;
    background: #727272;
    left: 0;
    right: 100%;
    bottom: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.underline:hover:after,
.underline:focus:after,
.underline:active:after,
.underline-list > li > a:hover:after,
.underline-list > li > a:focus:after,
.underline-list > li > a:active:after {
    right: 0;
}

.site-main-navigation-outer .main-site-internal-links > li > a:hover,
.site-main-navigation-outer .main-site-internal-links > li > a:focus,
.site-main-navigation-outer .main-site-internal-links > li > a:active {
    color: #411243;
}

.site-main-navigation-outer .main-site-internal-links > li:after {
    content: '';
    position: absolute;
    top: 3px;
    bottom: 3px;
    left: 100%;
    width: 1px;
    background: rgba(65, 18, 67, .3);
}

.site-main-navigation-outer .main-site-internal-links > li:last-child:after {
    background: none;
}

.site-main-navigation-outer .main-site-internal-links > li:last-child > a {
    padding-right: 0;
}

ul.social-media-top-navbar > li:nth-of-type(5) {
    padding-right: 20px;
    position: relative;
    margin-right: 0;
}

ul.social-media-top-navbar > li:nth-of-type(5):after,
ul.social-media-top-navbar > li:nth-of-type(6):after {
    content: '';
    position: absolute;
    left: 100%;
    top: 0;
    width: 1px;
    bottom: 0;
    background: #ccc;
}

ul.social-media-top-navbar > li:nth-of-type(6) {
    padding: 0 15px;
    position: relative;
}

.site-main-navigation-outer .brand-logo > img {
    width: 279px;
    height: 75px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}


/* nav shrink code */

.main-site-navigation-outer.main-site-nav-shrink .site-external-nav-links-outer {
    display: none;
}

.main-site-navigation-outer.main-site-nav-shrink .site-main-navigation-outer .brand-logo > img {
    width: 200px;
    height: 54px;
}

.main-site-navigation-outer.main-site-nav-shrink .site-main-navigation-outer > .inner-nav-container {
    padding-top: 0.5em;
    align-items: center;
}

.main-site-navigation-outer.main-site-nav-shrink {
    padding-bottom: 0.5em;
}


/* End nav code here */

.stick {
    min-height: 0;
    transition: all 300ms;
    -webkit-transition: all 300ms;
}

.stick .navbar-nav {
    margin-top: 20px;
}

.navbar-wrapper .navbar > .container {
    padding-left: 0;
    padding-right: 0;
}

.border-bottom {
    background: #411243;
    margin: auto;
    width: 100%;
    height: 5px;
    margin-top: 0px;
    clear: both;
}

.navbar-brand img {
    float: left;
    margin-top: 34px;
    width: 279px;
    height: 74px;
    margin-bottom: 10px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.navbar-brand img.small {
    width: 208px;
    height: 56px;
    margin-top: 20px;
}

.pull-right1 {
    float: right;
    margin-right: 0px;
}

.banner-about-box {
    /*background: url(../images/about-caption-bg.png) 0 0 no-repeat;*/
    background: #411243;
    /*height: 275px;*/
    float: left;
    margin-top: 50px;
    position: relative;
    z-index: 99;
    margin-bottom: 15px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
}

.about-lead {
    float: left;
    width: 100%;
    padding: 0px 0px;
    margin-bottom: 30px;
}

.about-lead p {
    color: #fff;
    font-size: 30px;
    line-height: 42px;
    font-family: 'Signika', sans-serif;
    padding: 60px 0px 0 0px;
}

.btn-about {
    float: left;
    width: 253px;
    /*background: url(../images/btn-bg.jpg) repeat-x;*/
    background: #fff;
    border: 1px solid #fff;
    height: 51px;
    line-height: 48px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    overflow: hidden;
    text-align: center;
    color: #000;
    color: #1d081e;
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    font-size: 18px;
    display: inline-block;
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ;
    font-weight: bold;
    transition: all .4s;
    -webkit-transition: all .4s;
}

.marketing h2.services-headline {
    margin-bottom: 25px;
}

.btn-about:hover,
.btn-about:focus,
.btn-about:active {
    text-decoration: none;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cccccc+0,ffffff+83,cccccc+100 */
    /*background: rgb(204, 204, 204);

    /* Old browsers */
    /*background: -moz-linear-gradient(top, rgba(204, 204, 204, 1) 0%, rgba(255, 255, 255, 1) 83%, rgba(204, 204, 204, 1) 100%);

    /* FF3.6-15 */
    /*background: -webkit-linear-gradient(top, rgba(204, 204, 204, 1) 0%, rgba(255, 255, 255, 1) 83%, rgba(204, 204, 204, 1) 100%);

    /* Chrome10-25,Safari5.1-6 */
    /*background: linear-gradient(to bottom, rgba(204, 204, 204, 1) 0%, rgba(255, 255, 255, 1) 83%, rgba(204, 204, 204, 1) 100%);

    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /*filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#cccccc', GradientType=0);

    /* IE6-9 */
    background: none;
    color: #fff;
}

.enquire-now {
    float: left;
    width: 100%;
    padding: 0px 30px 0 20px;
}

.enquire-now h2 {
    color: #fff;
    text-align: left;
    font-size: 25px;
    /*font-family: 'Signika', sans-serif;*/
    font-family: "Raleway", sans-serif !important;
    font-weight: 300;
}

.select_style {
    overflow: hidden;
}


/* Home banner box */

.banner-caption-box {
    /*margin-top: -150px;*/
    position: relative;
    top: 0;
    margin: 0;
    width: 1170px !important;
    text-align: left;
    padding: 15px 0 25px;
}

.bg-band {
    background: #F2F0F0;
}

.col-md-12.banner-caption-box h2 {
    font-size: 35px;
}

.col-md-12.banner-caption-box p {
    font-size: 24px;
    line-height: 32px;
    font-weight: 300;
}

.banner-caption-box > a {
    text-decoration: none;
}

.banner-caption-box > a:hover,
.banner-caption-box > a:focus,
.banner-caption-box > a:active {
    text-decoration: none;
}

.select_style select {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    background: url(../images/select_style-bg.jpg) right no-repeat #1d081e;
    height: 35px;
    border-radius: 0;
    -webkit-border-radius: 0;
    outline: none;
    color: rgba(255, 255, 255, .5);
    font-size: 14px;
    padding-left: 10px;
    font-family: 'Signika', sans-serif;
    border: 0;
    -moz-appearance: none;
    margin-bottom: 10px;
    text-indent: 0.01px;
    text-overflow: '';
}

.send-btn {
    color: #1d081e;
    background: #fff;
    height: 57px;
    width: 100%;
    border: 1px solid #fff;
    border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
    margin-left: -12px;
    /*border-radius: 5px;*/
    font-size: 15px;
    /*text-transform: uppercase;*/
    font-weight: bold;
    font-family: "Lato";
    font-weight: 400;
    position: relative;
    transition: all .4s;
    -webkit-transition: all .4s;
}

.send-btn:hover,
.send-btn:focus,
.send-btn:active {
    background: none;
    color: #fff;
}

.peding-left-right-none {
    padding: 0 10px 0 0px;
}

.top-border-radius {
    -moz-border-radius-topleft: 10px;
    -webkit-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
    -moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
}

.we-offer-box {
    border: 1px solid #ebebeb;
    padding: 4px 30px 10px 30px;
    min-height: 204px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-right-radius: 10px;
    border-bottom-right-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px;
    width: 100%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fefefe+0,ececec+100 */
    background: rgb(254, 254, 254);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(254, 254, 254, 1) 0%, rgba(236, 236, 236, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(254, 254, 254, 1) 0%, rgba(236, 236, 236, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(254, 254, 254, 1) 0%, rgba(236, 236, 236, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#ececec', GradientType=0);
    /* IE6-9 */
    height: 213px;
}

.we-offer-box-bg:hover .we-offer-box,
.we-offer-box-bg:focus .we-offer-box,
.we-offer-box-bg:active .we-offer-box {
    background: #fff;
}

.we-offer-box-bg:hover,
.we-offer-box-bg:active,
.we-offer-box-bg:focus {
    opacity: 0.8;
    filter: alpha(opacity=80);
    text-decoration: none;
}

.bottom-margine-20px {
    margin-bottom: 12px;
}

.img-responsive {
    width: 100%;
}

.peding-left-right-60px {
    padding: 0 20px
}

.left-right-margine-row {
    margin: 0 -33px;
}

.gallery-box {
    float: left;
    width: 100%;
    /*height: 565px;*/
    /*background: url(../images/gallery-img01.jpg) center repeat;*/
    background-size: 100% 100%;
    background-attachment: fixed;
    background-position: top center;
    margin-top: 50px;
}

.white-box {
    float: left;
    width: 100%;
    background: #FFF;
    margin: 50px 0;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 28px 0 0px 0;
    min-height: 465px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.gallery-box .white-box {
    min-height: 610px !important;
}

.gallery-box .white-box.hm-white-box-right .peding-left-right-60px p.video-caption {
    font-weight: bold;
}

.more-videos {
    text-align: center;
}

.more-videos-btn {
    font-size: 16px;
    font-family: 'open_sansbold';
}

.gallery-box .white-box:hover {
    /*background: #f4f4f4;*/
}

.instagram-img a {
    background: url(../images/instagram-img01.png) 0 3px no-repeat;
    width: 213px;
    color: #411243;
    text-decoration: none !important;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 25px;
    display: inline-block;
    transition: all .4s;
    -webkit-transition: all .4s;
}

.soclink-icon-tw a {
    background: url(../images/sprite-sociallink.png) 0 0 no-repeat;
    padding-left: 36px;
    display: inline-block;
    transition: all .4s;
    -webkit-transition: all .4s;
}

.soclink-icon-fb a {
    display: inline-block;
    background: url(../images/sprite-sociallink.png) 0 -44px no-repeat;
    padding-left: 36px;
    transition: all .4s;
    -webkit-transition: all .4s;
}

.soclink-icon-tw a:hover,
.soclink-icon-fb a:hover,
.instagram-img a:hover {
    opacity: .5;
}

.soclink-icon-ns {
    background: url(../images/sprite-sociallink.png) 0 -82px no-repeat;
    padding-left: 36px;
}

.social-tittle h2 {
    margin-bottom: 22px;
    margin-top: 70px;
}

.peding-none {
    padding: 0;
}

.form-control-ns {
    background: #FFF;
    color: #555;
    border: 1px solid #411243;
    -moz-border-radius-top-left: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -moz-border-radius-bottom-left: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    height: 43px;
}

.form-control-ns::-moz-placeholder {
    color: #727272;
}

.form-control-ns:-ms-input-placeholder {
    color: #727272;
}

.form-control-ns::-webkit-input-placeholder {
    color: #727272;
}

.submit-btn {
    background: #411243;
    height: 43px;
    font-size: 15px;
    color: #fff;
    -moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border: 0;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'open_sansbold';
    margin-left: -17px;
    padding: 0 10px;
    position: relative;
    border: 1px solid #411243;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.submit-btn:hover,
.submit-btn:focus,
.submit-btn:active {
    background: #280629;
    color: #fff;
    /*color: #411243;*/
    /*border: 1px solid #411243;*/
}

.footer-bg {
    float: left;
    width: 100%;
    background: url(../images/footer-bg.jpg) 0 0 no-repeat;
    height: 267px;
    background-size: 100% 100%;
    margin-top: 100px;
    position: relative;
    z-index: 9999999;
}

.footer-full-bg {
    width: 100%;
    float: left;
    height: 267px;
    position: absolute;
}

ul.footer-link {
    float: left;
    width: 100%;
    background: url(../images/footer-link-bg.png) 0 0 no-repeat;
    height: 259px;
    margin-top: -2px;
    list-style: none;
    padding-top: 35px;
    margin-left: -19px;
}

ul.footer-link li {
    float: left;
    width: 100%;
    padding-left: 47px;
}

ul.footer-link li a {
    float: left;
    color: #000000;
    font-size: 14px;
    font-family: 'Signika', sans-serif;
    padding-bottom: 3px;
    margin-bottom: 2px;
    font-weight: 300;
    line-height: 1.4;
}

ul.footer-link li a {
    position: relative;
}

ul.footer-link li a:after {
    content: '';
    position: absolute;
    bottom: ;
    left: 0;
    right: 0;
    height: 2px;
    bottom: 0;
    background: #411243;
    opacity: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    color: #401243;
}

ul.footer-link li a:hover,
.ul.footer-link li a:focus,
.ul.footer-link li a:active {
    color: #401243;
    text-decoration: none;
}

ul.footer-link li a:hover:after,
.ul.footer-link li a:focus:after,
.ul.footer-link li a:active:after {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

ul.footer-link li a.active {
    color: #401243;
    text-decoration: none;
    /*font-weight: bold;*/
    border-bottom: 2px solid #411243
}

.footer-content-detils {
    padding-top: 20px;
}

.footer-content-detils h2 {
    color: #fff;
    font-weight: bold;
}

.footer-content-detils p {
    color: #b1b1b1;
    line-height: 22px;
    font-size: 14px;
}

.footer-content-detils p span {
    font-size: 15px;
    font-family: 'Signika', sans-serif;
    /*font-family: 'open_sanssemibold';*/
    font-weight: 300;
}

.footer-bg .connect-us > p {
    color: #b1b1b1 !important;
}

.email-footre {
    position: relative;
    color: #b1b1b1;
}

.email-footre:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    bottom: -2px;
    opacity: 0;
    background: #b1b1b1;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.email-footre:hover,
.email-footre:focus,
.email-footre:active {
    color: #b1b1b1;
    text-decoration: none;
}

.email-footre:hover:after,
.email-footre:focus:after,
.email-footre:active:after {
    opacity: 1;
    text-decoration: none;
}

ul.social-link-footer {
    float: left;
    width: 100%;
    list-style: none;
    padding: 0;
}

ul.social-link-footer li {
    float: left;
}

ul.social-link-footer li a {
    float: left;
    height: 29px;
    width: 23px;
    background: url(../images/social-link-footer.png) 0 0 no-repeat;
    margin-right: 20px;
    display: inline-block;
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ
}

ul.social-link-footer li a.faceboook-footer {
    background-position: -43px 0px;
    width: 13px;
}

ul.social-link-footer li a.instagram-footer {
    background-position: -76px 0px;
}

ul.social-link-footer li a.google-plus-footer {
    background-position: -114px 0px;
}

ul.social-link-footer li a.youtube-footer {
    background-position: -154px 0px;
    width: 31px;
}

ul.social-link-footer li a:hover,
ul.social-link-footer li a:active,
ul.social-link-footer li a:focus {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}

.color-game-img {
    margin-top: -108px;
    margin-left: -176px;
}

.connect-us {
    padding-left: 10px;
}

.instagram-box {
    float: left;
    width: 100%;
}

.font-14px {
    font-size: 14px;
    color: #b1b1b1;
}

.header-top {
    width: 100%;
    float: left;
    background: url(../images/header-bg.jpg) top repeat-x #fff;
    position: fixed;
    top: 0;
    z-index: 999999;
    transition: all 300ms;
    -webkit-transition: all 300ms;
}

.banner {
    float: left;
    width: 100%;
    margin-top: -4px;
    position: relative;
}

.visible-xs-black {
    display: none
}

.topbackgournd-color-white {
    background: #fff;
    position: relative;
}

.top-navbar-fixed {
    width: 100%;
    float: left;
    position: relative;
    z-index: 999;
    position: fixed;
    top: 0px;
    display: none;
}

.inside-banner {
    float: left;
    width: 100%;
    background: url(../images/about-us-banner.jpg) no-repeat #441242;
    background-position: top right;
    height: 250px;
    /*margin-top:128px;*/
    margin-bottom: 35px;
    float: left;
    margin-top: -43px;
}

.page-title {
    color: #fff;
    font-size: 40px;
    font-family: 'Signika', sans-serif;
    margin: 0;
    line-height: 250px;
}

.about-lead {
    color: #000000;
    font-size: 29px;
    font-family: 'Signika', sans-serif;
    line-height: 42px;
    font-weight: normal;
}

.about-contnet {
    width: 95%;
}

.our-mission-box {
    float: left;
    width: 100%;
    background: url(../images/Mission-img.png) 0 0 no-repeat;
    background-size: 100% 100%;
    border-radius: 15px;
    margin-top: 30px;
}

.vision-box {
    background: url(../images/Vision-img.png) 0 0 no-repeat;
    background-size: 100% 100%;
}

.our-mission-box p {
    color: #ddd;
    padding: 50px;
    font-size: 15px;
    line-height: 24px;
}

.about-us-team-member-profile {
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.15);
    box-shadow: 0 0 5px rgba(0,0,0,.15);
    overflow: hidden;
    padding: 20px;
    border-radius: 25px;
}

.about-us-team-member-profile > .writeup {
    /*overflow: hidden;*/
}

.about-us-team-member-profile > .writeup > h2 {
    margin-top: 0;
    /*margin-top: 15px;*/
    margin-bottom: 5px;
}

.about-us-team-member-profile > .writeup > span {
    font-weight: bold;
    display: inline-block;
    margin-bottom: 15px;
}

.about-us-team-member-profile > img {
    float: left;
    padding: 5px;
    margin-right: 20px;
    border-radius: 15px;
    margin-bottom: 5px;
    border: 1px solid #eee;
} 

.our-mission-box p span {
    color: #fff;
    font-size: 30px;
    display: inline-block;
    font-weight: 300;
    margin-bottom: 10px;
    line-height: 45px;
}

.contact-img {
    background: url(../images/contact-banner.jpg) right no-repeat #451242;
}

.contact-form-bg {
    background: url(../images/contact-form-bg.jpg) 0 0 no-repeat;
    width: 100%;
    height: 1005px;
    background-size: 100% 100%;
}

.contact-form {
    margin: auto;
    width: 990px;
    padding-top: 40px;
    padding-left: 30px;
    padding-right: 30px;
}

.contact-form > form > .col-md-4 {
    margin-bottom: 1em;
}

.contact-form h4 {
    color: #421144;
    font-size: 25px;
    font-family: 'Signika', sans-serif;
    margin-left: 15px;
}

.map-icon {
    background: url(../images/map-icon.png) 0 3px no-repeat;
    padding-left: 30px;
    margin: 0 0 5px 0;
}

.mail-icon {
    background: url(../images/mailiocn.png) 0 6px no-repeat;
    padding-left: 30px;
}

.mail-icon a {
    color: #555 !important;
    text-decoration: none !important;
    position: relative;
    display: inline-block;
}

.mail-icon a:after {
    content: "";
    height: 1px;
    width: 0;
    position: absolute;
    left: 0;
    top: auto;
    bottom: 3px;
    display: block;
    background: #555;
    transition: all .4s;
    -webkit-transition: all .4s;
}

.mail-icon a:hover:after {
    width: 100%;
}

.top-margine-50px {
    margin-top: 50px;
}

.form-control-contact {
    display: block;
    width: 100%;
    height: 35px;
    padding: 6px 3px;
    font-size: 13px;
    line-height: 1.42857143;
    background-color: #fff;
    background-image: none;
    border: 0;
    border-bottom: 1px solid #cccccc;
    resize: none;
    font-weight: 400;
    color: #727272;
    outline: 0;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    font-family: 'Lato', sans-serif;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #888 !important;
    opacity: 1;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #888 !important;
    opacity: 1;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #888 !important;
    opacity: 1;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #888 !important;
    opacity: 1;
}

.textarea-height {
    height: 116px!important;
}

.form-control-contact:focus {
    border-color: #411243;
}

.form-control-contact::-moz-placeholder {
    color: #626161;
}

.form-control-contact:-ms-input-placeholder {
    color: #626161;
}

.form-control-contact::-webkit-input-placeholder {
    color: #626161;
}

.contact-submit-btn {
    position: relative;
    font-family: 'open_sansbold';
    font-size: 25px;
    border: 0;
    background: #fff;
    outline: 0;
    color: #421144;
    width: auto;
    padding: 0;
    float: right;
    margin-top: 78px;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
}

.contact-submit-btn:after,
.contact-submit-btn:before {
    content: '';
    position: absolute;
    top: auto;
    bottom: -4px;
    right: 0;
    width: 100%;
    height: 4px;
    background: #421144;
    opacity: 1;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.phone i {
    font-size: 1.1em;
    color: #411243;
}

.contact-submit-btn:before {
    right: auto;
    width: 0;
    left: 0;
    transition-delay: .4s;
    -webkit-transition-delay: .4s;
}

.contact-submit-btn:hover:before,
.contact-submit-btn:focus:before,
.contact-submit-btn:active:before {
    width: 100%;
    opacity: 1;
}

.contact-submit-btn:hover:after,
.contact-submit-btn:focus:after,
.contact-submit-btn:active:after {
    width: 0;
    opacity: 1;
}

.our-experts-img {
    background: url(../images/our-experts-img.jpg) right no-repeat #421144;
}

.media-img {
    background: url(../images/media.jpg) right no-repeat #421144;
    -webkit-background-size: cover;
    background-size: cover;
}

.services-we-offer-img {
    background: url(../images/services-we-offer.jpg) right no-repeat #421144;
}

.testimonial-img {
    background: url(../images/testimonial.jpg) right no-repeat #421144;
    -webkit-background-size: cover;
    background-size: cover;
}

.expets-col-1 {
    background: url(../images/expets-col-img01.jpg) left no-repeat #1e2020;
    background-size: 100% 100%;
    width: 100%;
    padding-top: 100px;
    height: auto;
    padding-bottom: 50px;
}

.Muner-pic {
    margin-left: -200px;
    margin-top: -20px;
}

ul.left-social-link {
    float: left;
    list-style: none;
    padding: 0;
    width: 30px;
    margin-right: 25px;
    margin-left: 50px;
    position: relative;
    z-index: 99999;
}

ul.left-social-link li {
    float: left;
}

ul.left-social-link li a {
    width: 30px;
    height: 30px;
    float: left;
    background: url(../images/social-link-expert.png) 0 0 no-repeat;
    margin-bottom: 10px;
    display: inline-block;
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

ul.left-social-link li a.twiter-ex {
    background-position: 0px -40px!important;
}

ul.left-social-link li a.google-p-ex {
    background-position: 0px -80px!important;
}

ul.left-social-link li a:hover {
    -webkit-transform: translatex(5px);
    transform: translatex(5px);
}


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


/* Footer code */


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

.social-media-updates-section {
    padding-bottom: 2.5em;
}

.social-media-updates-section .discover-internal-compass-of-mind > p {
    color: #411142;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 0;
    font-weight: bold;
}

.social-media-updates-section .discover-internal-compass-of-mind {
    text-align: center;
    margin-top: 50px;
}

.social-media-updates-section > .container > .row > [class*="col-md"] {
    padding: 0 15px;
}

.social-media-updates-section > .container > .row > [class*="col-md"] img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-width: 100%;
    height: auto;
}

.newsletter-subscribe-form .input-wrpr {
    position: relative;
    display: inline-block;
}

.newsletter-subscribe-form .input-wrpr input {
    background: #FFF;
    color: #555;
    border: 1px solid #411243;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    height: 43px;
    font-size: 15px;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    padding-left: 10px;
    min-width: 320px;
}

.newsletter-subscribe-form .input-wrpr input:focus {
    outline: none !important;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.newsletter-subscribe-form .input-wrpr [type="submit"] {
    background: #411243;
    height: 43px;
    font-size: 15px;
    color: #fff;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0 10px;
    padding: 10px;
    border: 1px solid #411243;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: absolute;
    top: 0;
    right: 0;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}

.newsletter-subscribe-form .input-wrpr [type="submit"]:hover,
.newsletter-subscribe-form .input-wrpr [type="submit"]:focus,
.newsletter-subscribe-form .input-wrpr [type="submit"]:active {
    text-decoration: none;
    background: #2a0a2b;
}

.newsletter-subscribe-form .input-wrpr input:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.social-media-updates-section {
    padding-top: 2em;
}

.social-media-updates-section h2 {
    margin-bottom: 30px;
}

.social-media-updates-section h2 a {
    color: #411243 !important;
    text-decoration: none !important;
}

.social-media-updates-section .row .col-md-4 > .border {
    border: 1px solid #eee;
    padding: 10px 18px;
    border-radius: 15px;
    height: 340px;
}


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


/* SERVICES page */


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

.bp-services-we-offer {
    padding-top: 3.12em;
}

.bp-services-we-offer > .container > .row > [class*="col-md"] {
    margin-bottom: 2.78em;
}

.services-aside-nav {
    /*border: 1px solid #eee;*/
}

.services-aside-nav {
    list-style: none;
    padding: 0;
    margin: 0;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
}

.services-aside-nav > li {
    display: block;
    border-bottom: 1px solid #eee;
}

.services-aside-nav > li > a {
    font-family: 'Signika', sans-serif;
    position: relative;
    padding: 10px 20px;
    font-size: 15px;
    display: inline-block;
    display: block;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.services-aside-nav > li > a:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 10%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 7px;
    height: 10px;
    background: url(../images/services-arrow.png) 0 50%;
}

.services-aside-nav > li:last-child {
    /*border-bottom: none;*/
}

.services-aside-nav > li > a:hover,
.services-aside-nav > li > a:focus,
.services-aside-nav > li > a:active,
.services-aside-nav > li.active > a {
    text-decoration: none;
    color: #fff;
    background: #411243;
    border-radius: 5px;
}

.services-aside-nav > li:not(.active) > a:hover:after,
.services-aside-nav > li:not(.active) > a:focus:after,
.services-aside-nav > li:not(.active) > a:active:after {
    background-position: -7px 50%;
}

.services-aside-nav > li.active > a:after {
    background-position: -7px 50%;
}

.services-aside-nav > li.active > a:hover,
.services-aside-nav > li.active > a:focus,
.services-aside-nav > li.active > a:active {
    background: #411243 !important;
}

.services-aside-nav > li.active > a {
    /*font-weight: bold;*/
    color: #fff;
}

.services-aside-nav > li.active > a:hover {
    /*background: none!important;*/
}


/* nlp page */

.nlp-content-wrapper .col-md-6 > .npl-indivisualc-content {
    margin-top: 30px;
}

.nlp-content-wrapper .col-md-6 div:first-child {
    margin-top: 0;
}

.nlp-content-wrapper > .intro-para {
    font-size: 1.5em;
    /*margin-bottom: 2em;*/
}

.services-we-offer-img.breakthough-events-banner {
    background: url(../images/services-we-offer-breakthrough.jpg) right no-repeat #421144;
}

.services-we-offer-img.team-building-banner {
    background: url(../images/services-we-offer-teambuilding.jpg) right no-repeat #421144;
}

.services-we-offer-img.dmit-banner {
    background: url(../images/services-we-offer-dmit.jpg) right no-repeat #421144;
}

.services-we-offer-img.corporate-events-banner {
    background: url(../images/services-we-offer-corporate-training.jpg) right no-repeat #421144;
}

.services-we-offer-img {
    -webkit-background-size: cover !important;
    background-size: cover !important;
}


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


/* Media page */


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

.media-details-box h5 {
    font-family: 'Signika', sans-serif;
}

.media-details-box {
    padding-top: 1em;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    border: 1px solid transparent;
}

.media-details-box:hover {
    border: 1px solid #eee;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .1);
    box-shadow: 0 0 2px rgba(0, 0, 0, .1);
    background: #eee;
}

.media-details-box .read-more-btn button:before {
    content: '\f0a9';
    position: absolute;
    top: 0;
    left: 110%;
    font-family: FontAwesome;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.media-details-box:hover .read-more-btn button:before {
    -webkit-transform: translateX(3px);
    -ms-transform: translateX(3px);
    -o-transform: translateX(3px);
    transform: translateX(3px);
}


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


/* Media details  Page */


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

.media-details-img-wrpr > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.media-details-content > header h1 {
    color: #411046;
    font-size: 25px;
    line-height: 1.2;
    font-weight: regular;
    margin: 0;
    font-family: 'Signika', sans-serif;
}

.media-details-content > header > p {
    color: #555;
    font-size: 15px;
    font-family: 'Signika', sans-serif;
    margin-bottom: 5px;
}

.media-details-content > header {
    margin-bottom: 1.67em;
}

.media-details-highlight-para {
    font-family: 'open_sansbold';
}

.media-details-next-prev-wrpr {
    margin-top: 2em;
    padding: 0.56em 0;
    border-bottom: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
}

.media-details-next-prev-wrpr {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.media-details-next-prev-wrpr > .prev {
    padding-left: 10px;
}

.media-details-next-prev-wrpr > .prev:after {
    content: '<';
    position: absolute;
    top: 0;
    left: 0;
    color: #411046;
    font-family: 'open_sansbold';
}

.media-details-next-prev-wrpr > a {
    position: relative;
    color: #411046;
    font-family: 'open_sansbold';
}


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


/* Footer code */


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

.site-main-footer {
    background: url(../images/footer-bg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    color: rgb(177, 177, 177);
    font-family: Signika, sans-serif;
}

.site-main-footer .container {
    position: relative;
}

.site-main-footer .footer-cube-box {
    position: absolute;
    right: -10%;
    top: -50%;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.site-main-footer .footer-cube-box:hover,
.site-main-footer .footer-cube-box:focus,
.site-main-footer .footer-cube-box:active {
    -webkit-transform: translateY(-5%);
    -ms-transform: translateY(-5%);
    -o-transform: translateY(-5%);
    transform: translateY(-5%);
}

.site-main-footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.site-main-footer a,
.footer-contact-details span {
    font-family: "Lato", sans-serif;
    text-decoration: none;
    color: rgb(177, 177, 177);
}

.site-main-footer a.underline:after {
    background: rgb(177, 177, 177);
}

.site-main-footer a:hover,
.site-main-footer a:focus,
.site-main-footer a:active {
    text-decoration: none;
}

.site-main-footer p {
    color: rgb(177, 177, 177);
}

.site-main-footer .footer-internal-links {
    list-style: none;
    padding: 21px 0 0 60px;
    width: 307px;
    margin: 0;
    height: 259px;
    background: url("../images/footer-link-bg.png") -20px -2px no-repeat;
}

.site-main-footer .footer-internal-links > li > a.active:after {
    right: 0;
}

.site-main-footer h3 {
    color: #fff;
    font-size: 30px;
    margin-top: 45px;
}

.footer-internal-links > li > a {
    color: rgb(0, 0, 0);
    font-size: 13px;
    font-family: "Lato", sans-serif;
    padding-bottom: 0;
    margin-bottom: 6px;
    font-weight: normal;
}

.footer-contact-details > span {
    display: block;
    font-size: 15px;
}

.footer-social-media-icons-wrapper > li {
    display: inline-block;
    margin-right: 1.4em;
}

.footer-social-media-icons-wrapper > li > a {
    font-size: 1.8em;
    color: #fff;
    display: inline-block;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.footer-social-media-icons-wrapper > li > a:hover,
.footer-social-media-icons-wrapper > li > a:focus,
.footer-social-media-icons-wrapper > li > a:active {
    color: #ccc;
}

.footer-copyright-notice {
    margin-top: 50px;
}

.footer-copyright-notice > p {
    font-size: 13px;
}

.footer-copyright-notice > p a:after {
    bottom: 3px;
}


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


/* Contact page responsive styles */


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

@media (min-width:1200px) {
    .services-aside-nav {
        margin-right: auto;
        margin-left: 0;
    }
}

@media (min-width:992px) {
    /*.hm-white-box-right {

        min-height:498px;

    }*/

    .about-us-team-member-profile {
        min-height: 260px;
        margin-top: 50px;
    }

    .navbar-wrapper .container > .social-link,
    .navbar-wrapper .container > .pull-right1 {
        margin-right: -15px;
    }
    .navbar-nav>li:last-child {
        padding-right: 0;
    }
    .social-link > a.read-more {
        margin-top: 12px !important;
        display: inline-block;
    }
    .contact-details-info {
        margin-top: 20px;
    }
    .contact-form {
        padding-top: 70px;
    }
    .topbackgournd-color-white:after {
        content: '';
        position: absolute;
        top: 30px;
        left: 0;
        right: 0;
        height: 1px;
        background: rgba(238, 238, 238, .5);
    }
}

@media (max-width:1200px) {
    .site-social-media-and-nav-items-wrapper {
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
        flex-direction: column;
    }
    .site-main-navigation-outer .main-site-internal-links > li:after {
        display: none;
    }
    /*.main-site-navigation-outer ul {

        padding-right: 2em;

    }*/
    .dropdown .nav-dropdown-menu {
        position: static !important;
    }
    .main-site-navigation-outer ul.main-site-internal-links {
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        background: #fff;
        border-top: 1px solid #eee;
        text-align: center;
        -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, .15);
        box-shadow: 0 5px 5px rgba(0, 0, 0, .15);
        display: none;
    }
    .main-site-navigation-outer ul.main-site-internal-links.open {
        display: block;
    }
    .main-site-navigation-outer ul.main-site-internal-links > li {
        display: block;
    }
    .main-site-navigation-outer ul.main-site-internal-links > li > a {
        display: block;
        padding: 0.5em;
        text-align: center;
    }
    .hamburger-menu-btn {
        display: block;
        padding-right: 1em;
    }
    .contact-form-bg {
        background: #fff;
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
        box-shadow: 0 0 10px rgba(0, 0, 0, .2);
        height: auto;
        padding: 2em 1em 5em 1em;
    }
    .contact-form {
        width: auto;
    }
    .banner-caption-box {
        width: 100% !important;
        /*height: auto !important;*/
        max-height: 300px;
    }
    .banner-caption-box:before,
    .banner-caption-box:after {
        display: table;
        content: " ";
    }
    .banner-caption-box:after {
        clear: both;
    }
}

@media (min-width:768px) and (max-width:992px) {
    #banner-fade .bjqs-slide,
    #banner-fade .bjqs {
        height: 560px !important;
    }
    .gallery-box .testimonials-white-box .read-more.more-videos-btn {
        margin-top: 290px;
        display: inline-block;
    }
    .gallery-box .white-box {
        min-height: 740px !important;
    }
}

@media (max-width:992px) {

    .visible-on-desktop {
        display: none !important;
    }

    .inside-banner-not-floated {
        float: none;
    }
    .main-container-news-articles {
        padding-top: 2em;
    }
    .main-container-news-articles .we-offer-box-bg,
    .main-container-news-articles .download-pdf-btn {
        max-width: 350px;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: 1.5em;
        margin-bottom: 1.5em;
    }
    .main-container-news-articles .margine-top-50px {
        margin-top: 0;
    }
    .contact-us-highlight-para {
        font-size: 26px;
        line-height: 35px;
    }
    .site-main-footer .footer-cube-box {
        max-width: 200px;
        top: -50px;
        right: -50px;
    }
    .footer-copyright-notice {
        margin-top: 20px;
    }
    .site-main-footer > .container > .row > div:nth-of-type(3),
    .site-main-footer > .container > .row > div:nth-of-type(2) {
        text-align: center;
    }
    .testimonials-outer-wrapper a {
        width: auto !important;
        height: 290px !important;
    }
    .dmit-highlight-img {
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }
    .team-building-img {
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }
    .aside-navigation-wrapper {
        width: 100%;
        float: none;
        margin-bottom: 1em;
    }
    .the-nlp-pebble-image {
        margin-top: 20px !important;
        margin-bottom: 10px;
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }
    .social-media-updates-section > .container > .row > [class*="col-md"] {
        padding: 0 15px;
    }
    .social-media-updates-section h2 {
        font-size: 23px;
        min-height: 30px;
    }
    .newsletter-subscribe-form .input-wrpr input {
        min-width: 190px;
    }
    .about-cube-image {
        max-width: 300px !important;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        margin-top: 30px;
        padding: 1em;
        border: 1px solid #eee;
        /*-webkit-box-shadow: 0 0 5px rgba(0,0,0,.15);*/
        /*box-shadow: 0 0 5px rgba(0,0,0,.15);*/
    }
    .send-btn {
        height: 40px;
        display: block;
        max-width: 100px;
        margin-right: auto;
    }
    .banner-caption-box {
        border-radius: 0;
        -webkit-border-radius: 0;
    }
    .banner-about-box {
        border-radius: 0;
        -webkit-border-radius: 0;
        width: 100%;
    }
    .banner-caption-box {
        float: left;
        position: static;
        position: relative;
        top: 0;
    }
    .contact-submit-btn {
        margin-top: 1em;
    }
    .contact-form {
        padding-top: 20px;
    }
    .services-we-offer-slider .owl-controls .owl-prev {
        left: 0 !important;
    }
}

.title-ex {
    font-family: "Raleway", sans-serif;
    color: #fff;
    font-size: 35px;
    text-transform: uppercase;
    margin: 0;
    line-height: 25px;
    float: left;
    border-bottom: 5px solid #fff;
    padding-bottom: 7px;
    margin-bottom: 25px;
}

.title-ex span {
    font-size: 15px;
    text-transform: capitalize;
}

.expet-content {
    padding-left: 50px;
}

.expet-content p {
    color: #fff;
}

.expets-col-2 {
    background: url(../images/expets-col-img02.jpg) left no-repeat #1e2020;
    width: 100%;
    height: 403px;
    padding-top: 90px;
    background-size: 100% 100%;
}

.expet-content-2 {
    padding-left: 50px;
}

.expet-content-2 p {
    color: #555
}

.david-grey-color {
    color: #555;
    border-bottom: 5px solid #3f1243;
}

.david-pic {
    margin-top: -52px;
}

.expets-col-3 {
    background: url(../images/expets-col-img03.jpg) left no-repeat #1e2020;
    width: 100%;
    height: 403px;
    padding-top: 90px;
    background-size: 100% 100%;
}

.joel-pic {
    margin-top: 20px;
}

.expets-col-4 {
    background: url(../images/expets-col-img04.jpg) left no-repeat #1e2020;
    width: 100%;
    height: 403px;
    padding-top: 90px;
    background-size: 100% 100%;
}

.barrey-pic {
    margin-top: -17px;
}

.margine-left-right-none {
    margin-left: -48px;
}

.media-tham-img {
    border: 1px solid #ccc;
    background: #fff;
    padding: 5px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
}

.read-more-btn {
    float: left;
    width: 100%;
}

.read-more-btn button {
    line-height: 42px;
    color: #411046;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    font-size: 15px;
    /*font-family: 'open_sansbold';*/
    display: inline-block;
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ;
    cursor: pointer;
    margin-top: -70px;
    background: transparent;
    outline: none;
    border: none;
    padding: 0;
}


/* .read-more-btn a {







    float: left;







    width: 170px;







    height: 42px;







    background: url(../images/readmore-icon-right.jpg) right no-repeat #411046;







    padding-left: 25px;







    line-height: 42px;







    color: #fff;







    border-radius: 10px;







    font-size: 15px;







    font-family: 'open_sansbold';







    display: inline-block;







    position: relative;







    -webkit-transition-duration: 0.3s;







    transition-duration: 0.3s;







    -webkit-transition-property: transform;







    transition-property: transform;







    -webkit-transform: translateZ(0);







    transform: translateZ;







    cursor: pointer;







} */


/* .read-more-btn a:hover {







    -webkit-transform: translatex(5px);







    transform: translatex(5px);







    text-decoration: none;







} */

.read-more-btn button:after {
    content: '';
    position: absolute;
    bottom: 13px;
    left: 0;
    right: 0;
    height: 1px;
    background: #411046;
    opacity: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.read-more-btn button:hover {
    text-decoration: none;
}

.read-more-btn button:hover:after {
    opacity: 1;
    bottom: 10px;
}

.margine-top-50px {
    margin-top: 50px;
}

.popup-box {
    float: left;
    width: 100%;
    padding-left: 35px;
    padding-right: 35px;
    background: #FFF;
    padding-top: 50px;
    padding-bottom: 25px;
}

.popup-box img {
    margin-bottom: 40px;
}

.date-span {
    float: left;
    width: 100%;
    color: #555;
    font-size: 15px;
    font-family: 'Signika', sans-serif;
}

.popup-heading {
    float: left;
    width: 100%;
    color: #411046;
    font-size: 25px;
    font-family: 'open_sansbold';
    line-height: 24px;
    margin-bottom: 20px;
}

.popup-lead {
    font-family: 'open_sansbold';
}

ul.pagenation-box {
    float: left;
    width: 100%;
    border-bottom: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    list-style: none;
    padding: 15px 0;
    margin-top: 30px;
}

ul.pagenation-box li {
    float: left;
}

ul.pagenation-box li a {
    float: left;
    background: url(../images/back-img.png) left top no-repeat;
    width: 61px;
    height: 17px;
    text-indent: -5000px;
}

ul.pagenation-box li a:hover {
    background-position: left bottom;
}

ul.pagenation-box li a.nex-btn-popup {
    background-position: top right;
}

ul.pagenation-box li a.nex-btn-popup:hover {
    background-position: bottom right;
}

.seravices-lead {
    color: #000000;
    font-size: 30px;
    font-family: 'Signika', sans-serif;
    line-height: 45px;
    margin-bottom: 25px;
}

.nlp-heading {
    color: #000;
    font-size: 30px;
    font-family: 'arimobold';
}

.servics-btn {
    font: left;
    width: 100%;
}

.servics-btn a {
    float: left;
    height: 42px;
    background: url(../images/readmore-icon-right.jpg) right no-repeat #411046;
    padding-left: 25px;
    padding-right: 55px;
    line-height: 42px;
    color: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    font-size: 15px;
    font-family: 'open_sansbold';
    display: inline-block;
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ;
    cursor: pointer;
    margin-bottom: 80px;
}

.servics-btn a:hover {
    -webkit-transform: translatex(5px);
    transform: translatex(5px);
    text-decoration: none;
}

.margine-bottom-80px {
    margin-bottom: 80px;
}

ul.acordian-list {
    float: left;
    width: 100%;
    list-style: none;
    padding: 0;
    margin-top: 10px;
}

ul.acordian-list li {
    background: url(../images/acrodianbg.png) 0 8px no-repeat;
    padding-left: 15px;
    color: #555;
    font-size: 15px;
    font-family: 'Signika', sans-serif;
    width: 100%;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

ul.acordian-list li span {
    color: #411046;
    font-family: 'open_sansbold';
    line-height: 30px;
    float: left;
    width: 100%;
}

.border-none {
    border: 0!important;
    padding-bottom: 0!important;
    margin-bottom: 0!important
}

ul.accordin-list-2 {
    margin-top: 0!important;
}

ul.accordin-list-2 li {
    border: 0!important;
    background: url(../images/grey-icon.png) 0 5px no-repeat!important;
    padding-bottom: 5px!important;
    margin-bottom: 0!important
}

ul.poup-img-list li {
    border: 0!important;
    background: url(../images/grey-icon.png) 0 8px no-repeat!important;
    padding-bottom: 5px!important;
    margin-bottom: 0!important
}

.close-btn {
    background: url(../images/close-btn-.png) right no-repeat #411046!important;
    padding-right: 60px!important;
    margin-top: 25px;
}

.divider-1px {
    border-bottom: 1px solid #ccc;
    height: 1px;
    width: 100%;
}

.top-margine-20px {
    margin-top: 10px;
}

.margine-10px {
    margin-bottom: 10px!important;
    width: 300px;
    background: url(../images/readmore-icon-right.jpg) right no-repeat #411046;
}

ul.poup-img-list li {
    border: 0!important;
    background: url(../images/grey-icon.png) 0 8px no-repeat!important;
    padding-bottom: 5px!important;
    margin-bottom: 0!important
}

.font-15px {
    font-family: 'open_sansbold';
    color: #411046;
    margin-bottom: 0px!important;
}

.servies-popup-heading {
    margin-top: 20px;
    line-height: 0;
}

#oxygen-map-box {
    border-radius: 10px;
    min-height: 200px;
    background: #eee;
}

.download-pdf-btn {
    background: transparent;
    border: 1px solid #ccc;
    min-height: 300px;
    width: 100%;
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
    /*flex-direction: column;*/
    min-height: 100px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    text-align: center;
    text-decoration: none;
    padding-left: 1.5em;
}

.download-pdf-btn:hover,
.download-pdf-btn:focus,
.download-pdf-btn:active {
    background: #411243;
    border: 1px solid #411243;
    color: #fff;
    text-decoration: none;
}

.download-pdf-btn:hover h3,
.download-pdf-btn:focus h3,
.download-pdf-btn:active h3 {
    color: #fff;
    /*-webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);*/
}

.download-pdf-btn:hover i,
.download-pdf-btn:focus i,
.download-pdf-btn:active i {
    /*-webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);*/
}

.download-pdf-btn > img {
    /*font-size: 4em;*/
    max-width: 45px;
    padding-right: 0.5em;
    -webkit-transition: transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
}

.download-pdf-btn > i,
.download-pdf-btn > h3 {
    display: block;
    text-align: left;
}

.download-pdf-btn > h3 {
    /*font-size: 1em;*/
    font-size: 18px;
    margin-top: 10px;
    max-width: 220px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

@media (max-width:992px) {
    .navbar-brand img {
        width: 112px;
        height: 39px;
        margin-top: 25px;
    }
}

@media (max-width:1366px) {}


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


/* Global responsive styles */


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

.main-container-news-articles .img-responsive {
    max-width: 100%;
    /*width: auto;*/
    max-height: 268px;
}

.main-container-news-articles .we-offer-box {
    min-height: 200px;
    height: 200px;
}

.dropdown {
    position: relative;
}

.dropdown .nav-dropdown-menu {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: #fff;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
    box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
    min-width: 180px;
}

.dropdown .nav-dropdown-menu > li:first-child > a {
    padding-top: 10px;
}

.dropdown .nav-dropdown-menu > li:last-child > a {
    padding-bottom: 10px;
}

.dropdown .nav-dropdown-menu > li {
    border-bottom: 1px solid #eee;
}

.dropdown .nav-dropdown-menu > li > a {
    display: inline-block;
    font-size: 13px;
    padding: 8px 20px;
    display: block;
    font-family: 'Signika', sans-serif;
    -webkit-transform: translateZ(0);
    transform: translateZ;
    text-transform: uppercase;
    font-weight: 300;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.dropdown .nav-dropdown-menu > li > a:hover,
.dropdown .nav-dropdown-menu > li > a:focus,
.dropdown .nav-dropdown-menu > li > a:active {
    text-decoration: none;
    background: #531356;
    color: #fff;
    /* -webkit-transform: translatex(5px);

    transform: translatex(5px);*/
    /*font-weight: bold;*/
}

.dropdown.open .nav-dropdown-menu {
    display: block;
}

main[class*="bp"] {
    clear: both;
}

main[class*="bp"]:before {
    display: table;
    content: " ";
}

main[class*="bp"]:after {
    display: table;
    content: " ";
    clear: both;
}

@media (max-width:768px) {
    body {
        padding-top: 75px !important;
    }
    .navbar-wrapper {
        max-width: auto;
        width: auto;
    }
    .navbar-header:after {
        display: table;
        content: " ";
    }
    .navbar-header:after {
        display: table;
        content: " ";
        clear: both;
    }
    .pull-right1 {
        float: none;
    }
    /*.navbar-wrapper*/
}

@media (min-width:768px) and (max-width:992px) {
    .subscription-box-wrapper .send-btn {
        margin-left: 15px;
        margin-top: 15px;
    }
    .corporate-package-box .package-btn-wrpr {
        text-align: left;
        margin-bottom: 1em;
    }
    .corporate-highlight-image {
        max-width: 200px !important;
        margin-left: 0 !important;
        margin-right: auto !important;
        display: block;
        /*max-width: 100%;*/
        position: static !important;
        height: auto;
        margin-top: 20px;
    }
    ul.social-media-top-navbar > li:nth-of-type(7) {
        margin-right: 2em;
    }
    body {
        padding-top: 140px!important;
    }
    .service-content-wrpr .package-btn-wrpr {
        clear: both;
        /*margin-top: 4em !important;*/
    }
    .package-btn-outer-wrapper {
        clear: both;
    }
    .site-main-footer > .container > .row > div:nth-of-type(3) h3 {
        margin-top: 0;
    }
    .navbar-nav>li {
        padding: 0 15px
    }
    .navbar-inverse .navbar-nav>li>a {
        font-size: 13px;
    }
    .we-offer-box {
        height: 310px;
    }
    .aside-navigation-wrapper .services-aside-nav {
        max-width: 500px;
    }
    .video-gallery-main > div:nth-of-type(2n + 1) {
        clear: both;
    }
}

@media (max-width:992px) {
    .footer-bg {
        text-align: center;
    }
    .email-link > span {
        display: none;
    }
    .navbar-brand img {
        margin-top: 0;
    }
    .navbar-toggle {
        margin-top: 20px;
    }
    .footer-bg .float-shadow {
        display: none;
    }
    .footer-bg {
        -webkit-background-size: cover;
        background-size: cover;
    }
}

@media (max-width:350px) {
    .social-link a {
        font-size: 12px;
    }
    .navbar-brand img {
        margin-top: 0;
    }
    .navbar-toggle {
        margin-top: 20px;
    }
}

@media (max-width:448px) {
    .contact-form h4 {
        font-size: 22px;
    }
    .btn-package-488-margin-bottom {
        margin-bottom: 1em;
    }
    .corporate-package-box h2 {
        margin-bottom: 1em!important;
    }
    .corporate-package-box > [class*="col-md"],
    .corporate-package-box > [class*="col-md"] > [class*="col-md"] {
        padding-left: 0;
        padding-right: 0;
    }
    .contact-submit-btn {
        width: 100%;
    }
    .subscription-box-wrapper .send-btn {
        margin-left: 15px;
        margin-top: 15px;
    }
    .about-cube-image {
        max-width: 200px !important;
    }
    .soclink-icon-tw ~ img,
    .soclink-icon-fb ~ img {
        display: block;
        max-width: 100%;
        height: auto;
    }
    h2 {
        font-size: 25px;
    }
}


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


/* STYLES FOR MEDIA PAGE */


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

.nav-tabs .nav-tabs:after {
    display: table;
    content: " ";
}

.nav-tabs:after {
    clear: both;
    display: table;
    content: " ";
}


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


/* responsive styles for home page */


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

.hm-about {
    padding-left: 35px;
}

@media (min-width:992px) {
    .video-gallery-main > div:nth-of-type(3n + 1) {
        clear: both;
    }
    .about-lead p {
        padding-right: 10px;
    }
    .navbar-nav > li {
        position: relative;
    }
    .navbar-nav > li:after {
        content: '';
        position: absolute;
        /*display: none;*/
        top: 8px;
        left: 100%;
        height: 12px;
        width: 1px;
        background: rgba(65, 18, 67, .3);
    }
    .navbar-nav > li:last-child:after {
        display: none;
    }
}

@media (max-width:992px) {
    .banner-about-box {
        margin-top: 0;
        height: auto;
        background: #1d081e;
        padding: 2em 0;
    }
    .enquire-now {
        padding: 0 20px;
    }
    .hm-about {
        padding-left: 0;
    }
    .about-lead p {
        font-size: 20px;
        line-height: 30px;
        padding-top: 0;
    }
    .subscription-box-wrapper .form-control {
        background: #040004;
    }
}

.oxygen-banner-slider .sp-layer {
    bottom: 110px !important;
    display: none;
}

@media (max-width:768px) {
    .oxygen-banner-slider .sp-layer {
        height: 220px !important;
    }
    .sp-layer {
        width: 90% !important;
    }
    .inside-banner {
        height: 200px;
    }
    .page-title {
        line-height: 200px;
    }
}

@media (max-width:448px) {
    .oxygen-banner-slider .sp-layer {
        height: 300px !important;
    }
    ul.social-media-top-navbar > li > a {
        font-size: 0.75em;
    }
    ul.social-media-top-navbar > li {
        margin-right: 0.5em;
    }
    ul.social-media-top-navbar > li:nth-of-type(5) {
        margin-right: 1em;
    }
}

@media (max-width:350px) {
    .oxygen-banner-slider .sp-layer {
        height: 350px !important;
    }
}

.services-we-offer-slider {
    position: relative;
}

.services-we-offer-slider .owl-controls {
    position: absolute;
    left: 0;
    right: 0;
    top: 27%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 99;
    /*background: #000;*/
    height: 20px;
}

.services-we-offer-slider .owl-controls .owl-prev,
.services-we-offer-slider .owl-controls .owl-next {
    border-radius: 50px;
    display: inline-block;
    height: 35px;
    width: 35px;
    /*border: 2px solid #411243;*/
    position: absolute;
    top: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.services-we-offer-slider .owl-controls .owl-prev:after {
    content: '';
    position: absolute;
    top: 49%;
    left: 45%;
    -webkit-transform: translate(-50%, -50%) rotateZ(180deg);
    -ms-transform: translate(-50%, -50%) rotateZ(180deg);
    -o-transform: translate(-50%, -50%) rotateZ(180deg);
    transform: translate(-50%, -50%) rotateZ(180deg);
    height: 30px;
    width: 20px;
    background: url(../images/hm-services-arrow.png) no-repeat center center;
}

.services-we-offer-slider .owl-controls .owl-prev:hover {
    -webkit-transform: translateX(-2px);
    -ms-transform: translateX(-2px);
    -o-transform: translateX(-2px);
    transform: translateX(-2px);
    opacity: 0.8;
}

.services-we-offer-slider .owl-controls .owl-next:hover {
    -webkit-transform: translateX(2px);
    -ms-transform: translateX(2px);
    -o-transform: translateX(2px);
    transform: translateX(2px);
    opacity: 0.8;
}

.services-we-offer-slider .owl-controls .owl-next:after {
    content: '';
    position: absolute;
    top: 48%;
    left: 55%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 30px;
    width: 20px;
    background: url(../images/hm-services-arrow.png) no-repeat center center;
}

@media (min-width:992px) {
    .services-we-offer-slider .owl-controls .owl-prev {
        left: -50px;
    }
    .services-we-offer-slider .owl-controls .owl-next {
        right: -50px;
    }
}


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


/* Responsive styles for expert page */


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

@media (max-width:992px) {
    .purpose-of-firewalking-breakthrough-events {
        margin-top: 20px !important;
    }
    [class*="expets-col"] {
        height: auto;
        -webkit-background-size: cover;
        background-size: cover;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    [class*="expets-col"] > .container > .row > .col-md-9 {
        clear: both;
    }
    [class*="expets-col"] img {
        display: block;
        width: 100%;
        height: auto;
        max-width: 200px;
        margin: 2em auto;
    }
    [class*="expets-col"]:not(.expets-col-1) img {
        border: 5px solid #EBE9E9;
        padding: 0 1em;
    }
    .expets-col-1 img {
        width: 400px;
    }
    [class*="expets-col"]:not(.expets-col-1) {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eeeeee+0,ffffff+100 */
        background: rgb(238, 238, 238);
        /* Old browsers */
        background: -moz-linear-gradient(left, rgba(238, 238, 238, 1) 0%, rgba(255, 255, 255, 1) 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(left, rgba(238, 238, 238, 1) 0%, rgba(255, 255, 255, 1) 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, rgba(238, 238, 238, 1) 0%, rgba(255, 255, 255, 1) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=1);
        /* IE6-9 */
        border-bottom: 1px solid #727272;
    }
    [class*="expet-content"] {
        padding-left: 15px;
    }
    .expets-col-1 ul.left-social-link,
    .expets-col-3 ul.left-social-link {
        margin-left: 0;
    }
    ul.left-social-link li {
        display: inline-block;
        float: none;
        margin-left: 5px;
    }
    ul.left-social-link {
        width: auto;
    }
    .title-ex {
        line-height: 1;
    }
    ul.left-social-link {
        float: none;
    }
    [class*="expets-col"] img {
        margin-right: auto;
        margin-left: 0;
    }
    [class*="expets-col"] > .container > .row > .col-md-3 {
        width: 100%;
    }
    .footer-content-detils h2 {
        color: #eee;
    }
    .footer-content-detils p {
        color: #eee;
    }
    .footer-content-detils p span {
        color: #eee;
    }
    .footer-bg,
    .footer-bg > .container {
        background: #280629;
    }
    ul.social-link-footer {
        text-align: center;
    }
    ul.social-link-footer li a {
        float: none;
    }
    ul.social-link-footer li {
        float: none;
        display: inline-block;
    }
    ul.footer-link {
        position: absolute;
        left: 75%;
        top: 0;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: 9999;
    }
    .footer-full-bg {
        display: none;
    }
}

@media (min-width:700px) {
    [class*="expets-col"] > .container > .row > .col-md-3,
    [class*="expets-col"] > .container > .row > .col-md-9 {
        float: left;
    }
    [class*="expets-col"] > .container > .row > .col-md-9 {
        width: 75%;
    }
    [class*="expets-col"] > .container > .row > .col-md-3 {
        width: 25%;
    }
    [class*="expets-col"] > .container > .row > .col-md-9 {
        clear: none;
    }
}

@media (max-width:699px) {
    .expets-col-2 > .container > .row {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column-reverse;
    }
    .expets-col-4 > .container > .row {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column-reverse;
    }
}

@media (max-width:448px) {
    .about-lead {
        font-size: 20px;
        line-height: 30px;
    }
}


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


/* Services inidivisual backpaes */


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

.services-navtabs > ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.services-navtabs > ul > li {
    display: inline-block;
    margin-left: -3px
}

.services-navtabs > ul > li:first-child {
    margin-left: 0;
}

.services-navtabs > ul {
    border-bottom: 1px solid #ccc;
}

.services-navtabs > ul > li > a {
    background: #fff;
    display: inline-block;
    padding: 15px 20px;
    border: 1px solid #ccc;
    border-bottom: none;
    /*text-transform: uppercase;*/
    font-size: 15px;
    font-family: 'arimobold';
    color: #411243;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    font-family: 'Signika', sans-serif;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.services-navtabs > ul > li > a:hover,
.services-navtabs > ul > li > a:active,
.services-navtabs > ul > li > a:focus {
    text-decoration: none;
    background: #411243;
    border-color: #411243;
    color: #fff;
}

.services-navtabs > ul > li.active > a {
    padding-top: 16px;
    background: #411243;
    border-color: #411243;
    color: #fff;
}

.services-navtabs > ul > li.active > a {
    position: relative;
    top: 1px;
}

.services-tab-content-wrpr .services-indivisual-tab {
    display: none;
}

.services-tab-content-wrpr .services-indivisual-tab.active {
    display: block;
}

.services-tab-content-wrpr img {
    display: none;
}

.services-tab-content-wrpr .show-img img {
    display: block;
    margin-bottom: 20px;
}

.services-tab-content-wrpr .services-indivisual-tab {
    padding-top: 1.88em;
}

.services-tab-content-wrpr .services-indivisual-tab blockquote {
    font-size: 40px;
    padding-left: 15px;
    border-left: none;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0 0 20px;
    /*font-weight: bold;*/
}

.services-tab-content-wrpr .services-indivisual-tab > blockquote {
    padding-left: 0;
    margin: 0;
}

.services-tab-content-wrpr .services-indivisual-tab blockquote p {
    color: #000000;
    font-size: 16px;
    font-family: 'Signika', sans-serif;
    line-height: normal;
    font-weight: bold;
}

.services-tab-content-wrpr .services-indivisual-tab > blockquote > p {
    margin-bottom: 15px;
}

.services-tab-content-wrpr .services-indivisual-tab .services-indivisual-tab-more-detail {
    margin-top: 2.5em;
}

.services-indivisual-tab .services-indivisual-tab-more-detail h2,
.service-content-wrpr h2 {
    font-size: 22px;
    font-family: 'Signika', sans-serif;
}

.service-content-wrpr p {
    margin-bottom: 10px;
}

.service-content-wrpr .book-your-text-wrpr {
    text-align: center;
}

.btn-book-test {
    background: #411243;
    color: #fff;
    font-size: 1.8em;
    padding: 12px 24px;
    border: 1px solid #411243;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.btn-book-test:hover,
.btn-book-test:active,
.btn-book-test:focus {
    background: #fff;
    color: #411243;
}

.service-content-wrpr *:first-child,
.service-content-faq-wrpr h3 {
    margin-top: 0;
}

.service-content-wrpr .img-wrpr {
    margin: 2.5em 0;
}

.service-content-wrpr .img-wrpr img,
.services-tab-content-wrpr .img-wrpr img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
}


/* .services-tab-content-wrpr .img-wrpr {







    float: left;







    padding: 0 2em 2em 0;







} */

.services-tab-content-wrpr .img-wrpr img {
    max-height: 300px;
    margin-left: 0;
}

.service-content-wrpr .service-content-subsection {
    margin-top: 2.5em;
}

.services-tab-content-wrpr .services-indivisual-tab small {
    font-style: italic;
    font-size: 1.3em;
    font-weight: bold;
    margin-top: 1em;
    display: inline-block;
}

.services-tab-content-wrpr .services-indivisual-tab strong {
    color: #000000;
    font-size: 29px;
    font-family: 'Signika', sans-serif;
    line-height: 48px;
    font-weight: normal;
}

.services-tab-content-wrpr .services-indivisual-tab strong {
    font-style: normal;
}


/* color: #000000;







font-size: 29px;







font-family: 'Signika', sans-serif;







line-height: 48px;







font-weight: normal; */

.services-tab-content-wrpr .services-indivisual-tab .services-tab-list,
.services-bp-list,
.services-faq-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.services-tab-content-wrpr .services-indivisual-tab .services-tab-list > li,
.services-bp-list > li,
.services-faq-box li {
    position: relative;
    padding-left: 15px;
    margin-left: 3px;
    margin-bottom: 5px;
    font-size: 15px;
    font-family: 'Lato', sans-serif;
}

.no-margin-bottom {
    margin-bottom: 0 !important;
}

.services-faq-box li {
    margin-bottom: 0;
}

.services-tab-content-wrpr .services-indivisual-tab .services-tab-list > li:last-child,
.services-bp-list > li:last-child {
    margin-bottom: 0;
}

.dmit-questions-replect-list > li {
    font-weight: normal;
}

.services-tab-content-wrpr .services-indivisual-tab .services-tab-list > li:after,
.services-bp-list > li:after,
.services-faq-box li:after {
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    width: 8px;
    height: 8px;
    background: url(../images/list-ico.png);
}

.services-bp-list.colorwhtie > li:after {
    background: url(../images/list-ico2.png);
}


/* Servcies FAQ */

.service-content-faq-wrpr .services-faq-box h3 {
    font-size: 17px;
    margin-bottom: 5px;
    font-family: 'Signika', sans-serif;
    color: #411243;
    border: 1px solid #dedede;
    padding: 10px 20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    position: relative;
    cursor: pointer;
    transition: all .4s;
    -webkit-transition: all .4s;
    /*-webkit-box-shadow: 0 0 10px rgba(0,0,0,.03);*/
    /*box-shadow: 0 0 10px rgba(0,0,0,.03);*/
}

.service-content-faq-wrpr .services-faq-box.active h3,
.service-content-faq-wrpr .services-faq-box:hover h3 {
    background: #411243;
    color: #fff;
    border-color: #411243;
}

.service-content-faq-wrpr .services-faq-box.active h3:after {
    color: #fff;
}

.service-content-faq-wrpr .services-faq-box h3:after {
    font-family: FontAwesome;
    content: '\f078';
    position: absolute;
    right: 10px;
    position: absolute;
    top: 50%;
    right: 10px;
    font-size: 0.65em;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.service-content-faq-wrpr .services-faq-box.active h3:after {
    font-family: FontAwesome;
    content: '\f078';
    position: absolute;
    right: 10px;
    position: absolute;
    top: 50%;
    right: 10px;
    font-size: 0.65em;
    -webkit-transform: translateY(-50%) rotateZ(180deg);
    -ms-transform: translateY(-50%) rotateZ(180deg);
    -o-transform: translateY(-50%) rotateZ(180deg);
    transform: translateY(-50%) rotateZ(180deg);
}

.service-content-subsection [class*="col-md"] {
    padding-left: 0;
    padding-right: 0;
}


/*.service-content-faq-wrpr .services-faq-box p {

    display: none !important;

    padding-left: 20px;

}



.service-content-faq-wrpr .services-faq-box ul { margin: 0 0 20px; display: none !important;}



.service-content-faq-wrpr .services-faq-box.active ul,

.service-content-faq-wrpr .services-faq-box.active p { display: block !important; }*/

.service-content-faq-wrpr .services-faq-box li {
    color: #555;
    font-family: "Lato", sans-serif;
    line-height: 24px;
}

.service-content-faq-wrpr .services-faq-box .accordion-content {
    display: none;
}

.service-content-faq-wrpr .services-faq-box .accordion-content {
    padding: 10px 20px;
}

.service-content-faq-wrpr .services-faq-box .accordion-content p:last-child {
    margin-bottom: 0;
}

.service-content-faq-wrpr .services-faq-box {
    margin-bottom: 5px;
}

.accordion-content > ul {
    margin-bottom: 20px;
}

.highlight-text {
    font-size: 20px;
    color: #5A1F63;
    line-height: 26px;
}


/* landing page code */

.landing-page-sub-heading {
    color: #411142;
    letter-spacing: 4.9px;
    text-transform: uppercase;
    font-size: 11px;
    text-align: center;
    margin-bottom: 0;
}

.package-box {
    padding: 2em 2em;
    background: #fff;
    border: 5px solid #eee;
    border-radius: 10px;
    -webkit-border-radius: 10px;
}

.corporate-package-box {
    margin-top: 20px;
}

.corporate-header {
    text-align: center;
    text-transform: uppercase;
}

.package-btn-wrpr {
    margin-top: 1em;
    text-align: center;
}

.package-btn-outer-wrapper {
    margin-top: 30px;
}

.btn-buy-package {
    background: #411243;
    color: #fff;
    font-size: 1.5em;
    padding: 6px 24px;
    border: 1px solid #411243;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

@media (min-width:768px) {
    .bp-services-we-offer > .container > .row > [class*="col-md"]:last-child,
    .bp-services-we-offer > .container > .row > [class*="col-md"]:nth-last-child(2) {
        margin: 0;
    }
    /* .service-content-wrpr .img-wrpr .corporate-highlight-image {

        max-width: 600px;

    }*/
}

.btn-buy-package:hover,
.btn-buy-package:focus,
.btn-buy-package:active {
    background: #fff;
    color: #411243;
}

@media (min-width:992px) {
    .landing-page-sub-heading {
        margin-left: 100px;
    }
    .service-content-wrpr .corporate-highlight-image-first {
        margin-top: 0;
    }
    .margin-package-button-corporate-training {
        margin-top: 17em !important;
    }
    .col-md-4.img-services-list:after {
        content: '';
        width: 44px;
        height: 44px;
        border-radius: 5px;
        top: 70%;
        left: -5px;
        /* background: #fff; */
        border: 1px solid #ccc;
        position: absolute;
    }
    .package-btn-wrpr {
        margin-top: 3em;
        text-align: left;
        clear: both;
    }
}

.landing-page-sub-heading > em {
    color: #1a8bda;
    font-style: normal;
}

.footer-tag-line-wrapper {
    position: absolute;
    left: 105px;
    bottom: 100%;
    bottom: calc(100% + 10px);
    right: 158px;
    margin-bottom: 20px;
}

.footer-tag-line-wrapper > p {
    color: #411142;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 18px;
    text-align: center;
    font-weight: normal;
    margin-bottom: 0;
    font-weight: bold;
}


/*.footer-discover-internal-compass-wrapper {







    position: absolute;







    bottom: 100%;







    bottom: calc(100% + 10px);







    left: 100px;







    text-align: center;







}















.footer-discover-internal-compass-wrapper p {







    margin: 0;







    text-transform: uppercase;







}*/

#container {
    position: absolute;
    width: 100%;
    height: 100%;
}

#container > #output,
#container > #output > canvas {
    height: 600px;
    width: 100%;
}

.margien-top-20px {
    margin-top: -70px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    padding: 5px;
    background: #fff;
    border-radius: 15px;
}

ul.colorwhtie {
    margin-bottom: 20px;
}

ul.colorwhtie li {
    color: #fff;
}

.margine-none {
    margin-top: 0;
}

.font-22px {
    font-size: 22px!important;
}

.video-thumb-wrapper {
    text-align: center;
}

.video-thumb-wrapper > a {
    display: inline-block;
    position: relative;
    padding: 1em;
    border: 1px solid #b6b5b5;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.video-thumb-wrapper > a:hover,
.video-thumb-wrapper > a:focus,
.video-thumb-wrapper > a:active {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .15);
        box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}

.video-thumb-wrapper > a > img {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.video-thumb-wrapper > a:hover > img,
.video-thumb-wrapper > a:focus > img,
.video-thumb-wrapper > a:active > img {
    -webkit-filter: grayscale(100%);
    /* Chrome, Safari, Opera */
    filter: grayscale(100%);
}

.video-thumb-wrapper > a:after {
    content: '';
    position: absolute;
    bottom: ;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: url(../images/play-icon.png) no-repeat center center;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    opacity: 0.5;
}

.video-thumb-wrapper > a:hover:after,
.video-thumb-wrapper > a:focus:after,
.video-thumb-wrapper > a:active:after {
    opacity: 1;
}

.video-thumb-wrapper {
    /*margin-bottom: 50px;*/
}

.video-thumb-wrapper h2 {
    max-width: 480px;
    line-height: 1.3;
    font-size: 18px !important;
    margin-left: auto;
    font-weight: 400 !important;
    margin-right: auto;
}

.video-gallery-main {
    padding-top: 50px;
    clear: both;
}

.video-gallery-main {
    padding-left: 0;
    padding-right: 0;
}

.video-gallery-main > [class*="col-md"] {
    margin-bottom: 30px;
}

.video-gallery-main div:last-child {
    margin-bottom: 0;
}

.video-thumb-wrapper h2 {
    margin-top: 10px;
    font-size: 20px;
}

.margin-bottom-0 {
    margin-bottom: 0 !important;
}


/* testimonials page  */

.testimonials-outer-wrapper {
    padding-top: 50px;
}

.testimonials-outer-wrapper img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-width: 100%;
    height: auto;
}

.testimonials-outer-wrapper a {
    /*border: 1px solid #eee;*/
    display: inline-block;
    -webkit-transition: box-shadow .3s;
    -o-transition: box-shadow .3s;
    transition: box-shadow .3s;
    text-align: center;
    text-decoration: none;
    padding: 10px;
    width: 100%;
    height: 305px;
    border: 1px solid #ccc;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

.testimonials-outer-wrapper a > p {
    line-height: 1.4;
}

.testimonials-outer-wrapper a > p > span {
    font-size: 0.89em;
    line-height: 1.5;
    display: block;
    font-weight: normal;
}

.testimonials-outer-wrapper > .row {
    padding-top: 20px;
    padding-bottom: 20px;
}

.testimonials-outer-wrapper > div:last-child {
    border-bottom: none;
}

.testimonials-outer-wrapper a > img {
    /*border: 1px solid #eee;*/
}

.testimonials-outer-wrapper a > p {
    margin-top: 10px;
    /*font-weight: bold;*/
    /*margin-bottom: 20px;*/
    /*font-size: 14px;*/
    max-width: 480px;
    line-height: 1.85;
    font-size: 18px !important;
    margin-left: auto;
    font-weight: 400 !important;
    margin-right: auto;
    font-family: 'Raleway', sans-serif;
}

.testimonials-outer-wrapper a > p > span {
    display: inline-block;
    font-size: 13.5px;
    line-height: 1.5;
    display: block;
    font-weight: normal;
    font-family: 'Lato', sans-serif;
}

.testimonials-outer-wrapper a:hover,
.testimonials-outer-wrapper a:focus,
.testimonials-outer-wrapper a:active {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .15);
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}

.testimonials-outer-wrapper > .row {
    /*margin-bottom: 50px;*/
}

.testimonials-outer-wrapper > div:last-child {
    margin-bottom: 0;
}

.oxygen-popup-form {
    /*background: #000;*/
    max-width: 500px;
}

.oxygen-popup-form .input-wrpr > label {
    display: block;
    font-family: 'Signika', sans-serif;
    font-weight: normal;
    text-align: left;
}

.oxygen-popup-form h2 {
    margin-top: 0;
    margin-bottom: 15px;
}

.oxygen-popup-form .input-wrpr {
    margin-bottom: 10px;
}

.oxygen-popup-form .input-wrpr > input[type="text"],
.oxygen-popup-form .input-wrpr > input[type="email"],
.oxygen-popup-form .input-wrpr > textarea {
    width: 100%;
    height: 34px;
    padding-left: 10px;
    border: 1px solid #ccc;
}

.oxygen-popup-form .input-wrpr > textarea {
    height: 80px;
    padding-top: 10px;
    resize: none;
}

.oxygen-popup-form .input-wrpr > input[type="text"]:focus,
.oxygen-popup-form .input-wrpr > input[type="email"]:focus,
.oxygen-popup-form .input-wrpr > textarea:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.oxygen-popup-form .checkbox-wrpr {
    text-align: left;
}

.oxygen-popup-form .checkbox-wrpr > label {
    display: inline-block;
    margin-right: 5px;
}

.oxygen-popup-form .checkbox-wrpr > .icheckbox_flat-grey + label {
    margin-right: 10px !important;
}

.oxygen-popup-form .checkbox-wrpr > label {
    margin-bottom: 6px;
    margin-left: 3px;
    display: inline-block;
    vertical-align: middle;
    margin-top: 8px;
    font-weight: 300;
    color: #000;
}


/*.oxygen-popup-form .checkbox-wrpr > label:nth-of-type(2),

.oxygen-popup-form .checkbox-wrpr > label:nth-of-type(4){

   margin-right: 150px !important;

}

*/

.oxygen-popup-form [type="submit"] {
    background: #411243;
    border: 1px solid #411243;
    color: #fff;
    display: block;
    padding: 10px;
    /*text-transform: uppercase;*/
    font-size: 1.5em;
    text-decoration: none;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    font-family: 'Signika', sans-serif;
}

.oxygen-popup-form [type="submit"]:hover,
.oxygen-popup-form [type="submit"]:focus,
.oxygen-popup-form [type="submit"]:active {
    text-decoration: none;
    background: #fff;
    color: #411243;
}

.oxygen-popup-form::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #ccc;
    font-family: 'Signika', sans-serif;
}

.oxygen-popup-form:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #ccc;
    opacity: 1;
    font-family: 'Signika', sans-serif;
}

.oxygen-popup-form::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #ccc;
    opacity: 1;
    font-family: 'Signika', sans-serif;
}

.oxygen-popup-form:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #ccc;
    font-family: 'Signika', sans-serif;
}

.oxygen-popup-form:placeholder-shown {
    /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
    color: #ccc;
    font-family: 'Signika', sans-serif;
}

@media (max-width:767px) {

    .about-us-team-member-profile {
        margin-top: 50px;
    }

    .bp-services-we-offer > .container > .row > [class*="col-md"]:last-child {
        margin-margin: 0;
    }
    #services-we-offer-slider .owl-prev,
    #services-we-offer-slider .owl-next {
        display: none !important;
    }
    .social-media-updates-section > .container > .row > [class*="col-md"] {
        margin-bottom: 10px;
    }
    ul.social-media-top-navbar {
        margin-bottom: 10px;
    }
    #banner-fade .bjqs-slide,
    #banner-fade .bjqs {
        height: 675px !important
    }
    .gallery-box .white-box {
        padding: 20px 0;
        min-height: 400px !important;
    }
    .gallery-box .testimonials-white-box {
        min-height: 855px !important;
    }
    .gallery-box .testimonials-white-box .read-more.more-videos-btn {
        margin-top: 450px;
        display: inline-block;
    }
    li.bjqs-slide p {
        font-size: 15px !important;
    }
    .enquire-now {
        padding: 0;
    }
    .col-md-12.banner-caption-box h2 {
        font-size: 22px;
    }
    .col-md-12.banner-caption-box p {
        font-size: 20px;
        line-height: 23px;
    }
    .newsletter-subscribe-form .input-wrpr input {
        min-width: 250px;
    }
    body {
        padding-top: 147px !important;
    }
    .site-main-footer .footer-cube-box {
        display: none;
    }
    .site-main-footer > .container > .row > div:nth-of-type(1) {
        text-align: center;
    }
    .site-main-footer .footer-internal-links {
        background-position: center -2px;
        padding-left: 0;
    }
    .site-main-navigation-outer .brand-logo > img {
        width: 200px;
        height: 54px;
    }
    ul.social-media-top-navbar > li:nth-of-type(6),
    ul.social-media-top-navbar > li:nth-of-type(7) {
        display: none;
    }
    ul.social-media-top-navbar > li:nth-of-type(5) {
        padding-right: 0;
        margin-right: 30px;
    }
    ul.social-media-top-navbar > li:nth-of-type(5):after {
        display: none;
    }
    .media-details-box:active,
    .media-details-box:focus,
    .media-details-box:hover {
        background: none;
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        text-decoration: none;
    }
    .media-details-box:active p,
    .media-details-box:focus p,
    .media-details-box:hover p {
        color: #727272;
    }
    .media-details-box:after,
    .media-details-box:before {
        display: table;
        content: " ";
    }
    .media-details-box:after {
        clear: both;
    }
    .testimonials-outer-wrapper a {
        width: auto !important;
        height: auto !important;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    .services-tab-content-wrpr .services-indivisual-tab blockquote p {
        font-size: 20px;
        line-height: 30px;
    }
    .services-tab-content-wrpr .services-indivisual-tab strong {
        font-size: 20px;
        line-height: 30px;
    }
    .services-navtabs > ul > li > a {
        font-size: 13px;
        padding: 10px 5px;
    }
    .btn-buy-package {
        font-size: 1em;
    }
    .service-content-faq-wrpr .services-faq-box h3 {
        font-size: 15px;
        padding: 5px 15px;
    }
    .social-media-updates-section > .container > .row > [class*="col-md"] {
        text-align: center;
    }
    .our-mission-box p {
        padding: 20px 25px;
    }
    .footer-tag-line-wrapper {
        left: 0;
        right: 0;
    }
    .socil-media-updates-wrapper {
        text-align: left;
    }
    .gallery-box {
        height: auto;
        padding-bottom: 3em;
    }
    .video-thumb-wrapper {
        margin-bottom: 50px;
    }
    .video-gallery-main .row {
        margin-bottom: 0;
    }
    .testimonials-outer-wrapper > .row {
        margin-bottom: 0;
    }
    .testimonials-outer-wrapper > .row > div {
        margin-bottom: 20px;
    }
}


@media (max-width:550px) {
    
    .about-us-team-member-profile {
        text-align: center;
    }

    .about-us-team-member-profile > div.writeup {
        text-align: left;
        margin-top: 10px;
    }

    .about-us-team-member-profile > img {
      float: none;
    }
} 

@media (min-width:340px) and (max-width:767px) {
    body {
        padding-top: 135px !important;
    }
}


/* Styles Targeting IE 10-11 */

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .video-thumb-wrapper > a > img {
        width: 100%;
    }
}


.table-border-1 tr td { border:1px solid #ccc;}