*,::before,::after{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
@font-face {
    font-family: "Poppins";
    src: url(../fonts/Poppins/Poppins-Thin.ttf);
    font-weight: 100;
}
@font-face {
    font-family: "Poppins";
    src: url(../fonts/Poppins/Poppins-ExtraLight.ttf);
    font-weight: 200;
}
@font-face {
    font-family: "Poppins";
    src: url(../fonts/Poppins/Poppins-Light.ttf);
    font-weight: 300;
}
@font-face {
    font-family: "Poppins";
    src: url(../fonts/Poppins/Poppins-Regular.ttf);
    font-weight: 400;
}
@font-face {
    font-family: "Poppins";
    src: url(../fonts/Poppins/Poppins-Medium.ttf);
    font-weight: 500;
}
@font-face {
    font-family: "Poppins";
    src: url(../fonts/Poppins/Poppins-SemiBold.ttf);
    font-weight: 600;
}
@font-face {
    font-family: "Poppins";
    src: url(../fonts/Poppins/Poppins-Bold.ttf);
    font-weight: 700;
}
@font-face {
    font-family: "Poppins";
    src: url(../fonts/Poppins/Poppins-ExtraBold.ttf);
    font-weight: 800;
}
@font-face {
    font-family: "Poppins";
    src: url(../fonts/Poppins/Poppins-Black.ttf);
    font-weight: 900;
}
body{
    font-family: var(--bodyFont);
}
:root{
--primaryColor:#ec1c24;
--secondaryColor:#231f20; 
--whiteColor: #fff;
--bodyFont: "Poppins";
--iconFont: "Font Awesome 5 Free";
}
header,section,.headerTop,.headerInner,footer,.footorTop,.footerBottom{
    width: 100%;
    float: left;
}
p{
    font-size: 16px;
    color: var(--secondaryColor);
}
.textRed{
    color: var(--primaryColor) !important;
}
section{
    padding: 40px 0;
}
a{
    display: inline-block;
    text-decoration: none;
}
.object-cover{
    object-fit: cover;
    object-position: center;
}
ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
h3{
    font-size: 18px;
    font-weight: 600;
}
.tiTitle{
    text-align: center;
    max-width: 400px;
    margin:  0 auto;
    position: relative;
}
.space{
    margin: 60px 0;
}
.tiTitle svg{
    position: absolute;
    z-index: -1;
    top: -70px;
    right: 70px;
    fill: #e6e6e6;
    max-width: 300px;
    max-height:300px;
}
.tiTitle p{
    font-size: 22px;
    color: var(--primaryColor);
    text-align: center;
    font-weight: 700;
}
.tiTitle h4{
    color: var(--secondaryColor);
    font-weight:700;
    font-size: 22px;
}
ul.contentList li{
    padding: 9px 0 9px 50px;
    line-height: 26px;
    position: relative;
    font-size: 15px;
}
ul.contentList li::before{
    content: "\f00c";
    position: absolute;
    left: 0;
    top: 12px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-family: var(--iconFont);
    font-weight: 900;
    border-radius: 50%;
    border: 1px solid var(--secondaryColor);
    color: var(--secondaryColor);
    font-size: 12px;
    text-align: center;
    transition: .4s ease;
}
h1,h2,h3,h4,h5,h6{
    color: var(--primaryColor);
}
.contentTitle h2{
    font-size: 20px;
    font-weight: 700;
    color: var(--secondaryColor);
    position: relative;
    margin: 10px 0 20px;
    text-transform: uppercase;
}

a.commonBtn{
    background-color: var(--secondaryColor);
    color: var(--whiteColor) !important;
    text-transform: uppercase;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    padding: 5px 18px;
}
header {
    background-color: var(--whiteColor);
}
header .headerInner .headerTop ul.navbar-nav li a,header .headerTop ul.navbar-nav .dropdown .btn{
    color: var(--secondaryColor);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
}
header .headerInner .headerTop .menuBar ul.menuList .dropdown .btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active{
    border-color: var(--whiteColor);
}
header .headerInner .headerTop a.navbar-brand .logoBox img{
    height: 40px;
}
section.mainBanner .carousel, section.mainBanner .carousel-inner, section.mainBanner .carousel-item, section.mainBanner .carousel-item img {
    height: 100%;
}
section.mainBanner .carousel-item a{
    width: 100%;
}
section.mainBanner button[type="button"] {
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: var(--primaryColor);
    top: 45%;
    font-size: 22px;
    background-color: var(--whiteColor);
    opacity: 1;
    border-radius: 8px;
}
section.mainBanner button[type="button"].carousel-control-prev {
    left: 10px;
}
section.mainBanner button[type="button"].carousel-control-next {
    right: 10px;
}

section.aboutWrap .domainWrap .contentBox h3{
    color: var(--whiteColor);
    margin: 20px 0;
}
section.aboutWrap h2.leftTitle{
    color: var(--whiteColor);
    font-size: 22px;
    font-weight: 600;
    margin:  0 0 20px;
    text-align: center;
}
section.aboutWrap .domainWrap .contentBox p{
    margin: 0;
    font-size: 15px;
    color: var(--whiteColor);
}
section.aboutWrap .boxBg{
    background-color: #a8a0a0;
    padding: 20px;
    border-radius: 10px;
}
section.aboutWrap .boxBg .domainWrap .imagesBOx img{
    border-radius: 10px;
}

section.impactWrap ul.nav-tabs{
    border: none;
}
section.impactWrap .nav-tabs .nav-item.show .nav-link, section.impactWrap .nav-tabs .nav-link.active {
    background-color: inherit;
    color: var(--secondaryColor) !important;
    border: none;
}
section.impactWrap ul.nav-tabs li.nav-item button {
    width: 100%;
    border: none;
    padding:5px 20px;
    color: var(--primaryColor);
    text-transform: uppercase;
    border-radius: 50px;
    font-size: 17px;
    font-weight: 700;
    text-align: center;
}
section.partnerLogo{
   background-color:#a2a0a0;
}

section.partnerLogo .item{
    margin:  0 0 20px;
}
section.partnerLogo h3{
    color: var(--secondaryColor);
    font-weight: 400;
}
section.partnerLogo .item img{
    width: inherit;
    max-width: 170px;
    max-height: 170px;
    box-shadow: 5px 3px 10px 0px rgb(0 0 0 / 50%);
    border-radius: 10px;
}
section.mediumWrap ul.nav-tabs{
    border: none;
}
section.partnerLogo .boxBorder{
    outline-width: 3px;
    outline-color: #161515;
    outline-style: double;
    outline-offset: 15px;
}
section.mediumWrap .nav-tabs .nav-item.show .nav-link, section.mediumWrap .nav-tabs .nav-link.active {
     background-color: inherit;
    color: var(--secondaryColor) !important;
    border: none;
}
section.mediumWrap ul.nav-tabs li.nav-item button {
    width: 100%;
    border: none;
    padding:5px 20px;
    color: var(--primaryColor);
    text-transform: uppercase;
    border-radius: 50px;
    font-size: 17px;
    font-weight: 700;
    background-color: inherit;
    text-align: center;
}
section.mediumWrap{
    background-image: url(../img/bg/bg-body.jpg);
    background-position: center;
    background-size: cover;
}
section.mediumWrap .mediumBox .content p{
    font-size: 15px;
    margin:  20px 0 0;
    text-align: center;
}

section.programsWrap{
    background-color:#a2a0a0;
}
section.programsWrap .item .contentBox img{
    max-width: 150px;
    width: inherit;
    margin: 0 0 20px;
}
section.programsWrap .item .testiWrap{
    display: flex;
    align-items: center;
    gap: 40px;
}
section.programsWrap .item .contentBox img.heightImg{
    height: auto;
}
.lb-nav .lb-next, .lb-nav .lb-prev {
    filter: invert(99%) sepia(0%) saturate(1177%) hue-rotate(299deg) brightness(109%) contrast(100%);;
}
section.programsWrap .item .testiWrap .imageBox{
    width: 50%;
}
section.programsWrap .item .testiWrap .contentBox{
    width: 50%;
}
section.programsWrap .item .contentBox p{
    font-size: 15px;
}
section.galleryWrap .item img{
    height: 250px;
    object-fit: cover;
    object-position: center;
    border: 1px solid var(--primaryColor);
    padding: 5px;
    border-radius: 7px;
}
section.galleryWrap .item a{
    width: 100%;
}
section.testimonialWrap .boxTesti{
    border: 2px solid var(--secondaryColor);
    padding: 20px;
    height:520px;
    border-radius: 20px;
}
section.testimonialWrap .boxTesti .contenttesti h3{
    color: var(--primaryColor);
    font-size: 16px;
    margin: 15px 0 0;
    font-weight: 700;
}
section.testimonialWrap .boxTesti .contenttesti span{
    color: #010000;
    font-size: 14px;
    font-weight: 400;
    margin: 7px 0 0;
    line-height: 18px;
    display: block;
}
section.testimonialWrap .boxTesti .contenttesti{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
section.testimonialWrap .boxTesti .contenttesti .spacebox a.readMore{
    color: var(--primaryColor);
    font-size: 14px;
    font-weight: 700;
    margin: 5px 0 0;
}
section.testimonialWrap .boxTesti .contenttesti span p{
    font-weight: 700;
    margin: 0;
    font-size: 14px;
}
section.testimonialWrap .boxTesti .contenttesti p{
    color: var(--secondaryColor);
    font-size: 17px;
}
section.testimonialWrap .boxTesti .imgtesti img{
    height: 280px;
    object-fit: contain;
}
section.teamWrap{
    background-image: url(../img/bg/about-bg.png);
    background-position: center;
    background-size: cover;
}
.imageborderBox{
    position: relative;
}
.imageborderBox::before{
    content: "";
    position: absolute;
    top: -20px;
    left: -20px;
    right: 0;
    bottom: 0;
    width: 280px;
    height: 443px;
    border: 146px solid var(--primaryColor);
    z-index: -1;
}
section.expertiseWrap{
    padding: 0;
}
section.programBanner .bannerInnerWrap {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(0 0 0 / 43%);
}

section.programBanner .bannerInnerWrap h2{
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.1)), to(rgba(202, 202, 202, 0.1)));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(202, 202, 202, 0.1) 100%);
    border: 1px solid rgba(255, 255, 255, 0.15);
    width: 100%;
    padding:20px;
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    border-radius: 15px;
    color: var(--whiteColor);
    text-align: center;
    font-size: 30px;
}
section.programBanner button[type="button"] {
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: var(--primaryColor);
    top: 50%;
    bottom: 100%;
    font-size: 22px;
    background-color: var(--whiteColor);
    opacity: 1;
    border-radius: 8px;
}
section.programBanner button[type="button"].carousel-control-prev {
    left: 10px;
}
section.programBanner button[type="button"].carousel-control-next {
    right: 10px;
}
section.programBanner .carousel, section.programBanner .carousel-inner, section.programBanner .carousel-item{
    height: 100%;
}
section.programBanner .carousel-item img{
    height: 530px;
}


