﻿@font-face {
    font-family: 'inter-bold';
    src: url('../fonts/inter-bold.ttf') format('truetype');
}
@font-face {
    font-family: 'inter-light';
    src: url('../fonts/inter-light.ttf') format('truetype');
}
@font-face {
    font-family: 'inter-medium';
    src: url('../fonts/inter-medium.ttf') format('truetype');
}
@font-face {
    font-family: 'inter-regular';
    src: url('../fonts/inter-regular.ttf') format('truetype');
}

.bannerStyle {
    padding-left: 40px;
    padding-right: 40px;
}

.hero {
    margin-top: 20px;
    border-radius: 30px;
}
.h1Banner{
    color:white;
}
.pBanner{
    color:white!important;
    font-size:22px!important;
}
.hero .btn-get-started {
    border-radius: 50px;
    padding: 5px 10px 5px 20px !important;
    font-size: 20px;
    font-weight: bold;
    background: #3B5AA8;
}
.heroi {
    background: white;
    color: #3B5AA8;
    border-radius: 50%;
    margin-left: 50px !important;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
}
.fixed-top{
    position:absolute;
}

.social-icons {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-left: 40px;
}
.services .service-item img {
    font-size: 20px;
    padding: 10px 10px;
    border-radius: 4px;
    position: relative;
    margin-bottom: 25px;
    display: inline-block;
    line-height: 0;
    transition: 0.3s;
    color: white;
    background: #3B5AA8;
    border-radius: 50%;
}

    .social-icons a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 35px; /* Set the size of the icon container */
        height: 35px;
        background-color: white; /* White background */
        border-radius: 50%; /* Circular shape */
        text-decoration: none;
        color: #3B5AA8; /* Blue icon color */
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Optional shadow for effect */
        transition: all 0.3s ease; /* Smooth hover transition */
    }

        .social-icons a:hover {
            background-color: #3B5AA8; /* Change background on hover */
            color: white; /* Change icon color on hover */
        }
.social-icons i{
    font-size:20px;
}
.imgABout {
    height: 550px;
    border-top-right-radius: 190px;
    border-top-left-radius: 20px;
    border-bottom-left-radius:20px;
    border-bottom-right-radius:20px;
}
.PTitleAbout {
    color: #6FC177;
    background-color: rgba(111, 193, 119, 0.2);
    border-radius: 200px;
    padding: 10px 20px;
    text-align: center;
    transition: all 0.3s ease;
    width: 190px;
    font-weight: bold;
    font-size: 20px;
}
.h1About {
    color: #063568;
    font-weight: bold;
    font-size: 2.5rem;
    text-align: left;
}
.DivMobilee{
    display:none;
}
.h1About2 {
    color: #063568;
    font-weight: bold;
    font-size: 2.5rem;
    text-align: left;
}
.h3Service {
    color: #063568;
    font-weight: bold!important;
}
.pAbout {
    color: #063568;
    font-size: 20px;
    text-align: left;
}
.pService {
    color: #063568;
    font-size: 20px;
}
.pUnderService {
    color: #063568;
    font-size: 22px;
}
.h1underService {
    color: #063568;
    font-weight: bold;
    font-size: 3rem;
}

.icon-style {
    display: inline-block;
    background-color: #3B5AA8; /* Blue background */
    color: white; /* Icon color */
    border-radius: 50%; /* Make the icon circular */
    width: 40px; /* Set width of the circular area */
    height: 40px; /* Set height of the circular area */
    line-height: 40px; /* Align icon vertically */
    text-align: center; /* Center the icon horizontally */
    font-size: 20px; /* Adjust the icon size */
    margin-right: 10px; /* Space between icon and text */
}

.main-title {
    font-weight: bold!important;
    margin-bottom: 8px; /* Add space below the heading */
    display: flex; /* Align icon and text */
    align-items: center; /* Center icon and text vertically */
    color: #063568;
    margin-bottom:0!important;
}


.description {
    margin-top: 0 !important;
    font-size: 15px; /* Adjust paragraph font size */
    color: #063568; /* Set text color */
    line-height: 1.6; /* Improve readability */
    margin-top: 0 !important;
}
.divMargin{
    margin-top:5px;
}
.imagerotatet {
    height: 300px;
    object-fit: cover;
    border-top-left-radius: 200px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}
