/* || GENERAL STYLES */

* {
    margin: 0;
    padding: 0;
    font-family: 'DM Sans', sans-serif;
    box-sizing: border-box;
    text-decoration: none;
  }
  
body {
  background-color: #ffffff;
  width: 100%;
  height: calc(100% -100px);
  margin-top: 100px;
}

button {
    cursor: pointer;
}


/* || Header and Main Navigation */
.menu-wrapper {
    display: none;
}

header {
    width: 100%;
    height: 100px;
    display: flex;
    flex-direction: row;
    align-items: center;
    position: fixed;
    top: 0;
    background-color: #ffffff;
}

.wrapper {
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
}

.nav-items {
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
}

.logo {
    padding-left: 10px;
    padding-right: 210px;
}

.logo img {
    width: 229px; 
    height: 60px; 
}

.nav-items {
    gap: 45px;
    padding-right: 215px;
}

.hamburger {
    display: none;
}

header nav ul li {
    padding: 15px 0px;
    list-style: none;
}

header nav ul li a {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #4F4F4F; 
    cursor: pointer;
}

.nav-home, .nav-services, .nav-products, .nav-company {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 700;
    color: #0077B5;
}

.nav-hover:hover {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 700;
    color: #0077B5; 
    transition: 0.3s;
}

.nav-border {
    display: block;
    width: 12px;
    height: 4px;
    background: #0077B5;
    border-radius: 999px;
    margin: 0 auto;
    margin-top: 6px;
}

.nav-btn {
    padding: 12px 16px;
    gap: 10px;
    width: 144px;
    height: 56px;
    background: #0077B5;
    box-shadow: 4px 24px 45px -12px rgba(0, 119, 181, 0.15);
    border-radius: 10px;
    border: none;
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0.0125em;
    color: #FFFFFF;
}

/* Service onHover Styling */

.service-nav {
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 20;
    opacity: 0;
    pointer-events: none;
    transition: all 250ms ease-out 0s;
    width: 419px;
    height: 330px;
    border-radius: 10px;
    background: #FFFFFF;
    padding: 28px 47px 24px 47px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.service-nav1 {
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    gap: 30px;
}

.service-nav1:hover {
    justify-content: center;
    transition: 0.3s;
}

.service-nav h1 {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 160%;
    letter-spacing: 0.005em;
    color: #0077B5;
}

.service-nav h1:hover {
    color: #3D3D3D;
    transition: 0.3s;
}

.service-nav p {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 160%;
    letter-spacing: 0.005em;
    color: #3D3D3D;
}

.servicenav2, .servicenav3, .servicenav4 {
    width: 325px;
    padding-top: 8px;
    padding-bottom: 10px;
}

.servicenav4 {
    padding-left: 4px;
}

.servicenav5 {
    padding-top: 10px;
}

.service-border {
    display: block;
    width: 325px;
    height: 0.1px;
    background: #c0c0c0;
    margin: 0 auto;
}


.divservices:hover .service-nav {
    opacity: 1;
    pointer-events: all;
}

/* Company onClick Styling */

#companynav {
    display: none;
}

.company-nav {
    position: absolute;
    top: 80%;
    left: 65%;
    transform: translateX(-50%);
    z-index: 20;
    transition: all 250ms ease-out 0s;
    width: 419px;
    height: 390px;
    border-radius: 10px;
    background: #FFFFFF;
    padding: 40px 47px 40px 47px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}


.company-nav1 {
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    gap: 30px;
}

.company-nav1:hover {
    justify-content: center;
    transition: 0.3s;
}

.company-nav h1 {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 160%;
    letter-spacing: 0.005em;
    color: #0077B5;
}

.company-nav h1:hover {
    color: #3D3D3D;
    transition: 0.3s;
}

.company-nav p {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 160%;
    letter-spacing: 0.005em;
    color: #000000;
}

.companynav2, .companynav3, .companynav4 {
    width: 325px;
    padding-top: 12px;
    padding-bottom: 12px;
}

.companynav5 {
    padding-top: 12px;
}

/* Quote Modal Styling */

#myModal {
    display: none;
}

#myBody {
    overflow-y: scroll;
}

.modal-overlay {
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
    background: rgba(64, 64, 64, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
    padding-top: 200px;
    padding-bottom: 200px;
}

.modal-container {
    width: 854px;
    height: 855px;
    background: #FFFFFF;
    border-radius: 20px;
    z-index: 20;
    margin: 0 auto;
}

.modal-header {
    width: 854px;
    height: 72px;
    background: #0077B5;
    border-radius: 20px 20px 0px 0px;
}

.modal-section1 {
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 22px 72px;
}

.modal-section1 p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    color: #FFFFFF;
}

.close-img {
    cursor: pointer;
}


.modal-body {
    padding: 56px 72px 70px 72px;
}

#name {
    width: 710px;
    height: 56px;
    background: rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    padding: 18px 20px;
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.005em;
    color: #828282;
    border: none;
    outline: none;
    margin-bottom: 32px;
}

.modal-form1 {
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 32px;
}

#tel, #email {
    width: 339px;
    height: 56px;
    background: rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    padding: 18px 20px;
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.005em;
    color: #828282;
    border: none;
    outline: none;
    margin-bottom: 32px;
}

/* Custom Select styling -- beginning*/

.custom-select {
    position: relative;
    font-family: 'DM Sans';
}

.custom-select select {
    display: none; /*hide original SELECT element:*/
}

.select-selected {
    width: 710px;
    height: 56px;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

#select-img-down {
    position: absolute;
    top: 16px;
    right: 16px;
    cursor: pointer;
}


/*style the items (options), including the selected item:*/
.select-items div,.select-selected {
    padding: 18px 20px;
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.005em;
    color: #3D3D3D;
    cursor: pointer;
    user-select: none;
}

/*style items (options):*/
.select-items {
    position: absolute;
    background-color: #ffffff;
    top: 74px;
    left: 0;
    right: 0;
    z-index: 99;
    border-radius: 10px;
    border: 1px solid #BDBDBD;
}

.select-items div {
    border-bottom: 1px solid #BDBDBD;
    /* border-radius: 10px; */
}

/*hide the items when the select box is closed:*/
.select-hide {
    display: none;
}
  
.select-items div:hover {
    background-color: rgba(0, 0, 0, 0.1);
}


#select {
    width: 710px;
    height: 56px;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 18px 20px;
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.005em;
    color: #3D3D3D;
    border: none;
    outline: none;
    margin-bottom: 32px;
    appearance: none;
}

/* Custom Select styling -- end*/

#message {
    width: 710px;
    height: 289px;
    background: rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    padding: 18px 20px;
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.005em;
    color: #828282;
    border: none;
    outline: none;
    resize: none;
    margin-top: 32px;
    margin-bottom: 48px;
}

#submit {
    width: 144px;
    height: 56px;
    background: #0077B5;
    box-shadow: 4px 24px 45px -12px rgba(0, 119, 181, 0.15);
    border-radius: 10px;
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.0125em;
    color: #FFFFFF;
    text-align: center;
    border: none;
    cursor: pointer;
}


/* OnScroll */

.on-scroll {
    height: 95px;
    border-bottom: 5px solid #0077B5;
    -webkit-transition: background-color 1s ease-out;
    -moz-transition: background-color 1s ease-out;
    -o-transition: background-color 1s ease-out;
    transition: background-color 1s ease-out;
}

.on-scroll button {
    border: 2px solid #0077B5;
    box-shadow: 4px 24px 45px -12px rgba(0, 119, 181, 0.15);
    background: #FFFFFF;
    color: #0077B5;
}

.on-scroll button:hover {
    background: #FFFFFF;
    box-shadow: 4px 10px 60px -12px rgba(0, 119, 181, 0.5);
}

.on-scroll button:active {
    background: #0077B5;
    box-shadow: 4px 24px 45px -12px rgba(0, 119, 181, 0.15);  
    color: #FFFFFF; 
}

.on-scroll .wrapper {
    align-items: center;
}

/* || Main Body Page */

/* || INDEX CSS FILE*/

.main-section1 {
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.main-container1 {
    padding: 62px 80px 61px 90px;
}

.section1-div1 {
    padding-right: 40px;
    padding-top: 150px;
}

.section1-div1 h1 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    color: #0077B5;
    padding-bottom: 40px;
}

.section1-div1 p {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: #4F4F4F;
}

.menu-section1-btn {
    display: none;
}

.main-con-7-mob {
    display: none;
}
.main-con-7 {
    display: block;
}

.menu-section4-div {
    display: none;
}

.section1-div2 img {
    width: 560px; 
    height: 577px;
}

.mobile-sec1-con2b {
    display: none;
}

.main-container2 {
    align-items: center;
    gap: 70px;
    height: 232px;
}

.main-container3 {
    background: #F2F2F2;
    padding: 107px 50px 84px 60px;
}

.section3-div1 {
    padding-right: 100px;
}

.section3-div1 h3 {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    color: #0077B5;
    padding-bottom: 16px;
}

.section3-div1 h1 {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 52px;
    color: #3D3D3D;
    padding-bottom: 15px;
}

.section3-div1 p {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 180%;
    text-align: justify;
    letter-spacing: 0.005em;
    color: #3D3D3D;
    padding-bottom: 22px;
}

.sec3p1 {
    padding-bottom: 30px;
}

.section3-div1 button {
    width: 144px;
    height: 56px;
    background: #0077B5;
    box-shadow: 4px 24px 45px -12px rgba(0, 119, 181, 0.15);
    border-radius: 10px;
    border: none;
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0.0125em;
    color: #FFFFFF;
}


.main-container4 {
    height: 956px;
    padding: 110px 70px 66px 70px;
}

.section4-div1 {
    padding-top: 145px;
    padding-right: 140px;
}

.section4-div1 h3 {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
    color: #0077B5;
    padding-bottom: 30px;
}

.section4-div1 h1 {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 38px;
    line-height: 49px;
    color: #3D3D3D;
    padding-bottom: 30px;
}

.section4-div1 p {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: #4F4F4F;
    padding-bottom: 30px;
}

.section4-div1 button {
    width: 144px;
    height: 56px;
    background: #0077B5;
    box-shadow: 4px 24px 45px -12px rgba(0, 119, 181, 0.15);
    border-radius: 10px;
    border: none;
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0.0125em;
    color: #FFFFFF;
}

.section4-main-div {
    width: 349px;
    height: 370px;
    border-radius: 20px;
    padding: 30px 50px 48px 30px;
}

.section4-div2a {
    background: rgba(239, 243, 245, 0.3);
    margin-right: 40px;
    margin-bottom: 40px;
}

.section4-div2b {
    background: rgba(242, 228, 255, 0.3);
    margin-right: 40px;
}

.section4-div3a {
    background: rgba(255, 247, 239, 0.3);
    margin-bottom: 40px;
}

.section4-div3b {
    background: rgba(245, 228, 228, 0.3);
}

.section4-main-div h1 {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 0.005em;
    color: #3D3D3D;    
}

.section4-div2a h1 {
    padding-top: 32.93px;
    padding-bottom: 16px;
}

.section4-div2b h1 {
    padding-top: 30.13px;
    padding-bottom: 17px;
}

.section4-div3a h1 {
    padding-top: 33.13px;
    padding-bottom: 14px;
}

.section4-div3b h1 {
    padding-top: 30.13px;
    padding-bottom: 12px;   
}

.section4-main-div p {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #4F4F4F;
}

.section4-div2a p {
    padding-bottom: 33px;
}

.section4-div2b p {
    padding-bottom: 17px;
}

.section4-div3a p {
    padding-bottom: 9px;
}

.section4-div3b p {
    line-height: 160%;
    padding-bottom: 11.87px;
}

.section4-main-div h5 {
    display: inline-block;
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0.005em;
}

.section4-div2a h5 {
    color: #0077B5;
}

.section4-div2b h5 {
    color: #BB6BD9;
}

.section4-div3a h5 {
    color: #F2994A;
}

.section4-div3b h5 {
    color: #EB5757;
}

.section4-main-div h5:hover {
    color: #3D3D3D;
}

.section4-main-div h5:active {
    color: #3D3D3D;
}

.section4-main-div .arrow {
    margin-bottom: -3px;
}


.main-container5 {
    height: 634px;
    background: rgba(60, 100, 177, 0.1);
    padding: 82px 70px 70px 70px;
}

.main-container5 h3 {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    color: #0077B5;
    text-align: center;
    padding-bottom: 26px;
}

.main-container5 h1 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 52px;
    text-align: center;
    color: #3D3D3D;
    width: 603px;
    margin: 0 auto;
    padding-bottom: 26px;
}

.section5-div1 {
    gap: 12px;
}

.section5-div2 {
    width: 300px;
    height: 300px;
    padding-top: 44.5px;
    padding-bottom: 44.5px;
}

.section5-div2:hover {
    border: 1px solid #3D3D3D;
    border-radius: 20px;
}

.section5-div2 img {
    width: 89px;
    height: 89px;
    display: block;
    margin: 0 auto;
}

.section5-div2 h2 {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 31px;
    text-align: center;
    color: #3D3D3D;
    padding-top: 14px;
    padding-bottom: 14px;
}

.section5-div2 p {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    letter-spacing: 0.005em;
    color: #3D3D3D;
}

.section5-div2a {
    padding-right: 27.5px;
    padding-left: 27.5px;
}
.section5-div2b {
    padding-right: 27.5px;
    padding-left: 27.5px;
}
.section5-div2c {
    padding-right: 27.5px;
    padding-left: 27.5px;
}
.section5-div2d {
    padding-right: 27.5px;
    padding-left: 27.5px;
}

.main-container6 {
    padding-top: 84px;
    padding-bottom: 45px;
}

.main-container6 h3 {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    color: #0077B5;
    padding-bottom: 21px;
    
}

.main-container6 h1 {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 42px;
    text-align: center;
    color: #3D3D3D;
    padding-bottom: 36px;
}

.section6-div2 .img1 {
    width: 311px;
    height: 102px;
}
.section6-div2 .img2 {
    width: 329px;
    height: 102px;
}
.section6-div2 .img3 {
    width: 347.24px;
    height: 58px;
}
.section6-div2 .img4 {
    width: 192px;
    height: 48px;
}
.section6-div2 .img5 {
    width: 212px;
    height: 53px;
}
.section6-div2 .img6 {
    width: 235px;
    height: 102px;
}
.section6-div2 .img7 {
    width: 309px;
    height: 105px;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

.section6-div2 {
    align-items: center;
    justify-content: center;
    gap: 65px;
}

.slider {
    height: 110px;
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    z-index: -20;
    display: flex;
    gap: 50px;
}

.slider .slide-track {
    animation: scroll 30s linear infinite;
    /* width: calc(250px * 18); */
}


.main-container7 {
    padding: 0px 80px 60px 90px;
}

.section7-div {
    height: 310px; 
    background: #F2F8FB;
    border-radius: 20px;
    padding-top: 64px;
    padding-bottom: 58px;  
}

.section7-div h3 {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    color: #0077B5;
    padding-bottom: 26px;    
}

.section7-div h1 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 39px;
    text-align: center;
    color: #3D3D3D;
    padding-bottom: 41px;    
}

.section7-div button {
    display: block;
    margin: 0 auto;
    width: 144px;
    height: 56px;
    background: #0077B5;
    box-shadow: 4px 24px 45px -12px rgba(0, 119, 181, 0.15);
    border-radius: 10px;
    border: none;
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0.0125em;
    color: #FFFFFF;    
}


