@font-face {
    font-family: irsans;
    src: url('Font/ir.ttf') format("truetype"),
    url('Font/ir.otf') format("opentype"),
    url('Font/ir.eot') format("embedded-opentype"),
    url('Font/ir.woff') format("woff"),
    url("Font/ir.woff2") format("woff");
}

@keyframes Ring {
    0% {
        transform: rotateZ(0deg);
    }
    60% {
        transform: rotateZ(0deg);
    }
    62% {
        transform: rotateZ(100deg);
    }
    64% {
        transform: rotateZ(160deg);
    }
    66% {
        transform: rotateZ(100deg);
    }
    68% {
        transform: rotateZ(160deg);
    }
    70% {
        transform: rotateZ(100deg);
    }
    72% {
        transform: rotateZ(160deg);
    }
    74% {
        transform: rotateZ(100deg);
    }
    76% {
        transform: rotateZ(160deg);
    }
    78% {
        transform: rotateZ(100deg);
    }
    80% {
        transform: rotateZ(160deg);
    }
    82% {
        transform: rotateZ(100deg);
    }
    84% {
        transform: rotateZ(160deg);
    }
    86% {
        transform: rotateZ(100deg);
    }
    100% {
        transform: rotateZ(0deg);
    }
}

@keyframes BoxWave {
    0% {
        box-shadow: 0 0 0 0 #0ac681;
    }
    20% {
        box-shadow: 0 0 0 0 #0ac681;
    }
    30% {
        box-shadow: 0 0 0 15px rgba(253, 15, 15, 0);
    }
    31% {
        box-shadow: 0 0 0 0 rgba(253, 15, 15, 0);
    }
    50% {
        box-shadow: 0 0 0 0 #0ac681;
    }
    60% {
        box-shadow: 0 0 0 15px rgba(253, 15, 15, 0);
    }
    61% {
        box-shadow: 0 0 0 0 rgba(253, 15, 15, 0);
    }
    80% {
        box-shadow: 0 0 0 0 #0ac681;
    }
    90% {
        box-shadow: 0 0 0 15px rgba(253, 15, 15, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(253, 15, 15, 0);
    }
}

@keyframes BoxScale {
    0% {
        transform: scale3d(1, 1, 1);
    }
    60% {
        transform: scale3d(1, 1, 1);
    }
    70% {
        transform: scale3d(1.1, 1.1, 1.1);
    }
    100% {
        transform: scale3d(1, 1, 1);
    }
}

@media (max-width: 576px) {
    .mobile-device {
        display: none;
    }
}

.posFix {
    overflow: hidden;
}

.visible {
    visibility: visible;
    opacity: 1;
}

.wrap {
    max-width: 1350px;
    position: relative;
    width: 100%;
    margin: 80px auto 0 auto;
}

.clear {
    clear: both;
}

*, html {
    padding: 0;
    margin: 0;
}

body {
    font-family: irsans, "Calibri", serif;
    background: #fff;
    height: 100%;
    width: 100%;
}

header {
    height: 80px;
    width: 100%;
    top: 0;
    background: #ffffff;
    position: fixed;
    margin: 0 auto;
    z-index: 2;
    text-align: center;
    box-shadow: 0 12px 20px -5px rgb(218 232 255 / 61%);
}

.headerContent {
    height: 80px;
    max-width: 1350px;
    margin: 0 auto;
}

.logo {
    height: 80px;
    padding: 0;
    line-height: 80px;
}

.logo img {
    width: 80px;
    cursor: pointer;
    position: relative;
}

.mainTitle {
    height: 80px;
    padding: 0;
    overflow: hidden;
}

.mainTitle a {
    text-decoration: none;
    color: #003d85;
}

.mainTitle a h1 {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 19px;
    line-height: 80px;
    font-weight: 600;
    cursor: pointer;
}


.headerReq {
    padding: 0;
    height: 80px;
    overflow: hidden;
    line-height: 80px;
}

.headerReq h3 {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    line-height: 80px;
    font-weight: 600;
}


.headerReq h3 a {
    text-decoration: none;
    color: #000000;
    border-radius: 5px;
    padding: 14px 12px;
    border: 2px solid #000;
    /* box-shadow: inset 7px -8px 4px 0 #8f7301ab; */
    background: #fdce0f;
}


.headerReq h3 a i {
    position: relative;
    font-size: 15px;
    line-height: 80px;
    margin: 0 auto;
    text-align: center;
}


.headerReq h3 a i svg {
    fill: #000000;
    width: 10px;
}


.menu {
    line-height: 80px;
    padding: 0;
}

.menu ul {
    display: inline-table;
    position: relative;
    height: 80px;
    padding: 0;
    margin: 0 auto;
}


.menu ul:after {
    clear: both;
    content: "";
    visibility: visible;
}

.menu ul ul {
    visibility: hidden;
    opacity: 0;
    width: 280px;
    position: absolute;
    background: #fff;
    margin: 0 -80px;
    transform: translateY(30px);
}

.menu ul li svg {
    fill: black;
    margin: 54px auto;
    height: 15px;
    text-align: center;
    transform: translateX(-50px);
    position: absolute;
}

.servicesList {
    height: 200px;
    border-radius: 10px;
    overflow: hidden;
}

.menu ul li:hover ul {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    transition-duration: 200ms;
}

.menu ul li {
    display: inline-block;
}

.menu ul ul li {
    display: block;
    transition-duration: 200ms;
}

.menu ul ul li a {
    color: black;
    transition-duration: 200ms;
}


.menu ul li:hover a {
    transition-duration: 200ms;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 15px;
}

.menu ul ul:hover > li a {
    filter: blur(15px);
}

.menu ul ul li:hover > a {
    filter: blur(0);
}

.menu ul li:hover a svg {
    fill: #fdce0f;
}

.menu ul ul li:hover {
    filter: blur(0);
    color: #000000;
    background: #ff9393 !important;
}

.menu ul ul li:hover {
    background: #f3f3f3 !important;
}

.menu ul ul li a {
    text-decoration: none !important;
    width: 100%;
    color: black !important;
    border: 0 !important;
}

.menu ul li a {
    text-decoration: none;
    padding: 0 10px;
    display: block;
    font-size: 15px;
    color: #000000;
    font-weight: bold;
    height: 80px;
    line-height: 80px;
    transition-duration: 200ms;
}


.mobileMenu {
    text-align: center;
    margin: 0 auto;
    padding: 0;
    position: relative;
    line-height: 80px;
    z-index: 4;
}

.mobileMenu i {
    text-decoration: none;
    color: #003d85;
    font-size: 25px;
    position: relative;
    cursor: pointer;
    transition-duration: 500ms;
}

.mobileMenu a:hover {
    color: #003d85;
}

.mobileMenuBtn {
    transition-duration: 500ms;
    display: block;
}

.mobileMenuBtn svg {
    width: 25px;
    fill: #003d85;
}

.mobileMenuContent {
    max-width: 240px;
    width: 100%;
    height: 100%;
    text-align: center;
    margin: 0 auto;
    padding: 0;
    right: -250px;
    top: 0;
    position: fixed;
    /* color: black; */
    line-height: 80px;
    background: #ffffff;
    /* backdrop-filter: blur(15px); */
    transition-duration: 500ms;
}

.mobileMenuContentHeader {
    width: 100%;
}

.logoInMobileMenuContent {

}

.logoInMobileMenuContent img {
    width: 100px;
    margin: 0 auto;
    text-align: center;
}

.logoInMobileMenuContent strong {
    width: 100%;
    margin: 0 auto;
    padding: 10px 0;
    color: black;
    /* height: 100px; */
    /* line-height: 100px; */
    border-bottom: 1px #000000 solid;
    display: block;
    line-height: 100px;
    font-size: 20px;
}


.mobileMenuFocus {
    width: 100%;
    height: 100%;
    background: black;
    position: fixed;
    left: 0;
    z-index: 3;
    opacity: 0;
    top: 0;
    visibility: hidden;
    transition-duration: 500ms;
}

.mobileMenuFocusOn {
    opacity: .7;
    visibility: visible;
    transition-duration: 500ms;
}

.showMobileMenu {
    overflow: auto;
    right: 0;
    transition-duration: 500ms;
}

.menuBtnAnim {
    transform: rotateZ(90deg);
    display: block;
    color: red !important;
    transition-duration: 500ms;
}


.mobileMenuContent ul {
    padding: 0;
    margin: 0 auto;
    line-height: 50px;
}

.mobileMenuContent ul li {
    display: inline-block;
    width: 100%;
    text-align: right;
    border-bottom: 1px #c4bbff3b solid;
    margin: 0 auto;
}

.mobileMenuContent ul li a {
    text-decoration: none;
    color: #000000;
    font-size: 16px;
    padding: 0 20px;
    width: 100%;
    display: block;
}

.mobileMenuContent ul li a svg {
    width: 10px;
    height: 50px;
    float: left;
    fill: black;
}


.mobileMenuContent ul ul {

}


.servicesListMobile {

}

.locationsListMobile {

}

.mobileMenuContent ul ul li {
    text-align: right;
}

.mobileMenuContent ul ul li a {
    font-size: 12px;
}

.social {
    margin: 0 auto !important;
    text-align: center !important;
    height: 50px !important;
    width: 100%;
    display: inline-block;
    line-height: 50px !important;
}

.social li {
    width: 17px !important;
    text-align: center !important;
    margin: 0 5px !important;
    border-bottom: none !important;
}

.social li a {

}

.social li a svg {
    fill: white;
}

.social li a svg:hover {
    fill: #fdce0f;
}

.mobileMenuContent ul li a:hover {
    color: #fdce0f;
}


#Content {
    overflow: hidden;
}


