/* Google fonts used in this project 
    1) font-family: 'Roboto', sans-serif;
    2) font-family: 'Open Sans', sans-serif;
    3) font-family: 'Poppins', sans-serif;
    4) font-family: 'Source Sans Pro', sans-serif;
    5) font-family: 'Playfair Display', serif;
    6) font-family: 'Raleway', sans-serif;

*/


/* Start globle css */

body {
    padding: 0px;
    margin: 0px;
    font-weight: 400;
    font-size: 15px;
    font-family: 'Raleway', sans-serif;
    line-height: 1.5;
    color: #232222;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none !important;
}

.pt-60 {
    padding-top: 60px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-0 {
    padding-top: 0px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-0 {
    padding-bottom: 0px;
}

.plr-0 {
    padding-left: 0px;
    padding-right: 0px;
}


/*-------------------------------- padding end ----*/

.mt-60 {
    margin-top: 60px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-0 {
    margin-top: 0px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-0 {
    margin-bottom: 0px;
}

.mlr-0 {
    margin-left: 0px;
    margin-right: 0px;
}


/* End of margin */

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0px;
    margin-bottom: 15px;
}

.textp p {
    color: #787c80;
    font-size: 21px;
    font-weight: 300;
    line-height: 1.6;
}

.text-white {
    color: #fff;
}

.text-upper {
    text-transform: uppercase;
}

.font-weight-bold {
    font-weight: bold;
}

.themecolor {
    color: #d2ab67;
}

.btn1 {
    background: #d2ab67;
    color: #fff !important;
    padding: 10px 30px;
    border: 0;
    outline: 0;
    display: inline-block;
    font-size: 12px;
    letter-spacing: 2px;
}

.btn1:hover {
    background: #031b35;
    color: #fff;
}

.btn1 a {
    background: #fff;
}

.btn1.btn2 a {
    background: #bc817d;
    color: #fff;
}

.bg-faded {
    background-color: #f6f9fc;
}

.empty1 {
    width: 100%;
    height: 100px;
}


/* End of globle css */

.title {
    font-family: 'Playfair Display', serif;
    text-transform: uppercase;
}

.title h2 {
    font-family: 'Playfair Display', serif;
    font-weight: 500;
    letter-spacing: 0.14em;
    font-size: 4.286rem;
    color: #000;
}

.title2 h4 {
    position: relative;
    display: inline-block;
}

.title2 h4::before {
    background-image: url(../img/layer-180-copy-3.png);
    left: -115%;
    content: '';
    background-repeat: no-repeat;
    width: 138px;
    height: 9px;
    position: absolute;
    top: 5px;
}

.title2 h4::after {
    background-image: url(../img/l-border.png);
    right: -115%;
    content: '';
    background-repeat: no-repeat;
    width: 138px;
    height: 9px;
    position: absolute;
    top: 5px;
}


/* Start header section  */

img.logo {
    width: 188px;
    transition: all 0.5s;
    padding: 12px
}

ul.appointmentbtn li a {
    border: 1px solid #fff;
    padding: 8px 10px;
    border-radius: 20px;
    display: inline-block;
    color: #fff;
    margin-top: 19px;
    margin-left: 25px;
    background: #d2ab67;
}

ul.appointmentbtn li a:hover {
    background: #e9e19d;
    color: #000;
}


/* End of header section  */


/* Start footer section  */

.main-footer {
    position: relative;
    background-color: #031b35;
}

.main-footer .footer-upper {
    position: relative;
    padding: 25px 0;
}

.main-footer .footer-upper .footer-column {
    position: relative;
    margin-bottom: 40px;
}

.main-footer .footer-widget h2 {
    position: relative;
    color: #d2ab67;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 22px;
    text-transform: capitalize;
}

.list-style-two li a {
    color: rgba(255, 255, 255, 0.5);
    font-family: 'Open Sans', sans-serif;
}

.list-style-two li a:hover {
    color: rgba(255, 255, 255, 0.8);
}

.main-footer .about-widget {
    position: relative;
}

.main-footer .about-widget h3 {
    position: relative;
    font-size: 28px;
    color: #fff;
    font-weight: 600;
    line-height: 1.2em;
}

.main-footer .about-widget .text {
    position: relative;
    font-size: 15px;
    margin-top: 25px;
    line-height: 1.8em;
    margin-bottom: 20px;
    color: rgba(255, 255, 255, 0.5);
}

.main-footer .links-widget .list,
.main-footer .widget_pages ul {
    position: relative;
}

.main-footer .links-widget .list li,
.main-footer .widget_pages ul li {
    position: relative;
    margin-bottom: 10px;
}

.main-footer .links-widget .list li a,
.main-footer .widget_pages ul li a {
    position: relative;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.5);
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.main-footer .links-widget .list li a:hover,
.main-footer .widget_pages ul li a:hover {
    color: rgba(255, 255, 255, 0.8);
}

.main-footer .footer-bottom {
    position: relative;
}

.main-footer .footer-bottom .copyright {
    position: relative;
    padding: 20px 0;
    color: #fff;
    font-size: 16px;
    text-align: center;
}

.social-icon-one {
    position: relative;
    padding-top: 30px;
}

.social-icon-one li {
    position: relative;
    margin-right: 15px;
    display: inline-block;
}

.social-icon-one li a {
    font-size: 26px;
    color: rgba(255, 255, 255, 0.4);
    display: inline-block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.fa-facebook {
    color: #3b5999;
}

.fa-twitter {
    color: #55acee;
}

.fa-whatsapp {
    color: #25D366;
}

.fa-linkedin {
    color: #0077B5;
}

.social-icon-one li a:hover {
    color: #fff;
}

.list-style-two {
    position: relative;
}

.list-style-two li {
    position: relative;
    padding-left: 40px;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 20px;
    line-height: 1.8em;
    color: rgba(255, 255, 255, 0.6);
}

.list-style-two li .icon {
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 20px;
    line-height: 1em;
    color: rgba(255, 255, 255, 0.6);
}

.footer-bottom {
    padding: 20px 0;
    text-align: center;
}

.footer-bottom a img {
    filter: gray;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.copy-right {
    background-color: #011225;
    color: #f2f2f2;
    padding-top: 12px;
    padding-bottom: 11px;
    font-size: 14px;
}

.copy-right a {
    color: #f2f2f2;
}

.copy-right a:hover {
    color: #222;
}

.top-details ul li a {
    color: #fff;
    /* padding: 11px 8px; */
    font-size: 13px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    background: #fff;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
}

i.fa.fa-facebook {
    color: #3b5998;
}

.header-info .fa-twitter {
    color: #55acee;
}

.header-info .fa-youtube-play {
    color: #cd201f;
}

.header-info .fa-linkedin {
    color: #0077b5;
}

.header-info .fa-instagram {
    color: #3f729b;
}

.top-details ul li a i {
    /* opacity: 0.4; */
    /* margin-right: 4px; */
    display: inline-block;
}

.top-details ul li a .call {
    font-weight: bold;
    color: #fdc600;
}

.top-details ul li a .call i {
    opacity: 1;
}

.top-details ul li a:hover {
    background-color: #0d034c;
}


/* End of footer section  */


/* Start slider section  */

.bookstyle {
    position: absolute;
    top: 50%;
    right: 5%;
    z-index: 1;
    padding: 30px 14px;
    background: rgb(255 255 255 / 54%);
    border-radius: 10px;
}

.bookstyle h4 {
    color: #000;
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
    text-shadow: 0px 1px 6px #fff;
    text-align: center;
}

.bookstyle .form-control {
    background: transparent;
    border: none;
}

.bookstyle .form-control label {
    color: #000;
    font-size: 12px;
    width: 67px;
}

.bookstyle .form-control input {
    background: transparent;
    border: none;
    border-bottom: 1px solid #000;
}

.callbackbtn input {
    padding: 10px 30px;
    font-size: 12px;
    border-radius: 17px;
    border: none;
}

.callbackbtn input:hover {
    background: #d2ab67;
}


/* End of slider section  */


/* Start Contact Form section */

.contact-sec {
    background: #f1f0ec;
}

.contact-form {
    background: #fff;
    padding: 60px 50px;
}

.details-icons {
    display: table-cell;
    vertical-align: top;
}

.details-info {
    display: table-cell;
    vertical-align: top;
    padding-left: 20px;
    font-size: 15px;
}

.details-info h5 {
    margin: 0;
}

.details-box li {
    margin-bottom: 50px;
    /* border-bottom: 1px solid #f4eeee; */
}

.details-box li:last-child {
    margin-bottom: 0px;
    border: 0;
}

.details-icons span {
    color: #d2ab67;
    font-size: 25px;
    border: 1px solid #d2ab67;
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
}

.details-info h5 {
    font-weight: bold;
    margin-bottom: 5px;
}

.details-info a {
    color: #444;
    font-family: 'Open Sans', sans-serif;
}

.details-info a:hover {
    color: #0e9545;
}

.text-box {
    width: 100%;
    height: 45px;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 0;
    color: #999;
    background-color: #eee;
    outline: 0px;
    border: 0px;
    cursor: text
}

.text-area {
    height: 120px;
}

ul.details-box {
    /* box-shadow: 0px 0px 6px 3px #f4f3f3; */
    padding: 27px;
    border-radius: 8px;
    padding-left: 0;
}


/* End of Contact Form section */


/* Start Map Section */

section.map iframe {
    margin-bottom: -5px;
}


/* end of Map Section */


/* start md seciton  */

.md-sec {
    background: #d1c86f;
}


/* End of md seciton  */


/* Start home services section  */

.servicebox {
    text-align: center;
    padding: 0 37px;
}

.servicebox img {
    border-radius: 50%;
    margin-bottom: 22px;
}

.servicebox h2 {
    font-family: 'Playfair Display', serif;
    font-size: 24px;
}

.servicebox p {
    color: #757575;
    padding-bottom: 20px;
    line-height: 23px;
}


/* End of home services section  */

.homeintro2 p {
    font-style: italic;
    font-size: 28px;
}


/* start showcase section  */

.showcasebox {
    position: relative;
}

.showcasebox::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 68%);
}

.showcap {
    position: absolute;
    top: 197px;
    left: 50%;
    transform: translate(-50%);
    color: #fff;
    font-family: 'Playfair Display', serif;
    text-align: center;
    width: 82%;
}

.showcap h3 {
    font-size: 20px;
    color: #d2ab67;
}

.showcasesec img {
    border: 1px solid #d2ab67;
}


/* End of showcase section  */


/* call to action section  */

.ctaSec {
    background-image: url(../img/ctabg2.jpg) !important;
    background-position: center !important;
    background-repeat: repeat;
    background-size: 25%;
    padding: 80px 0;
}

.ctaSec h2 {
    color: #fff;
    font-size: 3.5vw;
    font-family: 'Playfair Display', serif;
    font-weight: 400;
}

.ctaSec p {
    color: #d2ab67;
    font-size: 20px;
}

.ctabtn a {
    display: inline-block;
    font-size: 14px;
    padding: 10px 30px;
    background: #ffffff;
    color: #000;
    margin-top: 12px;
    border: 1px solid #fff;
}


/* End of call to action section  */

.testimonials {
    background-color: #e4e4e4;
    position: relative;
    padding-top: 80px;
}

.testimonials:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 30%;
    background-color: #ffffff;
}

#customers-testimonials .item-details {
    background-color: #031b35;
    color: #fff;
    padding: 20px 10px;
    text-align: left;
    min-height: 211px;
}

#customers-testimonials .item-details h5 {
    margin: 0 0 15px;
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase;
}

