@import url(http://fonts.googleapis.com/css?family=Raleway:400,700);
@import url(http://fonts.googleapis.com/css?family=Raleway:600,700,400);
body {
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
}

a:hover {
    text-decoration: none;
}

p {
    color: #454545;
    text-align: justify;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Raleway', sans-serif;
}

.fthin {
    font-weight: 300;
    background-color: rgb(234, 234, 234);
    padding-top: 17px;
}

.topbb {
    color: #454545;
    font-weight: 900;
    -webkit-box-shadow: inset 0px -19px 19px -14px rgba(50, 50, 50, 0.32);
    -moz-box-shadow: inset 0px -19px 19px -14px rgba(50, 50, 50, 0.32);
    box-shadow: inset 0px -19px 19px -14px rgba(50, 50, 50, 0.32);
}

.breadcrumb {
    background-color: transparent;
    margin-top: 20px;
}

.breadcrumb li a {
    color: #3A3A3A;
    font-weight: 600;
}

.breadcrumb li.active {
    color: #DC0083;
}

.yosuccess{
    background-color: #F8F8F8;
    padding:30px;
}
.yosuccess img{
    margin: 0 auto;
}

.lead {
    color: #393A32;
}

.carousel-indicators {
    bottom: -10px;
}

.separator {
    clear: both;
    height: 40px
}

.separator40 {
    clear: both;
    height: 40px
}

.separator20 {
    clear: both;
    height: 20px
}

.separator10 {
    clear: both;
    height: 10px
}

.separator5 {
    clear: both;
    height: 5px
}

.content .img-rounded {
    margin-left: 33px
}

.menu {
    border-bottom: 1px solid rgba(255, 255, 255, 0.71);
    background: #000000;
    z-index: 1;
}

.hov:hover .np {
    background: #B9006E;
}

.hov:hover .st1 p:after {
    border-top: solid 20px #B9006E;
}

.hov:hover .st2 p:before {
    border-bottom: solid 20px #B9006E;
}

.sepcolor {
    background: #0A0A0A;
    padding: 15px 0;
    color: #fff;
}

.npl {
    padding-left: 0;
}

.np {
    padding: 0;
    background: #EDEDED;
    -webkit-transition: all .2s linear 0;
    -moz-transition: all .2s linear 0;
    -o-transition: all .2s linear 0;
    -ms-transition: all .2s linear 0;
    transition: all .2s linear 0;
}

.st2 p,
.st1 p {
    position: relative;
    font-size: 17px;
    ;
}

.st1 p:after {
    content: '';
    position: absolute;
    bottom: -63px;
    left: 50%;
    margin-left: -20px;
    width: 0;
    height: 0;
    border-top: solid 20px #EDEDED;
    border-left: solid 20px transparent;
    border-right: solid 20px transparent;
    -webkit-transition: all .2s linear 0;
    -moz-transition: all .2s linear 0;
    -o-transition: all .2s linear 0;
    -ms-transition: all .2s linear 0;
    transition: all .2s linear 0;
}

.st2 p:before {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -20px;
    width: 0;
    height: 0;
    border-left: solid 20px transparent;
    border-right: solid 20px transparent;
    top: -71px;
    border-bottom: solid 20px #EDEDED;
    -webkit-transition: all .2s linear 0;
    -moz-transition: all .2s linear 0;
    -o-transition: all .2s linear 0;
    -ms-transition: all .2s linear 0;
    transition: all .2s linear 0;
}

.hov h4 {
    font-weight: 700;
}

.social {
    list-style: none;
    padding: 0;
    margin: 5px 0 0;
    text-align: right;
}

.social li {
    float: right;
}

.social li a {
    padding: 0 10px 0;
    font-size: 20px;
    color: #fff;
}

.bigbox {
    background: #020618;
    height: 342px;
    padding: 20px;
}

.bigbox p {
    color: #D2D2D2;
    font-size: 29px;
    text-align: left;
    ;
}

.bigbox i {
    color: #fff;
    font-size: 40px;
    float: right;
}

.bigbox hr {
    border-top: 1px solid #252525;
}

.title-container .menu {
    background: transparent;
    z-index: 1;
    border: 0;
}

.menu .navbar-default {
    background-color: transparent;
    border-color: transparent;
    margin-bottom: 0;
    z-index: 1;
    border: 0;
}

.navbar-default .navbar-nav > li > a {
    color: #FFFFFF;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #E93197;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    background-color: transparent;
    color: #D70080;
}

.homestatic {
    height: 167px;
    margin: 2px;
    background: #fff;
    padding: 10px
}

.content {
    padding: 10px 0 0;
}

.services {
    padding: 20px 0;
    background: url(../img/blackorchid.png);
}

.services ul {
    list-style: none;
    padding: 0;
    margin: 1px 0 0;
}

.services ul li {
    border-bottom: 1px dashed #fff;
}

.services ul li a {
    padding: 10px;
    display: block;
    color: #fff;
}

.services ul li a:hover {
    background: rgba(255, 255, 255, 0.09);
}

.services ul li.active a {
    color: #fff;
    background: rgba(236, 0, 140, 0.19);
}

.servicescont p {
    font-size: 15px;
}

.servicescont h4 {
    font-weight: bold;
    margin-bottom: 2px;
}

.services p {
    color: #A0A0A0;
    font-size: 17px;
}

.clients {
    background: #FAFAFA;
    padding-top: 7px;
    margin: 20px 0 0;
    border-top: 1px solid rgba(255, 34, 193, 0.19);
}

.clients img {
    margin-bottom: 11px;
    opacity: 0.3;
    -webkit-transition: 0.50s;
    -moz-transition: 0.50s;
    -o-transition: 0.50s;
    transition: 0.50s;
}

.clients img:hover {
    opacity: 1;
}

.info-slider .carousel-caption {
    position: static;
}

.info-slider p,
.info-slider h3 {
    text-shadow: none;
}

.info-slider h3 {
    color: #353535;
    text-align: left;
}

.info-slider .carousel-control {
    color: #979797;
}

.info-slider .carousel-control.left {
    background-image: none;
}

.info-slider .carousel-control.right {
    background-image: none;
}

.carousel-indicators .active {
    background-color: #E826D9;
}

.carousel-indicators li {
    border: 0;
    background: #000;
}

.highlights {
    color: #333;
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
    position: relative;
    padding-bottom: 50px;
}

.highlights p {
    color: #fff;
}

.highhead {
    font-weight: 600;
    ;
}

.highlights img {
    opacity: 0.6;
    -webkit-transition: 0.50s;
    -moz-transition: 0.50s;
    -o-transition: 0.50s;
    transition: 0.50s;
}

.highlights div:hover > img {
    opacity: 1;
    margin-top: -20px;
}

.highlights h3 {
    color: #818181;
    -webkit-transition: 0.50s;
    -moz-transition: 0.50s;
    -o-transition: 0.50s;
    transition: 0.50s;
}

.highlights div:hover > h3 {
    color: #000;
}

.hover-work a:hover>.subheader {
    background: #FFF8DF;
}

.subheader {
    -webkit-transition: 0.50s;
    -moz-transition: 0.50s;
    -o-transition: 0.50s;
    transition: 0.50s;
    background: #E4E2E2;
    margin: 0 auto;
    color: #D33964;
    text-transform: uppercase;
    font-family: "Raleway", sans-serif;
    padding: 10px 0;
}

.subheader .cta {
    font-family: "Monda", sans-serif;
    font-style: normal;
    font-size: 35px;
    text-transform: uppercase;
}

.footer {
    margin: 0 auto;
    color: #333;
    padding: 50px 0 8px;
    text-align: center;
    font-size: 15px;
}
ul.footer-social{text-align: center;}
ul.footer-social li{display: inline-block;}
ul.footer-social li a{padding: 0 10px;}
ul.footer-social li a i{font-size: 20px;}
.footer h4 {
    line-height: 1.2em;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
}
.copyright{text-align: left; padding: 0 0 20px;}
.copyright .text{text-align: right; line-height: 60px; font-size: 16px;}
.copyright img{width: 150px; height: auto;}
.footer p a {
    font-weight: 400;
    font-style: normal;
    color: #101010;
    text-decoration: none;
    border-bottom: 1px dotted #F59BD0;
    padding: 0 0 .1em 0;
    -webkit-font-smoothing: antialiased;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.footer p a:hover {
    color: #DA7DA9;
    border-bottom: 1px solid #fff;
}

.footer small a {
    font-weight: 400;
    font-style: normal;
    color: rgb(252, 249, 196);
    text-decoration: none;
    border-bottom: 1px solid #fcf9c4;
    padding: 0 0 .1em 0;
    -webkit-font-smoothing: antialiased;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.footer small a:hover {
    color: #DA7DA9;
    border-bottom: 1px solid #fff;
}

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

.footer h2 {
    text-align: left;
}

.footer p {
    text-align: center;
}

.icons {
    display: inherit;
}
.footer-center{
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.footer-cols{
    padding-top: 15px;
}
.footer-cols i{
    font-size: 40px;

}
.footer li a {
    display: block;
    background: left top no-repeat;
    padding: 0 0 0.4em 2.7em;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    color: #333333;
}

.footer li a:hover {
    color: #DA7DA9;
}

.footer li.tel a {
    background: transparent url(../img/png/icon-phone.png) left top no-repeat;
    background-image: -webkit-linear-gradient(transparent, transparent), url(../img/icon-phone.svg);
    background-image: linear-gradient(transparent, transparent), url(../img/icon-phone.svg);
}

.footer li.twitter a {
    background-image: -webkit-linear-gradient(transparent, transparent), url(../img/icon-twitter.svg);
    background-image: linear-gradient(transparent, transparent), url(../img/icon-twitter.svg);
    background: transparent url(../img/png/icon-twitter.png) left top no-repeat;
}

.footer li.email a {
    background: transparent url(../img/png/icon-email.png) left top no-repeat;
    background-image: -webkit-linear-gradient(transparent, transparent), url(../img/icon-email.svg);
    background-image: linear-gradient(transparent, transparent), url(../img/icon-email.svg);
}

.footer li.address a {
    background: transparent url(../img/png/icon-address.png) left top no-repeat;
    background-image: -webkit-linear-gradient(transparent, transparent), url(../img/icon-address.svg);
    background-image: linear-gradient(transparent, transparent), url(../img/icon-address.svg);
}

.footer button {
    border: 0;
    width: 36px;
    height: 16px;
    vertical-align: center;
    background: transparent url(../img/png/arrow1.png) right center no-repeat;
    background-image: -webkit-linear-gradient(transparent, transparent), url(../img/arrow1.svg);
    background-image: linear-gradient(transparent, transparent), url(../img/arrow1.svg);
}

input.signup {
    background-color: #E9DDDD;
    border: 0;
    padding: 3px 6px;
    font-family: "Raleway", sans-serif;
    color: #110800;
    width: 85%;
    width: 75%\9;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

[placeholder]:focus::-webkit-input-placeholder {
    transition: opacity 0.2s 0.2s ease;
    opacity: 0;
}

::-webkit-input-placeholder {
    color: rgb(252, 249, 196);
    font-family: "Raleway", sans-serif;
}

:-moz-placeholder {
    color: rgb(252, 249, 196);
    font-family: "Raleway", sans-serif;
}

::-moz-placeholder {
    color: rgb(252, 249, 196);
    font-family: "Raleway", sans-serif;
}

:-ms-input-placeholder {
    color: rgb(252, 249, 196);
    font-family: "Raleway", sans-serif;
}

.cls-nav-tbs li {
    background: #3597D3;
    color: #FFF;
    border: 0;
    width: 100%;
}

@media (min-width: 768px) {
    .navbar-nav > li > a {
        padding-top: 40px;
        padding-bottom: 20px;
    }
    .navbar-header img {
        padding: 0px;
        margin-top: 6px;
        margin-bottom: 8px;
    }
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        margin-left: -50px;
    }
    .carousel-control .icon-next,
    .carousel-control .glyphicon-chevron-right {
        right: 30%;
    }
    .cls-nav-tbs li {
        background: #001F32;
        color: #FFF;
        border: 0;
        width: 25%;
    }
}

.slider .carousel-caption {
    padding-top: 0;
    padding-bottom: 0;
}
/*ul.nav li.dropdown:hover > ul.dropdown-menu {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
ul.nav li.dropdown:hover > ul.dropdown-menu li a {
    color: #000;
}
.open > .dropdown-menu {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
.open > .dropdown-menu li a {
    color: #000;
}
.dropdown-menu li a {
    color: #fff;
}
.dropdown-menu {
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    display: block;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
}
.dropup .dropdown-menu {
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
}
.navbar .nav > li > .dropdown-menu:after {
}
.dropup > .dropdown-menu:after {
    border-bottom: 0;
    border-top: 6px solid rgba(39, 45, 51, 0.9);
    top: auto;
    display: inline-block;
    bottom: -6px;
    content:'';
    position: absolute;
    left: 50%;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}*/

.highlights .cls-nav-tbs {
    width: 100%;
}

.cls-nav-tbs {
    border-bottom: 0;
    margin-top: -2%;
}

.cls-nav-tbs li a {
    color: #EBEBEB;
    border: 0;
    width: 100%;
    border-radius: 0;
    margin-right: 0;
    padding: 13px 0;
    text-align: center;
    font-size: 17.5px;
    font-weight: bold;
}

.cls-nav-tbs li a:hover {
    background: 0;
    color: #fff;
}

.cls-nav-tbs > li.active > a,
.cls-nav-tbs > li.active > a:hover,
.cls-nav-tbs > li.active > a:focus {
    cursor: default;
    background-color: #0081B3;
    border: 0;
    color: #FFF;
    font-weight: bold;
    width: 100%;
}

.cls-tab-content {
    margin: 10px;
}

.cls-tab-content .tab-pane {
    margin: 32px 0px;
}

.cls-nav-tbs li a i {
    font-size: 22px;
    margin-right: 10px;
}

.cls-tab-content .tab-pane p {
    font-size: 15px;
    color: #F1E8E8;
}

.cls-nav-tbs > li.active .triangle {
    display: block;
    width: 0;
    height: 0;
    border: solid 9px;
    border-color: #0081B3 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    margin: 0 auto;
}

.cls-nav-tbs > li .triangle {
    display: none;
}

.dropdown-submenu {
    position: relative;
    list-style: none;
    padding: 0;
}

.dropdown-submenu ul {
    list-style: none;
    padding: 0;
}

.dropdown-submenu li a {
    display: block;
    padding: 8px 10px 7px;
    color: #fff;
    text-align: left;
}

.dropdown-submenu li a:hover {
    color: #D70080;
    background: rgba(255, 255, 255, 0.1)
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.navbar-ex1-collapse .top-hd {
    float: right
}

.navbar-ex1-collapse .top-hd span {
    border-right: 1px solid #ccc;
    float: left;
    margin-top: 2px;
}

.navbar-ex1-collapse .top-hd span a {
    font-size: 14px;
    padding: 0px 14px;
    color: #940248;
}

.navbar-ex1-collapse .top-hd span a:hover {
    color: #000;
}

.navbar-ex1-collapse .top-hd span:last-child {
    border-right: none;
}

.dropdown-menu {
    min-width: 175px;
    background-color: rgba(0, 0, 0, 0.82);
    border-radius: 0;
}

.dropdown-menu > li > a {
    color: #CBCBCB;
    font-size: 16px;
    text-align: left;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    background: rgba(255, 255, 255, 0.1);
    color: #D70080;
}

.no-border {
    border: none !important;
}

.content img {
    /*border: 4px solid #BFCACE;*/
}

.homepage-hero-module {
    border-right: none;
    border-left: none;
    position: relative;
}

.no-video .video-container video,
.touch .video-container video {
    display: none;
}

.no-video .video-container .poster,
.touch .video-container .poster {
    display: block !important;
}

.video-container {
    position: relative;
    bottom: 0%;
    left: 0%;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background: #000;
}

.video-container .poster img {
    width: 100%;
    bottom: 0;
    position: absolute;
}

.video-container .filter {
    z-index: 100;
    position: absolute;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
}

.video-container .title-container,
.video-container .hometitle {
    z-index: 999;
    position: absolute;
    width: 100%;
    text-align: center;
    color: #fff;
}

.video-container .hometitle {
    top: 35%;
}

.video-container .hometitle h1 {
    font-size: 80px;
    margin: 0 auto;
    font-weight: bolder;
}

.video-container .hometitle i {
    margin-top: 40px;
    -webkit-animation-name: floating;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;
    animation-name: floating;
}

@keyframes floating {
    0% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%)
    }
    50% {
        -webkit-transform: translateY(30%);
        transform: translateY(30%)
    }
    100% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%)
    }
}

@-webkit-keyframes floating {
    0% {
        -webkit-transform: translateY(0%)
    }
    50% {
        -webkit-transform: translateY(30%)
    }
    100% {
        -webkit-transform: translateY(0%)
    }
}

.video-container .description .inner {
    font-size: 1em;
    width: 45%;
    margin: 0 auto;
}

.video-container .link {
    position: absolute;
    bottom: 3em;
    width: 100%;
    text-align: center;
    z-index: 1001;
    font-size: 2em;
    color: #fff;
}

.video-container .link a {
    color: #fff;
}

.video-container video {
    position: absolute;
    z-index: 0;
    bottom: 0;
}

.video-container video.fillWidth {
    width: 100%;
}
.intro {
    padding: 50px 0 70px
}

.intro .title {
    display: block;
    float: left;
}

.intro .title::after {
    border-right: 1px solid #f44a4f;
    content: " ";
    display: block;
    height: 100%;
    position: absolute;
    right: -14%;
    top: -2%;
    -webkit-transform: rotate(45deg) scale(1.6);
    -ms-transform: rotate(45deg) scale(1.6);
    transform: rotate(45deg) scale(1.6)
}

.intro .texte {
    display: block;
    float: left;
    margin: 0 10px;
    font-size: 25px;
    margin-left: 13%;
}
strong.title,h2.strongTitle {
    color: #242930;
    display: block;
    font-family: adelle-sans,Helvetica-Neue,Helvetica,Arial,Sans-serif;
    font-size: 60px;
    font-weight: 700;
    line-height: .85;
    position: relative;
    letter-spacing: -1px
}
strong.title span, h2.strongTitle span {
    color:#B9006E;

    }
/* ----------- Home Services ----------*/
.home .srv h2 {
  -webkit-transition: color .2s ease;
  transition: color .2s ease;
  text-align: center;
  color: #000;
  font-weight: bolder;
  font-size: 28px;
  padding-bottom: 30px;
}
.home .srv p{
    font-size: 16px;
}
.serviceshome img{
    width: 150px;
    margin: 0 auto;
}
.home .srv h2::after {
  border-top: 2px solid;
  bottom: 0;
  content: " ";
  display: block;
  margin: auto;
  position: relative;
  top: 20px;
  width: 90px;
  -webkit-transition: width .2s ease;
  transition: width .2s ease;
}
.home .srv h2.rouge::after {
  border-color: #f44a4f;
}

.home .srv h2.bleu::after {
  border-color: #3ab6e9;
}

.home .srv h2.jaune::after {
  border-color: #ffc741;
}

.home .srv h2.vert::after {
  border-color: #75c300;
}
.home .srv:hover ::after {
  width: 120px;
}

.home .srv:hover h2.rouge {
  color: #f44a4f;
}

.home .srv:hover h2.bleu {
  color: #3ab6e9;
}

.home .srv:hover h2.jaune {
  color: #ffc741;
}

.home .srv:hover h2.vert {
  color: #75c300;
}
.homebar{
    text-align: center;
    background: url(../img/blackorchid1.png) #4E6DB0;
    color: #fff;
    padding: 20px 0 50px;
}
.homebar h3{
    font-size: 40px;
    margin-bottom: 30px;
}
.colorlist{
    list-style: none;
    padding: 0;
}
.colorlist li::before {
  font-size: 30px;
  line-height: 0;
  position: relative;
  top: 4px;
  content: "• ";
}
.colorlist li:nth-child(1)::before {
    color: #f44a4f !important;
}
.colorlist li:nth-child(2)::before {
    color: #3ab6e9 !important;
}
.colorlist li:nth-child(3)::before {
    color: #75c300 !important;
}
.colorlist li:nth-child(4)::before {
    color: #ffc741 !important;
}
.colorlist li:nth-child(5)::before {
    color: #F01AF5 !important;
}
.colorlist li:nth-child(6)::before {
    color: #1DF261 !important;
}
.colorlist li:nth-child(7)::before {
    color: #5441FF !important;
}
.colorlist li:nth-child(8)::before {
    color: #F35315 !important;
}
.teamslider.items2 li{
    width: 50%;
}
.module_team ul {
    list-style: none !important;
    padding: 0;
    overflow: hidden;
    font-size: 0;
}

.module_team ul li {
    margin: 0;
    display: inline-block;
    vertical-align: top;
    padding: 55px 0 0 0;
}

.module_team ul li:before {
    display: none;
}

.module_team ul li .item_wrapper {
    cursor:default;
    padding:0 0 0 3px; 
}

.module_team .item {
    padding: 0;
}

.module_team .img_block img {
    width: 100%;
    height: auto;
    display: block;
}

.module_team .img_block {
    margin-bottom: 0;
    position:relative;
    overflow:hidden;
}

.module_team h6 {
    padding-top:1px;
    margin-bottom: 3px;
    font-size:20px;
    font-weight:400;
}

.module_team .op {
    position:relative;
    padding-bottom:3px;
    margin-bottom:4px;
    line-height:24px;
    font-size:16px;
    color:#666666;
}

.module_team .op:before {
    position:absolute;
    left:0;
    bottom:0;
    width:62.96%;
    height:1px;
    background:#dddddd;
    content:''; 
}

.team_desc {
    font-size:16px;
    line-height:24px;   
    margin-bottom:10px; 
}

.module_team .team_icons_wrapper {
    font-size: 0;
    padding: 0;
}

.module_team .teamlink {
    font-size: 16px;
    display: inline-block;
    text-align: center;
    margin: 0;
    line-height: 24px;
    margin-right: 14px;
    transition: all 300ms;
    -webkit-transition: all 300ms;
    vertical-align:top;
}

.module_team .teamlink span,
.module_team .teamlink i {
    background: none !important;
}

.module_team .teamlink i {
    font-size: 16px;
    font-weight:normal;
}

.module_team .teamlink:hover {
    color: #666666 !important;
}

.team_fb {
    color:#5567a9;
}
.team_pinterest {
    color:#cb2027;
}
.team_twitter {
    color:#40affd;
}
.team_google {
    color:#be4a39;
}
.team_dribbble {
    color:#f26798;
}
.about h2.text-danger{font-weight: bolder;}
.top-text-bg{
    background: #333;
}
.top-text-bg p{
    color:#fff;
    padding: 25px 0 10px;
}
.title-container {
  z-index: 9999999 !important;
}
.vpb_info{
    color: #F21F1F;
}
.vpb_success {
  color: #15C072;
}
img#captchaimg {
  width: 190px;
  margin-left: 30px;
}
input#vpb_captcha_code {
  float: left;
  width: 210px;
}
.getint legend{
    font-size: 17px;
    margin-bottom: -10px;
    font-weight: bolder;
    padding-bottom: 11px;
}
@media (max-width: 768px) {
    .video-container .hometitle h1 {
         font-size: 30px;
    }
    .intro .title {
      float: none;
      text-align: center;
      margin-bottom: 30px;
    }
    .intro .texte{
        font-size: 14px;
    }
    .intro .texte p{
        text-align: center;
    }
    .copyright .text, .copyright{
        text-align: center;
    }
    .intro .title::after{
        display: none;
    }
    .owl-carousel .owl-nav{
        display: none;
    }
}
.buzzbox img{
opacity:0.5;
 transition: opacity .25s ease-in-out;
-moz-transition: opacity .25s ease-in-out;
-webkit-transition: opacity .25s ease-in-out;
}
.buzzbox:hover img{
opacity:1;
}
.buzzbox{
  margin-bottom: 20px;
  background: #FFF;
  padding-bottom: 25px;
}
.buzzbox h3{
  padding: 15px;
  height: 110px;
  display: block;
}
.buzzbox p{
padding: 15px;
}
.buzzcontent{
  background: #F9F9F9;
}
.affix {
  position: fixed;
  width: 100%;
  z-index: 99999999999999;
}
.homepage-hero-module .affix{
	visibility: hidden;
}
.homepage-hero-module .affix-top{
visibility: visible;
}
.alert-success{
    text-align: center;
}


