/*Global Style */

.triodion-regular {
  font-family: "Triodion", serif;
  font-weight: 400;
  font-style: normal;
}

.montserrat-<uniquifier> {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

 
h1,h2,h3,h4,h5,p{
  font-family: "Montserrat", serif;
}

.dark-bg{
  background: #000;
}

.light-text{
  color: #fff;
}

.dirty-white-bg{
  background: #f4efec;
}

.primary-btn{
  text-decoration: none;
  color: #000;
  letter-spacing: 2px;
  font-weight: 500;
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  transition: .3s ease-in-out; 
}

.primary-btn i{
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  transition: .3s ease-in-out; 

}

.primary-btn:hover{
  color: #312b2b;
}

.primary-btn:hover i{
   padding-left: 10px;;
}

 
.btn,
.btn:visited {
text-decoration: none;
    display: inline-block;
    outline: none;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1.6px;
    text-align: center;
    color: #ffffff;
    background-color: transparent;
    border: 2px solid #ffffff;
    padding: 0.6rem 2rem;
    position: relative;
    transition: all .7s cubic-bezier(.165,.84,.44,1);
    overflow: hidden;
}

.btn::after, 
.btn::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #000;
}

.btn::before {
  transform: translate3d(-100%,0,0);
  opacity: 0;
} 

.btn::after {
  transform: translate3d(100%,0,0);
}

.btn:hover,
.btn:visited:hover {
  color: #fff;
}

.btn:hover::after {
  transition: none;
  opacity: 0;
}

.btn:hover::after, .btn:hover::before {
  transform: translateZ(0);
}

.btn:after, .btn:hover::before {
  transition: transform .7s cubic-bezier(.165,.84,.44,1);
  transition: transform .7s cubic-bezier(.165,.84,.44,1);
  opacity: 1;
}

a:hover, a:focus, a:active {
    color: #a1a1a5;
} 
 
.secondary-btn {
  text-decoration: none;
  display: inline-block;
  outline: none;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1.6px;
  text-align: center;
  color: #fff !important;
  background-color: #232222;
  padding: 0.6rem 2rem;
  position: relative;
  overflow: hidden;
  width: 232px;
  margin: 0 auto;
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  transition: .3s ease-in-out; 
}
  
.secondary-btn i{
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  transition: .3s ease-in-out; 
}
  
.secondary-btn:hover i{
  padding-left: 10px;;
  color: #817878 !important;
}

.secondary-btn:hover{
  color: #817878 !important;
 }
  




.grid-card-content{
  padding-bottom: 40px;
}

 .grid-card-content > a{
  display: block;
 }

.grid-card-content a img {
  height: 600px;
  width: 100%;
  object-fit: cover;
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  transition: .3s ease-in-out; 
}
 
.grid-card-content:hover a img{
  opacity: 0.8;
}
 
.grid-card-content .info h2 a{
  display: block;
  padding-top: 16px;
  text-decoration: none;
  color: #121212;
  font-size: 24px;
}
 

.page-wrap{
  padding-top: 140px;
  padding-bottom: 100px;
}
 
.page-title-section{
  font-size: 74px;
  padding: 45px 0;
  font-weight: 600;
  letter-spacing: 5px;
  text-transform: lowercase;
  color: #000;
}

/*.Global Style */


/*Site Header*/

.site-header{
  padding: 20px 0;
  position: fixed;
  width: 100%;
  height: auto;
  z-index: 1000;

  -webkit-transition: all ease-out .5s;
  -moz-transition: all ease-out .5s;
  -o-transition: all ease-out .5s;
  transition: all ease-out .5s;
  background: rgb(30,30,31);
  background: linear-gradient(180deg, rgba(30,30,31,0.6558998599439776) 0%, rgba(0,0,0,0) 80%);
}

.site-header.active {
  background: rgb(30,30,31);
  background: linear-gradient(180deg, rgb(30 30 31 / 84%) 0%, rgb(0 0 0 / 0%) 100%);
}

/*.Site Header*/


/*Page Header*/
/*.page-header-wrap {
  position: relative;
  height: 50vh;
}
.page-header-wrap .page-title{
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.page-header-wrap .page-title h2{
  color: #fff;
  font-size: 54px;
}*/
/*.Page Header*/
 

