.robotofont {
    font-family: "Poppins", sans-serif !important;

    font-style: normal;

}

.bg-grey {
    background-color: #312F2F;
}


.service-box img {
    margin-bottom: 10px;
}

.extraspace {
    margin: 5rem 0;
}

body {
    font-family: "Poppins", sans-serif !important;

    font-style: normal;
}

.primaryshadow {
    box-shadow: 1px 5px 50px 0px #54637A1A;
    border-radius: 20px;
    padding: 30px 10px;
}

.factbox {
    box-shadow: 0px 0px 242.5px 0px #1213141C;
    background-color: white;
    padding: 40px;
    border-radius: 10px;
}


.formshadow {
    border-radius: 20px;
    box-shadow: 0px 0px 21.7px 9px #FFFFFF57;
}


.bg-blue {
    background-color: #15375C !important;
}

.text-blue {
    color: #15375C !important;
}

.text-green {
    color: #27B94E;
}

.text-yellow {
    color: #FFA41B;
}

.text-red {
    color: #D60000;
}

.text-purple {
    color: #6400FF;
}


.techbox h4 {
    font-weight: bold;
    font-size: 24px;

    font-family: "Roboto", sans-serif;
}


.header .rightsection img {
    width: 20px;
}

.header .rightsection a {
    text-decoration: none;
}

.header .rightsection img.phoneicon {
    width: 16px;
}


