
/*----------------------- Preloader -----------------------*/
body.preloader-site {
  overflow: hidden;
}


.preloader-wrapper {
  height: 100%;
  width: 100%;
  background: #EFEDE4;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
}

.preloader-wrapper .preloader {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 120px;
}




/* 

Sentra Template

https://templatemo.com/tm-518-sentra

*/

* {
  box-sizing: border-box;
  border-radius: 38px;

}

ul {
  text-align: left !important;
}

body {
  font-family: 'Titillium Web', sans-serif;
  background-color: #EFEDE4;
}

p {
  font-size: 13px;
  color: #7a7a7a;
  line-height: 24px;
}

h1 {
  font-family: 'Major Mono Display', monospace;
}

.page-content {
  width: 77.5%;
  float: right;
}

.content-section {
  padding-top: 80px;
  position: relative;
  width: 100%;
  display: block;
  height: auto;
  left: 50%;
   
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  border-top: 1px solid #E0CBAC;
}

.section-heading {
  text-align: left;
  position: relative;
  margin-bottom: 60px;
}

.section-heading h1 {
  margin-top: 0px;
  font-size: 88px;
  color: #444240;
  display: inline-block;
  margin-right: 50px;
}

.section-heading em {
  font-style: normal;
  font-weight: 700;
}

.section-heading p {
  display: none;
  font-size: 15px;
  line-height: 26px;
  color: #343434;
  position: absolute;
  top: 12.5px;
}

.white-button a {
  font-size: 13px;
  font-weight: 600;
  color: #45489a;
    /* text-transform: capitalize; */

  background-color: #fff;
  display: inline-block;
  height: 44px;
  line-height: 44px;
  padding: 0px 25px;
  letter-spacing: 0.25px;
  text-decoration: none;
  transition: all 0.3s;
}

.white-button a:hover {
  background-color: #45489a;
  color: #fff;
}

.accent-button a {
  font-size: 13px;
  font-weight: 600;
  color: #fff;
    /* text-transform: capitalize; */

  background-color: #45489a;
  display: inline-block;
  height: 44px;
  line-height: 44px;
  padding: 0px 25px;
  letter-spacing: 0.25px;
  text-decoration: none;
  transition: all 0.3s;
}

.accent-button a:hover {
  background-color: #fff;
  color: #45489a;
}

header {
    position: fixed;
    top: 0;
    transition: top 0.3s ease-in-out;
    width: 100%;
}

.nav-up {
    top: -75px;
}

/* Responsive Navigation */

.responsive-nav {
  z-index: 998;
  position: fixed;
  width: 100%;
  height: 80px;
  background-color: rgba(250,250,250,.95);
  box-shadow: 0px 5px 15px rgba(0,0,0,0.2);
}

.navbar-toggle {
  position: absolute;
  top: 40%;
  left: 50%;
  display: inline-block;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.navbar-nav {
  margin: 0;
  border: none;
}

#main-nav ul {
   
  background-color: rgba(0,0,0,0.9);
  margin-top: 59px;
  width: 100%;
}
#main-nav ul li {
  margin: 15px 0px;
}
#main-nav ul li:hover {
  background-color: transparent;
}
#main-nav ul li a {
  font-size: 15px;
    /* text-transform: capitalize; */

  color: #fff;
  box-shadow: none;
  border: none;
}

#main-nav ul li a:hover {
  opacity: 0.5;
  background-color: transparent;
}

.navbar-toggle span {
  background-color: #444240;
}


/* Sidebar Style */

.sidebar-navigation {
  width: 22.5%;
  float: left;
  height: 100%;
  position: fixed;
  background-color: #EFEDE4;
  z-index: 101;
  border: 1px solid #E0CBAC;
}

.sidebar-navigation .logo {
  position: absolute;
  width: 100%;
  height: 220px;
  line-height: 100px;
  background-color: #EFEDE4;
  padding: 20px;
   
  border-bottom: 1px solid #E0CBAC;

}

.logo lottie-player {
  height: 100%;
  margin: 0 auto;
}

.sidebar-navigation .logo a {
  text-decoration: none;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  height: 100px;
  width: 100%;
  display: inline-block;
  border: 1px solid rgba(250,250,250,0.5);
}