#Content a {

}

.landingIndex {
    margin: 110px auto 0 auto;
    padding-bottom: 10px;
    position: relative;
    text-align: center;
}


.landing {
    margin: 0 auto;
    padding-bottom: 10px;
    position: relative;
    top: 80px;
    text-align: center;
    background: linear-gradient(0deg, #fdce0f00, #003d85);
}

#slider {
    position: relative;
    width: 100%;
    max-height: 600px;
    padding: 0 20px;
    text-align: center;
    z-index: -1;
    overflow: hidden;
}

#slider img {
    width: 100%;
    max-width: 1050px;
    margin: 0 auto;
    text-align: center;
    border-radius: 30px;
}

.landingInfo {
    position: relative;
    width: 100%;
    margin: 0 auto;
    z-index: 1;
    background: rgba(0, 0, 0, 0.92);
}

.landingInfoIndex {
    position: relative;
    top: 30px;
    display: block;
    width: 100%;
    margin: 0 auto;
    z-index: 1;
}

.landingInfoIndex a {
    color: black;
    text-decoration: none;
}

.landingInfoIndex a img {
    width: 100%;
    max-width: 600px;
}

.landingInfoIndex a h2 {
    color: white;
    background: #242b3e;
    padding: 20px;
    margin: 0 auto;
    transition-duration: 300ms;
}


