/*
Theme Name: Divi Child
Version: 1.0
Description: Theme Customized by Rudraksh Infotech
Template: Divi
*/
@import url("../Divi/style.css");

.container,
.et_pb_row {
    width: 90%;
    max-width: 1200px;
}

#logo {
    padding: 7px 0px !important;
}

h1{
    text-transform: uppercase !important;
}

.divider_line {
    border-top: 4px solid #1f2e4a;
    width: 60px;
    margin: 20px 0;
}

.divider_light {
    border-top: 4px solid #d2d2d2;
    width: 60px;
    margin: 20px 0;
}

.title_top {
    color: #1f2e4a;
    font-weight: 700;
    font-size: 30px;
    line-height: 1;
    text-transform: uppercase;
    font-style: normal;
    padding-right: 10px;
}
.title_bottom {
    font-weight: 600;
    font-size: 42px;
    line-height: 1;
    font-style: normal;
    color: #dd302f;
}

a.read_more {
    font-weight: 600;   
}

#cg-menu {
    z-index: 99;
    width: 225px !important;
}

#cg-menu .et_pb_widget_area_left {
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: #1f2e4a;
    padding: 0;
}

#cg-menu ul li {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

#cg-menu ul li a {
    display: inline-block;
    padding: 20px;
    padding-bottom: 15px;
    width: 100%;
}

#cg-menu ul li a:hover {
    background: rgb(56, 71, 99);
    color: #fff;
}

#cg-menu ul li:last-child {
    border-bottom: none;
}

#cg-menu .widget_nav_menu {
    margin-bottom: 0;
}

/*Top Header*/

.et-fixed-header#top-header {
    display: none;
}

#main-header.et-fixed-header {
    top: 0 !important;
}

/*
#top-header {
    height: 80px;
}

#top-header .container {
    display: flex;
    height: 100%;
    align-items: center;
    padding-top: 0;
}

#top-header .logo_container {
    position: relative;    
}

#top-header #et-secondary-menu {
    width: 70%;
    text-align: right;
}

#top-header a {
    padding-bottom: 0 !important;
    font-weight: 400;
    letter-spacing: 0.5px;
}

*/

#et-top-navigation {
    width: 65%;
    padding-top: 0 !important;
    padding-left: 0 !important;
}

#et-top-navigation #top-menu-nav {
    width: 100%;
}

#et-top-navigation #top-menu {
    width: 100%;
    display: flex;
}

#top-menu li {
    padding: 33px 0;
    border-right: 1px solid #d2dae8;
    display: flex;
    justify-content: center;
    flex-grow: 2;
}

#et-top-navigation nav > ul > li > a {
    padding-bottom: 0 !important;
    letter-spacing: 1px;
}
 
#top-menu a {
    font-weight: 400;
}
 
#top-menu > li:last-child {
    border-right: 0 !important;
}

#top-menu > li:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    z-index: -1;
    background: #1f2e4a;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#top-menu > li:hover:after {
    height: 100%;
}

#top-menu .current-menu-item a,
#top-menu .current_page_item a,
#top-menu > li:hover a {
    color: #eee !important;
}

#top-menu .current-menu-item,
#top-menu .current_page_item {
    background: #1f2e4a;    
}

li.mega-menu-columns-1-of-5 > a.mega-menu-link:first-child {
    height: 71px !important;
}

.timeline::before {
    content: '';
    position: absolute;
    width: 6px;
    background-color: #1f2e4a;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -3px;
}

/* Container around content */
.timeline .et_pb_text {
    padding: 10px 40px;
    position: relative;
    background-color: inherit;
    width: 50%;
    margin-bottom: 0 !important;
}

/* The circles on the timeline */
.timeline .et_pb_text::after {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    right: -17px;
    background-color: white;
    border: 4px solid #dd302f;
    top: 15px;
    border-radius: 50%;
    z-index: 1;
}

.timeline .left {
    left: 0;
}

.timeline .right {
    left: 50%;
}

