/* ------------------------------------------------------------------------------

  Template Name: Alamndoos Groub 
  Version: 1.0
  
  1.  Global

      1.1 General
      1.2 Typography
      1.3 Fields
      1.4 Buttons
      1.5 Icons
      1.6 Loader
      1.7 Helpers

  2.  Navbar 

      2.1 Navbar elements
      2.2 Sidebar Menu
      
  3.  Homepage

      3.1 Sections
      3.2 Section Specialization
      3.3 Section Resume
      3.4 Section About
      3.5 Section Projects
      3.6 Section Partners
      3.7 Section Testimonials

  4. Project Detail

  5. Responsive styles

      5.1 Min width 576px
      5.2 Min width 768px
      5.3 Min width 992px
      5.4 Min height 500px
      5.5 Min height 600px
      5.6 Min height 700px



/*-------------------------------------------------------------------------------
1. Global
-------------------------------------------------------------------------------*/



/* 1.1 General */



@import url('bootstrap.min.css');
@import url('bootstrap-grid.min.css');
@import url('animate.css');
@import url('ionicons.min.css');
@import url('linearicons.css');
@import url('animsition.css');
@import url('magnific-popup.css');
@import url('jquery.pagepiling.css');
@import url('owl.carousel.css');


html{
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
}

body{
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 1.9428;
  color: #717171;
  background: #1b1b1b;
  -webkit-overflow-scrolling:touch;
}

::-webkit-scrollbar{
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: #E4C187;
}

::selection{
  background-color:#E4C187;
  color:#fff;
}

-webkit-::selection{
    background-color:#E4C187;
    color:#fff;
}

::-moz-selection{
    background-color:#E4C187;
    color:#fff;
}


/* 1.2 Typography */
.logoss{
  max-width: 120px;
}


h1,
.h1{ 
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 3.428rem;
  line-height: 1.2;
  font-weight: 600;
  color: #fff;
  letter-spacing: -0.025em;
  margin:0.5em 0;
}

h2,
.h2{ 
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 3.371rem;
  line-height: 1.166;
  color: #fff;
  letter-spacing: 0;
  margin:2.6rem 0;
}

h3,
.h3{
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 2.142rem;
  line-height: 1.2;
  letter-spacing: -0.05em;
  color: #fff;
  margin:2.6rem 0;
}

h4,
.h4{
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 1.714rem;
  line-height: 1.25;
  letter-spacing: 0.025em;
  color: #fff;
  margin:2.6rem 0;
}

h5,
.h5{
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 1.571rem;
  line-height: 1.1;
  letter-spacing:0;
  color: #fff;
  margin:2.6rem 0;
}

h6,
.h6{
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 1.285rem;
  line-height: 1.3333;
  letter-spacing:0;
  color: #fff;
  margin:2.6rem 0;
}

h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a{
  color:inherit;
}

h1 a:hover,
.h1 a:hover,
h2 a:hover,
.h2 a:hover,
h3 a:hover,
.h3 a:hover,
h4 a:hover,
.h4 a:hover,
h5 a:hover,
.h5 a:hover,
h6 a:hover,
.h6 a:hover{
  text-decoration: none;
}


strong{
  font-weight: 600;
}

p,
blockquote{
  margin-bottom: 2.6rem;
}

blockquote{
  font-size: 1.714rem;
  letter-spacing: 0.025em;
  line-height: 1.5;
  padding: 0;
  width: 80%;
  padding-left: 6.8rem;
  border-left: 0.3rem solid #C8A176;
  margin-top: 5rem;
  color:#fff;
}

cite{
  display: block;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0;
  font-style: normal;
}

a {
color:#C8A176;
-webkit-transition: color .3s ease-out;
-o-transition: color .3s ease-out;
transition: color .3s ease-out;
}

a:hover {
color:#C8A176;
outline: none;
}


a:focus{
text-decoration: none;
}


/* 1.3 Fields */



