.people {
    width: 100%;
    float: left;
    padding:   0px 0px;  
    text-align: left; 
}
.forms {
    width: 45%;
    float: left;
    padding: 0 120px 0 0;
}
.people-wrapper .fp-tableCell {
    padding-top: 50px;
    padding-bottom: 50px;
    vertical-align: top;
    max-height: calc( 100vh - 50px ) !important;
}
.banner-item img{
    width: 100%;
}
.people-detials {
    width: 55%;
    float: left;
    padding: 0px 120px  0px 120px; 
    position: relative;  
}
.people-wrapper:nth-child(even){
 background: #EEEEEE;
}
.people-wrapper:nth-child(odd){
 background: #fff;
}
.people-wrapper:nth-child(first){
 background: transparent;
}
.people-wrapper:nth-child(last){
 background: #000;
}
.people-detials h2{
    width: 100%; 
    color: #212121;
    position: relative; 
    font-size: 65px; 
    margin: 0 0 ;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;

}
.people-detials h4{
    width: 100%;
    color: #C62037;
    position: relative;
    font-size: 18px;
    margin:  30px 0  0px;
    float: left;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    line-height: 27px;
}
.people-detials  p {
    width: 100%;
    color: #545555;
    position: relative;
    font-size:16px;
    margin: 30px 0  0px;
    float: left;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    line-height: 26px;
}
.people-detials  p span{
    color: #C62037;
}

.linked{
    width: 35px;
    cursor: pointer;
    float: left;
}


.sing-up {
    font-size: 15px;
    color: #2198F3;
    font-family: 'Roboto', sans-serif;
    cursor: pointer;
    width: auto;
    float: left;
    padding: 20px 0 0;
}
.custom_form_label {
    position: relative;
    float: left;
    width: 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    margin-bottom: 35px;
    padding: 0 0px;
} 
.works{
    width: 100%;
    float: left;
    padding: 60px 110px 100px;
}
.work-box{
    width: 33.3%;
    float: left;
    padding: 10px ;
}
.boxs{
    width: 100%;
    float: left;
    padding:  0px ;
    border: 1px solid #ccc;
    position: relative;
}
.work-content{
    width: 100%;
    float: left;
    padding: 10px 25px 25px;

}
.cg-section,
.cg-wrapper{
    width: 100%;
    float: left;
    position: relative;
}
.boxs h4{
    font-weight: 500;
    font-size: 16px;
    color: #343434;
    padding-bottom: 10px;
    line-height: 28px;
    width: 100%;
    float: left;
    margin: 10px 0;    
    /*min-height: 121px;*/
    overflow: hidden;
}
.wor-img {
    width: 100%;
    float: left;
    max-height: 199px;
    overflow: hidden;
}
.boxs p{
    border-top: 1px solid #ccc;
    font-size:16px;
    margin:  0px 0 35px;
    float: left;
    font-weight: 400;
    padding-top: 10px;
    color: #343434;
    width: 100%;
    float: left;
    font-family: 'Montserrat', sans-serif;
    line-height: 26px;
/* max-height: 90px;*/
overflow: hidden;
}
.boxs p span{
    color: #C62037;
}
.banner-image{
    width: 100%;
    float: left;
    position: relative;
}
.sing-up {
    font-size: 14px;
    color: #2198F3;
    font-family: 'Roboto', sans-serif;
    cursor: pointer;
    width: auto;
    font-weight: 600;
    float: left;
    padding:  0px 0 0;
    font-weight: 600;
    position: absolute;
    bottom: 20px;
}
.boxs img{
    width: 100%;
}
.ellip {
    display: block;
    height: 100%;
}
.ellip, .ellip-line {
    position: relative;
    overflow: hidden;
    max-width: 100%;
}

.ellip-line {
    /* display: inline-block; */
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
}
.sing-up:hover{
    color:  #C62037;
}
.boxs h4:hover{
    color:  #C62037;
}

.project-wrapper h3 {
    width: 100%;
    color: #292929;
    position: relative;
    font-size: 30px;
    line-height: 40px;
    margin:  0px 0 15px;
    float: left;
    font-weight: 700;
}
.project-wrapper {
    width: 100%;
    float: left;
    padding: 120px 120px 80px;
}
.projects-box{
    width: 50%;
    float: left;
    padding-bottom: 30px;
    padding: 30px;

} 

