/* --------------------------------- */
/* Css Styles                        */
/*---------------------------------- */

/*

 Table of Content
==================================================

    0. Preloader
    1. Body and Core Css
    2. Header
    3. Home Section
    4. About
    5. Portfolio
    6. Portfolio Detail
    7. Team
    8. 
    9. Clients
    10. Contact
    11. Footer
    12. Responsive

*/

/*------------------------ 0 Preloader ------------------------*/


#preloader {
    background-color:#fff;
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    height: 100%; 
    z-index: 1000;
    display:table;
    text-align: center;
}


@keyframes spinner {
  to {transform: rotate(360deg);}
}
 
.spinner:before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  margin-left: -15px;
  border-radius: 50%;
  border: 1px solid #ccc;
  animation: spinner .6s linear infinite;
}


/*------------------------ 1 Body and Core Css ------------------------*/


body{
    font-family: Verdana, Arial, Helvetica, sans-serif;

    /*Fix for footer >> https://stackoverflow.com/questions/36792193/links-in-footer-unclickable-bottom-fixed-and-behind-content-when-overflow-x-is */
    position: relative;
    z-index: 3;
}

html{
    height: 100%;
}

::selection {
  background: #777; 
  color: #fff;
}

::-moz-selection {
  background: #777; 
  color: #fff;
}

@-moz-document url-prefix() {
    body {
    font-weight: lighter!important;
    }
}

/* Margins */

.top_10{
    margin-top: 10px;
}

.top_15{
    margin-top: 15px;
}

.top_20{
    margin-top: 20px;
}

.top_30{
    margin-top: 30px;
}

.top_45{
    margin-top: 45px;
}

.top_60{
    margin-top: 60px;
}

.top_80{
    margin-top: 80px;
}

.top_90{
    margin-top: 90px;
}

.top_120{
    margin-top: 120px;
}

.padding_30{
   padding: 30px 0; 
}

.padding_45{
   padding: 45px 0; 
}

.padding_60{
   padding: 60px 0; 
}

.padding_90{
   padding: 90px 0; 
}

.bottom_15{
    margin-bottom: 15px;
}

.bottom_30{
    margin-bottom: 30px;
}

.bottom_45{
    margin-bottom: 45px;
}

.bottom_60{
    margin-bottom: 60px;
}

.bottom_90{
    margin-bottom: 90px;
}

.bottom_120{
    margin-bottom: 120px;
}

.padbot_15{
    padding-bottom: 15px;
}

.padbot_30{
    padding-bottom: 30px;
}

.padbot_45{
    padding-bottom: 45px;
}

.padbot_60{
    padding-bottom: 60px;
}

.fb:hover{
    color: #3b5998!important;
    transition: all ease 0.4s;
}

.tw:hover{
    color: #55acee!important;
    transition: all ease 0.4s;
}

.ins:hover{
    color: #cd486b!important;
    transition: all ease 0.4s;
}

.bh:hover{
    color: #1769ff!important;
    transition: all ease 0.4s;
}

.dr:hover{
    color: #ea4c89!important;
    transition: all ease 0.4s;
}

.flkr:hover{
    color: #0063dc!important;
    transition: all ease 0.4s;
}

.up:hover{
    color: #bbb!important;
    transition: all ease 0.4s;
}

.line{
    height: 1px;
}

.line.bold{
    height: 4px;
}


/* Typoghraphy */ 

p{
    font-size: 15px;
    color: #333;
    line-height: 28px;
 }

b{
    color: #000;
    font-weight: 600;
}

h1{
    font-size: 70px;
    font-weight: 600;
    letter-spacing: -3px;
    line-height: 80px;
}

h2{
    font-size: 60px;
    font-weight: 600;
    letter-spacing: -3px;
}

h3{
    font-size: 50px;
    font-weight: 600;
    letter-spacing: -1px;
}

h4{
    font-size: 40px;
    font-weight: 600;
    letter-spacing: -1px;
}

h5{
    font-size: 30px;
    font-weight: 600;
    letter-spacing: -1.2px;
    line-height: 38px;
}

h6{
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -1px;
}