input[type='text'],
input[type='address'],
input[type='url'],
input[type='password'],
input[type='email'],
input[type="search"],
input[type="tel"],
textarea{
display: inline-block;
width:100%;
font-size: 1rem;
border-radius: 0.75em;
color: #fff;
background-color:#2f2f2f;
border:0;
border-radius: 0;
padding: 0.7rem 1rem 0.7rem;
-webkit-box-shadow: 0 0 25px rgba(0,0,0,0.5);
box-shadow: 0 0 25px rgba(0,0,0,0.5);
-webkit-appearance: none;
-webkit-transition: all .15s;
-o-transition: all .15s;
transition: all .15s;
}

textarea{
padding-top: 0.8rem;
height: 15rem;
resize:none;
-webkit-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
}

input[type='text']:focus,
input[type='address']:focus,
input[type='url']:focus,
input[type='password']:focus,
input[type='email']:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
textarea:focus{
border-color: #E4C187;
outline: 0;
color: #fff;
}


input::-moz-placeholder {
color: #999999;
opacity: 1;
}

input:-ms-input-placeholder {
color: #999;
}

input::-webkit-input-placeholder {
color: #999;
}

textarea::-moz-placeholder{
color: #999;
opacity: 1;
}

textarea:-ms-input-placeholder {
color: #999;
}

textarea::-webkit-input-placeholder {
color: #999;
}

.form-group{
margin-bottom: 30px;
}

label.error{
color: #fff;
margin:0.8rem 0 0;
}



/* 1.4 Buttons */



.btn{
color:#fff;
letter-spacing: 0.025em;
font-size: 1rem;
display: inline-block;
border:0;
border-radius: 0;
padding: 1.1em 2.28em 1em;
background-color: #C8A176;
text-decoration: none;
-webkit-transition: all .3s ease-out!important;
transition: all .3s ease-out!important;
}

.btn:hover,
.btn:focus{
background-color:#FFFF;
color: #C8A176;
-webkit-box-shadow:none;
box-shadow: none;
outline: none!important;
}



/* 1.5 Icons */



.icon{
display: inline-block;
}

.ion-ios-play{
position:relative;
width: 5rem;
height: 5rem;
padding-left: 0.2rem;
line-height: 5rem;
text-align:center;
border:1px solid #fff;
border-radius: 50%;
font-size: 1.5rem;
margin-right:1.5rem;
margin-top: 4rem;
color: #fff;
transition: all .3s ease-out;
}

.ion-ios-play:hover{
color: #E4C187;
border: 1px solid #E4C187;
}

.ion-ios-play:after {
content: '';
position: absolute;
right: 100%;
top:50%;
height: 1px;
width: 99999rem;
background: #fff;
margin-right: 2rem;
}



/* 1.6 Preloader */



.animsition{
position:absolute;
z-index: 1000;
left: 0;
width: 100%;
top:0;
height: 100%;
}

.loader{
position: fixed;
overflow: hidden;
z-index: 1000;
left: 0;
top: 0;
width: 100%;
height: 100%;
background:#1b1b1b;
color:#4b4b4b;
text-align: center;
}

.spinner {
position: absolute;
top: 50%;
left: 50%;
width: 50px;
height: 50px;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}

.double-bounce1, .double-bounce2 {
width: 100%;
height: 100%;
border-radius: 50%;
background-color: #E4C187;
opacity: 0.6;
position: absolute;
top: 0;
left: 0;
-webkit-animation: sk-bounce 2.0s infinite ease-in-out;
animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}



/* 1.7 Helpers */

.text-muted{
color: #999!important;
}

.text-white{
color: #fff;
text-align: right;
}

