@font-face {
  font-family: howto;
  src: url(../fonts/How%20To%20Disappear.ttf);
}

@font-face {
  font-family: lato;
  src: url(../fonts/Lato-Regular.ttf);
}

@font-face {
  font-family: latoBold;
  src: url(../fonts/Lato-Bold.ttf);
}
/*
Template Name: Multi
Version: 1.0
Author: ShapeBootstrap
Author URL: http://shapebootstrap.net
*/
/*************************
*******Typography******
**************************/
body {
  background: #fff;
  font-family: 'howto', sans-serif;
  font-weight: 400;
  color: #64686d;
  line-height: 26px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  font-family: 'howto', sans-serif;
  color: #272727;
}
a {
  -webkit-transition: color 400ms, background-color 400ms;
  -moz-transition: color 400ms, background-color 400ms;
  -o-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #fff;
}
hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;
}
.gradiant {
  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
}
.gradiant-horizontal {
  background-image: -moz-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
}
.section-header {
  margin-bottom: 50px;
}
.section-header .section-title {
  font-size: 30px;
  color: #eb212e;
  padding-bottom: 20px;
  letter-spacing: 2px;
  margin: 0 0 20px;
}

.btn {
  border-width: 0;
  border-bottom-width: 3px;
  border-radius: 3px;
}
.btn.btn-primary {
  background: #45aed6;
  border-color: #2a95be;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus {
  background: #2a95be;
}
.column-title {
  margin-top: 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
  position: relative;
}
.column-title:after {
  content: " ";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 40%;
  border-bottom: 1px solid #45aed6;
}
ul.nostyle {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}
ul.nostyle i {
  color: #45aed6;
}
.scaleIn {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn;
}
@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
/*************************
*******Header******
**************************/

#home-slider {
  overflow: hidden;
  position: relative;
}

#home-slider .caption {
  position: absolute;
  top: 50%;
  margin-top: -104px;
  left: 0;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  z-index: 15;
  font-size: 18px;
  font-weight: 300;
  color: #fff;
}
.navbar-brand>img{
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  background-repeat: no-repeat;
  background-size: cover;
  height: 2037px;
}


#home-slider .fa-angle-down {
  position: absolute;
  left: 50%;
  bottom: 50px;
  color: #fff;
  display: inline-block;
  width: 24px;
  margin-left: -12px;
  font-size: 24px;
  line-height: 24px;
  z-index: 999;
  -webkit-animation: bounce 3000ms infinite;
  animation: bounce 3000ms infinite;
}
#home-slider .item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.navbar.navbar-default {
  border: 0;
  border-radius: 0;
  margin-bottom: 0;
}
.navbar.navbar-default .navbar-toggle {
  margin-top: 12px;
  background: transparent;
  border: 0;
}

.navbar-default .navbar-toggle .icon-bar{
  background-color: #d91020;
}
#main-menu{
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
#main-menu.navbar-default .navbar-nav > li > a {
  color: #d91020;
  letter-spacing: 1px;
  background: transparent;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

#main-menu .navbar-brand>img{
  position: absolute;
  z-index: 2;
}

.menur img{
  margin-top: -10px;
}
.menur{
  padding: 0 30px;
  background: url("../images/menur.png") no-repeat;
  background-size: cover;
}

.menur a{
  padding-right: 0 !important;
  padding-left: 0 !important;
  float: left;
}

.pagination1{
  padding: 20px 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #f8cb2e;
}

.scrolldown{
  color: #eb212e;
  position: absolute;
  left: 70px;
  top:10px;
  letter-spacing: 2px;
}
.scrolldown:hover{
  color: #000;
}
.carousel-indicators{
  bottom: -5px !important;
}
.carousel-indicators .active{
  width: 40px;
  height: 5px;
}
.carousel-indicators li{
  width: 40px;
  height: 5px;
  background: #eb212e;
  border: 0 !important;
  margin: 1px !important;

}
@media only screen and (min-width: 768px) {
  #main-menu.navbar-default {
    background: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  }
  .navbar-default li:first-child:before {
    content: none;
  }

  .navbar-default li:last-child:before {
    content: none;
  }
  .navbar-default li:before {
    content: " / ";
    position: absolute;
    font-family: 'howto', sans-serif;
    color: #d91020;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }

  #main-menu.navbar-default .navbar-nav > li > a {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  #main-menu.navbar-default .navbar-nav > li.active > a,
  #main-menu.navbar-default .navbar-nav > li.open > a,
  #main-menu.navbar-default .navbar-nav > li:hover > a {
    color: #000;
  }

  #main-menu.navbar-default .dropdown-menu {
    padding: 0 20px;
    min-width: 220px;
    background-color: rgba(26, 28, 40, 0.9);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    background-clip: inherit;
  }
  #main-menu.navbar-default .dropdown-menu > li {
    border-left: 3px solid transparent;
    margin-left: -20px;
    padding-left: 17px;
    -webit-transition: border-color 400ms;
    transition: border-color 400ms;
  }
  #main-menu.navbar-default .dropdown-menu > li > a {
    border-top: 1px solid #404455;
    padding: 15px 0;
    color: #eeeeee;
  }
  #main-menu.navbar-default .dropdown-menu > li:first-child > a {
    border-top: 0;
  }
  #main-menu.navbar-default .dropdown-menu > li.active,
  #main-menu.navbar-default .dropdown-menu > li.open,
  #main-menu.navbar-default .dropdown-menu > li:hover {
    border-left-color: #45aed6;
  }
  #main-menu.navbar-default .dropdown-menu > li.active > a,
  #main-menu.navbar-default .dropdown-menu > li.open > a,
  #main-menu.navbar-default .dropdown-menu > li:hover > a {
    color: #45aed6;
    background-color: transparent;
  }
}


