.bg1 {background-color: #F4F8FF !important;}
.footer-logo p {
    color: #fff !important;
    padding-top: 20px !important;
}




.terms-and-conditions ul {
    padding: 0;
    margin: 0;
    list-style: none;
    /* -moz-columns: 2;
    columns: 2; */
    margin-bottom: 45px;
}
.terms-and-conditions ul li {
    color: rgba(var(--title-color-opc), 0.7);
    font-family: var(--font-syne);
    font-size: 17px;
    font-weight: 500;
    line-height: 1.2;
    /* letter-spacing: 0.34px; */
    /* margin-bottom: 25px; */
    /* display: flex; */
    /* align-items: center; */
    gap: 10px;
}
.terms-and-conditions ul li svg {
    fill: var(--primary-color);
}



/*=============== Portfolio Start Here ===============*/
.modal {
    z-index: 9999999999999999;
}
.modal-header {
    padding: 10px 15px;
    border-bottom: 1px solid #e5e5e5;
    background: #F99D1D;
}
.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: #fff;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity = 20);
}
.modal-title {
    margin: 0;
    line-height: 1.42857143;
    color: #fff !important;
    font-weight: 700;
    font-size: 18px;
}

@media only screen and (min-width: 1200px) {
    #modalWebsiteView .modal-dialog{
        width: 900px !important;
        max-width: 900px;
    }
}

/* The background overlay */
  .modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
  }

  /* The modal box */
  .modal-box {
    background: #fff;
    width: 300px;
    margin: 15% auto;
    padding: 20px;
    border-radius: 8px;
    position: relative;
    text-align: center;
  }

  /* Close button */
  .close-btn {
    position: absolute;
    top: 8px;
    right: 12px;
    font-size: 20px;
    cursor: pointer;
    color: #555;
  }

  .open-btn {
    padding: 10px 20px;
    background: #007BFF;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 4px;
  }



.web-port{
    text-align: center
}
 .web-port .portfolio-card{
    margin: 0;
    padding: 0;
    list-style: none
}
 .web-port .portfolio-card .card-img-and-content-wrap{
    list-style: none;
    margin: 0px 0px 30px 0;
    transition: all .2s ease-in-out;
    float: left;
    /* width: 376px */
}
 .web-port .portfolio-card .card-img-and-content-wrap:nth-child(3n+3){
    margin-right: 0
}
 .web-port .portfolio-card .card-img-and-content-wrap .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 .portfolio-card .card-img-and-content-wrap .web-img img{
    width: 100%;
     border-radius: 8px;
}
 .web-port .portfolio-card .card-img-and-content-wrap .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 .portfolio-card .card-img-and-content-wrap:hover .web-img .text{
    height: 100%;
     opacity: 1;
     z-index: 10;
     height: 100%;
     padding: 20% 0;
}
 .web-port .portfolio-card .card-img-and-content-wrap .web-img .text a{
    color: #FFFFFF;
    display: block
}
.web-port .portfolio-card .card-img-and-content-wrap .web-img .text .orange-btn{
    font-weight: 500;
}
 .web-port .portfolio-card .card-img-and-content-wrap h4{
    font-size: 18px;
     color: #3a3a3a;
     margin: 0
}
 .web-port .portfolio-card .card-img-and-content-wrap .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 ===============*/


html {
  scroll-behavior: smooth;
}

.right-btn-cls {
    height: 32px;
    width: 32px;
    border-radius: 50%;
    border: 1px solid #3F444B;
    display: block;
}

.sub-head {
    text-align: center !important;
    font-weight: bold !important;
    background: #0e104b !important;
    color: #fff !important;
}