 #myBtnContainer {
    margin-bottom: 30px;
    text-align:center;
    margin-top: 40px;
}
 #myBtnContainer .btn {
    background-color: #0f1c4f;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    border: 1px solid #0f1c4f;
    border-radius: 0;
    padding: 10px;
    margin: 0 2px;
}
 #myBtnContainer .btn.active, #myBtnContainer .btn:hover {
    background-color: #5ebe75;
    color: #fff;
    border: 1px solid #5ebe75;
}
 .btn:not(:disabled):not(.disabled).active, .btn:not(:disabled):not(.disabled):active {
    background-image: none;
}
 .btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
 .Gallery_wrapper .gallery_image {
    height: 293px;
    background-size: cover;
    background-position: center center;
    width: 32%;
    float: left;
    border-right: none;
    margin-right: 2%;
    margin-bottom: 2%;
}
.Gallery_wrapper .gallery_image:nth-child(3n) {
    margin-right: 0%;
}
 .gallery_image {
    display: none;
}
 .show,  .home .gallery_image {
    display: block;
}
.project-img {
    height: 100%;
    width: 100%;
}
.Gallery_wrapper .gallery_image .project-img img{
    width:100%;
}
.Gallery_wrapper .gallery_image:hover .project-img h4{
    color:#fff;
    text-decoration:none;
}
.Gallery_wrapper .gallery_image:hover .project-img a{
    text-decoration:none;
}
.gallery_image a {
    background-color: rgba(94,190,117,.5);
    width: 100%;
    height: 100%;
    display: flex;
    transition: 0.4s;
    opacity: 0;
    justify-content: center;
}
 .gallery_image a h4,  .gallery_image a h6 {
    display: flex;
    align-items: center;
    text-align: center;
}
 .protfolio-slider-wrapper {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    display: block;
    opacity: 1;
    visibility: hidden;
    z-index: 99999;
    background-color: rgba(0,0,0,0.5);
}
 .ct {
    padding: 0;
    max-width: 600px;
    float: none;
    margin: 80px auto;
}
 .protfolio-slider {
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #000;
}

 .protfolio-slider-wrapper .protfolio-slider .item {
    width: 100%;
    height: calc(100vh - 290px);
    background-position: center;
    background-size: cover;
    position: relative;
}
 .protfolio-slider-wrapper .protfolio-slider p.img-title {
    padding: 10px 0px;
    background: rgba(29,142,202,0.8);
    font-size: 24px;
    color: #fff;
    text-shadow: none;
    font-weight: 500;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 55;
    text-align: center;
    width: 100%;
}
 .gallery_image:hover a {
    opacity: 1;
}
:focus {
    outline: none;
}
.position_set {
    display: flex;
}
 .position_set h4{
	color:white;
}
.protfolio-slider-wrapper.show_sl {
    z-index: 9999;
    visibility: visible;
    opacity: 1;
    background: rgba(15, 28, 79, .8);
}
 .protfolio-nav {
    border-top: 2px solid #fff;
}
 .protfolio-slider-wrapper .protfolio-slider .item {
    width: 100%;
    height: calc(100vh - 290px);
    background-position: center;
    background-size: cover;
    position: relative;
}
 .protfolio-nav-thumb {
    border-right: 1px solid #fff;
}
.protfolio-slider-wrapper .slick-prev {
    left: 20px;
    z-index: 9;
    height: 45px !important;
}
button.slick-arrow {
    width: 43px;
    height: 37px;
    background-color: transparent;
    bottom: 0px;
    transition: all 0.4s linear;
    border: none;
}
.slick-prev {
    background-image: url(../images/c_prev.png)!important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    left: 0px;
}
.slick-next {
    background-image: url(../images/c_next.png)!important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    right: 20px;
}
.close-btn i {
    position: absolute;
    font-size: 20px;
    color: #fff;
    top: 15px;
    right: 30px;
    cursor: pointer;
    z-index: 9999;
}

.protfolio-nav .item {
    height: 130px;
    background-position: center;
    background-size: cover;
    margin: 0px 0px;
    position: relative;
}
.slick-prev:before, .slick-next:before {
  font-size: 0px;
}
@media only screen and (max-width:99px){
    .Gallery_wrapper .gallery_image{
        width:48%;
    }
}
@media (max-width: 767px){
#myBtnContainer {
    margin-bottom: 10px!important;
}
#myBtnContainer .btn {
    margin: 3px 0;
    width: 100%!important;
}
.gallery_image, .Gallery_wrapper .gallery_image {
    width: 48%!important;
    margin: 15px 1% !important;
    border: none!important;
}
.gallery_image a h4, .gallery_image a h6{
    display: flex;
    align-items: center;
}
#myBtnContainer .btn, #myBtnContainer .btn.active{
    font-size:20px;
}
}
@media (max-width: 480px){
    #myBtnContainer {
    margin-bottom: 0px;
}
.gallery_image, .Gallery_wrapper .gallery_image {
    width: 100%!important;
    margin: 2px auto 15px !important;
    border: none!important;
    display: block!important;
    float: none!important;
}
 .protfolio-slider-wrapper {
    padding: 0px 20px;
}
}
.modal-body iframe{
    width: 100%;
}