.pro-common img {
  -moz-transition: 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.pro-common img:hover{
   -moz-transition: 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
   -o-transition: 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
   -webkit-transition: 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
   transition: 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
   transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1.03);
}



#carouselHeader {
    h3{
        position: relative;
        text-align: center;
    }
}
/* Indicators list style */
.project-slide .carousel-indicators {
    bottom: 0;
    left: 0;
    margin-left: 5px;
    width: 100%;
}
/* Indicators list style */
.project-slide .carousel-indicators li {
    border: medium none;
    border-radius: 0;
    float: middle;
    height: 35px;
    margin-bottom: -10px;
    margin-left: 0;
    margin-right: 5px !important;
    margin-top: 0;
    width: 50px;
    border-radius: 3px;

}
/* Indicators images style */
.project-slide .carousel-indicators img {
    border: 2px solid $dark-orange;
    border-radius: 3px;
    float: left;
    height: 35px;
    left: 0;
    width: 50px;
    opacity: 0.7;
}
/* Indicators active image style */
.project-slide .carousel-indicators .active img {
    border: 2px solid $orange;
    opacity: 1;
}
/* carousel-control */
 
.carousel-control:hover,
.carousel-control:focus {
    color: $orange;
    opacity: 1;
}
.carousel-control.left, .carousel-control.right{ 
    background: none !important;
    filter: none !important;
    progid: none !important;
}
.panel-default{
    background-color: transparent;
    border:none;
    width: 100%;
    float: left;
    box-shadow: none;
    margin-bottom:0;
    padding: 0px;
    cursor: pointer;
}
.modal-dialog {
    margin-right: 0;
    margin-left: 0;
}
.project-details-section .modal.fade.modal-popup.in{
    padding: 0;
}
.carousel-inner>.item img{
    width: 100%;
}
.panel-plus {
    width: 35px;
    position: absolute;
    bottom: 0;
    right: 0;    
    background-color: rgba(255, 255, 255, 0.6);
}
.modal-content {
    padding-top:  0px;
    background-color: transparent;
    box-shadow: none;
    border: none;
}
.modal-body {
    position: relative;
    padding:0 15px;
}
.modal-header {
    position: absolute;
    top: 10px;
    right: 10px;
    color: black;
    padding: 0;
    border:none;
    z-index: 999;
}
.carousel-control{
    top: 50%;
   transform: translateY(-50%);
   opacity: 1;
   width: 30px;
   height: 30px;
}
.carousel-inner{
    top: 50%;
     transform: translateY(-50%);
     position: absolute;
}
.carousel{
    min-height: 95vh;
}
.mob-img {
    display: none !important;
}
 .modal-open .modal{
    background: rgba(0, 0, 0, 0.8);
    visibility: visible;
    z-index: 999;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999999;
    display: none;
   /* overflow: hidden;*/
    -webkit-overflow-scrolling: touch;
    outline: 0;
} 
.modal-open{
    overflow: hidden !important;
}
.carousel-control.left img {
    transform: rotate( 0deg);
}
.carousel-control.left {
    left: 20px;
}
.carousel-control.right {
    right: 20px;
}
.modal-header .close{
    opacity: 1;    
    width: 20px;
    margin-right: 22px;
}
.modal-dialog {
    width: 100%;
    background: transparent;
    margin: 20px auto;
}
.carousel-inner>.item img {
    width:auto;
    height: 100%;
    position: absolute;
    display: inline-block;
    text-align: center;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50% !important;
    transform: translateY(-50%);
}
.carousel-inner>.item{
    text-align: center;
    min-height: 92vh;
}
.modal-backdrop{
    display: none !important;
}

#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #030303;
    z-index: 99999999999999;
}
#preloader img {
    max-width: 200px;
    width: 200px;
    display: block;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    position: absolute;
    left: 0;
    right: 0;
}


#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
}