blockquote {
    padding: 15px 18px;
    margin: 25px 0;
    font-weight: 600;
    letter-spacing: -1px;
    font-size: 18px;
    line-height: 30px;
    border-left: solid 3px;
}

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

.center-title span{
    font-size: 18px;
    color: #ffffff;
    letter-spacing: 3px;
    margin-bottom: 10px;
    display: block;
}

.bold-text{
    color: #000;
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
}

.ital{
    font-style: italic;
}

h5 .light{
    font-weight: 100;
} 

/* Buttons */

.more{
    color: #000;
    height: 48px;
    display: block;
    position: relative;
    transition: all ease 0.6s;
    font-size: 15px;
}

.more:hover{
    transition: all ease 0.4s;
    padding-left: 30px;
}

.section-olive {
    background: #698785;
    box-shadow: inset 0 14px 10px -6px rgba(0,0,0,0.5);
}

.section-turquoise {
    background: #18a8b2;
    box-shadow: inset 0 14px 10px -6px rgba(0,0,0,0.5);
}

.section-gris {
    background: #bbbbbb;
    box-shadow: inset 0 14px 10px -6px rgba(0,0,0,0.5);
}

.section-noir {
    background: #000;
    box-shadow: inset 0 14px 10px -6px rgba(0,0,0,0.5);
}

.section-beige {
    background: #fff8dc;
    box-shadow: inset 0 14px 10px -6px rgba(0,0,0,0.5);
}

.section-jaune {
    background: #fff1d0;
    box-shadow: inset 0 14px 10px -6px rgba(0,0,0,0.5);
}

.section-rouge {
    background: #cc0000;
    box-shadow: inset 0 14px 10px -6px rgba(0,0,0,0.5);
}

.section-bleu {
    background: #8da1dd;
    box-shadow: inset 0 14px 10px -6px rgba(0,0,0,0.5);
}
.section-2023 {
    background: #04b328;
    box-shadow: inset 0 14px 10px -6px rgba(0,0,0,0.5);
}

.section-2022 {
    background: #66a8dc;
    box-shadow: inset 0 14px 10px -6px rgba(0,0,0,0.5);
}

.section-mauve {
    background: #6c7abb;
    box-shadow: inset 0 14px 10px -6px rgba(0,0,0,0.5);
}


/*------------------------ 2 Header ------------------------*/  

header .navbar.full-nav {
    z-index: 110;
}

header .navbar.full-nav .logo {
    float: left;
    padding: 18px 4px;
    font-weight: 600;
    letter-spacing: -1px;
    width: 200px;
}

header .navbar.full-nav .logo img {
    margin-right: 10px;
    height:auto;
    width:100%;
}

header .navbar .social-icons {
    background: url(../images/dotted.png?v=2.0) no-repeat left top 5px;
    float: left;
    margin: 22px 0 0 11px;
    padding-left: 20px;
}

.social-icons a {
    color: #000;
    font-size: 18px;
    transition: all ease 1.7s;
    width: 28px;
    height: 20px;
    display: inline-block;
    margin-right: 0px;
}

.social-icons a:hover {
    font-size: 15px;
}

.social-icons a .fa{
   font-size: 26px;
}

/** Navigation **/