.sidebar-navigation .logo em {
  font-style: normal;
  font-weight: 300;
}

.sidebar-navigation nav {
  position: relative;
  top: 60%;
  left: 60%;
  -webkit-transform: translateX(-60%) translateY(-60%);
  -moz-transform: translateX(-60%) translateY(-60%);
  -ms-transform: translateX(-60%) translateY(-60%);
  -o-transform: translateX(-60%) translateY(-60%);
  transform: translateX(-60%) translateY(-60%);
}

.sidebar-navigation ul {
  margin-left: 45px;
  list-style: none;
  padding: 0;
}
.sidebar-navigation li{
  padding: 10px 0;
}
.sidebar-navigation span{
  display: inline-block;
  position:relative;
}
.sidebar-navigation nav a{
  display: inline-block;
  color: #444240;
  margin-top: 5px;
  text-decoration: none!important;
  font-size: 15px;
  letter-spacing: 0.5px;
    /* text-transform: capitalize; */

}
.circle{
  margin-right: 5px;
  /* height: 10px;
  width: 10px; */
  display:none !important;
  /*           */
  left: 0px;
  top: -1px;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid #fff;
  transition: all 0.3s;
}
.rect{
  height: 2px;
  width: 0px;
  left: 0;
  bottom: 5.5px;
  background-color: #444240 !important;
  -webkit-transition: -webkit-transform 0.1s, width 0.6s;
  -moz-transition: -webkit-transform 0.1s, width 0.6s;
  transition: transform 0.1s, width 0.6s;
}
.sidebar-navigation nav a:focus {
  color: #fff;
}
.sidebar-navigation nav a:hover, nav .active-section {
  color: #fff;
}
.sidebar-navigation nav a:hover span, nav .active-section span{
  background-color: #ddd;
}
.sidebar-navigation nav .active-section .rect{
  width: 30px;
}
.sidebar-navigation nav .active-section .circle{
  background-color: #fff;
}

.sidebar-navigation .social-icons {
  position: absolute;
  width: 100%;  
  bottom: 0;
  padding: 0;
  margin: 0 auto;
   
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #E0CBAC;

}

.sidebar-navigation .social-icons li {
  display: inline-block;
  margin-right: 15px;
  margin-top: 0px;
  margin-bottom: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sidebar-navigation .social-icons li:first-child {
  flex: 1;
  display: flex;
}
.sidebar-navigation .social-icons li:last-child {
  margin-right: 0px;
  background: #8C9D93;
  width: 86px;
  height: 86px;
}

.sidebar-navigation .social-icons li a {
  font-size: 18px;
  color: #8C9D93;
  transition: all 0.5s;
  margin: 0 10px;
}
.sidebar-navigation .social-icons li:last-child  a{
  color: #EFEDE4;
}

.sidebar-navigation .social-icons li a:hover {
  color: #C6D4C7;
}


/* Spacer */ 

.top-spacer {
  font-family: 'Major Mono Display', monospace;
  font-size: 15px;
  padding-left: 26%;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: end;
  height: 160px;
  padding-right: 60px;
  position: relative;
  z-index: 100;
  background-color: #EFEDE4;
}
.top-spacer p{
color: #444240;
}


#top-image{
  position: absolute;
  bottom: -180px;
    left: 24%;
  width: 17px;
 }

/* Slider Style */

.slider {
  max-height: 80vh;
}

.slider .content-section {
  padding-top: 0px;
  min-width: 100%;
  min-height: 100vh;
  width: 100%;
  height: 100vh;
   
}

.slider p a {
	color: #FFF;
}
.slider p a:hover {
	color: #FF0;
	text-decoration: none;
}

.Modern-Slider .info {
  text-align: right;
  position: absolute;
  z-index: 10;
  top: 40%;
  left: 27%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  text-align: left;
}


.Modern-Slider .info h1 {
  font-family: 'Major Mono Display', monospace;
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 115px;
  color: #444240;
  font-weight: 700;
  
}

