/*
Theme Name: tucs
*/

@font-face {
    font-family: 'Inter 18pt';
    src: url('../tucs/assets/fonts/Inter18pt-Light.woff2') format('woff2'),
        url('../tucs/assets/fonts/Inter18pt-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter 18pt';
    src: url('../tucs/assets/fonts/Inter18pt-Italic.woff2') format('woff2'),
        url('../tucs/assets/fonts/Inter18pt-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Inter 18pt';
    src: url('../tucs/assets/fonts/Inter18pt-Bold.woff2') format('woff2'),
        url('../tucs/assets/fonts/Inter18pt-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Oswald';
    src: url('../tucs/assets/fonts/Oswald-Bold.woff2') format('woff2'),
        url('../tucs/assets/fonts/Oswald-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter 18pt';
    src: url('../tucs/assets/fonts/Inter18pt-SemiBold.woff2') format('woff2'),
        url('../tucs/assets/fonts/Inter18pt-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter 18pt';
    src: url('../tucs/assets/fonts/Inter18pt-Medium.woff2') format('woff2'),
        url('../tucs/assets/fonts/Inter18pt-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter 18pt';
    src: url('../tucs/assets/fonts/Inter18pt-Regular.woff2') format('woff2'),
        url('../tucs/assets/fonts/Inter18pt-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Oswald';
    src: url('../tucs/assets/fonts/Oswald-Medium.woff2') format('woff2'),
        url('../tucs/assets/fonts/Oswald-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter 18pt';
    src: url('../tucs/assets/fonts/Inter18pt-LightItalic.woff2') format('woff2'),
        url('../tucs/assets/fonts/Inter18pt-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Oswald';
    src: url('../tucs/assets/fonts/Oswald-SemiBold.woff2') format('woff2'),
        url('../tucs/assets/fonts/Oswald-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}





body {
    --PrimaryColor: #19437f;
    --YellowColor: #f7941d;
    --RedColor: #ed1b24;

    --LightBg: #eff2f6;
    --headingColor: #232323;
    --textcolor: #474646;
    --textcolorBlue: #8b969c;
    --textBlue: #acc1df;
    --whitecolor: #ffffff;
    --borderColor: #d1d9e5;
    --BgColor: #fff;
    font-family: 'Inter 18pt', sans-serif !important;
    --headingfont: 'Oswald', sans-serif !important;
    background:  var(--whitecolor) ;
}

p {
    font-size: 16px;
    line-height: 28px;
    color: var(--textcolor);
    font-family: 'Inter 18pt', sans-serif !important;
    font-weight: normal;
}

.container {
    max-width: 1340px !important
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--headingColor);
    padding: 0;
    margin: 0;
    font-family: 'Inter 18pt', sans-serif !important;
}

a {
    text-decoration: none !important;
    transition-duration: 0.3s;
}

a:hover {
    text-decoration: none !important;
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}



/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 8px;
    height: 8px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 8px;
    height: 8px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 8px;

    position: absolute;
    top: 0;
    left: 0;

    width: 8px;
    height: 8px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}


/*----*/



.loans-scroll .slick-dots,
.services-scroll .slick-dots,
.testimonials-scroll .slick-dots {
	bottom: -25px !important;
}

.loans-scroll .slick-dots li button,
.services-scroll .slick-dots li button,
.testimonials-scroll .slick-dots li button {
	border: 2px solid var(--YellowColor);
	list-style: none !important;
	z-index: 990;
	
}

.loans-scroll .slick-dots li button,
.services-scroll .slick-dots li button,
.testimonials-scroll .slick-dots li button {
	border: 2px solid var(--YellowColor);
	list-style: none !important;
	z-index: 990;
	
}

.loans-scroll li button:before,
.services-scroll li button:before,
.testimonials-scroll li button:before {
	display: none;
	visibility: hidden;
}

.loans-scroll .slick-dots li.slick-active button,
.services-scroll .slick-dots li.slick-active button,
.testimonials-scroll .slick-dots li.slick-active button {
	background: var(--YellowColor);
}

.loans-scroll .slick-dots li.slick-active button,
.services-scroll .slick-dots li.slick-active button,
.testimonials-scroll .slick-dots li.slick-active button {
	background: var(--YellowColor);
}

.loans-scroll .slick-dots li button,
.services-scroll .slick-dots li button,
.testimonials-scroll .slick-dots li button {
	border: 2px solid var(--YellowColor);
	list-style: none !important;
	z-index: 990;
	border-radius: 0%;
}

::selection {
    background: var(--PrimaryColor);
    color: #fff;
}

::-moz-selection {
    background: var(--PrimaryColor);
    color: #fff;
}

::-webkit-scrollbar {
    width: 8px
}

::-webkit-scrollbar-track {
    border-radius: 0
}

::-webkit-scrollbar-thumb {
    border-radius: 0;
    background-color: rgba(238, 42, 36, .9);
    -webkit-transition: .6s;
    -moz-transition: .6s;
    -o-transition: .6s;
    transition: .6s
}

::-webkit-scrollbar-thumb:hover {
    background-color: rgba(238, 42, 36, 1);
}


.footer-wrapper-div{
    width: 100%;
    padding-bottom: 15px;
    padding-top: 0px;

    background: url(../tucs/assets/img/footer-bg.jpg) no-repeat center center fixed #00111b; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.footer-wrapper-div .footer-credencials{
    width: 100%;
    padding: 18px 0px;
    background: var(--whitecolor);
}

.footer-wrapper-div .footer-credencials p{
    padding: 0;
    margin: 0;
    font-size: 15px;
}

.footer-wrapper-div .footer-credencials p span{
    margin: 0px 20px;
}

.footer-wrapper-div .footer-credencials .col-lg-6:last-child{
    text-align: right;
}

.footer-wrapper-div .footer-credencials .col-lg-6:last-child a{
    color: var(--textcolor);
    text-decoration: none;
    font-weight: normal;
}

.footer-wrapper-div .footer-credencials .col-lg-6:last-child a:hover{
    color: var(--RedColor);
}

.footer-linkswrap .col-lg-3 h4{
    width: 100%;
    padding: 0;
    margin: 0px 0px 25px 0px;
    color: var(--whitecolor);
    font-family: var(--headingfont) !important;
    font-size: 26px;
    text-transform: uppercase;
}

.footer-linkswrap .col-lg-3 p{
    padding: 0;
    margin: 0px 0px 15px 0px;
    color: var(--textcolorBlue);
    font-size: 15px;
    line-height: 24px;
}

.footer-linkswrap .col-lg-3 p a{
    color: var(--textcolorBlue);
    text-decoration: none;
}

.footer-linkswrap .col-lg-3 p b{
    color: var(--whitecolor);
}

.footer-linkswrap .col-lg-3 .footer-logo{
    width: 100%;
    display: block;
    margin-bottom: 25px;
}

.footer-linkswrap .col-lg-3 .footer-logo img{
    width: auto;
    height: 160px;
    object-fit: contain;
}

.footer-linkswrap .col-lg-3 .footer-logo{
    display: block;
    margin-top: 5px;
}

.footer-linkswrap .col-lg-3 .footer-logo img{
    width: 160px;
    height: 160px;
    object-fit: cover;
    border-radius: 10px;
}

.footertop-section .socialmedia-icons {
    width: auto;
    padding: 0px 0px 0px 0px;
    margin: 11px 0px 0px 0px;
    display: block;
    text-align: right;
}

.footertop-section .socialmedia-icons li {
    list-style: none;
    padding: 0;
    margin: 0px 5px 0px 0px;
    display: inline-block;
}

.footertop-section .socialmedia-icons li:last-child{
    margin-right: 0px;
}

.footertop-section .socialmedia-icons li a {
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    background: #fff;
    text-decoration: none;
}

.footertop-section .socialmedia-icons li a.fb {
    color: #3f64ac;
}

.footertop-section .socialmedia-icons li a.tw {
    color: #000000;
}

.footertop-section .socialmedia-icons li a.li {
    color: #0e72a3;
}

.footertop-section .socialmedia-icons li a.in {
    color: #f6523f;
}

.footertop-section .socialmedia-icons li a.em{
    color: #ec4134;
}

.footer-linkswrap .footlink ul{
    width: 100%;
    padding: 0px;
    margin: 0;
}

.footer-linkswrap .footlink ul li{
    width: 100%;
    padding: 0;
    margin: 0px 0px 5px 0px;
    display: inline-block;
    font-size: 15px;
    line-height: normal;
}

.footer-linkswrap .footlink ul li:last-child{
    margin-bottom: 0px;
}

.footer-linkswrap .footlink ul li a{
    width: 100%;
    display: block;
    line-height: normal;
    color: var(--textcolorBlue);
    line-height: normal;
    transition-duration: 0.3s
}

.footer-linkswrap .footlink ul li a:hover{
    color: var(--YellowColor);
}

.footer-linkswrap{
    margin-top: 80px;
    margin-bottom: 80px;
}

.footer-linkswrap .schedulelink ul{
    width: 100%;
    padding: 0px;
    margin: 0px 0px 0px 0px;
    display: inline-block;
}

.footer-linkswrap .schedulelink ul li{
    width: 100%;
    padding: 0;
    margin: 0px 0px 15px 0px;
    display: inline-block;
    font-size: 15px;
    line-height: normal;
}

.footer-linkswrap .schedulelink ul li:last-child{
    margin-bottom: 0px;
}

.footer-linkswrap .schedulelink ul li a{
    text-decoration: none;
    color: var(--textcolorBlue);
    line-height: normal;
}

.footer-linkswrap .schedulelink ul li a:hover h5{
    color: var(--YellowColor);
}

.footer-linkswrap .schedulelink ul li a:hover h6{
    color: var(--whitecolor);
}

.footer-linkswrap .schedulelink ul li a h5{
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 15px;
    color: var(--textcolorBlue);
    font-weight: normal;
    transition-duration: 0.3s;
}

.footer-linkswrap .schedulelink ul li a h6{
    width: 100%;
    padding: 0;
    margin: 0px 0px 4px 0px;
    font-size: 13px;
    color: var(--YellowColor);
    font-weight: normal;
    transition-duration: 0.3s;
}

.footertop-section{
    width: 100%;
    background: var(--RedColor);
    position: relative;
    padding: 30px 45px;
}

.footertop-section .col-lg-4 h3{
    width: 100%;
    padding: 0px 0px 0px 75px;
    margin: 0px 0px 0px 0px;
    color: var(--whitecolor);
    font-family: var(--headingfont) !important;
    font-size: 26px;
    text-transform: uppercase;
    position: relative;
}

.footertop-section .col-lg-4 h3 font{
    color: var(--YellowColor);
}

.footertop-section .col-lg-4 h3::before{
    width: 55px;
    height: 55px;
    position: absolute;
    left: 0px;
    top: 4px;
    background: url(../tucs/assets/img/footertop-icon.png) no-repeat;
    content: '';
}

.footertop-section .col-lg-5 p{
    padding: 0;
    margin: 9px 0px 0px 0px;
    color: var(--whitecolor);
    font-size: 15px;
    line-height: 22px;
    opacity: 0.8;
}

.headerwrapper-div{
    width: 100%;
    position: relative;
}

.headerwrapper-div .header-top-section{
    width: 100%;
    min-height: 38px;
    background: var(--PrimaryColor);
}

.headerwrapper-div .header-top-section .col-lg-4{
    text-align: right;
    padding-top: 5px;
}

.headerwrapper-div .header-top-section .col-lg-4 h6{
    width: auto;
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    display: inline-block;
}

.headerwrapper-div .header-top-section .col-lg-4 h6:first-child{
    margin-right: 30px;
}

.headerwrapper-div .header-top-section .col-lg-4 h6 a{
    color: var(--textBlue);
    padding: 0;
    margin: 0;
    text-decoration: none;
}

.headerwrapper-div .header-top-section .col-lg-4 h6 i{
    color: var(--YellowColor);
    margin-right: 5px;
}

.headerwrapper-div .header-top-section p{
    font-size: 14px;
    padding: 0;
    margin: 0px;
    color: var(--textBlue);
    line-height: 38px;
}

.menu-wrapper-con{
    width: 100%;
    position: relative;
    z-index: 1020;
}

.menu-wrapper-con .header-menu{
    width: 100%;
    background: var(--RedColor);
    border-radius: 4px;
    padding: 0px 10px;
}

.menu-wrapper-con .header-menu .mega-menu-link{
    font-weight: normal !important;
}

.menu-wrapper-con .header-menu .socialmedia-icons{
    width: 100%;
    padding: 0;
    margin: 6px 0px 0px 0px;
    text-align: right;
    position: relative;
    display: inline-table;
}

.menu-wrapper-con .header-menu .socialmedia-icons li{
    list-style: none;
    display: inline-block;
    padding: 0;
    margin: 0px 0px 0px 10px;
}

.menu-wrapper-con .header-menu .socialmedia-icons li a{
    width: 36px;
    height: 36px;
    background: var(--whitecolor);
    display: inline-block;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
    padding: 0;
    margin: 0;
    border-radius: 50%;
}


.menu-wrapper-con .header-menu .socialmedia-icons li a.fb {
    color: #3f64ac;
}

.menu-wrapper-con .header-menu .socialmedia-icons li a.tw {
    color: #000000;
}

.menu-wrapper-con .header-menu .socialmedia-icons li a.li {
    color: #0e72a3;
}

.menu-wrapper-con .header-menu .socialmedia-icons li a.in {
    color: #f6523f;
}

.menu-wrapper-con .header-menu .socialmedia-icons li a.em{
    color: #ec4134;
}

.headerwrapper-div .header-logo{
    display: inline-block;
    position: relative;
    margin-top: -25px;
    margin-bottom: 5px;
}

.headerwrapper-div .header-logo img{
    width: 425px;
    height: 135px;
    display: block;
}

.headerwrapper-div .digclogo-con{
    text-align: right;
    margin-top: 27px;
}

.headerwrapper-div .digclogo-con img{
    width: 190px;
    height: 67px;
    display: inline-block;
}

.banner-wrapper{
    width: 100%;
    position: relative;
    display: block;
    background: #00111b;
    margin-top: -24px;
}



.banner-wrapper .carousel-item{
    background: #00111b;
}

.banner-wrapper img{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    object-fit: cover;
    opacity: 0.8;
}

.banner-caption-wrap{
    width: 100%;
    text-align: center;
    display: table;
    position: relative;
    z-index: 100;
    height: 580px;
    padding-top: 24px;
}

.banner-caption-wrap::before{
    width: 100%;
    height: 100%;
    background: radial-gradient(circle,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    left: 0px;
    top: 0px;
    content: '';
    opacity: 0.6;
}

.banner-caption-wrap .banner-caption-align{
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    z-index: 100;
}

.banner-caption-wrap .banner-caption-align h1{
    font-family: var(--headingfont) !important;
    color: var(--whitecolor);
    padding: 0;
    margin: 0px 0px 35px 0px;
    text-transform: uppercase;
    font-size: 46px;
    line-height: 52px;
    text-shadow: 2px 3px 8px rgba(0,0,0,0.45);
    font-weight: bold;
}

.banner-caption-wrap .banner-caption-align h1 strong{
    color: var(--YellowColor);
}

.readmore-btn{
    width: 165px;
    height: 44px;
    background: var(--RedColor);
    position: relative;
    display: inline-block;
    color: var(--whitecolor);
    font-size: 15px;
    line-height: 44px;
    border-radius: 25px;
    font-weight: 500;
    text-align: center;
}

.readmore-btn:hover{
    background: var(--YellowColor);
    color: var(--headingColor);
}

.banner-bottom-wrap{
    width: 100%;
    background: var(--PrimaryColor);
    min-height: 50px;
    position: relative;
    display: block;
    padding-left: 180px;
    line-height: 50px;
    color: var(--textBlue);
}

.banner-bottom-wrap .newsscroll-txt{
    height: 50px;
    background: var(--YellowColor);
    color: var(--headingColor);
    text-align: center;
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 0px;
    font-family: var(--headingfont) !important;
    font-size: 18px;
    line-height: 50px;
    width: 180px;
}

.banner-bottom-wrap .newsscroll-txt i{
    margin-right: 5px;
}

.banner-bottom-wrap marquee{
    padding: 0;
    margin: 0;
    line-height: 50px;
    display: block;
}

.bannerbottom-links{
    margin-top: 100px;
    width: 100%;
}

.bannerbottom-links .banner-bottom-btm-item{
    width: 100%;
    text-align: center;
    background: var(--LightBg);
    display: block;
    border-radius: 10px;
    padding: 45px 20px;
    transition-duration: 0.3s;
    border: 1px solid transparent;
}

.bannerbottom-links .banner-bottom-btm-item p{
    padding: 0;
    margin: 0;
    line-height: 26px;
    transition-duration: 0.3s;
}

.bannerbottom-links .banner-bottom-btm-item h4{
    font-family: var(--headingfont) !important;
    font-size: 26px;
    text-transform: uppercase;
    color: var(--headingColor);
    padding: 0;
    margin: 20px 0px 8px 0px;
    transition-duration: 0.3s;
}

.bannerbottom-links .banner-bottom-btm-item span{
    width: 125px;
    height: 125px;
    background: url(../tucs/assets/img/banner-btm-tab-icon.png) no-repeat var(--PrimaryColor);
    display: inline-block;
    border-radius: 50%;
    transition-duration: 0.3s;
}

.bannerbottom-links .banner-bottom-btm-item span img{
    width: 125px;
    height: 125px;
    object-fit: cover;
}

.bannerbottom-links .col-lg-4:nth-child(1) .banner-bottom-btm-item{
    background: var(--whitecolor);
    border: 1px solid var(--borderColor);
}

.bannerbottom-links .col-lg-4:nth-child(2) .banner-bottom-btm-item{
    border-color: var(--LightBg);
}

.bannerbottom-links .col-lg-4:nth-child(2) .banner-bottom-btm-item span{
    background: var(--whitecolor);
}

.bannerbottom-links .col-lg-4:nth-child(3) .banner-bottom-btm-item{
    background: var(--PrimaryColor);
    border: 1px solid var(--PrimaryColor);
}

.bannerbottom-links .col-lg-4:nth-child(3) .banner-bottom-btm-item span{
    background: var(--whitecolor);
}

.bannerbottom-links .col-lg-4:nth-child(3) .banner-bottom-btm-item h4{
    color: var(--whitecolor);
}

.bannerbottom-links .col-lg-4:nth-child(3) .banner-bottom-btm-item p{
    color: var(--textBlue);
}

.bannerbottom-links .col-lg-4:nth-child(1) .banner-bottom-btm-item:hover{
    background: var(--whitecolor);
    border: 1px solid var(--RedColor);
}

.bannerbottom-links .col-lg-4:nth-child(1) .banner-bottom-btm-item:hover span{
    background: var(--RedColor);
}


.bannerbottom-links .col-lg-4:nth-child(2) .banner-bottom-btm-item:hover{
    background: var(--whitecolor);
    border: 1px solid var(--RedColor);
}

.bannerbottom-links .col-lg-4:nth-child(2) .banner-bottom-btm-item:hover span{
    background: var(--RedColor);
}

.bannerbottom-links .col-lg-4:nth-child(3) .banner-bottom-btm-item:hover{
    background: var(--whitecolor);
    border: 1px solid var(--RedColor);
}

.bannerbottom-links .col-lg-4:nth-child(3) .banner-bottom-btm-item:hover span{
    background: var(--RedColor);
}

.bannerbottom-links .col-lg-4:nth-child(3) .banner-bottom-btm-item:hover p{
    color: var(--textcolor);
}

.bannerbottom-links .col-lg-4:nth-child(3) .banner-bottom-btm-item:hover h4{
    color: var(--headingColor);
}

.bannerbottom-links .col-lg-4:nth-child(1) .banner-bottom-btm-item span{
    background: url(../tucs/assets/img/banner-btm-tab-icon.png) no-repeat var(--PrimaryColor);
    background-position-x: 0px !important;
}

.bannerbottom-links .col-lg-4:nth-child(1) .banner-bottom-btm-item:hover span,
.bannerbottom-links .col-lg-4:nth-child(2) .banner-bottom-btm-item:hover span,
.bannerbottom-links .col-lg-4:nth-child(3) .banner-bottom-btm-item:hover span{
    background: url(../tucs/assets/img/banner-btm-tab-icon.png) no-repeat var(--RedColor);
    background-position-y: -125px !important;
}

.bannerbottom-links .col-lg-4:nth-child(2) .banner-bottom-btm-item span{
    background: url(../tucs/assets/img/banner-btm-tab-icon.png) no-repeat var(--whitecolor);
    background-position-x: -125px !important;
}

.bannerbottom-links .col-lg-4:nth-child(3) .banner-bottom-btm-item span{
    background: url(../tucs/assets/img/banner-btm-tab-icon.png) no-repeat var(--whitecolor);
    background-position-x: -250px !important;
}



.welcometext-wrap{
    width: 100%;
    background: var(--LightBg);
    margin-top: 100px;
    padding: 90px 0px;
}

.welcometext-wrap .col-lg-7 p{
    text-align: justify;
}

.welcometext-wrap .col-lg-7 h2{
    font-family: var(--headingfont) !important;
    padding: 0;
    margin: 0px 0px 25px 0px;
    color: var(--headingColor);
    font-size: 38px;
    text-transform: uppercase;
    font-weight: bold;
}

.welcometext-wrap .col-lg-7 h2 strong{
    color: var(--RedColor);
}

.welcometext-wrap .col-lg-7 .readmore-btn{
    margin-top: 20px;
}

.welcometext-wrap .col-lg-5 .welcomeimage-div{
    width: calc(100% - 25px);
    position: relative;
    display: block;
    min-height: 490px;
    margin-top: 8px;
}

.welcometext-wrap .col-lg-5 .welcomeimage-div .welcomeimage-one{
    width: calc(100% - 50px);
    height: 440px;
    border-radius: 15px;
    overflow: hidden;
}

.welcometext-wrap .col-lg-5 .welcomeimage-div .welcomeimage-one img{
    width: 100%;
    height: 460px;
    object-fit: cover;
}

.welcometext-wrap .col-lg-5 .welcomeimage-div .welcomeimage-two{
    width: 230px;
    height: 250px;
    background: var(--PrimaryColor);
    position: absolute;
    right: 0px;
    bottom: 0px;
    outline: 12px solid var(--LightBg);
    border-radius: 15px;
    overflow: hidden;
}

.welcometext-wrap .col-lg-5 .welcomeimage-div .welcomeimage-two img{
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.home-loan-wrapper-div{
    width: 100%;
    background: var(--PrimaryColor);
    text-align: center;
    padding: 90px 0px;
}

.home-loan-wrapper-div .loan-item-div{
    width: 100%;
    background: #0c3063;
    display: block;
    padding: 40px 20px;
    border-radius: 10px;
}

.home-loan-wrapper-div .loan-item-div p{
    padding: 0;
    margin: 0;
    color: var(--textBlue);
    font-size: 15px;
    line-height: 24px;
}

.home-loan-wrapper-div .loan-item-div h4{
    font-family: var(--headingfont) !important;
    font-size: 20px;
    text-transform: uppercase;
    color: var(--whitecolor);
    padding: 0;
    margin: 25px 0px 10px 0px;
    transition-duration: 0.3s;
}

.home-loan-wrapper-div .loan-item-div span{
    width: 100%;
    display: block;
    text-align: center;
}

.home-loan-wrapper-div .loan-item-div span img{
    width: auto;
    height: 80px;
    object-fit: cover;
    display: inline-block;
}

.home-loan-wrapper-div .loan-item-div:hover h4{
    color: var(--YellowColor);
}

.home-loan-wrapper-div .col-lg-10 h2{
    font-family: var(--headingfont) !important;
    padding: 0;
    margin: 0px 0px 15px 0px;
    color: var(--whitecolor);
    font-size: 38px;
    text-transform: uppercase;
    font-weight: bold;
    width: 100%;
    text-align: center;
}

.home-loan-wrapper-div .col-lg-10 h2 b{
    color: var(--YellowColor);
}

.home-loan-wrapper-div .col-lg-10 p{
    color: var(--textBlue);
    padding: 0;
    margin: 0;
}

.home-loan-wrapper-div .col-lg-10{
    padding-bottom: 45px;
}

.loans-scroll{
    margin-left: -12px;
    margin-right: -12px;
}

.loans-scroll .col-lg-3{
    padding-left: 12px;
    padding-right: 12px;
}

.facilities-wrapper{
    width: 100%;
    position: relative;
    overflow: hidden;
}

.facilities-wrapper .col-lg-7 h2{
    font-family: var(--headingfont) !important;
    padding: 0;
    margin: 0px 0px 25px 0px;
    color: var(--headingColor);
    font-size: 38px;
    text-transform: uppercase;
    font-weight: bold;
}

.facilities-wrapper .col-lg-7 h2 strong{
    color: var(--RedColor);
}

.facilities-wrapper .col-lg-7 p{
    text-align: justify;
}

.facilities-wrapper .col-lg-7 ul{
    width: 100%;
    padding: 0;
    margin: 0px 0px 35px 0px;
    display: inline-table;
}

.facilities-wrapper .col-lg-7 ul li{
    list-style: none;
    padding: 0px 0px 0px 25px;
    margin: 5px 0px;
    display: inline-block;
    width: 50%;
    position: relative;
    color: var(--textcolor);
    font-weight: 500;
}

.facilities-wrapper .col-lg-7 ul li::before {
    content: "\f058"; 
    font-family: "Font Awesome 6 Free";
    font-weight: 400; 
    position: absolute;
    left: 0;
    top: 1px;
    color: var(--YellowColor); 
}

.facilities-wrapper .col-lg-7{
    padding-top: 100px;
    padding-bottom: 100px;
}

.facilities-wrapper .col-lg-5{
    position: relative;
}

.facilities-wrapper .col-lg-5 img{
    width: 200%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0px;
    right: 75px;
}

.chairmans-message-wrap{
    width: 100%;
    background: var(--LightBg);
    border-radius: 10px;
    margin-bottom: 100px;
    margin-top: 100px;
    padding: 60px 60px;
}

.chairmans-message-wrap .col-lg-4 img{
    width: 100%;
    height: 400px;
    border-radius: 10px;
    object-fit: cover;
}

.chairmans-message-wrap .chairmasmessage-wrap{
    width: 100%;
    height: 400px;
    display: table;
}

.chairmans-message-wrap .chairmasmessage-wrap .chairmasmessage-middlealign{
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

.chairmans-message-wrap .chairmasmessage-wrap .chairmasmessage-middlealign h2{
    font-family: var(--headingfont) !important;
    padding: 0;
    margin: 0px 0px 25px 0px;
    color: var(--headingColor);
    font-size: 38px;
    text-transform: uppercase;
    font-weight: bold;
}

.chairmans-message-wrap .chairmasmessage-wrap .chairmasmessage-middlealign h2 strong{
    color: var(--RedColor);
}

.chairmans-message-wrap .chairmasmessage-wrap .chairmasmessage-middlealign h6{
    width: 100%;
    padding: 0;
    margin: 30px 0px 0px 0px;
    color: var(--headingColor);
    font-size: 16px;
    font-weight: bold;
}

.chairmans-message-wrap .chairmasmessage-wrap .chairmasmessage-middlealign p{
    text-align: justify;
}

.downloadbrochure-wrapper{
    width: 100%;
    background: var(--YellowColor);
    margin-top: 60px;
    border-radius: 10px;
}

.downloadbrochure-wrapper .downloadbrochure{
    width: 100%;
    display: table;
    text-align: center;
    height: 135px;
    background: linear-gradient(90deg,rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
    padding-top: 4px;

}

.downloadbrochure-wrapper .downloadbrochure div{
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

.downloadbrochure-wrapper .downloadbrochure div span{
    text-align: left;
    width: auto;
    display: inline-block;
    position: relative;
    padding-left: 100px;
}

.downloadbrochure-wrapper .downloadbrochure div span::before{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -40px;
    content: "\f019"; /* Download icon */
    font-family: "Font Awesome 6 Free";
    font-weight: 900; /* REQUIRED for solid icons */
    background: var(--headingColor);
    color: var(--YellowColor);
    text-align: center;
    line-height: 80px;
    font-size: 34px;
}

.downloadbrochure-wrapper .downloadbrochure div span h4{
    font-family: var(--headingfont) !important;
    padding: 0;
    margin: 0px 0px 0px 0px;
    color: var(--headingColor);
    font-size: 38px;
    line-height: 38px;
    text-transform: uppercase;
    font-weight: bold;
}

.downloadbrochure-wrapper .downloadbrochure div span h6{
    font-family: var(--headingfont) !important;
    padding: 0;
    margin: 0px 0px 0px 0px;
    color: var(--headingColor);
    font-size: 22px;
    line-height: 22px;
    text-transform: uppercase;
    font-weight: bold;
}

.downloadbrochure-wrapper .serviceinfo h3{
    font-family: var(--headingfont) !important;
    padding: 0px 0px 0px 120px;
    margin: 32px 0px 0px 0px;
    color: var(--headingColor);
    font-size: 28px;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
}

.downloadbrochure-wrapper .serviceinfo h3 i{
    position: absolute;
    left: 40px;
    top: 0px;
    font-size: 70px;
}

.downloadbrochure-wrapper .serviceinfo h4{
    font-family: var(--headingfont) !important;
    padding: 0px 30px 0px 0px;
    margin: 50px 0px 0px 0px;
    color: var(--headingColor);
    font-size: 28px;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    width: 100%;
    text-align: right;
}

.downloadbrochure-wrapper .serviceinfo h4 a{
    color: var(--headingColor);
    text-decoration: none;
}

.newsevents-wrapper{
    width: 100%;
    margin-top: 100px;
}

.newsevents-wrapper .col-lg-8 h2{
    font-family: var(--headingfont) !important;
    padding: 0;
    margin: 0px 0px 25px 0px;
    color: var(--headingColor);
    font-size: 38px;
    text-transform: uppercase;
    font-weight: bold;
}

.newsevents-wrapper .col-lg-8 h2 b{
    color: var(--RedColor);
}

.blog-item-div{
    width: 100%;
    background: var(--LightBg);
    border-radius: 10px;
    display: block;
    transition-duration: 0.3s;
    border-bottom: 3px solid var(--PrimaryColor);
    overflow: hidden;
}

.blog-item-div:hover{
    border-color: var(--RedColor);
}

.blog-item-div .blog-item-image{
    width: 100%;
    height: 250px;
    overflow: hidden;
    display: block;
    position: relative;
    background: var(--RedColor);
}

.blog-item-div .blog-item-image img{
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition-duration: 0.3s;
}

.blog-item-div .blog-item-text{
    width: 100%;
    height: 80px;
    display: table;
    padding: 0px 25px;
}

.blog-item-div .blog-item-text h5{
    width: 100%;
    padding: 0;
    margin: 0px;
    transition-duration: 0.3s;
    color: var(--headingColor);
    font-size: 16px;
    font-weight: 600;
    display: table-cell;
    vertical-align: middle;
    line-height: 22px;
}

.blog-item-div .blog-item-text h5 span{
    overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 2;
           line-clamp: 2; 
   -webkit-box-orient: vertical;
}

.blog-item-div:hover .blog-item-image img{
    opacity: 0.25;
}

.blog-item-div .blog-item-image::before{
    width: 60px;
    height: 60px;
    position: absolute;
    left: 50%;
    margin-left: -30px;
    top: 50%;
    margin-top: -30px;
    background: var(--YellowColor);
    border-radius: 50%;
    content: '';
    z-index: 990;
    content: "\f0c1";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: var(--headingColor);
    text-align: center;
    line-height: 60px;
    font-size: 22px;
    transition-duration: 0.3s;
    opacity: 0;
    top: 40%;
}

.blog-item-div:hover .blog-item-image::before{
    opacity: 1;
    top: 50%;
}

.downloaddocuments-wrap{
    width: 100%;
    border: 2px solid var(--RedColor);
    border-radius: 10px;
    padding: 40px 40px;
    margin-top: 6px;
}

.downloaddocuments-wrap h3{
    font-family: var(--headingfont) !important;
    padding: 0;
    margin: 0px 0px 25px 0px;
    color: var(--headingColor);
    font-size: 32px;
    text-transform: uppercase;
    font-weight: bold;
}

.downloaddocuments-wrap h3 b{
    color: var(--RedColor);
}

.downloaddocuments-wrap ul{
    width: 100%;
    position: relative;
    padding: 0;
    margin: 0px;
    min-height: 213px;
}

.downloaddocuments-wrap ul li{
    list-style: none;
    width: 100%;
    padding: 0;
    margin: 0px 0px 8px 0px;
}

.downloaddocuments-wrap ul li:last-child{
    margin-bottom: 0px;
}

.downloaddocuments-wrap ul li a{
    width: 100%;
    background: var(--LightBg);
    height: 40px;
    display: block;
    line-height: 40px;
    font-size: 15px;
    color: var(--textcolor);
    font-weight: 500;
    border-radius: 4px;
    position: relative;
    padding: 0px 45px 0px 20px;
    transition-duration: 0.3s;
}

.downloaddocuments-wrap ul li a i{
    position: absolute;
    top: 13px;
    right: 15px;
}

.downloaddocuments-wrap ul li a:hover{
    background: var(--YellowColor);
    color: var(--headingColor);
}

.whatsapp-iconbtn {
	width: 50px;
	height: 50px;
	background: #11bb19;
	color: #fff !important;
	position: fixed;
	right: 40px;
	bottom: 40px;
	z-index: 1010;
	border-radius: 50%;
	text-align: center;
	font-size: 24px;
	line-height: 50px;
	-webkit-animation: puls 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	-moz-animation: puls 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	-ms-animation: puls 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	animation: puls 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	box-shadow: 0 0 0 0 rgba(103, 184, 81, 0.5);
}

@-webkit-keyframes puls {
	to {
		box-shadow: 0 0 0 20px rgba(25, 153, 204, 0);
	}
}

@-moz-keyframes puls {
	to {
		box-shadow: 0 0 0 20px rgba(25, 153, 204, 0);
	}
}

@-ms-keyframes puls {
	to {
		box-shadow: 0 0 0 20px rgba(25, 153, 204, 0);
	}
}

@keyframes puls {
	to {
		box-shadow: 0 0 0 20px rgba(25, 153, 204, 0);
	}
}

.f-nav .menu-wrapper-con{
    background: var(--RedColor);
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 1030;
}

.innerpage-banner-wrapper{
    width: 100%;
    background: #00111b;
    height: 300px;
    margin-top: -24px;
    overflow: hidden;
    text-align: center;
    display: table;
    padding-top: 24px;
    position: relative;
    z-index: 100;
}

.innerpage-banner-wrapper .innerpage-banner-middle{
    width: 100%;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    z-index: 200;
    text-align: center;
    
}

.innerpage-banner-wrapper img{
    width: 100%;
    height: 300px;
    position: absolute;
    left: 0px;
    top: 0px;
    object-fit: cover;
    opacity: 0.8;
}

.innerpage-banner-wrapper::before{
    width: 100%;
    height: 100%;
    background: radial-gradient(circle,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    left: 0px;
    top: 0px;
    content: '';
    opacity: 0.4;
    z-index: 100;
}

.innerpage-banner-wrapper h2{
    font-family: var(--headingfont) !important;
    color: var(--whitecolor);
    padding: 0;
    margin: 0px 0px 10px 0px;
    text-transform: uppercase;
    font-size: 46px;
    line-height: 52px;
    text-shadow: 2px 3px 8px rgba(0, 0, 0, 0.45);
    font-weight: bold;
}

.innerpage-banner-wrapper .breadcrumb{
    width: 100%;
    display: block;
    text-align: center;
     color: var(--whitecolor);
}

.innerpage-banner-wrapper .breadcrumb li{
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: var(--textcolorBlue);
}

.innerpage-banner-wrapper .breadcrumb li a{
    color: var(--YellowColor);
    text-decoration: none;
    font-weight: 600;
}

.innerpage-banner-wrapper .breadcrumb li a i{
    font-size: 11px;
    position: relative;
    margin-right: 5px;
    color: var(--YellowColor);
    transition-duration: 0.3s;
    top: -1px;
}

.innerpage-banner-wrapper .breadcrumb li a:hover,
.innerpage-banner-wrapper .breadcrumb li a:hover i{
    color: var(--RedColor);
}

.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: var(--bs-breadcrumb-item-padding-x);
    color: var(--whitecolor);
    content: var(--bs-breadcrumb-divider, "/");
    opacity: 0.5;
}

.innerpage-content-con{
    width: 100%;
    margin-top: 100px;
    margin-bottom: 100px;
    display: inline-table;
}

.bannerbottom-scroll{
    margin-left: -12px;
    margin-right: -12px;
}

.bannerbottom-scroll .col-lg-4{
    padding-left: 12px;
    padding-right: 12px;
}

.carousel-control-next, .carousel-control-prev{
    z-index: 1002;
}

.aboutpage-wrap .col-lg-7 p{
    text-align: justify;
}

.aboutpage-wrap .col-lg-7 p:last-child{
    margin-bottom: 0px;
}

.aboutpage-wrap .col-lg-5 img{
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin-top: 8px;
}

.boardof-directors .directorimage-item{
    width: 100%;
    background: var(--LightBg);
    border-radius: 10px;
    overflow: hidden;
}

.boardof-directors .directorimage-item .director-image{
    width: 100%;
    height: 260px;
    overflow: hidden;
    background: url(../tucs/assets/img/bod-placeholder.jpg) no-repeat center #dce2e9;
}

.boardof-directors .directorimage-item .director-image img{
    width: 100%;
    height: 260px;
    object-fit: cover;
}

.boardof-directors .directorimage-item .director-text{
    width: 100%;
    height: 75px;
    text-align: center;
    display: table;
}

.boardof-directors .directorimage-item .director-text span{
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    padding: 0px 10px;
}

.boardof-directors .directorimage-item .director-text span p{
    width: 100%;
    padding: 0;
    margin: 4px 0px 0px 0px;
    font-size: 14px;
    color: var(--textcolor);
    line-height: normal;
}

.boardof-directors .directorimage-item .director-text span h5{
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    color: var(--headingColor);
}

.boardof-directors .directorimage-item{
    margin: 10px 0px;
}

.page-id-14 .innerpage-content-con h6{
    width: 100%;
    text-transform: uppercase;
    color: var(--RedColor);
    font-weight: 600;
    font-size: 15px;
    padding: 0px;
    margin: 20px 0px 8px 0px;
}

.page-id-14 .innerpage-content-con h4{
    width: 100%;
    text-align: center;
    color: var(--headingColor);
    font-size: 18px;
    font-weight: bold;
}

.founder-wrapper-div{
    width: 100%;
    background: var(--LightBg);
    border-radius: 10px;
    position: relative;
    padding: 45px 45px;
    margin-top: 80px;
}

.founder-wrapper-div p{
    text-align: justify;
    padding: 0;
    margin: 0;
}

.founder-wrapper-div h3{
    width: 100%;
    padding: 0;
    margin: 16px 0px 15px 0px;
    font-size: 26px;
    color: var(--headingColor);
}

.founder-wrapper-div img{
    width: 100%;
    height: auto;
    border-radius: 10px;
}









@media screen and (max-width: 1024px) {
   .headerwrapper-div .header-top-section .col-lg-4 h6:first-child,
   .footertop-section .col-lg-4 h3 br{
    display: none;
    visibility: hidden;
   }

   #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{
    padding: 0px 20px;
   }

   .bannerbottom-links .banner-bottom-btm-item{
    padding: 45px 25px;
   }

   .downloadbrochure-wrapper .serviceinfo h3{
    font-size: 24px;
   }

   .downloadbrochure-wrapper .serviceinfo h4{
    font-size: 26px;
    margin: 20px 0px 0px 0px;
   }

   .downloadbrochure-wrapper .serviceinfo h4{
    font-size: 28px;
    margin-top: 40px;
    padding-right: 0px;
    margin-right: 0px;
   }

   .downloaddocuments-wrap h3{
    font-size: 28px;
   }

   .footertop-section{
    padding: 30px 25px;
   }

   .footertop-section .col-lg-4 h3{
    font-size: 24px;
   }

   .footer-wrapper-div .footer-credencials p{
    line-height: 18px;
   }
}

@media screen and (max-width: 980px) {
    .header-top-section .col-lg-2,
    .headerwrapper-div .header-top-section p,
    .welcometext-wrap .col-lg-5 .welcomeimage-div .welcomeimage-two,
    .facilities-wrapper .col-lg-5,
    .footertop-section .col-lg-4 h3::before,
    .carousel-control-prev,
    .carousel-control-next,
    .banner-caption-wrap .banner-caption-align .readmore-btn{
        display: none;
        visibility: hidden;
    }

    .menu-wrapper-con .header-menu{
        min-height: 48px;
    }

    .menu-wrapper-con .header-menu .socialmedia-icons{
        text-align: left;
    }

    .bannerbottom-scroll .col-lg-4{
        padding-left: 5px;
        padding-right: 5px;
    }

    .bannerbottom-links .col-lg-4:last-child{
        margin-top: 20px;
    }

    .welcometext-wrap .col-lg-5 .welcomeimage-div{
        width: 100%;
    }

    .welcometext-wrap .col-lg-5 .welcomeimage-div .welcomeimage-one{
        width: 100%;
        height: auto;
        margin-bottom: 45px;
    }

    .welcometext-wrap .col-lg-5 .welcomeimage-div .welcomeimage-one img{
        height: auto;
    }

    .welcometext-wrap .col-lg-7 h2,
    .facilities-wrapper .col-lg-7 h2,
    .newsevents-wrapper .col-lg-8 h2,
    .chairmans-message-wrap .chairmasmessage-wrap .chairmasmessage-middlealign h2{
        text-align: center;
    }

    .downloaddocuments-wrap{
        margin-top: 20px;
        text-align: center;
    }

    .downloaddocuments-wrap ul li a{
        text-align: left;
    }

    .chairmans-message-wrap .chairmasmessage-wrap{
        height: auto;
        margin-top: 45px;
    }

    .facilities-wrapper .col-lg-7{
        padding-bottom: 0px;
    }

    .downloadbrochure-wrapper .serviceinfo h3 i{
        font-size: 60px;
        left: 30px;
    }

    .downloadbrochure-wrapper .serviceinfo h3{
        padding-left: 100px;
    }

    .downloadbrochure-wrapper .serviceinfo h4{
        padding-right: 30px;
    }

    .downloadbrochure{
        margin-top: 30px;
    }

    .footer-wrapper-div .footer-credencials p{
        text-align: center;
        margin: 5px 0px;
    }

    .footer-linkswrap .col-lg-3:nth-child(3),
    .footer-linkswrap .col-lg-3:nth-child(4){
        margin-top: 45px;
    }

    .footertop-section{
        text-align: center;
    }

    .footertop-section .socialmedia-icons{
        text-align: center;
        margin-top: 25px;
    }

    .footertop-section .col-lg-4 h3{
        padding: 0px 0px;
    }

    .banner-caption-wrap .banner-caption-align{
        vertical-align: bottom;
    }

    .banner-caption-wrap{
        height: 440px;
    }

    .aboutpage-wrap .col-lg-5 img{
        margin-top: 60px;
    }

    .founder-wrapper-div h3{
        text-align: center;
        margin-top: 45px;
    }
    
}

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

@media screen and (max-width: 540px) {
    .headerwrapper-div .digclogo-con,
    .banner-caption-wrap .banner-caption-align h1 br,
    .welcometext-wrap .col-lg-7 h2 br,
    .downloadbrochure-wrapper .serviceinfo h3 i{
        display: none;
        visibility: hidden;
    }

  .headerwrapper-div .header-logo img{
    width: auto;
    height: 100px;
  }

  .whatsapp-iconbtn{
    right: 15px;
    bottom: 15px;
  }

  .banner-caption-wrap .banner-caption-align h1{
    font-size: 28px;
    line-height: 30px;
  }

  .bannerbottom-links,
  .welcometext-wrap{
    margin-top: 80px;
  }

  .bannerbottom-links .col-lg-4:nth-child(2){
    margin-top: 20px;
  }

  .welcometext-wrap,
  .home-loan-wrapper-div{
    padding: 70px 0px;
  }

  .welcometext-wrap .col-lg-5 .welcomeimage-div{
    min-height: auto;
  }

  .welcometext-wrap .col-lg-7 h2,
  .home-loan-wrapper-div .col-lg-10 h2,
  .facilities-wrapper .col-lg-7 h2,
  .newsevents-wrapper .col-lg-8 h2,
  .chairmans-message-wrap .chairmasmessage-wrap .chairmasmessage-middlealign h2{
    font-size: 28px;
  }

  .loans-scroll .col-lg-3 {
        padding-left: 4px;
        padding-right: 4px;
    }

    .facilities-wrapper .col-lg-7{
        padding-top: 80px;
    }

    .facilities-wrapper .col-lg-7 ul li{
        width: 100%;
    }

    .downloadbrochure-wrapper .serviceinfo h3{
        padding-left: 0px;
        text-align: center;
    }

    .downloadbrochure-wrapper .serviceinfo h4{
        padding: 0px;
        margin: 20px 0px 0px 0px;
        text-align: center;
    }

    .newsevents-wrapper .col-lg-8 .col-lg-6{
        margin-bottom: 25px;
    }

    .downloaddocuments-wrap{
        padding: 40px 20px;
    }

    .chairmans-message-wrap{
        margin-top: 70px;
    }

    .chairmans-message-wrap{
        margin-top: 80px;
        margin-bottom: 80px;
        padding: 20px 20px 45px 20px;
    }

    .chairmans-message-wrap .col-lg-4 img{
        height: auto;
    }

    .footer-linkswrap .col-lg-3 .footer-logo,
    .footer-linkswrap .col-lg-3 p,
    .footer-linkswrap .col-lg-3 h4{
        text-align: center;
    }

    .footer-linkswrap .col-lg-3:nth-child(2),
    .footer-linkswrap .col-lg-3:nth-child(3),
    .banner-bottom-wrap .newsscroll-txt span{
        display: none;
        visibility: hidden;
    }

    .innerpage-banner-wrapper h2{
        font-size: 34px;
        line-height: 34px;
    }

    .innerpage-content-con{
        margin-top: 80px;
        margin-bottom: 80px;
    }

    .banner-bottom-wrap .newsscroll-txt{
        width: 50px;
    }

    .banner-bottom-wrap{
        padding-left: 50px;
    }

    .boardof-directors .directorimage-item .director-text span h5{
        font-size: 14px;
    }

    .boardof-directors .directorimage-item .director-text span p{
        font-size: 13px;
    }

    .boardof-directors .row{
        margin-left: -5px;
        margin-right: -5px;
    }

    .boardof-directors .row .col-lg-3{
        padding-left: 5px;
        padding-right: 5px;
    }

    .boardof-directors .directorimage-item{
        margin: 5px 0px;
    }

    .boardof-directors .directorimage-item .director-image,
    .boardof-directors .directorimage-item .director-image img{
        height: 140px;
    }

    .founder-wrapper-div{
        padding: 45px 20px;
    }

    .founder-wrapper-div h3{
        font-size: 22px;
    }
}



