@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,600,700');
@import url('https://fonts.googleapis.com/css?family=Titillium+Web:300,400,600,700,900');
body {
    font-family: 'Titillium Web', sans-serif;
    /*font-family: 'Oswald', sans-serif;*/
    font-size: 14px;
    color: #333;
}
@font-face {
    font-family: 'Amaranth-Bold';
    src: url('../fonts/Amaranth-Bold.otf') format('truetype'); /* Or .otf */
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Quicksand-Regular';
    src: url('../fonts/Quicksand-Regular.ttf') format('truetype'); /* Or .otf */
    font-weight: normal;
    font-style: normal;
}

a,
img {
    text-decoration: none;
    outline: none;
    border: none;
    transition: all .4s;
}

:focus {
    outline: 0 !important;
    box-shadow: none !important;
}

a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: 0px;
}
.vision-mission{
    border-right: 1px solid black;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}
@media (max-width: 767px){
    .decorative-circle {
        top: 0% !important;
        width: 100px !important;
        height: 100px !important;

     }
     .decorative-tick {
        width: 100px !important;
        height: 100px !important;
     }
    
}

.slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6); /* black overlay */
    z-index: 1;
    pointer-events: none;
 }
 
 /* Decorative circle */
 .decorative-circle {
    position: absolute;
    top: 17%;
    left: -5%;
    background: url('../images/icon-2.png') no-repeat center;
    background-size: contain;
    width: 244px;
    height: 216px;
    z-index: 2;
 }
 
 /* Decorative tick (check mark style graphic) */
 .decorative-tick {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 143px;
    height: 171px;
    background: url('../images/icon-3.png') no-repeat center;
    background-size: contain;
    z-index: 2;
 }

header.top-navbar {
    position: absolute;
    z-index: 1;
    width: 100%;
    /*margin-top: 30px;*/
}

.top-navbar .navbar {
    padding: 0;
    /*
    padding-top: 0;
    padding-bottom: 0;*/
    /*height: 100px;*/
}

.top-navbar .navbar-nav {
    position: relative;
    background-color: #fff;
    /* padding: 13px 0px 0px;*/
    /* margin-right: -1rem; */
    width: 100%;
    height: auto;
}

header .navbar-light .navbar-nav .nav-link,
header .navbar-light .navbar-nav .nav-link:focus {
    color: #000;
    padding: 23px 30px;
    text-transform: uppercase;
    font-size: 16px;
    position: relative;
}

header .navbar-light .navbar-nav .nav-link:hover,
header .navbar-light .navbar-nav .nav-link:focus,
header .navbar-light .navbar-nav .active>.nav-link {
    color: black;
    font-weight: bold;
  
}
.navbar-nav .active>.nav-link span{
    border-bottom: 1px solid black;
}

header .navbar-light .navbar-nav .nav-link.nav-btn-bodered {
    background-color: #fff;
    border: 1px solid black;
    border-radius: 100px;
    color: #333333;
    /*font-weight: 700;*/
    margin-left: 20px;
    margin-top: 14px;
    padding: 10px 30px;
}

header .navbar-light .navbar-nav .nav-link.nav-btn-bodered:hover {
    background-color: black;
    border: 1px solid black;
    color: #fff;
}

.nav-link.nav-btn-filled {
    background-color: #9fb6b9;
    padding: 23px 30px 25px !important;
    /*margin: -13px 0 0px 119px;*/
    color: black !important;
    /* height: 100%; */
}

.nav-link.nav-btn-filled:hover {
    background-color: #232323;
    border-bottom: 0 !important;
    color:white !important;
}

.m-b-logo {
    margin-top: 22px;
    margin-bottom: 15px;
}

ul.top-icn {
    float: left;
    list-style: none;
    color: #fff;
    float: right;
}

ul.top-icn li {
    display: inline-block;
    /*margin-right: 10px;*/
    color: #fff !important;
}

ul.top-icn li a:hover {
    color: #FF5721;
}

.wht-clr {
    color: #fff;
}

