.oc-time{
    font-weight: 700;
}
.navbar-nav-head{
    font-weight: 600;
}
section {
    padding: 60px 0;
    overflow: hidden;
}
[data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    transform: translateZ(0);
}
[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
    transition-timing-function: ease-in-out;
}
[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
    transition-duration: 1s;
}
[data-aos^=fade][data-aos^=fade] {
    opacity: 0;
    transition-property: opacity,transform;
}
.section-title {
    text-align: center;
    padding-bottom: 30px;
}
[data-aos=fade-up] {
    transform: translate3d(0,100px,0);
}
.section-title h2 {
    font-size: 24px;
    font-weight: bold;
    /*text-transform: uppercase;*/
    position: relative;
    color: #fff;
}
.section-title h2::before {
    margin: 0 15px 7px 0;
}
.section-title h2::before, .section-title h2::after {
    content: "";
    width: 50px;
    height: 2px;
    background: #fff;
    display: inline-block;
}
.section-title h2::after {
    margin: 0 0 7px 15px;
}
.section-title h2::before, .section-title h2::after {
    content: "";
    width: 50px;
    height: 2px;
    background: #fff;
    display: inline-block;
}
.section-title p {
    margin: 15px 0 0 0;
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
    transition-delay: .1s;
}

[data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    transform: translateZ(0);
}
[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
    transition-timing-function: ease-in-out;
}
[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
    transition-duration: 1s;
}
.services .icon-box {
    padding: 30px;
    position: relative;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 29px 0 rgb(68 88 144 / 12%);
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
    z-index: 1;
}
[data-aos^=fade][data-aos^=fade] {
    opacity: 0;
    transition-property: opacity,transform;
}
[data-aos=fade-up] {
    transform: translate3d(0,100px,0);
}
.services .icon-box::before {
    content: "";
    position: absolute;
    background: #e1f0fa;
    right: -60px;
    top: -40px;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    transition: all 0.3s;
    z-index: -1;
}
.services .icon {
    margin: 0 auto 20px auto;
    padding-top: 10px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    background: #3498db;
    transition: all 0.3s ease-in-out;
}
.services .title {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
}
.services .description {
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 0;
    font-weight: 500;
}

.services .icon i {
    font-size: 36px;
    line-height: 1;
    color: #fff;
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
    transition-delay: .1s;
}
[data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    transform: translateZ(0);
}

[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
    transition-timing-function: ease-in-out;
}
[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
    transition-duration: 1s;
}
.services .icon-box {
    padding: 30px;
    position: relative;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 29px 0 rgb(68 88 144 / 12%);
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
    z-index: 1;
}
[data-aos^=fade][data-aos^=fade] {
    opacity: 0;
    transition-property: opacity,transform;
}
[data-aos=fade-up] {
    transform: translate3d(0,100px,0);
}

.services .icon-box {
    padding: 30px;
    position: relative;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
    z-index: 1;
}

.services .icon-box::before {
    content: "";
    position: absolute;
    background: #e6e6e6;
    right: -60px;
    top: -40px;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    transition: all 0.3s;
    z-index: -1;
}

.services .icon-box:hover::before {
    background: #f8f8f8;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 0px;
    box-shadow: 2px 2px #fff;
}

.btn-read-more-service {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 32px;
    border-radius: 5px;
    transition: 0.5s;
    line-height: 1;
    margin: 10px;
    color: #fff;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    border: 0;
    background: #525b5b;
}
.btn-read-more-service:hover {
    background: #002b53;
    color: #fff;
}
.service-box-details{
    text-align: left;
}

.of-txt-6 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}





/* //////////////////////// */

.btn-close-inq {
    display: inline-block
}

.btn-inq.btn-open .btn-close-inq {
    display: none
}

.btn-inq.btn-open img.btn-open-inq {
    display: inline-block
}

.btn-inq img.btn-open-inq {
    display: none
}

.inquiry-bottom {
    position: fixed;
    bottom: 0;
    left: 10px;
    z-index: 99
}

a.btn-inq img {
    vertical-align: top;
}

.inquiry-form {
    width: 255px;
    background: #e5e5e5;
    padding: 10px;
}

.inquiry-form input {
    background: #fff;
    height: 40px;
    padding: 0 10px 0 40px;
    border: none;
    width: 100%;
    color: #363636;
    font-size: 14px;
    font-family: 'ProximaNovaRegular';
    margin-bottom: 10px
}

.inquiry-form .default-select-box {
    background: #fff;
    width: 100%;
    height: 40px;
    margin-bottom: 10px;
    border: none
}

.inquiry-form .default-select-box select {
    height: 40px;
    color: #363636;
    font-size: 14px;
    font-family: 'ProximaNovaRegular';
    padding: 0 10px;
    background-position: 94% 15px
}

.inquiry-form textarea {
    background: #fff;
    border: none;
    color: #363636;
    font-size: 14px;
    font-family: 'ProximaNovaRegular';
    width: 100%;
    padding: 10px 15px 15px 40px;
    margin-bottom: 10px;
}

.form-grp {
    position: relative;
    width: 100%
}

.form-grp i {
    position: absolute;
    left: 10px;
    top: 8px
}

.user-icon-inp {
    background-position: -778px -138px;
    display: inline-block;
    width: 22px;
    height: 22px
}

.email-icon-inp {
    background-position: -778px -162px;
    display: inline-block;
    width: 22px;
    height: 15px;
    margin: 4px 0 0 0
}