@media only screen and (min-width:992px) {
    
    header{
        position: absolute;
        width: 100%;
    }
    
    header .navbar nav {
        display: block!important;
        float: right;
    }
    
    header .navbar.full-nav nav ul li a {
        color: #000;
        padding: 24px 11px 18px 12px;
        font-size: 26px;
        font-family: Bebas Neue;
    }
    
    header .navbar nav ul li a:hover,
    header .navbar nav ul li a:active,
    header .navbar nav ul li a:focus {
        background: none;
    }
    
    header .navbar nav ul li.dropdown .dropdown-menu li a:hover {
        background: #efefef;
    }
    
    header .navbar nav ul li.dropdown .dropdown-menu li.active a:hover {
        color: #000;
    }

    /* Pas utilise par le site de la viree */
    header .navbar nav > ul > li.dropdown .dropdown-menu {
        -webkit-transition: -webkit-transform .2s ease-out;
        -moz-transition: -moz-transform .2s ease-out;
        transition: transform .2s ease-out;
        transform: translate3d(0, 25px, 0);
        background-color: #fff;
        font-weight: 600;
        font-size: 13px;
        top: -10000px;
        display: block;
        opacity: 0;
        right: auto;
        border: 0;
        box-shadow: 0 3px 45px rgba(0, 0, 0, .09);
        -webkit-box-shadow: 0 3px 45px rgba(0, 0, 0, .09);
        -moz-box-shadow: 0 3px 45px rgba(0, 0, 0, .09);
        margin: -3px 0 0;
        min-width: 175px;
        padding: 3px;
        text-align: left;
        border-radius: 2px;
    }
    
    header .navbar nav > ul > li.dropdown .dropdown-menu a {
        padding: 8px 10px;
        font-size: 18px;
    }
     
    
/* Menu Hover Animations */

    header .navbar nav > ul > li.dropdown:hover > .dropdown-menu {
        transform: translate3d(0, 0, 0);
        margin-top: -3px;
        display: block;
        opacity: 1;
        top: auto;
    }    

    header nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu {
        position: relative;
    }
    
    header nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > .dropdown-menu {
        -webkit-transition: -webkit-transform 0.2s ease-out, opacity 0.2s ease-out;
        -moz-transition: -moz-transform 0.2s ease-out, opacity 0.2s ease-out;
        transition: transform 0.2s ease-out, opacity 0.2s ease-out;
        transform: translate3d(20px, 0, 0);
        right: 100%;
        opacity: 0;
        display: block;
        left: 100%;
        margin-top: -10px;
        margin-left: -22px;
    }
    
    .opposite-menu{
        -webkit-transition: -webkit-transform 0.2s ease-out, opacity 0.2s ease-out;
        -moz-transition: -moz-transform 0.2s ease-out, opacity 0.2s ease-out;
        transition: transform 0.2s ease-out, opacity 0.2s ease-out;
        transform: translate3d(20px, 0, 0);
        left: 100%;
        opacity: 0;
        display: block;
        right: 100%;
        margin-top: -10px;
        margin-left: -22px;
    }
    
    header nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu:hover > .dropdown-menu {
        top: 7px;
        opacity: 1;
    }
    
    header nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > a:after {
        font-family: FontAwesome;
        content: "\f105";
        display: block;
        float: right;
        height: 0;
        margin-right: -10px;
        margin-top: 7px;
        position: absolute;
        right: 22px;
        top: 3px;
        width: 0;
        font-size: 10px;
        color: #b7b7b7;
    }
}


/* Menu Responsive */

@media (max-width: 991px) {
    
    header{
        position: absolute;
        width: 100%;
    }
    
    header .navbar.full-nav nav {
        left: 8px;
        right: 14px;
        top: 2px;
        position: absolute;
        z-index: 110;
        background-color: #fff;
        box-shadow: 0 20px 45px rgba(0, 0, 0, .08);
    }
    
    header .navbar nav ul {
        position: relative;
        width: 100%;
        box-shadow: none;
        border: 0;
        margin-top: -3px;
        border-radius: 0;
        padding: 0;
    }
    
    header .navbar nav ul li {
        float: none;
        margin: 0;
        border-bottom: 1px solid #dfdfdf;
        margin-left: 10px;
    }
    
    header .navbar nav ul li ul {
        border-top: 1px solid #dfdfdf;
    }
    
    header .navbar nav ul li a {
        font-size: 13px;
        border-radius: 0;
        display: inline-block;
        width: 100%;
        padding: 12px 15px;
        color: #000;
    }
    
     header nav > ul > li.dropdown > a:after {
        font-family: FontAwesome;
        content: "\f107";
        display: block;
        float: right;
        height: 0;
        margin: 2px 7px;
        right: 22px;
        top: 3px;
        width: auto;
        font-size: 12px;
        color: #000;
    }
 
    header nav > ul > li.dropdown li.dropdown-submenu > a:after {
        font-family: FontAwesome;
        content: "\f107";
        display: block;
        float: right;
        height: 0;
        margin-top:0px;
        right: 22px;
        top: 3px;
        width: auto;
        font-size: 12px;
        color: #000;
    }
    
    header .navbar nav ul li a:hover,
    header .navbar nav ul li a:focus{
        background: none;
    }
    
     header .navbar nav ul li.dropdown .dropdown-menu li a {
        padding: 10px 20px;
    }
    
    .full-nav .rspbtn button{
        background: none;
        border: 0;
        padding: 23px 12px;
        text-align: right;
        float: right;
    }
    
}