.m-r-10 {
    margin-right: 10px;
}

.text-orange {
    color: #FF5721;
}
.text-white{
    font-weight: 600;
    font-size: 24px;
}

.navbar li.nav-item:last-child {
    float: right;
    margin-left: auto;
}

.slider-wrapper .carousel-caption h1::before,
.slider-wrapper .carousel-caption h1::before {
    content: "";
    background: #fff;
    height: 1px;
    width: 120px;
    position: absolute;
    left: -130px;
    top: 80px;
}

.slider-wrapper .carousel-caption h1::after {
    content: "";
    background: #fff;
    height: 1px;
    width: 120px;
    position: absolute;
    right: -130px;
    top: 80px;
}

.nav-btn-filled i {
    /*display: block;*/
    text-align: center;
    font-size: 22px;
    padding-bottom: 5px;
}

.slider-wrapper .carousel-caption h5 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 20px;
    text-shadow: 1px 2px 3px rgba(0, 0, 0, .5);
    letter-spacing: 1px;
}

.slider-wrapper .carousel-caption h1 {
    font-family: 'Oswald', sans-serif;
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 25px;
    text-shadow: 1px 2px 3px rgba(0, 0, 0, .5);
    display: inline-block;
    position: relative;
}

.slider-wrapper .carousel-caption {
    top: 0;
    bottom: auto;
    z-index: 2;
    color: #fff;
    bottom: 0;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    left: 0;
}

.btn-bodered {
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 100px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    min-width: 180px;
    height: 50px;
    padding: 15px 10px 10px;
}

.navbar-nav li a::before {
    display: inline;
    position: absolute;
    left: -2px;
}

.navbar-nav li:first-child a::before,
.navbar-nav li:last-child a::before,
.navbar-nav li:nth-last-child(2) a::before {
    display: none;
}

.btn-bodered:hover {
    background-color: #FF5722;
    color: #fff;
    border: 1px solid #FF5722;
}

.slider-form {
    position: relative;
    margin: auto;
    z-index: 99;
    top: 55em;
    position: absolute;
    right: 0;
    left: 0;
}
@media screen and (min-width: 991px) {
    .bg-img{
        height: 75em;
    }
}

.slider-form-content {
    background-color: #9fb6b9;
    padding: 25px 30px 0px;
    color: black;
    width: 100%;
}

.btn {
    transition: all .4s;
}

.btn-blue {
    background-color: #131e21;
    border-radius: 0px;
    color: #fff;
    /* font-weight: normal; */
    min-width: 180px;
    height: 50px;
    padding: 13px 20px 13px;
    font-size: 16px;
}

.btn-blue:hover {
    background-color: #fff;
    border: 1px solid #fff;
    color: black;
}

.txt-lft {
    text-align: left;
}

.form-control:focus {
    border-color: #666666;
}

.slider-form .btn-blue::after {
    content: "";
    position: absolute;
    height: 50px;
    right: 70px;
    width: 1px;
    background: white;
    top: 0
}

.slider-form .btn-blue {
    width: 100%;
}

.p-t-3 {
    padding-top: 3px;
}

