.bg1 { background-color: #F9FBFE !important;}
.bg2 { background-color: #CEE3E6 !important;}
.bg3 { background-color: #EEF4F5 !important;}

.ptb-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
.ptb-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}
.ptb-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
}
.ptb-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}

.pt-20 {padding-top: 20px !important;}
.pt-30 {padding-top: 30px !important;}

.inf .services__icon-five img {
    width: 80px !important;
}


#fancybox-wrap {
    z-index: 9999999999 !important;
}


/*=============== Portfolio Start Here ===============*/
.modal {
    z-index: 9999999999999999;
}
.modal-header {
    padding: 10px 15px;
    border-bottom: 1px solid #e5e5e5;
    background: #f7f7f7;
}
.modal-header .close {
    margin-top: -2px;
}
button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity = 20);
    opacity: .2;
}
.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

@media only screen and (min-width: 1200px) {
    #modalWebsiteView .modal-dialog{
        width: 900px !important;
        max-width: 900px;
    }
}



.web-port{
    text-align: center
}
 .web-port ul{
    margin: 0;
    padding: 0;
    list-style: none
}
 .web-port ul li{
    list-style: none;
    margin: 0px 0px 30px 0;
    transition: all .2s ease-in-out;
    float: left;
    width: 376px
}
 .web-port ul li:nth-child(3n+3){
    margin-right: 0
}
 .web-port ul li .web-img{
    position: relative;
    /* -moz-box-shadow: 0 6px 10px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 6px 10px rgba(0,0,0,.1);
    box-shadow: 0 6px 10px rgba(0,0,0,.1); */
    overflow: hidden;
    margin: 0 0 10px;
    display: flex
}
 .web-port ul li .web-img img{
    width: 100%;
     border-radius: 8px;
}
 .web-port ul li .web-img .text{
    position: absolute;
     top: 50%;
     left: 50%;
     transform: translate(-50%,-50%);
     -webkit-transform: translate(-50%,-50%);
     width: 100%;
     height: 0;
     transition: all .2s ease-in-out;
     background: rgba(6,14,25,0.8);
     opacity: 0;
     border-radius: 8px;
}
 .web-port ul li:hover .web-img .text{
    height: 100%;
     opacity: 1;
     z-index: 10;
     height: 100%;
     padding: 20% 0;
}
 .web-port ul li .web-img .text a{
    color: #FFFFFF;
    display: block
}
.web-port ul li .web-img .text .orange-btn{

}
 .web-port ul li h4{
    font-size: 18px;
     color: #3a3a3a;
     margin: 0
}
 .web-port ul li .orange-btn{
    border-radius: 5px;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 40px;
    height: 40px;
    margin: 10px;
}
button.orange-btn {
    border: 0;
    background-color: #F39A00;
    color: #fff;
    padding: 0px 20px;
    border-radius: 20px;
    margin: 30px 0 20px 0;
    line-height: inherit !important;
    cursor: pointer;
}
.orange-btn {
    border: none;
    background: #f36e30;
    color: #fff;
    line-height: 2;
    padding: 0 20px;
    border-radius: 30px;
    cursor: pointer;
    line-height: 46px;
}
/*=============== Portfolio End Here ===============*/