.text-primary{
 background: -webkit-linear-gradient(#A4765F ,#E9C78E);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;

}

.masked{
position: relative;
}

.masked:before,
.masked-03:before{
content:'';
position: absolute;
left: 0;
top:0;
width: 100%;
height: 100%;
background: #000;
opacity: 0.1;
}

.masked-03:before{
opacity: 0.3;
}



/*-------------------------------------------------------------------------------
  2. Navbar
-------------------------------------------------------------------------------*/



.navbar{ 
position: absolute;
display:block;
z-index: 101;
left:0;
top:0;
width:100%;
padding-top: 2rem;
padding-bottom: 2rem;
color: #fff;
margin:0;
border-radius: 0;
}

.navbar-bg{
content: '';
position: absolute;
left: 0;
right: 0;
top: -1px;
width: 100%;
height: 0;
background: #272727;
z-index: -1;
box-shadow: none;
-webkit-transition: all 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
-o-transition: all 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
transition: all 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
}

.navbar-fixed{
position: fixed;
}

.navbar-fixed .navbar-bg{
height: 100%;

box-shadow: 0 0 35px rgba(0,0,0,0.2);
}

.navbar .brand{
float: right;
-webkit-transition: none;
-o-transition: none;
transition: none;
}



/* 2.1 Navbar elements */



.brand{
line-height: 1.6;
color: #fff;
display: inline-block;
}

a.brand:hover,
a.brand:focus{
text-decoration: none;
color: #fff;
}

.brand img{
display: inline-block;
vertical-align:middle;
margin-right: 0.65rem;
}

.brand-info{
display: inline-block;
vertical-align: middle;
}

.brand-name{
font-weight: 600;
font-size: 1.714rem;
line-height: 1;
}

.brand-text{
font-size: 0.857rem;
font-weight: 300;
margin-top: -0.3rem; 
}

.navbar-toggle{
float: right;
display: block;
margin: 0;
padding: 0;
border-radius: 0;
background: none;
border: 0;
margin-top:0.8rem;
}

.navbar-toggle:focus{
outline:none;
}

.navbar-toggle .icon-bar{
background-color: #fff;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
display: block;
width: 22px;
height: 2px;
border-radius: 1px;
}

.navbar-toggle .icon-bar+.icon-bar {
margin-top: 4px;
}

.navbar-toggle:hover .icon-bar{
background-color:  #E4C187;
}

.navbar .social-list{
float: right;
margin-right: 10%;
}

.social-list{
overflow:hidden;
}

.social-list-bottom{

position: absolute;
z-index: 10;
right:0;
bottom:2.4rem;
color: #000;
}


.social-list a{
float: left;
font-size: 1.428rem;
line-height: 1;
color:#fff;
margin-left: 2rem;
}

.social-list a:first-child{
margin-left: 0;
}

.social-list a:hover{
color:#E4C187;
text-decoration: none;
}

.navbar-spacer{
float: right;
margin:-1rem 4.5rem 0;
width: 1px;
height: 3.3rem;
background-color: #3c3c3c;
}

.navbar-address{
float: right;
font-weight: 600;
text-transform: uppercase;
}

.contacts{
float: left;
margin-left: 9rem;
margin-top:0.5rem;
}

.contacts .contact-item{
display: inline-block;
color: #fff;
margin-right:2rem;
direction: ltr;
}

.contacts .contact-item a{
color: #fff;
}


.contacts .contact-item.spacer{
opacity: 0.3;
}

.contact-address{
margin-top:5rem;
direction: ltr;
}

#success,
#error{
display:none;
}

.form-group-message{
display:none;
}



/*-------------------------------------------------------------------------------
  3. Homepage
-------------------------------------------------------------------------------*/



.boxed{
padding-left: 1.7rem;
padding-right: 1.7rem;
}


.left-boxed{
left: 1.7rem;
}

.right-boxed{
right:1.7rem!important;
}

.copy-bottom{
display: none;
position: absolute;
z-index: 10;
left:0;
bottom:2.4rem;
color: #000;
}

.copy-bottom.white{
color: #fff;
}

#pp-nav{
z-index: 100;
width: 2.1428rem;
margin-top:0!important;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}

#pp-nav.right{
right:0;
}

#pp-nav .pp-nav-up,
#pp-nav .pp-nav-down{
display: none;
font-size: 1.3428rem;
cursor: pointer;
color: #000;
text-align: center;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}

#pp-nav .pp-nav-up{
margin-bottom: 3.5rem;
}

#pp-nav .pp-nav-down{
margin-top: 3.5rem;
}

#pp-nav li, .pp-slidesNav li{
margin:1.928rem auto;
width: 10px;
height: 10px;
}

#pp-nav span, .pp-slidesNav span{
left: 0;
top: 0;
cursor: pointer;
width: 8px;
height: 8px;
background: #000;
border: 0;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}