/*------------------------ 3 Home Pages ------------------------*/


.hometop {
    background: url(../images/accueil_bng.jpg?v=9.0) bottom center;
    width: 100%;
    display: table;
    position: relative;
    z-index: 0;
    background-size: cover;
    /*background-attachment: scroll;*/
    background-attachment: fixed;
    height: 700px;
    text-align: center;
}

.home-content h2{
    margin-top: 10px;
    margin-bottom: 15px;
}

.home-content h1{
    margin-top: 10px;
    margin-bottom: 15px;
}

.home-content{
    display: table-cell;
    vertical-align: bottom;
    text-align: center;
    z-index: 12;
    position: relative;
    color: #000;
}

.home-logo{
    position: absolute;
    text-align: center;
    margin-top: -320px;
    width: 100%;
    /*z-index: -1;*/
}

.home-logo img{
    max-height: 320px;
}

#scene{
    bottom: 0;
    position: absolute;
    z-index: 10;   
    text-align: center;
    width: 100%;
}

#scene .l0{
/*    margin-left: -399px;
    position: absolute;*/
    margin-bottom: 12%;
}

#scene .l0 img{
/*    margin-left: 400px; */
    width: 80%;
    max-width: 1450px;
    min-width: 300px;
}

#scene .l1{
    margin-left: -20%;
    margin-top: 24%;
}

#scene .l1 img{
    width: 140%;
}

#scene .l2{
    margin-top: 32%;
}

#scene .l3 {
    margin-left: 65%;
    margin-top: 30%;
}

.cloud-header #scene .l1{
    margin-bottom: -5%;
}

.home-headline{
    padding: 60px 0 80px;
}

.home-headline h1{
    text-align: center;
}

.home-headline p{
    text-align: center;
    padding: 20px 0;
    
}

.cloud-header{
 /*   background:#3399cc;  */
    background:#415955;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 310px;
    overflow: hidden;
    width: 100%;
    display: table;
    z-index: -1;
    position: relative;
    text-align: center;
}
.cloud-header2{
    background:#04b328;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 310px;
    overflow: hidden;
    width: 100%;
    display: table;
    z-index: -1;
    position: relative;
    text-align: center;
}

.home-text{
    position: relative;
    padding-top:280px;
    color: #fff;
    width: 100%;
    z-index: 5;
}

.home-text h1{
    margin-bottom: 12px;
}

.home video{
    position: absolute;
    top: 0;
    left: 0;
}



/*------------------------ 4 About ------------------------*/

.about.type-1 .about-image{
    padding-bottom: 70px;
    background: #f2f2f2;
}

.about.type-1 .about-image img:before{
    background: #e4e4e4; 
}

.about.type-1 .about-image img{
    width: 100%;
    box-shadow: 0px 0px 85px 0px rgba(0, 0, 0, 0.14);
    margin-top: -15%;
    margin-left: calc(15% - 15px);
}

.about.type-1.vertiqal .about-image img{
    width: 100%;
    box-shadow: 0px 0px 85px 0px rgba(0, 0, 0, 0.14);
    margin-top: -15%;
    margin-left: -15%;
}

.page-title h5{
    padding-bottom: 20px;
}

.page-title span{
    font-size: 15px;
    color: #b3b3b3;
    letter-spacing: 3px;
    margin-bottom: 5px;
    display: block;
}

.page-title.left .line.bold{
    float: right;
}

.page-title.sub h5{
    font-size: 26px;
}

.page-title.sub span{
    font-size: 14px;
    margin-bottom: 0;
}

.about.type-1 .about-text p{
    margin-top: 60px;
    padding-left: 60px;
}


/* Type 2 */

.about.type-2 .text{
    font-size: 16px;
    color: #000;
    font-weight: 500;
}


/* Vertiqal */

.about.type-1.vertiqal .about-text p {
    margin-top: 20px;
    padding-left: 0px;
}