section.cardWrap .gridCard{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: 1fr;
    gap: 10px;
}
section.cardWrap > .container-fluid{
    padding: 0 15px;
}
section.cardWrap .gridCard .cardMain{
    padding: 20px;
    background-color: #6aa84f;
    height: 100%;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
section.cardWrap .gridCard .cardMain:nth-child(2n){
    background-color: #c7212f;
}
section.cardWrap .gridCard .cardMain:nth-child(3n){
    background-color: #407f46;
}
section.cardWrap .gridCard .cardMain:nth-child(4n){
    background-color: #27bfe6;
}
section.cardWrap .gridCard .cardMain:nth-child(5n){
    background-color: #4ca146;
}
section.cardWrap .gridCard .cardMain:nth-child(6n){
    background-color: #f89d2a;
}
section.cardWrap .gridCard .cardMain:nth-child(7n){
    background-color: #f26a2e;
}
section.cardWrap .gridCard .cardMain:nth-child(8n){
    background-color: #fbc412;
}
section.cardWrap .gridCard .cardMain:nth-child(9n){
    background-color: #a31c44;
}
section.cardWrap .gridCard .cardMain:nth-child(10n){
    background-color: #14496b;
}
section.cardWrap .gridCard .cardMain .titleBox{
    display: flex;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid rgb(223 223 223 / 52%);
    padding: 0 0 10px;
}
section.cardWrap .gridCard .cardMain .titleBox span{
    color: var(--whiteColor);
    font-size: 40px;
    font-weight: 700;
}
section.cardWrap .gridCard .cardMain .titleBox h3{
    color: var(--whiteColor);
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
}

section.cardWrap .gridCard .cardMain .cardImg img{
    height: 65px;
    filter: invert(96%) sepia(13%) saturate(296%) hue-rotate(178deg) brightness(115%) contrast(100%);
}
section.cardWrap .gridCard .cardMain .cardImg{
    margin: 10px 0 20px;
}
section.cardWrap .gridCard .cardMain .buttonBox a{
    border: 1px solid var(--whiteColor);
    padding: 8px 20px;
    border-radius: 5px;
    color: var(--whiteColor);
    font-size: 14px;
}
section.cardWrap .gridCard .cardMain .card.card-body,section.cardWrap .gridCard .cardMain .card.card-body p{
    color: var(--whiteColor);
    font-size: 14px;
    margin: 0;
    font-weight: 300;
    background-color: #6aa84f;
    border: none;
    padding: 0;
    letter-spacing:0.7px;
}
section.cardWrap .gridCard .cardMain .card.card-body p{
    font-weight: 700;
}
section.cardWrap .gridCard .cardMain:nth-child(2n) .card.card-body,section.cardWrap .gridCard .cardMain:nth-child(2n) .card.card-body p{
   background-color: #c7212f;
}
section.cardWrap .gridCard .cardMain:nth-child(3n) .card.card-body,section.cardWrap .gridCard .cardMain:nth-child(3n) .card.card-body p{
    background-color: #407f46;
}
section.cardWrap .gridCard .cardMain:nth-child(4n) .card.card-body,section.cardWrap .gridCard .cardMain:nth-child(4n) .card.card-body p{
    background-color: #27bfe6;
}
section.cardWrap .gridCard .cardMain:nth-child(5n) .card.card-body,section.cardWrap .gridCard .cardMain:nth-child(5n) .card.card-body p{
    background-color: #4ca146;
}
section.cardWrap .gridCard .cardMain:nth-child(6n) .card.card-body,section.cardWrap .gridCard .cardMain:nth-child(6n) .card.card-body p{
    background-color: #f89d2a;
}
section.cardWrap .gridCard .cardMain:nth-child(7n) .card.card-body,section.cardWrap .gridCard .cardMain:nth-child(7n) .card.card-body p{
    background-color: #f26a2e;
}
section.cardWrap .gridCard .cardMain:nth-child(8n) .card.card-body,section.cardWrap .gridCard .cardMain:nth-child(8n) .card.card-body p{
    background-color: #fbc412;
}
section.cardWrap .gridCard .cardMain:nth-child(9n) .card.card-body,section.cardWrap .gridCard .cardMain:nth-child(9n) .card.card-body p{
    background-color: #a31c44;
}
section.cardWrap .gridCard .cardMain:nth-child(10n) .card.card-body,section.cardWrap .gridCard .cardMain:nth-child(10n) .card.card-body p{
    background-color: #14496b;
}
section.cardWrap .gridCard .cardMain .card.card-body a.btncase{
    color: #000;
    font-size: 14px;
    font-weight: 600;
}
/*.mt132{*/
/*    margin-top: 132px;*/
/*}*/
/*.mt206{*/
/*    margin-top: 206px;*/
/*}*/
/*.mt187{*/
/*    margin-top: 187px;*/
/*}*/
/*.mt247{*/
/*    margin-top: 247px;*/
/*}*/
/*.mt113{*/
/*    margin-top: 113px;*/
/*}*/
/*.mt130{*/
/*    margin-top: 130px;*/
/*}*/

.pl{
    padding-left: 20px;
}

footer .footerTop {
    padding: 40px 0;
    background-color: #ededed;
}
footer .footerTop p{
    color: var(--secondaryColor);
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
}
footer .footerBottom {
    background-color: var(--primaryColor);
    border-top: 1px solid rgba(255,255,255,0.4);
    padding: 15px 0;
}
footer .footerTop ul.social_links{
    display: flex;
    gap: 10px;
}
footer .footerTop ul.social_links li a{
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50px;
    background-color: #3f3f3f;
    color: var(--whiteColor);
}
footer .footerTop ul.social_links li img{
    height: 18px;
}

footer {
    background-color: var(--whiteColor);
}
footer .footerTop .footerLogo img{
    height:40px;
}
footer .footerTop h5{
    color:#001329;
    font-size: 19px;
    position: relative;
    font-weight: 600;
    margin: 0 0 20px;
    padding: 0 0 20px
}
footer .footerTop h5::before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 2px;
    display: inline-block;
    background-color: var(--primaryColor);
}
footer .footerTop a{
    font-size: 15px;
    color: #001329;
    font-weight: 600;
}
footer .footerTop ul{
    line-height: 20px;
}
footer .footerBottom p,footer .footerBottom a{
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    color: var(--whiteColor);
}
footer .footerTop ul.list li{
    padding: 5px 0 5px 20px;
    position: relative;
    color: #001329;
    font-weight: 600;
}
footer .footerTop ul.list li::before{
    content: "\f0da";
    font-family: var(--iconFont);
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 7px;
    color: var(--primaryColor);
    font-size: 13px;
}
footer .footerTop i.fas{
    margin-right: 10px;
    font-size: 16px;
}
footer .footerTop ul.socialFooter{
    display: flex;
    gap: 20px;
}
footer .footerTop ul.socialFooter li a{
    border: 2px solid #e5e5e5;
    border-radius: 50px;
    color: var(--whiteColor)fff;
    display: block;
    font-size: 16px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
}
footer .footerTop ul.socialFooter li a:hover{
    background-color: transparent;
    background-image: linear-gradient(253.04deg, #0e2f5b 7.71%, #104cba 91.47%);
}
footer .footerTop  ul.info li {
    position: relative;
    padding-left: 70px;
    line-height: 1.8;
    color: var(--secondaryColor);
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 600;
}
footer .footerTop ul.info li span {
    display: block;
    color: var(--secondaryColor);
    font-size: 16px;
    font-weight: 700;
}
footer .footerTop  ul.info li i {
    position: absolute;
    top: 7px;
    left: 0;
    font-size: 1.125rem;
    background-color: var(--primaryColor);
    color: var(--whiteColor);
    height: 50px;
    width: 50px;
    line-height: 48px;
    text-align: center;
    border-radius: 50px;
    margin-right: 30px;
}
footer .footerTop ul.info li a,footer .footerTop ul.info li p{
    color: var(--secondaryColor);
    font-size: 15px;
    font-weight: 400;
}
footer .footerTop ul.info li {
    position: relative;
    padding-left: 70px;
    line-height: 1.8;
    color: var(--secondaryColor);
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 600;
}

@media screen and (min-width: 1424px){
    section.testimonialWrap .boxTesti{
        height: 450px;
    }
}

@media screen and (max-width: 991px){
    section.contactWrap .formInner,section.requestWrap .formInner{
        padding: 30px;
    }
    .rs-ctaWrap .ctawidgetWrap .sec-title .title{
        font-size: 18px;
        line-height: 30px;
    }
    .rs-ctaWrap .ctawidgetWrap{
        padding: 40px 20px;
    }
    .rs-ctaWrap .ctawidgetWrap ul.cta-btn-wrap{
        margin: 20px 0 0 !important;
    }
    section.blogWrap .blogWrap{
        margin:  0 0 20px;
    }
    header .headerTop .navbar .navbar-toggler{
        border: 2px solid var(--primaryColor);
        color: var(--secondaryColor);
        padding: 8px 20px;
    }
    header .headerTop .navbar .navbar-toggler:focus{
        box-shadow: none;
    }
    header .headerInner .headerTop ul.navbar-nav li a, header .headerTop ul.navbar-nav .dropdown .btn{
        font-size: 16px;
        padding: 6px;
    }
    header .headerInner .headerTop a.navbar-brand .logoBox{
       margin:0;
       padding: 0;
       background-color: inherit;
       box-shadow: none;
       border-radius: 0;
    
    }
    header .headerTop ul.navbar-nav{
        gap: 0 !important;
        align-items: flex-start !important;
    }
    section.programBanner .carousel-item img{
        height: 220px;
    }
    section.mainBanner button[type="button"],section.programBanner button[type="button"]{
        display: none;
    }
    header .headerInner .headerTop a.navbar-brand .logoBox img{
        height: 30px;
    }
    header{
        padding: 0;
    }
    .tiTitle p{
        font-size: 20px;
    }
    section.cardWrap .gridCard{
        grid-template-columns: repeat(3, 1fr);
    }
    section.aboutWrap .domainWrap .contentBox h3{
        font-size: 16px;
    }
    section.programsWrap .item .testiWrap{
        flex-wrap: wrap;
    }
    section.aboutWrap .domainWrap .contentBox p{
        font-size: 14px;
    }
    section.programsWrap .item .testiWrap .imageBox{
        width: 100%;
        margin: 20px 0 0;
    }
    section.programsWrap .item .testiWrap .contentBox{
        width: 100%;
    }
    .tiTitle{
        max-width: 100%;
        padding: 15px;
        outline-offset: 5px;
        height: auto;
        margin: 40px 0 0;
    }
    section.mediumWrap .mediumBox .content p{
        margin: 15px 0;
    }
    section.programBanner .bannerInnerWrap h2{
        padding: 10px;
        font-size: 20px;
    }
    section.testimonialWrap .boxTesti{
        height: 450px;
    }
    section.testimonialWrap .boxTesti .contenttesti p{
        font-size: 15px;
    }
    .mt132{
        margin-top: 15px;
    }
    .mt206{
         margin-top: 15px;
    }
    .mt187{
          margin-top: 15px;
    }
    .mt247{
         margin-top: 15px;
    }
    .mt113{
         margin-top: 15px;
    }
    .mt130{
         margin-top: 15px;
    }
    .tiTitle svg {
    top: -40px;
    right: 270px;
    max-width: 170px;
    max-height: 170px;
}
footer .footerTop ul.social_links{
    margin: 20px 0;
}
}


@media screen and (max-width: 767px) {
    section{
        padding: 40px 0;
    }
    section.bannerWrap h1{
        font-size: 40px;
    }
    section.bannerWrap p {
        font-size: 18px;
        line-height: 30px;
    }
    footer .footerTop h5{
        margin: 20px 0;
    }
    header .headerTop ul.navbar-nav .dropdown .btn{
        padding: 0;
    }
     section.testimonialWrap .boxTesti{
        height: 360px;
    }
    section.serviceInner .p-5{
        padding: 20px !important;
    }
    footer .footerTop ul.social_links{
        margin: 0;
    }
    section.contactWrap{
        padding:  0 0 40px;
    }
    section.contactWrap .formInner p{
        font-size: 14px;
    }
    section.cardWrap .gridCard{
        grid-template-columns: 1fr;
    }
    section.mediumWrap ul.nav-tabs{
        justify-content: center;
        margin: 15px 0 0;
    }
    section.partnerLogo .boxBorder{
        outline-offset: 4px;
    }
    .tiTitle{
        height: auto;
        outline-offset: 4px;
        margin: 15px 0;
        padding: 15px;
    }
    .contentTitle h2{
        font-size: 20px;
    }
    .tiTitle svg {
    top: -30px;
    max-width: 250px;
    max-height: 250px;
    }

}