#portfolio{
  padding: 265px 0 400px;
  background: #fff;
  position: relative;
}

#portfolio .section-title{
  padding-bottom: 0;
}

#portfolio .section-header{
  margin-bottom: 10px;
}

#portfolio .portfolio-filter {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}
#portfolio .portfolio-filter > li {
  float: left;
  display: block;
}
#portfolio .portfolio-filter > li a {
  padding: 5px 15px 3px 15px;
  color: #df2a36;
  position: relative;
}
#portfolio .portfolio-filter > li a:hover,
#portfolio .portfolio-filter > li a.active {
  background: url("../images/hover2.png") no-repeat;
  background-size: cover;
  color: #df2a36;

}



#portfolio .portfolio-items {
  margin: 0 !important;

  overflow: visible !important;
}
#portfolio .portfolio-item {

  padding: 15px;

}
.redcircle{
 background: url("../images/redcircle.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  height:433px;
  position:relative;
}

.itemhot{
height: 400px;
  position: relative;
}
.itemhot2{

  position: absolute;
  top:50%;
  left:50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

#portfolio  .portfolio-info {
  opacity: 0;
  transition: opacity 400ms;
  -webkit-transition: opacity 400ms;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translate(0%,-50%);
  -moz-transform: translate(0%,-50%);
  transform: translate(0%,-50%);
  color: #fff;
}
#portfolio .portfolio-info h3 {
  font-size: 22px;
  line-height: 26px;
  margin: 0;
  color: #fff;
  letter-spacing: 2px;
  text-align: center;
}

#portfolio .portfolio-item:hover .redcircle {
  background: url("../images/yellowcircle.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

#portfolio .portfolio-item h2{
  text-align: center;
  color: #df2a36;
}

/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}


/***********************
********* THE BRAND ******
************************/

#brand{
  padding: 100px 0;
  position: relative;
}

#brand:after {
  content: " ";
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -10px;
  border-width: 10px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  z-index: 2;
}

#brand p{
  color: #373636;
  font-family: 'Lato', sans-serif;
  font-size: 20px;
line-height: 24px;
}
.arche1{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30px;
}

/***********************
********* Dream ******
************************/

#dream{
  padding: 100px 0;
  position: relative;
  background: url("../images/becameback.jpg") no-repeat;
  background-size: cover;
  background-attachment: fixed;
}



/***********************
********* Location ******
************************/

  #location{
    padding: 100px 0 150px;
    background: #FFD400;
    position: relative;
  }

#location .section-title{
  padding-bottom: 0;
}

#location .section-header{
  margin-bottom: 10px;
}

#location .portfolio-filter {
  list-style: none;
  padding: 0;
  margin: 0 0 50px;
  display: inline-block;
}
#location .portfolio-filter > li {
  float: left;
  display: block;
}
#location .portfolio-filter > li a {
  padding: 5px 15px 3px 15px;
  color: #df2a36;
  position: relative;
}
#location .portfolio-filter > li a:hover,
#location .portfolio-filter > li a.active {
  background: url("../images/hover.png") no-repeat;
  background-size: cover;
  color: #df2a36;

}

.arche2{
  position: absolute;
  width: 100%;
  top: 0;
}

.locationw{
  position: absolute;
  bottom: -300px;
  width: 100%;
  z-index: 10;

}