#pp-nav .pp-nav-up:hover,
#pp-nav .pp-nav-down:hover,
#pp-nav.white .pp-nav-up:hover,
#pp-nav.white .pp-nav-down:hover{
  color: #E4C187;
}

#pp-nav.white .pp-nav-up,
#pp-nav.white .pp-nav-down{
color: #fff;
}

#pp-nav.white span, .pp-slidesNav span{
background: #fff;
}

#pp-nav li .active span, .pp-slidesNav .active span,
#pp-nav span:hover, .pp-slidesNav span:hover{
opacity: 1;
}

#pp-nav li .active span, .pp-slidesNav .active span{
opacity: 1;
background: #E4C187;
transform:scale(1.6);
}



/* 3.1 Sections */



.pagepiling .section{
background: #1b1b1b;
padding-top: 10.3rem;
padding-bottom: 6rem;
}

.pagepiling .pp-scrollable{
padding: 0;
overflow-x:hidden;
}

.pp-scrollable .vertical-centred{
padding-top: 10.3rem;
padding-bottom: 6rem;
}

.pp-scrollable .vertical-centred.v2{
padding-top:6rem;
padding-bottom: 9rem;
}

.scroll-wrap{
position: relative;
min-height: 100%;
}

.scrollable-content{
white-space: nowrap;
width: 100%;
font-size: 0;
}

.scrollable-content:before{
content: '';
display: inline-block;
height: 100vh;
vertical-align: middle;
}

.vertical-centred{
width: 100%;
height: 100%;
display: inline-block;
vertical-align: middle;
white-space: normal;
font-size: 1rem;
}

.boxed-inner{
position: relative;
padding:0;
}

.section-bg{
position: absolute;
left: 0;
top:0;
width: 100%;
height: 100%;
background-size: cover;
background-position: center;
}

.vertical-title{
position: absolute;
text-align: center;
font-weight: 600;
opacity: 0.05;
font-size:80px;
top: 50%;
left:8rem;
transform: translateY(-50%);
}

.vertical-title span{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%) rotate(-90deg);
opacity: 0;
overflow: hidden;
transition: all 0.5s 0.6s;
white-space: nowrap;
letter-spacing: 2.5rem;
}

.section.active .vertical-title span{
letter-spacing: 0;
opacity: 1;
}

/*.section .intro{
  opacity: 0;
  transform:scale(1.05);
  -webkit-transition: all 0.35s 0.6s ease;
  -o-transition:all 0.35s 0.6s ease;
  transition: all 0.35s 0.6s ease;
}

.section.active .intro{
  opacity: 1;
  transform: scale(1) translate(0);
}*/


.fadeY{
opacity: 0;
transition:all 0.5s 1.5s ease;
-webkit-transform: translateY(-2rem);
-ms-transform: translateX(-2rem);
-o-transform: translateY(-2rem);
transform: translateY(-2rem);
}


.fadeY-1{
transition:all 1s 0.5s;
}

.fadeY-2{
transition:all 1s 1s;
}

.fadeY-3{
transition:all 1s 1.5s;
}

.section.active .fadeY{
opacity: 1;
transform: translate(0);
}

.section .intro .project-title{
opacity: 0;
transition: all 0.5s;
transform:translateY(2rem);
transition-delay: 0.2s;
}

.section .intro .project-row:nth-child(2) .project-title{
transition-delay: 0.4s;
}

.section .intro .project-row:nth-child(3) .project-title{
transition-delay: 0.6s;
}

.section .intro .project-row:nth-child(4) .project-title{
transition-delay: 0.8s;
}

.section.active .intro .project-title{
transform:none;
opacity: 1;
transform:translateY(0);
}

.subtitle-top{
line-height: 1.714;
margin-top:0;
margin-bottom: 2.8rem;
letter-spacing: 0.1em;
}

.title{
letter-spacing: -0.025em;
line-height: 1.33333;
margin:0 0 3rem;
text-align: right;
}

.title2{
letter-spacing: -0.025em;
line-height: 1.33333;
margin:0 0 3rem;
}

.display-1{
font-size: 4.28rem;
line-height: 1;
letter-spacing: -0.05em;
margin:0;
}