/* || SERVICES CSS FILE */

.main-serv-con1 {
    padding: 128px 200px 165px 200px;
}

.main-serv-con1 h1 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 64px;
    line-height: 78px;
    text-align: center;
    letter-spacing: 0.03em;
    color: #0077B5;
    padding-bottom: 16px;
}

.main-serv-con1 p {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 36px;
    text-align: center;
    letter-spacing: 0.03em;
    color: #3D3D3D;
}

.main-serv-con2 {
    /* height: 712px; */
    background: #F2F8FB;
    padding: 112px 120px 65px 100px;
}

.main-serv-con2 img, .main-serv-con3 img, .main-serv-con4 img, .main-serv-con5 img {
    width: 600px;
    height: 400px;
}

.main-section1 {
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.main-serv-con2a {
    align-items: center;
    gap: 80px;
    padding-bottom: 79px;
}

.main-serv-con2a h1, .main-serv-con3a h1, .main-serv-con4a h1, .main-serv-con5a h1 {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 42px;
    color: #3D3D3D;
    padding-bottom: 24px;
}

.main-serv-con2a p, .main-serv-con4a p {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 160%;
    letter-spacing: 0.03em;
    color: #3D3D3D;
}

.main-serv-con3a p, .main-serv-con5a p {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 160%;
    text-align: justify;
    color: #3D3D3D;
}

.main-serv-con2 button, .main-serv-con3 button, .main-serv-con4 button, .main-serv-con5 button {
    display: block;
    margin: 0 auto;
    width: 144px;
    height: 56px;
    background: #0077B5;
    box-shadow: 4px 24px 45px -12px rgba(0, 119, 181, 0.15);
    border-radius: 10px;
    border: none;
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0.0125em;
    color: #FFFFFF; 
}

.main-serv-con3 {
    /* height: 687px; */
    background: #FFFFFF;
    padding: 94px 100px 63px 108px;
}

.main-serv-con3a {
    align-items: center;
    gap: 80px;
    padding-bottom: 66px;
}

.main-serv-con4 {
    /* height: 681px; */
    background: #F2F8FB;
    padding: 94px 120px 52px 100px;
}

.main-serv-con4a {
    align-items: center;
    gap: 80px;
    padding-bottom: 79px;
}

.main-serv-con5 {
    /* height: 694px; */
    background: #FFFFFF;
    padding: 94px 100px 77px 112px;
}

.main-serv-con5a {
    align-items: center;
    gap: 80px;
    padding-bottom: 67px;
}

/* || SOFTDEV CSS FILE */

.main-soft-con1 {
    padding: 80px 100px 112px 100px;
}

.main-soft-con-img {
    height: 500px;
    background-image: url(../img/img/image5.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    border-radius: 20px;
}

.main-soft-con-img h1 {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 70px;
    line-height: 160%; 
    color: #FFFFFF;
    text-align: center;
    padding-top: 194px;
}

.main-soft-con2 img, .main-soft-con3 img {
    width: 96px;
    height: 96px;
}

.main-soft-con6 img, .main-soft-con7 img {
    width: 72px;
    height: 72px;
}

.main-soft-con2 {
    gap: 80px;
    padding-bottom: 96px;
}

.main-soft-con3 {
    gap: 80px;
    padding-bottom: 78px;
}

.main-soft-con2a {
    width: 330px;
}

.main-soft-con2b {
    width: 348px;
}

.main-soft-con2c {
    width: 370px;
}

.main-soft-con2a img, .main-soft-con2b img, .main-soft-con2c img {
    display: block;
    margin: 0 auto;
}

.main-soft-con2a h1, .main-soft-con2b h1, .main-soft-con2c h1 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: #0077B5;
    padding-top: 24px;
    padding-bottom: 24px;
}

.main-soft-con2a p, .main-soft-con2b p, .main-soft-con2c p {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    letter-spacing: 0.005em;
    color: #3D3D3D;
}

.main-soft-con4 {
    /* height: 497px; */
    background: #F2F2F2;
    /* gap: 71px; */
    padding: 112px 100px 103px 100px;
}

.main-soft-con4 h1 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    color: #0077B5;
    padding-bottom: 24px;
}

.main-soft-con4 p {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%; 
    letter-spacing: 0.005em;
    color: #3D3D3D;
}

.main-soft-con4a {
    padding-right: 71px;
}

.main-soft-con5 {
    height: 230px;
    background: #0077B5;
}

.main-soft-con5 h1 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 39px;
    color: #FFFFFF;
    padding-top: 48px;
    padding-bottom: 32px;
    text-align: center;
}

.main-soft-con5 p {
    display: block;
    margin: 0 auto;
    width: 826.43px;
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 160%; text-align: center;
    letter-spacing: 0.005em;
    color: #FFFFFF;
}

.main-soft-con6 {
    gap: 80px;
    padding-top: 112px;
    padding-bottom: 90px;
}

.main-soft-con7 {
    gap: 80px;
    padding-bottom: 48px;
}

.main-soft-con6a {
    width: 343px;
}

.main-soft-con6b {
    width: 340px;
}

.main-soft-con6c {
    width: 341px;
}

.main-soft-con7a {
    width: 356px;
}

.main-soft-con7b {
    width: 351px;
}

.main-soft-con7c {
    width: 354px;
}

.main-soft-con6a img, .main-soft-con6b img, .main-soft-con6c img,
.main-soft-con7a img, .main-soft-con7b img, .main-soft-con7c img {
    display: block;
    margin: 0 auto;
}

.main-soft-con6a h1, .main-soft-con6b h1, .main-soft-con6c h1,
.main-soft-con7a h1, .main-soft-con7b h1, .main-soft-con7c h1 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px; 
    color: #0077B5;
    text-align: center;
    padding-top: 16px;
    padding-bottom: 16px;
}

.main-soft-con6a p, .main-soft-con6b p, .main-soft-con6c p,
.main-soft-con7a p, .main-soft-con7b p, .main-soft-con7c p {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    letter-spacing: 0.005em;
    color: #3D3D3D;
}

/* || ITSUPPORT CSS FILE*/

.main-it-con1 {
    padding: 40px 100px 125px 100px;
}

.main-it-con-img {
    background-image: url(../img/img/image8.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 500px;
    border-radius: 20px;
}

.main-it-con-img h1 {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 70px;
    line-height: 160%; 
    color: #FFFFFF;
    text-align: center;
    padding-top: 194px;
}

.main-it-con2 {
    gap: 120px;
    padding-bottom: 43px;
}

.main-it-con2a {
    width: 342px;
}

.main-it-con2b {
    width: 333px;
}

.main-it-con2c {
    width: 311px;
}

.main-it-con2a img {
    width: 201px;
    height: 137px;
}

.main-it-con2b img {
    width: 190px;
    height: 138px;
}

.main-it-con2c img {
    width: 175px;
    height: 137.85px;
}

.main-it-con2a img, .main-it-con2b img, .main-it-con2c img {
    display: block;
    margin: 0 auto;
}

.main-it-con2a h1, .main-it-con2b h1, .main-it-con2c h1 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    color: #3D3D3D;
    text-align: center;
    padding-top: 16px;
    padding-bottom: 16px;
}

.main-it-con2a p, .main-it-con2b p, .main-it-con2c p {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    letter-spacing: 0.005em;
    color: #3D3D3D;
}

.main-it-con3 {
    background: #F2F2F2;
    padding-top: 60px;
}

.main-it-con4a img {
    width: 71.26px;
    height: 64px;
}

.main-it-con5a img {
    width: 62.90px;
    height: 64px;
}

.main-it-con4b img, .main-it-con4c img, .main-it-con5b img, .main-it-con5c img {
    width: 64px;
    height: 64px;
}

.main-it-con3 h1 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 39px;
    color: #0077B5;
    padding-bottom: 16px;
    text-align: center;
}

.main-it-con3 p {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0.005em;
    color: #3D3D3D;
    padding-bottom: 96px;
    text-align: center;
}

.main-it-con4 {
    gap: 80px;
    padding-bottom: 20px;
}

.main-it-con5 {
    gap: 80px;
}

.main-it-con4a, .main-it-con5a {
    width: 300px;
}

.main-it-con4b, .main-it-con5b {
    width: 309px;
}

.main-it-con4c {
    width: 297px;
}

.main-it-con5c {
    width: 307px;
}

.main-it-con4a img, .main-it-con4b img, .main-it-con4c img,
.main-it-con5a img, .main-it-con5b img, .main-it-con5c img {
    display: block;
    margin: 0 auto;
}

.main-it-con4a h1, .main-it-con4b h1, .main-it-con4c h1,
.main-it-con5a h1, .main-it-con5b h1, .main-it-con5c h1 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #3D3D3D;
    padding-top: 16px;
    padding-bottom: 24px;
}

.main-it-con4a p, .main-it-con4b p, .main-it-con4c p,
.main-it-con5a p, .main-it-con5b p, .main-it-con5c p {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    letter-spacing: 0.005em;
    color: #3D3D3D;
}

/* || NETWORK CSS FILE*/

.main-net-con1 {
    padding: 40px 100px 124px 100px;
}

.main-net-con-img {
    background-image: url(../img/img/image10.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 500px;
    border-radius: 20px;
}

.main-net-con-img h1 {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 70px;
    line-height: 160%; 
    color: #FFFFFF;
    text-align: center;
    padding-top: 194px;
}

.main-net-con2 img {
    width: 80px;
    height: 80px;
}

.main-net-con2 {
    /* align-items: center; */
    gap: 120px;
    padding-bottom: 73px;
}

.main-net-con2a {
    width: 316px;
}

.main-net-con2b {
    width: 324px;
}

.main-net-con2c {
    width: 324px;
    margin-top: -12px;
}

.main-net-con2a img, .main-net-con2b img, .main-net-con2c img {
    display: block;
    margin: 0 auto;
}

.main-net-con2a h1, .main-net-con2b h1, .main-net-con2c h1 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #4F4F4F;
    padding-top: 16px;
    padding-bottom: 16px;
}

.main-net-con2a p, .main-net-con2b p, .main-net-con2c p {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #4F4F4F;
}

.main-net-con3 {
    align-items: center;
    gap: 80px;
    padding: 105px 60px 106px 60px;
    background: #F2F2F2;
}

.main-net-con3c {
    width: 700px;
}

.main-net-con3a h1 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #0077B5;
    padding-bottom: 20px;
}

.main-net-con3b {
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    margin-left: 20px;
    padding-bottom: 11px; 
}

.main-net-con3b p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #3D3D3D;
}

.main-net-con3c p {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    text-align: justify;
    letter-spacing: 0.005em;
    color: #3D3D3D
}


/* || CONSULTANCY CSS FILE*/

.main-cons-con1 {
    align-items: center;
    gap: 64px;
    padding: 52px 110px 86px 100px;
}

.main-cons-con1 img {
    width: 570px;
    height: 500px;
}

.main-cons-con1 h1 {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 62px;
    color: #0077B5;
    padding-bottom: 16px;
}

.main-cons-con1 p {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0.005em;  
    color: #3D3D3D;
}

.main-cons-con2 {
    align-items: center;
    height: 514px;
    background: #0077B5;
    padding: 45px 160px 0px 140px;
}

.main-cons-con2 p {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 32px; 
    letter-spacing: 0.03em;
    color: #FFFFFF;
}

.main-cons-con3 {
    padding-top: 112px;
    padding-bottom: 112px;
}

.main-cons-con3 p {
    width: 986px;
    margin: 0 auto;
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 160%;
    text-align: center;
    color: #3D3D3D;
}

.main-cons-con4 {
    gap: 41px;
    padding: 0px 40px 40px 40px;
}

.main-cons-con4a {
    width: 407px;
}

.main-cons-con4b {
    width: 412px;
}

.main-cons-con4c {
    width: 360px;
}

.main-cons-con4 h2 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    color: #0077B5;
    padding-bottom: 20px;
}

.main-cons-con4 p {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0.005em; 
    color: #3D3D3D;
    padding-bottom: 20px;
}

.main-cons-con4 ul {
    margin-left: 20px;
}

.main-cons-con4 li {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0.005em;
    color: #3D3D3D;
}


/* || PRODUCTS CSS FILE*/

.main-pro-con-img {
    background-image: url(../img/img/image56.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 580px;
}

.main-pro-con-img h1 {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 64px;
    line-height: 83px;
    text-align: center;
    color: #FFFFFF;
    padding-top: 231px;
    padding-bottom: 20px;
}

.main-pro-con-img p {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 39px; 
    text-align: center;
    color: #FFFFFF;
}

.main-pro-con1 {
    align-items: center;
    gap: 50px;
    padding: 112px 200px 100px 100px;
}

.main-pro-con1-img1 {
    margin-left: -100px;
}

.main-pro-con1 h1 {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 52px;
    color: #3D3D3D;
    padding-bottom: 24px;
}

.main-pro-con1 p {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    color: #3D3D3D;
    padding-bottom: 40px;
}

.main-pro-con1 button {
    width: 144px;
    height: 56px;
    background: #0077B5;
    box-shadow: 4px 24px 45px -12px rgba(0, 119, 181, 0.15);
    border-radius: 10px;
    border: none;
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0.0125em;
    color: #FFFFFF; 
}

.main-pro-con1a {
    width: 649px;
}

.main-pro-con1b {
    width: 764px;
}

.main-pro-con1c {
    width: 711px;
}

.main-pro-con1d {
    width: 697px;
}

.main-pro-border {
    width: 100%;
    height: 0px;
    border: 1px solid #C4C4C4;
}

/* ||  SALES CSS FILE */

.main-sal-con2 {
    display: block;
}

.main-sal-con2-mob {
    display: none;
}

.main-sal-con-img {
    background-image: url(../img/img/Rectangle1271.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 459px;
}

.main-sal-con-img h1 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 64px;
    line-height: 78px;    
    text-align: center;
    color: #FFFFFF;
    padding-top: 120px;
    padding-bottom: 16px;
}

.main-sal-con-img p {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 160%;
    text-align: center;
    letter-spacing: 0.04em;
    color: #FFFFFF;
    width: 1036px;
    margin: 0 auto;
}

.main-sal-con1 {
    padding: 89px 70px 112px 130px;
    align-items: center;
    gap: 100px;
}

.main-sal-con1 img {
    width: 88px;
    height: 88px;
}

.main-sal-con1a {
    width: 337px;
}

.main-sal-con1 h1 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #0077B5;
    padding-top: 16px;
    padding-bottom: 16px;
}

.main-sal-con1 ul li {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0.005em;
    color: #3D3D3D;
}

.main-sal-con1 ul {
    margin-left: 30px;
}

.main-sal-con2 button {
    display: block;
    margin: 0 auto;
    width: 144px;
    height: 56px;
    background: #0077B5;
    box-shadow: 4px 24px 45px -12px rgba(0, 119, 181, 0.15);
    border-radius: 10px;
    border: none;
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0.0125em;
    color: #FFFFFF;
    margin-bottom: 63px;
}

/* ||  BIRO CSS FILE */

.main-bir-con3a {
    display: block;
}

.main-bir-con3a-mob {
    display: none;
}

.main-bir-con-img {
    background-image: url(../img/img/Rectangle1272.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 459px;
}

.main-bir-con-img h1 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 64px;
    line-height: 78px;    
    text-align: center;
    color: #FFFFFF;
    padding-top: 120px;
    padding-bottom: 16px;
}