.landingInfoIndex a span {
    padding: 30px;
    display: block;
    font-size: 30px;
    margin: 20px auto;
    max-width: 300px;
    background: #fdce0f;
    color: black;
    transition-duration: 300ms;
    border-radius: 10px;
    font-weight: bold;
}

.landingInfoIndex a span:hover {
    background: #1ed900;
    color: white;
}


.landingInfoIndex a span:hover svg {
    fill: white;
}

.callIconIndex {

}

.callIconIndex svg {
    fill: black;
    width: 30px;
    transition-duration: 300ms;
}

.landingInfo a {

}

.landingInfo a img {
    width: 100%;
    max-width: 500px;
}


.landingInfo ul {
    padding: 0;
    margin: 0 auto;
    width: 100%;
    position: relative;
    max-width: 1350px;
    text-align: center;
}

.landingInfo ul li {
    display: table-cell;
    margin: 0 auto;
    width: 60%;
    text-align: center;
}

.landingInfoContent {
    position: relative;
    top: 0;
}

.landingInfoContent a {
    text-decoration: none;
    color: #ffffff;
    display: block;
}

.landingInfoContent a h2 {
    font-size: 20px;
}

.landingInfoContent p {
    font-size: 20px;
    display: block;
    line-height: 36px;
    color: white;
    position: relative;
    padding: 16px;
    text-align: justify;
    margin: 0 auto;
}

.landingInfoContent a span {
    position: relative;
    height: 60px;
    width: 250px;
    margin: 30px auto;
    color: white;
    background: #003d85;
    line-height: 60px;
    display: block;
    text-align: center;
    border: 2px solid #fdce0f;
    font-weight: bold;
    border-radius: 10px;
    transition-duration: 300ms;
    text-decoration: none;
    box-shadow: 0 8px 13px -10px #000;
    font-size: 22px;
}

.landingInfoContent a span:hover {
    background: #fdce0f;
    color: black;
}

.landingInfoImage img {
    width: 100%;
    max-width: 450px;
    padding: 20px;
    position: relative;
    margin: 0 auto;
    text-align: center;
}