.display-2{
  font-size: 6.54rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.05em;
  margin: 0;
}


.popup-youtube{
  display:inline-block;
  color:#fff;
  font-size: 1.26rem;
}

.popup-youtube:hover{
  text-decoration: none;
}



/* 3.2 Section Specialization */



.icon-specialization{
  font-size:5rem;
  color:#E4C187;
}

.row-specialization{
  margin:0 -2rem;
}

.col-specialization{
  padding:0 2rem;
}



/* 3.3 Section  */



.section-3 .vertical-centred{
  padding-top:6rem;
}
.resume-title{
  position: relative;
  color: #fff;
  margin:0 0 2rem;
}

.resume-header{
  position:relative;
  z-index: 2;
  top:5rem;
  padding:0 3.6rem;
  transition: all 0.5s;
}

.resume-row{
  position: relative;
  padding-bottom: 2.2rem;
  margin-bottom: 2.2rem;
  border-bottom: 1px solid #fff;
  transition:all 0.5s;
}

.resume-row:last-child{
  padding-bottom: 0;
  margin-bottom: 0;
  border:0;
}

.col-resume{
  position:relative;
  top:0;
  padding:2.2rem 3.6rem 3.6rem;
  background: rgba(255,255,255,0.1);
  transition:background 0.5s, top 0.5s;
}

.col-resume:hover{
  background: #C8A176;
}

.resume-type{
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  font-weight: 500;
  position: relative;
  font-size:1.125rem;
  margin-bottom: 1.2rem;
  transition: all 0.5s;
}

.resume-study{
  margin-bottom: 1rem;
}

.resume-date{
  font-size: 0.9rem;
  margin-bottom: 2rem;
}

.resume-text{
 margin-top:1.2rem;
 margin-bottom: 0;
}

.resume-text.last{
  margin-bottom: 0;
}


/* 3.5 Section Projects*/



.bg-changer{
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  overflow:hidden;
}

.bg-changer .section-bg{
  opacity: 0;
  will-change: opacity, transform;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 0.5s 0.2s ease,  transform 5s 0.2s ease;
  -o-transition: opacity 0.5s 0.2s ease,  transform 5s 0.2s ease;
  transition: opacity 0.5s 0.2s ease, transform 5s 0.2s ease;
}

.section-bg.mask:after{
  content:'';
  width:100%;
  height:100%;
  position:absolute;
  background: rgba(0,0,0,0.4);
  transition: all 0.5s;
}

.section-bg.mask.hide:after{
  opacity: 0;
}


