* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Public Sans", sans-serif;
}
html {
  scroll-behavior: smooth !important;
}
body {
    overflow-x: hidden;
}
html body ul, html body li {
    list-style: none;
}
html body p, html body label, html body li, html body ul {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #000000;
    margin: 0 0 20px 0;
    padding: 0;
}
html body h1, html body h2, html body h3, html body h4, html body h5, html body h6{
    padding: 0;
    text-transform: uppercase;
    line-height: normal;
}
html body h1 {
    font-size: 39px;
    color: #1F1F1F;
    font-weight: 800;
    margin: 0 0 20px 0;
}
html body h2 {
    font-size: 39px;
    color: #1F1F1F;
    font-weight: 800;
    margin: 0 0 20px 0;
}
html body h3{
    font-size: 32px;
    color: #1F1F1F;
    font-weight: 800;
    margin: 0 0 20px 0;
}
html body h4 {
    font-size: 25px;
    color: #000;
    margin: 0 0 20px 0;    
}
html body h5 {
    font-size: 20px;
    margin: 0 0 15px 0; 
}
html body h6 {
    font-size: 22px;
    color: #30BBE2;
    line-height: 32px;
}
.clr-changed-red {
    color: #FF3A25;
}
.clr-changed-blue {
    color: #30BBE2;
}
.fw-bold {
    font-weight: 600;
}
.bg-dark-clr{
    background-color: #1E1E1E;
}
a{
    text-decoration: none;
}
a.primary-btn {
    background: #FF3A25;
    padding: 8px 35px;
    color: #fff;
    border-radius: 6px;
    border: 1px solid #FF3A25;
    transition: 0.5s ease-in-out;
    min-width: 165px;
    display: flex;
    justify-content: center;
    align-items: center;
}
a.primary-btn:hover {
    background: transparent;
    transition: 0.5s ease-in-out;
    color: #FF3A25;
    border: 1px solid #FF3A25;
}
button.primary-btn {
    background: #FF3A25;
    padding: 8px 35px;
    color: #fff;
    border-radius: 6px;
    border: 1px solid #FF3A25;
    transition: 0.5s ease-in-out;
    min-width: 165px;
    display: flex;
    justify-content: center;
    align-items: center;
}
button.primary-btn:hover {
    background: transparent;
    transition: 0.5s ease-in-out;
    color: #FF3A25;
    border: 1px solid #FF3A25;
}
a.secondary-btn {
    background: transparent;
    padding: 8px 35px;
    color: #FF3A25;
    border-radius: 6px;
    border: 1px solid #FF3A25;
    transition: 0.5s ease-in-out;
    min-width: 165px;
    display: flex;
    justify-content: center;
    align-items: center;
}
a.secondary-btn:hover {
    background: #FF3A25;
    transition: 0.5s ease-in-out;
    color: #fff;
    border: 1px solid #FF3A25;
}
::-webkit-scrollbar {
    width: 7px;
}
::-webkit-scrollbar-track {
    background-color: rgba(3, 4, 94, 0.25);
    -webkit-border-radius: 10px;
    border-radius: 0px;
}
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 0px;
    background: #FF3A25;
}
.section{
    padding: 100px 0 100px 0;
    display: inline-block;
    width: 100%;
}
.section-70{
    padding: 70px 0 70px 0;
    display: inline-block;
    width: 100%;
}
.main-header-section {
    display: inline-block;
    width: 100%;
    padding: 20px 0 20px 0;
}
header.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
    transition: 0.5s ease;
}
.main-header-section.fixed {
    background: #f5f5f5;
}
.banner-section {
    padding: 100px 0 200px 0;
}
img.img-fluid.bannerimage {
    position: absolute;
    top: 50px;
    right: 0;
    z-index: -1;
}
img.img-fluid.left-animated-image {
    position: absolute;
    bottom: 10%;
    left: 14%;
    animation: rotation 10s infinite linear;
    z-index: 1;
}
img.img-fluid.centered-animated-image {
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    margin: auto;
    animation: rotation 10s infinite linear;
    z-index: 1;
}
@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}
.head-btn-box {
    display: flex;
    gap: 26px;
    justify-content: end;
}
ul.icon-list {
    display: flex;
    justify-content: end;
    gap: 26px;
}
ul.icon-list li a {
    display: flex;
    gap: 10px;
    align-items: center;
    color: #000;
    font-weight: 600;
}
ul.icon-list li a i {
    color: #FF3A25;
    font-size: 20px;
}
ul.banner-list-items li img {
    padding: 0 15px 0 0;
}
.double-btn-box {
    display: flex;
    gap: 30px;
}
form {
    background: #fff;
    padding: 45px;
    border-radius: 20px;
}
.form-control {
    background: #F5F5F5;
    padding: 12px;
    border-radius: 5px;
    color: #363636;
    border: 1px solid #f5f5f5;
    resize: none;
}
.form-control::placeholder {
    color: #363636;
}
.form-control:focus {
    color: #363636;
    background-color: transparent;
    border-color: #F5F5F5;
    outline: 0;
    box-shadow: none;
}
.iti {
    width: 100%;
}
.iti__country-list li {
    margin: 0;
    font-size: 14px;
}
.services-cards-row.row {
    --bs-gutter-y: 1.5rem;
    padding: 30px 0 0 0;
}
.services-card {
    padding: 25px;
    background: #fff;
    border-radius: 20px;
    transition: 0.5s ease;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 6px;
}
.services-card:hover {
    transition: 0.5s ease;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; 
}
.card-head {
    display: flex;
    align-items: center;
    padding: 0 0 30px 0;
    gap: 20px;
}
.card-head img {
    width: 75px;
    height: 75px;
    object-fit: contain;
}
.services-card ul.banner-list-items li {
    display: flex;
    align-items: center;
    font-size: 14px;
}
.services-card a{
    background-color: #30BBE2;
    border: 1px solid #30BBE2;
    padding: 15px 35px;
}
img.img-fluid.circleanimated {
    position: absolute;
    top: 6%;
    right: 2%;
    animation: rotation 10s infinite linear;
}
.slider-section {
    padding: 70px 20px 0 20px;
}
.swiper-slide{
    text-align: center;
}
.icon-list-box ul{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 20px;
    padding: 30px 0 0 0;
}
img.laptopimage {
    position: absolute;
    top: -65px;
}
img.clr-circle-icon {
    position: absolute;
    bottom: 15%;
    animation: rotation 10s infinite linear;
    right: 90%;
}
.case-studies-section .swiper {
    width: 100%;
    height: 100%;
    overflow: initial;
}
.case-studies-cards-row .swiper-wrapper {
    padding: 100px 0 0 0;
}
.main-case-study-box {
    padding: 200px 50px 50px 50px;
    border-radius: 15px;
    text-align: left;
}
.inner-case-study-box {
    display: flex;
    gap: 50px;
}
.left-col, .right-col {
    width: 50%;
}
.left-col ul li, .right-col ul li {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dashed #fff;
}
.right-col ul, .left-col ul, .left-col ul li:last-child, .right-col ul li:last-child {
    margin-bottom: 0px;
}
.swiper-button-next, .swiper-button-prev {
    right: 0 !important;
    left: initial;
    top: 20px;
    padding: 15px;
    width: 50px;
    height: 50px;
    border: 3px solid #FF3A25;
    border-radius: 50px;
}
.swiper-button-prev {
    right: 80px !important;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 25px;
    color: #FF3A25;
}
.cta-inner-section ul.double-btn-box a.secondary-btn {
    background: #fff;
}
.cta-inner-section ul.double-btn-box a.secondary-btn:hover {
    color: #FF3A25;
    background: transparent;
}
footer{
    background: #001A40;
}
.modal-body {
    padding: 50px;
}