.about-content .about-image img{
    width: 100%;
}

.about-content p.text{
    font-size: 16px;
    color: #000;
    font-weight: 500;
    text-align: center;
}


/*------------------------ 5 Portfolio ------------------------*/


.single-item figure img {
    width: 100%;
    backface-visibility: hidden;
    vertical-align: top;
}

/* Type 1 */

.portfolio.type-1{
    padding-bottom: 20px;
    padding-top: 60px;
}

.portfolio .jour-spectacle {
    text-align: center;
    margin-bottom: 40px;
}

.portfolio.type-1 .single-item figure figcaption {
    text-align: center;
    padding: 25px 0;
    height: 120px; 
}

.portfolio.type-1 .single-item figure figcaption h3 {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    transition: all ease 0.3s;
    letter-spacing: -0.3px; 
}

.portfolio.type-1 .single-item figure figcaption p {
    font-size: 18px;
    color: #000;
}

.portfolio.type-1 .single-item figure img {
    transition: all ease 0.3s;
}

.portfolio.type-1 .single-item:hover > figure img {
    opacity: 0.6;
    transition: all ease 0.3s;
}

.portfolio.type-1 .single-item:hover > figure h3{
    transition: all ease 0.3s;
}


/* Type 2 */

.portfolio.type-2 .single-item figure {
  position: relative;
  float: left;
  overflow: hidden;
  width: 100%;
  color: #000;
  text-align: left;
  font-size: 16px;
  background-color: #fff;
}