#customers-testimonials .item-details span {
    color: #d2ab67;
    padding-right: 20px;
}

#customers-testimonials .item-details p {
    font-size: 14px;
}

#customers-testimonials .item {
    text-align: center;
    margin-bottom: 80px;
}

.testimonials .owl-carousel .owl-nav [class*=owl-] {
    transition: all 0.3s ease;
}

.testimonials .owl-carousel .owl-nav [class*=owl-].disabled:hover {
    background-color: #D6D6D6;
}

.testimonials .owl-carousel {
    position: relative;
}

.testimonials .owl-carousel .owl-next,
.testimonials .owl-carousel .owl-prev {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    position: absolute;
    top: 30%;
    font-size: 20px;
    color: #fff;
    border: 2px solid #031b35 !important;
    text-align: center;
}

.testimonials .owl-carousel .owl-prev {
    left: -70px;
}

.testimonials .owl-carousel .owl-next {
    right: -70px;
}


/* end of testimonials section  */

.introbottom {
    width: 100%;
    height: 200px;
    background: #031b35;
}

.parallax-window {
    /* min-height: 600px; */
    background: transparent;
}

.parallax-window2 {
    min-height: 450px;
    background: transparent;
}

.introbottom {
    position: relative;
    top: -60px;
    z-index: -999;
    padding-bottom: -199px;
}