.slider-form h4 {
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.form-control {
    height: 50px;
    background-color: transparent;
    border-radius: 0;
    padding-left: 2px;
    padding-right: 2px;
    font-size: 14px;
    color: black;
    border: 1px solid black;
}

.form-control:focus {
    background-color: transparent;
    color: black;
}

.custom-select {
    background: url(../images/select-arrow-2.png) no-repeat 98% center;
}

.form-control::placeholder {
    color: #EDEDED;
    font-weight: lighter;
}

select.form-control:not([size]):not([multiple]) {
    height: calc(3rem + 2px);
}

.form-group {
    margin-bottom: 30px;
}

.slider-wrapper .carousel-control-prev {
    left: auto;
    margin-right: 40px;
}

.slider-wrapper .carousel-control-prev-icon,
.slider-wrapper .carousel-control-next-icon {
    background-image: none;
}

.slider-wrapper .carousel-control-next-icon:after {
    content: '\f105';
    font-family: 'FontAwesome';
    font-size: 42px;
    line-height: 20px;
}

.slider-wrapper .carousel-control-prev-icon:after {
    content: '\f104';
    font-family: 'FontAwesome';
    font-size: 42px;
    line-height: 20px;
}

.about-wrapper {
    padding: 90px 0 90px;
    background: #9fb6b9;
}

.why-choose-us img {
    margin-bottom: 30px;
}

.sub-title {
    font-family: 'Amaranth-Bold', sans-serif;
    font-size: 40px;
    color: #131e21;
    font-weight: 700;
    margin-bottom: 20px;
    font-weight: bold;
}
.btn-blue::after {
    content: "";
    position: absolute;
    height: 49px;
    right: 50px;
    width: 1px;
    background: white;
    top: 0;
}
.small-ttl {
    color: #131e21;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: normal;
    position: relative;
}

/* .small-ttl::after {
    content: "";
    position: absolute;
    width: 80px;
    height: 1px;
    left: 150px;
    background: #333;
    top: 13px;
} */

.sub-p {
    font-size: 16px;
    line-height: 25px;
    color: #333;
}
.contact-btn{
    background-color: #d2cfbe;
    border-radius: 0px;
    color: black;
    min-width: 340px !important;
    height: 50px;
    padding: 13px 20px 13px;
    font-size: 16px;
    position: relative;
}
.contact-btn::after {
    content: "";
    position: absolute;
    height: 49px;
    right: 130px !important;
    width: 1px;
    background: black;
    top: 0;
}


.btn-orange {
    background-color: #d2cfbe;
    border-radius: 0px;
    color: black !important;
    min-width: 180px;
    height: 50px;
    padding: 13px 20px 13px;
    font-size: 16px;
    position: relative;
}
.rates-wrapper .btn-orange{
    color:#9fb6b9 !important;
}
.about-wrapper .btn-orange{
    background-color: #131e21 !important;
    color:white ;
}

.about-wrapper .btn-orange::after{
    background: white;
}
.rates-wrapper .btn-orange::after{
    background: #9fb6b9 !important;
}

.btn-orange::after {
    content: "";
    position: absolute;
    height: 49px;
    right: 50px;
    width: 1px;
    background: black;
    top: 0;
}

.btn-black {
    background-color: #000000;
    border-radius: 0px;
    color: #fff;
    min-width: 180px;
    height: 50px;
    padding: 13px 20px 13px;
    font-size: 16px;
    position: relative;
}

.btn-black::after {
    content: "";
    position: absolute;
    height: 49px;
    right: 50px;
    width: 1px;
    background: #333333;
    top: 0;
}

.btn-orange:hover {
    background-color: #fff;
    border: 1px solid black;
    color: black;
}

.about-img-home {
    position: relative;
}

.about-img-home img {
    width: 100%;
    position: relative;
    z-index: 1;
    transition: all .4s;
}



.m-b-20 {
    margin-bottom: 20px;
}

.process-wrapper {
    background-color: #9fb6b9;
    padding: 90px 0;
}

.orange-box {
    background: transparent;
    height: 300px;
    margin-right: -40px;
    display: flex;
    align-items: center;
    border:2px solid black;

}

.small-ttl.wt-clr::after {
    content: "";
    position: absolute;
    width: 80px;
    height: 1px;
    left: 150px;
    background: #fff;
    top: 13px;
}

.org-bx {
    margin-left: 80px;
}
.process-heading{
    font-size: 3rem;
    font-weight: bold;
}
.white-box {
    background: #fff;
    -webkit-box-shadow: 1px 1px 14px -2px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 1px 1px 14px -2px rgba(0, 0, 0, 0.75);
    box-shadow: 1px 1px 14px -2px rgba(0, 0, 0, 0.75);
}

.small-sht-bx {
    background: #131e21;
    padding: 40px;
}
.m-t-25{
    margin-top: 25px;
}
.pro-box{
    background: #d2cfbe !important;
    padding-bottom:20px !important;
    padding-top:15px !important;
}
.pro-1-box{
    padding-bottom:20px !important;
    padding-top:15px !important;
}
.small-sht-bx h4 {
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 10px;
    font-weight: 700;
}

.small-sht-bx p {
    font-size: 15px;
    margin-bottom: 30px;
}

.small-sht-bx a i {
    font-size: 18px;
    color: #333;
}

.m-t-40 {
    margin-top: 40px;
}

.pro-1-box-h{
    color:#9fb6b9;
}
.pro-1-box-p{
    color:#9fb6b9;
}

.bdr-lft-top {
    border-left: 1px solid #eee;
    border-top: 1px solid #eee;
}

.pro-1-box-col{
    background:#131e21 !important;
}
.pro-2-box-col{
    background:#d2cfbe !important;
    border: 2px solid #131e21;
}

.small-sht-bx:hover a i {
    color: #FF5722;
}

.small-sht-bx:hover .how-it-icon {
    background-position: 0 -51px;
}

.how-it-icon {
    width: 50px;
    height: 50px;
    display: table;
    margin: 0 auto 20px auto;
    transition: all .3s;
}

.how-it-icon-1 {
    background: url(../images/how-1.png) no-repeat;
}

.how-it-icon-2 {
    background: url(../images/how-2.png) no-repeat;
    /*margin-left: 0;*/
}

.how-it-icon-3 {
    background: url(../images/how-3.png) no-repeat;
}

.how-it-icon-4 {
    background: url(../images/how-4.png) no-repeat;
}

.get-cash {
    position: relative;
    background: url(../images/Background-2.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    padding: 50px;
    /*min-height: 400px;*/
    color: #fff !important;
    text-align: center;
    display: flex;
    align-items: center;
}
.get-cash::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6); /* Black overlay with 60% opacity */
    z-index: 1;
}

