    a, a:focus, a:hover {
    text-decoration: none;
}
a, img {
    display: block;
}
*, ::after, ::before, ol, ul {
    padding: 0;
    margin: 0;
}
h1, h2, h3, h4, h5, h6, ol, p, ul {
    margin: 0;
}
.HeaderMenu, .d-flex {
    display: flex;
}
.t-btn, html {
    font-size: 16px;
}
.HeroBanner h3, .t-btn {
    font-family: Satoshi;
    font-weight: 700;
}
.FooterMenu .MenuBox h4, .HeroBanner h1, .HeroBanner h3, .HomeSec01 .text p, .text h2, .text h3, footer .copyRightBox p {
    text-transform: uppercase;
}
.HeroBanner h1, .HeroBanner h3, .HeroBanner p, .HomeSec01 .container, .HomeSec03 .text h2, .homeLastSection, .text-center {
    text-align: center;
}
@font-face {
    font-family: Satoshi;
    src: url("../fonts/Satoshi-Bold.otf") format("opentype");
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: Satoshi;
    src: url("../fonts/Satoshi-Medium.otf") format("opentype");
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: Satoshi;
    src: url("../fonts/Satoshi-Regular.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
}
*, ::after, ::before {
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
    scroll-padding-top: 100px;
}
body {
    font-family: Satoshi, sans-serif;
    line-height: 1.6;
    background-color: #fff;
    color: #000;
    overflow-x: hidden;
}
::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track {
    background: #fff;
    box-shadow: inset 0 0 5px grey;
}
::-webkit-scrollbar-thumb {
    background: #0070fa;
    border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
    background: #000;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Antic Didone', serif;
}
a {
    color: inherit;
    max-width: fit-content;
}
a:focus, a:hover {
    outline: 0;
}
button, input, select, textarea {
    font-family: inherit;
    font-size: 1rem;
    border: none;
    outline: 0;
    background: 0 0;
}
button {
    cursor: pointer;
    transition: .3s;
}
button:disabled {
    cursor: not-allowed;
    opacity: .6;
}
img {
    max-width: 100%;
    height: auto;
}
ol, ul {
    list-style: none;
}
.no-pad {
    padding: 0!important;
}
.align-center {
    align-items: center;
}
.justify-center {
    justify-content: center;
}
:focus-visible {
    outline: #333 dashed 2px;
    outline-offset: 2px;
}
header .imgBox img {
    max-width: 221px;
}
header .container {
    transition: .3s;
    background: 0 0;
    padding: 0 15px;
    border-radius: 0;
    box-shadow: 0 2px 10px #00000000;
}
.HeaderMenu {
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
}
.t-btn {
    display: block;
    padding: 12px 20px;
    border-radius: 100px;
    border: 1px solid transparent;
    line-height: 20px;
    transition: .3s;
}
.transparentBtn {
    background: #fff;
    border-color: #ededed;
    color: #152f62;
}
.BlueBtn {
    background: #367bf6;
    color: #fff;
}
.BlueBtn:hover, .transparentBtn:hover {
    background: #152f62;
    color: #fff;
    transition: .3s;
}
header {
    padding-top: 22px;
    border-top: 3px solid #0070fa;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}
.HeroBanner {
    /*background-repeat: no-repeat;*/
    /*background-size: cover;*/
    /*background-position: center;*/
    padding: 176px 0 193px;
    position:relative;
}

.bannerBg{
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    width: 100%;
    height: 100%;
    object-fit:cover;
}
.BlackBtn, footer {
    background: #172a41;
}
.HeroBanner .container {
    max-width: 1110px;
    z-index:1;
    position:relative;
}
.HeroBanner h3 {
    color: #0070fa;
    font-size: 18px;
    letter-spacing: 14px;
}
.HeroBanner h1 {
    color: #172a41;
    font-size: 100px;
    font-weight: 400;
    letter-spacing: -2px;
    margin-top: 12px;
    margin-bottom: 40px;
}
.HeroBanner p, .HomeSec02 .text p~p {
    font-size: 20px;
}
.HeroBanner p {
    color: #172a41;
    max-width: 767px;
    margin: auto;
    font-weight: 500;
}
.twoBoxAlign {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    justify-content: center;
}
.FooterMenu, .ServicesInfoGrid {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.HeroBanner .twoBoxAlign {
    margin-top: 60px;
}
.BlackBtn {
    color: #fff;
}
.BlackBtn:hover {
    transition: .3s;
    background: #0070fa;
    color: #fff;
}
.HomeSec01 {
    position: relative;
    margin-top: 154px;
    padding: 120px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.Section01UpVector {
    position: absolute;
    top: -340px;
    left: 0;
}
.text h3 {
    background: #fff;
    padding: 8px 16px;
    max-width: fit-content;
    border: 1px solid #172a41;
    border-radius: 100px;
    color: #172a41;
    font-size: 18px;
    font-family: 'Antic Didone';
    font-weight: 600;
    position: relative;
}
h3.divider::after, h3.divider::before {
    content: "";
    width: 668px;
    height: 1px;
    background: linear-gradient(45deg, #172a4100, #172a41, #172a41, #172a4100);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.HomeSec01 .text h3, .HomeSec01 .text img, .HomeSec03 .text h3, .homeLastSection .BlueBtn, .homeLastSection h3 {
    margin: auto;
}
.HomeSec01 .text p {
    font-family: 'Antic Didone';
    font-size: 40px;
    letter-spacing: -1.5px;
    margin: 56px 0;
}
.HomeSec02 {
    background: #f8faff;
    padding: 120px 0 94px;
}
/*.HomeSec02 .container {*/
/*    max-width: 1420px;*/
/*}*/
.HomeSec02 .imgBox {
    position: relative;
}
.HomeSec02 .imgBox .contentBox {
    background: #172a41;
    padding: 53px 32px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    max-width: 355px;
    width: 100%;
    position: absolute;
    bottom: -20px;
    right: 100px;
}
.HomeSec02 .imgBox .contentBox h4 {
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 400;
}
.HomeSec02 .imgBox .contentBox p {
    color: #f8faff;
    font-size: 18px;
    font-weight: 500;
}
.HomeSec02 .text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
}
.text h2 {
    color: #172a41;
    font-size: 64px;
    font-weight: 400;
}
.HomeSec02 .text p {
    color: #4e657f;
    font-weight: 500;
    font-size: 22px;
}
.HomeSec02 .text ul li {
    color: #4e657f;
    list-style: inside;
    font-size: 20px;
    font-weight: 500;
}
footer {
    padding-top: 80px;
}
/*.HomeCOntacSec .container, .HomeSec06 .container, footer .container {*/
/*    max-width: 1440px;*/
/*}*/

 .HomeSec06 .container {
   max-width: 1440px;
}
footer .FooterlogoBox a, footer .FooterlogoBox a img {
    width: 100%;
    max-width: 100%}
footer .copyRightBox span {
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 10px;
    display: block;
}
footer .copyRightBox p {
    color: #fff;
    font-family: 'Antic Didone';
    font-size: 32px;
}
.FooterMenu .MenuBox h4 {
    color: #fff;
    font-size: 24px;
}
.FooterMenu .MenuBox a {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    position: relative;
}
.FooterMenu .MenuBox ul {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 16px;
    max-width: 100%;
    width: 100%;
}
.FooterContactInfo a::after, .FooterMenu .MenuBox a::after {
    content: "";
    width: 0;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: .3s;
}
.FooterContactInfo a:hover::after, .FooterMenu .MenuBox a:hover::after, .HomeCOntacSec ul li a:hover:after {
    transition: .3s;
    width: 100%}
footer .twoBoxAlign {
    justify-content: space-between;
    margin-top: 150px;
    margin-bottom: 100px;
}
.FooterlogoBox {
    padding-bottom: 20px;
}
.FooterContactInfo p {
    color: #fff;
    font-size: 18px;
    font-family: 'Antic Didone';
    font-weight: 500;
}
.FooterContactInfo a {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    position: relative;
}
.FooterMenu .MenuBox {
    max-width: fit-content;
    justify-self: center;
}
.HomeSec03 {
    background: #f8faff;
    padding: 120px 0;
    position: relative;
}
/*.HomeSec03 .container {*/
/*    max-width: 1230px;*/
/*}*/
.HomeSec03 .text h2 {
    font-size: 60px;
    letter-spacing: -3.5px;
    margin: 20px auto 25px;
}
.ServicesInfoGrid {
    gap: 20px;
    grid-template-rows: 1fr 1fr;
}
.ServicesInfoGrid .ServiceInfoBox {
    background-repeat: no-repeat;
    background-position: bottom right;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding: 10px 44.4px;
    background-color: #fff;
    border: 1px solid transparent;
    transition: .3s;
    justify-content: center;
    gap: 14px;
    cursor: pointer;
}
.ServicesInfoGrid .ServiceInfoBox span {
    position: absolute;
    top: 5px;
    left: 5px;
    opacity: .1;
    color: #000;
    font-size: 58px;
    line-height: 45px;
    letter-spacing: -3px;
    font-family: 'Antic Didone';
    font-weight: 400;
}
.ServicesInfoGrid .ServiceInfoBox h4 {
    color: #172a41;
    transition: .3s;
    font-size: 18px;
    font-family: 'Antic Didone';
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 5px;
}
.ServicesInfoGrid .ServiceInfoBox p {
    transition: .3s;
    color: #172a41;
    font-size: 18px;
    font-family: Satoshi;
    font-weight: 400;
}
.ServicesInfoGrid .ServiceInfoBox img {
    transition: .3s;
    filter: grayscale(1);
}
.ServicesInfoGrid .ServiceInfoBox:hover {
    transition: .3s;
    border-color: #0070fa;
}
.ServicesInfoGrid .ServiceInfoBox:hover img {
    filter: grayscale(0);
    transition: .3s;
}
.ServicesInfoGrid .ServiceInfoBox:hover span {
    color: #0070fa;
    transition: .3s;
    opacity: .2;
}
.ServicesInfoGrid .ServiceInfoBox:hover h4 {
    color: #0070fa;
    transition: .3s;
}
.HomeSec03 .imgBox img {
    margin-left: auto;
}
.section03bgeffect {
    position: absolute;
    z-index: 0;
    top: -300px;
    right: 0;
}
.HomeSec04 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 80px 0;
}
.HomeSec04 .container {
    max-width: 1280px;
}
.HomeSec04 .text h2 {
    margin-top: 32px;
}
.HomeSec04 .text {
    margin-bottom: 80px;
}
.sectionWrapBox .twoBoxAlign {
    padding: 70px 0;
    border-top: 1px solid #172a41;
    justify-content: space-between;
    align-items: flex-start;
    padding-right:10px;
    padding-left:10px;
}
.whoweserve {
    padding-top: 80px;
}
.sectionWrapAbove {
    border-bottom: 1px solid #172a41;
}
.sectionWrapBox .twoBoxAlign span {
    color: #172a41;
    display: block;
    min-width: fit-content;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Antic Didone';
    letter-spacing: -1px;
}
.sectionWrapBox .twoBoxAlign h4 {
    color: #172a41;
    font-size: 24px;
    font-weight: 400;
    text-align: left;
    max-width: 497px;
    width: 100%;
    text-transform: uppercase;
    letter-spacing: -.5px;
}
.sectionWrapBox .twoBoxAlign p {
    color: #172a41;
    font-size: 16px;
    font-weight: 500;
    font-family: Satoshi;
    max-width: 409px;
}
.sectionWrapBox {
    position: sticky;
    top: 150px;
    background: #fff;
    z-index: 2;
}
.ServiceSlider, .homeLastSection {
    background-repeat: no-repeat;
    background-position: center;
}
.HomeSec05 {
    padding: 100px 0;
}
.HomeSec05 .maxCOntainer {
    max-width: 1600px;
}
.HomeSec05 .text h2 {
    margin-bottom: 80px;
    margin-top: 30px;
}
.ServiceSlider {
    background-size: cover;
    min-height: 728px;
    max-width: 777px;
    position: relative;
    width: 100%!important;
}
.ServiceSlider .ContentBox {
    transition: .3s;
    position: absolute;
    padding: 12px 48px;
    z-index: 1;
    bottom: 0;
    left: 0;
}
.ServiceSlider .ContentBox h3 {
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    text-transform: uppercase;
}
.ServiceSlider .ContentBox li {
    list-style: inside;
    color: #fff;
    font-family: Satoshi;
    font-size: 19px;
    font-weight: 500;
}
.ServiceSlider .ContentBox h4 {
    font-size: 24px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: -1px;
}
.ServiceSlider .ContentBox ul {
    padding: 15px 0;
}
.ServiceSlider::after {
    content: "";
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 30%;
    background: linear-gradient(180deg, #00000000, #0000006e, #000);
    z-index: 0;
    transition: .3s;
}
.ServiceSlider:hover::after {
    transition: .3s;
    height: 80%}
.ServiceSlider .ContentBox .DetailBox {
    overflow: hidden;
    transition: .3s;
    height: 0;
}
.ServiceSlider:hover .DetailBox {
    height: 400px;
    transition: .3s;
}
.HomeSec05 .slick-list {
    overflow: unset;
}
.ServiceSliderMainSingle {
    padding-right: 68px;
}
.ServiceSliderMain {
    transform: translateX(150px);
}
.HomeSec06 {
    padding: 80px 0 160px;
}
.homeLastSection {
    background-size: 100% 100%;
    padding: 120px 233px;
}
.homeLastSection h2 {
    color: #172a41;
    font-size: 72px;
    text-transform: uppercase;
    letter-spacing: -3px;
    margin: 32px 0;
}
.sticky-header .container {
    background: #fff;
    padding: 20px;
    border-radius: 100px;
    box-shadow: 0 2px 10px #0000001f;
    transition: .3s;
}
.HomeCOntacSec {
    padding: 50px 0;
}
.HomeCOntacSec .text h2 {
    margin: 20px 0;
}
.HomeCOntacSec ul li {
    display: flex;
    margin: 15px 0;
    gap: 10px;
    font-family: Satoshi;
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
}
.HomeCOntacSec ul li a {
    font-family: 'Antic Didone';
    text-transform: none!important;
    position: relative;
    font-weight: 700;
}
.HomeCOntacSec ul li a:after {
    content: "";
    width: 0;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #000;
    transition: .3s;
}
.HomeCOntacSec ul li a:hover {
    color: #237be8;
}
.formBox form input, .formBox form textarea {
    border-bottom: 1px solid #252525;
    padding-bottom: 10px;
    font-family: 'Antic Didone';
    font-weight: 700;
    color: #000;
    font-size: 18px;
    outline: 0!important;
}
.formBox form .btn {
    color: #fff;
    max-width: fit-content;
    border: 0;
    font-family: Satoshi;
    padding-bottom: 15px;
}

section.whoweserve .row {
    justify-content: center;
}
#ServiceOverview {
    overflow-x: hidden!important;
}
footer .twoBoxAlign .twoBoxAlign {
    margin: 0!important;
}
.wpcf7-form-control-wrap.cf7sr-recaptcha~br {
    display: none;
}
.wpcf7-form-control-wrap.cf7sr-recaptcha {
    margin-bottom: 20px;
}

.whoweserve .text h3, .whoweserve .text h2 {
    margin: auto;
    text-align: center;
}

.whoweserve .text h2 {
    margin: 30px 0 50px;
}

.whoweserve  img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.whoweserve .contentdiv {
    position: absolute;
    bottom: 20px;
    width: -webkit-fill-available;
    left: 0;
    display:flex;
    align-items: center;
    justify-content: center;
    height:fit-content;
}

.whoweserve .contentdiv h3 {
    width: 80%;
    display:flex;
    align-items: center;
    justify-content: center;
    background: #ffffffa3;
    backdrop-filter: blur(5px);
    text-align:center;
    height: 85px;
    text-transform:uppercase;
    padding:10px;
    font-size:26px;
}

.whoweserve .col-md-3 {
    margin-bottom: 30px;
}
@media screen and (max-width:1600px) {
    .ServiceSliderMain {
    transform: translateX(0);
}
.sticky-header .container {
    padding: 10px;
}
.HeroBanner h1 {
    font-size: 70px;
    margin-top: 12px;
    margin-bottom: 20px;
}
.HeroBanner .twoBoxAlign {
    margin-top: 40px;
}
.HomeSec01 {
    margin-top: 0;
}
.Section01UpVector {
    top: -240px;
}
.HomeSec01 .text p {
    font-size: 35px;
}
.HomeSec02, .HomeSec06, .sectionWrapBox .twoBoxAlign {
    padding: 50px 0;
}
.text h2 {
    font-size: 50px;
}
.ServiceSliderMainSingle {
    padding-right: 30px;
}
.ServiceSlider {
    min-height: 550px;
}
.ServiceSlider .ContentBox li {
    font-size: 16px;
}
}@media screen and (max-width:1440px) {
    .whoweserve .contentdiv h3 {
    font-size: 22px;
}
    header {
    padding: 10px 40px 0;
}
.HomeSec01, .HomeSec05 {
    padding: 50px 0;
}
.HomeSec02 .imgBox .contentBox {
    gap: 10px;
    bottom: -20px;
    right: 20px;
}
.homeLastSection {
    padding: 100px;
}
footer .twoBoxAlign {
    margin-top: 100px;
}
.ServiceSlider:hover .DetailBox {
    height: 330px;
    transition: .3s;
}

}
@media screen and (max-width:1199px) {
    header {
    padding: 15px 10px 0;
}
.sticky-header .container {
    padding: 5px;
}
.Section01UpVector {
    max-width: 300px;
    top: -110px;
}
.HomeSec01 .text p {
    font-size: 25px;
    letter-spacing: 0;
    margin: 30px 0;
}
.HomeSec02 {
    position: relative;
    z-index: 1;
}
.HomeSec02 .imgBox .contentBox {
    padding: 30px 20px;
}
.HomeSec02 .text p {
    font-size: 18px;
}
.HomeSec02 .text p~p, .ServicesInfoGrid .ServiceInfoBox h4 {
    font-size: 16px;
}
.HomeSec02 .text ul li {
    font-size: 16px;
    text-align: left;
}
.HomeSec02 .text {
    gap: 15px;
}
.text h3 {
    font-size: 15px;
}
.HomeSec03 .text h2 {
    font-size: 40px;
    letter-spacing: 0;
}
.ServicesInfoGrid .ServiceInfoBox {
    padding: 10px 25px;
    gap: 10px;
}
.ServicesInfoGrid .ServiceInfoBox p {
    font-size: 15px;
    line-height: normal;
}
.ServicesInfoGrid .ServiceInfoBox span, .homeLastSection h2 {
    font-size: 40px;
}
.HomeSec03 {
    padding: 50px 0;
}
.HomeSec04 .text h2 {
    margin-top: 15px;
}
.HomeSec04 .text {
    margin-bottom: 40px;
}
.sectionWrapBox .twoBoxAlign {
    padding: 25px 0;
}
.sectionWrapBox .twoBoxAlign h4 {
    max-width: 350px;
}
.sectionWrapBox .twoBoxAlign p {
    max-width: 400px;
}
.HomeSec05 .text h2 {
    margin: 10px 0 40px;
}
.ServiceSlider .ContentBox h3 {
    font-size: 25px;
}
.ServiceSlider .ContentBox {
    padding: 10px 15px;
}
.ServiceSliderMain {
    transform: translateX(0);
}
footer .copyRightBox p {
    font-size: 20px;
}
footer .twoBoxAlign {
    margin-top: 50px;
}
.whoweserve .col-md-3 {
    max-width: 50%;
    flex: 0 0 50%;
}

}
@media screen and (max-width:1024px) {
    .ServiceSlider {
    max-width: 100%}
}@media screen and (max-width:991px) {
    .HomeSec02 .imgBox .contentBox, .sectionWrapBox .twoBoxAlign h4, .sectionWrapBox .twoBoxAlign p {
    max-width: 100%;
    text-align: center;
}
.ServiceSlider {
    display: flex;
    align-items: flex-end;
    min-height: fit-content;
}
.ServiceSlider::after, .ServiceSlider:hover::after {
    height: 100%}
.HomeCOntacSec .text {
    text-align: center;
    margin-bottom: 50px;
}
.HomeCOntacSec .text li {
    justify-content: center;
    text-align: center;
}
header#myHeader {
    padding: 15px;
    background: #fff;
    box-shadow: 0 2px 10px #0000001f;
}
header#myHeader .container {
    padding: 0;
    border-radius: 0;
    background: 0 0!important;
    box-shadow: unset;
}
header#myHeader .row {
    flex-wrap: nowrap;
}
.HeroBanner h1 {
    font-size: 50px;
    letter-spacing: 0;
}
.HeroBanner h3, .HeroBanner p {
    font-size: 15px;
}
.HeroBanner h3 {
    letter-spacing: 5px;
}
.HeroBanner .twoBoxAlign {
    margin-top: 20px;
}
.HeroBanner {
    padding: 140px 0 60px;
}
.HomeSec01 .text p {
    font-size: 22px;
}
.HomeSec02 .imgBox .contentBox {
    position: relative;
    bottom: 0;
    right: 0;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
}
.HomeSec02 .imgBox img {
    width: 100%;
    height: min-content;
    object-fit: contain;
}
.HomeSec02 .imgBox .contentBox img {
    width: fit-content;
}
.FooterMenu .MenuBox ul, .HomeSec02 .text {
    align-items: center;
    text-align: center;
}
.HomeSec03 .imgBox img {
    margin: 30px auto auto;
}
.FooterMenu .MenuBox li, .HomeSec04 .text {
    text-align: center;
}
.text h3 {
    margin: auto;
}
.sectionWrapBox {
    position: relative;
    top: 0;
}
.sectionWrapBox .twoBoxAlign {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
}
.sectionWrapBox .twoBoxAlign span {
    font-size: 15px;
    letter-spacing: 0;
}
.sectionWrapBox .twoBoxAlign h4 {
    letter-spacing: 0;
}
.HomeSec05 .text h2 {
    text-align: center;
    margin-bottom: 30px;
}
.text h2 {
    font-size: 40px;
}
.ServiceSlider .ContentBox .DetailBox {
    height: unset;
}
.ServiceSlider .ContentBox {
    position: relative;
    padding: 60px 20px 5px;
}
.HomeSec06 {
    padding-top: 0;
}
.homeLastSection {
    padding: 70px 30px;
}
.homeLastSection h2 {
    font-size: 30px;
    letter-spacing: 0;
    margin: 15px 0;
}
footer {
    text-align: center;
    padding-top: 50px;
}
footer .copyRightBox {
    margin-bottom: 30px;
}
footer .twoBoxAlign {
    margin: 30px 0;
    flex-direction: column;
}
}@media screen and (max-width:767px) {
    .whoweserve {
    padding-top: 50px;
}
    .whoweserve .contentdiv h3 {
    font-size: 20px;
    height: 60px;
}
    .HeaderMenu .transparentBtn, .text h2 br {
    display: none;
}
.t-btn {
    padding: 10px 17px;
    font-size: 15px;
    letter-spacing: 0;
}
.HeroBanner h1 {
    font-size: 40px;
}
h3.divider::after, h3.divider::before {
    max-width: 200%}
.HomeSec02 {
    padding-top: 0;
}
.text h2 {
    font-size: 30px;
}
.HomeSec02 .imgBox .contentBox {
    margin: -150px auto 50px;
    max-width: 90%}
.formBox form .btn {
    padding-bottom: 10px;
}
}@media screen and (max-width:575px) {
.whoweserve .col-md-3 {
    max-width: 100%;
    flex: 0 0 100%;
}

.whoweserve img {
    height: 300px;
}
    .HeroBanner h1, .text h2 {
    font-size: 25px;
}
.HomeSec02 .imgBox img, .HomeSec03 .imgBox img {
    height: auto!important;
    object-fit: cover;
}
.ServiceSlider {
    min-height: 450px;
}
.HomeCOntacSec .text li {
    flex-direction: column;
    align-items: center;
    font-size: 15px;
}
header#myHeader .row .col-lg-6 {
    width: 50%}