.Modern-Slider .info h1 span{
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent; 
  background-size: cover;
  /* background-image: url(../img/logo4.gif); */
  background-image: url('https://i.pinimg.com/originals/35/94/d1/3594d121c1c289e72ea4e7fe52bf9a08.gif');
}
#info-special{
  /* background-image: url(../img/logo5.gif); */
  /* background-image: url('https://media.giphy.com/media/3osxYliokw0RKomKcg/giphy.gif'); */
  /* background-image: url('https://media4.giphy.com/media/1erzwUwtDzVDSfMeOD/giphy.webp?cid=ecf05e47j8evswrtzpw490ziv6z6peylnss4dvzxhgihu3kq&ep=v1_gifs_related&rid=giphy.webp&ct=g'); */
  background-image: url('https://bestanimations.com/Careers/Art/art-painting-animated-gif-3.gif');
}

.Modern-Slider .info p {
  
  color: #444240;
}

.Modern-Slider .info .white-button {
  margin-top: 30px;
}

.Modern-Slider .info .white-button a:focus {
  outline: none;
}

.Modern-Slider .slick-dots {
  opacity: 0;
}

.Modern-Slider .NextArrow{
  outline: none;
  display: none !important;
  position:absolute;
  top:60px;
  right:60px;
  width:50px;
  height:50px;
  background:rgba(0,0,0,.50);
  border:0 none;
  margin-top:-22.5px;
  text-align:center;
  font:32px/50px FontAwesome;
  color:#FFF;
  z-index:5;
}

.Modern-Slider .NextArrow:before{content:'\f105';}

.Modern-Slider .PrevArrow{
  outline: none;
  position:absolute;
  display: none !important;
  top:60px;
  right: 120px;
  width:50px;
  height:50px;
  background:rgba(0,0,0,.50);
  border:0 none;
  margin-top:-22.5px;
  text-align:center;
  font:32px/50px FontAwesome;
  color:#FFF;
  z-index:5;
}

.Modern-Slider .item .image {
  width: 100%;
  height: 100vh;
  background-position: center center;
  background-size: cover;
  display: block;
}

.Modern-Slider .item-1 .image {
  /* background-image: url(../img/slide_a.jpg); */
  background: #ebdfc9;
}

.Modern-Slider .item-2 .image {
  /* background-image: url(../img/slide_2.jpg); */
}

.Modern-Slider .item-3 .image {
  background-image: url(../img/slide_3.jpg);
}

.Modern-Slider .PrevArrow:before{content:'\f104';}

.Modern-Slider .item .image {
  animation: zoomin 12s ease-in-out infinite alternate;
  -webkit-animation: zoomin 12s ease-in-out infinite alternate;
}

@keyframes zoomin {
    0% {-webkit-transform: scale(1);}
    100% {-webkit-transform: scale(1.2);}
}

.Modern-Slider {background:transparent;}

/* ==== Slick Slider Css Ruls === */
.slick-slider{position:relative;display:block;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}
.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}
.slick-list:focus{outline:none}.slick-list.dragging{cursor:hand}
.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.slick-track{position:relative;top:0;left:0;display:block}
.slick-track:before,.slick-track:after{display:table;content:''}.slick-track:after{clear:both}
.slick-loading .slick-track{visibility:hidden}
.slick-slide{display:none;float:left /* If RTL Make This Right */ ;height:100%;min-height:1px}
.slick-slide.dragging img{pointer-events:none}
.slick-initialized .slick-slide{display:block}
.slick-loading .slick-slide{visibility:hidden}
.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}


/* Featured Style */

#featured {
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 120px;
  border-bottom: 1px solid #eee;
  background-color: #EFEDE5;

  /* Added */ 
  transform-style: preserve-3d;

}

#featured .section-heading {
  margin-right: 20%;
}

#featured .content-section {
  display: inline-block;
  position: relative;
}

#featured .section-content {

  margin-left: -90px;
  margin-right: -60px;
}

#featured .owl-stage-outer {
  padding-bottom: 10px;

}

#featured .owl-dots {
  margin-top: 40px;
  text-align: center !important;
}