.get-cash .container {
    position: relative;
    z-index: 2; /* Bring content above the overlay */
}

.m-r-20 {
    margin-right: 20px;
}

.m-t-40 {
    margin-top: 40px;
}

.carousel-indicators li {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 10px;
    height: 10px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: rgba(255, 255, 255, .5);
    border-radius: 50px;
}

.testimonials-wrapper .carousel-indicators li {
    background-color: #666666;
    cursor: pointer;
}

.testimonials-wrapper .carousel-indicators .active {
    background-color: #131e21;
}

.pdng:before {
    content: "";
    position: absolute;
    top: -35px;
    left: 20px;
    background: url(../images/icon-quote.png) no-repeat;
    width: 80px;
    height: 80px;
    z-index: 1;
}

.pdng {
    background: #d2cfbe;
    border: 1px solid black;
    border-radius: 10px;
    -webkit-box-shadow: 1px 1px 14px -2px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: 1px 1px 14px -2px rgba(0, 0, 0, 0.20);
    box-shadow: 1px 1px 14px -2px rgba(0, 0, 0, 0.20);
    padding: 56px 152px 80px;
    position: relative;
}

.carousel-inner {
    /*overflow:unset;*/
    /*margin-top: 64px;*/
}

.carousel-item.pdng::after {
    content: "";
    position: absolute;
    top: 40px;
    border-bottom: 40px solid transparent;
    border-left: 50px solid black;
    left: 40%;
    width: 50px;
    height: 40px;
    -webkit-box-shadow: 1px 1px 14px -2px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 1px 1px 14px -2px rgba(0, 0, 0, 0.75);
    box-shadow: 1px 1px 14px -2px rgba(0, 0, 0, 0.75);
}

.pdng:after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 10%;
    width: 26px;
    height: 40px;
    background-image: url(../images/icon-8.png);
}

.testimonials-left {
    text-align: right;
    padding-right: 100px;
}

.testimonials-right {
    padding-left: 100px;
}