.main-bir-con-img p {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 160%;
    text-align: center;
    letter-spacing: 0.04em;
    color: #FFFFFF;
    width: 1036px;
    margin: 0 auto;
}

.main-bir-con1 {
    padding: 90px 100px 60px 100px;
    gap: 100px;
}

.main-bir-con1 img, .main-bir-con2 img {
    width: 88px;
    height: 88px;
}


.main-bir-con2 {
    padding: 90px 89px 80px 100px;
    /* align-items: center; */
    gap: 100px;
}

.main-bir-con1a, .main-bir-con2a {
    width: 337px;
}

.main-bir-con1c {
    width: 249px;
}

.main-bir-con2b {
    width: 700px;
}

.main-bir-con1 h1, .main-bir-con2 h1 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #0077B5;
    padding-top: 16px;
    padding-bottom: 16px;
}

.main-bir-con1 ul li, .main-bir-con2 ul li {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0.005em;
    color: #3D3D3D;
}

.main-bir-con1 ul, .main-bir-con2 ul {
    margin-left: 30px;
}

.main-bir-con1 img, .main-bir-con2a img {
    margin-left: 60px;
}

.main-bir-con1c img {
    margin-left: 15px;
}


.main-bir-con2b img {
    display: block;
    margin: 0 auto;
}

.main-bir-con2b h1 {
    text-align: center;
}

.main-bir-con3 {
    gap: 26px;
}

.main-bir-con3a {
    width: 337px;
}

.main-bir-con4 button {
    display: block;
    margin: 0 auto;
    width: 144px;
    height: 56px;
    background: #0077B5;
    box-shadow: 4px 24px 45px -12px rgba(0, 119, 181, 0.15);
    border-radius: 10px;
    border: none;
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0.0125em;
    color: #FFFFFF;
    margin-bottom: 61px;
}


/* ||  STORE CSS FILE */

.main-sto-con-img {
    background-image: url(../img/img/Rectangle1273.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 459px;
}

.main-sto-con-img h1 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 64px;
    line-height: 78px;    
    text-align: center;
    color: #FFFFFF;
    padding-top: 120px;
    padding-bottom: 16px;
}

.main-sto-con-img p {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 160%;
    text-align: center;
    letter-spacing: 0.04em;
    color: #FFFFFF;
    width: 1036px;
    margin: 0 auto;
}

.main-sto-con1 {
    padding: 89px 70px 112px 130px;
    align-items: center;
    gap: 100px;
}

.main-sto-con1 img {
    width: 88px;
    height: 88px;
}

.main-sto-con1a {
    width: 337px;
}

.main-sto-con1 h1 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #0077B5;
    padding-top: 16px;
    padding-bottom: 16px;
}

.main-sto-con1 ul li {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0.005em;
    color: #3D3D3D;
}

.main-sto-con1 ul {
    margin-left: 30px;
}

.main-sto-img1 img {
    margin-left: 80px;
}
.main-sto-img2 img {
    margin-left: 57px;
}
.main-sto-img3 img {
    margin-left: 44px;
}
.main-sto-img4 img {
    margin-left: 62px;
}
.main-sto-img5 img {
    margin-left: 84px;
}
.main-sto-img6 img {
    margin-left: 44px;
}


.main-sto-con2 button {
    display: block;
    margin: 0 auto;
    width: 144px;
    height: 56px;
    background: #0077B5;
    box-shadow: 4px 24px 45px -12px rgba(0, 119, 181, 0.15);
    border-radius: 10px;
    border: none;
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0.0125em;
    color: #FFFFFF;
    margin-bottom: 63px;
}


/* ||  HOTEL CSS FILE */

.main-hol-con-img {
    background-image: url(../img/img/Rectangle1274.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 459px;
}

.main-hol-con-img h1 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 64px;
    line-height: 78px;    
    text-align: center;
    color: #FFFFFF;
    padding-top: 120px;
    padding-bottom: 16px;
}

.main-hol-con-img p {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 160%;
    text-align: center;
    letter-spacing: 0.04em;
    color: #FFFFFF;
    width: 1036px;
    margin: 0 auto;
}

.main-hol-con1 {
    padding: 57px 150px 94px 150px;
    gap: 355px;
}

.main-hol-con1 img, .main-hol-con2 img {
    width: 88px;
    height: 88px;
}

.main-hol-con2 {
    padding: 0px 150px 93px 150px;
    gap: 355px;
}

.main-hol-con1a {
    width: 337px;
}

.main-hol-con1 h1, .main-hol-con2 h1 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #0077B5;
    padding-top: 16px;
    padding-bottom: 16px;
}

.main-hol-con1 ul li, .main-hol-con2 ul li {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0.005em;
    color: #3D3D3D;
}

.main-hol-con1 ul, .main-hol-con2 ul {
    margin-left: 30px;
}

.main-hol-con3 button {
    display: block;
    margin: 0 auto;
    width: 144px;
    height: 56px;
    background: #0077B5;
    box-shadow: 4px 24px 45px -12px rgba(0, 119, 181, 0.15);
    border-radius: 10px;
    border: none;
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0.0125em;
    color: #FFFFFF;
    margin-bottom: 93px;
}


/* ||  BLOG CSS FILE */

.main-blo-con1 {
    align-items: center;
    gap: 100px;
    padding: 149px 60px 131px 60px;
}

.main-blo-con1a img {
    width: 550px;
    height: 307px;
}


.main-blo-con1b {
    width: 550px;
}

.main-blo-con1c {
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    gap: 12px;
    padding-bottom: 12px;
}

.main-blo-con1c h3 {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
    text-decoration-line: underline;
    color: #3D3D3D;
}

.main-blo-con1c p {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    text-decoration-line: underline;
    color: #777777;
}

.main-blo-con1b h1 {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 72px;
    text-decoration-line: underline;
    color: #3D3D3D;
    padding-bottom: 20px;
}

.main-blo-con1d {
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
}

.main-blo-con1d p {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    text-decoration-line: underline;
    color: #3D3D3D;
}

.main-blo-border {
    width: 1200px;
    height: 1px;
    background: #3D3D3D;
    margin: 0 auto;
}

.main-blo-con2 {
    gap: 50px;
    padding-top: 141px;
}

.main-blo-con3 {
    gap: 50px;
    padding-top: 132px;
    padding-bottom: 123px;
}

.main-blo-con2a {
    width: 300px;
    height: 372px;
}

.main-blo-con2a img {
    border-radius: 24px;
}

.main-blo-con2b {
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    padding-top: 24px;
    padding-bottom: 12px;   
}

.main-blo-con2b h3 {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
    color: #3D3D3D;
}

.main-blo-con2b p {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #777777;
}

.main-blo-con2a h1 {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    color: #3D3D3D;
}

.main-blo-con2a h1:hover, .main-blo-con1b h1:hover {
    color: #0077B5;
} 

.main-blo-con2a h1:active, .main-blo-con1b h1:active {
    color: #0077B5;
} 


/* ||  BLOG2 CSS FILE */

.main-blo2-con3a {
    display: block;
}

.main-blo2-con3a-mob {
    display: none;
}

.main-blo2-con1 {
    padding: 25px 100px 45px 100px;
}

.main-blo2-con1 h1 {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    font-size: 64px;
    line-height: 84px;
    text-align: center;
    color: #3D3D3D;
    padding-top: 49.5px;
    padding-bottom: 32px;
}

.main-blo2-con-img {
    background-image: url(../img/img/FeaturedArticle.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 499px;
    border-radius: 80px;
}


.main-blo2-con3 {
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 25px 140px 70px 108px;
}

.main-blo2-con3a .users {
    width: 31px;
    height: 31px;
}

.main-blo2-con3a .date {
    width: 28px;
    height: 28px;
}

.main-blo2-con3a .lock {
    width: 12px;
    height: 20px;
}

.main-blo2-con2a img {
    width: 300px;
    height: 209px;
}

.main-blo2-con3a {
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.main-blo2-con3a p {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #3D3D3D;
}

.main-blo2-con3a .p1 {
    padding-left: 11px;
    padding-right: 16px;
} 


.main-blo2-con3b {
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

#tt {
    margin-top: -5px;
}

#ww {
    margin-top: -2px;
}

.main-blo2-con4 {
    padding: 0px 116px 204px 103px;
}

.main-blo2-con4 p {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0.03em; 
    color: #3D3D3D;
}

.main-blo2-con4 h1 {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0.03em;
    color: #3D3D3D;
}

.main-blo2-con4 .p1 {
    padding-bottom: 27px;
}
.main-blo2-con4 .p2 {
    padding-bottom: 23px;
}
.main-blo2-con4 .p3 {
    padding-bottom: 21px;
}
.main-blo2-con4 .h1 {
    padding-bottom: 17px;
}
.main-blo2-con4 .hp {
    padding-bottom: 25px;
}

.main-blo2-con2 {
    gap: 50px;
}


.main-blo2-con2a {
    width: 330px;
    height: 372px;
}

.main-blo2-con2a img {
    border-radius: 24px;
}

.main-blo2-con2b {
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    padding-top: 24px;
    padding-bottom: 12px;   
}

.main-blo2-con2b h3 {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
    color: #3D3D3D;
}

.main-blo2-con2b p {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #777777;
}

.main-blo2-con2a h1 {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    color: #000000;
}

.main-blo2-con5 {
    padding-bottom: 114px;
}

.main-blo2-con2a h1:hover {
    color: #0077B5;
} 

.main-blo2-con2a h1:active {
    color: #0077B5;
}


/* ||  ABOUT CSS FILE */

.main-abo-con1 {
    padding-top: 53px;
}

.main-abo-con1 h1 {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 52px;
    text-align: center;
    color: #3D3D3D;
    padding-bottom: 98px;
}

.main-abo-con1 .ellipse {
    position: absolute;
    top: 500;
    left: 393px;
    width: 500px;
    height: 200px;  
    background: rgba(0, 119, 181, 0.2);
    filter: blur(200px);
}

.main-abo-con1a {
    align-items: center;
    gap: 120px;
    padding-bottom: 88px;
}

.main-abo-con1a img {
    width: 547px;
    height: 445px;
}

.main-abo-con1b {
    width: 530px;
}

.main-abo-con1b h1 {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 36px;
    color: #0077B5;
    padding-bottom: 24px;
    text-align: start;
}

.main-abo-con1b p {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: #3D3D3D;
}

.main-container52 {
    height: 704px;
    /* background: rgba(60, 100, 177, 0.1); */
    padding: 82px 70px 140px 70px;
}

.main-container52 h3 {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    color: #0077B5;
    text-align: center;
    padding-bottom: 26px;
}

.main-container52 h1 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 52px;
    text-align: center;
    color: #3D3D3D;
    width: 603px;
    margin: 0 auto;
    padding-bottom: 26px;
}

.section5-div1 {
    gap: 12px;
}

.section5-div2 {
    width: 300px;
    height: 300px;
    padding-top: 44.5px;
    padding-bottom: 44.5px;
}

.section5-div2:hover {
    border: 1px solid #3D3D3D;
    border-radius: 20px;
}

.section5-div2 img {
    width: 89px;
    height: 89px;
}

.section5-div2 img {
    display: block;
    margin: 0 auto;
}

.section5-div2 h2 {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 31px;
    text-align: center;
    color: #3D3D3D;
    padding-top: 14px;
    padding-bottom: 14px;
}

.section5-div2 p {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    letter-spacing: 0.005em;
    color: #3D3D3D;
}

.section5-div2a {
    padding-right: 27.5px;
    padding-left: 27.5px;
}
.section5-div2b {
    padding-right: 27.5px;
    padding-left: 27.5px;
}
.section5-div2c {
    padding-right: 27.5px;
    padding-left: 27.5px;
}
.section5-div2d {
    padding-right: 27.5px;
    padding-left: 27.5px;
}

.main-abo-con2 {
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
}

.main-abo-con2a, .main-abo-con2b, .main-abo-con2d, .main-abo-con2e {
    cursor: pointer;
}

.main-abo-con2 img {
    width: 70px;
    height: 70px;
}

.main-abo-con2a {
    height: 360px; 
    background: #0077B5;
    flex: 25%;
}

.main-abo-con2b {
    height: 360px;
    background: #F2F8FB;
    flex: 25%;
}

.main-abo-con2d {
    height: 360px; 
    background: #0077B5;
    flex: 25%;
}

.main-abo-con2e {
    height: 360px;
    background: #F2F8FB;
    flex: 25%;
}


.main-abo-con2 #img1 {
    display: block;
    margin: 0 auto;
    margin-top: 110px;
    margin-bottom: -80px;
}
.main-abo-con2 #img2 {
    display: block;
    margin: 0 auto;
    margin-top: 110px;
    margin-bottom: -30px;
}
.main-abo-con2 #img3 {
    display: block;
    margin: 0 auto;
    margin-top: 110px;
    margin-bottom: -65px;
}
.main-abo-con2 #img4 {
    display: block;
    margin: 0 auto;
    margin-top: 110px;
    margin-bottom: -55px;
}

.main-abo-con2a h1 {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 34px;
    color: #FFFFFF;
    text-align: center;
    padding-top: 110px;
}
.main-abo-con2d h1 {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 34px;
    color: #FFFFFF;
    text-align: center;
    padding-top: 95px;
}

.main-abo-con2b h1 {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 34px;
    color: #2F80ED;
    text-align: center;
    padding-top: 60px;
}
.main-abo-con2e h1 {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 34px;
    color: #2F80ED;
    text-align: center;
    padding-top: 85px;
}

.about-hide {
    display: none;
}

#about, #about-three {
    height: 360px; 
    background: #0077B5;
    padding-top: 100px;
}

#about-two, #about-four {
    height: 360px; 
    background: #F2F8FB;
}



.main-abo-con2a p, .main-abo-con2d p {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    color: #FFFFFF;
    padding-top: 18px;
    width: 90%;
    margin: 0 auto;
}

.main-abo-con2b p, .main-abo-con2e p {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    color: #0077B5;
    padding-top: 18px;
    width: 90%;
    margin: 0 auto;
}



.main-abo-con3 h1 {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 39px;
    color: #0077B5;
    text-align: center;
    padding-top: 116px;
    padding-bottom: 36px;
}

.main-container22 {
    align-items: center;
    gap: 70px;
    height: 82px;
    margin-bottom: 70px;
}


/* ||  CAREER CSS FILE */

.main-car-con1 {
    padding: 40px 100px 60px 100px;
}

.main-car-con-img {
    background-image: url(../img/img/Rectangle95.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 500px;
    border-radius: 20px;
    padding-top: 84px;
    padding-left: 50px;
}

.main-car-con1a {
    width: 580px;
    height: 332px;
    padding: 45px 30px 51px 30px;
    background: rgba(255, 255, 255, 0.9);
}

.main-car-con1a h1 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 59px;
    color: #3D3D3D;
    padding-bottom: 62px;
}

.main-car-con1a button {
    width: 189px;
    height: 56px;
    background: #0077B5;
    border-radius: 10px;
    border: none;
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0.0125em;
    color: #FFFFFF;
}

.main-car-con2 h3 {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    color: #0077B5;
    text-align: center;
    padding-bottom: 16px;
}

.main-car-con2 h1 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 39px;
    color: #3D3D3D;
    text-align: center;
    padding-bottom: 96px;
}

.main-car-con3 {
    gap: 32px;
    padding: 0px 70px 56px 70px;
}

.main-car-con4 {
    gap: 32px;
    padding: 0px 70px 151px 70px;
}