#featured .owl-dots .owl-dot span  {
  width: 70px;
  height: 4px;
  background-color: #8C9D93!important;
  display: inline-block;
  border-radius: -1%;
  margin: 0 3px;
  border: 1px solid #8C9D93;
  transition: 0.35s;
}

@media (max-width: 680px) {
  #featured .owl-dots .owl-dot span  {
    width: 40px;
    height: 12px;
  }
}

#featured .owl-dots .active span {
  background-color: #EFEDE4!important;
  border: 1px solid #8C9D93;
  width: 20px;
}

#featured .owl-dots button {
  outline: none;
}

#featured .owl-nav {
  position: absolute;
  display: inline-block;
  bottom: -20px;
  right: 50px;
}

#featured .owl-nav button:focus {
  outline: none;
}

#featured .owl-nav .owl-prev span {
  margin-right: 10px;
}

#featured .owl-nav .owl-next span, #featured .owl-nav .owl-prev span {
  outline: none;
  width: 50px;
  height: 50px;
  display: inline-block;
   
  line-height: 42px;
  background-color: #EFEDE4;
  color: #8C9D93;
  font-size: 42px;
  transition: all 0.5s;
  border: 1px solid #8C9D93;
}

#featured .owl-nav span:hover {
  background-color: #C6D3C7;
  color: #444240;
}

#featured-animation {
  position: absolute;
  left: 42%;
  top: 48%;
  transform: translateZ(-1px) scale(1.4);
  background-size: 100%;
  z-index: -1;
}

#featured .item {
  text-align: left;
  position: relative;
  z-index: 10;
  border: 1px solid #E0CBAC;
  background-color: #fff;
  /* border-right: 0; */
  cursor: pointer;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  box-shadow: 0px 0px 0 0 #E0CBAC;
  
}



#featured .item:hover {
  box-shadow: -8px 8px 0 0 #E0CBAC;
}

#featured .item .image {
  position: relative;
  height: 420px;
  overflow: hidden;
}

#featured .item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
}

#featured .item .image .featured-button button {
  font-size: 13px;
  font-weight: 600;
  color: #8C9D93;
   
    /* text-transform: capitalize; */

  background-color: #E0CBAC;
  border-top: 1px solid #8C9D93;
  display: inline-block;
  height: 44px;
  line-height: 44px;
  width: 100%;
  letter-spacing: 0.25px;
  text-decoration: none;
  transition: all 0.5s;
  position: absolute;
  z-index: 9;
  bottom: -44px;
  opacity: 0;
}

#featured .item:hover .featured-button button {
  bottom: 0;
  opacity: 1;
  border: 0;
  outline: 0;
}

#featured .item .text-content {
  padding: 20px;
  background-color: #fff;
  position: relative;
  z-index: 10;
  
}

#featured .item .text-content h4 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 21px;
  font-weight: 600;
  color: #444240;
  letter-spacing: 0.5px;
  transition: all 270ms ease-in;
}

#featured .item .text-content span {
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  color: #444240;
  letter-spacing: 0.5px;
  margin-bottom: 12.5px;
}

#featured #proj-other h4:hover {
  background-color: #8C9D93;
  color: #EFEDE4;
}
#featured #proj-other h3 {
  padding: 10px 20px;
}
#featured #proj-other .text-content {
  background-color: #EFEDE4;
}



/* Projects Style */

#projects {
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 50px;
}

#projects .masonry {
  position: relative;
  width: 100%;
}

#projects .masonry .item img {
  transition: all 1s;
  width: 100%;
  overflow: hidden;
  margin-bottom: 30px;
}

#projects .masonry .item img:hover {
  opacity: 0.5;
}


.proj_popup h5 {
  font-family: 'Major Mono Display', monospace;
  font-size: 1.3em;
}

.proj_popup p{
  color: #444240;
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 40px;
  max-width: 380px;
}

.proj_popup img {
  margin-bottom: 20px;
  max-width: 100%;
}

/* Grids */
.img-grid, .img-grid--additional {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr;
}


