@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@300;400;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@700&display=swap');

@font-face {
    font-family: 'Rajdhani-SemiBold';
    src: url('../fonts/Rajdhani-SemiBold/Rajdhani-SemiBold.eot');
    src: url('../fonts/Rajdhani-SemiBold/Rajdhani-SemiBold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Rajdhani-SemiBold/Rajdhani-SemiBold.svg#Rajdhani-SemiBold') format('svg'),
         url('../fonts/Rajdhani-SemiBold/Rajdhani-SemiBold.ttf') format('truetype'),
         url('../fonts/Rajdhani-SemiBold/Rajdhani-SemiBold.woff') format('woff'),
         url('../fonts/Rajdhani-SemiBold/Rajdhani-SemiBold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
  
@font-face {
    font-family: 'Rajdhani-Bold';
    src: url('../fonts/Rajdhani-Bold/Rajdhani-Bold.eot');
    src: url('../fonts/Rajdhani-Bold/Rajdhani-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Rajdhani-Bold/Rajdhani-Bold.svg#Rajdhani-Bold') format('svg'),
         url('../fonts/Rajdhani-Bold/Rajdhani-Bold.ttf') format('truetype'),
         url('../fonts/Rajdhani-Bold/Rajdhani-Bold.woff') format('woff'),
         url('../fonts/Rajdhani-Bold/Rajdhani-Bold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
  
@font-face {
    font-family: 'Rajdhani-Medium';
    src: url('../fonts/Rajdhani-Medium/Rajdhani-Medium.eot');
    src: url('../fonts/Rajdhani-Medium/Rajdhani-Medium.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Rajdhani-Medium/Rajdhani-Medium.svg#Rajdhani-Medium') format('svg'),
         url('../fonts/Rajdhani-Medium/Rajdhani-Medium.ttf') format('truetype'),
         url('../fonts/Rajdhani-Medium/Rajdhani-Medium.woff') format('woff'),
         url('../fonts/Rajdhani-Medium/Rajdhani-Medium.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}


.text-eb2c3b { color: #EB2C3B;}

a {
	color: #fff;
	text-decoration: none;
}

a:hover {
	color: #9caec9
}

.btn-eb2c3b { 
    border-color: #EB2C3B;
    background-color: #EB2C3B;
    color: #FFFFFF;
}

.btn-eb2c3b:hover, 
.btn-eb2c3b:focus {
    border-color: #000000;
    background-color: #000000;
    color: #fff;
}

.btn-centered {
    margin: 20px auto 0 auto;
    display: table;
    border-color: #EB2C3B;
    background-color: #EB2C3B;
    color: #FFFFFF;
  	border-radius: 8px;
    text-transform: uppercase;
    padding:10px 25px;;
    font-weight:700;
    font-size: 1.05rem;
}

.btn-centered:hover, 
.btn-centered:focus {
    border-color: #000000;
    background-color: #000000;
    color: #fff;
}

.btn { font-weight: 600;}

h1, h2, .h1, .h1 {
    font-family: 'Rajdhani-Bold', sans-serif;
} 
h3, h4, h5, h6, .h3, .h4, .h5, .h6 {
    font-family: 'Rajdhani-SemiBold', sans-serif;
}


body {
    font-family: 'Nunito Sans', sans-serif;
    line-height: 30px;
    color: #666666;
    font-size: 18px;
}


.title-div { margin-bottom: 30px;}
.title-div .title { margin-bottom: 0; font-size: 25px; letter-spacing: 1px;}


.numericcount-list {
    list-style-type: none;
    counter-reset: css-counter 0;
    margin: 0;
    padding: 0;
}
.numericcount-list li {
    counter-increment: css-counter 1;
    margin-bottom: 25px;
    display: flex;
    position: relative;
    padding-left: 45px;
}
.numericcount-list li:before {
    content: counter(css-counter);
    background: #9b9c9d;
    color: #FFFFFF;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    font-size: 16px;
    line-height: 27px;
    margin-right: 15px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    position: absolute;
    left: 0;
}


.header-wrapper .img-logo {
    max-width: 170px;
}
.header-wrapper .navbar-mainmenu li .nav-link {
    font-weight: 700;
    color: #292929;
    text-transform: uppercase;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 15px;
}
.header-wrapper .navbar-mainmenu li .nav-link:hover,
.header-wrapper .navbar-mainmenu li .nav-link:focus {
    color: #000000;
}
.header-wrapper .navbar-mainmenu li.active .nav-link,
.header-wrapper .navbar-mainmenu li .nav-link.active {
    color: #EB2C3B;
}
.header-wrapper .navbar-mainmenu li:last-child .nav-link {
    padding-right: 0;
}


.mainbanner-section .banner-content {
    color: #292929;
}
.mainbanner-section .banner-content h4 {
    font-family: 'Rajdhani-Medium';
    font-size: 25px;
}
.mainbanner-section .banner-content h1 {
    font-family: 'Rajdhani-Bold';
    font-size: 60px;
}
.mainbanner-section .banner-content h1 span {
    display: block;
    color: #eb2c3b;
}


.aboutus-section {
    padding: 70px 0 70px 0;
    position: relative;
    overflow: hidden;
}
.aboutus-section * { position: relative;}
.aboutus-section::before {
    content: '';
    background: #f0f0f0;
    width: 100%;
    height: 160px;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
}
.aboutus-section .image-div { margin: 0 15px;}


.makeapayment-section {
    padding: 70px 0;
    background-image: url('../images/phone-tilted.png'), url('../images/bg-make-a-payment.jpg');
    background-repeat: no-repeat, no-repeat;
    background-position: bottom right 14%, center center;
    background-size: 470px, cover;
    background-attachment: scroll, scroll;
    color: #FFFFFF;
}
.makeapayment-section .title-div .title {
    font-family: 'Rajdhani-Bold', sans-serif;
    font-size: 45px;
}
.makeapayment-section .btn-makepayment {
    padding: 12px 25px;
    border-width: 2px;
}


.questioncontact-section {
    background: url('../images/bg-questioncontact.jpg') no-repeat center center;
    background-size: cover;
    padding-top: 90px;
    padding-bottom: 70px;
}
.questioncontact-section .question-box {
    padding: 50px 170px 50px 50px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 8px;
    font-weight: 300;
    margin-bottom: 30px;
}
.questioncontact-section .btn-callnow {
    padding: 10px 25px;
    border-width: 2px;
    min-width: 190px;
}


.questioncontact-section .contact-box .form-control {
    background: rgba(255, 255, 255, 0.9);
    height: auto;
    border: none;
    font-size: 12px;
    box-shadow: none;
    padding: 13px 20px;
}
.questioncontact-section .contact-box textarea.form-control {
    height: 133px;
}
.questioncontact-section .btn-send {
    padding: 10px 25px;
    border-width: 2px;
    min-width: 150px;
}


.footer-wrapper .left-col,
.footer-wrapper .right-col {
    padding-top: 60px;
    padding-bottom: 60px;
}
.footer-wrapper .left-col {
    background: #292929;
}
.footer-wrapper .left-col .footer-logo {
    max-width: 250px;
    margin-bottom: 30px;
}


.bottom-wrapper { font-size: 14px;}
.bottom-wrapper a { color: #666666;}


.slick-dots { 
    padding: 0;
    margin: 30px auto 0 auto;
    list-style: none;
    text-align: center;
    display: block;
}
.slick-dots li { 
    display: inline-block;
    text-align: center;
}
.slick-dots li button {
    background: #cccccc;
    border: none;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    text-indent: -9999px;
    overflow: hidden;
    margin: 0 5px;
}
.slick-dots li.slick-active button {
    background: #666666;
}


.innepage-section { padding: 50px 0;}
.innepage-section .page-header { margin-bottom: 30px;}
.innepage-section .page-header h1 { color: #e21525;}
.view-featured .innepage-section { padding: 0;}



@media (max-width: 1199.98px) { 
    
    .questioncontact-section .question-box { padding: 50px;}

}


@media (max-width: 991.98px) { 
    
    .makeapayment-section {
        background: url('../images/bg-make-a-payment.jpg') no-repeat center center;
        background-size: cover;
    }

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

}


@media (max-width: 767.98px) { 
   
    .mainbanner-section .banner-content h4 {
        font-size: 15px;
    }
    .mainbanner-section .banner-content h2 {
        font-size: 40px;
    }

}


@media (max-width: 575.98px) { 
    
    .container { padding-left: 30px; padding-right: 30px;}
    .header-wrapper .navbar-toggler {
        border: none;
        box-shadow: none;
    }
    .header-wrapper .navbar-toggler .navbar-toggler-icon { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28235, 44, 59, 1%29' stroke-linecap='' stroke-miterlimit='30' stroke-width='3' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");}

    .header-wrapper .navbar-mainmenu li .nav-link { 
        text-align: center;
        padding-left: 15px;
        padding-right: 15px!important;
        border-bottom: 1px solid #f0f0f0;
    }
    .header-wrapper .navbar-mainmenu li:last-child .nav-link {
        border-bottom: none;
    }

    .aboutus-section {
        padding-bottom: 30px;
    }
    .aboutus-section::before {
        width: 200%;
        height: 70%;
        left: -60px;
        transform: rotate(-15deg);
    }

    .makeapayment-section .title-div .title {
        text-align: center;
        font-size: 40px;
    }
    .makeapayment-section .btn-makepayment {
        margin: 0 auto;
        display: table;
    }

    
    .mainbanner-section .banner-content h1 {
        font-size: 25px;
    }

}