.bannerbg {
    background-image: url(/assets/lines.png);
    min-height: 4px;
    background-color: #15375C;
    /* background-repeat: no-repeat; */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

input.form-control:focus,
input.form-control:hover,
textarea.form-control:focus,
textarea.form-control:hover,
select.form-select:focus,
select.form-select:hover {
    border-color: #15375C;
    box-shadow: 0 0 0 0.2rem rgba(21, 55, 92, 0.25);
    outline: none;
}

.form-group {
    margin: 10px 6px;
}

.lefthand {
    width: 350px !important;
    position: absolute;
    padding: 0 !important;
    left: 0;
}

.righthand {
    width: 350px !important;
    position: absolute;
    right: 0;
    padding: 0 !important;
}

.title {
    font-size: 34px;
}

.banner .middlecontent h2 {
    color: white;

    margin-top: 24px;
}

.banner .middlecontent p {
    color: #E2DEDC;
    margin-top: 20px;
}


.formshadow label {
    color: #000000;
    font-size: 18px;
    font-weight: 500;

}

.formshadow input {
    border: 1.4px solid #E6E9FC !important;
    color: #000000;
    display: block;
    padding: 10px;
    width: 100%;
}

.formshadow .boxnumber {
    border: 1.4px solid #E6E9FC;
    height: 34px;
    border-radius: 6px;
    width: 45px;
}


.clientbg {
    background-image: url('./assets/cleintbg.png');
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
}


.uppercontent {
    position: absolute;
    top: -30px;
}



.badge {
    background-color: #15375C;
    color: white;
    width: max-content;
    font-size: 14px;
    padding: 6px 16px;
    border-radius: 20px;

}

.uppercontent h3 {
    color: #000000;
    font-size: 30px;
}

.uppercontent p {
    color: #939394;
    font-size: 16px;
}


.countdowncontent {
    position: absolute;
    bottom: 10px;
    width: 50%;

}

.countdowncontent h4 {
    background: linear-gradient(180deg, #FFFFFF 54.69%, rgba(248, 254, 252, 0) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 54px;
}

.countdowncontent p {
    color: white;
}

.readmore {
    border: 1px solid #FFFFFF !important;
    color: white !important;
    padding: 10px 30px;

    font-size: 14px;

}

.aboutright h6 {
    color: white;
    margin-top: 20px;
    font-size: 14px;
}

.space {
    margin: 3rem 0;

}


.aboutright h3 {
    color: white;
    font-size: 20px;
    margin-bottom: 20px;

}

.allday {
    font-size: 26px !important;
}

.toprelative {
    position: relative;
    bottom: 24px;
}

.technology h3 {
    color: #000000;

}

.technology p {
    color: #18191F;
    font-size: 14px;
    font-weight: 400;
}

.servicesection p {
    font-size: 14px;
}

.service-box {
    padding: 20px;
    border-radius: 12px;
    height: 100%;
}

.img-max-height {
    min-height: 400px;
    max-height: 400px;
}

.circle_img {
    position: absolute;
    left: 0px;
    bottom: -150px;

}

.blankcolumn {
    position: relative;
}

.dotimg {
    position: absolute;
    top: 6px;
    left: 118px;
    z-index: 91;
}


.factsection {
    color: #18191F;
    font-size: 18px;
}


.factbox img {
    width: 100px;
}


.cleintbox {
    box-shadow: 0px 0px 242.5px 0px #1213141C;
    background-color: white;
    padding: 14px;
    height: 100%;
    border-radius: 10px;
    width: max-content;

}


.cleintbox img {
    width: 100px;
}

.collaboratesection {
    overflow: hidden;
}


.custom-arrow {
    position: absolute;
    top: 40%;
    font-size: 24px;
    cursor: pointer;
    color: black;
}

.apptech {
    overflow: hidden;
    position: relative;
}

/* .slick-prev {
  left: 45% !important;

  top: 100% !important;


} */


/* .slick-next {
  right: 45% !important;


  top: 100% !important;


} */

/* .slick-next:before {
  content: url(./assets/rightangel.png) !important;
}

.slick-prev:before {
  content: url(./assets/leftangel.png) !important;
} */

.blur {
    background: #65656570;
    backdrop-filter: blur(20px);
    /* border-radius: 0 0 20px 20px; */
}


.apptechicon {
    width: 20px;
}

.contactbg {
    background-image: url(./assets/contactbg.png);
    height: 450px;
    background-repeat: no-repeat;
    background-size: cover;
}

/* .apptech img {
  border-radius: 20px !important;
} */


.footersection .para {
    color: #BDBDBD;
    margin-top: 16px;
}


.footersection ul {
    list-style: none;

}

.footersection ul a {
    text-decoration: none;
}

.footersection ul li {
    margin-top: 10px;
}


.twitter-icon {
    width: 40px;
    height: 40px;
    background-image: url(https://www.franticpro.com/assets_new/MainWebsiteAssets/assets/Image/twitter.svg);
    background-size: cover;
    background-repeat: no-repeat;
    transition: background-image 0.6s ease;
}


.twitter-icon:hover {
    background-image: url(https://www.franticpro.com/assets_new/MainWebsiteAssets/assets/Image/filltwitter.svg);
}

.facebook-icon {
    width: 40px;
    height: 40px;
    background-image: url(https://www.franticpro.com/assets_new/MainWebsiteAssets/assets/Image/facebook.svg);
    background-size: cover;
    background-repeat: no-repeat;
    transition: background-image 0.6s ease;
}

.facebook-icon:hover {
    background-image: url(https://www.franticpro.com/assets_new/MainWebsiteAssets/assets/Image/fillfacebook.svg);
}


.instagram-icon {
    width: 40px;
    height: 40px;
    background-image: url(https://www.franticpro.com/assets_new/MainWebsiteAssets/assets/Image/instagram.svg);
    background-size: cover;
    background-repeat: no-repeat;
    transition: background-image 0.6s ease;
}

.instagram-icon:hover {
    background-image: url(https://www.franticpro.com/assets_new/MainWebsiteAssets/assets/Image/fillinstagram.svg);
}

.linkedin-icon {
    width: 40px;
    height: 40px;
    background-image: url(https://www.franticpro.com/assets_new/MainWebsiteAssets/assets/Image/linkedin.svg);
    background-size: cover;
    background-repeat: no-repeat;
    transition: background-image 0.6s ease;
}

.linkedin-icon:hover {
    background-image: url(https://www.franticpro.com/assets_new/MainWebsiteAssets/assets/Image/filllinkdin.svg);
}


.pinterest-icon {
    width: 40px;
    height: 40px;
    background-image: url(https://www.franticpro.com/assets_new/MainWebsiteAssets/assets/Image/pinterest.svg);
    background-size: cover;
    background-repeat: no-repeat;
    transition: background-image 0.6s ease;
}


.pinterest-icon:hover {
    background-image: url(https://www.franticpro.com/assets_new/MainWebsiteAssets/assets/Image/fillpinterest.svg);
}


.calended-icon {
    width: 30px;
    margin-top: 6px;
    height: 30px;
    background-image: url(https://www.franticpro.com/assets_new/MainWebsiteAssets/assets/Image/calend.svg);
    background-size: cover;
    background-repeat: no-repeat;
    transition: background-image 0.6s ease;
}

.calended-icon:hover {
    background-image: url(https://www.franticpro.com/assets_new/MainWebsiteAssets/assets/Image/hover.svg);
}

.modal-content {
    border-radius: 30px !important;
}

.modal-body {
    padding: 30px;
}

.footersection p {
    color: #BDBDBD;
    font-size: 14px;
}



/* From Uiverse.io by Nawsome */

.loader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    backdrop-filter: blur(5px);
    background-color: rgba(255, 255, 255, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.loader {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    width: 160px;
    height: 100px;
    margin-left: -80px;
    margin-top: -50px;
    border-radius: 5px;
    background: #1e3f57;
    animation: dot1_ 3s cubic-bezier(0.55, 0.3, 0.24, 0.99) infinite;
}

.loader:nth-child(2) {
    z-index: 11;
    width: 150px;
    height: 90px;
    margin-top: -45px;
    margin-left: -75px;
    border-radius: 3px;
    background: #3c517d;
    animation-name: dot2_;
}

.loader:nth-child(3) {
    z-index: 12;
    width: 40px;
    height: 20px;
    margin-top: 50px;
    margin-left: -20px;
    border-radius: 0 0 5px 5px;
    background: #6bb2cd;
    animation-name: dot3_;
}

@keyframes dot1_ {

    3%,
    97% {
        width: 160px;
        height: 100px;
        margin-top: -50px;
        margin-left: -80px;
    }

    30%,
    36% {
        width: 80px;
        height: 120px;
        margin-top: -60px;
        margin-left: -40px;
    }

    63%,
    69% {
        width: 40px;
        height: 80px;
        margin-top: -40px;
        margin-left: -20px;
    }
}

@keyframes dot2_ {

    3%,
    97% {
        height: 90px;
        width: 150px;
        margin-left: -75px;
        margin-top: -45px;
    }

    30%,
    36% {
        width: 70px;
        height: 96px;
        margin-left: -35px;
        margin-top: -48px;
    }

    63%,
    69% {
        width: 32px;
        height: 60px;
        margin-left: -16px;
        margin-top: -30px;
    }
}

@keyframes dot3_ {

    3%,
    97% {
        height: 20px;
        width: 40px;
        margin-left: -20px;
        margin-top: 50px;
    }

    30%,
    36% {
        width: 8px;
        height: 8px;
        margin-left: -5px;
        margin-top: 49px;
        border-radius: 8px;
    }

    63%,
    69% {
        width: 16px;
        height: 4px;
        margin-left: -8px;
        margin-top: -37px;
        border-radius: 10px;
    }
}

.mobileclient {
    display: none;
}


@media (min-width:769px) and (max-width:1100px) {
    .title {
        font-size: 24px;
    }





    .middlecontent p {
        font-size: 16px;
    }

    .lefthand,
    .righthand {
        width: 230px !important;
    }

    .techbox h4 {
        font-size: 18px;
    }


}


@media (min-width:1100px) {

    .lefthand,
    .righthand {
        max-width: 300px !important;
    }

    .clientimg {
        position: absolute;
        /* position: relative; */
        max-width: 180px;
        bottom: 0;
    }
}

.techbox {
    justify-content: center;
}

@media (max-width:500px) {
    .countdowncontent h4 {
        font-size: 20px !important;
    }

    .extraspace,
    .space {
        margin: 2rem 0 !important;
    }

    .countdowncontent p {
        font-size: 12px !important;
    }

    .techbox {
        justify-content: start !important;
    }

    .badge {
        margin-top: 10px;
    }

    .techimg.phpimg {
        width: 80px;
    }

    .techbox {
        margin: 6px;
    }

    .form-group {
        margin: 6px 2px;
    }


    .form-group label {
        font-size: 14px;
    }

    .form-group input {
        font-size: 14px;
    }

    .circle_img {
        display: none;
    }


    .aboutright h3 {
        font-size: 14px;
    }

    .readmore {
        padding: 6px 20px !important;
        font-size: 12px !important;
    }

    .countdowncontent {
        bottom: -140px !important;
        left: 10px !important;
    }

    .clientbg {
        display: none !important;
    }

    .mobileclient {
        display: block !important;
    }


}


@media (max-width:768px) {
    .title {
        font-size: 24px;
    }

    .middlecontent p {
        font-size: 14px;
    }



    .factbox {
        text-align: center;
    }

    .servicesection .col-md-3 {
        margin-bottom: 10px;
    }

    .countdowncontent h4 {
        font-size: 38px;
    }

    .countdowncontent p {
        font-size: 14px;
    }

    .logosection {
        justify-content: center;
        width: 100%;
        margin-bottom: 10px;
    }

    .clientimg {
        position: relative;
        left: 20px;
        top: 16px;
    }

    .collabrateimg,
    .blankcolumn {
        display: none;
    }

    .collaboratesection {
        padding: 3rem 0;
    }

    .circle_img {
        left: -49px;

    }

    .lefthand,
    .righthand {
        display: none !important;
    }

    .rightsection {
        justify-content: space-between;
        width: 100%;
    }

    .header .rightsection img,
    .header .rightsection img.phoneicon {
        width: 10px;
    }

    .allday {
        font-size: 14px !important;
    }



    .toprelative {
        bottom: 10px;
    }

    .header small {
        font-size: 10px;
    }

    .banner .col-md-3 {
        display: none;
    }
}


.marquee {
    display: flex;
    overflow: hidden;
    white-space: nowrap;
    padding: 14px 0;
}

.marquee-content {
    display: inline-flex;
    animation: marquee 20s linear infinite;
}

.marquee-content span {
    color: #fff;
    font-size: 18px;
    margin-right: 20px;
}

@keyframes marquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}