.main-car-con3a, .main-car-con3b, .main-car-con3c {
    height: 158px;
    flex: 33%;
} 

.main-car-con3 h1, .main-car-con4 h1 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #0077B5;
    padding-bottom: 24px;
    text-align: start;
}

.main-car-con3 p, .main-car-con4 p {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0.005em;
    color: #3D3D3D;
}

.main-car-con5 {
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 91px 80px 123px 80px;
    height: 968px;
    background: #F2F2F2
}

.main-car-con5 h1 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 39px;
    color: #0077B5;
    padding-bottom: 83px;
}

.main-car-con5a {
    width: 1074px;
}

.main-car-con5b {
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    width: 1074px;
    height: 72px;
    padding: 19px 80px 29px 80px;
    background: #FFFFFF;
    gap: 112px;
    margin-bottom: 8px;
}

.main-car-con5b h1 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #3D3D3D;
}

.main-car-con5c {
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    width: 1074px;
    height: 72px;
    padding: 24px 80px 27px 80px;
    background: #FFFFFF;
    margin-bottom: 8px;
}

.main-car-con5c p {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0.005em;
    color: #3D3D3D;
}

.main-car-con5d {
    align-items: center;
    gap: 9px;
}

.main-car-con5d p {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0.005em;
    color: #0077B5;
}

.main-car-con5c .p1 {
    padding-right: 123px;
}
.main-car-con5c .p2 {
    padding-right: 162px;
}
.main-car-con5c .p3 {
    padding-right: 173px;
}


/* ||  CAREERS CSS FILE */

.main-cars-con1 {
    padding: 138px 0px 83px 0px;
    width: 1200px;
    margin: 0 auto;
    border-bottom: 1px solid #000000;
}

.main-cars-con1 h1 {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 55px;
    line-height: 72px;
    text-align: center;
    color: #3D3D3D;
    padding-bottom: 35px;
}

.main-cars-con1b {
    align-items: center;
    gap: 60px;
}

.main-cars-con1c {
    align-items: center;
    gap: 4px;
}

.main-cars-con1 p {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px; 
    letter-spacing: 0.005em;
    color: #686781;
}

.main-cars-con1 h3 {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 33px;
    letter-spacing: 0.005em;
    color: #3D3D3D;
}

.main-cars-con2 {
    padding: 83px 0px 127px 0px;
    width: 1200px;
    margin: 0 auto;
}

.main-cars-con2 h1 {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 33px;
    letter-spacing: 0.005em;
    color: #3D3D3D;
    padding-bottom: 65px;
}

.main-cars-con2 p, .main-cars-con2 ul li {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0.005em;
    color: #3D3D3D;
}

.main-cars-con2 ul li {
    margin-left: 40px;
}

.main-cars-con2a {
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.main-cars-con2a p {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0.005em;
    color: #3D3D3D;
    padding-bottom: 65px;
}

.main-cars-con2ap {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0.005em;
    color: #686781;  
}

.main-cars-con2b {
    padding-top: 65px;
}

.main-cars-con2c {
    padding-top: 65px;
    padding-bottom: 110px;
}

.main-cars-con2 button {
    width: 321px;
    height: 56px;
    background: #0077B5;
    box-shadow: 4px 24px 45px -12px rgba(0, 119, 181, 0.15);
    border-radius: 10px;
    border: none;
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0.0125em;
    color: #FFFFFF;
}

#modal {
    display: none;
}

.modal-overlay1 {
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
    background: rgba(64, 64, 64, 0.3);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    padding-top: 80px;
    padding-bottom: 80px;
}

.modal-container1 {
    width: 854px;
    height: 542px;
    background: #FFFFFF;
    border-radius: 20px;
    z-index: 20;
    margin: 0 auto;
}

.modal-section1 p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    color: #FFFFFF;
}

.modal-body1 {
    padding: 56px 72px 49px 72px;
}

#file {
    display: none;
}

.modal-file {
    width: 339px;
    height: 56px;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 18px 20px;
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.005em;
    text-align: center;
    color: #3D3D3D;
    border: none;
    outline: none;
    margin-bottom: 77px;
    cursor: pointer;
}


/* ||  CONTACT CSS FILE */

.main-con-con-img {
    background-image: url(../img/img/Rectangle.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 440px;
}

.main-con-con-img1 {
    background-image: url(../img/img/Rectangle103.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 1081px;
    background-color: linear-gradient(0deg, rgba(242, 242, 242, 0.94), rgba(242, 242, 242, 0.94));
    padding: 106px 40px 126px 123px;
}

.main-con-con1 {
    gap: 140px;
}

.main-con-con1a {
    width: 642px;
}

.main-con-con1 h1 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 59px;
    color: #0077B5;
    padding-bottom: 96px;
}

.main-con-con1 .name, .main-con-con1 .email, .main-con-con1 .subject {
    width: 642px;
    height: 69px;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 22px 22px;
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: rgba(61, 61, 61, 0.5);
    border: none;
    outline: none;
    margin-bottom: 24px;   
}

.main-con-con1 .message {
    width: 642px;
    height: 335px;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 22px 22px;
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: rgba(61, 61, 61, 0.5);
    border: none;
    outline: none;
    margin-bottom: 24px; 
}

.main-con-con1 .submit {
    width: 321px;
    height: 56px;
    background: #0077B5;
    box-shadow: 4px 24px 45px -12px rgba(0, 119, 181, 0.15);
    border-radius: 10px;
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.0125em;
    color: #FFFFFF;
    text-align: center;
    border: none;
    cursor: pointer;   
}

.main-con-con1 h3 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 39px;
    color: #FFFFFF;
    padding-bottom: 54px;
    text-align: start;
}

.main-con-con1 p {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    color: #FFFFFF;
}

.main-con-con1b {
    width: 367px;
    height: 423px;
    background: #0077B5;
    border-radius: 10px;
    padding: 48px 28px 66px 28px;
    margin-top: 155px;
}

.main-con-con1c {
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    gap: 15px;
    margin-bottom: 56px;
}

.main-con-con1d {
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 17px;
    margin-bottom: 56px;
}

.main-con-con1e {
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 18px;
}


/* ||  404 CSS FILE */

.main-404-con1 {
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 918px;
    background: #F2F2F2;
    padding: 117px 200px 207px 200px;
}

.main-404-con1 p {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    color: #3D3D3D;
    padding-top: 50px;
    padding-bottom: 32px;
}

.main-404-con1 button {
    width: 199px;
    height: 56px;
    background: #0077B5;
    box-shadow: 4px 24px 45px -12px rgba(0, 119, 181, 0.15);
    border-radius: 10px;
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.0125em;
    color: #FFFFFF;
    text-align: center;
    border: none;
    cursor: pointer;
}



/* || Footer section */

.footer-container {
    height: 425px;
    background: #FCFEFF;
    margin: 0 auto;
    padding-top: 85px;
    padding-bottom: 65px;
}

.footer-mobile {
    display: none;
}

.footer-tablet {
    display: none;
}

.footer-section-div1a img {
    width: 229px;
    height: 60px;
}
.footer-section-div1b img {
    width: 55px;
    height: 55px;
}

.footer-section-div {
    justify-content: center;
    gap: 100px;
}

.footer-section-div1 {
    width: 263px;
    margin-right: 160px;
}

.footer-section-div1 p {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #3D3D3D;
    padding: 16px 0px 8px 0px;
}

.footer-section-div1a {
    margin-left: 8px;
}

.footer-section-div1b {
    justify-content: start;
}

.footer-section-div2 h1 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 21px;
    line-height: 124.5%;
    color: #3D3D3D;
    padding-bottom: 38px;    
}

.footer-section-div2 p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 124.5%;
    color: #5E6282;
    padding-bottom: 16px;    
}

.footer-section-div2 h1:hover, .footer-section-div2 p:hover {
    color: #0077B5;
}

.footer-section-div2 h1:active, .footer-section-div2 p:active {
    color: #0077B5;
}

.footer-section-div2a p {
    display: inline-block;
}

.footer-section-div2a button {
    width: 72px;
    height: 30px;
    background: #65E4A3;
    border-radius: 120px;
    border: none;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 28px;
    color: #0A2640;    
}

.footer-section-div2a button:hover {
    background: #2D9CDB;
    box-shadow: 4px 10px 60px -12px rgba(0, 119, 181, 0.5);
    color: #FFFFFF;
}

.footer-section-div2a button:hover {
    background: #0077B5;
    box-shadow: 4px 24px 45px -12px rgba(0, 119, 181, 0.15);
    color: #FFFFFF;
}

.footer-section-div3 p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 124.5%;
    color: #5E6282; 
    text-align: center;
    padding-top: 90px; 
}

@media screen and (min-width: 1440px) {

    .logo {
        padding-right: 255px;
    }
    
    .nav-items {
        padding-right: 260px;
    }

    .main-container2 {
        gap: 80px;
    }
}

/* Button States*/

button:hover {
    background: #2D9CDB;
    box-shadow: 4px 10px 60px -12px rgba(0, 119, 181, 0.5);
}

button:active {
    border: 2px solid #0077B5;
    box-shadow: 4px 24px 45px -12px rgba(0, 119, 181, 0.15);
    background: #FFFFFF;
    color: #0077B5;
}

#submit:hover {
    background: #2D9CDB;
    box-shadow: 4px 10px 60px -12px rgba(0, 119, 181, 0.5);
}

#submit:active {
    border: 2px solid #0077B5;
    box-shadow: 4px 24px 45px -12px rgba(0, 119, 181, 0.15);
    background: #FFFFFF;
    color: #0077B5;
}

.submit:hover {
    background: #2D9CDB;
    box-shadow: 4px 10px 60px -12px rgba(0, 119, 181, 0.5);
}

.submit:active {
    border: 2px solid #0077B5;
    box-shadow: 4px 24px 45px -12px rgba(0, 119, 181, 0.15);
    background: #FFFFFF;
    color: #0077B5;
}




/* Mobile Screen Codebase */