/* Media query for desktop */
@media screen and (min-width: 768px) {
  .img-grid, .img-grid--additional {
      grid-template-columns: repeat(3, 1fr);
  }
  .img-grid img, .img-grid--additional img{
    width:100%;
    max-height: 500px;
    object-fit: cover;
  }


  .proj_popup--complete .img-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(5, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 0px;
  }

  .proj_popup--complete .img-grid img:nth-of-type(1) { grid-area: 1 / 1 / 2 / 3; }
  .proj_popup--complete .img-grid img:nth-of-type(2) { grid-area: 2 / 1 / 3 / 2; }
  .proj_popup--complete .img-grid img:nth-of-type(3) { grid-area: 2 / 2 / 3 / 3; }
  .proj_popup--complete .img-grid img:nth-of-type(4) { grid-area: 3 / 1 / 4 / 3; }
  .proj_popup--complete .img-grid img:nth-of-type(5) { grid-area: 4 / 1 / 5 / 2; }
  .proj_popup--complete .img-grid img:nth-of-type(6) { grid-area: 4 / 2 / 5 / 3; }
  .proj_popup--complete .img-grid img:nth-of-type(7) { grid-area: 5 / 1 / 6 / 3; }
}



/* Video Presentation Style */

#video {
  padding: 100px 60px;
  background-color: #ebdfc9;
}

#video .section-heading {
  margin-bottom: 30px;
}

#video_element {
  position: absolute;
  /* left: -80px; */
  bottom: -110px;
  right: -110px;
  /* top: -200px; */
  z-index: 9;
  opacity: 0.7;
  transform: rotate(55deg);


  
}

#video .section-heading h1 {
  display: block;
  margin: 0px;
}
#video .section-heading h1 em {
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent; 
  background-size: cover;
  /* background-image: url(../img/logo2.gif); */
  /* background-image: url('https://media.giphy.com/media/dwaeIbBnF6HBu/giphy.gif'); */
  /* background-image: url('https://media.giphy.com/media/0WZm5WXh38ntp4ITyE/giphy.gif'); */
  /* background-image: url('https://media.giphy.com/media/Yj6d4OMmDV3bnYtOow/giphy.gif'); */
  /* background-image: url(''); */
  background-image: url('https://media.giphy.com/media/v1.Y2lkPTc5MGI3NjExOGE0MTA4ZXliYWVsd2R0eDBzazg0YXdyMnAyNGlraHl6OTFsdGFsNSZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/l0IybvzhH9bAGJAyY/giphy-downsized.gif');
}

#video .section-heading p {
  position: relative;
  margin: 0px;
  font-size: 30px;
  letter-spacing: 0.8px;
  
}
#video .text-content p {
  position: relative;
  margin: 0px;
  font-size: 21px;
  letter-spacing: 0.8px;
  line-height: 1.6;
  text-align: left;
  max-width: 540px;
  color: #444240;

}