.search-icon{
   margin-right: 50px;
}

/* Menu Icon */
.menu-icon { 
  width: 35px;
  height: 22px;
  cursor: pointer;
  position: relative;
  margin-left: 20px;
}

.menu-icon span {
  background-color: #fff;
  height          : 2px;
  position        : absolute;
  width           : 100%;
  left            : 0;
  transition      : all 0.3s ease;
  border-radius   : 10px;
}

.menu-icon span:first-child {
  top: 0;
}

.menu-icon span:nth-child(2) {
  top: 10px;
}

.menu-icon span:last-child {
  top: 20px;
}

.menu-icon.active span:nth-child(2) {
  opacity: 0;
}

.menu-icon.active span:first-child,
.menu-icon.active span:last-child {
  top             : 6px;
  background-color: #fff;
}

.menu-icon.active span:first-child {
  transform: rotate(45deg);
}

.menu-icon.active span:last-child {
  transform: rotate(-45deg);
}
/*.Menu Icon*/

/*Menu*/
.menu-wrap{
  position: fixed;
  background: #000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  display: flex;
  padding-top: 20px;
  padding-right: 60px;
  padding-left: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; 
  visibility: hidden;
  opacity: 0;
  transition: opacity .35s, visibility .35s, height .35s; 
}

.menu-wrap.open{
  opacity: .9;
  visibility: visible;
  height: 100%; 
} 

.menu-wrap.open li {
  animation: fadeInRight .5s ease forwards;
  animation-delay: .35s;
}
.menu-wrap.open li:nth-of-type(2) {
  animation-delay: .4s;
}
.menu-wrap.open li:nth-of-type(3) {
  animation-delay: .45s;
}
.menu-wrap.open li:nth-of-type(4) {
  animation-delay: .50s;
}

.menu-wrap .menu-main-menu-container{
  font-size: 50px;
  font-family: 'Varela Round', serif;
  font-weight: 400;
  text-align: center;
}

.menu-wrap ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  position: relative;
 
}
.menu-wrap ul li {
  display: block;
  height: 25%;
  height: calc(100% / 4);
  min-height: 50px;
  position: relative;
  opacity: 0;
}
.menu-wrap ul li a {
  display: block;
  position: relative;
  color: #FFF;
  text-decoration: none;
  overflow: hidden;
  font-size: 45px;
  padding-bottom: 1px;
  font-family: 'Montserrat';
  letter-spacing: -3px;
}
.menu-wrap ul li a:hover:after, .menu-wrap ul li a:focus:after, .menu-wrap ul li a:active:after {
  width: 100%;
}
.menu-wrap ul li a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0%;
  transform: translateX(-50%);
  height: 3px;
  background: #FFF;
  transition: .35s;
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

/*.Menu*/
 
.logo img{
  width: 158px;
} 

.site-header i{
  color: #fff;
}

.book-a-shoot{
  color: #fff;
  text-decoration: none;
  border: 1px solid #fff;
  padding: 10px 26px;
}
 
/* .Site Header*/


/*Front Page Banner*/
.sb-banner-slider-holder{
    position: relative;
}
 
.banner-slider-info{
  position: absolute;
  bottom: 60px;
  width: fit-content;
  margin: 0 auto;
  left: 0;
  right: 0;
  padding: 0px 125px;
  z-index: 1;
  display: none;
}

.banner-slider-info{
	text-align: center;
}

.banner-slider-info a{
  color: #fff !important;
  text-decoration: none;
}

.banner-slider-info h5{
	text-align: center;
}

.banner-slider-info h5 a{
  color: #fff;
  text-decoration: none;
  font-size: 42px;
}
 

#banner-carousel .owl-item.active.center .sb-banner-slider-holder:after{
  background: #000;
  opacity: 0.3 !important;
}

#banner-carousel .owl-item.active.center .sb-banner-slider-holder .banner-slider-info{
	display: block;
}

.sb-banner-slider-holder:after{
    background: #000;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    z-index: 0;
}


 

/*Marquee*/