@media screen and (max-width: 1199px) {

    /*The 1199px used contains the codebase for the mobile version. This is simply a reverse engineering to attempt a mobile-first approach after the desktop version was long created. The subsequent width for the media queries will contain the codebase for the tablet version.   */

    /* Mobile Screen for Nav */

    body {
        background-color: #ffffff;
        width: 100%;
        height: calc(100% - 56px);
        margin-top: 56px;
    }
      
    .wrapper {
        display: none;
    }

    .menu-wrapper {
        display: block;
    }

    header {
        width: 100%;
        height: 56px;
        display: flex;
        position: fixed;
        top: 0;
    }
    

    .menu-wrapper #myLinks {
        display: none;
    }


    .menu-wrapper {
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        padding: 8px 16px;
    }

    .menu-logo img {
        width: 154.67px; 
        height: 40px; 
    }
      
    
    .hamburger {
        display: block;
    }

    .menu-wrapper a.icon {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
    }

    .hamburger a {
        display: block;
        text-align: center;
        padding: 8px 16px;
    }

    .menu img {
        width: 32px;
        height: 32px;
    }


    .menu-overlay {
        width: 100%;
        height: 100vh;
        overflow-y: scroll;
        background: #FFFFFF;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 20;
    }

    .menu-close {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    .close {
        height: 56px;
        padding: 12px 16px;
        margin-bottom: 56px;
    }
   
    .img-close {
        width: 32px;
        height: 32px;
    }

    .menu-btn {
        display: block;
        margin: 0 auto;
        padding: 12px 16px;
        gap: 10px;
        width: 343px;
        height: 48px;
        background: #0077B5;
        box-shadow: 4px 24px 45px -12px rgba(0, 119, 181, 0.15);
        border-radius: 8px;
        border: none;
        font-family: 'DM Sans';
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        line-height: 21px;
        letter-spacing: 0.0125em;
        color: #FFFFFF;
    }


    .mylinks {
        padding: 56px 16px;
    }

    .mylink {
        display: block;
        margin: 0 auto;
        padding: 8px 0px;
        width: 343px;
        height: 53px;
        border-bottom: 1px solid #DDDDDD;
        margin-bottom: 16px;
    }

    .mylink a {
        font-family: 'DM Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 21px;
        color: #3D3D3D;
        text-align: start;
        margin-left: -8px;
    }

    .mylink a:hover {
        color: #0077B5;
    }

    .mylink a:active {
        color: #0077B5;
    }

    #img-arrow-down, #img-arrow-down-con {
        display: block;
        width: 24px;
        height: 24px;
        margin-right: 8px;
    }

    .menu-inline {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    #menu-service-onclick {
        display: none;
    }
    #menu-company-onclick {
        display: none;
    }


    .menu-service-nav {
        padding-top: 8px;
        padding-bottom: 16px;
    }

    .menu-service {
        display: block;
        margin: 0 auto;
        width: 343px;
        /* height: 228px; */
        margin-top: -16px;
    }

    .menu-service1 {
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: start;
        height: 57px;
        gap: 8px;
        padding: 8px 16px;
        border-bottom: 0.5px solid #DDDDDD;
    }
    
    /* .menu-service1:hover {
        justify-content: center;
        transition: 0.3s;
    } */

    .menu-service img {
        width: 40px;
        height: 40px;
    }
    
    .menu-service h1 {
        font-family: 'DM Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        letter-spacing: 0.005em;
        color: #0077B5;
        text-align: start;
        /* margin-left: -16px; */
        line-height: 160%;
    }
    
    .menu-service h1:hover {
        color: #3D3D3D;
        transition: 0.3s;
    }
    
    .menu-service p {
        font-family: 'DM Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 160%;
        letter-spacing: 0.005em;
        color: #3D3D3D;
        text-align: start;
    }

    /* Quote Modal Styling */

    #myMenuModal {
        display: none;
    }

    #myMenuMobModal {
        display: none;
    }

    #myBody {
        overflow-y: auto;
    }

    .modal-overlay {
        width: 100%;
        height: 100vh;
        overflow-y: scroll;
        background: rgba(64, 64, 64, 0.3);
        position: fixed;
        top: 0;
        left: 0;
        z-index: 20;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .modal-container {
        width: 343px;
        height: auto;
        background: #FFFFFF;
        border-radius: 12px;
        z-index: 20;
        margin: 0 auto;
    }

    .modal-header {
        width: 343px;
        height: 50px;
        background: #0077B5;
        border-radius: 12px 12px 0px 0px;
    }

    .modal-section1 {
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 13px 16px;
    }

    .modal-section1 p {
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 150%;
        color: #FFFFFF;
    }

    .close-img {
        cursor: pointer;
    }

    .modal-body {
        padding: 48px 16px 80px 16px;
    }

    #name, #tel, #email {
        width: 311px;
        height: 53px;
        background: rgba(0, 0, 0, 0.05);
        border-radius: 8px;
        padding: 16px;
        font-family: 'DM Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 21px;
        letter-spacing: 0.005em;
        color: #828282;
        border: none;
        outline: none;
        margin-bottom: 16px;
    }

    /* Custom Select styling -- beginning*/

    .custom-select {
        position: relative;
        font-family: 'DM Sans';
    }

    .custom-select select {
        display: none; /*hide original SELECT element:*/
    }

    .select-selected {
        width: 311px;
        height: 53px;
        background: rgba(0, 0, 0, 0.1);
        border-radius: 8px;
    }

    /* #select-img-down {
        position: absolute;
        top: 16px;
        right: 16px;
        cursor: pointer;
    } */


    /*style the items (options), including the selected item:*/
    .select-items div,.select-selected {
        padding: 16px;
        font-family: 'DM Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 21px;
        letter-spacing: 0.005em;
        color: #3D3D3D;
        cursor: pointer;
        user-select: none;
    }

    /*style items (options):*/
    .select-items {
        position: absolute;
        background-color: #ffffff;
        top: 74px;
        left: 0;
        right: 0;
        z-index: 99;
        border-radius: 8px;
        border: 1px solid #BDBDBD;
    }

    .select-items div {
        border-bottom: 1px solid #BDBDBD;
        /* border-radius: 10px; */
    }

    /*hide the items when the select box is closed:*/
    .select-hide {
        display: none;
    }
    
    .select-items div:hover {
        background-color: rgba(0, 0, 0, 0.1);
    }


    #select {
        width: 311px;
        height: 53px;
        background: rgba(0, 0, 0, 0.1);
        border-radius: 8px;
        padding: 16px;
        font-family: 'DM Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 21px;
        letter-spacing: 0.005em;
        color: #3D3D3D;
        border: none;
        outline: none;
        margin-bottom: 16px;
        appearance: none;
    }

    /* Custom Select styling -- end*/

    #message {
        width: 311px;
        height: 200px;
        background: rgba(0, 0, 0, 0.05);
        border-radius: 8px;
        padding: 16px;
        font-family: 'DM Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 21px;
        letter-spacing: 0.005em;
        color: #828282;
        border: none;
        outline: none;
        resize: none;
        margin-top: 16px;
        margin-bottom: 40px;
    }

    #submit {
        width: 144px;
        height: 48px;
        background: #0077B5;
        box-shadow: 4px 24px 45px -12px rgba(0, 119, 181, 0.15);
        border-radius: 8px;
        font-family: 'DM Sans';
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        letter-spacing: 0.0125em;
        color: #FFFFFF;
        text-align: center;
        border: none;
        cursor: pointer;
    }



    /* OnScroll */

    .on-scroll {
        height: 56px;
        border-bottom: 4px solid #0077B5;
        -webkit-transition: background-color 1s ease-out;
        -moz-transition: background-color 1s ease-out;
        -o-transition: background-color 1s ease-out;
        transition: background-color 1s ease-out;
    }

    .on-scroll button {
        border: 2px solid #FFFFFF;
        box-shadow: 4px 24px 45px -12px rgba(0, 119, 181, 0.15);
        background: #0077B5;
        color: #FFFFFF;
    }
    
    .on-scroll button:hover {
        background: #2D9CDB;
        box-shadow: 4px 10px 60px -12px rgba(0, 119, 181, 0.5);
    }
    
    .on-scroll button:active {
        border: 2px solid #0077B5;
        box-shadow: 4px 24px 45px -12px rgba(0, 119, 181, 0.15);
        background: #FFFFFF;
        color: #0077B5;
    }


    /* Mobile Screen for Index CSS file */

    .main-section1 {
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .main-container1 {
        padding: 40px 16px;
    }

    .section1-div1 {
        padding-right: 0px;
        padding-top: 0px;
    }
    
    .section1-div1 h1 {
        font-size: 40px;
        line-height: 49px;
        color: #0077B5;
        padding-bottom: 24px;
    }
    
    .section1-div1 p {
        font-size: 14px;
        line-height: 180%;
        color: #4F4F4F;
        padding-bottom: 24px;
    }

    .menu-section1-btn {
        display: block;
        margin-bottom: 56px;
    }
    
    .menu-sec1-btn {
        padding: 12px 16px;
        gap: 10px;
        width: 144px;
        height: 48px;
        background: #0077B5;
        box-shadow: 4px 24px 45px -12px rgba(0, 119, 181, 0.15);
        border-radius: 8px;
        border: none;
        font-family: 'DM Sans';
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        line-height: 21px;
        letter-spacing: 0.0125em;
        color: #FFFFFF;  
    }

    .section1-div2 img {
        display: block;
        margin: 0 auto;
        width: 343px; 
        height: 353px;
    }
    
    .mobile-sec1-con2 {
        display: none;
    }

    .mobile-sec1-con2b {
        display: block;
        padding-top: 40px;
        padding-bottom: 64px;
    }


    .mobile-sec2-con {
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 32px;
        padding-bottom: 16px;
    }

    .mobile-sec2-con .img1 {
        width: 107.5px;
        height: 18.5px;
    }
    .mobile-sec2-con .img2 {
        width: 75.5px;
        height: 16px;
    }
    .mobile-sec2-con .img3 {
        width: 70px;
        height: 11px;
    }
    .mobile-sec2-con .img4 {
        width: 25px;
        height: 41px;
    }
    .mobile-sec2-con .img5 {
        width: 68px;
        height: 23px;
    }
    .mobile-sec2-con .img6 {
        width: 69px;
        height: 20px;
    }
    
    .main-container3 {
        background: #F2F2F2;
        padding: 40px 16px;
    }
    
    .section3-div2 {
        display: none;
    }

    .section3-div1 {
        padding-right: 0px;
    }
    
    .section3-div1 h3 {
        font-size: 14px;
        line-height: 18px;
        color: #0077B5;
        padding-bottom: 24px;
    }
    
    .section3-div1 h1 {
        font-size: 20px;
        line-height: 26px;
        color: #3D3D3D;
        padding-bottom: 16px;
    }
    
    .section3-div1 p {
        font-size: 14px;
        line-height: 180%;
        text-align: justify;
        letter-spacing: 0.005em;
        color: #3D3D3D;
        padding-bottom: 40px;
    }
    
    .sec3p1 {
        padding-bottom: 0px;
    }
    
    .section3-div1 button {
        width: 144px;
        height: 48px;
        font-size: 14px;
        line-height: 150%;
        letter-spacing: 0.0125em;
        color: #FFFFFF;
        border-radius: 8px;
    }
    
    .section4-div2, .section4-div3 {
        display: none;
    }
    .menu-section4-div2 {
        display: block;
    }



    .main-container4 {
        height: auto;
        padding: 40px 16px 72px 16px;
    }
    
    .section4-div1 {
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 80px;
    }
    
    .section4-div1 h3 {
        font-size: 14px;
        line-height: 18px;
        color: #0077B5;
        padding-bottom: 24px;
    }
    
    .section4-div1 h1 {
        font-size: 20px;
        line-height: 26px;
        color: #3D3D3D;
        padding-bottom: 16px;
    }
    
    .section4-div1 p {
        font-size: 14px;
        line-height: 160%;
        color: #4F4F4F;
        padding-bottom: 40px;
    }
    
    .section4-div1 button {
        width: 144px;
        height: 48px;
        border-radius: 8px;
        font-size: 14px;
        line-height: 150%;
        letter-spacing: 0.0125em;
        color: #FFFFFF;
    }
    
    .menu-section4-flex {
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 16px;
    }

    .menu-section4-main-div {
        width: 164px;
        height: 267px;
        border-radius: 8px;
        padding: 24px 8px;
    }
    
    .menu-section4-div2a {
        background: rgba(239, 243, 245, 0.3);
        margin-right: 0px;
        margin-bottom: 14px;
    }
    
    .menu-section4-div2b {
        background: rgba(242, 228, 255, 0.3);
        margin-right: 0px;
    }
    
    .menu-section4-div3a {
        background: rgba(255, 247, 239, 0.3);
        margin-bottom: 14px;
    }
    
    .menu-section4-div3b {
        background: rgba(245, 228, 228, 0.3);
    }

    .menu-section4-main-div .img1 {
        width: 47px;
        height: 40px;
    }
    .menu-section4-main-div .img2 {
        width: 44px;
        height: 40px;
    }
    .menu-section4-main-div .img3 {
        width: 46px;
        height: 40px;
    }
    .menu-section4-main-div .img4 {
        width: 44px;
        height: 40px;
    }
    
    .menu-section4-main-div h1 {
        font-family: 'DM Sans';
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        line-height: 18px;
        letter-spacing: 0.005em;
        color: #3D3D3D;
        padding-top: 16px;
        padding-bottom: 8px;    
    }
    
    .menu-section4-main-div p {
        font-family: 'DM Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 140%;
        color: #4F4F4F;
        padding-bottom: 16px;
    }
    
    
    .menu-section4-main-div h5 {
        display: inline-block;
        font-family: 'DM Sans';
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        line-height: 18px;
        letter-spacing: 0.005em;
    }
    
    .menu-section4-div2a h5 {
        color: #0077B5;
    }
    
    .menu-section4-div2b h5 {
        color: #BB6BD9;
    }
    
    .menu-section4-div3a h5 {
        color: #F2994A;
    }
    
    .menu-section4-div3b h5 {
        color: #EB5757;
    }

    .menu-section4-main-div h5:hover {
        color: #3D3D3D;
    }
    
    .menu-section4-main-div h5:active {
        color: #3D3D3D;
    }
    
    .menu-section4-main-div .arrow {
        margin-bottom: -2px;
    }
    
    
    .main-container5 {
        height: auto;
        background: rgba(60, 100, 177, 0.1);
        padding: 40px 16px;
    }
    
    .main-container5 h3 {
        font-size: 14px;
        line-height: 18px;
        color: #0077B5;
        text-align: center;
        padding-bottom: 24px;
    }
    
    .main-container5 h1 {
        font-size: 20px;
        line-height: 150%;
        text-align: center;
        color: #3D3D3D;
        width: 343px;
        margin: 0 auto;
        padding-bottom: 48px;
    }
    
    .section5-div1 {
        gap: 16px;
        justify-content: center;
        align-items: center;
    }

    .section5-div2 {
        width: 300px;
        height: 200px;
        padding-top: 0px;
        padding-bottom: 0px;
        padding: 39px 20px;
    }
    
    .section5-div2:hover {
        border: 1px solid #3D3D3D;
        border-radius: 20px;
    }
    
    .section5-div2 img {
        width: 40px;
        height: 40px;
        display: block;
        margin: 0 auto;
    }
    
    .section5-div2 h2 {
        font-size: 14px;
        line-height: 18px;
        text-align: center;
        color: #3D3D3D;
        padding-top: 16px;
        padding-bottom: 16px;
    }
    
    .section5-div2 p {

        font-size: 12px;
        line-height: 16px;
        text-align: center;
        letter-spacing: 0.005em;
        color: #3D3D3D;
    }
    
    .section5-div2a, .section5-div2b, .section5-div2c, .section5-div2d{
        padding-right: 20px;
        padding-left: 20px;
    }

    
    .main-container6 {
        padding-top: 60px;
        padding-bottom: 45px;
    }
    
    .main-container6 h3 {
        font-size: 14px;
        line-height: 18px;
        text-align: center;
        color: #0077B5;
        padding-bottom: 24px;
        
    }
    
    .main-container6 h1 {
        width: 343px;
        margin: 0 auto; 
        font-size: 20px;
        line-height: 26px;
        text-align: center;
        color: #3D3D3D;
        padding-bottom: 36px;
    }

    .menu-section6-div {
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center; 
    }

    .section6-div2 .img1 {
        width: 155.5px;
        height: 51px;
    }
    .section6-div2 .img2 {
        width: 164.5px;
        height: 51px;
    }
    .section6-div2 .img3 {
        width: 173.62px;
        height: 29px;
    }
    .section6-div2 .img4 {
        width: 96px;
        height: 24px;
    }
    .section6-div2 .img5 {
        width: 106px;
        height: 26.5px;
    }
    .section6-div2 .img6 {
        width: 117.5px;
        height: 51px;
    }
    .section6-div2 .img7 {
        width: 154.5px;
        height: 52.5px;
    }
    
    @keyframes scroll {
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(-100%);
        }
    }
    
    .section6-div2 {
        align-items: center;
        justify-content: center;
        gap: 32.5px;
    }
    
    .slider {
        height: 60px;
        width: 335px;
        margin: 0 auto;
        overflow: hidden;
        position: relative;
        z-index: -20;
        display: flex;
        gap: 25px;
    }
    
    .slider .slide-track {
        animation: scroll 30s linear infinite;
        /* width: calc(250px * 18); */
    }
    
    .main-con-7-mob {
        display: block;
    }
    .main-con-7 {
        display: none;
    }
    
    .main-container7 {
        padding: 0px 0px 60px 0px;
    }
    
    .section7-div {
        height: auto; 
        background: #F2F8FB;
        border-radius: 0px;
        padding-top: 40px;
        padding-bottom: 40px;  
    }
    
    .section7-div h3 {
        font-size: 14px;
        line-height: 18px;
        text-align: center;
        color: #0077B5;
        padding-bottom: 24px;    
    }
    
    .section7-div h1 {
        width: 343px;
        margin: 0 auto; 
        font-size: 20px;
        line-height: 24px;
        text-align: center;
        color: #3D3D3D;
        padding-bottom: 48px; 
    }
    
    .section7-div button {
        display: block;
        margin: 0 auto;
        width: 144px;
        height: 48px;
        border-radius: 8px;
        font-size: 14px;
        line-height: 150%;
        letter-spacing: 0.0125em;
        color: #FFFFFF;    
    }
    
    .main-container3 button:hover, .main-container4 button:hover, .main-con-7-mob button:hover {
        background: #2D9CDB;
        box-shadow: 4px 10px 60px -12px rgba(0, 119, 181, 0.5);
    }
    
    .main-container3 button:active , .main-container4 button:active , .main-con-7-mob button:active {
        border: 2px solid #0077B5;
        box-shadow: 4px 24px 45px -12px rgba(0, 119, 181, 0.15);
        background: #FFFFFF;
        color: #0077B5;
    }

    /* Mobile Screen for Services CSS file */

    .main-serv-con1 {
        padding: 64px 16px 80px 16px;
    }
    
    .main-serv-con1 h1 {
        font-size: 32px;
        line-height: 39px;
        text-align: center;
        padding-bottom: 24px;
    }
    
    .main-serv-con1 p {
        display: block;
        margin: 0 auto;
        width: 343px;
        font-size: 14px;
        line-height: 18px;
        text-align: center;
    }
    
    .main-serv-con2 {
        background: #F2F8FB;
        padding: 40px 16px 45px 16px;
    }

    .main-serv-con2 img, .main-serv-con3 img, .main-serv-con4 img, .main-serv-con5 img {
        width: 343px;
        height: 229px;
    }
    
    .main-serv-con2a {
        flex-direction: column-reverse;
        align-items: center;
        gap: 40px;
        padding-bottom: 48px;
    }
    
    .main-serv-con2a h1, .main-serv-con3a h1, .main-serv-con4a h1, .main-serv-con5a h1 {
        display: block;
        margin: 0 auto;
        width: 343px;
        font-size: 20px;
        line-height: 26px;
        padding-bottom: 16px;
    }
    
    .main-serv-con2a p, .main-serv-con4a p {
        display: block;
        margin: 0 auto;
        width: 343px;
        font-size: 14px;
        line-height: 160%;
        text-align: justify;
    }
    
    .main-serv-con3a p, .main-serv-con5a p {
        display: block;
        margin: 0 auto;
        width: 343px;
        font-size: 14px;
        line-height: 160%;
        text-align: justify;
    }
    
    .main-serv-con2 button, .main-serv-con3 button, .main-serv-con4 button, .main-serv-con5 button {
        height: 48px;
        background: #0077B5;
        box-shadow: 4px 24px 45px -12px rgba(0, 119, 181, 0.15);
        border-radius: 8px;
        border: none;
        font-size: 14px;
        line-height: 150%; 
    }
    
    .main-serv-con2 button:hover, .main-serv-con3 button:hover, .main-serv-con4 button:hover, .main-serv-con5 button:hover {
        background: #2D9CDB;
        box-shadow: 4px 10px 60px -12px rgba(0, 119, 181, 0.5);
    }
    
    .main-serv-con2 button:active , .main-serv-con3 button:active , .main-serv-con4 button:active, .main-serv-con5 button:active {
        border: 2px solid #0077B5;
        box-shadow: 4px 24px 45px -12px rgba(0, 119, 181, 0.15);
        background: #FFFFFF;
        color: #0077B5;
    }


    .main-serv-con3 {
        background: #FFFFFF;
        padding: 40px 16px 45px 16px;
    }
    
    .main-serv-con3a {
        align-items: center;
        gap: 40px;
        padding-bottom: 48px;
    }
    
    .main-serv-con4 {
        background: #F2F8FB;
        padding: 40px 16px 45px 16px;
    }
    
    .main-serv-con4a {
        flex-direction: column-reverse;
        align-items: center;
        gap: 40px;
        padding-bottom: 48px;
    }
    
    .main-serv-con5 {
        background: #FFFFFF;
        padding: 40px 16px 45px 16px;
    }
    
    .main-serv-con5a {
        align-items: center;
        gap: 40px;
        padding-bottom: 48px;
    }

    /* Mobile Screen for Software Development CSS file */

    .main-soft-con1 {
        padding: 40px 16px 40px 16px;
    }
    
    .main-soft-con-img {
        display: block;
        margin: 0 auto;
        width: 343px;
        height: 138px;
        background-image: url(../img/img/image5.png);
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 5.53226px;
    }
    
    .main-soft-con-img h1 {
        font-size: 20px;
        line-height: 150%; 
        color: #FFFFFF;
        text-align: center;
        padding-top: 54px;
    }
    
    .main-soft-con2 img, .main-soft-con3 img {
        width: 48px;
        height: 48px;
    }
    
    .main-soft-con6 img, .main-soft-con7 img {
        width: 48px;
        height: 48px;
    }

    .main-soft-con2 {
        gap: 64px;
        padding-bottom: 64px;
        padding: 24px 16px 64px 16px;
    }
    
    .main-soft-con3 {
        gap: 64px;
        padding-bottom: 88px;
        padding: 0px 16px 88px 16px;
    }
    
    .main-soft-con2a {
        display: block;
        margin: 0 auto;
        width: 343px;
        height: 156px;
    }
    
    .main-soft-con2b {
        display: block;
        margin: 0 auto;
        width: 343px;
        height: 156px;
    }
    
    .main-soft-con2c {
        display: block;
        margin: 0 auto;
        width: 343px;
        height: 156px;
    }
    
    .main-soft-con2a img, .main-soft-con2b img, .main-soft-con2c img {
        display: block;
        margin: 0 auto;
    }
    
    .main-soft-con2a h1, .main-soft-con2b h1, .main-soft-con2c h1 {
        font-size: 18px;
        line-height: 22px;
        text-align: center;
        color: #0077B5;
        padding-top: 16px;
        padding-bottom: 16px;
    }
    
    .main-soft-con2a p, .main-soft-con2b p, .main-soft-con2c p {
        font-size: 14px;
        line-height: 18px;
        text-align: center;
        letter-spacing: 0.005em;
        color: #3D3D3D;
    }
    
    .main-soft-con4 {
        background: #F2F2F2;
        padding: 40px 16px 40px 16px;
        gap: 48px;
    }
    
    .main-soft-con4 h1 {
        font-size: 18px;
        line-height: 22px;
        text-transform: uppercase;
        color: #0077B5;
        padding-bottom: 24px;
    }
    
    .main-soft-con4 p {
        font-size: 14px;
        line-height: 160%; 
        letter-spacing: 0.005em;
        color: #3D3D3D;
    }
    
    .main-soft-con4a {
        padding-right: 0px;
    }
    
    .main-soft-con5 {
        height: 240px;
        background: #0077B5;
    }
    
    .main-soft-con5 h1 {
        font-size: 20px;
        line-height: 24px;
        color: #FFFFFF;
        padding-top: 40px;
        padding-bottom: 24px;
        text-align: center;
    }
    
    .main-soft-con5 p {
        display: block;
        margin: 0 auto;
        width: 343px;
        font-size: 14px;
        line-height: 160%; 
        text-align: center;
        letter-spacing: 0.005em;
        color: #FFFFFF;
    }
    
    .main-soft-con6 {
        gap: 64px;
        padding-top: 80px;
        padding-bottom: 64px;
        padding: 80px 16px 64px 16px;
    }
    
    .main-soft-con7 {
        gap: 64px;
        padding-bottom: 120px;
        padding: 0px 16px 120px 16px;
    }
    
    .main-soft-con6a {
        display: block;
        margin: 0 auto;
        width: 343px;
    }
    
    .main-soft-con6b {
        display: block;
        margin: 0 auto;
        width: 343px;
    }
    
    .main-soft-con6c {
        display: block;
        margin: 0 auto;
        width: 343px;
    }
    
    .main-soft-con7a {
        display: block;
        margin: 0 auto;
        width: 343px;
    }
    
    .main-soft-con7b {
        display: block;
        margin: 0 auto;
        width: 343px;
    }
    
    .main-soft-con7c {
        display: block;
        margin: 0 auto;
        width: 343px;
    }
    
    .main-soft-con6a img, .main-soft-con6b img, .main-soft-con6c img,
    .main-soft-con7a img, .main-soft-con7b img, .main-soft-con7c img {
        display: block;
        margin: 0 auto;
    }
    
    .main-soft-con6a h1, .main-soft-con6b h1, .main-soft-con6c h1,
    .main-soft-con7a h1, .main-soft-con7b h1, .main-soft-con7c h1 {
        font-size: 18px;
        line-height: 22px;
        color: #0077B5;
        text-align: center;
        padding-top: 16px;
        padding-bottom: 16px;
    }
    
    .main-soft-con6a p, .main-soft-con6b p, .main-soft-con6c p,
    .main-soft-con7a p, .main-soft-con7b p, .main-soft-con7c p {
        font-size: 14px;
        line-height: 18px;
        text-align: center;
        letter-spacing: 0.005em;
        color: #3D3D3D;
    }
    

    /* Mobile Screen for IT Support CSS file */

    .main-it-con1 {
        padding: 40px 16px 40px 16px;
    }
    
    .main-it-con-img {
        display: block;
        margin: 0 auto;
        width: 343px;
        height: 138px;
        border-radius: 5.53226px;
        background-image: url(../img/img/image8.png);
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    .main-it-con-img h1 {
        font-size: 20px;
        line-height: 150%; 
        color: #FFFFFF;
        text-align: center;
        padding-top: 54px;
    }
    
    .main-it-con2 {
        gap: 64px;
        padding-bottom: 80px;
        padding: 40px 16px 80px 16px;
    }
    
    .main-it-con2a {
        display: block;
        margin: 0 auto;
        width: 343px;
    }
    
    .main-it-con2b {
        display: block;
        margin: 0 auto;
        width: 343px;
    }
    
    .main-it-con2c {
        display: block;
        margin: 0 auto;
        width: 343px;
    }

    .main-it-con2a img {
        width: 105.95px;
        height: 72px;
    }
    
    .main-it-con2b img {
        width: 99.13px;
        height: 72px;
    }
    
    .main-it-con2c img {
        width: 81.25px;
        height: 64px;
    }

    .main-it-con2a img, .main-it-con2b img, .main-it-con2c img {
        display: block;
        margin: 0 auto;
    }
    
    .main-it-con2a h1, .main-it-con2b h1, .main-it-con2c h1 {
        font-size: 20px;
        line-height: 24px;
        text-align: center;
        padding-top: 16px;
        padding-bottom: 16px;
    }
    
    .main-it-con2a p, .main-it-con2b p, .main-it-con2c p {
        font-size: 14px;
        line-height: 18px;
        text-align: center;
        letter-spacing: 0.005em;
    }
    
    .main-it-con3 {
        background: #F2F2F2;
        padding-top: 40px;
        padding: 40px 16px 40px 16px;
    }

    .main-it-con4a img {
        width: 45px;
        height: 40px;
    }
    
    .main-it-con5a img {
        width: 40px;
        height: 40px;
    }
    
    .main-it-con4b img, .main-it-con4c img, .main-it-con5b img, .main-it-con5c img {
        width: 40px;
        height: 40px;
    }
    
    .main-it-con3 h1 {
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        line-height: 24px;
        color: #0077B5;
        padding-bottom: 24px;
        text-align: center;
    }
    
    .main-it-con3 p {
        font-family: 'DM Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 18px;
        letter-spacing: 0.005em;
        color: #3D3D3D;
        padding-bottom: 48px;
        text-align: center;
    }
    
    .main-it-con4 {
        gap: 24px;
        padding-bottom: 24px;
        padding: 0px 16px 24px 16px;
    }
    
    .main-it-con5 {
        gap: 24px;
        padding: 0px 16px 0px 16px;
    }
    
    .main-it-con4a, .main-it-con5a {
        display: block;
        margin: 0 auto;
        width: 343px;
    }
    
    .main-it-con4b, .main-it-con5b {
        display: block;
        margin: 0 auto;
        width: 343px;
    }
    
    .main-it-con4c {
        display: block;
        margin: 0 auto;
        width: 343px;
    }
    
    .main-it-con5c {
        display: block;
        margin: 0 auto;
        width: 343px;
    }
    
    .main-it-con4a img, .main-it-con4b img, .main-it-con4c img,
    .main-it-con5a img, .main-it-con5b img, .main-it-con5c img {
        display: block;
        margin: 0 auto;
    }
    
    .main-it-con4a h1, .main-it-con4b h1, .main-it-con4c h1,
    .main-it-con5a h1, .main-it-con5b h1, .main-it-con5c h1 {
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 22px;
        text-align: center;
        color: #3D3D3D;
        padding-top: 16px;
        padding-bottom: 16px;
    }
    
    .main-it-con4a p, .main-it-con4b p, .main-it-con4c p,
    .main-it-con5a p, .main-it-con5b p, .main-it-con5c p {
        font-family: 'DM Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 18px;
        text-align: center;
        letter-spacing: 0.005em;
        color: #3D3D3D;
    }

    /* Mobile Screen for Network Design CSS file */

    .main-net-con1 {
        padding: 40px 16px 40px 16px;
    }
    
    .main-net-con-img {
        display: block;
        margin: 0 auto;
        width: 343px;
        height: 138px;
        border-radius: 5.53226px;
        background-image: url(../img/img/image10.png);
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    .main-net-con-img h1 {
        font-size: 20px;
        line-height: 150%; 
        color: #FFFFFF;
        text-align: center;
        padding-top: 54px;
    }

    .main-net-con2 img {
        width: 40px;
        height: 40px;
    }
    
    .main-net-con2 {
        gap: 64px;
        padding-bottom: 80px;
        padding: 40px 16px 80px 16px;
    }
    
    .main-net-con2a {
        display: block;
        margin: 0 auto;
        width: 343px;
    }
    
    .main-net-con2b {
        display: block;
        margin: 0 auto;
        width: 343px;
    }
    
    .main-net-con2c {
        display: block;
        margin: 0 auto;
        width: 343px;
        margin-top: 0px;
    }
    
    .main-net-con2a img, .main-net-con2b img, .main-net-con2c img {
        display: block;
        margin: 0 auto;
    }
    
    .main-net-con2a h1, .main-net-con2b h1, .main-net-con2c h1 {
        font-size: 18px;
        line-height: 22px;
        text-align: center;
        color: #4F4F4F;
        padding-top: 16px;
        padding-bottom: 16px;
    }
    
    .main-net-con2a p, .main-net-con2b p, .main-net-con2c p {
        font-size: 14px;
        line-height: 24px;
        text-align: center;
        letter-spacing: 0.02em;
        color: #4F4F4F;
    }
    
    .main-net-con3 {
        align-items: center;
        gap: 0px;
        padding: 88px 16px 88px 16px;
        background: #F2F2F2;
    }
    
    .main-net-con3c {
        width: 0px;
        display: none;
    }

    .main-net-con3a {
        display: block;
        margin: 0 auto;
        width: 343px;
    }
    
    .main-net-con3a h1 {
        font-size: 18px;
        line-height: 22px;
        color: #0077B5;
        padding-bottom: 16px;
    }
    
    .main-net-con3b {
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 12px;
        margin-left: 8px;
        padding-bottom: 16px; 
    }
    
    .main-net-con3b p {
        font-size: 14px;
        line-height: 17px;
        color: #3D3D3D;
    }
    
    /* Mobile Screen for Consultancy CSS file */    
    
    .main-cons-con1 {
        flex-direction: column-reverse;
        align-items: center;
        gap: 40px;
        padding: 40px 16px 64px 16px;
    }
    
    .main-cons-con1 img {
        display: block;
        margin: 0 auto;
        width: 343px;
        height: 301px;
    }
    
    .main-cons-con1-mob {
        display: block;
        margin: 0 auto;
        width: 343px;
    }

    .main-cons-con1 h1 {
        font-size: 32px;
        line-height: 42px;
        color: #0077B5;
        padding-bottom: 16px;
    }
    
    .main-cons-con1 p {
        font-size: 14px;
        line-height: 150%;
        letter-spacing: 0.005em;  
        color: #3D3D3D;
    }
    
    .main-cons-con2 {
        align-items: center;
        height: auto;
        background: #0077B5;
        padding: 56px 16px 56px 16px;
    }

    .main-cons-con2 img {
        display: none;
    }
    
    .main-cons-con2 p {
        display: block;
        margin: 0 auto;
        width: 343px;
        font-size: 14px;
        line-height: 150%;
        letter-spacing: 0.03em;
        color: #FFFFFF;
    }
    
    .main-cons-con3 {
        padding-top: 64px;
        padding-bottom: 64px;
        padding: 64px 16px 64px 16px;
    }
    
    .main-cons-con3 p {
        width: 343px;
        margin: 0 auto;
        font-size: 14px;
        line-height: 160%;
        text-align: center;
        color: #3D3D3D;
    }
    
    .main-cons-con4 {
        gap: 64px;
        padding: 0px 16px 80px 16px;
    }
    
    .main-cons-con4a {
        display: block;
        margin: 0 auto;
        width: 343px;
    }
    
    .main-cons-con4b {
        display: block;
        margin: 0 auto;
        width: 343px;
    }
    
    .main-cons-con4c {
        display: block;
        margin: 0 auto;
        width: 343px;
    }
    
    .main-cons-con4 h2 {
        font-size: 18px;
        line-height: 22px;
        color: #0077B5;
        padding-bottom: 16px;
    }
    
    .main-cons-con4 p {
        font-size: 14px;
        line-height: 18px;
        letter-spacing: 0.005em; 
        color: #3D3D3D;
        padding-bottom: 18px;
    }
    
    .main-cons-con4 ul {
        margin-left: 24px;
    }
    
    .main-cons-con4 li {
        font-weight: 500;
        font-size: 14px;
        line-height: 18px;
        letter-spacing: 0.005em;
        color: #3D3D3D;
    }

    /* Mobile Screen for Products CSS file */

    .main-pro-con-img {
        background-image: url(../img/img/image56m.png);
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        height: 354px;
        margin-bottom: 56px;
    }
    
    .main-pro-con-img h1 {
        font-size: 32px;
        line-height: 42px;
        text-align: center;
        color: #FFFFFF;
        padding-top: 137.5px;
        padding-bottom: 16px;
    }
    
    .main-pro-con-img p {
        font-size: 16px;
        line-height: 21px; 
        text-align: center;
        color: #FFFFFF;
    }
    
    .main-pro-con1 {
        align-items: center;
        gap: 0px;
        padding: 40px 16px 40px 16px;
    }

    .main-pro-con1 img {
        display: none;
    }
    
    .main-pro-con1-img1 {
        margin-left: 0px;
    }
    
    .main-pro-con1 h1 {
        font-size: 28px;
        line-height: 36px;
        color: #3D3D3D;
        padding-bottom: 8px;
    }
    
    .main-pro-con1 p {
        font-size: 14px;
        line-height: 160%;
        color: #3D3D3D;
        padding-bottom: 32px;
    }
    
    .main-pro-con1 button {
        width: 144px;
        height: 48px;
        background: #0077B5;
        box-shadow: 4px 24px 45px -12px rgba(0, 119, 181, 0.15);
        border-radius: 8px;
        border: none;
        font-size: 14px;
        line-height: 150%;
        letter-spacing: 0.0125em;
        color: #FFFFFF; 
    }

    .main-pro-con1 button:hover {
        background: #2D9CDB;
        box-shadow: 4px 10px 60px -12px rgba(0, 119, 181, 0.5);
    }
    
    .main-pro-con1 button:active {
        border: 2px solid #0077B5;
        box-shadow: 4px 24px 45px -12px rgba(0, 119, 181, 0.15);
        background: #FFFFFF;
        color: #0077B5;
    }
    
    .main-pro-con1a {
        display: block;
        margin: 0 auto;
        width: 343px;
    }
    
    .main-pro-con1b {
        display: block;
        margin: 0 auto;
        width: 343px;
    }
    
    .main-pro-con1c {
        display: block;
        margin: 0 auto;
        width: 343px;
    }
    
    .main-pro-con1d {
        display: block;
        margin: 0 auto;
        width: 343px;
        padding-bottom: 80px;
    }
    
    .main-pro-border {
        display: none;
    }
    

    /* Mobile Screen for Sales CSS file */

    .main-sal-con-img {
        background-image: url(../img/img/Rectangle1271m.png);
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        height: 336px;
        margin-bottom: 24px;
    }
    
    .main-sal-con-img h1 {
        font-size: 32px;
        line-height: 39px;   
        text-align: center;
        color: #FFFFFF;
        padding-top: 80.5px;
        padding-bottom: 16px;
    }
    
    .main-sal-con-img p {
        font-size: 16px;
        line-height: 150%;
        text-align: center;
        letter-spacing: 0.04em;
        color: #FFFFFF;
        width: 340px;
        margin: 0 auto;
    }
    
    .main-sal-con1 {
        padding: 64px 31px 0px 31px;
        align-items: center;
        gap: 64px;
    }

    .main-sal-con1 img {
        width: 40px;
        height: 40px;
    }
    
    .main-sal-con1a {
        display: block;
        margin: 0 auto;
        width: 313px;
    }
    
    .main-sal-con1 h1 {
        font-size: 18px;
        line-height: 22px;
        color: #0077B5;
        padding-top: 16px;
        padding-bottom: 16px;
    }
    
    .main-sal-con1 ul li {
        font-size: 14px;
        line-height: 150%;
        letter-spacing: 0.005em;
        color: #3D3D3D;
    }
    
    .main-sal-con1 ul {
        margin-left: 24px;
    }

    .main-sal-con2 {
        display: none;
    }

    .main-sal-con2-mob {
        display: block;
    }
    
    .main-sal-con2-mob button {
        display: block;
        margin: 0 auto;
        width: 144px;
        height: 48px;
        background: #0077B5;
        box-shadow: 4px 24px 45px -12px rgba(0, 119, 181, 0.15);
        border-radius: 8px;
        border: none;
        font-family: 'DM Sans';
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        line-height: 150%;
        letter-spacing: 0.0125em;
        color: #FFFFFF;
        margin-top: 80px;
        margin-bottom: 120px;
    }
    
    .main-sal-con2-mob button:hover {
        background: #2D9CDB;
        box-shadow: 4px 10px 60px -12px rgba(0, 119, 181, 0.5);
    }
    
    .main-sal-con2-mob button:active {
        border: 2px solid #0077B5;
        box-shadow: 4px 24px 45px -12px rgba(0, 119, 181, 0.15);
        background: #FFFFFF;
        color: #0077B5;
    }

    /* Mobile Screen for BiRo CSS file */    

    .main-bir-con3a {
        display: none;
    }

    .main-bir-con3a-mob {
        display: block;
    }

    .main-bir-con-img {
        background-image: url(../img/img/Rectangle1272m.png);
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        height: 336px;
    }
    
    .main-bir-con-img h1 {
        font-size: 32px;
        line-height: 39px;    
        text-align: center;
        color: #FFFFFF;
        padding-top: 56.5px;
        padding-bottom: 16px;
    }
    
    .main-bir-con-img p {
        font-size: 16px;
        line-height: 150%;
        text-align: center;
        letter-spacing: 0.04em;
        color: #FFFFFF;
        width: 343px;
        margin: 0 auto;
    }
    
    .main-bir-con1 {
        padding: 88px 31px 64px 31px;
        gap: 64px;
    }

    .main-bir-con1 img, .main-bir-con2 img {
        width: 40px;
        height: 40px;
    }
    
    .main-bir-con2 {
        padding: 0px 31px 0px 31px;
        gap: 64px;
    }
    
    .main-bir-con1a, .main-bir-con2a {
        display: block;
        margin: 0 auto;
        width: 313px;
    }

    .main-bir-con1c {
        display: block;
        margin: 0 auto;
        width: 313px;
    }
    
    .main-bir-con2b {
        display: block;
        margin: 0 auto;
        width: 313px;
    }


    .main-bir-con3 {
        gap: 0px;
    }

    .main-bir-con1a, .main-bir-con2a, .main-bir-con1c, .main-bir-con2b {
        display: flex;
        flex-direction: column;
        justify-items: center;
        align-items: center;
        width: 313px;
    }
    

    .main-bir-con1 h1, .main-bir-con2 h1 {
        font-size: 18px;
        line-height: 22px;
        color: #0077B5;
        padding-top: 16px;
        padding-bottom: 16px;
        text-align: center;
    }
    
    .main-bir-con1 ul li, .main-bir-con2 ul li {
        font-size: 14px;
        line-height: 18px;
        letter-spacing: 0.005em;
        color: #3D3D3D;
    }
    
    .main-bir-con1 ul, .main-bir-con2 ul {
        margin-left: 24px;
    }
    
    .main-bir-con1 img, .main-bir-con2a img {
        margin-left: 0px;
    }
    
    .main-bir-con1c img {
        margin-left: 0px;
    }
    
    .main-bir-con1 img, .main-bir-con2 img {
        display: block;
        margin: 0 auto;
    }
    
    .main-bir-con2b h1 {
        text-align: center;
    }
    
    .main-bir-con4 {
        display: none;
    }
    

    /* Mobile Screen for Store CSS file */   
    
    .main-sto-con-img {
        background-image: url(../img/img/Rectangle1273m.png);
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        height: 336px;
        margin-bottom: 24px;
    }
    
    .main-sto-con-img h1 {
        font-size: 32px;
        line-height: 39px;    
        text-align: center;
        color: #FFFFFF;
        padding-top: 68.5px;
        padding-bottom: 16px;
    }
    
    .main-sto-con-img p {
        font-size: 16px;
        line-height: 150%;
        text-align: center;
        letter-spacing: 0.04em;
        color: #FFFFFF;
        width: 343px;
        margin: 0 auto;
    }
    
    .main-sto-con1 {
        padding: 64px 16px 0px 16px;
        align-items: center;
        gap: 64px;
    }

    .main-sto-con1 img {
        width: 40px;
        height: 40px;
    }
    
    .main-sto-con1a {
        display: flex;
        flex-direction: column;
        justify-items: center;
        align-items: center;
        width: 343px;
    }
    
    .main-sto-con1 h1 {
        font-size: 18px;
        line-height: 22px;
        color: #0077B5;
        padding-top: 16px;
        padding-bottom: 16px;
        text-align: center;
    }
    
    .main-sto-con1 ul li {
        font-size: 14px;
        line-height: 18px;
        letter-spacing: 0.005em;
        color: #3D3D3D;
    }
    
    .main-sto-con1 ul {
        margin-left: 24px;
    }
    
    .main-sto-img1 img {
        margin-left: 0px;
    }
    .main-sto-img2 img {
        margin-left: 0px;
    }
    .main-sto-img3 img {
        margin-left: 0px;
    }
    .main-sto-img4 img {
        margin-left: 0px;
    }
    .main-sto-img5 img {
        margin-left: 0px;
    }
    .main-sto-img6 img {
        margin-left: 0px;
    }
    
    .main-sto-con1 img {
        display: block;
        margin: 0 auto;
    }

    .main-sto-con2 {
        display: none;
    }
    
    /* Mobile Screen for Hotel CSS file */  
    
    .main-hol-con-img {
        background-image: url(../img/img/Rectangle1274m.png);
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        height: 336px;
    }
    
    .main-hol-con-img h1 {
        font-size: 32px;
        line-height: 39px;   
        text-align: center;
        color: #FFFFFF;
        padding-top: 68.5px;
        padding-bottom: 16px;
    }
    
    .main-hol-con-img p {
        font-size: 16px;
        line-height: 150%;
        text-align: center;
        letter-spacing: 0.04em;
        color: #FFFFFF;
        width: 343px;
        margin: 0 auto;
    }
    
    .main-hol-con1 {
        padding: 88px 31px 64px 31px;
        gap: 64px;
    }
    
    .main-hol-con1 img, .main-hol-con2 img {
        width: 40px;
        height: 40px;
    }
    
    .main-hol-con2 {
        padding: 0px 31px 0px 30px;
        gap: 64px;
    }
    
    .main-hol-con1a {
        display: block;
        margin: 0 auto;
        width: 313px;
    }
    
    .main-hol-con1 h1, .main-hol-con2 h1 {
        font-size: 18px;
        line-height: 22px;
        color: #0077B5;
        padding-top: 16px;
        padding-bottom: 16px;
    }
    
    .main-hol-con1 ul li, .main-hol-con2 ul li {
        font-size: 14px;
        line-height: 18px;
        letter-spacing: 0.005em;
        color: #3D3D3D;
    }
    
    .main-hol-con1 ul, .main-hol-con2 ul {
        margin-left: 24px;
    }
    
    .main-hol-con3 {
        display: none;
    }
    

    /* Mobile Screen for Blog CSS file */ 
    
    .main-blo-con1 {
        align-items: center;
        gap: 40px;
        padding: 64px 16px 64px 16px;
    }
    
    .main-blo-con1a img {
        display: block;
        margin: 0 auto;
        width: 343px;
        height: 191px;
    }
    
    
    .main-blo-con1b {
        display: block;
        margin: 0 auto;
        width: 343px;
    }
    
    .main-blo-con1c {
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        gap: 12px;
        padding-bottom: 8px;
    }
    
    .main-blo-con1c h3 {
        font-size: 14px;
        line-height: 150%;
        text-decoration-line: underline;
        color: #3D3D3D;
    }
    
    .main-blo-con1c p {
        font-size: 14px;
        line-height: 150%;
        text-decoration-line: underline;
        color: #777777;
    }
    
    .main-blo-con1b h1 {
        font-size: 28px;
        line-height: 150%;
        text-decoration-line: underline;
        color: #3D3D3D;
        padding-bottom: 16px;
    }
    
    .main-blo-con1d {
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 12px;
    }
    
    .main-blo-con1d p {
        font-size: 14px;
        line-height: 28px;
        text-decoration-line: underline;
        color: #3D3D3D;
    }
    
    .main-blo-border {
        width: 343px;
        height: 1px;
        background: #3D3D3D;
        margin: 0 auto;
    }
    
    .main-blo-con2 {
        gap: 40px;
        padding-top: 64px;
    }
    
    .main-blo-con3 {
        gap: 40px;
        padding-top: 40px;
        padding-bottom: 80px;
    }
    
    .main-blo-con2a {
        display: block;
        margin: 0 auto;
        width: 300px;
        height: auto;
    }
    
    .main-blo-con2a img {
        border-radius: 24px;
    }
    
    .main-blo-con2b {
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 12px;
        padding-top: 16px;
        padding-bottom: 8px;   
    }
    
    .main-blo-con2b h3 {
        font-size: 14px;
        line-height: 28px;
        color: #3D3D3D;
    }
    
    .main-blo-con2b p {
        font-size: 14px;
        line-height: 28px;
        color: #777777;
    }
    
    .main-blo-con2a h1 {
        font-size: 18px;
        line-height: 150%;
        color: #3D3D3D;
    }
        

    /* Mobile Screen for Blog2 CSS file */    

    .main-blo2-con3a {
        display: none;
    }
    
    .main-blo2-con3a-mob {
        display: block;
    }


    .main-blo2-con1 {
        padding: 64px 16px 40px 16px;
    }
    
    .main-blo2-con1 h1 {
        font-size: 24px;
        line-height: 150%;
        text-align: center;
        color: #3D3D3D;
        padding-top: 0px;
        padding-bottom: 24px;
    }
    
    .main-blo2-con-img {
        background-image: url(../img/img/FeaturedArticle.png);
        background-repeat: no-repeat;
        background-size: cover;
        width: 343px;
        height: 140px;
        border-radius: 22.4734px;
        display: block;
        margin: 0 auto;
    }
    
    .main-blo2-con3-mob {
        display: block;
        margin: 0 auto;
        width: 343px;
    }

    .main-blo2-con3 {
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        align-items: start;
        justify-content: space-between;
        padding: 40px 0px 94px 0px;
    }
    
    .main-blo2-con3a-mob .users {
        width: 20px;
        height: 20px;
    }
    
    .main-blo2-con3a-mob .date {
        width: 20px;
        height: 20px;
    }
    
    .main-blo2-con3a-mob .lock {
        width: 13.14px;
        height: 20px;
    }
    
    .main-blo2-con2a img {
        width: 343px;
        height: 209px;
    }
    
    .main-blo2-con3b img {
        width: 16px;
        height: 16px;
    }

    .main-blo2-mob-flex {
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        align-items: center; 
        gap: 8px;
        padding-bottom: 8px;
    }
    
    .main-blo2-con3a p {
        font-size: 12px;
        line-height: 150%;
        color: #3D3D3D;
    }

    
    
    .main-blo2-con3b {
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 8px;
    }
    
    #tt {
        margin-top: 0px;
    }
    
    #ww {
        margin-top: 0px;
    }
    
    .main-blo2-con4 {
        padding: 0px 0px 64px 0px;
        display: block;
        margin: 0 auto;
        width: 343px;
    }
    
    .main-blo2-con4 p {
        font-size: 16px;
        line-height: 150%;
        letter-spacing: 0.03em; 
        color: #3D3D3D;
    }
    
    .main-blo2-con4 h1 {
        font-size: 18px;
        line-height: 150%;
        letter-spacing: 0.03em;
        color: #3D3D3D;
    }
    
    .main-blo2-con4 .p1 {
        padding-bottom: 16px;
    }
    .main-blo2-con4 .p2 {
        padding-bottom: 16px;
    }
    .main-blo2-con4 .p3 {
        padding-bottom: 16px;
    }
    .main-blo2-con4 .h1 {
        padding-bottom: 16px;
    }
    .main-blo2-con4 .hp {
        padding-bottom: 16px;
    }
    
    .main-blo2-con2 {
        gap: 64px;
    }
    
    
    .main-blo2-con2a {
        display: block;
        margin: 0 auto;
        width: 343px;
        height: auto;
    }
    
    .main-blo2-con2a img {
        border-radius: 24px;
    }
    
    .main-blo2-con2b {
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 12px;
        padding-top: 24px;
        padding-bottom: 12px;   
    }
    
    .main-blo2-con2b h3 {
        font-size: 14px;
        line-height: 150%;
        color: #3D3D3D;
    }
    
    .main-blo2-con2b p {
        font-size: 14px;
        line-height: 150%;
        color: #777777;
    }
    
    .main-blo2-con2a h1 {
        font-size: 16px;
        line-height: 150%;
        color: #000000;
    }
    
    .main-blo2-con5 {
        padding-bottom: 80px;
    }
    

    /* Mobile Screen for About CSS file */ 
    
    .main-abo-con1 {
        padding-top: 48px;
    }
    
    .main-abo-con1 h1 {
        display: block;
        margin: 0 auto;
        width: 343px;
        font-size: 28px;
        line-height: normal;
        text-align: center;
        padding-bottom: 40px;
    }
    
    .main-abo-con1 .ellipse {
        display: none;
    }
    
    .main-abo-con1a {
        align-items: center;
        gap: 48px;
        padding-bottom: 64px;
    }
    
    .main-abo-con1a img {
        display: block;
        margin: 0 auto;
        width: 343px;
        height: 279px;
    }
    
    .main-abo-con1b {
        display: block;
        margin: 0 auto;
        width: 343px;
    }
    
    .main-abo-con1b h1 {
        font-size: 20px;
        line-height: normal;
        padding-bottom: 16px;
        text-align: start;
    }
    
    .main-abo-con1b p {
        font-size: 16px;
        line-height: 150%;
    }
    
    .main-container52 {
        height: auto;
        /* background: rgba(60, 100, 177, 0.1); */
        padding: 40px 16px 120px 16px;
        display: block;
        margin: 0 auto;
        width: 343px;
    }
    
    .main-container52 h3 {
        font-size: 14px;
        line-height: normal;
        text-align: center;
        padding-bottom: 24px;
    }
    
    .main-container52 h1 {
        font-size: 20px;
        line-height: 150%;
        text-align: center;
        color: #3D3D3D;
        width: 343px;
        margin: 0 auto;
        padding-bottom: 48px;
    }
    
    .section5-div1 {
        gap: 16px;
    }
    
    .section5-div2 {
        width: 300px;
        height: 200px;
        padding: 26px 20px 10px 20px;
    }
    
    .section5-div2:hover {
        border: 1px solid #3D3D3D;
        border-radius: 20px;
    }
    
    .section5-div2 img {
        display: block;
        margin: 0 auto;
        width: 48px;
        height: 48px;
    }
    
    .section5-div2 h2 {
        font-size: 18px;
        line-height: normal;
        text-align: center;
        color: #3D3D3D;
        padding-top: 16px;
        padding-bottom: 16px;
    }
    
    .section5-div2 p {
        font-size: 14px;
        line-height: 150%;
        text-align: center;
        letter-spacing: 0.07px;
        color: #3D3D3D;
        width: 260px;
        display: block;
        margin: 0 auto;
    }
    
    .section5-div2a, .section5-div2b, .section5-div2c, .section5-div2d{
        padding-right: 0px;
        padding-left: 0px;
    }

    .section5-div2d {
        height: 216px;
    }

    .main-abo-con2 {
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
    }
    
    .main-abo-con2 img {
        width: 48px;
        height: 48px;
    }
    
    .main-abo-con2a {
        height: 240px; 
        background: #0077B5;
        flex: 100%;
    }
    
    .main-abo-con2b {
        height: 240px;
        background: #F2F8FB;
        flex: 100%;
    }
    
    .main-abo-con2d {
        height: 240px; 
        background: #0077B5;
        flex: 100%;
    }
    
    .main-abo-con2e {
        height: 240px;
        background: #F2F8FB;
        flex: 100%;
    }
    
    
    .main-abo-con2 #img1 {
        display: block;
        margin: 0 auto;
        margin-top: 75px;
        margin-bottom: -16px;
    }
    .main-abo-con2 #img2 {
        display: block;
        margin: 0 auto;
        margin-top:75px;
        margin-bottom: -16px;
    }
    .main-abo-con2 #img3 {
        display: block;
        margin: 0 auto;
        margin-top: 75px;
        margin-bottom: -16px;
    }
    .main-abo-con2 #img4 {
        display: block;
        margin: 0 auto;
        margin-top: 75px;
        margin-bottom: -16px;
    }

    
    .main-abo-con2a h1 {
        font-size: 20px;
        line-height: normal;
        padding-top: 32px;
    }
    .main-abo-con2d h1 {
        font-size: 20px;
        line-height: normal;
        padding-top: 32px;
    }
    
    .main-abo-con2b h1 {
        font-size: 20px;
        line-height: normal;
        padding-top: 32px;
    }
    .main-abo-con2e h1 {
        font-size: 20px;
        line-height: normal;
        padding-top: 32px;
    }

    #main-about1 h1, #main-about2 h1, #main-about3 h1, #main-about4 h1 {
        padding-bottom: 75px;
    }

    .about-hide {
        display: none;
    }
    
    #about, #about-three {
        height: 360px; 
        background: #0077B5;
        padding-top: 0px;
    }
    
    #about-two, #about-four {
        height: 360px; 
        background: #F2F8FB;
    }
    
    .main-abo-con2a p, .main-abo-con2d p {
        font-family: 'DM Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 140%;
        text-align: center;
        color: #FFFFFF;
        padding-top: 18px;
        padding-bottom: 32px;
        width: 90%;
        margin: 0 auto;
        margin-top: -59px;
    }
    
    .main-abo-con2b p, .main-abo-con2e p {
        font-family: 'DM Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 140%;
        text-align: center;
        color: #0077B5;
        padding-top: 18px;
        padding-bottom: 32px;
        width: 90%;
        margin: 0 auto;
        margin-top: -59px;
    }
    
    
    
    .main-abo-con3 h1 {
        font-size: 20px;
        line-height: normal;
        color: #0077B5;
        text-align: center;
        padding-top: 64px;
        padding-bottom: 16px;
    }
    

    /* Mobile Screen for Products CSS file */    

    /* Mobile Screen for Footer */

    .footer-container {
        height: auto;
        background: #FCFEFF;
        margin: 0 auto;
        padding-top: 40px;
        padding-bottom: 40px;
        padding: 40px 16px;
    }

    .menu-section7-div {
        display: -webkit-flex;
        display: flex;
        flex-direction: row;   
    }

    .footer-desktop {
        display: none;
    }

    .footer-tablet {
        display: none;
    }

    .footer-mobile {
        display: block;
    }

    .footer-section-div1a img {
        width: 155px;
        height: 40px;
    }
    .footer-section-div1b img {
        width: 40px;
        height: 40px;
    }
    
    .footer-section-div {
        justify-content: center;
        gap: 0px;
    }
    
    .footer-section-div1 {
        width: auto;
        margin-right: 0px;
    }
    
    .footer-section-div1 p {
        font-size: 12px;
        line-height: 150%;
        color: #3D3D3D;
        padding: 16px 0px 24px 0px;
    }
    
    .footer-section-div1a {
        margin-left: 0px;
    }
    
    .footer-section-div1b {
        justify-content: start;
        margin-left: -6px;
    }

    .footer-mobile-sec {
        padding-top: 80px;
        padding-bottom: 32px;
        gap: 33px;
    }
    
    .footer-section-div2 h1 {
        font-size: 20px;
        line-height: 150%;
        color: #3D3D3D;
        padding-bottom: 16px;    
    }
    
    .footer-section-div2 p {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 150%;
        color: #5E6282;
        padding-bottom: 8px;    
    }
    
    .footer-section-div2a p {
        display: inline-block;
        padding-right: 4px;
    }
    
    .footer-section-div2a button {
        width: 75px;
        height: 30px;
        background: #65E4A3;
        border-radius: 120px;
        font-size: 14px;
        line-height: 28px;
        color: #0A2640;    
    }

    
    .footer-section-div3 p {
        font-size: 12px;
        line-height: 150%;
        color: #5E6282; 
        text-align: center;
        padding-top: 80px; 
    }
    
}