#location .portfolio-items {
  margin: 0 !important;
  z-index: 25;
}
#location .portfolio-item {

  padding: 15px;

}
#location .portfolio-item .portfolio-item-inner {
  position: relative;
}
#location .portfolio-info {
  opacity: 1;
  transition: opacity 400ms;
  -webkit-transition: opacity 400ms;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translate(0%,-50%);
  -moz-transform: translate(0%,-50%);
  transform: translate(0%,-50%);
  color: #fff;
}
#location .portfolio-info h3 {
  font-size: 22px;
  line-height: 26px;
  margin: 0;
  color: #fff;
  letter-spacing: 2px;
  text-align: center;
}

.org2{
  position: absolute;
  left: 0;
  top:0;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

#location .oflag:hover .org2 {
  opacity: 1;
}

.newyellow{
  position: absolute;
  top: 0;
  right: 10px;
}


/***********************
********* Footer ******
************************/

#combo{
  padding:0;
  background: #D30713;
  position: relative;
}

#combo h2{
  color: #f8cb2e;
  font-size: 54px;
  letter-spacing: 2px;
}

#combo p{
  color: #fff;
  font-size: 18px;
  line-height: 21px;
}

.mt-200{
  margin-top: -210px;
}

.archecombo{
  position: absolute;
  width: 100%;
  height: 40px;
  left: 0;
  top: -10px;
}

.archecombo2{
  position: absolute;
  top: 0;
  height: 200px;
  width: 100%;
}

#products{
  padding: 280px 0 100px;
  position: relative;
}

#products p {
  color: #373636;
  font-family: 'Lato', sans-serif;
  font-size: 20px;
line-height: 24px;
}
.padp{
  padding: 0 70px;
}

.products{
  position: absolute;
  top: -20px;
  width: 100%;
  left: 0;
}

#events{
  padding: 0 0 100px;
  position: relative;
  background: #F9CC00;
}

.archetop{
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
  height: 100px;
}

.events{
  position: absolute;
  top:50%;
  left: 0;
  -webkit-transform: translate(0%,-50%);
  -moz-transform: translate(0%,-50%);
  transform: translate(0%,-50%);
}

.left-control, .right-control {
  position: absolute;
  top: 50%;
  z-index: 20;
}
.left-control{
  left: -40px;
  right: auto;
  width: auto;
}

.right-control{
  right: -40px;
  left: auto;
  width: auto;
}

#combo .left-control, #combo .right-control {
  top:55%
}
#events h2{
  font-size: 32px;
  color: #df2a36;
  letter-spacing: 5px;
  margin-bottom: 20px;
  margin-top: 100px;
}

#events p{
  color: #df2a36;
  font-size: 20px;
line-height: 24px;
  letter-spacing: 1px;
  font-family: Lato, sans-serif;
}


#media{
  background: url("../images/backhajar.jpg");
  padding: 100px 0;
}

.mediap{
  color: #df2a36;
  letter-spacing: 1px;
  font-size: 18px;
  float: right;
  margin-top: 65px;
}

.mediap span{
  background: #F9CC00;
  padding: 5px 5px 3px;
  color: #df2a36 !important;
}

.mediap span:hover{
  background: #df2a36;

  color: #F9CC00 !important;
}

#media .col-md-4{
  margin-bottom: 30px;
}

.medatitle{
  width: 200px;
  max-width: 100%;
  position: relative;
  left: -45px;
}
.mt-10{
  position: relative;
  top: -10px;
}

.bt{
  padding: 8px 15px 6px;
  background: #df2a36;
  letter-spacing: 5px;
  font-size: 16px;
  color: #fff;
}

.bt:hover{
  background: #F9CC00;
  color: #df2a36 !important;
}

#franchise{
  background: #D30713;
  position: relative;
  padding: 100px 0 300px;
}

#franchise h2{
  color: #F9CC00;
  font-size: 40px;
  margin-bottom: 0;
  padding-bottom: 0;
}
.franchisep1{
  color: #fff;
  font-size: 24px;
  line-height: 28px;
  letter-spacing:2px;
}

.franchisep2{
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  margin-top: 20px;
  line-height: 18px;
}

.hovi{
  margin-top: 20px;
  width: 100%;
  max-width: 100%;
-webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.apple{
color: #fff;
    opacity: 0;
    font-size: 27px;
    line-height: 13px;
    letter-spacing: 1px;
    position: absolute;
	margin-top:10px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.col-md-5ths:hover .apple{
opacity:1;
}

.hovi2:hover{
  opacity: 0.8;
}

.buddy{
    width: 280px;
    margin-top: -115px;
}

.applies{
color:#F9CC00 !important;
font-size:16px;
}

#contact{
  position: relative;
  padding: 200px 0 100px;
}


.contact-form {
 
  padding: 20px;
  margin-top: 50px;
  font-family:lato;
}
 .contact-form h3 {
  margin-top: 0;
    font-family:latoBold;
color:#DF2A36;
}

.get{
  width: 230px;
  max-width: 100%;
  z-index: 222;
  position: relative;
}

.contactp{
  color: #626262;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 22px;

}

.mail{
  color: #626262;
}

.mail:hover{
  color: #D30713;
}

.contactp1{
  margin-top: 30px;
  color: #D30713;
  font-size: 26px;
}

.map{
  margin-top: -200px;
  width: 100%;
}


.f2{
  position: absolute;
  width: 100%;
  bottom: -300px;
  left: 0;
  z-index: 22;
}

.getyellow{
  position: absolute;
  top: -270px;
  width: 100%;
  height: 600px;
  z-index: 22;
}
/***********************
********* Footer ******
************************/
#footer {
  padding-top: 20px;
  padding-bottom: 20px;
  color: #545454;
  background: #f0ede5;
  font-family: Lato, sans-serif;
}