.timeline .left::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    right: 30px;
    border: medium solid #1f2e4a;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #1f2e4a;
}

.timeline .right::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    left: 30px;
    border: medium solid #1f2e4a;
    border-width: 10px 10px 10px 0;
    border-color: transparent #1f2e4a transparent transparent;
}

.timeline .right::after {
    left: -16px;
}

.timeline .et_pb_text_inner {
    padding: 20px 30px;
    background-color: #1f2e4a;
    position: relative;
    border-radius: 6px;
}


/*******Footer*******/

.footer-widget .follow_icons a i.fa {
    width: 25px;
    height: 25px;
    line-height: 25px;
    padding: 5px;
    margin-right: 10px;
    border-radius: 50px;
    transition: background-color .3s;
    background-color: rgba(255,255,255,0.6);
    color: rgba(0,0,0,.6);
    margin-bottom: 18px;
    display: inline-flex;
    justify-content: center;
    align-items: center;   
}

.footer-widget h4.title {
    margin-bottom: 13px !important;
}

.footer-widget .social {
    margin-top: 15px;
}

.footer-widget .item {
    display: table;
    padding-bottom: 5px;
}

.footer-widget a.link {
    color: #ababab;
    border: 1px solid #3a3a3a;
    margin: 0 5px 5px 0;
    width: 30px;
    height: 30px;
    text-align: center;
    display: inline-block;
    line-height: 28px;
    background-color: transparent;
}

.footer-widget .item i.icons.fa {
    display: table-cell;
    width: 20px;
    text-align: left;
}

.footer-widget .contact-info {
    display: table-cell;
}

#main-footer .footer-widget {
    position: relative;
}

#main-footer .footer-widget:after {
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 340px;
    background-color: #3e4b61;
    content: "";
}

#main-footer .footer-widget:last-child:after,
#footer-widgets .footer-widget li:before {
    content: none;    
}

#footer-widgets .footer-widget li:before {
    font-family: FontAwesome;
    content: "\f054";
    border: none;
    left: 0;
    top: 0 !important;
}

#footer-widgets .footer-widget li {
    padding-left: 20px;
}

#footer-bottom #footer-info a {
    font-weight: 400;
}

.fa{
    padding-right:8px !important;
    font-size:17px;
    }
    
.fa-linkedin-in:before{
    content: "\f0e1";
}

/*Home Page*/

.home-slider .et_pb_slider,
.home-slider .et_pb_slider .et_pb_slide {
    height: 88vh !important;    
}

.work-section .et_pb_blurb h4 {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.5px;    
}

.work-section .et_pb_blurb_container {
    position: absolute;
    left: 0;
    top: 68%;
    right: 0;
    bottom: 0;
    background: rgba(20,36,64,.9);
    padding: 18px 30px 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    color: #fff;
    overflow: hidden;
    border-radius: 0 0 30px 0;
}

.work-section .et_pb_blurb_container a {
    color: #dd302f;    
}

.work-section .et_pb_blurb:hover .et_pb_blurb_container {
    top: 0;
    border-radius: 30px 0 30px 0 !important;
}

.work-section .divider_light {
    margin: 10px 0;   
}

.work-section .et_pb_main_blurb_image {
    line-height: 0;
}

.work-section .et_pb_main_blurb_image img {
    border-radius: 30px 0 30px 0;
}

.home-slider .et_pb_slides .et_pb_container {
    margin: 0;
}

.home-slider .divider_light {
    margin: 15px 0;
}

.home-slider .et_pb_slide_description {
    position: absolute;
    content: '';
    top: 17%;
    width: 45%;
    padding: 4%;
    background: rgba(31, 46, 74, 0.9);
    text-align: left;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 30px 0 30px 0;
}

.about-section .et_pb_column:nth-child(2) img {
    border-radius: 30px 0 30px 0;
}

.home-services .et_pb_row {
    padding-bottom: 30px;   
}

.home-services .et_pb_column:nth-child(1) {
    border-radius: 30px 0 30px 0;
}