@media screen and (max-width: 1600px) {
    .banner-section {
        padding: 50px 0 100px 0;
    }
    img.img-fluid.bannerimage {
        opacity: 0.3;
    }
    img.img-fluid.left-animated-image {
        left: 2%;
    }
    img.clr-circle-icon {
        max-width: 15%;
        bottom: 15%;
        right: 94%;
    }
}
@media screen and (max-width: 1440px) {
    img.img-fluid.left-animated-image {
        bottom: 0%;
    }
    img.clr-circle-icon {
        bottom: -15%;
        right: 90%;
    }
    .services-card {
        height: 100%;
    }
}
@media screen and (max-width: 1366px) {
    .section {
        padding: 50px 0 50px 0;
    }
    html body h1 {
        font-size: 32px;
    } 
    html body h2 {
        font-size: 30px;
    }
    html body h3 {
        font-size: 26px;
    }
    img.img-fluid.circleanimated {
        max-width: 10%;
    }
    img.laptopimage{
        top: 80px;
        max-width: 60%;
    }
    html body h4 {
        font-size: 20px;
    } 
    img.img-fluid.centered-animated-image {
        max-width: 5%;
    }
    img.img-fluid.left-animated-image {
        max-width: 3%;
    }
}


@media screen and (max-width: 1024px) {

    br{
        display: none;
    }
    .main-case-study-box {
        padding: 100px 20px 20px 20px;
    }
    html body h3 {
        font-size: 18px;
    }
    html body h5 {
        font-size: 16px;
    }
    .inner-case-study-box {
        display: flex;
        gap: 20px;
        flex-direction: column;
    }
    .left-col, .right-col {
        width: 100%;
    }
    .title-row {
        flex-direction: column;
    }
    .section-title-box {
        text-align: center;
    }
   .centered-image {
        display: none;
    } 
    .icon-list-box ul {
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(1, 1fr);
        gap: 0;
    }
   .icon-list-box ul li {
        text-align: center;
    } 
    img.img-fluid.bannerimage {
        display: none;
    }
    form {
        margin-top: 30px;
        padding: 20px 20px;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 6px;
    }
    img.img-fluid.centered-animated-image {
        bottom: -20px;
    }
    a.navbar-brand img {
        max-width: 200px;
    }
    header .head-btn-box {
        display: none;
    }
    header ul.icon-list{
        margin: 0;
    }
    .section {
        padding: 30px 0 30px 0;
    } 
    .double-btn-box {
        gap: 15px;
        flex-direction: column;
    }
    ul.banner-list-items li img {
        max-width: 40px;
    }
    .swiper-button-next, .swiper-button-prev {
        display: none;
    } 
    .case-studies-cards-row .swiper-wrapper {
        padding: 40px 0 0 0;
    }
    .why-choose-cards-row .col-lg-3 {
        display: none;
    }
    .why-choose-cards-row .col-lg-9 {
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .services-card .card-body a.primary-btn.mt-5 {
        margin-top: 10px !important;
    }
    html body h1 {
        font-size: 25px;
    }
    html body h2 {
        font-size: 22px;
    }
    html body p, html body label, html body li, html body ul {
        font-size: 14px;
    } 
    header .container-fluid.p-0 {
        justify-content: center;
        gap: 10px;
    }
    .main-case-study-box {
        padding: 20px 20px 20px 20px;
    }
    .banner-section {
        padding: 10px 0 0px 0 !important;
    }
    .modal-body {
        padding: 20px;
    }
    .form-control {
        font-size: 14px;
    }
    .modal-body .row img.img-fluid {
        max-width: 200px;
    }
    .modal-body .row .col-lg-6:first-child {
        margin: 0 0 -30px 0;
    }
}

@media screen and (max-width: 375px) {
    ul.banner-list-items li {
        font-size: 12px !important;
    }
    ul.banner-list-items li img {
        max-width: 25px;
    }
    ul.banner-list-items li img {
        padding: 0 5px 0 0;
    }
    ul.icon-list li a {
        font-size: 12px;
    }
}