.divPaddingUnderSERVICE{
    padding-bottom:30px!important;
}
.imgTeam, .above-img {
    height: 610px;
    width: 100%; /* Both images now fit within the container */
/*    object-fit: cover;*/
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

.above-img {
    z-index: 1; /* Ensures the above image appears on top */
}

.box {
    display: flex;
    margin-bottom: 20px;
    text-align: center;
    padding: 20px 10px;
    background-color: #e4e8ed;
    border-top-left-radius: 30px;
    border-top-right-radius: 100px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

.box-img {
    max-width: 100%;
    height: 150px;
    border-radius: 20px;
    width: 150px;
    object-fit: cover;
}

.box-title {
    margin-top: 10px;
    text-align: left;
    font-size: 22px;
    font-weight: bold;
    color: #063568;
    font-weight: bold;
    margin-bottom: 5px;
    padding-left: 20px;
}

.box-description {
    text-align: left;
    margin-bottom: 0 !important;
    color: #063568;
    font-size: 20px;
    padding-left: 20px;
}

@media only screen and (min-width: 1025px) and (max-width: 1390px) {
    .box-description {
        font-size: 15px!important;
    }
    .box-img {
        height: 125px!important;
    }
    .imgTeam, .above-img {
        height: 535px!important;
    }
    .pService{
        font-size:16px!important;
    }
    .services .service-item h3{
        font-size:18px!important;
    }
    .h1underService{
        font-size:2.5rem!important;
    }
    .paddingSocialMedia{
        margin-top:1.7rem!important;
    }
    .description{
        font-size:13px!important;
    }
    .box-title{
        font-size:20px!important;
    }
}
.section2{
    padding:30px 0 0 0!important;
}
.section3 {
    padding: 30px 0 60px 0 !important;
}
.backgroundDiv {
    background-color: #e4e8ed;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    padding: 50px 150px 50px 150px;
}
.formMe{
    border-radius:40px;
}
.lblForm {
    font-size: 18px;
    font-weight: bold;
    color: #063568;
}
.btnMe {
    width: 100%;
    border-radius: 40px;
    text-align: center;
    background: #3B5AA8;
    border-color: #3B5AA8;
}

    .btnMe:hover {
        background: #6FC177 !important;
        color: white !important;
        border-color: #6FC177!important;
    }

.section-title2{
    padding-block:20px!important;
}

.FooterStyle {
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
  
}

.h1footer {
    color: white;
    font-weight: bold;
    font-size: 3rem;
}

.pFooter {
    color: #063568;
    font-size: 22px;
    text-align: left;
    color: white;
    font-weight: normal !important;
}

.btn-get-started2 {
    border-radius: 50px;
    padding: 5px 10px 5px 20px !important;
    font-size: 22px;
    font-weight: bold;
    background: white !important;
    color: #063568;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
}
    .btn-get-started2:hover {
        background: #6FC177 !important;
        color: white !important;
        border-color: #6FC177!important;
    }
        .btn-get-started2:hover i {
            background-color: white!important;
            color: #6FC177!important
        }
.heroi2 {
    background: #3B5AA8;
    color: white;
    border-radius: 50%;
    margin-left: 50px !important;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
}
.navmenu2 {
    padding: 18px 12px;
    font-size: 18px;
    font-family: inter-regular;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
    justify-content: right !important;
}
.ullists {
    
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}

.navmenu2 a{
    color: white;
   
    font-size: 18px;
    font-family: inter-regular;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
}
.apadding1 {
    padding: 18px 20px;
}
.apadding2 {
    padding: 18px 20px;
}
.apadding3 {
    padding: 18px 0px 18px 20px;
}
.social-icons2 {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: right;
    margin-left: 40px;
}

    .social-icons2 a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 45px; /* Set the size of the icon container */
        height: 45px;
        background-color: white; /* White background */
        border-radius: 50%; /* Circular shape */
        text-decoration: none;
        color: #3B5AA8; /* Blue icon color */
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Optional shadow for effect */
        transition: all 0.3s ease; /* Smooth hover transition */
    }

   

    .social-icons2 i {
        font-size: 25px;
    }

.imagefooter{
    width:100px;
}
.hrFooter {
    margin: 2rem 0 0.5rem 0 !important;
    color: white;
    opacity: 1;
    border-top:3px solid white;
}
.footer .copyright {
    padding-bottom: 10px !important;
}
.navmenu3{
    display:flex;
    justify-content:right;
}
.ulnavmenu3{
    display:flex;
    list-style:none;
}

.list1, .list2 {
    color: white;
    font-size: 20px;
    margin-right: 40px;
}
.list3 {
    color: white;
    font-size: 20px;
}

@media only screen and (max-width: 500px) {
    .bannerStyle {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .social-icons {
        display: none !important;
    }

    .header {
        padding: 50px 20px 20px 20px !important;
    }

    .mobile-nav-toggle {
        color: white !important;
    }

   /* .hero {
        min-height: 70vh !important;
    }*/

    .btn-get-started {
        width: 260px !important;
    }

    .sectionBanner {
        padding-top: 20px !important;
    }

    .container {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .h1About {
        font-size: 1.5rem !important;
    }

    .h1About2 {
        font-size: 1.5rem !important;
    }

    .pAbout {
        font-size: 16px !important;
    }

    .about .content {
        padding-right: 0 !important;
    }

    .imgABout {
        height: 450px !important;
        margin-top: 20px;
    }

    .sectionServices {
        padding-top: 10px !important;
    }

    .section-title {
        padding-bottom: 20px !important;
    }

    .divDIsplay {
        display: flex;
    }

    .pService {
        text-align: left;
        font-size:15px!important;
    }

    .h3Service {
        text-align: left;
        margin-left: 10px;
    }

    .services .service-item {
        border-top-right-radius: 100px !important;
    }

    .pricingSection {
        padding-top: 0 !important;
    }

    .h1underService {
        font-size: 1.5rem !important;
    }

    .imagerotatet {
        height: auto !important;
        border-top-left-radius: 70px;
        border-top-right-radius: 20px;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }

    .section2 {
        padding-top: 0 !important;
    }

    .divDesktopp {
        display: none !important;
    }

    .DivMobilee {
        display: block !important;
        position: relative;
        height: auto!important;
        padding:0!important;
    }

    .imgTeam2, .above-img2 {
        height: auto !important;
        width: 100%; 
        object-fit: cover;
    }

    .rowdiv {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .divpaddingteam {
        padding: 0 !important;
    }

    .box-img {
        height: 110px !important;
        width: 110px !important;
    }

    .box {
        border-top-left-radius: 10px !important;
        border-top-right-radius: 60px !important;
        border-bottom-left-radius: 10px !important;
        border-bottom-right-radius: 10px !important;
    }

    .box-title {
        font-size: 18px !important;
        padding-left: 20px !important;
    }

    .box-description {
        font-size: 14px !important;
        padding-left: 20px !important;
    }

    .section3 {
        padding-top: 0 !important;
    }

    .backgroundDiv {
        padding: 20px !important;
        border-top-left-radius: 20px;
        border-top-right-radius: 80px !important;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }

    .formMeTextarea {
        height: 300px;
        border-radius: 30px !important;
        margin-top: 20px;
    }

    .FooterStyle {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .footer {
        border-top-left-radius: 20px !important;
        border-top-right-radius: 80px !important;
        border-bottom-left-radius: 20px !important;
        border-bottom-right-radius: 20px !important;
    }

    .h1footer {
        text-align: center;
        font-size: 1.5rem !important;
    }

    .pFooter {
        font-size: 16px !important;
    }

    .ForMobile {
        display: inline-block !important;
    }

    .navmenu2 a {
        font-size: 18px !important;
        padding: 0 10px 0 0 !important;
        line-height: 45px;
    }

    .ullists {
        display: inline-block !important;
    }

    .navmenu2 {
        display: block !important;
        padding: 10px 0px !important;
        white-space: normal !important;
    }

    .forMob {
        display: inline-block !important;
    }

    .footer-contact {
        padding-top: 0 !important;
    }

    .paddingSocialMedia {
        padding: 10px !important;
    }

    .social-icons2 {
        margin-left: 0 !important;
        justify-content: center !important;
    }

    .list3 {
        font-size: 16px !important;
        display: inline;
    }

    .list1, .list2 {
        font-size: 16px !important;
        margin-right: 10px !important;
        display: inline;
    }

    .imagefooter {
        width: 60px !important;
    }

    .ulnavmenu3 {
        list-style: none;
        width: 100%;
        display: inline-block !important;
        padding-left: 0 !important;
        margin-left: 28px;
        margin-top: 2px;
    }
    .PTitleAbout {
        font-size: 18px !important;
    }
}
.ForMobile{
    display:none;
}
@media only screen and (min-width: 0) and (max-width: 390px) {
    .h3Service {
        text-align: left;
        margin-left: 10px;
        font-size: 18px !important;
        margin-top: 6px;
    }
    .PTitleAbout{
        font-size:18px!important;
    }
    .navmenu2 a {
        font-size: 16px !important;
        padding: 0 10px 0 0 !important;
    }
    .box-title {
        padding-left: 10px !important;
    }

    .box-description {
        padding-left: 10px !important;
    }
    .list1, .list2 {
        font-size: 13px !important;
        margin-right: 5px;
        display: inline;
    }

    .list3 {
        font-size: 13px !important;
        display: inline;
    }
    .ulnavmenu3 {
        list-style: none;
        width: 100%;
        display: inline-block !important;
        padding-left: 0 !important;
        margin-left: 20px!important;
        margin-top: 2px;
    }
}


@media only screen and (min-width: 500px) and (max-width: 980px) {
    .social-icons {
        display: none !important;
    }
    .header {
        padding: 50px 50px 20px 50px!important;
    }
    .mobile-nav-toggle{
        color:white!important;
    }
    .hero {
        min-height: 70vh !important;
    }
    .about .content {
        padding-right: 0 !important;
    }
    .imgABout{
        height:696px!important;
    }
    .h1underService{
        font-size:2rem!important;
    }

    .divDesktopp {
        display: none !important;
    }

    .DivMobilee {
        display: block !important;
        position: relative;
        height: auto;
        margin-bottom:30px;
    }

    .imgTeam2, .above-img2 {
        height: auto;
        width: 100%; /* Both images now fit within the container */
        object-fit: cover;
        border-top-left-radius: 20px;
        border-top-right-radius: 200px;
        border-bottom-right-radius: 20px;
    }
    .backgroundDiv{
        padding:30px!important;
    }
    .pFooter{
        font-size:16px!important;
    }
    .apadding2 {
        padding: 18px 10px!important;
    }
    .apadding1 {
        padding: 18px 10px!important;
    }
    .apadding3 {
        padding: 18px 0px 18px 10px!important;
    }
}