.client-name {
    display: block;
    font-weight: 600;
    color: #333;
    text-transform: uppercase;
    margin-top: 56px;
    font-size: 20px;
}

.client-name:before {
    content: "";
    position: relative;
    display: inline-block;
    vertical-align: middle;
    background-color: #000;
    width: 8px;
    height: 2px;
    margin: -4px 8px 0 0;
}

.testimonials-wrapper .carousel-indicators {
    bottom: 0;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start text-align: center !important;
}

.testi-txt {
    font-size: 16px;
    text-align: left;
    line-height: 25px;
    color: #333;
}

.p-t-64 {
    /*padding-top: 64px;*/
}
.m-t-64{
    margin-top: 64px;
}

.testimonials-wrapper {
    position: relative;
    background-color: #9fb6b9;
    padding: 70px 0;
}

.testimonials-wrapper:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 150px;
    height: 235px;
    background-image: url(../images/icon-5-1-1.png);
}

.testimonials-wrapper:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 170px;
    height: 202px;
    background-image: url(../images/icon-5-2-2.png);
}
.fa-phone:before{
 
}
.footer-contact-info {
    margin-top: 70px;
}

.footer-contact-info i {
    color: #9fb6b9;
    font-size: 26px;
    margin-bottom: 20px;
}

.footer-sml-ttl {
    font-size: 18px;
    color: #9fb6b9;
    font-weight: 600;
    position: relative;
}