/* Tablet Screen Codebase */

@media screen and (max-width: 1199px) and (min-width: 768px) {


    /* Tablet Screen for Nav */

    body {
        background-color: #ffffff;
        width: 100%;
        height: calc(100% - 99px);
        margin-top: 99px;
    }
      
    header {
        width: 100%;
        height: 99px;
        display: flex;
        position: fixed;
        top: 0;
    }
    


    .menu-wrapper {
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        padding: 16px 32px;
    }

    .menu-logo img {
        width: 261px; 
        height: 67px; 
    }
      

    .hamburger a {
        display: block;
        text-align: center;
        padding: 29.5px 32px;
    }

    .menu img {
        width: 40px;
        height: 40px;
    }


    .close {
        height: 99px;
        padding: 12px 32px;
        margin-bottom: 56px;
    }
   
    .img-close {
        width: 40px;
        height: 40px;
    }

    .menu-btn {
        display: block;
        margin: 0 auto;
        padding: 12px 16px;
        gap: 10px;
        width: 375px;
        height: 48px;
        background: #0077B5;
        box-shadow: 4px 24px 45px -12px rgba(0, 119, 181, 0.15);
        border-radius: 8px;
    }

    .mylinks {
        padding: 56px 32px;
    }

    .mylink {
        display: block;
        margin: 0 auto;
        padding: 0px 0px;
        width: 375px;
        height: 53px;
        border-bottom: 1px solid #DDDDDD;
        margin-bottom: 16px;
    }

    .mylink a {
        font-family: 'DM Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 21px;
        color: #3D3D3D;
        text-align: start;
        margin-left: -24px;
    }

    #img-arrow-down, #img-arrow-down-con {
        display: block;
        width: 24px;
        height: 24px;
        margin-right: 8px;
        margin-top: -8px;
    }

    .menu-inline {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .mylink a {
        padding-top: 16px;
    }


    #menu-service-onclick {
        display: none;
    }
    #menu-company-onclick {
        display: none;
    }


    .menu-service-nav {
        padding-top: 8px;
        padding-bottom: 16px;
    }

    .menu-service {
        display: block;
        margin: 0 auto;
        width: 375px;
        margin-top: -16px;
    }

    .menu-service1 {
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: start;
        height: 57px;
        gap: 8px;
        padding: 8px 16px;
        border-bottom: 0.5px solid #DDDDDD;
    }
    

    .menu-service img {
        width: 40px;
        height: 40px;
    }
    
    .menu-service h1 {
        font-family: 'DM Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        letter-spacing: 0.005em;
        color: #0077B5;
        text-align: start;
        /* margin-left: -16px; */
        line-height: 160%;
    }
    
    .menu-service h1:hover {
        color: #3D3D3D;
        transition: 0.3s;
    }
    
    .menu-service p {
        font-family: 'DM Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 160%;
        letter-spacing: 0.005em;
        color: #3D3D3D;
        text-align: start;
    }

    /* Quote Modal Styling */

    #myMenuModal {
        display: none;
    }

    #myMenuMobModal {
        display: none;
    }

    #myBody {
        overflow-y: auto;
    }

    .modal-overlay {
        width: 100%;
        height: 100vh;
        overflow-y: scroll;
        background: rgba(64, 64, 64, 0.3);
        position: fixed;
        top: 0;
        left: 0;
        z-index: 20;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .modal-container {
        width: 375px;
        height: auto;
        background: #FFFFFF;
        border-radius: 12px;
        z-index: 20;
        margin: 0 auto;
    }

    .modal-header {
        width: 375px;
        height: 50px;
        background: #0077B5;
        border-radius: 12px 12px 0px 0px;
    }

    .modal-section1 {
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 13px 32px;
    }

    .close-img {
        cursor: pointer;
    }

    .modal-body {
        padding: 48px 32px 80px 32px;
    }





    /* OnScroll */

    .on-scroll {
        height: 99px;
        border-bottom: 4px solid #0077B5;
        -webkit-transition: background-color 1s ease-out;
        -moz-transition: background-color 1s ease-out;
        -o-transition: background-color 1s ease-out;
        transition: background-color 1s ease-out;
    }

    .on-scroll button {
        border: 2px solid #FFFFFF;
        box-shadow: 4px 24px 45px -12px rgba(0, 119, 181, 0.15);
        background: #0077B5;
        color: #FFFFFF;
    }
    
    .on-scroll button:hover {
        background: #2D9CDB;
        box-shadow: 4px 10px 60px -12px rgba(0, 119, 181, 0.5);
    }
    
    .on-scroll button:active {
        border: 2px solid #0077B5;
        box-shadow: 4px 24px 45px -12px rgba(0, 119, 181, 0.15);
        background: #FFFFFF;
        color: #0077B5;
    }

 
    


     /* Tablet Screen for Footer */

    .footer-container {
        height: auto;
        background: #FCFEFF;
        margin: 0 auto;
        padding: 40px 40px 80px 40px;
    }

    .menu-section7-div {
        display: -webkit-flex;
        display: flex;
        flex-direction: row;   
    }

    .footer-desktop {
        display: none;
    }

    .footer-tablet {
        display: block;
    }

    .footer-mobile, .footer-sec1 {
        display: none;
    }

    .footer-tab1 {
        gap: 160px;
        padding-bottom: 64px;
    }

    .footer-tab1a {
        width: 263px;
        height: 215.54px;
    }

    .footer-tab1b {
        width: 152.38px;
        height: 160.15px;
    }

    .footer-tab2 {
        gap: 212px;
        padding-bottom: 64px;
    }

    .footer-tab2a {
        width: 211.75px;
        height: 155.59px;
    }

    .footer-tab2b {
        width: 127.27px;
        height: 154.68px;
    }

    .footer-section-div1a img {
        width: 213px;
        height: 55px;
    }
    .footer-section-div1b img {
        width: 45px;
        height: 45px;
    }
    
    .footer-section-div {
        justify-content: center;
        gap: 0px;
    }
    
    .footer-section-div1 {
        width: 263px;
        margin-right: 0px;
    }
    
    .footer-section-div1 p {
        font-size: 12px;
        line-height: 150%;
        color: #3D3D3D;
        padding: 16px 0px 24px 0px;
    }
    
    .footer-section-div1a {
        margin-left: 0px;
    }
    
    .footer-section-div1b {
        justify-content: start;
        margin-left: -6px;
    }
    
    .footer-section-div2 h1 {
        font-size: 20px;
        line-height: 150%;
        color: #3D3D3D;
        padding-bottom: 16px;    
    }
    
    .footer-section-div2 p {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 150%;
        color: #5E6282;
        padding-bottom: 8px;    
    }
    
    .footer-section-div2a p {
        display: inline-block;
        padding-right: 4px;
    }
    
    .footer-section-div2a button {
        width: 75px;
        height: 30px;
        background: #65E4A3;
        border-radius: 120px;
        font-size: 14px;
        line-height: 28px;
        color: #0A2640;    
    }
    
    .footer-section-div3 p {
        font-size: 12px;
        line-height: 150%;
        color: #5E6282; 
        text-align: center;
        padding-top: 0px; 
    }
    
}
