
/*----------------------------------------------------
    1.Global styles
------------------------------------------------------*/

#content-home{

}

body {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    background-color: transparent;
    line-height: 1.6;
}
[class*="-section"] {
    overflow: hidden;
}
img {
    max-width: 100%;
}
a {
    outline: 0 !important;
}
/* ## Global Class ## */

a {
    color: #333333;
}
a,
a:hover,
a:focus,
a:active,
a.active {
    -webkit-text-decoration: none;
    -moz-text-decoration: none;
    -ms-text-decoration: none;
    -o-text-decoration: none;
    text-decoration: none;
    outline: none;
    color: #333333;
}


.nav.fixed{
  position: fixed;
  top:0;
  right: 0;
  z-index:1000;
  background-color: #fff!important;
}

.blanc-bg{ background-color: #fff; }
.gris-bg{ background-color: #dbdbdd; }
.rose-bg{ background-color: #e6007f; }
.vert-bg{ background-color: #93c120; }
.marron-bg{ background-color: #c99e67; }
.grisf-bg{ background-color: #666668; }
.orange-bg{ background-color: #f29200; }
.bleu-bg{ background-color: #2daae2; }
.vertf-bg{ background-color: #0a8f36; }
.vertc-bg{ background-color: #d3e4b5; }
.rouge-bg{ background-color: #e6332a; }


.blanc{ color: #fff; }
.gris{ color: #575756; }
.grisf{ color: #575756; }
.vert{ color: #95C11F; }
.noir{ color: #000; }
.orange{ color: #F39200; }
.bleu{ color: #36A9E1; }
.bleu_f{ color: #013861; }
.bleu_c{ color: #0088a8; }
.violet{ color: #A3195B; }
.rouge{ color: #e6332a; }
.rose{ color: #E6007E; }

.mb-10{ margin-bottom: 10px; }
.pad-15{ padding: 15px 0 }

.t20{ font-size: 20px; }
.tlight{ font-weight: lighter; }

.btn {
    font-size: 18px;
    font-weight: 600;
    padding: 2px 5px;
    border: 1px solid transparent;
    border-radius: 2px;
}

.right{ text-align: right; }
.center{ text-align: center; }

.bigsepar{
    height: 6px;
    background-color: #A3195B;
    clear: both;
    border: 0;
 }

.ssepar{
    height: 2px;
    background-color: #A3195B;
    clear: both;
    border: 0;
 }

p{ font-size: 20px; }

/* Headers */
h1,
h2,
h3,
h4,
h5,
h6 {
    padding-bottom: 10px;
    font-weight: 700;
    line-height: 1em;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

h1{ font-size: 50px; }
h2{ font-size: 42px; }

h3 {
    font-size: 30px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}

.bannercontainer {
    width:100%;
    position:relative;
    padding:0;
}

.banner{
    width:100%;
    position:relative;
}

section {
    background: #fff
}
#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: #fff url("../images/pre_loader.html") no-repeat center center;
    color: #000;
}


/*----------------------------------------------------
  2. Header Section
------------------------------------------------------*/
/*header section*/

header .container {
    padding-top: 200px;
    padding-bottom: 100px;
    position: relative;
    z-index: 10;
    text-align: center;
}
header {
    position: relative;
    text-align: center;
    color: #fff;
    background-color: rgb(0, 0, 0);
}
.headr_txt h2 {
    margin-top: -10px;
    margin-bottom: 40px;
    line-height: 60px;
    letter-spacing: 3px;
    color: #000;
}
.headr_txt h2 span {
    color: #f9ca3b
}
.headr_txt p {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    color: #363636;
}
.btn-chos {
    background: #f9ca3b;
    border-radius: 1px;
    padding: 12px 23px;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700;
}
/*navigation section*/

.navbar {
    text-transform: uppercase;
}
.navbar .navbar-nav {
    letter-spacing: 0px;
    margin-left: 129px;
}
.navbar-default .navbar-nav > li > a {
    color: #000;
    font-size: 14px;
}
.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    -ms-transition: background .3s ease-in-out;
    -o-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    -ms-transition: background .3s ease-in-out;
    -o-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    -ms-transition: background .3s ease-in-out;
    -o-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}
.top-nav-collapse .navbar-nav > li > a.current {
    color: #B89840;
}
.nav > li > a {
    padding: 14px 0px;
    margin: 0 8px;
    letter-spacing: 0px;
}
.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
    margin-left: -2px;
}
.navbar {
    padding: 40px 0;
    border-bottom: 0;
    letter-spacing: 1px;
    background: 0 0;
    -webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
    -moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
    -ms-transition: background .5s ease-in-out, padding .5s ease-in-out;
    -o-transition: background .5s ease-in-out, padding .5s ease-in-out;
    transition: background .5s ease-in-out, padding .5s ease-in-out;
    background: rgba(255, 255, 255, 0.03) none repeat scroll 0% 0%;
    /*! box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.09); */
}
.top-nav-collapse {
    padding: 12px 0px;
    background-color: #fff;
}
.top-nav-collapse .navbar-nav > li > a {
    color: #000;
}
.navbar-nav > li > a.current {
    color: #B89840;
}
.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus {
    color: #B89840;
}
.top-nav-collapse .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:hover,
.top-nav-collapse .navbar-nav > li > a.current:focus {
    color: #B89840;
}
.top-nav-collapse .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:focus {
    color: #000;
}
.navbar-brand > img {
    margin-top: -12px;
}
.navbar-right {
    margin-right: 60px !important;
}
/* Mega Menu
----------------------*/

.navbar-collapse{ float: right; }

.manimenu.top-nav-collapse {
    padding: 0px 0px;
    opacity: 1;
}
.manimenu {
    padding: 15px 0;
}
.manimenu .navbar-brand > img {
    margin-top: -7px;
}
.manimenu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    background: transparent;
    margin-left: 20px !important;
}
.manimenu ul:before,
.manimenu ul:after {
    content: "";
    display: table;
}
.manimenu ul:after {
    clear: both;
}
.manimenu ul > li {
    float: left;
    position: relative;
}
.top-nav-collapse ul li a {
    color: #000 !important;
}
.navbar-fixed-top ul li a {
    color: #666;
}
.manimenu a {
    display: block;
    padding: 30px 5px;
    text-transform: uppercase;
    font-size: 12px;
}
.manimenu a:hover {
    text-decoration: none;
    color: #f15e30;
}
.manimenu li ul {
    background: #f15e30;
}
.manimenu li ul li {
    width: 220px;
}
.manimenu li ul a {
    border: none;
    padding: 10px 20px;
    color: #000;
}
.manimenu li ul a:hover {
    color: #fff !important;
}
.manimenu ul > li ul li:hover a {
    /*! margin-left: 7px; */
}
.manimenu li ul {
    position: absolute;
    left: 0;
    top: 81px;
    z-index: 1;
}
.manimenu li ul li {
    overflow: hidden;
    height: 0;
    -webkit-transition: height 200ms ease-in;
    -moz-transition: height 200ms ease-in;
    -o-transition: height 200ms ease-in;
    transition: height 200ms ease-in;
}
.manimenu ul > li:hover ul li {
    height: 46px;
    border-bottom: 1px solid #fff;
}
.manimenu .header-right a {
    padding: 30px 0px;
}
/*  Slider Area Styling */

header {
    position: relative;
    text-align: center;
    color: #fff;
    background-color: rgb(0, 0, 0);
}
.slidernav .navbar {
    padding: 20px 0px;
    border-bottom: 0px none;
    letter-spacing: 1px;
    background: rgba(255, 255, 255, 0.3);
    -webkit-transition: -moz-transform 0.4s ease 0s, background-color 0.4s ease 0s;
    -moz-transition: -moz-transform 0.4s ease 0s, background-color 0.4s ease 0s;
    -ms-transition: -moz-transform 0.4s ease 0s, background-color 0.4s ease 0s;
    -o-transition: -moz-transform 0.4s ease 0s, background-color 0.4s ease 0s;
    transition: -moz-transform 0.4s ease 0s, background-color 0.4s ease 0s;
    -webkit-transform: translateX(0px) translateY(3px) translateZ(0px) rotate(0deg) scale(0.95);
    -moz-transform: translateX(0px) translateY(3px) translateZ(0px) rotate(0deg) scale(0.95);
    -ms-transform: translateX(0px) translateY(3px) translateZ(0px) rotate(0deg) scale(0.95);
    -o-transform: translateX(0px) translateY(3px) translateZ(0px) rotate(0deg) scale(0.95);
    transform: translateX(0px) translateY(3px) translateZ(0px) rotate(0deg) scale(0.95);
}
.slidernav .top-nav-collapse {
    padding: 20px 0px;
    background-color: #fff;
    -webkit-transition: -moz-transform 0.4s ease 0s, background-color 0.4s ease 0s;
    -moz-transition: -moz-transform 0.4s ease 0s, background-color 0.4s ease 0s;
    -ms-transition: -moz-transform 0.4s ease 0s, background-color 0.4s ease 0s;
    -o-transition: -moz-transform 0.4s ease 0s, background-color 0.4s ease 0s;
    transition: -moz-transform 0.4s ease 0s, background-color 0.4s ease 0s;
    -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    top: 0;
}
.slider-area {
    position: relative;
}
.slider-progress {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
}
.slider-area .big-title {
    color: #36A9E1;
    font-size: 72px;
}
.slider-area .big-title span.title-builder {
    line-height: 5px;
}
.slide-tit {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 48px;
}
.slider-area .small-content {
    padding: 15px 5px;
    text-align: left;
    margin-bottom: 30px;
}
.slider-area .small-content {
    letter-spacing: 15px;
    font-weight: initial;
    color: #000;
    text-align: center;
    font-size: 18px;
    margin-top: -23px;
    text-transform: uppercase;
    margin-bottom: -15px;
}
.slider-area .button {
    left: 21px;
    position: absolute;
    right: 0;
    top: 63%;
    text-align: left;
    text-align: center;
}
.slider-area .down {
    text-align: left;
}
.slider-area .down li {
    display: inline-block;
}
.slider-area .down li img {
    position: inherit;
}
.slider-area .btn-chos {
    color: #000;
    top: 14px;
    position: relative;
}
.slider-area .btn-chos:hover {
    background: #3F37AB;
    color: #fff;
}
.slid_man img {
    left: -376px !important;
    top: 104px !important;
}
.preview-2 .nivoSlider:hover .nivo-directionNav a.nivo-prevNav {
    left: 50px;
}
.preview-2 .nivoSlider:hover .nivo-directionNav a.nivo-nextNav {
    right: 100px;
}


/*----------------------------------------------------
     Footer Section
------------------------------------------------------*/

.footer-section {
    float: left;
    width: 100%;
    padding: 66px 0 0 0;
    color: #bababa;
    background: #252525;
}
.footer-section .footerwidget {
    padding-bottom: 65px;
}
.footer-section .footerwidget h5 {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 18px;
}
.footer-section .footerwidget p {
    color: #bababa;
    padding-right: 44px;
    margin-top: -19px;
    text-align: left;
}
.footer-section .footerwidget img {
    margin-top: 34px;
}
.contact_info ul {
    padding: 0;
}
.contact_info ul li {
    position: relative;
    padding-left: 30px;
    list-style: none;
}
.footer-section .footerwidget.contact_info ul li p {
    margin-top: 0px;
    margin-bottom: 5px;
}
.contact_info ul li i {
    position: absolute;
    top: 5px;
    left: 0;
    color: #bababa;
    font-size: 15px;
}
.footer-section .newsletter_form_wrapper {
    background: rgba(0, 0, 0, 0) none repeat scroll 0% 0%;
}
.footer-section .single-form .input-group {
    width: 60%;
}
.footer-section .outer-border.single-form .input-group .form-control,
.footer-section .outer-border.single-form .input-group .btn {
    height: 35px;
}
.footer-section .outer-border.single-form .input-group .btn {
    padding: 0px 10px;
    min-width: 82px;
}
.footer-section .outer-border.single-form .input-group .btn .input-group-btn {
    font-size: 13px;
    letter-spacing: 3px;
}
.outer-border.single-form .input-group .form-control:focus {
    border: none;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(71, 67, 67, 0.14), 0 0 8px rgba(105, 96, 96, 0.2);
}
.footer-section .outer-border.single-form .input-group .btn {
    color: #FFF;
    background-color: RGBA(36, 36, 36, 0);
}
.footer-section .outer-border.single-form .input-group .btn:hover {
    background-color: RGB(47, 47, 47);
}
.footer-section .social-footerr {
    margin: -10px 0px 0px;
    margin-top: -10px;
}
.footer-section .social-footerr li i {
    font-size: 20px;
}
.recent-post {
    margin: 0;
    padding: 0;
}
.recent-post li {
    list-style: none;
    position: relative;
    border-color: #454545;
    padding: 0 0 0px 50px;
    margin-bottom: 30px;
}
.recent-post li:last-child {
    border-bottom: transparent;
}
.footer-section .recent-post li a {
    color: #bababa;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    left: 13px;
    position: relative;
}
.footer-section .recent-post li a:hover {
    color: #bababa;
    text-decoration: underline;
}
.footer-section .recent-post-date {
    position: absolute;
    width: 52px;
    left: 0;
    top: -35px;
}
.subfooter {
    float: left;
    width: 100%;
    background: #222222;
    text-align: center;
    margin-top: 20px;
    padding: 30px 100px 10px 100px;
    color: #bababa;
}
.subfooter p {
    color: rgba(255, 255, 255, 0.58);
    float: left;
    margin-left: -12px;
    font-size: 13px
}
.subfooter p a {
    color: #f9ca3b;
}
.scrollup {
    display: inline-block;
    text-align: center;
    font-size: 10px;
    color: #f9ca3b;
    float: right;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 18px;
}
.scrollup span {
    font-size: 32px;
    line-height: 41px;
}
.scrollup:hover {
    color: rgba(255, 255, 255, 0.90);
}
.scrollup:active,
.scrollup:focus {
    color: #f9ca3b;
}
/*  Foote Landingpage
---------------------------- */

.footer-landing {
    text-align: center;
    padding-top: 70px;
    padding-bottom: 30px;
}
.footer-landing .scrollup {
    float: none;
    margin-top: 0px;
}
.footer-landing .social-footerr {
    margin-top: 20px;
}
.footer-landing .social-footerr li i {
    color: #fff;
}
.footer-landing .social-footerr li i:hover {
    color: #b0b0b0;
}
.footer-landing p {
    color: #BDBBBB;
}
.footer-landing p a {
    color: rgb(251, 246, 246);
}