.home-services .et_pb_blurb {
    border: 1px solid #ddd;
    padding: 20px;
}

.home-services .et_pb_blurb h4 {
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 15px;    
}

.home-services .et_pb_blurb_position_left .et_pb_main_blurb_image,
.home-services .et_pb_blurb_position_right .et_pb_main_blurb_image{
    width: 50px !important;
}

.com-stock .et_pb_column h2{
    padding-bottom:2px;
    }

.counter_area_content ul {
    padding: 0;
    line-height: 1;
}

.counter_area_content ul li:first-child {
    border-radius: 30px 0 0 0;
}

.counter_area_content ul li {
    background-color: #fff;
    display: inline-block;
    width: 33%;
    overflow: hidden;
    padding: 25px 18px;
}

.counter_number {
    width: 100%;
    float: left;
}

.counter_number h3 {
    color: #dd302f !important;
    font-size: 27px;
    padding-bottom: 0;
    text-align: center;
}

.counter_text {
    width: 100%;
    float: left;
    text-transform: uppercase;
    font-size: 12px;
    color: #22313f;
}

.counter_text p {
    text-align: center;
}

.counter_text span {
    display: block;
    font-size: 18px;
    color: #22313f;
    font-weight: 700;
}

.counter_area_content ul li:last-child {
    border-radius: 0 0 30px 0;
}

.choose-section .et_pb_column:nth-child(1) img {
    border-radius: 30px 0 30px 0;
}


/*Inner Pages*/

.inner-header.et_pb_fullwidth_header {
    height: 300px;
    padding: 0;    
}

.inner-header h1 {

    padding-top: 105px;
    font-size: 55px;
    text-shadow: 1px 1px 5px  #040404;
    
}

.inner-header .et_pb_fullwidth_header_container {
    height: 100%;    
}

.inner-header .header-content-container {
    align-self: flex-end !important; 
}



@media only screen and (max-width: 1200px) {
    .work-section .et_pb_blurb_container {
        top: 63.5%;
    }
}


@media (max-width: 1200px) and (min-width: 980px) {
    #logo {
        height: 70%;
    }
}


@media only screen and (max-width: 980px) {
    .logo_container{
        position:relative !important;
        text-align: center;
    }
    
    #et_mobile_nav_menu {
        display: none;
    }
    
    #et-top-navigation {
        width: 100%;
    }
    
    .home-slider .et_pb_slide_description {
        width: 70%;
    }
    
    .work-section .et_pb_blurb_container {
        top: 81%;
    }
    #main-header > .container {
        width: 100%;
    }
    .inner-header h1 {
        font-size: 40px;
    }
}


@media (max-width: 981px) and (min-width: 768px) {
    
    .counter_area_content ul li {
        width: 18.5% !important;
    }

    .counter_text span {
        font-size: 12px;
        padding-top: 5px;
    }
}

@media (max-width: 981px) {
    .counter_area_content ul {
        display: flex;
        flex-direction: column;
    }
    
    .counter_area_content ul li {
        width: 50%;
        margin: 0 auto;
    }
    #main-footer .footer-widget:after {
        content: none;
    }
}


/*Abhishek Sharma*/

#top-header #et-secondary-menu .menu-item a{
    background: #dd302f;
    padding: 10px 15px;
    margin-bottom: 9px;
    font-size: 14px;
    font-weight: 600;
}

.loan-form .et_pb_contact_main_title{
    text-align:center;    
}

.loan-form input[type=text],
input[type=password],
input[type=tel],
input[type=email],
input.text,
input.title,
textarea, select {
    padding: 15px;
    border:none !important;
    color: #353535 !important;
    background-color: #e3e3e3 !important;
    width:50%;
    font-size:13px;
}

.loan-form .wpcf7-form{
    text-align:center;    
}

.loan-form .wpcf7-submit{
    padding: 13px 25px;
    background: #dd302f;
    border: 2px solid #dd302f;
    font-size: 19px;
    color: #fff !important;
    font-weight: 400 !important;
    cursor: pointer;
}