.box-grid {
  display: grid;
  grid-template-columns: repeat(3 , 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  margin-top: 120px;
  }
  .box1 { grid-area: 1 / 1 / 2 / 4; padding: 40px; background-color: #EFEDE4;}
  .box2 { grid-area: 2 / 2 / 4 / 4; padding: 40px; background-color: #EFEDE4;}
  .box4 { grid-area: 3 / 1 / 4 / 2; }
  
  @media (min-width:1440px) {
    .box-grid {
      grid-template-columns: repeat(2 , 1fr);
    }
    .box1 { grid-area: 1 / 1 / 3 / 3; padding: 40px; background-color: #EFEDE4;}
    .box2 { grid-area: 1 / 3 / 4 / 5; padding: 40px; background-color: #EFEDE4;}
    .box3 { grid-area: 3 / 1 / 4 / 2; }
    .box4 { grid-area: 3 / 2 / 4 / 3; }
  }

  

@media (max-width:680px) {
  .box2 {padding: 10px;}

}
.box-grid > div{
  border: 1px solid #E0CBAC;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 40px -20px hsl(36deg 45% 36% / 33%);
  
  
}  

.box-grid > div.box2 p{ 
  color: #444240;
  font-size: 0.8em;
}
.box-grid > div.box2 ul{ 
  list-style: square;
}
.box-grid > div.box2 li{ 
  padding-bottom: 16px;
}
.box-grid > div.box2 span{ 
  opacity: 0.7;
  font-size: 0.7em;
}

/* .box4:hover {
  box-shadow: -8px 8px 0 0 #444240;
} */

.box-grid img  {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.box-grid > div p{
  font-size: 20px;
  letter-spacing: 0.4px;
  line-height: 1.6;
  text-align: left;
  color: #444240;

}
.box-grid > div ul li, .box-grid > div ul p{
  font-size: 14px;
  letter-spacing: 0.4px;
  line-height: 1.3;
  text-align: left;
  color: #444240;
}

#video .accent-button {
  margin-top: 30px;
}

.box-video{
  width: 100%;
  position: relative;
  margin-top: 30px;
  cursor: pointer;
  overflow: hidden;
}

.box-video .bg-video{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 2;
}

.box-video .video-container{
  position: relative;
  margin: 0;
  z-index: 1;
}

.box-video .bt-play {
  position: absolute;
  top:50%;
  left:50%;
  margin:-30px 0 0 -30px;
  display: inline-block;
  width: 60px;
  height: 60px;
  background:#fff;
  border-radius: 50%;
  text-indent: -999em;
  cursor: pointer;
  z-index:2;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.box-video .bt-play:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  height: 0;
  width: 0;
  margin: -12px 0 0 -6px;
  border: solid transparent;
  border-left-color: #000;
  border-width: 12px 20px;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.box-video:hover .bt-play {
  transform: scale(1.1);
}

.box-video.open .bg-video{
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .6s .8s;
  transition: all .6s .8s;  
}
.box-video.open .video-container{
  opacity: 1;
  -webkit-transition: all .6s .8s;
  transition: all .6s .8s;
}




/* Blog Style */

#blog {
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 80px;
}

#blog .tabs {
  list-style: none;
  margin: 0px;
  padding: 0px;
  height: 90px;
  width: 100%;
  background-color: #eee;
  border-bottom: 10px solid #45489a;
}

#blog .tabs li {
  display: inline-block;
  width: 25%;
  float: left;
  margin: 0;
  padding: 0;
}

#blog .tabs a {
  display: block;
  text-decoration: none;
  /*   /* text-transform: capitalize; */
  letter-spacing: 0.5px;
  color: #444240;
  font-size: 19px;
  line-height: 80px;
  font-weight: 600;
  transition: 0.5s;
}

#blog .tabs a:hover {
  color: #45489a;
}


#blog .tabs .active:hover {
  color: #fff;
}

#blog .tabs .active {
  background-color: #45489a;
  color: #fff;
}

.tabgroup {
  background-color: #f4f4f4;
  padding: 20px 30px;
}

.clearfix:after {
  content:"";
  display:table;
  clear:both;
}

#blog .tabgroup ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#blog .tabgroup ul li {
  display: inline-block;
  text-align: left;
  margin-bottom: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}

#blog .tabgroup ul li:last-child {
  border-bottom: none;
  margin-bottom: 0px;
  padding-bottom: 10px;
}

#blog .tabgroup ul li img {
  float: left;
  margin-right: 30px;
  max-width: 100%;
  overflow: hidden;
}
#blog .tabgroup ul li .text-content {
  display: inline;
}

#blog .item .text-content h4 {
  padding-top: 7.5px;
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 21px;
  font-weight: 600;
  color: #444240;
  letter-spacing: 0.5px;
}

#blog .item .text-content span {
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  color: #7a7a7a;
  letter-spacing: 0.5px;
  margin-bottom: 15px;
}

#blog .item .text-content .accent-button {
  margin-top: 25px;
}




/* Contact Style */

#contact {
  padding-top: 0px;
}

#contact-content {
  padding: 210px 60px;
  background-color: #EFEDE5;

}

#contact-content .section-content a{
  color: white;
  font-size: 90px;
  background-clip: text;
  background-size: contain;
  -webkit-background-clip: text;
  color: transparent; 
  /* background-image: url(../img/logo8.gif); */
  background-image: url('https://media.giphy.com/media/v1.Y2lkPTc5MGI3NjExajc2eGowenBpZHY5ZmVyZWdhdHExczNteWZmYjFqZnVlaHN0cDc2YyZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/wt72BXzU305Lq/giphy.gif');
}
#contact-content .section-content a:hover{
  border-top: 1px solid #E0CBAC;
  border-bottom: 1px solid #E0CBAC;
  transform: scale(0.8);

}