header .imgBox img {
    max-width: 100%}
.HeaderMenu a.btn.t-btn.BlueBtn {
    font-size: 14px;
    padding: 5px 10px;
    line-height: normal;
}
.HeroBanner h1 {
    letter-spacing: 0;
}
.twoBoxAlign {
    flex-direction: column;
    gap: 15px;
}
.text h3 {
    padding: 8px 15px;
    font-size: 15px;
}
.HomeSec01 .text p {
    font-size: 20px;
    letter-spacing: -.5px;
}
.FooterMenu .MenuBox h4, .HomeSec02 .imgBox .contentBox h4, .ServiceSlider .ContentBox h3, .ServiceSlider .ContentBox h4, .homeLastSection h2 {
    font-size: 20px;
}
.FooterMenu .MenuBox a, .HomeSec02 .imgBox .contentBox p, footer .copyRightBox p {
    font-size: 15px;
}
.HomeSec03 {
    padding-top: 0;
}
.HomeSec03 .text h2 {
    font-size: 27px;
}
.ServicesInfoGrid {
    grid-template-columns: 1fr;
}
.ServiceSlider .ContentBox li {
    font-size: 14px;
}
.ServiceSlider .ContentBox ul {
    padding: 10px 0;
}
.ServiceSliderMainSingle {
    padding: 0 5px;
}
.ServiceSlider::after {
    background: linear-gradient(180deg, #0000005e, #0000009e, #000);
}
.homeLastSection {
    padding: 40px 10px;
}
.FooterMenu .MenuBox ul {
    gap: 7px;
}
.HeroBanner .twoBoxAlign {
    position: relative;
    z-index: 1;
}
.sectionWrapBox .twoBoxAlign h4 {
    font-size: 22px;
}
.HomeCOntacSec {
    padding-top: 20px;
}
.HomeSec01 .text img {
    max-width: 80px;
}
.HeroBanner {
    padding-top: 120px;
}
.HomeSec04 {
    padding-bottom: 20px;
    padding-top: 50px;
}
.formBox form input, .formBox form textarea {
    font-size: 15px;
    padding-bottom: 5px;
}
.formBox form {
    gap: 20px;
}
.formBox form .cf7sr-g-recaptcha {
    margin-left: -5px;
}
.HomeSec03 .imgBox img {
    width: 100%}
}