@media only screen and (min-width: 1650px){
    .people-detials h2,
    .heading h2{
        font-size: 100px;
        line-height: 110px;
    }
    .works { 
        padding: 60px 160px 100px;
    }
    .work-box { 
        padding: 20px;
    }
    .services-section,
    .about{
        padding: 0 180px;
    }
    .last-section {

        padding: 0 180px 0 0;
    }
    .last-section p,
    .about h3{
        font-size: 40px;
        line-height: 60px;

        margin: 30px 0;
    }
    .join,
    .sing-up,
    .boxs p,
    .service-read,
    .people-detials p,
    .service-list p,
    .about p{
        font-size: 22px;
        line-height: 38px;
    }
    .service-list h3{
        font-size: 30px;
        line-height: 45px;
    }
    .boxs h4{
        font-size: 28px;
        line-height: 42px;
    }
    .boxs h4{ 
        /* min-height: 176px;*/
    }
    .wor-img {
        width: 100%;
        float: left;
        max-height: 299px;
        overflow: hidden;
    }
    .boxs p{ 
    }
}

@media only screen and (max-width: 1300px) and (max-height: 600px){
 /* .heading h2,
  .banner-txt{
    font-size: 50px;
    line-height: 60px;
}*/
 
 
.last-section p,
.about h3
.boxs h4,{
    font-size: 22px;
    line-height: 32px;
    margin: 10px 0;
}
.service-list img{
    width: 80px;
}
.service-list h3{
    font-size: 16px;
    line-height: 26px;
    margin: 7px 0 2px;
}
.boxs p,
.service-list p,
.about p{
    font-size: 15px;
    line-height: 25px;
    margin: 0 0 10px;
}
.service-list{
    padding: 5px 10px;
}

.banner-text { 
    top: 50%;
}
.works h2{
    font-size: 24px;
    line-height: 36px;
}
}
@media only screen and (max-width: 1000px){
    .people-img {
        width: 100%; 
        padding:   40px  ;
    }
    .people-detials {
        width: 100%;
        float: left;
        padding: 0px 40px 40px;
        position: relative;
    }
    .people-wrapper:nth-child(odd) .people-img {

       padding:   40px  ;
   }
   .people-wrapper:nth-child(odd) .people-detials {
      padding: 0px 40px 40px;
  }

  .heading h2, .people-detials h2, .banner-text {
    font-size: 26px;
    line-height: 36px;
}
.people-detials h2{
    padding-bottom: 10px;
}
.services-section {
    width: 100%;
    float: left;
    position: relative;
    top: auto;
    transform: none;
    padding:  40px;
}
.service-list {
    width: 100%;
    float: left;
    padding: 10px;
    text-align: center;
}
.services-section h2 {
    text-align: center;
}
.service-read {
    position: relative;
    right: auto;
    bottom: auto;  
    width: 100%;
    float: left;
    text-align: center;
}
.last-section {
    width: 100%;
    float: left;
    position: relative;
    right: auto;
    top: auto;
    padding: 0  0px 0  ;
    transform: none;
    color: #fff;
    text-align: center;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
}
.banner-text {
    top: auto;
}
.works {
    width: 100%;
    float: left;
    padding: 50px 40px 40px;
}
.work-box{
    width: 100%;
    padding:  0px 0 30px;
}
.boxs{
    height: auto !important;
}
.sing-up{
    position: relative;
    bottom: 0;
}
.boxs h4{
    font-weight: 500;
    font-size: 15px;
    height: auto !important;
}
}


.banner-txt{
    color: #fff;
}
.projects-img{
  width: 100%;
  float: left;
  overflow: hidden;
}
.project-img img,
.projects-img  img{
   -moz-transition: 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
   -o-transition: 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
   -webkit-transition: 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
   transition: 1000ms cubic-bezier(0.215, 0.61, 0.355, 1); 
}
.project-img img:hover,
.projects-img:hover img{
   -moz-transition: 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
   -o-transition: 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
   -webkit-transition: 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
   transition: 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
   transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1.2,1.2);
}
.project-left {
    width: 48%;
    position: relative;
    float: left;
}
.project-img {
    width: 47%;
    float: left;
    padding-bottom: 15px;
    overflow: hidden;
}
.project-img:nth-child(2) {
    float: right;
}
.project-img:nth-child(3) {
    position: absolute;
    bottom: 0;
    left: 0;
}
.project-right{
    width:48% ;
    float: right;
}
.project-details {
    width: 100%;
    float: left;
    padding-bottom: 10px; 
}