.ads {
    margin: 100px auto 0 auto;
    background: #ffffff;
}


.phone {
    background: #06a2df;
    color: white;
    /* line-height: 100px; */
    /* height: 100px; */
    width: 80%;
    margin: 30px auto;
    padding: 30px;
    font-size: 27px;
    border-radius: 10px;
    display: block;
    text-align: center;
    text-decoration: none;
}

.phone svg {
    fill: white;
}

.adsStrongTitle {
    color: #fff !important;
    height: 100px !important;
    position: relative;
    margin: 80px auto !important;
    text-align: center;
    background: #242b3e;
    line-height: 100px !important;
    font-size: 22px !important;
}

.allAdsList {
    padding: 0;
    text-align: center;
    margin: 0 auto;
}

.allAdsList li {
    display: inline-block;
    width: 350px;
    max-height: 100%;
    position: relative;
    margin: 20px;
    padding: 10px;
}

.allAdsList li a {
    text-decoration: none;
    color: black;
}

.adsList {
    border-radius: 20px;
    cursor: pointer;
    overflow: hidden;
    transition-duration: 500ms;
}

.adsList:hover {
    box-shadow: 0 20px 20px -10px #0f171e;
}

.adsList img {
    width: 80%;
    border-radius: 10px;
}

.adsList strong {
    color: black;
    font-size: 30px;
    width: 100%;
    display: block;
}

.adsList p {

}

.ads h3 {
    margin-bottom: 40px;
    text-align: center;
    font-size: 30px;
    height: 60px;
    color: black;
    display: block;
    line-height: 60px;
}


.adsImage {
    padding: 20px;
    margin: 0 auto;
    text-align: center;
}

.adsImage img {
    width: 80%;
    border-radius: 10px;
}

.adsContent {
    text-align: justify;
}


.adsContent p {
    padding: 0 20px;
}

.adsReq {
    height: 50px;
    line-height: 50px;
    background: #fdce0f;
    color: black;
    font-size: 18px;
    font-weight: bold;
    border-radius: 10px;
}

.adsReq span {

}

.adsTitle {
    padding: 0;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

#ads0 {
}

#ads0 .adsTitle h4 {
    border-radius: 10px;
    color: #000000;
    padding: 10px;
    font-weight: bold;
}


#ads1 {
}

#ads1 .adsTitle h4 {
    color: #000;
    border-radius: 10px;
    padding: 10px;
    font-weight: bold;
}

#ads2 {
}

#ads2 .adsTitle h4 {
    border-radius: 10px;
    color: #000;
    font-weight: bold;
    padding: 10px;
}

.tech {
    width: 100%;
    line-height: 20px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 30px;
}

.tech a {
    text-decoration: none;
    color: black;
    display: block;
    margin: 0 auto;
    border-radius: 20px;
    text-align: center;
    width: 100%;
    transition-duration: 300ms;
}

.tech a:hover {
    transform: scale3d(1.1, 1.1, 1.1);
}



.tech a:hover .techContent img {
    filter: grayscale(0) !important;
    transition-duration: 300ms;
}


.tech h4 {
    font-size: 27px;
    /* height: 80px; */
    font-weight: bold;
    line-height: 40px;
    padding: 20px;
    margin: 0 auto;
    display: block;
    width: 100%;
    color: #b83131;
}

.tech p {
    margin: 0 auto;
    text-align: justify;
    padding: 20px;
    font-size: 20px;
    max-width: 1200px;
    line-height: 40px;
    font-weight: bold;
}

.techContent {
    padding: 60px;
}

.techContent img {
    width: 100%;
    max-width: 637px;
    padding: 0;
    margin: 0 auto;
    filter: grayscale(1);
    border-radius: 20px;
    transition-duration: 300ms;
}

.techContent p {
    margin: 30px auto 0 auto;
    line-height: 38px;
    width: 100%;
    font-size: 20px;
    display: block;
    position: relative;
}

.callBanner {
    width: 100%;
    height: 100px;
    overflow: hidden;
    line-height: 100px;
    background: #003d85;
    padding: 0;
    margin: 0 auto 40px auto;
    text-align: center;
}


.callBanner p {
    font-size: 20px;
    height: 100px;
    color: white;
    font-weight: bold;
    margin: 0 auto;
    padding: 0 10px;
}