.portfolio.type-2 .single-item figure *{
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.portfolio.type-2 .single-item figure:after,
.portfolio.type-2 .single-item figure figcaption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.portfolio.type-2 .single-item figure:after {
  content: '';
  background-color: rgba(255, 255, 255, 0.65);
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  opacity: 0;
}

.portfolio.type-2 .single-item figure figcaption {
    z-index: 1;
    padding-left: 27px;
    padding-top: 47%;
}

.portfolio.type-2 .single-item figure figcaption h3 {
  line-height: 1.1em;
  font-size: 42px;
  opacity: 0;
  width: 100%;
  padding: 0;
-webkit-transform: translateY(-40px);
 transform: translateY(-40px);
}

.portfolio.type-2 .single-item.col-md-6 figure figcaption h3 {
  font-size: 28px;
}

.portfolio.type-2 .single-item figure p {
  font-size: 21px;
  font-weight: 300;
  letter-spacing: 1px;
  opacity: 0;
  top: 50%;
  color: #000;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
}

.portfolio.type-2 .single-item figure:hover img {
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.portfolio.type-2 .single-item figure:hover:after{
  opacity: 1;
  position: absolute;
}

.portfolio.type-2 .single-item figure figcaption:hover h3,
.portfolio.type-2 .single-item figure figcaption:hover p{
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  opacity: 1;
}


/*------------------------ 6 Portfolio Detail ------------------------*/

.portfolio-content p{
    font-size: 18px;
    line-height: 31px;
}

.portfolio-content .citation{
    font-weight: 500;
    font-size: 15px;
    line-height: 16px;
}

.portfolio-content .citation .ital{
    font-style: italic;
}

.port-list li span{
    font-weight: 500;
    font-size: 15px;
    line-height: 16px;
}

.port-list li {
    margin-bottom: 15px;
    line-height: 13px;
}

.port-list li p{
    font-size: 13px;
}

.port-subtitle{
    line-height: 32px;
}

.slide img{
    width: 100%;
}

.portfolio-content.type-1 .port-slider img,
.portfolio-content.type-1 .port-slider iframe
{
    width: 100%;
}

.portfolio-content.type-1 .video
{
    padding-bottom:56.25%;
}

.portfolio-content.type-1 .video iframe
{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

.owl-pagination{
    margin-top: 30px;
}

.article-nav{
    border-top: 1px solid #efefef;   
    padding: 46px 0 50px;
}

.article-nav .backtoport{
    margin: 0 auto;
    display: table;
    opacity: 0.3;
    cursor: pointer;
    transition: all ease 0.3s;
}

.article-nav .backtoport:hover{
    opacity: 1;
    transition: all ease 0.3s;
}

.portfolio-content.type-2 .port-list{
    margin-top: 10px;
}

.portfolio-content.type-2 .port-list li{
    margin-bottom: 26px;
}

.content-image img{
    width: 100%;
}

.phone{
    background: url(../images/mobile/phone.png?v=2.0) no-repeat;
    background-size: auto 100%;
    background-position: top center;
}

.phone img{
    width: 100%;
    padding: 21% 13% 24%;
}

.phone .owl-controls{
    position: absolute;
    text-align: center;
    left: 50%;
    margin-left: -39px;
}

.work-information{
    background: #f2f2f2;
    padding: 80px 0;
    font-size: 14.5px;
    line-height: 26px;
}

.work-information .part span{
    color:#748182;
}


/*------------------------ Contenu generic ------------------------*/

.text .video
{
    padding-bottom:56.25%;
}

.text .video iframe
{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}


/*------------------------ Admission ------------------------*/

.admission {
    color: #fff8dc;
    text-align: center;
}

.admission p{
    font-size: 20px;
    line-height: 30px;
    color: #fff8dc;
}

.admission .admission-logo img{
    /*width: 55%;*/
    margin: 20px;
    /*max-width: 65%;*/
    /* max-height: 50%; */
}


/*------------------------ Abonnement ------------------------*/

.abonnement p{
    color: #000;
    font-size: 20px;
/*    line-height: 25px; */
    text-align: center;
}

.abonnement a:hover p{
    color: #18a8b2;
}

/*------------------------ telecharge ------------------------*/

.telecharge p{
    color: #000;
    font-size: 20px;
/*    line-height: 25px; */
    text-align: center;
}

.telecharge a:hover p{
    color: #fff;
}

/*------------------------ Ecofestif ------------------------*/

.ecofestif p{
    color: #fff;
    font-size: 20px;
    line-height: 40px;
}

.ecofestif .droite{
    text-align: left;
}

.ecofestif .gauche{
    text-align: center;
}

.ecofestif img{
    width: 60%;
}

/*----------------------- banner ----------------------------*/
.banner .owl-carousel img{
    width: 100%;
}

/*------------------------ Detail ---------------------------*/
.detail .text h5{
    color: #ff9933;
}

.detail .text h6{
    color: #0099cc;
}

.detail .text img{
    width: 100%;
}

.detail .text .ministre{
    width: 300px;
}

/*------------------------ 10 Contact ------------------------*/

.form-inp {
    width: 100%;
    height: 45px;
    border: 0;
    color: #000;
    border-bottom: solid 1px #dfdfdf;
    font-size: 13px;
    padding-left: 10px;
    margin-bottom: 15px;
}

.contact-form textarea {
    width: 100%;
    border: 0;
    border-bottom: solid 1px #dfdfdf;
    font-size: 13px;
    padding: 20px 0 0 10px;
    height: 119px;
    margin-bottom: 15px;
}

.sitebtn-1{
    border: solid 2px #dfdfdf;
    background: #ff9933;
    font-size: 13px;
    padding: 9px 11px 8px;
    text-align: center;
    min-width: 140px;
    line-height: 21px;
    transition: all ease 0.3s;
    color:#000; 
}

.sitebtn-1:hover{
    background: #000;
    color: #fff;
    border-color: #000;
    transition: all ease 0.3s;
}

.sitebtn-2{
    border: solid 2px #dfdfdf;
    background: PowderBlue;
    font-size: 13px;
    padding: 9px 11px 8px;
    text-align: center;
    min-width: 140px;
    line-height: 21px;
    transition: all ease 0.3s;
    color:#000;
}

.sitebtn-2:hover{
    background: #000;
    color: #fff;
    border-color: Black;
    transition: all ease 0.3s;
}
.sitebtn-3{
    border: solid 2px #ff9966;
    background: #fffffe;
    font-size: 13px;
    padding: 9px 11px 8px;
    text-align: center;
    min-width: 140px;
    line-height: 21px;
    transition: all ease 0.3s;
    color:#000; 
}

.sitebtn-3:hover{
    background: #ff9966;
    color: #fff;
    border-color: #000;
    transition: all ease 0.3s;
}
.sitebtn{
    border: solid 2px #dfdfdf;
    background: none;
    font-size: 13px;
    padding:9px 11px;
    text-align: left;
    min-width: 140px;
    line-height: 17px;
    transition: all ease 0.3s;
    color:#000; 
}

.sitebtn:after{
    font-family: FontAwesome;
    content: "\f178";
    color: #000;
    float: right;
}

.sitebtn:hover{
    background: #000;
    color: #fff;
    border-color: #000;
    transition: all ease 0.3s;
}

.sitebtn:hover:after{
    color: #fff;
}

.contact.type-4 .contact-info{
    line-height: 36px;
    font-size: 14.5px;
    color: #414141;
}  


/*------------------------ Bottom Info ------------------------*/

.bottom-info{
    text-align: center;
    
}

.bottom-info p{
    padding: 100px 0 120px;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    color: #808080;
}


/*------------------------ 11 Footer ------------------------*/

.wrapper {
    position: relative;
    z-index: 4;
    background: #fff;
    overflow: hidden;
/*    box-shadow: 0px 0px 22px 32px #FFF; */
}

footer p{
    font-size:13px;
}

footer h6{
    font-size:16px;
    color: #fff;
    letter-spacing: 1px;
}

footer {
    width: 100%;
    position: fixed;
    z-index: 1;
    bottom: 0;
}


/* Footer Type 2 */

footer.type-2 {
    background: #1b1b1b;
}

footer.type-2 .footer-top{
    font-size: 13px;
    color: #949494;
    line-height: 24px;
    margin: 30px 20px 0 20px;
}

footer.type-2 .footer-top .touch ul li{
    position: relative;
    padding-left: 26px;
    margin-bottom: 15px;
}

footer.type-2 .footer-top .touch ul li i{
    position: absolute;
    left: 0;
    top: 6px;
    font-size: 14px;
    color: #fff;
}

footer.type-2 .footer-top .touch ul li span:hover{
    color: #eee;
}


footer.type-2 .footer-top .promo img{
    height: 160px;
}

footer.type-2 .footer-top .links ul li{
    position: relative;   
    border-bottom: solid 1px #2d2d2d;
    padding-bottom: 10px;
    margin-bottom: 10px; 
}

footer.type-2 .footer-top .links ul li:last-child{
    border-bottom: none;
}

footer.type-2 .footer-top .links ul li span{
    clear: both;
    font-size: 15px;
    color: #949494;
}

footer.type-2 .footer-top .links ul li span:hover{
    color: #eee;
}

footer.type-2 p{
   color: #949494;
}

footer.type-2 .footer-bottom{
    padding: 10px;
    background: black;
}

footer.type-2 .footer-bottom .social-icons{
    margin: 3px 0 0 0;
    background: none;
}

footer.type-2 .footer-bottom .social-icons a{
    color: #fff;
}


/*------------------------ 12 Responsive ------------------------*/


@media only screen and (max-width:992px) {

    h1{
        font-size: 52px;
        line-height: 60px;
    }

    .home-content h2{
        font-size: 42px;
    }
    
    .home-content h3{
        font-size: 40px;
    }
    
    .about-content.type-1 .about-image{
        margin-top: 0px;
    }
    
    .about.type-1{
        margin-top: -60px !important;
    }
    
    .about.type-1 .about-image img{
        margin: 0 !important;
    }
    
    .about.type-1 .about-image{
        background: none;
        margin-top: 0px;
    }
    
    .about.type-1 .line{
        margin: 60px 0;
    }   
    
 /*   p br { content: ' '; } */
        
      
    .contact.type-3 .center-title{
        padding: 30px 0 70px;
    }
    
    .contact.type-3 .contact-info .icon {
        margin-bottom: 40px;
    }
    
    .contact.type-3 .contact-form{
        margin-bottom: 90px;
    }
    
    .contact.type-4 .form {
        margin: 80px 0;
    }
    
    .contact.type-4 .form .sitebtn-2 {
        margin-top: 30px;
    }
    
    .contact.type-4 .contact-map{
        margin-bottom: 60px;
    }
    
    .about.type-1.vertiqal .container{
         display: flex;
        flex-direction: column-reverse;
    }
    
    .about.type-1.vertiqal .line{
        display: none;
    }
    
    .center-title {
        padding: 60px 0 45px;
    }
    
    .about.type-1 .line.bold {
        margin:0;
    }
    

    .contact.type-1 .contact-info{
        margin: 30px 0;
    }
        
    .contact.type-1 .contact-info .social-icons{
        margin: 30px 0;
    }
    
    .contact.type-1 .form{
        margin: 90px 0;
    }
    
    .contact-form textarea{
        margin-bottom: 30px;
    }
    
    .about.type-2 .line {
        margin-top: 60px;
    }
    
    .about.type-2.top_120{
        margin-top: 30px;
    }
     
    .about.type-1.top_120{
        margin-top: 30px;
    }
    
}



/* Tablet Version */

@media only screen and (max-width: 768px) {
    
    h1{
        font-size: 52px;
        line-height: 60px;
    }
  
    h5 {
        font-size: 24px;
        line-height: 35px;
    }

    .about.type-1 .about-image img{
        margin: 0;
    }
    
    .contact-line{
        display: none;
    }
    
    .contact.type-3 .contact-info .icon i{
        display: none;
    }
    
    .contact.type-3 .center-title {
        padding: 20px 0 40px;
    }
    
    .contact.type-3 .contact-info .icon {
        margin-bottom: 30px;
    }
    
    .home-content h2{
        font-size: 34px;
        letter-spacing: -2px;
        margin-bottom: 10px;
        margin-top: 5px;
    }
    
    .home-content h3{
        font-size: 28px;
        letter-spacing: -2px;
    }
    
    
    .contact.type-3.top_90.bottom_120{
        margin: 0;
    }
    
    .contact-info.top_90.col-md-8.col-md-offset-2{
        margin-top: 0;
    }
    
    .col-md-8.col-md-offset-2.top_120{
        margin-top: 60px;
    }
    
    .article-nav .backtoport{
        padding-top: 18px;
    }

    .portfolio.type-2 .single-item figure figcaption h3 {
        color: #ff9933;
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    .portfolio.type-2 .single-item figure p {
        color: #ff9933;
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    .portfolio.type-2 .single-item figure figcaption {
        padding-left: 47px;
    }

    #scene .l0{
        margin-bottom: 8%;
    }

    header .navbar.full-nav .logo img {
        width: 140px;
    }

}


/* Mobile Version */

@media only screen and (max-width: 576px) {
    
/*
    .home-headline h1,
    .bottom-info p br { content: ' '; }
*/    
    h1{
        font-size: 32px;
        line-height: 42px;
    }
    
    h5 {
        font-size: 20px;
        line-height: 29px;
    }

    .home #scene{
        margin-bottom: -70px;
    }
    
    .home-headline {
        padding: 0px 0 30px;
    }
    
    .home-logo img{
        max-height: 190px;
        margin-top: 50px;
    }

    .bottom-info p {
        padding: 70px 0 98px;
    }
    
    .about-content.type-1 .about-image{
        margin-top: 0px;
    }
    
    .about-content.type-1 .line{
        margin-top: 15px;
        margin-bottom: 30px;
    }
        
    .about.type-1.vertiqal.top_90{
        margin: 0;
    }
    
    .portfolio.type-1.top_120{
        margin-top: 30px;
    }
    
     .portfolio.type-1.top_120{
        margin-top: 30px;
    }
    
    .about.type-1 .line {
        margin:0;
    }
      
    .contact-mail h5{
        font-size: 20px;
    }
    
    .home-content h2 {
        font-size: 28px;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    
    .home-content h3 {
        font-size: 22px;
    }
    
    .about.type-2 .line.col-md-8.col-md-offset-2.top_120{
            margin-top: 0;
    }

    #scene .l0{
        margin-bottom: 100px;
    }

    #scene .l1{
        margin-top: 170px;
    }

    #scene .l2{
        margin-top: 120px;
    }

    #scene .l1 img{
        min-height: 100px;
    }
   
}

#logo1 {
    display: block;
}

#logo2 {
    display: none;
}

sup{
    font-size: 80%;
}