.marquee_container {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  padding: 0.2rem 0;
}
.marquee {
  display: inline-block;
  animation: marquee 30s linear infinite;
}

@keyframes marquee {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-100%, 0, 0);
  }
}
.marquee h1 {
  display: inline-block;
 
}

.marquee h1 a{
  color: #000;
  text-decoration: none;
}
/*.Marquee*/



/*ABOUT PAGE*/
  .about-page img{
    width: 100%;
  }
/*.ABOUT PAGE*/



/*GALLERY*/

.wrapper{
  --gap: 1rem;
  --columns: 1;
  
  width: min(calc(100% - 2rem), 100%);
  margin-inline: auto;
  column-count: var(--columns);
  gap: var(--gap);
}

@media (min-width: 340px){
  .wrapper{
    --columns: 2;
  }
}
@media (min-width: 720px){
  .wrapper{
   --columns: 3;
  }
}


.wrapper img{
  max-width: 100%;
  width: 100%;
  object-fit: cover;
  display: block;
  margin-bottom: var(--gap);
  border-radius: 5px;
}

/*.GALLERY*/
 

/* PORTFOLIO PAGE */

/* Zoom In #1 */
.portfolio-item a{
  display: flex;
  flex-direction: column;
  margin-bottom: 52px;
  text-decoration: none;
  color: #000;
}

.portfolio-item a:hover{
  color: #303030
}

.portfolio-item a .item-image{
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: 0;
  line-height: 0;
  height: 600px;
}


.portfolio-item a .item-image img{
  object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.portfolio-item a:hover .item-image img{
 -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.portfolio-item a .item-text{
  margin-top: 20px;
  order: 2;
  position: relative;
}
 
/*.port-type-item div img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  width: 100%;
    object-fit: cover;
}
.port-type-item div:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}*/

/* PORTFOLIO CARD */

#port-wrapper {
  position: relative;
  display: flex; 
  align-items: center;
  justify-content: center;
}

.card {
/*  background-image: linear-gradient(0deg, #2C3E50 0%, #16A085 100%);  */
  width: 100%;
  height: 450px;
  margin: 2px; 
  position: relative;
  overflow: hidden; 
} 
.card-image {
/*  height:350px;*/
  object-fit: cover;
  transform: translate(0,0);
  width: 100%;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
   
}

/*.card-meta {
  font-size: em(11);
  text-transform: uppercase;
  letter-spacing: 1px;
}*/
/*
.card-meta:before {
  content: '';
  height: 1px;
  width: 30px;
  background-color: #fff;
  position: relative;
  display: block;
  margin-bottom: 10px;
  backface-visibility: hidden;
  opacity: 0;
  transform: translate(0,-10px); 
  } */


.card-text {
  color: #FFF;
  background-color: rgba(#111, .65);
  position: absolute; 
  z-index: 10;
  height: 100%;
  width: 100%;
/*  display: flex;*/
  flex-wrap: wrap;
  align-content: flex-end;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out; 
}

.card-text:before {
  content: '';
  height: 2px;
  width: 158px;
  background-color: #fff;
  position: relative;
  display: block;
  margin-bottom: 10px;
  backface-visibility: hidden;
  opacity: 0;
  transform: translate(0, -10px);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
 
.card-title {
  margin: 8px 0;
  font-weight: 300;
  font-size: 63px;
  padding: 10px 24px;
}


.card a:hover .card-text{
   background-color: #00000073;
}

.card a:hover .card-text:before{
  transform: translate(0,0); 
  opacity: 1;
        
}

.card a:hover .card-image{
  transform: translate(0,0);
  transform: translate(20px,0); 
}






/* .PORTFOLIO */

/*BLOG SECTION*/

.latest-blog{
	background: #f4efec;
}
.blog-card {
	background: #fff;
	border-radius: 6px;
	overflow: hidden;
}

.blog-card-info{
	padding: 28px 22px;
}

.blog-card-info h5 a{
	font-size: 20px;
	color:#000;
	text-decoration: none;
}

.blog-card-metas a{
	text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    color: #afaeae !important;
}
/*.BLOG SECTION*/



/*TESTIMONIES*/
.testimonials{
  padding: 124px 0 !important;
}

.shadow-effect {
/*      background: #fff;*/
        padding: 32px;
        border-radius: 0px;
        text-align: center;
/*      box-shadow: 0 19px 38px rgba(0,0,0,0.10), 0 15px 12px rgba(0,0,0,0.02);*/
    }
    #customers-testimonials .shadow-effect p {
        font-size: 17px;
        line-height: 1.5;
        margin: 0 0 17px 0;
        font-weight: 300;
    }
    .testimonial-name {
        margin: -17px auto 0;
        display: table;
        width: auto;
        background: #141414;
        padding: 9px 35px;
        /* border-radius: 12px; */
        text-align: center;
        color: #fff;
        box-shadow: 0 9px 18px rgba(0,0,0,0.12), 0 5px 7px rgba(0,0,0,0.05);
    }
    #customers-testimonials .item {
        text-align: center;
        padding: 50px;
        margin-bottom:2px;
        opacity: .2;
        -webkit-transform: scale3d(0.8, 0.8, 1);
        transform: scale3d(0.8, 0.8, 1);
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    #customers-testimonials .owl-item.active.center .item {
        opacity: 1;
        -webkit-transform: scale3d(1.0, 1.0, 1);
        transform: scale3d(1.0, 1.0, 1);
    }
    #customers-testimonials.owl-carousel .owl-item img {
        transform-style: preserve-3d;
        /* max-width: 90px; */
        margin: 0 auto 17px;
        width: 120px;
        height: 120px;
        border-radius: 50%;
        margin: 20px;
        object-fit: cover;
        object-position: center right;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    #customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
        background: #000;
        transform: translate3d(0px, -50%, 0px) scale(0.7);
    }