.testimonial .owl-carousel p>strong{
    color: #24304a;
    float: right;
    text-align: right !important;
    font-size: 16px;
}
.testimonial{
    background-color: #fbfbfb;
    padding: 50px;
}
.owl-carousel .owl-item{
    padding:10px;
}
.owl-carousel .owl-nav{
    position: absolute;
    top: 50%;
    width: 100%;
    font-size: 12px;
}
.owl-carousel .owl-nav .owl-prev{
    float: left;
    background-color: #27334d;
    color: #fff;
    padding: 10px;
    margin-left: -40px;
    transition:all 0.4s ease-in-out;
}
.owl-carousel .owl-nav .owl-next{
    float: right;
    right: 0;
    background-color: #27334d;
    color: #fff;
    padding: 10px;
    margin-right: -40px;
    transition:all 0.4s ease-in-out;
}
.owl-carousel .owl-nav .owl-prev:hover, .owl-carousel .owl-nav .owl-next:hover{
    background-color: #59667f;
}
#popmsn {
	position: fixed;
	width: 100%;
	bottom: 0%;
	left: 0%;
	background-color: #00000096;
	padding: 10px 60px;
	display: block;
	z-index: 10;
}
#popmsn, a{
	color: #8b77bf;
}
.popmsn-btn{
	color:white !Important;
	background-color:#065c8c;
	padding:10px;
}
.popmsn-btn{
	color:white !Important;
	background-color:#065c8c;
	padding:10px;
	cursor:pointer;
}