#contact input {
  border-radius: 0px;
  padding-left: 15px;
  font-size: 13px;
  color: #aaa;
  background-color: #f4f4f4;
  border: 1px solid #eee;
  outline: none;
  box-shadow: none;
  line-height: 40px;
  height: 40px;
  width: 100%;
  margin-bottom: 25px;
}

#contact textarea {
  border-radius: 0px;
  padding-left: 15px;
  padding-top: 10px;
  font-size: 13px;
  color: #aaa;
  background-color: #f4f4f4;
  border: 1px solid #eee;
  outline: none;
  box-shadow: none;
  height: 200px;
  max-height: 250px;
  width: 100%;
  max-width: 100%;
  margin-bottom: 25px;
}

#contact button {
  font-size: 13px;
  border-radius: 0px;
  font-weight: 600;
  color: #fff;
  /*   /* text-transform: capitalize; */
  background-color: #45489a;
  display: inline-block;
  height: 44px;
  line-height: 24px;
  outline: none;
  box-shadow: none;
  width: 100%;
  letter-spacing: 0.25px;
  text-decoration: none;
  transition: all 0.3s;
}

#contact button:hover {
  color: #444240;
  background-color: #f4f4f4;
}



/* Footer Style */

.footer {
  background-color: #8C9D93;
  height: 800px;
  line-height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
   
  width: 100%;
  position: relative;
}

.footer p {
  margin-bottom: 0px;
  font-size: 13px;
  line-height: 80px;
  color: #fff;
  letter-spacing: 0.5px;
  font-weight: 300;
  position: absolute;
  bottom: 40px;
}

.footer p a {
  text-decoration: none;
  color: #fff;
  font-weight: 600;
}



/* Responsive Style */

@media (max-width: 992px) {

  .responsive-nav {
    display: none;
  }

  .sidebar-navigation .logo a {
    font-size: 18px;
  }

  .sidebar-navigation nav a {
    font-size: 13px;
  }

  .sidebar-navigation nav ul {
    margin-left: 30px;
  }

  .sidebar-navigation .social-icons li a {
    font-size: 15px;
  }

  h1 {
    font-size: 42px !important
  }

  #featured .owl-nav {
    position: absolute;
    display: inline-block;
    right: calc(50% - 55px);
    bottom: -81px;
  }

  #featured .section-content {
    margin: 0;
  }

  .box1 { grid-area: 1 / 1 / 3 / 5; }
  .box2 { grid-area: 3 / 1 / 6 / 5; }
  .box3 { grid-area: 6 / 1 / 8 / 3; }
  .box4 { grid-area: 6 / 3 / 8 / 5; }

  #contact-content .section-content a {
    font-size: 30px;
  }


}


@media (max-width: 767px) {

  .responsive-nav {
    /* display: block; */
    height: 60px;
  }

  .page-content {
    width: 100%;
  }

  .Modern-Slider .info {
     
    padding: 0px 30px;
  }

  .Modern-Slider .info {
    left: 0
  }

  .Modern-Slider .NextArrow{
    outline: none;
    display: none;
    position:absolute;
    top:120px;
    right: 50%;
    transform: translateX(50%);
    margin-right: -30px;
    width:50px;
    height:50px;
    background:rgba(0,0,0,.50);
    border:0 none;
    text-align:center;
    font:32px/50px FontAwesome;
    color:#FFF;
    z-index:5;
  }

  .Modern-Slider .NextArrow:before{content:'\f105';}

  .Modern-Slider .PrevArrow{
    outline: none;
    position:absolute;
    top:120px;
    left: 50%;
    transform: translateX(-50%);
    margin-left: -30px;
    width:50px;
    height:50px;
    background:rgba(0,0,0,.50);
    border:0 none;
    text-align:center;
    font:32px/50px FontAwesome;
    color:#FFF;
    z-index:5;
  }

  

}