.callBannerBtn {
    height: 100px;
    padding: 0;
    line-height: 100px;
}

.callBanner a {
    text-decoration: none;
    background: #f2c815;
    color: #003d85;
    margin: 0 auto;
    font-size: 30px;
    border-radius: 100px;
    padding: 5px 10px;
}

.noOne {

}

.noOne em {
    font-size: 17px;
    text-align: center;
    float: left;
    font-weight: bold;
    margin: 0 auto;
    padding: 10px;
    background: #fdce0f;
}

.noOne img {
    width: 100%;
    text-align: center;
    margin: 33px auto;
    display: block;
}


.why {
    text-align: center;
    border-radius: 15px;
    margin: 0 auto 170px auto;
}

.why strong {
    font-size: 35px;
    color: #003d85;
    text-underline-offset: 30px;
    text-decoration: underline;
    padding: 20px;
}

.whyList {
    padding: 10px;
    margin: 0 auto;
    background: #fff5cc
}

.whyList img {
    width: 90%;
    border-radius: 10px;
    transition-duration: 200ms;
}

.whyList img:hover {
    transform: scale3d(1.05, 1.05, 1.05);
}

.whyList strong {
    color: black;
    font-size: 20px;
    height: 100px;
    line-height: 100px;
    padding: 0;
    width: 100%;
    text-align: center;
    display: block;
}

.whyList h5 {
    font-weight: bold;
    color: black;
    font-size: 20px;
    height: 100px;
    line-height: 100px;
    padding: 0;
    width: 100%;
    text-align: center;
    display: block;
}

.whyList p {
    text-align: justify;
}

.relatedContent {
    margin: 0 auto;
    max-width: 1350px;
}

.relatedContent strong {
    background: #83ffb9;
    padding: 10px 30px;
    text-align: center;
    font-size: 20px;
    display: block;
    border-radius: 100px;
}

.relatedContent p {
    margin: 20px auto 0 auto;
    padding: 0 20px;
}

.relatedContent h2 {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    background: #242b3e;
    color: white;
    padding: 20px;
    line-height: normal;
    margin: 0 auto;
}

.relatedContent ul {
    padding: 0;
    margin: 0 auto;
}

.relatedContent ul li {
    display: block;
    margin: 0 auto;
    text-align: justify;
    /*
    background: linear-gradient(3deg, #ff9700c7, #ffffff69);
    */
    padding: 20px;
}

.supportedLoc {
    margin: 0 auto;
}

.supportedLoc h2 {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    background: #242b3e;
    color: white;
    padding: 20px;
    line-height: normal;
    margin: 0 auto;
}

.supportedLoc ul {
    padding: 0;
    margin: 0 auto;
}

.supportedLoc ul li {
    display: block;
    /* width: 49%; */
    margin: 0 auto;
    color: black;
    text-align: right;
    background: linear-gradient(45deg, #003d8500, #e2ffb5);
    padding: 20px;
}

.supportedLoc ul li strong {
    font-size: 18px;
    padding: 18px 0;
    display: block;
}

.supportedLoc ul li p {

}

.brand {
    margin: 0 auto;
}

.brand h2 {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    background: #242b3e;
    color: white;
    padding: 20px;
    line-height: normal;
    margin: 0 auto;
}

.brand ul {
    padding: 0;
    margin: 0 auto;
}

.brand ul li {
    display: block;
    /* width: 49%; */
    margin: 0 auto;
    color: black;
    text-align: right;
    background: linear-gradient(45deg, #003d8500, #dfdfdf);
    padding: 20px;
}

.brand ul li strong {

}

.brand ul li p {

}


#mechanic {

}

#modern {

}

#fast {

}

#experience {

}


.biography {
    width: 80%;
    background: #ebebf5;
    margin: 0 auto;
    top: 130px;
    padding: 30px;
    text-align: center;
    border-radius: 20px;
    position: relative;
}

.biography p {
    font-size: 20px;
    text-align: center;
}

.biography a {
    text-decoration: none;
    color: black;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
}

.contact {
    width: 80%;
    background: #ebebf5;
    margin: 0 auto;
    top: 130px;
    padding: 10px;
    font-size: 20px;
    text-align: center;
    border-radius: 20px;
    position: relative;
}

.contact h2 {
    font-weight: bold;
    font-size: 25px;
    text-align: center;
    padding: 10px;
}

.contact p {
    font-size: 20px;
    text-align: justify;
    padding: 10px;
}

