@font-face {
    font-family: 'ebrima';
    src: url('../fonts/ebrima.eot');
    src: url('../fonts/ebrima.eot') format('embedded-opentype'),
        url('../fonts/ebrima.woff2') format('woff2'),
        url('../fonts/ebrima.woff') format('woff'),
        url('../fonts/ebrima.ttf') format('truetype'),
        url('../fonts/ebrima.svg#ebrima') format('svg');
}

@font-face {
    font-family: 'ebrimabd';
    src: url('../fonts/ebrimabd.eot');
    src: url('../fonts/ebrimabd.eot') format('embedded-opentype'),
        url('../fonts/ebrimabd.woff2') format('woff2'),
        url('../fonts/ebrimabd.woff') format('woff'),
        url('../fonts/ebrimabd.ttf') format('truetype'),
        url('../fonts/ebrimabd.svg#ebrimabd') format('svg');
}


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

}


:active,
:focus {
    outline: none !important;
}

html {
    font-size: 100%;
}
body {
    background: #fff none repeat scroll 0 0;
    color: #878787;
    font-family: 'Poppins', sans-serif;
    font-size: 1vw;
    line-height: 1.7vw;
    position: relative;
    overflow-x:hidden;
}

a {
    text-decoration: none;
    color:#000;
}
a:hover,
a:focus {
    text-decoration: none;
    outline:none;
}
a:hover {color: #878787;}
a img {
    border: none;
}
img, iframe {
    max-width: 100%;
}

a {transition: all 0.3s ease-in-out 0s;}
.padding_0 {padding:0 !important;}



.header {width:100%; float:left;}
.header .header_top {width:100%; float:left; background:#f2f2f2; padding:8px 0;  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.14);}
.header .header_top .date {
    margin: 0;
    color: #202020b5;
    float: left;
    font-size: 13px;
    width: auto;
}

.header .header_top .login_panel {
    float: right;
    width: auto;
}
.header .header_top .login_panel > ul {
    float: right;
    margin: 0;
    padding: 0;
    width: auto;
}
.header .header_top .login_panel ul li {
    display: inline-block;
    float: left;
    list-style: outside none none;
    padding-left: 18px;  line-height:14px;
}
.header .header_top .login_panel ul li::after {
    content: "|";
    padding-left: 18px;
}
.header .header_top .login_panel ul li:last-child::after  {display:none;}
.header .header_top .login_panel ul li a {
    color: #2c2c2c;
    float: left;
    font-size: 16px;
    line-height: 16px;
}

.header_center {
    float: left;
    padding: 18px 0;
    width: 100%;
}
.header_center  .logo {
    float: left;
    width: auto;
}
.header_center  .helpline {width: auto; float: right;}
.header_center  .helpline p {font-size: 18px !important; color: rgb(217, 75, 56); width: auto; float: right; text-align: right; font-weight:700;}
.header_center  .helpline p span {width: 100%; float: left; font-size: 15px; color: rgb(38, 38, 38); line-height: 34px;}


.header .navigation {width:100%; float:left; background:#1a252e;}
.header .navigation  ul {width: 100%; float: left; padding: 0px; margin: 0px;}
.header .navigation  ul li {  color: #fff;
                              float: left;
                              list-style: outside none none;
                              margin: 0 1px 0 0; position:relative;}
.header .navigation  ul li a  {color: #fff;
                               float: left;
                               padding: 14px 25px; font-size:16px !important;}

.header .navigation  ul li.active a{ font-weight:500; background:#fff; color:#1a252e;}
.header .navigation  ul li:hover a{background:#fff; color:#1a252e;}
.header .navigation ul li ul.submenus li a {
    font-size: 14px !important;
}





/* .header .navigation  ul li ul.submenus {position:absolute; top:73px; width:200px; background:#fff; display:none;} */
.header .navigation  ul li ul.submenus { float: left;
                                         left: 0;
                                         opacity: 0;
                                         position: absolute;
                                         top: 115px;
                                         visibility: hidden;
                                         z-index: 1;
                                         width:200px;
                                         -webkit-transition: all .25s ease;
                                         -moz-transition: all .25s ease;
                                         -ms-transition: all .25s ease;
                                         -o-transition: all .25s ease;
                                         transition: all .25s ease;}
.header .navigation  ul li ul.submenus li {float: left;
                                           margin: 0;
                                           width: 100%;}
.header .navigation  ul li ul.submenus li a {
    border-bottom: 1px solid #1a252e;
    color: #1a252e;
    float: left;
    font-size: 16px;
    padding: 6px 25px;
    width: 100%;
}
.header .navigation  ul li:hover ul.submenus  {opacity: 1;
                                               top: 73px;
                                               visibility: visible; }
.header .navigation  ul li ul.submenus li:hover a {background:#1a252e; color:#fff;}


.banner {width:100%; float:left;}
.banner .carousel-control {
    background: transparent none repeat scroll 0 0 !important;
    bottom: auto;
    color: #fff;
    font-size: 20px;
    left: 0;
    opacity: 0.5;
    position: absolute;
    text-align: center;
    text-shadow: unset;
    top: 45%;
    width: auto;
}

.banner .carousel-control.right {left:auto; right:0;}
.banner .carousel-indicators {
    bottom: 0px;
}
.banner .carousel-indicators .active {
    background-color: #000; border-color:#000;
}

.home_panel_box {width:100%; float:left; background:#f4f4f4;}

.common_style {width:100%; float:left; background:#fff; border-radius:4px;  box-shadow: 0 0 10px rgba(1, 2, 2, 0.11); padding:35px 25px; margin:0 0 20px;}


.home_panel_box .container > div.hm_about {margin-top:20px; position:relative; text-align:center;}
.hm_about  h1 {width:100%; float:left; text-align:center; margin:0 0 35px; padding:0 0 35px; font-size:30px !important; color:#1a252e; border-bottom:solid 1px #dfdfdf;}
.hm_about  p { color: #a5a5a5;    float: left;    font-size: 14px !important;    line-height: 25px; font-weight:300;    margin: 0 0 30px;    padding: 0 80px;    text-align: center;    width: 100%;     margin-bottom: 0px !important;}
.hm_about  a {display:none; background:#1a252e; border-radius:4px; font-size:16px; font-weight:500; color:#fff; padding:10px 30px 10px 18px; }

.hm_upcoming_events  .imm_inner_details {width:100%; float:left;}
.immi_headings{width:100%; float:left; font-size:22px; margin:0 0 15px; padding:0 0 20px; border-bottom:solid 1px #dfdfdf; color:#1a252e; font-weight:400;} 

.immi_slider {width:100%; float:left;}
.immi_slider > div {padding:0 2px;}
.hm_upcoming_events .immi_slider_details {padding:30px 28px; width:100%; float:left; background:#f6f6f6; height:300px;}
.hm_upcoming_events .immi_slider_details  .calander {width:60px; float:left; background:#1a252e; padding:6px 10px; border-top:5px solid #dcdbdb; border-radius:4px; font-size:22px; color:#fff; text-align:center;}
.hm_upcoming_events .immi_slider_details  .calander  span {width:100%; float:left; text-align:center;  font-weight:500;  font-size:14px; text-transform:uppercase;}

.hm_upcoming_events .immi_slider_details  .eventtext {width:84%; float:right;}
.hm_upcoming_events .immi_slider_details  .eventtext label{width:100%; float:left; margin:0 0 15px; font:17px 'Poppins', sans-serif; font-weight:500; color:#202020;}
.hm_upcoming_events .immi_slider_details  .eventtext p{width:100%; float:left; margin:0 0px; font-size:14px; color:#727272;}

.hm_upcoming_events .immi_slider_details  .loc_time {width:100%; float:left; margin:60px 0 0;}
.hm_upcoming_events .immi_slider_details  .loc_time > div, .weekly_meeting_detail .loc_time  > div{padding:0 2px;}
.hm_upcoming_events .immi_slider_details  .loc_time p, .weekly_meeting_detail .loc_time p {width:auto; float:left; margin:0px; font-size:13px; color:#1a252e; padding-left:20px;}
.hm_upcoming_events .immi_slider_details  .loc_time p span, .weekly_meeting_detail .loc_time p span { font-weight:500;}

.hm_upcoming_events .immi_slider_details  .loc_time .loc p, .weekly_meeting_detail .loc_time .loc p {background:url("../images/loc_icon.png") no-repeat scroll left top 0px;}
.hm_upcoming_events .immi_slider_details  .loc_time .time p, .weekly_meeting_detail .loc_time .time p {float:right;text-align:right; background:url("../images/clock_icon.png") no-repeat scroll left top 0px;}
.weekly_meeting_detail p{min-height:30px;}
.home_panel_box .container > div.social_media_counter {background:#1a252e;}

.social_media_counter_detail {width:100%; float:left; border-right:solid 1px #3c454d; text-align:center; cursor:pointer;}
.social_media_counter > div:last-child .social_media_counter_detail{border:none;}
.social_media_counter_detail p {width:100%; float:left; font-size:32px; color:#fff; margin:40px 0 0;}



.hm_visitor > div {padding:0;}
.hm_visitor_detail {width:100%; float:left; padding:30px 0; border-right:solid 1px #dfdfdf;border-bottom:solid 1px #dfdfdf; text-align:center; height:200px; cursor:pointer; }
.hm_visitor .hm_visitor_box:nth-last-child(-n+3) .hm_visitor_detail {border-bottom:none;}
.hm_visitor .hm_visitor_box:nth-child(4n) .hm_visitor_detail {border-right:none;}
.hm_visitor .hm_visitor_box:last-child .hm_visitor_detail {border-right:none;}
.hm_visitor > div.immi_headings {margin:0 0 80px;padding:0 0 20px;}
.hm_visitor_detail p {width:100%; float:left; font-size:35px; color:#1a252e; margin:18px 0 0;}
.hm_visitor_detail p span{width:100%; float:left; font-size:22px; color:#c6c6c6; margin-top:10px;}
.hm_visitor_box {      transition: all 0.3s ease !important;}
.hm_visitor_box:hover {    box-shadow: inset 0 0 0 15px #1A252E !important;}

.extra_panel {background:#1a252e url("../images/extra_bg.png") no-repeat fixed center center / cover !important; padding:50px 0;}
.extra_panel  p { color: #fff;
                  float: left;
                  font-weight:500;
                  font-size:28px !important;
                  text-align: center;
                  width: 100%; margin:0; line-height:20px !important;}
.extra_panel  p span {
    color: #fff;
    float: left;
    font-size: 20px !important;
    font-style: italic;
    line-height: 31px;
    margin-top: 20px;
    width: 100%;

} 




/* Animations css */

.hvr-shutter-in-vertical::before {
    background: #1A252E;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleY(1);
    transform-origin: 50% 50% 0;
    transition-duration: 0.3s;
    transition-property: transform;
    transition-timing-function: ease-out;
    z-index: -1;
}
.hvr-shutter-in-vertical {
    backface-visibility: hidden;
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    display: inline-block;
    position: relative;
    transform: translateZ(0px);
    transition-duration: 0.3s;
    transition-property: color;
    vertical-align: middle;
}
.hvr-shutter-in-vertical:hover::before, .hvr-shutter-in-vertical:focus::before, .hvr-shutter-in-vertical:active::before {
    transform: scaleY(0);
}

.hvr-icon-forward::before {
    content: "\f105";
    font-family: FontAwesome;
    padding: 0 1px;
    position: absolute;
    right: 1em;
    transform: translateZ(0px);
    transition-duration: 0.1s;
    transition-property: transform;
    transition-timing-function: ease-out;
}

.hvr-icon-forward {
    backface-visibility: hidden;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    display: inline-block;
    padding-right: 2.2em;
    position: relative;
    transform: translateZ(0px);
    transition-duration: 0.1s;
    vertical-align: middle;
}
.hvr-icon-forward:hover::before, .hvr-icon-forward:focus::before, .hvr-icon-forward:active::before {
    transform: translateX(4px);
}


.hvr-grow-shadow {
    backface-visibility: hidden;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    display: inline-block;
    transform: translateZ(0px);
    transition-duration: 0.3s;
    transition-property: box-shadow, transform;
    vertical-align: middle;
}
.hvr-grow-shadow:hover, .hvr-grow-shadow:focus, .hvr-grow-shadow:active {
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
    transform: scale(1.1);
}




.hvr-trim {
    backface-visibility: hidden;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    display: inline-block;
    position: relative;
    transform: translateZ(0px);
    vertical-align: middle;
}
.hvr-trim::before {
    border: 4px solid white;
    bottom: 4px;
    content: "";
    left: 4px;
    opacity: 0;
    position: absolute;
    right: 4px;
    top: 4px;
    transition-duration: 0.3s;
    transition-property: opacity;
}
.hvr-trim:hover::before, .hvr-trim:focus::before, .hvr-trim:active::before {
    opacity: 1;
}





.hovicon {
    display: inline-block;
    font-size: 45px;
    line-height: 90px;
    cursor: pointer;
    margin: 0px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    text-decoration: none;
    z-index: 1;
    color: #fff;
}
.hovicon.effect-8 {
    background: transparent;
    -webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
    -moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
    transition: transform ease-out 0.1s, background 0.2s;
}
.hovicon:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.hovicon.effect-8:after {
    top: 0;
    left: 0;
    padding: 0;
    z-index: -1;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
    opacity: 0;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}
.social_media_counter_detail:hover .hovicon.effect-8 {
    background: transparent;
    -webkit-transform: scale(0.93);
    -moz-transform: scale(0.93);
    -ms-transform: scale(0.93);
    transform: scale(0.93);
    color: #fff;
}

.social_media_counter_detail:hover .hovicon.effect-8:after {
    -webkit-animation: sonarEffect 1.3s ease-out 75ms;
    -moz-animation: sonarEffect 1.3s ease-out 75ms;
    animation: sonarEffect 1.3s ease-out 75ms;
}

@-webkit-keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255, 255, 255, 0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255, 255, 255, 0.5);
        -webkit-transform: scale(1.5);
        opacity: 0;
    }
}
@-moz-keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255, 255, 255, 0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255, 255, 255, 0.5);
        -moz-transform: scale(1.5);
        opacity: 0;
    }
}
@keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255, 255, 255, 0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255, 255, 255, 0.5);
        transform: scale(1.5);
        opacity: 0;
    }
}
/* Effect 9 */
.hovicon.effect-9 {
    -webkit-transition: box-shadow 0.2s;
    -moz-transition: box-shadow 0.2s;
    transition: box-shadow 0.2s;
}

.hovicon.effect-9:after {
    top: 0;
    left: 0;
    padding: 0;
    box-shadow: 0 0 0 3px #fff;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    transition: transform 0.2s, opacity 0.2s;
}


.hoverable {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all .55s ease-in-out;
    -o-transition: all .55s ease-in-out;
    transition: all .55s ease-in-out;
}
.hoverable:hover {
    -webkit-box-shadow: 0 8px 17px 0 rgba(0,0,0,.2), 0 6px 20px 0 rgba(0,0,0,.19);
    box-shadow: 0 8px 17px 0 rgba(0,0,0,.2), 0 6px 20px 0 rgba(0,0,0,.19);
    -webkit-transition: all .55s ease-in-out;
    -o-transition: all .55s ease-in-out;
    transition: all .55s ease-in-out;
}

/* animations css end */

.latest_articles, .contact_panel, .about_panel, .articles_panel, .blog_panel {padding-left:0; padding-right:4px;}
.subscribe_now {padding-left:4px; padding-right:0;}

.subscribe_form {width:100%; float:left;margin:7px 0 32px;}
.subscribe_form input[type=email] {width:63%; float:left; height:50px; border-radius:4px; background:#f3f3f3; padding:0 24px; line-height:30px; border:none; font-size:16px;}
.subscribe_form input[type=submit] {width:35%; float:right; height:50px; border-radius:4px; background:#1a252e; padding:0px; line-height:30px; border:none; font-size:16px; color:#fff; }
.fb_iframe_widget {vertical-align:top;}
.fb_iframe_widget span{height:24px !important;}

.judgments_slider {width:100%; float:left; margin:0 0 30px;}
.judgments_slider .carousel-control {
    bottom: auto;
    color: #fff;
    font-size: 20px;
    left: auto;
    opacity: 0.5;
    position: absolute;
    right: 0;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    top: -58px;
    width: auto;
    background:none !important;
}

.judgments_slider .carousel-control.left {right:20px;}
.judgments_slider p {font-size:18px; color:#383838; width:100%; float:left; line-height:27px; }
.judgments_slider .carousel-inner  .item a { margin:20px 0 0; padding-right:16px; font-size:16px; color:#1a252e;}
.judgments_slider .item  .hvr-icon-forward::before {top:2px; right:3px;color:#adadad;}


.law_slider_detail {width:100%; float:left;}
.law_slider_detail > div {margin:0 0 15px;}
.law_slider_detail .right {padding-left:10px; padding-right:0;}
.law_slider_detail .right  label {width:100%; float:left; font-size:14px; color:#383838; font-weight:500; line-height:19px;}
.law_slider_detail .right  p {width:100%; float:left; font-size:14px; color:#737373;  line-height:18px; margin:0;}
.law_slider {margin:0;}
.law_slider .carousel-inner  .item a {margin:0;}

.donation_now {
    background: #1a252e url("../images/donation_bg.png") no-repeat fixed center center / cover  !important;
    padding: 0px 0;
}

.donation_now p {
    margin: 0;
    padding: 70px 0 70px 40px;
    text-align: left;
    width: 55%;
}
.donation_now p span {
    float: left;
    font-size: 32px;
    width: 100%;
}

.donation_now_btn {width:300px; text-align:center; position:relative; float:right; padding:70px 40px; background:#1a252e; }
.donation_now_btn::after {
    background: rgba(0, 0, 0, 0) url("../images/donation_bg1.png") no-repeat scroll left center;
    bottom: 0;
    content: "";
    display: block;
    margin-left: -110px;
    position: absolute;
    top: 0;
    width: 200px;
    z-index: 0;
}
.donation_now_btn a {background: #3a4854 none repeat scroll 0 0;
                     border-radius: 4px;
                     color: #fff;
                     display: inline-block;
                     font-size: 16px;
                     padding: 10px 30px 10px 18px; position:relative; z-index:1; }


.footer {width:100%; float:left; background:#1a252e; padding:40px 0 30px;}
.footer .footer_heading {width:100%; float:left; font-size:20px; font-weight:500; 	color:#fff; margin:0 0 40px;}
.footer ul {width:100%; float:left; padding:0 0 0 20px; margin:0;}
.footer ul li {width:100%; float:left;list-style-type: square; color:#fff; margin:0 0 15px;}
.footer ul li  a {color:#d1d1d1; font-size:14px; float:left; text-transform:uppercase; }
.footer ul li  a:hover {color:#fff;}

.footer .tags ul {width:50%;/*  padding:0; */}

.newsletter .subscribe_form input[type="submit"] {background:#3a4854;}

.footer .social_links .footer_heading {margin-top:20px;}
.footer .social_links .footer_heading, .footer .newsletter .footer_heading {margin-bottom:20px;}
.footer .social_links ul   {padding:0;}
.footer .social_links ul  li {list-style:none; float:left; margin:0 15px 0 0; display:inline-block; width:auto; }
.footer .social_links ul  li  a {font-size:26px; color:#fff;} 


.copyright {width:100%; float:left; background:#f2f2f2; padding:8px 0; text-align:center;}
.copyright  p {font-size:14px; color:#1a252e; width:100%; float:left; margin:0;}


#myCarousel4 {width:100%; float:left;}
.articles_banner .carousel-indicators li {
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    float: left;
    height: auto;
    margin: 0 3px;
    text-indent: 0;
    width: 32% !important;
    overflow:hidden;
    border:solid 1px #e4e4e4;
}
.articles_banner .carousel-indicators .active {height:auto; width:auto; border:solid 1px #31378d !important;}

.articles_banner .carousel-indicators {
    bottom: 0;
    left: 0;
    list-style: outside none none;
    margin-left: 0;
    padding-left: 0;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 15;
    float:left;
}
.articles_banner .carousel-indicators {bottom:0;}

.articles_banner_header {width:100%; float:left; padding:20px 0;}
.articles_banner_header  p  img {margin-right:10px;}
.articles_banner_header  p {width:100%; float:left; font-size:18px; color:#202020; margin:0;}
.articles_banner_header  p span {font-weight:500; }

.articles_banner_header  p.date_time {width:100%; text-align:right; float:left; font-size:14px; color:#929292; margin:0;}

.articles_banner_footer {width:100%; float:left; padding:20px 0;/*  display:none; */}
.articles_banner_footer ul {width:100%; float:left; text-align:right;}
.articles_banner_footer ul li {
    border-right: 1px solid #d6d6d6;
    color: #191919;
    display: inline-block;
    font-size: 16px;
    list-style: outside none none;
    padding: 3px 16px;
}

.articles_banner_footer ul li:last-child {border:none; padding-right:0;}
.articles_banner_footer ul li  img {margin-right:10px;}

.articles_banner_body {width:100%; float:left; height:305px; margin:0 0 20px; overflow:hidden; border-radius:4px;}


.indicators_text {width:100%; float:left; text-align:left; padding:20px 15px; background:#f6f6f6; margin:0 0 10px;}
.indicators_text img {width:100%; margin:0 0 10px;}
.indicators_text label {
    color: #383838;
    float: left;
    font-weight:500;
    font-size: 14px;
    line-height: 19px;
    width: 100%;
}
.indicators_text p {
    color: #737373;
    float: left;
    font-size: 14px;
    line-height: 18px;
    margin: 0;
    width: 100%;
    overflow:hidden;
    height:40px;
}
.indicators_text a {
    color: #1a252e;
    float: left;
    font-weight:500;
    font-size: 16px;
    margin: 20px 0 0;
    padding-right: 16px;
    width:auto;
}

.indicators_text .hvr-icon-forward::before {
    color: #adadad;
    right: 3px;
    top: 2px;
}

.toggle {float: right; font-size: 24px; color: rgb(0, 0, 0); margin-top: 8px; cursor: pointer; display:none;}


.contact_img {width:100%; float:left; margin:0 0 35px; display:none;}
.contact_img  img {width:100%;}

.breadcrumb_box {width:100%; float:left; margin:15px 0;}
.breadcrumb {margin:0; padding:0;}
.breadcrumb > li + li::before {content:"// ";}

.breadcrumb_box ol li {font-size:16px; color:#000000 !important; font-style:italic;font-weight:500;}
.breadcrumb_box ol li a {font-size:16px; color:#000000; font-style:italic;}


.contact_panel_detail {width:100%; float:left; padding:30px 0 0;}
.contact_heading {width:100%; float:left; font-size:20px;  font-weight:500; color:#4e4e4e; margin:0 0 10px;}
.contact_panel_detail p {width:100%; float:left; font-size:14px;  color:#b3b3b3; margin:0 0 0px; font-weight:300;}

.contact_form {width:100%; float:left; margin:60px 0 0;}
.contact_form  .contact_heading {margin:0 0 20px;}
.padding_left_0 {padding-left:0;}
.padding_right_10 {padding-right:10px;}
.padding_right_0 {padding-right:0;}
.padding_left_0 {padding-left:0;}

.contact_form   input, .contact_form   textarea {width:100%; float:left; margin:0 0 30px; height:55px; background:#f7f7f7; padding:20px 30px; border:none; border-radius:4px; font-size:16px;}
.contact_form   textarea {height:150px; resize:none;}
.contact_form   input[type=submit] {width:auto; float:none; height:auto; margin-top:15px; padding:15px 80px; background:#1a252e; color:#fff;  font-weight:400;}

.contact_panel_detail p.emailfail {width:100%; float:left; text-align:center; margin:34px 0 0;}
.contact_panel_detail p.emailfail a {color:#f86a6a;}


.about_content {width:100%; float:left;}
.about_content img {float:left; margin-right:10px;}
.about_content p, .meet_team p {
    font-size: 14px;
    color: #a5a5a5;
    margin: 0 0 20px;
    line-height: 24px;
    font-weight: 300;
}


.team_detail {width:100%; float:left;}
.team_detail > div {margin-bottom:60px;}
.team_detail img {width:100%;}
.team_detail label {width:100%; float:left; margin:25px 0 0; font-size:20px;font-weight:500; color:#1f1f1f; text-align:center;}
.team_detail label span {width:100%; float:left; font-size:14px;font-family: 'Poppins', sans-serif; font-weight:300; color:#8f8f8f; text-align:center;}

.meet_team .contact_heading {color:#000000;}

.deft_btn {width:100%; float:left; text-align:center; margin:30px 0;}
.deft_btn a {
    background: #1a252e none repeat scroll 0 0;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-weight:500;
    font-size: 16px;
    padding: 10px 18px;
}
.about_contact, .weekly_meeting { padding: 30px;}
.about_contact  {background:#1a252e;}
.about_contact .contact_form {margin:0;}
.about_contact .immi_headings {color:#fff;}
.contct_weekmeet .common_style{padding:0;}

.about_contact .contact_form input, .about_contact .contact_form textarea {background:#485158;}
.about_contact .contact_form input[type="submit"] {background:#fff; color:#000;}

.articles_banner_points > div {padding:0 5px;}
.articles_banner_points .indicators_text {border-radius:4px;}


.weekly_meeting_slider {width:100%; float:left;}
.weekly_meeting_detail {width:100%; float:left; background:#f5f5f5; padding:30px 20px; margin:0 0 10px;}
.weekly_meeting_detail label {width:100%; float:left; font-size:24px; color:#202020; font-weight:500; margin:0 0 10px;}
.weekly_meeting_detail p {width:100%; float:left; font-size:16px; color:#727272;  margin:0 0 0px;}
.weekly_meeting_detail .loc_time {width:100%; float:left; margin-top:30px;}

.weekly_meeting_slider .slider_controls { float: none;
                                          height: 50px;
                                          margin: 0 auto;
                                          overflow: hidden;
                                          position: relative;
                                          width: 18%;}
.weekly_meeting_slider .slider_controls .carousel-control {top:auto; width:auto;}


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





.everything_search {width:210px; float:right;margin-top: -65px;}
.everything_search  label {width:auto; float:left; font-size:16px;color:#000; margin:8px 0 0;}
select {border-radius:4px; width:70%; float:right; font-size:16px;color:#000; border:none; background:#f1f1f1 url("../images/select_icon.jpg") no-repeat scroll right center / auto 100%; padding:8px 10px; 
        -moz-appearance: none;
        -webkit-appearance: none;
}


.immi_tabs {width:100%; float:left;}
.immi_tabs ul.nav-tabs  li {padding:0; text-align:center; margin-bottom: 0;}
.immi_tabs ul.nav-tabs  li  a {height: 50px;color:#b0b0b0; font-size:16px;margin:0;}
.immi_tabs  ul.nav-tabs  li  a span {background: rgb(0, 0, 0) none repeat scroll 0% 0%; border-radius: 100%; display: inline-block; width: 25px; height: 25px; font-size: 12px; color: rgb(255, 255, 255); line-height: 22px;}
.immi_tabs  ul.nav-tabs  li.active  a{background:transparent;font-weight:500; color:#1a252e;border-color:#fff !important; border-bottom:solid 1px #1a252e !important; }
.immi_tabs  ul.nav-tabs  li:hover  a {border-color:#1a252e !important;background:transparent;color:#1a252e;border-bottom:solid 1px #1a252e !important;}
.nav > li > a:focus, .nav > li > a:hover {border-color:#fff !important; background:transparent;border-bottom:solid 1px #1a252e !important;}
.immi_tabs ul.nav-tabs  li a:hover {margin:0;  border-color:#fff !important; border-bottom:solid 1px #1a252e !important;}


.home_top_bar {width:100%; float:left; padding:12px 0; border-bottom:solid 1px #dfdfdf; margin:0 0 25px;}
.person_profile {width:auto; float:left; }
.person_profile .person_profile_img {width:43px; height:43px; border-radius:100%; margin-right:10px; float:left;}
.person_profile .person_profile_img img { border-radius:100%;width: 100%;}
.person_profile label {  color: #1a252e;
                         float: left;
                         font-weight:500;
                         font-size: 16px;
                         line-height: 42px;
                         margin: 0;
                         width: auto;}
.group_admin {width:auto; float:right;}
.group_admin label {width:auto; float:right; font-size:16px; color:#b0b0b0; font-weight:100; line-height: 42px; margin:0;}

.articles_blog {width:100%; float:left;}
.articles_blog .articles_blog_inner{width:100%; float:left; padding:0 0 15px; margin:0 0 15px; border-bottom:solid 1px #dfdfdf;}
.articles_blog .articles_blog_inner:last-child {border:none;}

.articles_blog_img {width:100%; float:left;}
.articles_blog_img img {width:100%;  border-radius:4px;}
.articles_blog .articles_blog_inner label, .blog_detail .blog_content label{width:100%; float:left; font-size:20px; color:#4e4e4e; margin:0 0 10px; line-height:30px; font-weight:normal;}
.articles_blog .articles_blog_inner p, .blog_detail .blog_content p {width:100%; float:left; font-size:14px; color:#b3b3b3; margin:0 0 0px; line-height:20px; font-weight:300;}
.articles_blog .articles_blog_inner  p span, .blog_detail .blog_content p span {text-transform:uppercase; color:#d94b38;}

.articles_blog_inner .articles_banner_footer .daysago {width:auto; float:left;}
.articles_blog_inner .articles_banner_footer ul {/* width:auto; */ float:right; margin:0; /* display:none; */}

.tab-content .deft_btn {margin-bottom:0 !important;}.goToTop {    box-shadow: 0 0 10px 0 #000;    position: fixed;    top: 0;    z-index: 9999;}.header .navigation ul li .icon {display:none;}


.blog_detail {width:100%; float:left;}
.blog_detail .blog_content a.read_more {
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 10px;
}

.resp_logo {display:none;}
.blog_panel .articles_banner_footer {
    display: block;
    padding: 0;
}



/* oct */
.searchbar {width:auto; float:right;}
.searchbar input[type=search] {
    background: #ededed url(https://static.tumblr.com/ftv85bp/MIXmud4tx/search-icon.png) no-repeat 9px center;
    border: solid 1px #ccc;

    -webkit-border-radius: 10em;
    -moz-border-radius: 10em;
    border-radius: 10em;

    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;

    cursor:pointer;
    height: 40px;
    margin:7px 0 0;
    padding: 0 0 0 38px;
    width: 38px;

}
.goToTop .searchbar
{
    display:none;
}


.searchbar input[type=search]:hover {
    background-color: #fff;
}
.searchbar input[type=search]:focus {
    width: 200px;
    padding-left: 32px;
    color: #000;
    background-color: #fff;
    cursor: auto;
    border-color: #DCDBDB;
    -webkit-box-shadow: 0 0 5px rgba(109,207,246,.5);
    -moz-box-shadow: 0 0 5px rgba(109,207,246,.5);
    box-shadow: 0 0 5px rgba(109,207,246,.5);
}
.searchbar input:-moz-placeholder {
    color: transparent;
}
.searchbar input::-webkit-input-placeholder {
    color: transparent;
}

.daysago {
    float: right;
}

b, strong {
    font-weight: 500;
}

.botao-wpp {vertical-align: top; color: rgb(255, 255, 255); background: rgb(85, 235, 76) none repeat scroll 0% 0%; border-radius: 4px; display: inline-block; padding: 0px 8px; margin-top: 0px; font-size: 12px; line-height: 20px;}

.bann {
    margin-bottom: 35px;
}
.hvr-icon-forward
{
    float:right;
}
.articles_banner_footer .IN-widget {vertical-align: top !important;}
.data_notfound {text-align: center; padding: 0px;}
.data_notfound p {font-size: 18px !important; margin-top: 0px !important; color:#1A252E;margin-right: 20px !important;}
.data_notfound p span {display: block; font-size: 16px; margin-top: 10px; color:#878787;}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {background-color:#3A4854; border-color:#3A4854;}
.pagination > li > a, .pagination > li > span {color:#3A4854;}

.searchbar > form {margin:0;}
.blog_panel .articles_banner_footer {margin:0 0 10px;}


.login_page {width:100%; float:left; padding:40px 0;}
.login_page .login_left_inner {width:100%; float:left;padding:45px 30px; border-radius:4px;}
.login_page .sign_title {width:100%; float:left; font-family:ebrima; font-size:22px; color:#1a252e; margin:0 0 35px;}
.login_page .sign_title span {float: left; border-bottom: 3px solid rgb(26, 37, 46); padding: 0px 30px 11px 0px;}

.login_page  .login_right  .login_left_inner {background:#f7f7f7;}
.login_page .login_left_inner input {width: 100%; float: left; background:#f1f1f1 none repeat scroll 0% 0%; border: medium none; border-radius: 4px; margin: 0px 0px 20px; height: 50px; padding: 6px 20px;}

.login_page .login_left_inner .forgot_pass {font-size: 17px; color: rgb(26, 37, 46); float: left; width: auto; margin-top: 15px;}
.login_page .login_left_inner input[type=submit] {width: auto; float: right; padding: 6px 60px; background: #1a252e; color: rgb(255, 255, 255); font-size: 15px;}
.login_page .login_left_inner input[type=submit]:hover {background:#1ebdeb;}

.login_page .login_right .login_left_inner input[type=submit]  {background:#1ebdeb;}
.login_page .login_right .login_left_inner input[type=submit]:hover  {background:#1a252e;}

.social_media {width:100%; float:left; padding:60px 0 20px;}
.social_media  label {width:100%; float:left; font-size:24px;color: rgb(26, 37, 46); font-weight: normal; text-align:center; margin:0 0 30px;}
.social_media  label  span {font-weight:bold;}
.social_media  ul {width:100%; float:left; text-align:center; margin:0; padding:0;}
.social_media  ul li {list-style:none; float:none; margin:0 10px; display:inline-block;}

.search_home {
    color: black;
    font-size: 20px;
    font-weight: 600;
}

.panel-heading.accordion-toggle.question-toggle.collapsed .fa-minus{
    display:none;
}
.panel-heading.accordion-toggle.question-toggle.collapsed .fa-plus{
    display:block;
}
.panel-heading.accordion-toggle.question-toggle .fa-plus
{
    display:none;

}
.addicon{
    float:right;
}
.tagbtm {
    background: transparent;
    border: none;
    color: #d1d1d1;
}
.tags a {
    float: left;
    color: #d1d1d1;
    margin-right: 10px;
    font-size: 13px;
}

.footer_tags_class_7 {
    font-size: 24px;
    color: #d1d1d1;
}
.footer_tags_class_39 {
    color: #d1d1d1;
    font-size: 24px;
}

.footer_tags_class_34 {
    color: #d1d1d1;
}
.footer_tags_class_11 {
    color: #d1d1d1;
    font-size: 28px;
}
.footer_tags_class_31 {
    font-size: 28px;
    color: #d1d1d1;
}
.footer_tags_class_14 {
    color: #d1d1d1;
    font-size: 14px;
}
.footer_tags_class_28 {
    color: #d1d1d1;
}
.footer_tags_class_3 {
    color: #d1d1d1;
    font-size: 15px;
}
.footer_tags_class_18 {
    color: #d1d1d1;
    font-size: 13px;
}
.tags a:nth-child(odd) {
    color: #d1d1d1;
    font-weight: 900;
}
.tags a:nth-child(even) {
    font-size: 18px;
    font-weight: 500;
}

.login_btn .fa{margin-right:5px;}

.favrt{
    border-bottom: 1px solid #dfdfdf;
    display: flex;
}
.favrt_lawcat{
    display: flex;
}
.favrt_lawcat .fa{
    font-size: 25px
}
.favrt_icon{
    color:#ffa500;
}
.immi_head{
    border: none;
    padding-bottom: 0px!important;
}
.favrt .fa{
    font-size: 25px
}
/*03-02-2020 started here*/
.item p {
    font-size: 12px !important;
    line-height: 18px;
}.carousel-inner {
    border: 1px solid #dfdfdf;    
    min-height: 165px;
}
.judgments_slider .carousel-inner {
    border: 1px solid #dfdfdf;
    min-height: 210px;
    max-height: 210px;
}
.judgments_slider.law_slider .carousel-inner {
    min-height: 170px;
    margin-bottom: 20px;
    max-height: 170px;
}
.judgments_slider #myCarousel1 a.hvr-icon-forward {
    position: absolute;
    bottom: -190px;
    margin: 0;
    right: 0;
}
#myCarousel2 a.hvr-icon-forward {
    position: absolute;
    bottom: -155px;
    margin: 0;
    right: 0;
}
#myCarousel3 a.hvr-icon-forward {
    position: absolute;
    bottom: -125px;
    margin: 0;
    right: 0;
}
.judgments_slider.law_slider #myCarousel3 .carousel-inner {
    min-height: 140px;
    max-height: 140px;
}
.common_style .item {
    padding: 5px;   
}
/*03-02-2020 end here*/


.blog_panel .blog_detail .articles_banner_footer {
   display: flex;
   flex-wrap: wrap;
   -ms-display: flex;
   -webkit-flex-wrap: wrap;
   align-items: center;
}

.blog_panel .blog_detail .articles_banner_footer span, .blog_panel .blog_detail .articles_banner_footer iframe, .blog_panel .blog_detail .articles_banner_footer a.botao-wpp {
   display: block !important;
   margin-top:2px !important;
margin-right: 8px !important;
}

.articles_banner_footer {
   display: flex;
   flex-wrap: wrap;
   -ms-display: flex;
   -webkit-flex-wrap: wrap;
   align-items: center;
}

 .articles_banner_footer span, .articles_banner_footer iframe,.articles_banner_footer a.botao-wpp {
   display: block !important;
   margin-top:2px !important;
margin-right: 8px !important;
}


/*********2_march_2020***********/

p{
	font-size:14px !important;
}
.social_media_counter .social_media_counter_detail img{
	    height:38px;
		    margin-top: 0px;
}
.social_media_counter .social_media_counter_detail p {
    margin-top: 0px;
    margin-bottom: 10px;
}
.hm_upcoming_events .immi_slider_details {
    height: 100%;
}
.hm_upcoming_events .imm_inner_details .immi_slider {
    display: flex;
    flex-wrap: wrap;
    -ms-display: flex;
    -webkit-flex-wrap: wrap;
}
.hm_visitor_detail p span{
	    font-size: 18px !important;
}
.hm_visitor_detail img {
    height: 35px !important;
}
.hm_visitor_detail{
	    height: 180px !important;
}
.hm_visitor.common_style > div.immi_headings {
    margin-bottom: 40px;
}
.footer .tags a:nth-child(odd){
	font-weight:600;
}
section.footer .quicklinks ul li {
    margin-bottom: 10px;
}
section.footer .footer_heading {
    font-size: 18px;
    margin-bottom: 26px;
}
section.footer .social_links ul li a {
    font-size: 18px;
}
.articles_blog .articles_blog_inner label, .blog_detail .blog_content label {
    font-size: 18px !important;
}
.about_content .panel-title{
	    font-size: 15px;
}
body .immi_headings{
    font-size: 21px ;
}

.contact_heading, .contact_heading, .team_detail label {
    font-size: 18px !important;
}
.contact_form input, .contact_form textarea {
    font-size: 15px;
}
.donation_now {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.judgments_slider .carousel-inner .item a.hvr-icon-forward {
    font-size: 14px;
}
.login_page .sign_title span {
    font-weight: 600;
}
.login_page .social_media label {
    font-size: 20px;
}
.login_page .social_media img {
    width: 38px;
}
.weekly_meeting_slider .weekly_meeting_detail label {
    font-size: 20px;
}
.indicators_text p {
    padding: 8px 0px;
    height: 52px;
    line-height: 22px !important;
}  
.indicators_text a.hvr-icon-forward {
    font-size: 14px;
}
@media screen and (min-width:1550px){
	.hm_visitor_detail {
      height: 200px !important;
   }
}

/***********2_march_2020 **********/