.footer-sml-ttl:before {
    content: "";
    position: absolute;
    width: 60px;
    height: 1px;
    background-color: #9fb6b9;
    bottom: -10px;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.ftr-inner {
    color: #fff;
    /*font-weight: 300;*/
    font-size: 16px;
}

.footer-contact-info a:hover {
    color: #FF5722;
}

footer li a:hover,
footer li a.active {
    color: #FF5722;
}
.privacy-link {
    color:#007bff;
}
.email-link {
    color: #9fb6b9;
}

.footer-btm {
    background: #d2cfbe;
    padding: 20px 0;
}

.testimonials-wrapper .carousel {
    overflow: hidden;
    padding-bottom: 60px;
    padding-right: 10px;
    padding-left: 10px;
}

.testimonials-wrapper .carousel-inner {
    padding-right: 5px;
    padding-left: 5px;
}

.footer-link li a:hover {
    color: #0CB4CE;
}

.footer-link li.active a {
    color: #0CB4CE;
}

.h3-black-title {
    font-size: 16px;
    margin-bottom: 10px;
    font-family: 'Lato', sans-serif;
}

.footer-top-area {
    background: #0CB3CD;
    padding: 25px 0;
}

.text-phn-no h3 {
    font-size: 20px;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-weight: 900;
    line-height: 30px;
}

.text-phn-no span {
    color: #000;
}

.your-mail-text input[type=text] {
    border-bottom: 1px solid #fff;
}

.your-mail-text ::-webkit-input-placeholder {
    color: #ECECEC;
}

.scrollToTop {
    position: fixed;
    right: 20px;
    text-align: center;
    text-decoration: none;
    bottom: 30px;
    background-color: #FF5722;
    width: 30px;
    height: 30px;
    border-radius: 100px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    z-index: 3;
    line-height: 24px;
    display: none;
}

.scrollToTop:hover {
    background-color: #000;
    color: #fff;
}
.upper-footer {
    background: #131e21;
    padding-bottom: 59px;
    padding-top: 25px;
    text-align: center;
}

footer {
    background-color: transparent;
    padding-top: 0px;
    text-align: center;
}

footer a,
footer {
    color: #141e22;
}

footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

footer li {
    display: inline-block;
}

.footer-link {
    margin-top: 40px;
}

.social-icon {
    margin: 15px auto 20px;
}

.social-icon li a {
    padding: 0 12px;
    font-size: 20px;
}

.footer-link a {
    font-size: 14px;
    display: block;
    padding: 5px 20px;
    letter-spacing: .5px;
    text-transform: uppercase;
}

.copyright {
    text-align: center;
    border-top: 1px solid #444;
    padding: 20px 15px;
    margin-top: 40px;
    margin-bottom: 0;
    font-size: 14px;
}

.footer-btm p {
    text-align: left;
    margin: 0;
}

.footer-btm-links {
    text-align: right;
}



.footer-btm-links li:last-child:after {
    content: none;
}

.footer-btm-links li.active a {
    color: #FF5720;
}
.inner-title-wraper{
    background: #131e21;
    min-height: 750px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
    .inner-title-wraper h1 {
        font-family: 'Amaranth-Bold', sans-serif;
        font-size: 50px;
        font-weight: 700;
        margin-bottom: 25px;
        text-shadow: 1px 2px 3px rgba(0, 0, 0, .5);
        display: inline-block;
        position: relative;
        color: #fff;
    }
.inner-title-wraper h1::after {
    content: "";
    background: #fff;
    height: 1px;
    width: 120px;
    position: absolute;
    right: -160px;
    top: 33px;
}
.inner-title-wraper h1::before {
    content: "";
    background: #fff;
    height: 1px;
    width: 120px;
    position: absolute;
    left: -160px;
    top: 33px;
}
.m-t-86{
    margin-top: -124px;
}
.white-box-about {
    background: #d2cfbe;
    -webkit-box-shadow: 1px 1px 14px -2px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 1px 1px 14px -2px rgba(0, 0, 0, 0.75);
    box-shadow: 1px 1px 14px -2px rgba(0, 0, 0, 0.75);
    padding: 40px 30px;
    margin-top: -230px;
}
.m-t--210{
    margin-top: -210px;
}

.full-orange-bg{
    background: #131e21;
    padding: 40px;
}
.full-orange-bg h1{
    font-size: 60px;
    color: #fff;
    font-weight: 400;
    font-family: 'Oswald', sans-serif;
}

.full-orange-bg p{
    font-size: 20px;
    color: #fff;
    font-weight: 400;
}
.vision-mission h3{
    font-size: 22px;
    color: #333;
    font-weight: 600;
    margin-bottom: 20px;
}
.vision-mission p{
    font-size: 16px;
    text-align: left;
    line-height: 25px;
}

.testimonials-wrapper .container{
    z-index: 1;
    position: relative;
}
.how-wht-box-img{
    -webkit-box-shadow: 1px 1px 14px -2px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 1px 1px 14px -2px rgba(0, 0, 0, 0.75);
    box-shadow: 1px 1px 14px -2px rgba(0, 0, 0, 0.75);
}
.white-box-about h4{
    font-size: 18px;
    color: #131e21;
    font-weight: bold;
    margin-bottom: 15px;
}
.txt-rgt{
    text-align: right;
}
.single-get-start {
    position: relative;
    width: 100%;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.single-get-start:hover {
    -webkit-appearance: none;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.single-get-start:hover img {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.m-b-30{
    margin-bottom: 30px;
}
#accordion-faqs .card-header h5 {
    position: relative;
    background-color: #131e21 ;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    padding: 13px 75px 13px 60px;
    cursor: pointer;
}
#accordion-faqs .card-header h5::before {
    height: 100%;
    /*width: 70px;*/
    content: "";
    position: absolute;
    left: 0px;
    top: 0;
    border-right: 40px solid #9fb6b9;
    background: -moz-linear-gradient(to right bottom, transparent 48%, rgba(230, 32, 45, 1) 50%);
    background: -webkit-linear-gradient(to right bottom, transparent 48%, rgba(230, 32, 45, 1) 50%);
    /*background: linear-gradient(to right bottom, transparent 48%, rgba(230, 32, 45, 1) 50%);*/
}
.card-body p{
    font-size: 16px;
}
#accordion-faqs .card-header h5::after {
    content: "\f068";
    font-family: 'FontAwesome';
    font-size: 17px;
    font-weight: 300;
    position: absolute;
    left: 15px;
    top: 30%;
    color:#131e21;
}
#accordion-faqs .card-header h5.collapsed::after {
    content: "\f067";
    font-family: 'FontAwesome';
    font-size: 17px;
    font-weight: 300;
    position: absolute;
    left: 15px;
    top: 30%;
    color:#131e21;
}
#accordion-faqs .card {
    border: none;
    margin-bottom: 30px;
}
#accordion-faqs .card-header {
    padding: 0;
    margin-bottom: 0;
    background-color: #F5F5F5;
    border-radius: 0px !important;
}
.collapse.show {
    display: flex;
}
#accordion-faqs .card-body {
    background-color: #F8F8F8;
}
.list-inline {
    padding-left: 0;
    list-style: none;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 30px;
}
.listing li::before {
    content: '\f178 ';
    font-family: "FontAwesome";
    font-size: 14px;
    color: #FF5722;
    padding-right: 8px;
}
.p-t-0{
    padding-top:0; 
}
.rates-des {
    font-size: 22px;
    line-height: 35px;
    text-align: center;   
    color: #000;
}
.main-des{
    margin-bottom: 14px;
}
.orange{
    color: #FF5722;
}
.sml-des{
    font-size: 16px;
    color: #444;
}
.main-sub-ttl{
    background: #131e21;
    padding: 10px;
}
.corner-icon {
    position: absolute;
    top: 37%;
    right: 0;
    transform: translateY(-50%);
    width: 190px; /* Adjust as needed */
    height: auto;
    z-index: 2; /* Make sure it's above background */
    opacity: 0.8; /* Optional styling */
  }