.bg-changer .active{
  opacity: 1;
  -webkit-transform: scale(1.05);
  -ms-transform:scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.bg-changer .section-bg:first-child{
  opacity: 1;
}

.project-row{
  position: relative;
  margin-bottom: 3rem;
}

.view-all-projects,
.project-row,
.project-detail-row{
  padding-left:3rem;
}

.project-row:last-child{
  margin-bottom: 0;
}

.project-number{
  position: absolute;
  left: 0;
  top:1rem;
  font-size:1.25rem;
}

.project-row a,
.project-detail-row a{
  display:block;
  text-decoration: none;
  color:#fff;
  transition:opacity 0.3s;
}

.project-row a{
  opacity: 0.5;
}

.project-detail-row{
  position:relative;
}

.project-row a:after,
.project-row a.active:after,
.project-detail-row a:after{
  content:'';
  opacity:0;
  position: absolute;
  top:2.2rem;
  margin-left:-4rem;
  height: 1px;
  background: #fff;
  width:100000px;
  transition:opacity 0.3s;
}

.project-detail-row a:after{
  top:5.5vmin;
}

.project-row a:hover:after,
.project-row a.active:after,
.project-detail-row a:hover:after{
  opacity:1;
}

.project-row a.active{
  opacity: 1;
}

.project-title{
  font-size:3.68rem;
  font-weight: 400;
  margin:0;
}

.project-detail-row .project-title{
  font-size:9vmin;
}

.project-category{
  font-size: 1rem;
}

.view-all{
  position: relative;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size:1.26rem;
  margin-top:2.3rem;
}

.view-all a{
  color:#fff;
  position: relative;
}

.view-all a:before{
  content: '';
  position: absolute;
  right: 100%;
  top: 50%;
  background: #fff;
  height: 1px;
  width: 1000000px;
  margin-right: 2rem;
}


.view-all a:hover{
  color:#C8A176;
  text-decoration: none;
}

@media (min-width: 768px){

  .view-all-projects,
  .project-row,
  .project-detail-row{
    padding-left: 20%;
  }

  .project-title{
    font-size:4.68rem;
  }

  .project-row a:after,
  .project-row a.active:after,
  .project-detail-row{
    top:3rem;
  }

  .project-number{
    top:1.7rem;
  }
  
  .project-detail-row .project-number{
    top:3vmin;
  }
}



/* ------------------------------------------------------------------------------- */
/*  5. Responsive styles
/* ------------------------------------------------------------------------------- */



/* 5.1 Min width 576px */



@media (min-width: 576px){

  .menu{
    width:50%;
  }
}


/* 5.2 Min width 768px */



@media (min-width: 768px){

  html{
    font-size: 13px;
  }



  /* Sidebar Menu */


  
  .menu{
    width: 50%;
  }


  /* Homepage */



  .boxed{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .boxed-inner{
    padding-left: 0;
  }

  .right-boxed{
    right: 3rem!important;
  }

  .left-boxed{
    left: 3rem;
  }



  /* Section About */



  .section-about{
    padding-top: 12rem;
  }

  .owl-dots{
    text-align: left;
    padding-left:calc(41% + 15px);
  }

}




/* 5.3 Min width 992px */



@media (min-width: 992px){

  html{
    font-size: 14px;
  }

  .navbar{
    padding:2.7rem 0;
  }



  /* Sidebar Menu */



  .menu{
    width:35%;
    max-width: 35rem;
  }



  /* Homepage */



  .boxed{
    padding-left: 4.2857rem;
    padding-right: 4.2857rem;
  } 

  .right-boxed{
    right:4rem!important;
  }

  .left-boxed{
    left: 4.2857rem;
  }
}


/* 5.4 Min Height 500px */



@media (min-height: 500px){

  #pp-nav .pp-nav-up,
  #pp-nav .pp-nav-down{
      display: block;
  }
  
}



/* 5.5 Min Height 600px */



@media (min-height: 600px){


  /* Sidebar Menu */


  .menu .menu-lang{
    top:7rem;
  }

  .menu-list{
    top:9rem;
    bottom: 20rem;
  }

  .menu-list > li{
    font-size: 1.7rem;
  }

  .menu-footer{
    bottom: 6rem;
  }

  .menu-footer .copy{
    display: block;
  }
}




/* 5.6 Min Height 700px */



@media (min-height: 700px){

  .copy-bottom{
    display: block;
  }

  .social-list-bottom{
    display: block;
  }
  
}

/*  My  */

/*   Pargraphe First Page*/
.Parg{
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 1.9428;
  color: #717171;
}

.mph{
  position: absolute;
  z-index: 10;
  bottom:2.4rem;
  left: 60px;
  bottom: 10px;
}


.companiees{
  text-align: center;
}

.pra{

  position: relative;
  font-family: sans-serif;
  margin-top: 20px;
  font-size: 2em;
  letter-spacing: 4px;
  overflow: hidden;
  background: linear-gradient(90deg, #A4765F , #fff, #000);
  background-repeat: no-repeat;
  background-size: 80%;
  animation: animate 10s linear infinite;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(255, 255, 255, 0);
  text-align: right;
}

@keyframes animate {
  0% {
    background-position: 500%;
    
  }
  100% {
    background-position: -500%;
    
  }
}



/* Intro Page Img */
.res{
  
    max-width: 100%;
    height: auto;
}

@media (max-width: 768px) {

  .display-2 {
    font-size: 4.3rem;
  }

  .mph{
    left: 20px;
  }   

  .conta{
    font-size: 24px;
  }
}


.cocom{
  color: #fff;
  transition: 1s;
  opacity: 50%;
  
  
  }
  
  .cocom:hover {
    color: #C8A176;
    transition: 1s;
    opacity: 100%;
    
  }