.form-control {
  box-shadow: none;
  -webkit-box-shadow: none;
}


@media screen and (min-width: 1120px) {

  #main-menu .container-fluid{
    padding: 0 0 0 70px;
  }

}

@media only screen and (max-width: 1700px) {
  .locationw {

    bottom: -210px ;

  }
}

@media only screen and (max-width: 1200px) {
  #main-menu.navbar-default .navbar-nav > li > a{
    padding-left: 10px;
    padding-right: 10px;
  }
  .menur {
    display: none !important;
  }
}

@media only screen and (max-width: 992px) {
  #main-menu .navbar-brand>img{
    width: 110px;
  }
  .medatitle{
    left: 0;
  }

  .padp{
    padding: 0 15px;
  }
  img{
    max-width: 100%;
  }
  #contact{
    padding: 100px 0;
  }
  .buddy{
    margin-top: 20px;
  }
  .f2{
    bottom: -150px;
  }

  #franchise {

    padding: 100px 0;
  }
  body{
    text-align: center;
  }

  .getyellow, .events, .archecombo2, .arche2{
    display: none;
  }

  .mt0{
    margin-top: 0 !important;
  }

  #products{
    padding: 100px 0;
  }
  .map{
    margin-top: 40px;
  }

  .right-control{
    right: 10px;
  }
  .left-control{
    left: 10px;
  }
  #combo .left-control, #combo .right-control {
    top:50%
  }

  .caravane{
    width: 70%;
  }
.mediap {
float: none;
  margin-bottom: 50px;
  margin-top: 20px;
}

  #main-menu .navbar-nav > li > a{
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    font-size: 12px;
  }
  .locationw {

   display: none;

  }
}

@media only screen and (max-width: 768px) {
  #main-menu .navbar-brand{
    padding: 6px 15px;
  }
  

  .scrolldown{
    display: none;
  }
  #main-menu.navbar-default .navbar-nav > li > a{
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    font-size: 14px;
  }
  .padt{
    margin-top: 20px !important;
  }

}

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

  .newyellow{
    width: 80px !important;
  }
  .mt-200 {
    margin-top: -160px;
  }
  #portfolio{
    padding-bottom: 200px;
  }
}


@media only screen and (min-width: 768px) {

  .isScroll .navbar-brand>img{
    width: 110px;
  }
  .isScroll .navbar-nav > li > a{
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }


}

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

  .flx{
    display: flex;
  }

  #products .caravane{
    position: absolute;
    bottom: 0;
    left: 0;
  }

}

.portfolio-modal .modal-content {
    border-radius: 0;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    min-height: 100%;
    padding: 100px 0;
    text-align: center;
}

.portfolio-modal .modal-content h2 {
    margin-bottom: 15px;
    font-size: 3em;
}

.portfolio-modal .modal-content p {
    margin-bottom: 30px;
    margin-top: 20px;
}

.portfolio-modal .modal-content p.item-intro {
    margin: 20px 0 30px;
    font-family: 'ralewaymedium', sans-serif;
    font-style: italic;
    font-size: 16px;
}

.portfolio-modal .modal-content ul.list-inline {
    margin-bottom: 30px;
    margin-top: 0;
}

.portfolio-modal .modal-content img {
    margin-bottom: 30px;
}

.portfolio-modal .close-modal {
    position: absolute;
    width: 75px;
    height: 75px;
    background-color: transparent;
    top: 25px;
    right: 25px;
    cursor: pointer;
}

.portfolio-modal .close-modal:hover {
    opacity: .3;
}

.portfolio-modal .close-modal .lr {
    height: 75px;
    width: 1px;
    margin-left: 35px;
    background-color: #222;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    z-index: 1051;
}

.portfolio-modal .close-modal .lr .rl {
    height: 75px;
    width: 1px;
    background-color: #222;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    z-index: 1052;
}

.portfolio-modal .modal-backdrop {
    opacity: 0;
    display: none;
}