#customers-testimonials.owl-carousel .owl-dots{
  display: inline-block;
  width: 100%;
  text-align: center;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot{
  display: inline-block;
}
    #customers-testimonials.owl-carousel .owl-dots .owl-dot span {
        background: #505255;
        display: inline-block;
        height: 20px;
        margin: 0 2px 5px;
        transform: translate3d(0px, -50%, 0px) scale(0.3);
        transform-origin: 50% 50% 0;
        transition: all 250ms ease-out 0s;
        width: 20px;
    }
/*.TESTIMONIES*/



/*SINGLE*/
.image-item img{
  width: 100%;
}
/*.SINGLE*/

 
/*GOT A PROJECT*/
.got-a-project{
    display: inline-block;
    position: relative;
    color: #0087ca;
    text-decoration: none;
    color: #000;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}

.got-a-project::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  border-radius: 5px;
  height: 0.05em;
  bottom: 0;
  left: 0;
  background: currentcolor;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
.got-a-project:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}  
 
/*SITE FOOTER*/

.site-footer img{
  width:200px;
}

.site-footer p{
margin-bottom: 0px;
}

.site-footer a, .site-footer p{
    color: #000000;
    text-decoration: none; 
    font-size: 14px;
}

.site-footer #primary-menu{
	padding: 0;
	margin: 0;
}
.site-footer #primary-menu li{
  list-style: none;
  display: inline-block;
}
.site-footer #primary-menu li a{
/*  color: #fff;
  padding: 0 10px;
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;*/
}

 .social-media{
 	padding: 0;
	margin: 0;
 }
.social-media li{
	display: inline-block;
	list-style: none;
}

.social-media li a{
  color: #000;
  padding: 0 8px;
}

.copyright p, .copyright a{
  color: #fff !important;
}


.logo{
  display: block;
} 

/*.SITE FOOTER*/



/*SINGLE*/
.single-header{
    height: 50vh;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: relative;
}

.single-header:after{
    content: '';
    background: #000000d6;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.single-header h2{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    
    color: #ffffff;
    text-align: center;
    line-height: 58px;
    z-index: 100;
}

.single-content-wrap p{
	font-size: 22px;
	font-weight: 300;
	color: #000;
}

.single-content-wrap li{
	font-size: 22px;
	margin-bottom: 12px;
	color: #000;
}

.rt-reading-time{
	margin-bottom: 12px;
}
/*.SINGLE*/



/*SINGLE WORKS*/
 