@media (max-width: 690px) {

  .section-heading p {
    position: relative;
  }

  #top-image {
    left: 4%;
    bottom: -20px;
  }

  #featured {
    padding-left: 15px;
    padding-right: 15px;
  }


  .owl-carousel .owl-stage {
    padding-left: 0 !important;
  }

  .owl-carousel .owl-stage-outer {
    margin-right: -15px;
  }

  #projects {
    padding-left: 15px;
    padding-right: 15px;
  }

  #video {
    padding-left: 15px;
    padding-right: 15px;
  }

  #blog {
    padding-left: 15px;
    padding-right: 15px;
  }

  #blog .tabs a {
    font-size: 13px;
  }

  #blog .tabgroup ul li img {
    float: none;
    width: 100%;
    margin-bottom: 15px;
  }
  #blog .tabgroup ul li .text-content {
    display: block;
  }

  #contact-content {
    padding-left: 15px;
    padding-right: 15px;
  }

}





/**/




/* Popups */
.popupwindow_container {
  z-index: 999;
}

.custom_style {
  box-shadow: 0;
  border: 1px solid #E0CBAC;
}

/* Content's background */
.custom_style .popupwindow_content {
    background-color    : #EFEDE4;
}

/* Center Titlebar text */
.custom_style .popupwindow_titlebar_text {
    padding-left    : 18px;
    font-size: 22px;
    font-family: 'Major Mono Display', monospace;
}

/* Round buttons */
.custom_style .popupwindow_titlebar_button {

    border: 0;
    border-bottom: 1px solid #E0CBAC;
    border-radius: 0;
    border-left: 1px solid #E0CBAC;
    width: 30px;
    transform: translate(4px, -24px);
    margin: 0;
}

.custom_style .popupwindow_titlebar {
  background-color: #fff;
  padding: 4px;
  height: 70px;
  border-bottom: 1px solid #E0CBAC;
}











/* Projects popup */ 

.proj_popup {
 padding: 30px;
 background-color: #EFEDE4 !important;

}

.proj_popup--inner {
  max-width: 980px;
  margin: 0 auto;
}

.close-popup {
  position: fixed;
  top: 30px;
  right: 40px;
  bottom: initial;
  left: initial;
  
  border: 1px solid #8C9D93;
  padding: 10px 28px;
  color: white;
  background: #8C9D93;
  cursor: pointer;
  transition: all 380ms;
}

.contact-me-cta {
  position: fixed;
  z-index: 99999999;
  /* left: calc(50% - 50px);;
  bottom: 40px; */
  
  left: 0;
  bottom: -100px;
  width: 100%;
  text-align: center;

  padding: 20px 28px;
  color: white;
  background: #e0b270;
  cursor: pointer;
  transition: all 380ms ease-out;
}

.contact-me-cta a{
  color: currentColor;
}

.contact-me-cta.active {
  bottom: 0;
}

@media (min-width: 768px) {
  .close-popup {
    top: 30px;
    right: 40px;
    bottom: initial;
    left: initial;
  }
  .close-popup:hover {
    opacity: 0.9;
  }
  .contact-me-cta {
    right: 40px;
    bottom: -100px;
    left: initial;
    top: initial;
    width: 185px;
  }
  .contact-me-cta.active {
    bottom: 40px;
  }
}


.owl-carousel .owl-stage, .owl-carousel.owl-drag .owl-item{
  -ms-touch-action: auto;
      touch-action: auto;
}






/* Banner featuring*/
.architops {
  margin-top: 100px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  background: #8C9D93;
  padding: 50px;  
  color: white;
}
.architops img{
  width: 110px;
  border-radius: 0;
  margin: 0 60px 0 0;
}
.architops h4{
  max-width: 440px;
}
.architops {
  margin-top: 100px;
  width: 80%;
    margin: 140px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #c1995d;
    padding: 50px;  
    color: white;
}

.architops button {
  color: #8C9D93;
    border: 0;
    padding: 16px 32px;
}

.open-pill {
  background-color: rgb(255 255 255 / 20%);
  padding: 8px 16px;
  width: 140px;
  text-align: center;
}