.loan-form .wpcf7-submit:hover{
    padding: 13px 25px;
    border: 2px solid #dd302f;
    font-size: 19px;
    color: #dd302f !important;
    background:none;
    font-weight: 400 !important;
    cursor: pointer;
}

.follow_icons{
    display:flex;
    padding-top: 15px;
}

.about-menu{
    padding-top:25px;    
}

.apply-now input[type=text],
.apply-now input[type=password],
.apply-now input[type=tel],
.apply-now input[type=email],
.apply-now input.text, 
.apply-now input.title,
.apply-now textarea,
.apply-now select {
    padding: 15px;
    color: #353535 !important;
    background-color: #e3e3e3;
    border:none !important;
    font-size:14px;
    width:50%;
}

.apply-now .wpcf7-form{
    text-align:center;    
}

.apply-now .wpcf7-submit{
    padding: 13px 25px;
    background: #dd302f;
    border: 2px solid #dd302f;
    font-size: 19px;
    color: #fff;
    font-weight: 400 !important;
    cursor: pointer;
}

.apply-now .wpcf7-submit:hover{
    padding: 13px 25px;
    border: 2px solid #dd302f;
    font-size: 19px;
    color: #dd302f;
    background:none;
    font-weight: 400 !important;
    cursor: pointer;
}

.et_pb_tabs .et_pb_tab_8.et_pb_tab p a {
    line-height: 2em;
    background: #f55246;
    color: #fff;
    padding: 5px 5px;
}

.et_pb_tabs .et_pb_tab_9.et_pb_tab p a {
    line-height: 2em;
    color: blue;
    font-size: 18px;
}

.et_pb_tabs .et_pb_tab_10.et_pb_tab p a {
    line-height: 2em;
    background: #f55246;
    color: #fff;
    padding: 5px 5px;
}

/*EMI Calculator*/

#emi-container-full #osemi-header{
    display: none;
}

#emi-container-full .emi-form {
    width: 70% !important;
}

.input-box {
    padding-top: 5px;
    padding-bottom: 5px;
    display: flex;
    justify-content: flex-end;
}

.input-box span{
    border: 1px solid #d6d6d6;
    border-left: none;
    background: #f7f7f7;
    padding: 2px 10px;
    font-size: 14px !important;
}

.emi-form table {
    margin: 0 !important;
}

.emi-form table tr{
    height: 90px;
}

#osemi-summary h4{
    font-family: 'Harmattan',Helvetica,Arial,Lucida,sans-serif !important;
    font-size: 20px;
}

#osemi-monthlypayment,
div#osemi-totalinterest{
    margin-bottom: 10px;
}

#osemi-monthlypayment,
div#osemi-totalinterest,
#osemi-totalamount {
    background: #ecf1f1;
    padding: 10px 0!important;
}

#osemi-monthlypayment p,
div#osemi-totalinterest p,
#osemi-totalamount p{
    font-size: 26px;
    color: #d52627;
}

#container{
    font-family: 'Varela Round',Helvetica,Arial,Lucida,sans-serif;    
}

.osemi-tenurechoice {
    font-size: 13px;
}

.emi-container .svg-box{
    display: none;
}

div#emi-container-full {
    margin-bottom: 40px;
}

.rating-blurb-section h4{
    background:rgba(152, 152, 152, 0.34);
}

.rating-blurb-section .et_pb_blurb_container{
    border: 1px solid #dcdcdc;
}

input[type=text],
input[type=password],
input[type=tel],
input[type=email],
input.text,
input.title,
textarea,
select {
    padding: 2px;
    border: 1px solid #000;
    color: #4e4e4e;
    background-color: #fff;
    width: 50%;
    padding: 10px;
}

.wpcf7-select{
    height:40px;
}
    
.bord-table tr:nth-child(1){
    background:#eee;
}

.branch-table tr:nth-child(1){
    background:#eee;
}


/*Inner CSS*/