/* Lightbox2 */

.section-lb2 {
  column-width: 400px;
  column-gap: 5px;
  padding: 5px;
}

.section-lb2 img {
  width: 100%;
  cursor: pointer; 
  margin-bottom: 6px; 
  -webkit-transition:1s ease-out;
  -moz-transition: 1s ease-out;
  -o-transition: 1s ease-out;
  transition: 1s ease-out;
}

.section-lb2 img:hover {
  opacity: 0.7;
}

 
.lightbox-lb2 {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  display: none;
  background: #7f8c8d;
  perspective: 1000;
  z-index: 10001;
}

.filter {
  position: absolute;
  width: 100%;
  height: 100%;
  filter: blur(20px);
  opacity: 0.5;
  background-position: center;
  background-size: cover;

} 

.lightbox-lb2 img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotateY(0deg);
  max-height: 95vh;
  max-width: calc(95vw - 100px);
  transition: 0.8s cubic-bezier(0.7, 0, 0.4, 1);
  transform-style: preserve-3d;
        
} 

[class^="arrow"] {
  height: 200px;
  width: 50px;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
 
}

[class^="arrow"]:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 15px;
  height: 15px;
   
}

.arrowr {
  right: 0;
}

.arrowr:after {
  border-right: 1px solid white;
  border-bottom: 1px solid white;
}

.arrowl {
  left: 0;
}

.arrowl:after {
  border-left: 1px solid white;
  border-top: 1px solid white;
}

.close {
  position: absolute;
  right: 0;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.4);
  margin: 20px;
  cursor: pointer;
}

.close:after,
.close:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1px;
    height: 60%;
    background: #ffffff;
}

.close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.title {
  font-size: 20px;
  color: #000;
  z-index: 1000;
  position: absolute;
  top: 0;
  left: 0;
}

 

/* .Lightbox2 */

  

/* Related Post */
.related-post-wrap{
  padding:80px 0;
  margin-top: 100px;
}

.related-post-wrap h2{
  font-weight: 800;
}

.works-related-post .card-image img{
  height: 470px;
  width: 100%;
  object-fit: cover;
}

.works-related-post .card-slider-item h4 a{
  color: #000;
  font-size: 20px;
  text-decoration: none;
}

/*.SINGLE WORKS*/



/* CONTACT PAGE */

#wpcf7-f199-o1 input, #wpcf7-f199-o1 textarea{
  padding: 15px;
  border: 1px solid #000000;
  width: 100%;
  background: #f1f1f1;
}


/*#wpcf7-f199-o1 input[type=text], #wpcf7-f199-o1 input[type=email]{
  width: 100%;
}*/

/* .CONTACT PAGE */



/*FOOTER*/

.quick-links ul{
  margin: 0;
  padding: 0;
}

.quick-links ul li{
  list-style: none;
}

.quick-links ul li a{
    color: #000;
    text-decoration: none;
}

.quick-links ul li a:hover{
  color: ##5a4c4c;
}

/*.FOOTER*/


/* X-Small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {


  .page-wrap {
    padding-bottom: 5px;
  }

.menu-icon {
    width: 42px;
    height: 24px;
    cursor: pointer;
    position: relative;
    margin-left: 50px;
}

.menu-icon span:nth-child(2) {
    top: 10px;
}

.menu-icon span:last-child {
    top: 20px;
}


.page-wrap {
    padding-top: 62px; 
}
 
.page-title-section {
  font-size: 48px; 
}
 
.book-a-shoot-header{
  font-size: 12px;
  padding: 0.2rem 1rem;
} 

.home-about{
  padding-top: 0!important;
  padding-bottom: 0!important;
}
 
  .marquee-wrap{
    padding: 0 !important;
  }

  .got-a-project-cta{
     padding-top: 0!important;
    padding-bottom: 0!important;
  }

  .footer-contact{
    padding-top: 0!important;
    padding-bottom: 0!important;
  }

  .footer-contact > div > div{
    padding-bottom: 40px;
  }

  .portfolio-item a .item-image {
      height: 368px;
  }

  .logo{
    text-align: center;
  }

  .logo img{
    margin: 0 auto;
  }



}







 