.tel-icon-inp {
    background-position: -778px -178px;
    display: inline-block;
    width: 23px;
    height: 17px;
    margin: 4px 0 0 0
}

.detail-icon-inp {
    background-position: -778px -198px;
    display: inline-block;
    width: 22px;
    height: 22px;
    margin: 0px 0 0 0
}

.btn-submit {
    background: #0f9998;
    height: 40px;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    cursor: pointer
}

.btn-submit:hover {
    background: #4a4647
}
.services-area-home{
    padding-top: 60px;
    padding-bottom: 60px;
}
.services-area-home::before {
    content: '';
    left: 0;
    right: 0;
    position: absolute;
    /* top: 0px; */
    height: 64px;
    background-image: url(http://sgmcbl.com/assets/upload/core_img/sharp-top.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -111px;
}
.services-area-home::after {
    content: '';
    left: 0;
    right: 0;
    position: absolute;
    /* top: 0px; */
    height: 64px;
    background-image: url(http://sgmcbl.com/assets/upload/core_img/sharp-top.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 14px;
    transform: rotate(180deg);
}


.section-main-title h2 {
    font-size: 24px;
    font-weight: bold;
    position: relative;
    text-align: center;
    color: #000;
    padding-top: 20px;
    padding-bottom: 50px
}
.section-main-title h2::after {
    content: "";
    width: 50px;
    height: 2px;
    background: #000;
    display: inline-block;
    margin-bottom: 6px;
    margin-left: 15px;
}
.section-main-title h2::before {
    content: "";
    width: 50px;
    height: 2px;
    background: #000;
    display: inline-block;
    margin-bottom: 6px;
    margin-right: 15px;
}
.news-box-mian{
    border: 1px solid #f8f8f8;
    height:377px;
    border-radius: 12px;
    background-color: #f8f8f8;
    border-top: 4px solid #003465;
    border-bottom: 4px solid #003465;
}
.financial-strength-count{
    border: 1px solid #f9f9f9;
    border-radius: 55px;
    background: #f9f9f9;
    padding:20px;
    transition: 0.6s;
}
.financial-strength-count:hover{
    transform: scale(1.04);
    transition: 0.6s;
}
.count-box{
    transition: 0.5s;
}
.count-box:hover{
    transform: scale(1.04);
    transition: 0.5s;
}
.amount-in-lakh{
    font-size: 17px;
    color: #484848;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
}
.strength-title-nm{
    font-weight: 600;
    color: #484848;
}
.counter-count{
    font-family: 'Montserrat', sans-serif;
    font-size: 35px;
    font-weight: 600;
    color: #000;
}
.inq-form-submit {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 32px;
    border-radius: 5px;
    transition: 0.5s;
    line-height: 1;
    margin: 10px;
    color: #fff;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    border: 0;
    background: #003465;
}
.modal-body{
    padding-right: 20px!important;
    padding-left: 20px!important;
}
.form-control:focus {
    color: #212529;
    background-color: #f8f8f8;
    border-color: #8d8d8d;
    outline: 0;
    box-shadow: 0 0 0 0.25rem #fff;
}
.inq-inputs{
    padding: 13px;
}


.ftr-link-full .fix-wrap {
    position: relative;
}
.ftr-link-full ul {
    margin: 0 0 10px 0;
    padding: 10px 0;
    border-bottom: 1px solid #777;
    text-align: center;
    position: relative;
}
.ftr-link-full ul li a {
    font-size: 15px;
    color: #fff;
}
.ftr-link-full ul li {
    list-style: none;
    margin: 0 15px;
    padding: 0;
    display: inline-block;
    position: relative;
}
.ftr-link-full h6 {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}

.net-banking-btn {
    padding: 7px 10px 7px 10px!important;
    border-radius: 5px;
    background-color: #545b5b;
    font-weight: 600;
}

blockquote, .blockquote {
    z-index: 1;
    overflow: hidden;
    position: relative;
    background-color: #fafafa;
    padding: 40px 50px!important;
    margin-bottom: 20px;
    margin-top: 20px;
}
blockquote p, .blockquote p {
    line-height: 1.7;
    margin-bottom: 0;
    color: var(--blackColor);
    font-weight: 700;
    font-style: italic;
    font-size: 20px!important;
}
blockquote::after, .blockquote::after {
    top: 0;
    left: 0;
    bottom: 0;
    width: 3px;
    content: '';
    position: absolute;
    background-color: #565656;
    margin-top: 20px;
    margin-bottom: 20px;
}
.contact-num{
    color:#000;
}
.contact-num:hover{
    color:#000;
}
.contact-detail{
    color: #262e2e;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}


@media (max-width: 768px) {
    .contact-detail{
        font-size: 16px;
    }
    blockquote p, .blockquote p{
        font-size: 16px!important;
    }
}
#inquiry_loader{
    position: absolute;
    display: none;
    float: left;
    margin-left: -13px;
}
#complaint_loader{
    position: absolute;
    display: none;
    float: left;
    margin-left: -13px;
}


.social-media-links{
    margin-top: 12px;
    padding-bottom: 10px;
}
.social-media-links a{
    margin-right: 15px!important;
    font-size: 14px!important;
    color:#fff!important;
}


.complaint-btn-header{
    border: 1px solid #525b5b!important;
    padding: 5px 10px 5px 10px!important;
    margin-left: 20px!important;
    border-radius: 6px!important;
    background: #525b5b!important;
    color: #fff!important;
    font-size: 14px!important;
    font-weight: 600!important;
}