.clients {
    width: 100%;
    float: left;
    font-size: 16px;
    line-height: 26px; 
    padding-bottom: 10px;
    color: #9B8579;
}
.projectss-section p {
    width: 100%;
    color: #292929;
    position: relative;
    font-size: 16px;
    margin: 0px 0 15px;
    float: left;
    font-weight: 400;
    line-height: 26px;
}
.pro-common{
    width: 100%;
    float: left;
    padding-top: 15px;
}
.single{
    width: 100%;
    float: left;
    padding: 0 0 15px ;
    overflow: hidden    ;
}
.foure{
    width: 100%;
    float: left;
    padding: 0 0 25px ;
}
.foure .panel-default{
    width: 23%;
    float: left;
    margin: 0 1.3%;

    overflow: hidden;

}
.foure .panel-default:first-child{
    margin-left: 0;
}
.foure .panel-default:last-child{
    margin-right: 0;
}
.projects-list {
    width: 100%;
    float: left;
    text-align: center;
    margin:50px 0 0px;
    position: relative;
    z-index: 9;
}
.projects-list ul li {
    width: auto;
    margin: 0 auto;
    display: inline-block;
    font-weight: 700;
    font-size: 13px;
    padding: 0 0px;
    transition: all 0.3s;
    -moz-transition: 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition: 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.projects-list ul li a {
    color:#9C8579;
    -moz-transition: 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition: 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.projects-list ul li img {
    width: 7px;
    padding-bottom: 0px;
}
.projects-list ul li span {
    padding: 0 10px;
    -moz-transition: 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition: 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
} 
.projects-list ul li:hover img {

    -webkit-animation: linear infinite;
    -webkit-animation-name: run;
    -webkit-animation-duration: 1s;
    position: relative;
}
.projects-list ul li.noPrevious{
    opacity: 0.4;
}
@keyframes run {
  0% {
    left: 0;
}
50% {
    left: 10px;
}
100% {
    left: 0;    
}
}
.projects-list ul li .button {
    line-height: 13px;
    width: 120px;
    border: none;
    border-left: 1px solid #9C8579;
    padding: 0;
    background: transparent;
    font-size: 13px;
    border-right: 1px solid #9C8579;
}
.projects-list ul li:hover a{
    font-size: 15px;
    color: #85A084;
}
.project-list{
    padding: 60px 90px;
    width: 100%;
    float: left;
    position: relative;
    background: #e4e4e4;
}
.project-list h3 {
    width: 100%;
    color: #292929;
    position: relative;
    font-size: 30px;
    line-height: 40px;
    margin:  0px 0 20px;
    float: left;
    font-weight: 700;
}
.banner-image {
    -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1.2, 1.2);
    -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
    -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
    -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
    transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1.4, 1.4);
    -moz-transition: 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition: 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.banner-image.active {
    opacity: 1;
    -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
    -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
    -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
    -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
    transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
}
.slde-count {
    width: auto;
    float: right;
    margin: 0  30px;
    color: #707070;
    font-size: 14px;
}
.pagingInfo{
    position: relative;
    width: auto;
    float: left;
    padding: 0 60px;
}
.pagingInfo:before{
    width: 50px;
    position: absolute;
    content: "";
    height: 1px;
    background: #707070;
    top: 8px;
    left: 0;
}
.pagingInfo:after{
    width: 50px;
    position: absolute;
    content: "";
    height: 1px;
    background: #707070;
    top: 8px;
    right: 0;
}
/*.proect-slide .slick-next:before{
 background-image: url(../images/right-arrow.png);
 background-size: 10px;
}
.proect-slide  .slick-prev:before { 
    background-image: url(../images/left-arrow.png);
    background-size: 10px;
}*/
.proect-slide .slick-next {
   /* right: -17px;*/
    top: 60%;
}
.proect-slide .slick-prev {
   /* left: -17px;*/
    top: 60%;
}
.banner-txt.anmme22 {
    position: absolute;
}

.banner-txt{
    text-transform: uppercase;
}
.project-img img, .projects-img img{
    width: 100%;
}
.single img{
    width: 100%;
}
.banner-txt {
    position: absolute;
    top: auto;
    font-size: 34px;
    line-height: 47px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    transform: none;
    text-align: left;
    padding: 0 120px;
    bottom: 40px;
    max-width: 100%;
}
@media only screen and (min-width: 1650px){
    .projects-list ul li .button,
    .projects-list ul li{
        font-size: 19px
    }
    .projects-list ul li img {
    width: 11px;
    padding-bottom: 0px;
}
.projects-list ul li:hover a {
    font-size: 22px;
    color: #85A084;
}
    .people-detials h2,
    .heading h2{
        font-size: 100px;
        line-height: 110px;
    }
    .works { 
    padding: 60px 160px 100px;
}
    .work-box { 
    padding: 20px;
}
    .services-section,
    .about{
        padding: 0 180px;
    }
    .last-section {

        padding: 0 180px 0 0;
    }
    .last-section p,
    .about h3{
        font-size: 40px;
        line-height: 60px;

        margin: 30px 0;
    }
    .join,
    .sing-up,
    .boxs p,
    .service-read,
    .people-detials p,
    .service-list p,
    .about p{
        font-size: 22px;
        line-height: 38px;
    }
    .service-list h3{
        font-size: 30px;
        line-height: 45px;
    }
    .boxs h4{
        font-size: 28px;
        line-height: 42px;
    }
.boxs h4{ 
    /* min-height: 176px;*/
}
.wor-img {
    width: 100%;
    float: left;
    max-height: 299px;
    overflow: hidden;
}
.boxs p{ 
}

.header{
    padding: 25px 180px;
 }
 .people-detials p,
 .values p{
    font-size: 22px;
    line-height: 32px;
 }
 .project-wrapper h3,
 .people-detials h3{
    font-size: 50px;
    line-height: 60px;
 }
 .mentor-details h5{
    font-size: 24px;
 }
 .mentors-section .mentor-details p{
    font-size: 22px;
 }
 .read-more, .submit_btn span, .sing-up span, .join span, .service-read span {
    font-weight: 400;
    font-size: 20px;
}
.read-more:hover {
    font-weight: 600;
    color: #85A084;
    font-size: 22px;
}
.read-more span {
    vertical-align: middle;
    font-size: 13px;
}
.projectss-section p,
.clients { 
    font-size: 22px;
    line-height: 32px; 
}
.project-wrapper {
    width: 100%;
    float: left;
    padding: 120px 180px 80px;
}
.project-list {
    padding: 60px 150px; 
}
}
@media only screen and (max-width: 900px){
 .project-wrapper {
    width: 100%;
    float: left;
    padding: 40px 40px;
}
.desk-img {
    display: none !important;
}
.mob-img {
    display: block !important;
}
.project-left {
    width: 100%; 
}
.project-right {
    width: 100%; 
}
.clients{
    text-align: left;
}
.project-list{
    padding: 20px;
}
.header { 
    padding: 15px 0px; 
}
.section.banner-wrap{
    padding: 0;
}
.banner-item img{
   /* visibility: hidden;*/
}
.banner-txt {
    color: #fff;
}
.banner-item {
    background-image: url("../images/1A Living.png");
    background-position: center right;
    overflow: hidden;
    width: 100%;
    float: left;
    min-height: 65vh;
}
.project-list h3,
.project-wrapper h3{
    font-size: 20px;
    line-height: 30px;
}
.proect-slide .slick-next {
    right: -17px; 
    top: 60%;
}
.slick-next:hover:before, .slick-prev:hover:before {
    background-size: 14px;
    width: 14px;
    height: 18px;
}
.proect-slide .slick-prev {
    left: -13px; 
    top: 60%;
}
.projects-list {
    width: 100%; 
    margin: 30px 0 0px; 
}
.projects-list ul li{
    font-size: 11px;
}
.projects-list ul li .button{
    font-size: 11px;
    width: 70px;
}
.banner-txt {
    position: absolute;
    padding: 0 40px;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    line-height: 31px;
}
.carousel-inner>.item img{
    width: 90%;
    height: auto;
}
.foure .panel-default {
    width: 46%; 
    margin: 0 0 15px;
}
.foure .panel-default:nth-child(odd){
    margin-right:4%;
}
.foure .panel-default:nth-child(even){
    margin-left:4%;
}
}