 /* Normalize style */
 html {
     font-family: sans-serif;
     line-height: 1.15;
     -ms-text-size-adjust: 100%;
     -webkit-text-size-adjust: 100%
 }

 body {
     margin: 0;
 }

 main {
     display: block;
 }

 h1 {
     font-size: 2em;
     margin: 0.67em 0;
 }

 hr {
     box-sizing: content-box;
     height: 0;
     overflow: visible;
 }

 pre {
     font-family: monospace, monospace;
     font-size: 1em;
 }

 a {
     background-color: transparent;
     text-decoration: none;
 }

 abbr[title] {
     border-bottom: none;
     text-decoration: underline;
     -webkit-text-decoration: underline dotted;
     text-decoration: underline dotted;
 }

 b,
 strong {
     font-weight: bolder;
 }

 code,
 kbd,
 samp {
     font-family: monospace, monospace;
     font-size: 1em;
 }

 small {
     font-size: 80%;
 }

 sub,
 sup {
     font-size: 75%;
     line-height: 0;
     position: relative;
     vertical-align: baseline;
 }

 sub {
     bottom: -0.25em;
 }

 sup {
     top: -0.5em;
 }

 img {
     border-style: none;
 }

 button,
 input,
 optgroup,
 select,
 textarea {
     font-family: inherit;
     font-size: 100%;
     line-height: 1.15;
     margin: 0;
 }

 button,
 input {
     overflow: visible;
 }

 button,
 select {
     text-transform: none;
 }

 button,
 [type="button"],
 [type="reset"],
 [type="submit"] {
     -webkit-appearance: button;
 }

 button::-moz-focus-inner,
 [type="button"]::-moz-focus-inner,
 [type="reset"]::-moz-focus-inner,
 [type="submit"]::-moz-focus-inner {
     border-style: none;
     padding: 0;
 }

 button:-moz-focusring,
 [type="button"]:-moz-focusring,
 [type="reset"]:-moz-focusring,
 [type="submit"]:-moz-focusring {
     outline: 1px dotted ButtonText;
 }

 fieldset {
     padding: 0.35em 0.75em 0.625em;
 }

 legend {
     box-sizing: border-box;
     color: inherit;
     display: table;
     max-width: 100%;
     padding: 0;
     white-space: normal;
 }

 progress {
     vertical-align: baseline;
 }

 textarea {
     overflow: auto;
 }

 [type="checkbox"],
 [type="radio"] {
     box-sizing: border-box;
     /* 1 */
     padding: 0;
     /* 2 */
 }

 [type="number"]::-webkit-inner-spin-button,
 [type="number"]::-webkit-outer-spin-button {
     height: auto;
 }

 [type="search"] {
     -webkit-appearance: textfield;
     /* 1 */
     outline-offset: -2px;
     /* 2 */
 }

 [type="search"]::-webkit-search-decoration {
     -webkit-appearance: none;
 }

 ::-webkit-file-upload-button {
     -webkit-appearance: button;
     /* 1 */
     font: inherit;
     /* 2 */
 }

 details {
     display: block;
 }

 summary {
     display: list-item;
 }

 template {
     display: none;
 }

 [hidden] {
     display: none;
 }

 /* General styles */

 *,
 *::before,
 *::after {
     -webkit-box-sizing: border-box;
     box-sizing: border-box;
     outline: 0;
 }

 body {
     font-family: 'Montserrat', sans-serif;
     font-size: 16px;
     margin: 0;
     padding: 0;
     font-weight: 400;
     color: #747474;
     line-height: 1.2;
 }

 h1,
 h2,
 h3,
 h4,
 h5,
 h6,
 p {
     margin: 0;
 }

 .font-weight-600 {
     font-weight: 600;
 }

 .text-uppercase {
     text-transform: uppercase;
 }

 .text-truncate {
     overflow: hidden;
     text-overflow: ellipsis;
     white-space: nowrap;
 }

 .d-block {
     display: block;
 }

 .d-inline-block {
     display: inline-block;
 }

 .color1 {
     color: #82b440;
 }

 .color2 {
     color: #747474;
 }

 .position-relative {
     position: relative;
 }

 .position-absolute {
     position: absolute;
 }

 .clear {
     clear: both;
     overflow: hidden;
 }

 .rounded-circle {
     border-radius: 50% ;
 }

 .mtb-20 {
     margin-top: 20px;
     margin-bottom: 20px;
 }

 .m-t-20 {
     margin-top: 20px;
 }

 .m-t-30 {
    margin-top: 30px;
}

 .m-b-10 {
     margin-bottom: 10px;
 }

 .m-b-30 {
     margin-bottom: 30px;
 }

 .m-b-50 {
     margin-bottom: 50px;
 }

 .m-t-50 {
     margin-top: 50px;
 }

 .p-l-20 {
     padding-left: 20px;
 }

 .container {
     max-width: 1140px;
     padding-right: 15px;
     padding-left: 15px;
     margin-right: auto;
     margin-left: auto;
 }

 .row {
     display: -ms-flexbox;
     display: flex;
     -ms-flex: 1 0 100%;
     flex: 1 0 100%;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     margin-right: -15px;
     margin-left: -15px;
 }

 .col-12 {
     -ms-flex: 0 0 100%;
     flex: 0 0 100%;
     max-width: 100%;
 }

 .col-11 {
     -ms-flex: 0 0 91.666667%;
     flex: 0 0 91.666667%;
     max-width: 91.666667%;
 }

 .col-10 {
     -ms-flex: 0 0 83.333333%;
     flex: 0 0 83.333333%;
     max-width: 83.333333%;
 }

 .col-9 {
     -ms-flex: 0 0 75%;
     flex: 0 0 75%;
     max-width: 75%;
 }

 .col-8 {
     -ms-flex: 0 0 66.666667%;
     flex: 0 0 66.666667%;
     max-width: 66.666667%;
 }

 .col-7 {
     -ms-flex: 0 0 58.333333%;
     flex: 0 0 58.333333%;
     max-width: 58.333333%;
 }

 .col-6 {
     -ms-flex: 0 0 50%;
     flex: 0 0 50%;
     max-width: 50%;
 }

 .col-5 {
     -ms-flex: 0 0 41.666667%;
     flex: 0 0 41.666667%;
     max-width: 41.666667%;
 }

 .col-4 {
     -ms-flex: 0 0 33.333333%;
     flex: 0 0 33.333333%;
     max-width: 33.333333%;
 }

 .col-3 {
     -ms-flex: 0 0 25%;
     flex: 0 0 25%;
     max-width: 25%;
 }

 .col-2 {
     -ms-flex: 0 0 16.666667%;
     flex: 0 0 16.666667%;
     max-width: 16.666667%;
 }

 .col-1 {
     -ms-flex: 0 0 8.333333%;
     flex: 0 0 8.333333%;
     max-width: 8.333333%;
 }

 [class*="col-"] {
     position: relative;
     width: 100%;
     padding-right: 15px;
     padding-left: 15px;
 }

 /* Page Styles */

 .common-heading {
     font-size: 30px;
     text-align: center;
 }

 .common-heading:before {
     position: absolute;
     content: "";
     width: 125px;
     height: 2px;
     background: #82b440;
     bottom: -10px;
     margin: 0 auto;
     left: 0;
     right: 0;
     border-radius: 50px;
     overflow: hidden;
 }

 .common-left-heading:before {
     position: absolute;
     content: "";
     width: 50px;
     height: 3px;
     background: #82b440;
     bottom: -10px;
     left: 0;
     right: 0;
     border-radius: 50px;
     overflow: hidden;
 }

 .search-box {
     background: #fff;
     border-radius: 5px;
     height: 50px;
     line-height: 50px;
     border: 1px solid #d3d3d3;
     margin-top: 50px;
 }

 .search-box input {
     float: left;
     width: -webkit-calc(100% - 100px);
     width: -moz-calc(100% - 100px);
     width: -ms-calc(100% - 100px);
     width: -o-calc(100% - 100px);
     width: calc(100% - 100px);
     background: none;
     height: 50px;
     border: 1px solid #234d94;
     border-top-left-radius: 5px;
     border-bottom-left-radius: 5px;
 }

 .search-box input:focus {
     border: 1px solid #234d94;
 }

 .search-box .common-action-btn {
     height: 50px;
     display: flex;
     align-items: center;
     justify-content: center;
     border-radius: 5px;
     border-top-left-radius: 0;
     border-bottom-left-radius: 0;
     background: #234d94;
     border: 0;
 }

 .search-box button {
     float: left;
     width: 100px;
 }

 .blog-tile {
     margin-bottom: 40px;
     overflow: hidden;
 }

 .blog-tile h3 {
     font-size: 18px;
     line-height: 220%;
 }

 .blog-tile h3 a {
     color: #82b440;
 }

 .blog-tile h3 a:hover {
     color: #0056b3;
 }

 .blog-tile ul {
     padding: 0;
     list-style-type: none;
     margin-top: 0;
     margin-bottom: 15px;
 }

 .blog-tile ul li {
     display: inline-block;
     font-size: 14px;
     padding-right: 5px;
 }

 .blog-tile ul li:last-child {
     padding-right: 0;
     border-right: 0 none;
 }

 .blog-tile img {
     border-radius: 5px;
     border: 1px solid #ccc;
     height: 200px;
     min-height: 200px;
     min-width: 100%;
     width: 100%;
     -webkit-object-fit: cover;
     -moz-object-fit: cover;
     -ms-object-fit: cover;
     -o-object-fit: cover;
     object-fit: cover;
     -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.3);
     -ms-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.3);
     -o-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.3);
     box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.3);
     padding: 0;
 }

 .blog-tile .cnt-ellipsis {
     height: 100px;
     overflow: hidden;
     position: relative;
 }

 .blog-tile .cnt-ellipsis p {
     line-height: 160%;
 }
 
 .blog-tile a.blog-more {
    float: right;
    margin-top: 20px;
}

 .recenttag-sec.sticky {
     position: -webkit-sticky;
     position: sticky;
     top: 80px;
     padding: 10px;
 }


 .frequent-topics .widget-box {
     padding: 15px 10px;
     border-radius: 2px;
     border: 0;
     -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
     -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
     -ms-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
     -o-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
     box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
     position: relative;
     overflow: hidden;
 }

 .frequent-topics .col-md-6:nth-last-child(1) a,
 .frequent-topics .col-md-6:nth-last-child(2) a {
     margin-bottom: 0 ;
 }

 .suggested-articles .widget-box ul {
     padding: 0;
     border-radius: 2px;
     border: 0;
     -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
     -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
     -ms-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
     -o-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
     box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
     position: relative;
     overflow: hidden;
 }

 .suggested-articles .widget-box ul li {
     list-style-type: none;
     background-color: #fff;
     margin: 0;
     padding: 0;
     min-height: 68px;
     line-height: 150%;
     height: inherit;
     border-bottom: 1px solid #e0e0e0;
     position: relative;
 }

 .suggested-articles .widget-box ul li:hover {
     background-color: #eeeeee;
 }

 .suggested-articles .widget-box ul li a {
     color: #424242;
 }

 .suggested-articles .widget-box ul li a:hover {
     color: #212121;
 }

 .suggested-articles .widget-box ul li a .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 10px;
}

 .suggested-articles .widget-box ul li img {
     width: 40px;
     height: 40px;
     vertical-align: middle;
 }

 .practice-tags .row {
     margin-left: 0px;
     margin-right: 0px;
 }

 .practice-tags .col-6,
 .practice-tags .col-2 {
     padding-left: 5px;
     padding-right: 5px;
 }

 .practice-tags a {
     border: 1px solid #9a9a9a;
     border-radius: 5px;
     text-align: center;
     height: 40px;
     align-items: center;
     justify-content: center;
     padding: 0 10px;
     line-height: 40px;
 }

 .practice-tags a:hover {
     border: 1px solid #234d94;
     color: #ffffff ;
     background: #234d94;
 }

 .pagination {
     display: -ms-flexbox;
     display: flex;
     padding-left: 0;
     list-style: none;
     border-radius: 5px;
 }


 .page-link {
     position: relative;
     display: block;
     padding: .5rem .75rem;
     margin-left: -1px;
     line-height: 1.25;
     color: #007bff;
     background-color: #fff;
     border: 1px solid #dee2e6;
 }

 .page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

 .page-item.active .page-link {
     z-index: 3;
     color: #fff;
     background-color: #007bff;
     border-color: #007bff;
 }

 .page-item:first-child .page-link {
     margin-left: 0;
     border-top-left-radius: .25rem;
     border-bottom-left-radius: .25rem;
 }

 
.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

 .sr-only {
    border: 0;
    clip: rect(0,0,0,0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
}

/* Responsive Styles */

@media screen and (max-width: 1199px) {
    .blog-tile ul li {
        display: block;
        border-right: 0;
        margin-bottom: 5px;
    }
}

@media screen and (max-width: 767px) {
    .col-100p {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .recenttag-sec.sticky {
        padding: 0;
    }
}

@media screen and (max-width: 526px) {
    .colsm-100p {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