.insu-blurb .et_pb_column{
    background: #fff;
    padding: 20px;
    box-shadow: 0px 0px 3px #000;
}

.com-stock .et_pb_column{
    background: #fff;
    padding: 20px;
    box-shadow: 0px 0px 3px #000;
}

.fincom-section .et_pb_row:nth-child(2) .et_pb_column{
    background: #fff;
    padding: 20px;
    box-shadow: 0px 0px 3px #000;
}

.official-sec .et_pb_row:nth-child(2) h5 {
    background:#1b2e4cc7;
    color:#fff;
    padding:5px;
    display:inline-block;
}

.tabs-section ul {
    margin: 0;
    padding: 0;
    display: table;
    table-layout: fixed;
    text-align: center;
}

.tabs-section li{
    list-style-type: none; 
    display: table-cell;
    width: 25%;
    padding-right: 1px;
    height: auto;
    vertical-align: bottom;
}

#page-container .tabs-section ul li a {
    display: block;
    min-height: 100%;
    padding: 4px 0px;
    background-color: #1f2e4a;
    color: white;
    border-bottom: 2px solid #fff;
    height: 65px;
    line-height: 1.2 !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.et_pb_tab_active a{
    color:#1f2e4a !important;
    background:#fff !important; 
}

/*Board of Directors*/

.directors-team .et_pb_image_wrap{
    border: 2px solid #1f2e4a;
    border-radius: 50%;
    padding: 8px;
}
    
.directors-team .et_pb_image_wrap img{
    border-radius: 50%;
}

/*Loans Page*/

.quick-links a.et_pb_button {
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #fff;
}

.quick-links .et_pb_button_module_wrapper{
    margin: 5px;
}

@media only screen and (max-width: 1280px){
    #logo{
        max-width:30%;
    }
    .quick-links a.et_pb_button {
        width: 100%;
        text-align: center;
        font-size: 16px;
        color: #fff;
    }
}

@media only screen and (max-width: 1024px){
    #osemi-summary {
        width: 28% !important;
    }
}

@media only screen and (max-width: 980px){
    #emi-container-full .emi-form,
    #page-container #osemi-summary {
        width: 100% !important;
        margin-left: 0 !important;
    }
    #emi-container-full .emi-form {
        margin-bottom: 20px;
    }
}


@media only screen and (max-width: 480px){
    .call-section .et_pb_column .et_pb_promo h2{
        font-size:18px !important;    
    }
    
    .title_bottom{
        font-size:29px;
    }
    .apply-now input[type=text],
    input[type=password],
    input[type=tel],
    input[type=email],
    input.text,
    input.title,
    textarea,
    select{
        width:100%;
    }
    .home-slider .et_pb_slide_description{
        width:100%;
    }
    .home-slider .et_pb_slide_title{
        font-size: 34px !important;
    }
    .home-slider .et_pb_slides .et_pb_container{
        padding-left:33px;
    }
    .et_pb_section_1:before {
        position: absolute;
        content: "";
        width: 100% !important;
        height: 100%;
        top: 0;
        left: 0;
        background: #eee;
    }
    .et_pb_text_6 h2 {
        font-size: 27px !important;
    }
    #footer-widgets .footer-widget:nth-child(4){
        margin-bottom:40% !important;    
    }
}


@media screen and (max-width: 980px) {
 
  .timeline::before {
    left: 31px;
  }
  
  .timeline .et_pb_text {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }
  
  .timeline .et_pb_text::before {
    left: 60px;
    border: medium solid #1f2e4a;
    border-width: 10px 10px 10px 0;
    border-color: transparent #1f2e4a transparent transparent;
  }

  .timeline .left::after,
  .timeline .right::after {
    left: 15px;
  }

  .timeline .right {
    left: 0%;
  }
}
    
@media only screen and (max-width: 767px) {
    .tabs-section ul{
        display: flex;
        flex-direction: column;    
    }
    .tabs-section li{
        width:100%;   
    }
    
}
  