.rate-list a{
    color: #3f54ff !important;
}
.main-sub-ttl h2{
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin-left: 10px;
}
.repayment-opt h4{
    color: #131e21;
    font-weight: 700;
    font-size: 16px;
    margin-top: 16px;
    margin-bottom: -11px;
}
.repayment-opt p{
    color: #000;
    font-size: 14px;
    margin-top: 13px;
    margin-bottom: 3px;
    letter-spacing: 0.8px;
    line-height: 20px;
}
.m-t-20{
    margin-top: 20px;
}
.map-contact-content {
    width: 100%;
}
.map iframe{
    width: 100%;
    border: 3px solid #BBBBBB;
}
.media h6{
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
    padding-top: 20px;
}
.contact-wrpapper{
    background-color: #131e21;
}
.contact-wrpapper:before{
    content: "";
    position: absolute;
    right: 0;
    top: 30%;
    width: 230px;
    height: 330px;
    background-image: url(../images/icon-1.png);
}
.contact-wrpapper:after{
    content: "";
    position: absolute;
    left: 0;
    top: 30%;
    width: 230px;
    height: 330px;
    background-image: url(../images/icon-2.png);
}

.media p a{
    color: #FF5722;
}
.media p a:hover{
    color: #FF5722;
}
.media p{
    font-size: 18px;
    color: #FF5722;
}
.map-contact i {
    font-size: 26px;
    color: #131e21 !important;
    font-weight: normal;
    margin-top: 36px;
    padding-right: 20px;
}
.arw i.fa.fa-long-arrow-right{
    margin-top: 4px;
    margin-right: -3px;
}
.bg-clr-frm{
    color: #F8F8F8;
}
.blk-clr{
    color: #333;
}
.geth3{
    color: #333;
    font-size: 30px;
    font-weight: 600;
    font-family: 'Oswald', sans-serif;
}

.contct-form .form-control{
    height: 50px;
    background-color: transparent;
    border-radius: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    color: #a0b7bb;
    border: 1px solid #a0b7bb;
    background: transparent;
    /*border-bottom: 1px solid #666666; */
}
::placeholder {
  color: #a0b7bb !important;
  font-size: 14px;
  padding-left: 3px;
}
.m-t-30{
    margin-top: 30px;
}
.contct-form textarea.form-control{
    height: 110px !important;
    background: transparent;
}
.list-inline.tnc{
    font-size: 14px;
    color: #000;
    letter-spacing: 0.8px
}