.contact a {
    text-decoration: none;
    color: black;
}

.contact ul {

}

.contact ul li {
    display: block;
}

.mobileFooter {

}

.mobileFooterContent {
    height: 90px;
    margin: 20px 20px;
    width: 90px;
    border-radius: 100px;
    bottom: 0;
    padding: 0;
    left: 0;
    position: fixed;
    /* backdrop-filter: blur(6px); */
    z-index: 2;
    background: #09e292;
    box-shadow: inset 1px 0px 19px 0 #000;
    line-height: 80px;
    /* border: 2px white solid; */
    text-align: center;
    animation: BoxWave 4s ease-in-out infinite;
}

.mobileFooter a {
    text-decoration: none;
    color: white;
    font-size: 26px;
    margin: 0 auto;
}

.mobileFooter a span {
    position: fixed;
    left: 92px;
    display: block;
    margin: 0 auto;
    bottom: 15px;
    border: 2px #ffffff dashed;
    color: #ffffff;
    font-size: 13px;
    font-weight: bold;
    padding: 10px;
    backdrop-filter: blur(20px);
    box-shadow: -12px 7px 9px 0 #13292130;
    background: #0b432f75;
    border-radius: 0 30px 30px 30px;
    z-index: 1;
}

.mobileFooterContent i {
    color: white;
    position: relative;
    /* left: -30px; */
    font-size: 20px;
    height: 100px;
    /* width: 100%; */
    display: contents;
    line-height: 100px;
    /* margin: 0 auto; */
    text-align: center;
}

.call {

}

.callIcon {

}


.callIcon svg {
    width: 30px;
    fill: white;
}


.hsndigital {
    height: 50px;
    line-height: 50px;
    font-size: 13px;
    text-align: center;
    padding: 0 0 140px 0;
    color: black;
}

.hsndigital a {
    color: #003d85;
    text-decoration: none;
}


footer {
    background: #22282f;
    color: white;
    border-top: 1px #ffffff solid;
}

.footerContent {
    width: 100%;
    text-align: center;
    margin: 80px auto 0 auto;
    padding: 20px 30px;
    max-width: 1350px;
}

.footerContent ul {
    padding: 0;
    margin: 0 auto;
}

.footerContent ul li {
    display: block;
    margin: 20px auto 0 auto;
}
.footerContent ul ul li {
    display: block;
    margin: 0 auto;
}

.footerContent ul li h6 {
    text-align: right;
    margin: 0 auto;
}

.footerContent ul li p {
    text-align: justify;
}

.footerContent ul li img {
    width: 80px;
}

.footerContent ul li h6 strong {
    text-decoration: none;
    font-weight: bold;
    font-size: 20px;
    display: block;
    padding: 10px 0;
}

.footerContent ul li ul {

}

.footerContent ul li ul li {
    display: block;
    padding: 5px;
    text-align: justify;
}

.footerContent ul li ul li:hover a {
    color: #c74ff6;
}

.footerContent ul li ul li a {
    color: white;
    text-decoration: none;
    font-size: 17px;

}

.pagesContent {
    width: 100%;
    max-width: 1350px;
    margin: 100px auto;
    text-align: justify;
}

.pagesContent a {
    text-decoration: none;
    color: #bebebe;
    text-align: center;
    border-radius: 10px;
    padding: 10px;
    margin: 0 auto;
}

.pagesContent img {
    width: 100%;
    margin: 0 auto;
    position: relative;
    max-width: 1350px;
    padding: 50px;
}

.pagesContent p {
    line-height: 40px;
    font-size: 20px;
    padding: 40px;
}

.pagesContent h3 {
    font-size: 30px;
    padding: 30px 10px 0 10px;
    margin: 0 auto;
    font-weight: bold;
}

.pagesContent h4 {
    font-size: 30px;
    padding: 30px 10px 0 10px;
    margin: 0 auto;
    font-weight: bold;
    text-align: center;
}

.pagesContent ul {

}

.pagesContent ul li {

}

.connection {

}

.connection ul {
    max-width: 1350px;
    padding: 40px;
    margin: 0 auto;
    background: #ffe476;
}

.connection ul li {
    display: block;
    margin: 0 auto;
    font-size: 17px;
}

.connection ul li a {
    text-decoration: none;
    color: black;
}

.pagesContent ul li strong {
    font-size: 20px;
}

.pagesContent ul li p {
    font-size: 17px;
}