@font-face {
    font-family: 'SFProDisplay-Light';
    src: url('fonts/SFProDisplay-Light.woff2') format('woff2'),
        url('fonts/SFProDisplay-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SFProDisplay-Regular';
    src: url('fonts/SFProDisplay-Regular.woff2') format('woff2'),
        url('fonts/SFProDisplay-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Montserrat-Medium';
    src: url('fonts/Montserrat-Medium.woff2') format('woff2'),
        url('fonts/Montserrat-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat-Regular';
    src: url('fonts/Montserrat-Regular.woff2') format('woff2'),
        url('fonts/Montserrat-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat-Light';
    src: url('fonts/Montserrat-Light.woff2') format('woff2'),
        url('fonts/Montserrat-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat-SemiBold';
    src: url('fonts/Montserrat-SemiBold.woff2') format('woff2'),
        url('fonts/Montserrat-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat-Bold';
    src: url('fonts/Montserrat-Bold.woff2') format('woff2'),
        url('fonts/Montserrat-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}





img {
    max-width: 100%;
}

input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
input[type="email"],
input[type="tel"],
textarea,
.input-checkbox {
    outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0px;
    letter-spacing: .30px;
}

input:focus {
    outline: 0;
}

textarea:focus {
    outline: 0;
}

button:focus {
    outline: 0;
}

a {
    cursor: pointer;
    text-decoration: none;
    transition: all 0.5s ease;
}

a:focus,
a:hover {
    text-decoration: none;
    outline: 0;
}

.TC {
    text-align: center;
}

.TL {
    text-align: left;
}

.TR {
    text-align: right;
}

.margin_auto {
    margin: auto;
    float: none;
}

.padding {
    padding: 0;
}

.al {
    width: 100%;
    height: 100%;
    display: table;
}

.alm {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

abbr[title] {
    border-bottom: none !important;
    cursor: inherit !important;
    text-decoration: none !important;
}

body {
    background-color: #fff;
    font-family: 'Montserrat-Regular';  
}

.jcc{
    justify-content: center;
}
.jsb{
    justify-content: space-between;
}
.aic{
    align-items: center;
}

.d-flex{
    flex-wrap: wrap;
}

.blue-header
{
    background-color: #3544b1;
    background-image:url('../images/top-header-back.png');
    background-repeat: repeat;
    background-attachment: fixed;
    position: relative;
    padding: 0 0 40px;
}
.blue-header .right-box .box-flex
{
    padding-right: 15px;
}
.blue-header .left-box .box-flex
{
    padding-left: 15px;
}
.blue-header .main-box
{
    width: 35%;
}
.blue-header .box-flex
{
    display: flex;
    gap: 15px;
}
.blue-header .box-flex .box
{
    width: 33.33333333%;
}
.blue-header .box-flex .box img
{
    object-fit: contain;
}
.blue-header .center-box
{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: fit-content;
    top: 25px;
}
.blue-header .center-box h5
{
    color: #ffffff;
    font-size: 24px;
    font-family: 'Montserrat-Medium';
    text-align: center;
}
.blue-header .center-box h2
{
    color: #ffffff;
    font-size: 45px;
    font-family: 'Montserrat-Medium';
    text-align: center;
    margin: 20px 0 25px;
}
.blue-header .center-box h5 span
{
    color: #f5a020;
}
.blue-header .main-box .box-text a
{
    text-align: center;
    text-decoration: underline;
    color: #fff;
    font-size: 22px;
    font-family: 'Montserrat-SemiBold';
    display: block;
    margin: 40px 0 0;
}
.blue-header .main-box .box-text h4
{
    text-align: center;
    color: #fff;
    font-size: 22px;
    font-family: 'Montserrat-SemiBold';
    margin: 40px 0 0;
}

.portfolio-cls
{
    padding: 5px 5px 0;
    margin-bottom: 50px;
}
.portfolio-cls .grid-box
{
    column-count: 4;
    gap:0;
}


/* Portfolio Grid */

.portfolio-cls .box
{
    width: 100%;
    padding: 10px;
    height: fit-content;
}
.portfolio-grid 
{
    width: 100%;
    cursor: pointer;
    position: relative;
    transition: opacity .3s ease-in-out;
    padding: 40px 20px;
    background-color: #fafafa;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
}
.portfolio-grid:before
{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: -moz-linear-gradient( 153deg, rgb(161,162,163) 16%, rgb(179,182,181) 70%, rgb(190,192,194) 100%);
    background-image: -webkit-linear-gradient(153deg, rgb(161, 162, 163) 16%, rgb(179, 182, 181) 70%, rgb(190, 192, 194) 100%);
    background-image: -ms-linear-gradient( 153deg, rgb(161,162,163) 16%, rgb(179,182,181) 70%, rgb(190,192,194) 100%);
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
    -webkit-transition: all .5s;
    z-index: 9;
}
.portfolio-grid:hover:before
{
    opacity: 0.2;
    visibility: visible;
    transition: all .5s;
    -webkit-transition: all .5s;
}
.portfolio-grid:after
{
    content: "";
    border-radius: 100%;
    padding-left: 360px;
    padding-bottom: 360px;
    background-color: hsla(0, 0%, 100%, .3);
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 999;
    -webkit-transform: translateX(45%) translateY(45%) scale(0);
    -o-transform: translateX(45%) translateY(45%) scale(0);
    transform: translateX(45%) translateY(45%) scale(0);
    -webkit-transform-origin: bottom right;
    -o-transform-origin: bottom right;
    transform-origin: bottom right;
    -webkit-transition: -webkit-transform 1s cubic-bezier(.165,.84,.44,1);
    transition: -webkit-transform 1s cubic-bezier(.165,.84,.44,1);
    -o-transition: -o-transform 1s cubic-bezier(.165,.84,.44,1);
    transition: transform 1s cubic-bezier(.165,.84,.44,1);
    transition: transform 1s cubic-bezier(.165,.84,.44,1), -webkit-transform .5s cubic-bezier(.165,.84,.44,1), -o-transform .5s cubic-bezier(.165,.84,.44,1);
}
.portfolio-grid:hover:after
{
    -webkit-transform: translateX(45%) translateY(45%) scale(1);
    -o-transform: translateX(45%) translateY(45%) scale(1);
    transform: translateX(45%) translateY(45%) scale(1);
    transition: all .5s;
    -webkit-transition: all .5s;
}
.portfolio-card
{
    position: relative;
}
.portfolio-card:before
{
    content: "\f101";
    font-family: "Flaticon";
    display: inline-block;
    position: absolute;
    bottom: -15px;
    right: 10px;
    font-size: 30px;
    opacity: 0;
    visibility: hidden;
    z-index: 111;
    transition: all 0.5s;
}
.portfolio-grid:hover .portfolio-card:before
{
    opacity: 1;
    visibility: visible;
}
.portfolio-card img 
{
    width: 100%;
    display: block;
    transition: transform 0.3s ease;
}
.modal 
{
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0; 
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.8);
    align-items: center;
    animation: fadeIn 0.3s ease;
    overflow-x: hidden;
    overflow-y: hidden;
    padding: 0!important;
}
.modal .modal-dialog
{
    width: 100%;
    max-width: 100%;
    margin: 0;
    min-height: 100vh;
}
.popup-open
{
    overflow: hidden;
    padding-right: 1.2%;
}
.modal-content 
{
    background: transparent;
    max-width: 100%;
    width: 100%;
    position: relative;
    text-align: center;
    transform: translateY(-50px);
    opacity: 0;
    animation: slideIn 0.4s ease forwards;
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    border-radius: 0!important
}
.modal-body::-webkit-scrollbar 
{
    width: 10px;
}
 
.modal-body::-webkit-scrollbar-track 
{
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
 
.modal-body::-webkit-scrollbar-thumb 
{
    background-color: rgba(0,0,0,.15);
    outline: 1px solid slategrey;
}

/* Fade in background */
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}
/* Slide in popup */
@keyframes slideIn {
    from {
        transform: translateY(-50px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}
.app-platform-icons 
{
    display: flex;
    gap: 12px;
    margin-top: 10px;
}
.app-platform-icons img 
{
    width: 28px;
    height: 28px;
    object-fit: contain;
    transition: transform 0.2s ease;
}
.portfolio-cls .applogo
{
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 13px 15px -5px rgba(0,0,0,0.4);
    margin: auto;
}
.portfolio-cls .app-heading
{
    width: 100%;
    color: #4a4a4a;
    font-size: 28px;
    font-family: 'SFProDisplay-Regular';
    text-transform: uppercase;
    margin-top: 22px;
    text-align: center;
}
.portfolio-cls .sub-heading
{
    width: 100%;
    color: #727273;
    font-size: 13px;
    font-family: 'SFProDisplay-Regular';
    text-transform: uppercase;
    margin-top: 5px;
    text-align: center;
}
.portfolio-cls .main-img
{
    margin: 20px auto 0;
    max-height: 440px;
    object-fit: contain;
}
.portfolio-cls .description
{
    margin-top: -30px;
    font-family: 'SFProDisplay-Light';
    color: #101010;
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 28px;
}
.rotate-phone .main-img
{
    width: fit-content;
    text-align: center;
    -webkit-box-shadow: 15px 21px 16px -3px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 15px 21px 16px -3px rgba(0,0,0,0.11);
    box-shadow: 15px 21px 16px -3px rgba(0, 0, 0, 0.11);
    border-bottom-right-radius: 26px;
    margin: 20px auto 30px;
}
.rotate-phone .description
{
    margin-top: 0;
}
.portfolio-cls .tags
{
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
.portfolio-cls .tags span
{
    padding: 5px 15px;
    border-radius: 50px;
    border: 1px solid #0070ca;
    color: #0070ca;
    display: inline-block;
    font-family: 'SFProDisplay-Regular';
    font-size: 16px;
    text-transform: uppercase;
}
.modal .popup-header
{
    background-color: rgba(0, 0, 0, .15);
    box-shadow: 0 0 4px rgba(0, 0, 0, .2);
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 17px 20px;
    align-items: center;
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 111;
}
.modal .popup-header a img
{
    width: 172px;
}
.modal .popup-header .close
{
    color: #fff;
    line-height: 25px;
    font-weight: 100;
    width: 30px;
    height: 30px;
    border: 0;
    border-radius: 50%;
    transition: cubic-bezier(.175,.885,.52,1.775) .2s;
    font-size: 30px;
    border:3px solid transparent;
    cursor: pointer;
}
.modal .popup-header .close:hover
{
    font-size: 25px;
    border: 3px solid #ddd;
}
.modal .modal-body
{
    padding: 60px 0 0;
    overflow-y: auto;
    margin: auto;
    height: calc(100vh - 64px);
    width: 100%;
}
.modal .modal-body .popup-container
{
    margin: auto;
    max-width: 1360px;
}
.modal .modal-body h2
{
    font-size: 61px;
    color: #fff;
    font-family: 'Montserrat-Bold';
    width: 100%;
}
.modal .modal-body .modal-subheading
{
    font-size: 16px;
    color: #fff;
    font-family: 'Montserrat-SemiBold';
    width: 100%;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.modal .modal-body .modal-desc
{
    color: #fff;
    font-size: 34px;
    max-width: 80%;
    margin: 0 auto;
    line-height: 45px;
    margin-top: 40px;
    font-family: 'Montserrat-Bold';
}
.modal .modal-body .modal-tags
{
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.modal .modal-body .modal-tags span
{
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 50px;
    padding: 7px 35px 7px 20px;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Montserrat-Bold';
    position: relative;
    margin: 5px;
    line-height: normal;
}
.modal .modal-body .modal-tags span:before
{
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    border: 1px solid #fff;
    border-radius: 50%;
}
.modal .modal-body .modal-appimg
{
    padding-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 100px;
    max-width: 100%;
    margin: auto;
}
.modal .modal-body .modal-applogo
{
    border-radius: 20px;
    box-shadow: 0 16px 0 -8px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 16px 0 -8px rgba(0,0,0,.15);
    -webkit-box-shadow: 0 16px 0 -8px rgba(0, 0, 0, .15);
    width: 100px;
    height: 100px;
    object-fit: cover;
}
.modal .modal-body .modal-appname
{
    color: #fff;
    font-size: 34px;
    max-width: 80%;
    margin: 0 auto;
    font-family: 'Montserrat-Bold';
    line-height: 45px;
    margin-top: 40px;
}
.modal .modal-body .modal-desc2
{
    font-size: 16px;
    color: #fff;
    font-family: 'Montserrat-SemiBold';
    width: 100%;
    text-transform: uppercase;
    max-width: 50%;
    line-height: 30px;
    margin: 20px auto 30px;
}
.modal .modal-body .modal-icons
{
    display: flex;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    margin: 50px 0 0;
}
.modal .modal-body .modal-icons .sub-box
{
    padding:0 90px;
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
    display: inline-flex;
}
.modal .modal-body .modal-icons .sub-box img
{
    width: 100px;
    height: 100px;
    object-fit: contain;
}
.modal .modal-body .modal-icons .sub-box h4
{
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Montserrat-Medium';
    margin-top: 25px;
    width: 100%;
}
.modal .modal-body .modal-icons .sub-box:nth-child(1),
.modal .modal-body .modal-icons .sub-box:nth-child(2)
{
    border-right: 1px solid rgba(255,255,255,0.5);
}
.modal .modal-body .modal-like
{
    width:fit-content;
    margin:100px auto 80px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.modal .modal-body .modal-like img
{
    width: 150px;
    opacity: 0.5;
    transition: all 0.5s;
}
.modal .modal-body .modal-like:hover img
{
    opacity: 1;
    transform: scale(1.1);
}
.modal .modal-body .modal-like .like-img
{
    background-color: transparent;
    border:0;
}
.modal .modal-body .modal-like span.like-text
{
    font-size: 180px;
    font-family: 'Montserrat-Bold';
    color: #fff;
    line-height: 150px;
    margin-left: 40px;
    opacity: 0.5;
}
.modal .modal-body .quote-main
{
    width: 80%;
    padding: 60px;
    margin: auto;
    background-color: rgba(0,0,0,0.7);
    position: relative;
}
.modal .modal-body .quote-main blockquote.modal-quote
{
    width: 90%;
    font-style: italic;
    font-size: 20px;
    color: #fff;
    line-height: 30px;
    margin: auto;
    position: relative;
}
.modal .modal-body .quote-main blockquote.modal-quote:before
{
    position: absolute;
    content: '\f10d';
    font-family: 'Font Awesome 5 Free';
    color: #ffffff;
    font-size: 60px;
    top: -20px;
    font-style: normal;
    left: -60px;
    font-weight: 900;
}
.modal .modal-body .quote-main blockquote.modal-quote:after
{
    font-style: normal;
    position: absolute;
    content: '\f10e';
    font-family: 'Font Awesome 5 Free';
    color: #ffffff;
    font-size: 60px;
    top: unset!important;
    right: -60px;
    font-weight: 900;
    bottom: -20px
}
.modal .modal-body .quote-main .modal-rating
{
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.modal .modal-body .quote-main .modal-rating .rating-value
{
    font-family: 'Montserrat-Medium';
    font-size: 38px;
    color: #ffffff;
    background-color: #ed8a19;
    padding: 3px 10px;
    border-radius: 5px;
    line-height: normal;
    letter-spacing: 0.30px;
}
.modal .modal-body .quote-main .modal-rating .rating-stars
{
    display: flex;
    gap: 3px;
    margin-left:15px;
}
.modal .bottom-p{
    width: 100%;
    padding: 15px 0;
    background-color: rgba(0,0,0,0.3);
    text-align: center;
    margin-top: 100px;
}
.modal .bottom-p p{
    font-family: 'Montserrat-SemiBold';
    font-size: 24px;
    color: #ffffff;
}
.blue-header .mobile-head{
    display: none;
}