.introbottom img {
    width: 100%;
}

.parxwraaper {
    margin-top: -123px;
}

.pt150 {
    padding-top: 150px;
    ;
}


/* start collection section  */

.collectionsec {
    background: #f2f2f2;
}

.collectioninfo {
    background: #fff;
    padding: 15px 10px;
    margin-bottom: 30px;
    min-height: 250px;
}

.collectioninfo h3 {
    margin-bottom: 0;
}

.collectioninfo span {
    margin-bottom: 15px;
    display: block;
    color: #031b35;
}

.loansec {
    background: #f2f2f2;
}


/* End of collection section  */


/*** 

====================================================================
	Agent Section
====================================================================

***/

.agent-section {
    position: relative;
    overflow: hidden;
    background: #f1f1f1;
    background-image: url(../img/mg-bg.jpg) !important;
    background-size: cover;
}

.agent-section h2 {
    margin-bottom: 0px;
}

.designation {
    margin-bottom: 26px;
}

.content-box {
    /* margin-top: 81px; */
    /* border: 5px solid #d2ab67; */
    /* box-shadow: 6px 6px #e4e4e4; */
    border-radius: 20px;
    padding: 0px 25px;
    /* background: #fff; */
    /* background-image: url(../img/ctabg2.jpg) !important; */
    /* color: #fff; */
}


/* Start business partners section  */

.partnerlogobox {
    -webkit-box-shadow: 0 0 40px rgb(51 51 51 / 10%);
    box-shadow: 0 0 40px rgb(51 51 51 / 10%);
    margin: 49px 0;
}

.owl-carousel .owl-item img {
    width: inherit;
    margin: auto;
}


/* owl nav */

.customnav .owl-prev span,
.customnav .owl-next span {
    color: #000;
}

.customnav .owl-prev span:hover,
.customnav .owl-next span:hover {
    background: #fff;
}

.customnav .owl-prev,
.customnav .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.customnav .owl-prev i,
.customnav .owl-next i {
    font-size: 50px;
}

.customnav .owl-prev {
    left: 7px;
}

.customnav .owl-next {
    right: 7px;
}

.customnav .owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
    color: #0e9545;
    text-decoration: none;
}


/* End of business partners section  */


/* start vision and mission section  */

.mission-vision {
    background: #031b35;
}

.outer-box {
    padding: 8px;
    border-radius: 10px;
    border: 1px solid #ffffff;
    display: flex;
    color: #fff;
    min-height: 275px;
}

.outer-box img {
    width: 152px;
}

.mission-vision .ms-icon {
    font-size: 70px;
    display: block;
    margin: 0 0 15px;
}

.mission-vision h3 {
    font-size: 28px;
    margin: 0 0 15px;
    font-weight: bold;
}

.black {
    color: #333333;
}

.mission-vision p {
    line-height: 1.471;
    font-size: 15px;
    margin: 0px;
}

.vis-misbox {
    padding: 20px;
    /* background: #faebd7; */
    padding-top: 0px;
}

.vis-misbox img {
    width: 80px;
    padding-bottom: 22px;
}


/* End of vision and mission section  */


/* Whats apps invite chate box */

.what_invite {
    position: fixed;
    width: 60px;
    height: 60px;
    line-height: 45px;
    font-size: 10px;
    bottom: 20px;
    left: 20px;
    /* background-color: #76b51a!important; */
    color: #FFF;
    border-radius: 50px !important;
    text-align: center;
    /* box-shadow: 2px 2px 3px #999; */
    z-index: 99;
}

.what_invite a i {
    font-size: 29px;
    line-height: 60px;
    color: #fff;
}

.fa-whatsapp:before {
    content: "\f232";
}


/* Whats apps invite chate box */


/* book appointment section  */

.header-inq h3 {
    color: #fff;
}

.text-box {
    height: 40px;
    border: 1px solid #9d9d9b;
    border-radius: 25px;
    padding: 0 10px 0 20px;
    color: #333333;
    font-family: Lato, Helvetica, sans-serif;
    font-weight: 400;
    line-height: 40px;
    margin-bottom: 10px;
    outline: 0px;
    width: 100%;
}

.enq-btn input {
    display: block;
    background: #d4ad6a;
    height: 40px;
    outline: 0;
    border: 0;
    border-radius: 25px;
    width: 100%;
    color: #fff;
    font-weight: bold;
    letter-spacing: 2px;
}

.enq-btn input:hover {
    background: #916e3f;
}

.enq-btn span {
    color: #fff;
    font-size: 11px;
    line-height: 15px;
    display: block;
    padding-top: 20px;
}


/* end of book appointment section  */

.loanproduct .partnerlogobox img {
    width: 100%;
}


/* start download brochures */

.brochure {
    background: #031b35;
    padding: 20px 0px;
    color: #fff;
}

.brochure h3 {
    margin-top: 32px;
    font-size: 28px;
    color: #fff;
    font-weight: 300;
}

.download-brochure a {
    display: inline-block;
    outline: 0px;
}


/* End download brochures */