* {
    box-sizing: border-box;
}

body {
    font-size: 13px;
    font-family: poppins ;
    font-weight: 400;
}

@font-face {
    font-family: 'poppins';
    font-style: normal;
    src: url("../fonts/Poppins-Regular.ttf");
}

@font-face {
    font-family: 'poppins bold';
    font-style: normal;
    src: url("../fonts/Poppins-SemiBold.ttf");
}

a {
    -webkit-transition: 0s ease-in-out;
    -moz-transition: 0s ease-in-out;
    -ms-transition: 0s ease-in-out;
    -o-transition: 0s ease-in-out;
    transition: 0s ease-in-out;
    outline: none;
}

a:focus {
    outline: none;
}

a:hover {
    text-decoration: none;
    box-shadow: none !important;
}

.ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

img {
    max-width: 100%;
}

ul li {
    display: inline-block;
}

.error {
    color: #f00;
}

/*======================================================================
                                                                Custom Css End
  ======================================================================*/

/*======================================================================
                                                                Header Css Start
  ======================================================================*/
.head1-inner {
    position: relative;
    background-size: 100% 100%;
}
.head2 {
    padding-top: 1rem;
}
.header-search-btn {
    background: #000;
}
.header-search-btn .btn {
    background: #000;
    border: #000;
}
.cont-info {
    /* border: 1px solid #ffffff; */
    padding: 5px;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    max-width: max-content;
    margin: 0px auto 0 auto;
    padding-top: 8px;
    padding-bottom: 8px;
}

.cont-info li {
    color: #fff;
    font-family: poppins;
}

.cont-info li i.fa.fa-phone {
    width: 13px;
    height: 13px;
    background: #fff;
    color: #ea4c4c;
    font-size: 13px;
    border-radius: 2px;
}

.cont-info li a {
    color: #fff;
    margin: 0 5px;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
}

.cont-info li i.fa.fa-envelope {
    margin: 0 5px;
}

.top-nav nav {
    margin: 0;
    padding: 0;
    min-height: auto;
    border: 0;
    border-radius: 0;
    background: none;
}

.container-fluid {}

.top-nav nav .container-fluid {
    padding: 0;
}

.top-nav div#bs-example-navbar-collapse-1 {
    padding: 0;
}

.top-nav ul.nav.navbar-nav {
    float: right;
    position: relative;
}

.top-nav ul.nav.navbar-nav li a {
    position: relative;
    color: #000;
text-transform: initial;
    display: block;
    padding: 12px;
    font-weight: 500;
    font-size: 14px;
    font-family: poppins;
    font-weight: bold;
}

/* .top-nav ul.nav.navbar-nav li:last-child a {
    margin-left: 30px;
} */
.home-left-caption h1 {
    color: #fff;
    font-size: 3.5rem;
    font-family: poppins bold;
    line-height: 1.3;
}

#bs-example-navbar-collapse-1 .dropdown-menu.singal_colum {
    width: 262px;
    margin-top: -11px;
}

#license_total
{
        font-size: 15px;
    background: #e6e6e6;
    font-weight: 700;
    color: #b21515;
}

.h-service-tab-container {
    padding: 0;
}

.h-service-inner-btn a:hover {
    background: #fff;
    color: #000;
    font-family: poppins bold;
    border: 1px solid #000;
}

a:hover,
a:focus {
    box-shadow: none !important;
}

.h-corousel-btnwrapper a:hover {
    background: #fff;
    color: #000;
    font-family: poppins bold;
}

.home-left-caption a {
    color: #fff;
    border: 1px solid #fff;
    padding: 1rem 4rem;
    font-size: 1.6rem;
    font-family: poppins;
}

.home-left-caption {
    position: absolute;
    top: 50%;
    left: 19%;
    height: 12rem;
    width: 50%;
    transform: translate(-20%, -50%);
}

.cart-icon {
    color: #ea4c4c;
}

.badge-notify {
    background: rgba(0, 0, 0, 0.6);
    position: relative;
    top: -10px;
    right: 10px;
    font-weight: 300;
    font-family: "Raleway", sans-serif;
}

.top-nav ul.nav.navbar-nav li a.active:after {
    display: block;
    content: "";
    width: 10px;
    height: 5px;
    background: url(../image/nav_back.png) no-repeat;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: 0;
    background-size: 100% 100%;
}

/*
.top-nav ul.nav.navbar-nav li a:hover:after {
    display: block;
    content: "";
    width: 10px;
    height: 5px;
    background: url(../image/nav_back.png) no-repeat;
    position: absolute;
    bottom: 0;
    left: 46%;
    margin-left: 0;
    background-size: 100% 100%;
}
*/
ul.ul.head2nav {
    float: right;
}

ul.ul.head2nav li a {
    font-size: 13px;
    text-transform: uppercase;
    color: #444444;
    padding: 10px;
    display: inline-block;
    font-weight: 700;
}

ul.ul.head2nav li span {
    margin: 0 30px;
    color: #b7b7b7;
    font-size: 20px;
}

.view1 {
    color: #1b1b1b;
    margin-top: 15px;
}

.view1 .input-group {}

.view1 .input-group input.form-control {
    border: 2px solid #1b1b1b;
    height: 45px;
}

.view1 .input-group button.btn.btn-default {
    height: 45px;
    background: #1b1b1b;
    color: #fff;
    border: 0;
    padding: 0 40px;
    font-size: 16px;
}

.view1 h4 {
    margin: 15px 0 0 0;
    font-size: 14px;
    color: #1b1b1b;
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer;
}

.padding0,
.padding-0 {
    padding: 0;
}

.view2 .cont-info li a {
    color: #ea4c4c;
}

.view2 .cont-info {
    color: #ea4c4c;
}

.view2 .cont-info li i.fa.fa-envelope {
    color: #ea4c4c;
}

.view2 .cont-info {
    margin: 10px 0 0 0;
    max-width: 100%;
}

.view2 {
    margin-top: 10px;
    display: none;
}

header {
    padding: 0 0 10px 0;
    box-shadow: 0 4px 8px rgb(0 0 0 / 9%);
}

#logo,
#res-logo {
    height: 62px;
}

/*======================================================================
                                                                Header Css End
  ======================================================================*/
  
  
  /* Breadcrumb */

ul.breadcrumb {
  padding: 10px 0px;
  list-style: none;
  margin-bottom: 0px;
}
ul.breadcrumb li {
  display: inline;
  font-size: 14px;
  color: #ffffff;
}
ul.breadcrumb li+li:before {
  padding: 8px;
  color: #ffffff;
  content: "/\00a0";
}
ul.breadcrumb li a {
  color: #ffffff;
  text-decoration: none;
}
ul.breadcrumb li.a:hover {
  text-decoration: underline;
}
.cn1
{
    background: #fff;
    padding-top: 10px;
}
    .reportlisting-pg {
   /* border-bottom: 1px solid #e1e1e1; */
       background: #E6E6E6;
}

.category-helps {
    padding: 20px;
    padding-left: 4px;
    padding-right: 4px;
    border: 2px solid #e6e6e6;
}

/* Commen css end */


  

/*======================================================================
                                                                Middle Css Start
  ======================================================================*/
.home-slider {
    position: relative;
}

.home-slider .item img {
    width: 100%;
}

.home-slider .item {}

.home-slider .item .home-caption {
    position: absolute;
    top: 10%;
    right: 70px;
}

.home-slider .item .home-caption h1 {
    font-size: 60px;
    color: #ffffff;
    text-align: right;
    font-family: "Raleway", sans-serif;
    text-transform: uppercase;
    font-style: italic;
}

.home-slider .item .home-caption h1 span {
    background: #ea4c4c;
    font-weight: 600;
    padding: 0 10px;
    margin: 10px 0;
    display: inline-block;
}

.home-reports {
    padding: 30px 0;
}

.home-reports h1 {
    margin: 0;
    text-align: center;
    font-size: 30px;
    color: #444444;
    text-transform: uppercase;
}

hr.line {
    border: 2px solid #ea4c4c;
    width: 91px;
    margin: 10px auto 20px auto;
}

.report-tab {}

.report-tab .panel.with-nav-tabs.panel-default {
    margin: 0;
    border: 0;
    box-shadow: none;
}

.report-tab .panel-heading {
    padding: 0;
    background: none;
    border: 0;
}

.report-tab ul.nav.nav-tabs {
    border: 0;
}

.report-tab .panel-body {
    padding: 0;
}

.report-tab ul li a {
    padding: 0;
    margin-right: 30px;
    color: #939393;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    border: 0;
}

.report-tab ul li.active a {
    font-weight: 600;
    border: 0;
    text-decoration: underline;
    color: #444444;
}

.report-tab h3 {
    text-align: center;
    font-size: 26px;
    color: #ea4c4c;
    text-transform: uppercase;
    margin: 30px 0;
}

.report-tab .box1 {
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.report-tab .box1 p {
    font-size: 12px;
    color: #858585;
    margin: 0;
}

.report-tab .box1 h5 {
    color: #272727;
    padding-right: 20px;
    font-weight: 700;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    border: 0;
    background: none;
}

.report-tab ul li a:hover {
    background: none;
    border: 0;
}

.report-tab ul li a:hover:focus {
    background: none;
    border: 0;
}

.report-tab ul li a:hover {
    color: #ea4c4c;
}

.patners-logos .carousel {
    margin-bottom: 0;
    padding: 0;
    margin-top: 50px;
}

/* The controlsy */
.patners-logos .carousel-control {
    left: -12px;
    height: 40px;
    width: 40px;
    background: none repeat scroll 0 0 #222222;
    border: 4px solid #ffffff;
    border-radius: 23px 23px 23px 23px;
    margin-top: 90px;
}

.patners-logos .carousel-control.right {
    right: -12px;
}

/* The indicators */
.patners-logos .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: -10px;
    margin-right: -19px;
}

/* The colour of the indicators */
.patners-logos .carousel-indicators li {
    background: #cecece;
}

.patners-logos .carousel-indicators .active {
    background: #428bca;
}

.patners-logos {
    padding: 20px 0 50px 0;
}

.patners-logos h1 {
    margin: 0 0 10px 0;
    font-size: 30px;
    text-align: center;
    color: #3e3e3e;
    text-transform: uppercase;
}

.patners-logos .carousel-inner {}

.patners-logos .carousel-inner .col-md-2 {
    width: 20%;
}

.patners-logos .carousel-inner a.thumbnail {
    margin: 0;
    border: 0;
    padding: 0;
    width: 100%;
    min-height: 70px;
}

.patners-logos a.left.carousel-control {
    margin: 0;
    background: none;
    text-shadow: none;
    font-size: 60px;
    color: #f26a27;
    opacity: 1;
    top: 50%;
    line-height: inherit;
    bottom: auto;
    margin-top: -50px;
    width: auto;
    height: auto;
    border-radius: 0;
    border: 0;
}

.patners-logos a.right.carousel-control {
    right: 0;
    left: auto;
    margin: 0;
    background: none;
    text-shadow: none;
    font-size: 60px;
    color: #f26a27;
    opacity: 1;
    top: 50%;
    line-height: inherit;
    bottom: auto;
    margin-top: -50px;
    width: auto;
    height: auto;
    border-radius: 0;
    border: 0;
}

.blog-press-sec {
    padding: 60px 0;
    background: url(../image/blog_back.png) no-repeat;
    background-size: 100% 100%;
}

.blog-press-sec h1 {
    text-align: center;
    margin: 0 0 30px 0;
    text-transform: uppercase;
    color: #fff;
    font-size: 28px;
}

.box1 {}

.blog-press-sec .box1 {
    background: #fff;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    padding-bottom: 0;
    border: 0;
    min-height: 110px;
}

.margin0 {
    margin: 0;
}

.blog-press-sec .box1 .col-sm-10.padding0 {
    padding: 0 40px 10px 15px;
}

.blog-press-sec .box1 h5 {
    font-size: 14px;
    margin-bottom: 30px;
}

.blog-press-sec .box1 h5 i {
    position: absolute;
    top: 7px;
    right: 10px;
    font-size: 19px;
    color: #9f9d9d;
}

.blog-press-sec .box1 p a {
    padding: 0;
    margin: 0;
    display: inline-block;
    border: 0;
    width: auto;
    height: auto;
    background: none;
}

.blog-press-sec .box1 img {
    width: 100%;
    height: 110px;
}

.blog-press-sec .box1 h3 {
    margin: 0 0 10px 0;
    font-size: 16px;
    text-align: left;
}

.blog-press-sec .box2 {
    padding: 0 15px 10px 15px;
}

.blog-press-sec .box2 h5 {
    margin: 10px 0;
    min-height: 30px;
}

a.view-btn {
    width: 130px;
    display: block;
    margin: 20px auto 0 auto;
    height: 28px;
    background: #ea4c4c;
    text-align: center;
    border-radius: 4px;
    color: #fff;
    font-weight: 700;
    padding-top: 6px;
}

a.view-btn:hover {
    background: #000;
}

.report-tab .box1:last-child {
    border: 0;
}

.joinus-sec {
    background: #ea4c4c;
    text-align: center;
    padding: 34px 0;
}

.joinus-sec h3 {
    margin: 0;
    display: inline-block;
    text-transform: uppercase;
    font-size: 24px;
    color: #fff;
}

.joinus-sec a {
    display: inline-block;
    background: #ffffff;
    color: #ea4c4c;
    width: 105px;
    height: 30px;
    text-transform: uppercase;
    padding-top: 7px;
    margin-left: 250px;
    border-radius: 4px;
}

.about-sec {
    padding-top: 40px;
}

.about-sec p {
    font-size: 14px;
    color: #272727;
    font-weight: "300";
    line-height: 24px;
}

.about-sec img {
    width: 100%;
    transition: all 0.8s;
}

.about-sec h1 {
    margin-bottom: 50px;
}

.subscribe-sec {
    background: #f3f3f3;
    text-align: center;
    padding: 42px 0;
}

.subscribe-sec h3 {
    margin: 0 0 30px 0;
    color: #3e3e3e;
    text-transform: uppercase;
    font-weight: bold;
}

.subscribe-sec #subscription-form select {
    display: inline-block;
    width: 340px;
    font-size: 16px;
    vertical-align: top;
    color: #929292;
    border: 1px solid #c8c8c8;
    border-radius: 5px;
    padding: 13px;
    height: 50px;
}

.subscribe-sec #subscription-form .input-group {
    display: inline-block;
    vertical-align: top;
}

.subscribe-sec #subscription-form .input-group input#subcription_email {
    width: 282px;
    border: 1px solid #c8c8c8;
    font-size: 16px;
    vertical-align: top;
    height: 50px;
    text-align: left;
    border-right: 0;
    border-radius: 5px 0 0 5px;
    margin-left: 20px;
    font-weight: 300;
}

.subscribe-sec #subscription-form .input-group button {
    border-radius: 0 5px 5px 0;
    margin: 0;
    border: 0;
    height: 50px;
    margin-left: -1px;
    text-transform: uppercase;
    background: #1b1b1b;
    font-weight: 600;
    font-size: 14px;
    color: #ffffff;
    padding: 10px 18px;
}

.cont-info li a:hover {
    color: #000;
}

ul.ul.head2nav li a:hover {
    color: #1b1b1b;
    text-decoration: underline;
}

.joinus-sec a:hover {
    background: #1b1b1b;
    color: #fff;
}

.about-sec img:hover {
    transform: scale(0.8);
}




.view1 .input-group button.btn.btn-default:hover {
    background: #000;
}

    .report-sec1, .sample-pg, .log-pg {
    background: url("../image/Report-pg-BG.jpg");
     background-repeat: no-repeat;
    background-size: 100%;
    padding-top: 0px;
}

.form_back
{
        background: white;
    padding: 22px;
}

.report-sec1 h2 {
    font-size: 18px;
    color: #272727;
    margin: 0 0 10px 0;
}

.report-sec1 h4 {
font-size: 16px;
    color: #000000;
    margin: 13px 0px 0px 0;
    font-weight: 700;
        font-family: poppins bold;
}

.report-sec1 a.btn {
    padding: 0;
    border: 0;
    box-shadow: none;
    background: none;
    color: #8b8989;
    margin: 5px 3px 0 3px;
}

.report-sec1 a.btn.active {
    color: #2f2b2c;
}

.report-sec1 form {}

.report-sec1 .form-group.input-group.input-group-sm {
    display: inline-block;
    width: auto;
    margin: 0;
    vertical-align: top;
}

.report-sec1 .form-group.input-group.input-group-sm label.input-group-addon {
    width: auto;
    background: none;
    border: 0;
    padding: 0;
    margin: 5px 40px 0 10px;
    height: auto;
    float: left;
    font-size: 16px;
    color: #000;
    font-family: poppins;
}

.report-sec1 .form-group.input-group.input-group-sm select#input-sort {
    border: 0;
    font-size: 14px;
    color: #272727;
    width: 160px;
    float: left; 
}

.report-sec1 .form-group.input-group.input-group-sm select#result {
    width: auto;
    border: 0;
    font-size: 14px;
    color: #000;
    background: #e6e6e6;
    font-family: poppins;
}

.category-box {
    background: #ffffff;
    margin-bottom: 20px;
}

.category-box h1 {
    margin: 0;
    background: #1b1b1b;
    font-size: 16px;
    color: #ffffff;
    padding: 8px 20px;
    font-weight: 400;
}

.category-inner {
    padding: 14px;
}

.contact_p
{
    margin-top: -12px;
    font-size: 15px;
    color: #000;
}

.category-inner .form-control {
    border-color: #bebebe;
    border-radius: 0;
    height: 41px;
    box-shadow: none;
    margin-bottom: 20px;
    font-size: 13px;
    color: #000;
}

.category-option label span {
    font-size: 12px;
    color: #272727;
    vertical-align: middle;
    margin-left: 10px;
    font-weight: 400;
}

.category-option label input[type="radio"] {
    vertical-align: sub;
}

.category-option label {
    margin-bottom: 12px;
    cursor: pointer;
    padding-left: 0;
}

.category-option {
    height: 170px;
    overflow-x: hidden;
}

.category-option::-webkit-scrollbar {
    width: 5px;
}

.an_h
{
        font-size: 18px !important;
    padding: 10px;
    background: #b21515 !important;
    border: 2px solid #e6e6e6;
    border-bottom: none;
    text-align: center;
        font-weight: bold;
    color: #ffffff !important;
}

.category-box h1
{
        padding: 11px 20px;
}

/* Track */
.category-option::-webkit-scrollbar-track {
    background: #e9e9e9;
    border-radius: 20px;
}

/* Handle */
.category-option::-webkit-scrollbar-thumb {
    background: #1b1b1b;
    border-radius: 20px;
}

/* Handle on hover */
.category-option::-webkit-scrollbar-thumb:hover {
    background: #ea4c4c;
}

.category-option::-ms-webkit-scrollbar {
    width: 5px;
}

/* Track */
.category-option::-ms-webkit-scrollbar-track {
    background: #e9e9e9;
    border-radius: 20px;
}

/* Handle */
.category-option::-ms-webkit-scrollbar-thumb {
    background: #1b1b1b;
    border-radius: 20px;
}

/* Handle on hover */
.category-option::-ms-webkit-scrollbar-thumb:hover {
    background: #ea4c4c;
}

.h-services-nav-tabs {
    display: flex;
    justify-content: center;
    border-bottom: none;
    font-family: poppins bold;
    color: #000;
    font-size: 1.3rem;
}

.h-services-nav-tabs li {
    border: 1px solid #ddd;
    background: #f2f2f2;
}

.h-services-nav-tabs li.active {
border: 1px solid #e6e6e6;
    background: #fff;
    /* box-shadow: 0px 0px 10px 5px #ddd; */
    z-index: 1;
    border-bottom: none;
    border-radius: 0;
}

.h-services-nav-tabs li a {
    background: none;
    height: 100%;
    width: 100%;
    color: #000;
    font-weight: bold;
}

.h-service-subcontent {
    font-size: 1.4rem;
    color: #000;
        margin-top: 14px;
    font-family: poppins;
    padding-bottom: 2rem;
        line-height: 1.7;
    text-align: justify;
    min-height: 20rem;
    max-height: 20rem;
}

.service-listitem-subcontent {
    font-size: 1.4rem;
    color: #000;
    font-family: poppins;
    padding-bottom: 1rem;
}

.h-service-tablink {
    display: flex !important;
    align-items: center;
}

.h-corousel-btnwrapper {
    margin-top: 3rem;
}

.swiper-pagination {
    display: none !important;
}

/* .swiper-slide {
    height: 20rem !important;
} */

.swiper-container {
    height: 45rem !important;
}

.h-service-tabheading {
    padding-left: 1rem;
}

.h-service-inner-points-wrapper {
    display: flex;
}

/* .h-services-tab-content {
    width: 94%;
    margin: 0 auto;
} */

.h-home-heading {
    text-align: center;
    color: #000;
    font-weight: bold;
    font-size: 3rem;
    padding: 0rem 1rem 1rem;
    font-family: poppins bold;
}

.h-service-tab-panel {
    padding: 2rem 0rem 0rem;
}

.header-nav-row {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0px auto;
}

.h-service-inner-heading {
    font-size: 2rem;
    color: #000;
    font-family: poppins bold;
    padding-bottom: 1rem;
    padding-top: 2rem;
}

.h-service-inner-points-wrapper ul {
    padding-left: 2rem;
}

.h-service-inner-points-wrapper ul li {
    display: list-item;
    padding-bottom: 1rem;
        line-height: 1.6;
    font-size: 1.4rem;
    color: #000;
    font-family: poppins;
    list-style: disc;
}

.h-service-inner-btn a {
    background: #000;
    color: #fff;
    padding: 1rem 3rem;
    font-size: 1.5rem;
    font-family: poppins;
}

.home-client-wrapper {
    background: #f2f2f2;
    padding: 2rem;
}

.h-client-section {
    width: 94%;
    margin: 0 auto;
}

.home-services-wrapper {
    padding: 2rem 0 3rem;
}

.h-client-heading {
    font-size: 3rem;
    color: #000;
    font-family: poppins bold;
    padding: 1rem;
}

.h-client-logo-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.h-client-logo {
    width: calc(33.33% - 2rem);
    padding: 2rem;
}

.counter-wrapper {
    padding-bottom: 3rem;
}

.h-fact-counter {
    border: 1.5px solid #ccc;
    padding: 1rem;
}

.h-fact-counter-number {
    font-size: 4rem;
    font-family: poppins bold;
    color: #b21515;
}

.h-fact-footer {
    color: #000;
    font-family: poppins bold;
    font-size: 1.2rem;
}

.price-option {
    height: 190px;
}

.h-counter-section {
    width: 100%;
    margin: 0 auto;
}

.h-counter-heading {
    font-size: 3rem;
    color: #000;
    font-family: poppins bold;
    padding-bottom: 1rem;
}

.industry-coverage-wrapper {
    background: #f2f2f2;
    padding: 4rem 0 6rem;
}

.industry-coverage-section {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.industry-coverage-box {
    width: calc(18% - 0rem);;
    margin: 1rem;
    border: 2px solid #ccc;
    padding: 1rem;
    text-align: center;
    color: #000;
    cursor: pointer;
}

.industry-coverage-box a:hover, .industry-coverage-box:hover span
{
        color: #ffffff;
}

.services-nav-tabs li {
    background: #f2f2f2;
    border-bottom: 1px solid #ddd;
    position: relative;
}

.services-nav-tabs li.active:before {
    position: absolute;
    content: '';
    right: 10px;
    top: 50%;
    border-top:
        8px solid transparent;
    border-bottom:
        8px solid transparent;
    border-left:
        8px solid #b21515;
    transform: translatey(-50%);
}

.services-nav-tabs li a {
    border: inherit;
    font-size: 1.4rem;
    color: #000 !important;
    font-family: poppins;
}

.service-tab-content h3 {
    margin: 0;
    color: #b21515;
    font-family: poppins bold;
    padding-bottom: 1rem;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    border: inherit !important;
    background: none;
    color: #000 !important;
    font-family: poppins bold;
}

li.service-tab-heading a {
    color: #fff;
    text-align: center;
    font-size: 1.6rem;
    font-family: poppins bold;
}

li.service-tab-heading {
    background: #b21515;
}

.industry-coverage-footer-text a {
    color: unset;
}

.project-list-custom-card {
 /*    box-shadow: unset; */
    border: 2px solid #e3e3e3;
}

.samplereport-counter-box {
    display: flex;
    align-items: center;
    background: #fff;
        padding: 0.3rem;
}

.sampler-customization-box-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.sampler-custimoze-box {
    padding: 1rem;
    width: calc(50% - 2rem);
    display: flex;
    justify-content: space-between;
}

.sampler-customize-text {
    color: #000;
    font-size: 1.3rem;
    font-family: poppins bold;
    padding-left: 1rem;
}

.samplereport-counter-box h4 {
    margin: 0 !important;
    font-family: poppins bold;
    padding-right: 1rem;
}

.sample-report-form-row {
    padding-bottom: 1.1rem;
}

.samplereport-counter-box input {
    border: 1px solid #ddd;
}

.card-header {
    padding: 0px 0px 0px 0px;
}

.report-list-custom-header h5 {
    background: #b21515;
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin: 0;
    padding: 1.3rem;
    font-family: poppins bold;
}

.card-body.card-inn-pad {
    padding: 20px 0px;
}

.input-container {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 15px;
}

.icon {
    padding: 10px;
    background: #b21515;
    color: white;
    min-width: 50px;
    text-align: center;
    font-size: 1.6rem;
}

.input-field {
    position: relative;
    width: 100%;
    margin-bottom: 0px;
    margin-top: 0px;
    padding: 10px !important;
    outline: none !important;
}

.browser-default {
    height: 4rem;
    border: 1px solid #ddd;
    width: 100%;
}

.bshadow0,
input {
    box-shadow: none !important;
}

select.browser-default {
    display: block;
    font-size: 1.4rem;
    font-family: poppins;
}

.services-form-btn-wrapper {
    padding: 1rem;
    text-align: center;
    width: 100%;
}

.btn-service-form {
    width: 100%;
    background: -moz-linear-gradient(0% 50% 0deg, rgba(0, 116, 202, 1) 1.02%, rgba(0, 78, 128, 1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0, 116, 202, 1) 1.02%, rgba(0, 78, 128, 1) 100%);
    background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0.0102, rgba(0, 116, 202, 1)), color-stop(1, rgba(0, 78, 128, 1)));
    background: -o-linear-gradient(0deg, rgba(0, 116, 202, 1) 1.02%, rgba(0, 78, 128, 1) 100%);
    background: -ms-linear-gradient(0deg, rgba(0, 116, 202, 1) 1.02%, rgba(0, 78, 128, 1) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#0074CA', endColorstr='#004E80' ,GradientType=0)";
    background: linear-gradient(90deg, rgba(0, 116, 202, 1) 1.02%, rgba(0, 78, 128, 1) 100%);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #fff;
    font-family: poppins bold;
}

.service-main-section {
    background: url('../image/Report-pg-BG.jpg');
    background-size: 100%;
}

section.report-main-wrapper {
    padding-top: 0rem;
}

select {
    background-color: rgba(255, 255, 255, 0.9);
    width: 100%;
    padding: 5px;
    border-radius: 2px;
    height: 3rem;
}

.h-footer-paycard-img {
    padding-right: 2rem;
}

.industry-coverage-box:hover {
    color: #fff;
}

.industry-coverage-box:hover, .industry-coverage-box:active, .industry-coverage-box:focus {
    background: #b21515;
    color: #fff;
}

.industry-coverage-footer-text {
    font-size: 1.6rem;
    font-family: poppins bold;
    padding-top: 1rem;
}

.industry-coverage-img {
    font-size: 6rem;
    padding-bottom: 2rem;
    padding-top: 2rem;
}

.industry-coverage-img span:visited
{
        background: #b21515;
    color: #fff;
}

.industry-coverage-box.active .industry-coverage-footer-text a {
    color: #fff;
}

/* .industry-coverage-footer-text a {
    color: #000;
} */

.industry-coverage-footer-text a:hover {
    text-decoration: none;
}

.home-newsletter-wrapper {
    background: #b21515;
    padding: 3rem;
}

.home-newsletter-section {
    width: 94%;
    margin: 0 auto;
}

.h-newsletter-textcontent {
    color: #fff;
    font-size: 3rem;
    font-family: poppins bold;
}

.h-newsletter-emailtext-wrapper {
    display: flex;
}

.h-newsletter-box {
    border: 1px solid #fff;
    padding: 1.5rem;
    width: 70%;
    background: #fff;
    height: 4rem;
    font-size: 1.2rem;
    outline: none;
    color: #000;
    box-shadow: none;
}

.h-newsletter-btn {
    height: 4rem;
    width: 10rem;
    border: none;
    color: #fff;
    background: #000;
    font-size: 1.5rem;
    font-family: poppins bold;
}

.service-leftnav-container {
    padding: 2rem;
    background: rgb(255, 255, 255);
    width: 86%;
}

.sample-reportname-wrapper h4 a {
    color: #b21515;
    font-size: 2.3rem;
    font-family: poppins bold;
    line-height: 1.4;
}

.samplaereport-title-subcontent-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0;
}

.sample-report-title-subcontent {
    font-size: 1.3rem;
    font-family: poppins;
    color: #000;
}

.sample-report-title-subcontent span {
    width: 2.5rem;
    display: inline-block;
}

.sample-report-title-subcontent span img {
    width: 100%;
}

.sample-report-form-heading {
    font-size: 2rem;
    color: #000;
    font-family: poppins bold;
    padding: 1rem 0 2rem;
        text-align: center;
}

.samplereport-category-inner {
    padding: 3rem;
    box-shadow: unset;
    border: 2px solid #e3e3e3;
}

.request-form_r input:focus, .request-form_r textarea:focus, .request-form_r select:focus
{
        box-shadow: 0 0 4px 1px rgba(0,208,228,.3), 0 0 0 1.1px red !important;
    border: none !important;
}

label.samplereport-label {
    color: #000;
    font-size: 1.4rem;
    font-family: poppins bold;
}

span.label-mand-field-star {
    color: red;
    font-size: 1.4rem;
}

.samplereport-list-item ul li {
    font-size: 1.4rem;
    color: #000;
    font-family: poppins;
    padding-bottom: 0.9rem;
    display: list-item;
        list-style: disc;
}

.sample-r-pipe {
    font-size: 2rem;
}

.sample-r-customization-wrapper {
    background: #ddd;
    padding: 1rem;
}

.btn-inner-border {
    padding-bottom: 5px !important;
}

.btn-inner-border span {
    border: 1px solid #fff;
    width: 100%;
    display: inline-block;
    border-radius: 5px;
    padding: .5rem;
}

.sampler-cutomize-btn {
    width: 40%;
    margin: 0 auto;
    padding: 2rem 0;
}

.samplereport-list-item ul {
    padding: 0 3rem;
    padding-right: 5px;

}

.services-nav-tabs {
    display: flex;
    flex-direction: column;
}

.custom-footer-content-container {
    border-right: none !important;
    height: 100%;
}

.footer-content-container {
    border-right: 1px dashed rgb(255, 255, 255);
    height: 95%;
    padding: 2rem 10px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 1rem 0;
}

.h-footer-img {
    width: 4rem;
    margin: 0 auto;
}

.h-footer-menutext {
    text-align: center;
    color: #fff;
    font-size: 1.4rem;
    padding: 1rem;
    font-family: poppins bold;
}


.h-footer-menu ul li {
    display: list-item;
    font-size: 1.2rem;
    list-style: disc;
}

.h-footer-social-ico-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.h-footer-social-ico-container span {
    width: 3rem;
    margin: 0.5rem;
}

.h-footer-row {
    display: flex;
    justify-content: space-evenly;
}

.h-footer-row-col {
    width: 25%;
}

.patners-option {
    height: 40px;
}

.h-footer-menu {
    color: #dfdaed;
    font-family: poppins;
}

.h-footer-address-text {
    font-family: poppins;
}

.analyst-form .form-control {
    margin-bottom: 10px;
}

.analyst-form .form-control {
    margin-bottom: 10px;
}
.form-group
{
        margin-bottom: 20.5px;
}

.category-inner textarea.form-control {
    height: auto;
}

.analyst-form .btn.sub-btn {
    background: none;
    text-transform: uppercase;
    border: 1px solid #ea4c4c;
    color: #ea4c4c;
    font-weight: 600;
    padding: 4px 14px;
    margin: 10px auto 0 auto;
    display: block;
    box-shadow: 2px 2px 8px #ccc;
    width: 117px;
}

.analyst-form .btn.sub-btn:hover {
    background: #1b1b1b;
    color: #fff;
    border-color: #1b1b1b;
}

.category-inner ul.ul.social-ul {
    text-align: center;
}

.category-inner ul.ul.social-ul li a {
        color: #b21515;
}


.category-inner ul.ul.social-ul li a:hover i {
    transform: scale(0.8);
}

.category-inner ul.ul.social-ul li a i {
    transition: all 0.5s;
}

.radio label,
.checkbox label {
    padding: 0;
}

.checkbox,
.radio {
    margin-top: 10px !important;
    margin-bottom: 26px !important;
}

.checkbox label:after,
.radio label:after {
    content: "";
    display: table;
    clear: both;
}

.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: 0.25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: 0.5em;
}

.radio .cr {
    border-radius: 50%;
}

.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
    position: absolute;
    font-size: 0.8em;
    line-height: 0;
    top: 50%;
    left: 20%;
}

.radio .cr .cr-icon {
    margin-left: 0.04em;
}

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}

.checkbox label input[type="checkbox"]+.cr>.cr-icon,
.radio label input[type="radio"]+.cr>.cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all 0.3s ease-in;
}

.checkbox label input[type="checkbox"]:checked+.cr>.cr-icon,
.radio label input[type="radio"]:checked+.cr>.cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled+.cr,
.radio label input[type="radio"]:disabled+.cr {
    opacity: 0.5;
}

.no-padding {
    padding: 0 !important;
}

.global-box1 {
    background: #e6e6e69c;
    padding: 20px;
    padding-top: 10px;
    border-radius: 4px;
    margin-bottom: 15px;
}

.global-box1 h2
{
        font-size: 21px;
    font-family: poppins;
}

.report-sec1 h2
{
        font-size: 17px;
        line-height: 1.5;
    color: #b21515;
    margin: 0 0 10px 0;
    font-family: poppins bold;
}

.report-sec1 h2:hover
{
    color:#000 !important;
}
.report-sec1 h2 a:hover, .report-sec1 h2 a:focus
{
    color:#000 !important;
}

.global-box1 img {
    display: inline-block;
    vertical-align: sub;
    margin-right: 13px;
}

.global-box1 p {
    font-size: 14px;
    color: #272727;
    line-height: 1.5;
    margin: 3px 0;
}

.global-box1 h1 {
margin: 5px 0 5px 0;
    text-align: right;
    font-size: 20px;
    color: #b21515;
    font-weight: 600;
        font-family: poppins bold;
}

.global-box1 h1:hover
{
    color:#000000;
}

.btn-style {
text-transform: initial;
    background: #666666;
    border-color: #666666;
    color: #fff;
    padding: 7px 0px 0 0;
    font-size: 15px;
    width: 162px;
    height: 36px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    border-radius: 5px;
    margin: 0 4px;
    box-shadow: 2px 2px 8px #ccc;
    font-weight: 600;
    font-family: poppins bold;
}

input.btn.buy-btn.btn-style {
    padding: 0;
}

.global-box1 .btn-style:last-child {
    margin-right: 0;
}

.btn-style:hover {
    background: #666;
    color: #fff;
}

.btn-style2 {
    width: 144px;
    background: #004E80; 
    border: 1px solid #004E80;
    color: #ffffff;
}

.btn-style2:hover {
    background: #004E80;
}

.btn-style2:hover {
    border-color: #004E80;
}

.global-box2 {
    margin-bottom: 0;
}

nav {}

.report-sec1 nav {}

.report-sec1 nav ul.pagination {
    margin: 10px 0 0 0;
}

.report-sec1 nav ul.pagination a {
    background: none;
    border: 0;
    font-size: 14px;
    color: #707070;
    padding: 0;
    margin: 1px 0px;
    margin-left: 0px;
}

.report-sec1 nav ul.pagination a:hover {
    color: #000;
}

.report-sec1 nav ul.pagination a.active {
    color: #000000;
    font-weight: 600;
}

.report-sec1 nav ul.pagination a i.fa {
    color: #ea4c4c;
    font-size: 16px;
}

.space1 {
    min-height: 74px;
}

.space2 {
    min-height: 44px;
}

.margin-t-30 {
    margin-top: 30px;
}

.report-sec1 nav ul.pagination li {
display: inline-block;
    vertical-align: middle;
    border: 1px solid #e6e6e6;
    /* padding: 6px 5px 8px 11px; */
    margin-bottom: 30px;
    padding: 6px;
    padding-left: 14px;
    padding-right: 14px;
}

.pagination-main p {
    margin: 23px 0 0 0;
    font-size: 20px;
    color: #707070;
    text-align: right;
}

.report-sec1 .demo .col-sm-6 .global-box1 img {
    margin: 0 auto 10px auto;
    display: block;
}

.report-sec1 .demo .col-sm-6 .global-box1 h2 {
    font-size: 14px;
    line-height: 19px;
    min-height: 50px;
}

.report-sec1 .demo .col-sm-6 .global-box1 p {
    font-size: 13px;
    min-height: 50px;
}

.report-sec1 .demo .col-sm-6 .global-box1 h1 {
    text-align: left;
    font-size: 22px;
}

.report-sec1 .demo .col-sm-6 .global-box1 .col-sm-3 {
    width: 100%;
}

.report-sec1 .demo .col-sm-6 .global-box1 .col-sm-3 h4.date {
    margin: 0;
}

.report-sec1 .demo .col-sm-6 .global-box1 .col-sm-9.text-right {
    width: 100%;
    text-align: left;
}

.report-sec1 .demo .col-sm-6 .global-box1 .col-sm-9.text-right .btn-style {
    display: block;
    width: 100%;
    margin: 10px 0;
}

.box h3 {
    font-weight: bold;
    margin-top: 0;
    font-family: 'poppins bold';
        color: #b21515;
}

.pg1-comman, .log-pg {
    background: url(../image/Report-pg-BG.jpg) no-repeat;
    background-size: 100%;
}

.box hr {
    border-color: #1b1b1b;
    box-shadow: none;
}

.overlay h2 {
    font-size: 30px;
    color: #3e3e3e;
    text-transform: uppercase;
    margin: 20px 0 10px 0;
}

.overlay h2:after {
    display: block;
    content: "";
    clear: both;
    width: 91px;
    height: 5px;
    background: #ea4c4c;
    margin: 15px auto 0 auto;
}

form#contact-form .form-group {
    margin-bottom: 31px;
}

.address_al
{
        margin-left: -10px;
}

form#contact-form .form-control {
    margin: 0;
    padding: 5px 13px;
}

form#contact-form input {
    height: 35px;
}

.tab-content p
{
    text-align:justify;
}

form#contact-form textarea {
    height: 80px;
}

.category-inner h4 {
    color: #272727;
    font-size: 20px;
    margin: 0 0 20px 0;
}

.category-inner iframe {
    width: 100%;
    height: 260px;
}

.cont-seclast {
    padding: 50px;
}

.cont-seclast i.fa.fa-envelope.icon-circle {
    font-size: 16px;
}

.cont-seclast h4 {
    font-size: 14px;
    color: #f05523;
    font-weight: bold;
    margin: 5px 0 20px 0;
}

.cont-seclast p {
    text-align: left;
    margin-top: -5px;
    font-family: 'poppins bold';
    font-size: 20px;
    color: #000;

}

.cont_c
{
    text-align: left;
    margin-top: -5px;
    font-size: 18px;
    font-family: 'poppins bold';
    color: #b21515;
}
 
.cont-seclast p a {
    color: #3e3e3e;
}

.cont-seclast p a:hover {
    color: #1b1b1b;
}

.cont-seclast h5 {
    color: #3e3e3e;
    margin: 0 0 2px 0;
}

.contact_usrow
{
        border: 2px solid #e6e6e6;
    margin-top: 24px;
        width: 100%;
    margin-left: 0px;
}

.contact_usrow2
{
            width: 100%;
    margin-left: 0px;
}

.contact_usrow img
{
        padding: 8px;
            width: 45px;
}

.mail_c
{
    margin-top: 17px;
}

.ind_office
{
        padding-left: 0px !important;
    padding-right: 0px !important;
}

.ind_head
{
        font-size: 16px;
        color:#000;
}

                .cont_subv
                {
                        width: 36%;
                    margin-left: 185px;
                }

.in_p
{
        font-size: 15px;
    margin-bottom: -10px;
    color:#000;
}

.in_ps
{
      font-size: 15px;
      color:#000;
}

.icon-circle:hover {
    background: #000;
    transform: rotate(360deg);
}

.log-row {
    position: relative;
}

.log-row img {
    position: absolute;
    top: 0;
 /*   left: -40px; */
    transition: all 0.8s;
}

.log_n
{
        background: #fff;
    padding-top: 17px;
    padding-left: 17px;
    padding-right: 17px;
}

.log_fm
{
        padding: 19px;
}

.log-row img:hover {
    transform: scale(0.9);
}

.log-pg {
       background: url(../image/Report-pg-BG.jpg) no-repeat;
    background-size: 100%;
}
.login_bg
{
    background: #ffffff;
}
.log-row .category-inner {
        padding: 20px;
}

.log-row .category-inner h5 {
    margin: 0;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    color: #272727;
}

.log-row .category-inner h3 {
    margin: 0 0 20px 5px;
    display: inline-block;
    font-size: 22px;
    font-weight: bold;
    color: #272727;
}

.log-row .category-inner .form-control {
    height: 50px;
    border-radius: 5px;
    border: 2px solid #1b1b1b;
    font-size: 18px;
    color: #929292;
    font-weight: normal;
}

form#register-form {
    margin-bottom: 10px;
}

form#login-form,
form#register-form .row {
    margin: 0 -10px;
}

form#login-form,
form#register-form .col-sm-12 {
    padding: 0 10px;
}

form#login-form,
form#register-form .col-sm-6 {
    padding: 0 10px;
}

.log-row .btn.btn-block.sub-btn {
    background: #ea4c4c;
    color: #fff;
    font-size: 12px;
    margin: 20px auto 50px auto;
    padding: 6px 10px 5px 10px;
    width: 110px;
}

.log-row .btn.btn-block.sub-btn:hover {
    background: #000;
}

form#login-form label {
    margin: 0;
    vertical-align: middle;
    font-size: 12px;
    color: #8a8a8a;
    font-weight: normal;
}

form#login-form label input {
    margin: 0 5px 0 0;
    vertical-align: middle;
}

form#login-form a {
    font-size: 12px;
    color: #1b1b1b;
    font-weight: bold;
}

form#login-form a:hover {
    color: #000;
    text-decoration: underline;
}

.log-row form#register-form .btn.btn-block.sub-btn {
    margin-bottom: 0px;
}

.report-section h3 {
    margin: 0 0 10px 0;
    font-size: 32px;
    color: #272727;
    font-weight: bold;
}

.report-info p {
    color: #000000;
    font-size: 13px;
    font-weight: bold;
        font-family: 'poppins';
    
}

.report-info p strong {
    color: #272727;
    font-size: 14px;
}

.industries-pg {
    background: #fff !important;
    border-top: 1px solid #e7e7e7;
    padding-top: 0 !important;
}

.industries-pg h4 {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 10px 0;
    line-height: 24px;
    min-height: 50px;
}

.industries-pg h4 a {
    color: #1b1b1b;
}

.industries-pg .overlay h2 {
    margin: 30px 0;
}

.press-pg .global-box1 h2 a {
    color: #000000;
        font-family: poppins bold;
}

.press-pg .global-box1 h5 {
    text-align: center;
    color: #b21515;
    font-size: 18px;
    background-color: #e2e2e2;
    padding: 8px 5px;
    border-radius: 5px;
    font-weight: 800;
}

.blog_con
{
        background: #fff;
    padding: 22px;
}

/*.press-pg .global-box1:hover {
    box-shadow: 1px 1px 10px #ccc;
}
*/

.press-pg {
        background: url(../image/Report-pg-BG.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    padding-top: 0px;
    border-bottom: 1px solid #e1e1e1;
}

.prs
{
    background: #fff;
    padding: 20px;
}

.reportlisting-pg {
    border-bottom: 1px solid #e1e1e1;
}

.category-inner ul.nav.nav-pills.nav-stacked li a {
    background: #000;
    color: #fff;
}

.category-inner ul.nav.nav-pills.nav-stacked li a:hover {
    background: #1b1b1b;
}

.category-inner ul.nav.nav-pills.nav-stacked li.active a {
    background: #ff6204;
}

.sample-pg .category-inner ul.nav.nav-pills.nav-stacked li a {
    background: #000;
    color: #fff;
}

.sample-pg .category-inner ul.nav.nav-pills.nav-stacked li a:hover {
    background: #1b1b1b;
}

.sample-pg .category-inner ul.nav.nav-pills.nav-stacked li.active a {
    background: #ff6204;
}

.sample-pg h4 a {
    color: #b21515;
    font-size: 18px;
    margin: 20px 0;
    font-family: poppins bold;
    display: block;
}

.sample-pg h4 a:hover {
    text-decoration: underline;
}

.sample-pg h4 strong {
    color: #000000;
    border-bottom: 1px solid #000;
}

.sample-pg h2 {
    color: #ff6204;
    font-size: 24px;
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
}

.sample-pg ul.list-unstyled li {
    display: block;
    color: #000;
    margin-bottom: 10px;
    font-size: 16px;
    font-family: poppins bold;
}

.sample-pg ul.list-unstyled li a {
    color: #b21515;
    text-decoration: underline;
    font-size: 15px;
}

.buynow-pg .category-box p.text-muted {
    text-align: center;
    margin: 20px 0 0 0;
    color: #000;
    font-size: 13px;
}
.buynow-label{
    font-size: 15px;
    /* font-weight: 600; */
    color: #000000;
    font-family: 'poppins';
}
.h-newsletter-box
{
        border: 1px solid #ccc;
}
.buynow-price
{
        font-size: 15px;
    font-weight: 600;
    color: #b92b2b;
    font-family: poppins bold;
}
.buynow-pm-boxp
{
        font-size: 15px;
    font-weight: 600;
    color: #b92b2b;
    font-family: poppins bold;
}
.buynow-rname-text
{
        font-size: 13px;
    font-weight: 600;
    color: #000;
    font-family: poppins bold;
}
.order-summary-row
{
    padding-bottom: 19px;
}

.buynow-pg .box {
    padding-bottom: 20px;
}

.buynow-pg .box p.lead {
    font-size: 17px;
    text-align: center;
}

.border_buy
{
        border-bottom: 2px solid #9e9e9e;
    margin-bottom: 12.6px;
        margin-top: 7px;
}

.buynow-pg .box form#buy-now-form {}

.buynow-pg .box form#buy-now-form label {
    font-weight: normal;
    font-size: 14px;
    color: #535353;
}

.buynow-pg .box form#buy-now-form .form-control {
    border-color: #bebebe;
    border-radius: 0;
    height: 35px;
    box-shadow: none;
    margin-bottom: 20px;
    font-size: 13px;
    color: #000;
}

.buynow-pg .box form#buy-now-form textarea.form-control {
    height: 80px;
}

.buynow-pg .box .box-footer {
    margin: 0;
    background: none;
    border: 0;
    padding: 0;
}

.buynow-pg .box .btn-style2 i {
    margin-right: 5px;
}

.buynow-pg .box a.btn-style2:hover {
    background: #000;
    color: #fff;
}
.buynow-form-label
{
        font-size: 15px;
    font-weight: 100;
    color: #000000;
    font-family: 'poppins';
}

.upper_one, .upper_two
{
        background: #e6e6e6;
            padding: 2px 15px !important;
}
.upper_one
{
        margin-bottom: 20px;
}
.buynow-formcard-body
{
background : #e6e6e6;
    padding-left: 10px !important;
    padding-right: 10px !important; 
    padding-bottom: 22px !important;
}
.buynow-pg .box .btn-style {
    padding: 0;
    height: 34px;
}

.cart-pg form#update-cart-form {}

.cart-pg form#update-cart-form p.text-muted {
    color: #111010;
    font-size: 15px;
    margin: 20px 0;
}

.cart-pg .btn-style {
    width: auto;
    padding: 8px 15px 6px 15px;
    height: 34px;
}

.subscribe-sec #subscription-form .input-group button:hover {
    background: #000;
}

.cart-pg .box .box-footer {
    margin: 20px 0;
    background: none;
    border: 0;
    padding: 0;
}

.cart-pg .category-box p {
    text-align: center;
    margin: 0;
    padding: 10px;
}

.cart-pg .category-box category-inner p {
    text-align: left;
    padding: 0;
}

.redetails-pg .report-detail-tab ul#report-tab {
    max-width: 560px;
    margin: 0 auto;
}

.redetails-pg .report-detail-tab ul#report-tab li a {
    cursor: pointer;
}

.redetails-pg .report-detail-tab ul#report-tab li.active a {
    text-decoration: underline;
    color: #000;
}

.redetails-pg .report-detail-tab .panel-body {
    box-shadow: 0px 0px 10px #ccc;
    color: #000;
    font-size: 14px;
    margin-bottom: 20px;
}

.redetails-pg .category-box label {
    font-size: 14px;
    display: block;
}

.redetails-pg .category-box label span.price {
    color: #ea4c4c;
    font-weight: bold;
    font-size: 13px;
}

.redetails-pg .category-inner .btn-block1 {
    width: 170px;
        font-family: 'poppins';
}

.redetails-pg .category-inner .btn-block2 {
    width: 170px;
    background: #1b1b1b;
}

.redetails-pg .category-inner .shop-btn i {
    margin-left: 5px;
}

.col-xs-6.textab {
    font-size: 11px;
}

.report-info .report-btn1 {
    background: #5a20fe !important;
    width: 164px;
    position: relative;
}

.report-info .report-btn1 img {
    position: absolute;
    top: -4px;
    left: -30px;
    box-shadow: 1px 1px 7px #696969;
}

.report-info .report-btn1:hover {
    background: #000 !important;
}

.report-info .report-btn2 {
    background: #fdd607 !important;
    width: 164px;
    position: relative;
    color: #000;
}

.report-info .report-btn2 img {
    position: absolute;
    top: -4px;
    left: -30px;
    box-shadow: 1px 1px 7px #696969;
}

.report-info .report-btn2:hover {
    background: #000 !important;
}

.report-info .report-btn3 {
    background: #39bb17 !important;
    width: 180px;
    position: relative;
}

.report-info .report-btn3 img {
    position: absolute;
    top: -4px;
    left: -30px;
    box-shadow: 1px 1px 7px #696969;
}

.report-info .report-btn3:hover {
    background: #000 !important;
}

.redetails-pg .category-inner .btn-block1:hover {
    background: #000;
}

.redetails-pg .category-inner .btn-block2:hover {
    background: #666;
}

.cart-pg .btn-style2 {
    width: 180px;
}

.cart-pg .box .btn-style {
    padding-top: 7px;
    width: 200px;
}

.press-pg div#press-post div#post-content h3 {
    text-align: left;
    color: #1b1b1b;
    font-size: 18px;
}

div#demo {
    top: 0;
    color: #fff;
}

.res-design {
    display: none;
}

.head1 {
    position: relative;
    overflow: hidden;
}

.head1:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 40px solid #b21515;
    border-right: 4000px solid #b21515;
    border-bottom: 0px solid transparent;
    /* border-left: 40px solid transparent; */
    top: 0;
    z-index: -1;
    /* left:27%; */
}

/*======================================================================
                                                                Middle Css End
  ======================================================================*/

/*======================================================================
                                                                Footer Css Start
  ======================================================================*/
footer {
    background: #030303;
    /* padding: 45px 0 0px 0; */
}

footer h5 {
    color: #dfdaed;
    margin: 15px 0;
    font-size: 14px;
    font-weight: 700;
}

footer {
    text-transform: uppercase;
}

footer h6 {
    font-size: 14px;
    color: #dfdaed;
    margin: 0;
}

footer p {
    font-size: 13px;
    color: #dfdaed;
    margin: 10px 0;
}

footer a {
    color: #dfdaed;
    display: inline-block;
    margin-bottom: 15px;
    display: block;
    position: relative;
    z-index: 999;
    font-family: poppins;
}

ul.ul.social-ul li a {
    margin: 0 20px 0 0;
    color: #dfdaed;
}

ul.ul.social-ul li a i {
    font-size: 25px;
}

ul.ul.social-ul li a:hover {
    color: #ea4c4c;
}

footer iframe {
    max-width: 200px;
    height: 200px;
}

.last-sec {
    position: relative;
}

.last-sec:before {
    display: block;
    content: "";
    width: 100%;
    height: 315px;
    position: absolute;
    background: url(../image/foot_arrow.png) no-repeat;
    top: 0;
    left: 0;
    background-size: 100% 100%;
    z-index: 1;
}

.last-sec a.scroll_To_Top {
    margin: 0;
    width: 64px;
    height: 51px;
    border: 2px solid #ea4c4c;
    text-align: center;
    position: absolute;
    bottom: -76px;
    right: 65px;
    z-index: 9999;
}

.last-sec a.scroll_To_Top i {
    font-size: 35px;
    color: #ea4c4c;
    margin-top: 14px;
}

footer img {
    position: relative;
    z-index: 999;
}

.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
    width: 64px;
    height: 51px;
    border: 2px solid #ea4c4c;
    color: #eeeeee;
    line-height: 48px;
    right: 15px;
    bottom: 88px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.scroll-top-wrapper:hover {
    background-color: #3f4042;
}

.scroll-top-wrapper.show {
    visibility: visible;
    cursor: pointer;
    opacity: 1;
    background: #000;
}

.scroll-top-wrapper i.fa {
    font-size: 35px;
    color: #ea4c4c;
    margin-top: 14px;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 9999999999;
}

div#myHeader {}

.sticky .view1 {
    display: none;
}

.sticky .view2 {
    display: block;
    background: #fff;
    padding: 7px 0;
}

.sticky .view2 input.form-control {
    height: 35px;
}

.sticky .view2 button.btn.btn-default {
    height: 35px;
}

.sticky .view2 .cont-info {
    margin: 3px 0 0 0;
}

.blog-press-sec .col-md-10.padding0 {
    padding: 10px;
}

.about-sec iframe {
    width: 100%;
    height: 300px;
}

.foot2 {
    background: #ccc;
    /* margin-top: 70px; */
    padding: 20px 0;
    border-top: 3px #101110 solid;
}

.foot2 p {
    margin: 0;
    color: #000;
    text-transform: capitalize;
    font-family: poppins bold;
}

.foot2 .col-sm-6:last-child p {
    text-align: right;
}

.h-footer2-paycard-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.h-services-section-part {
    width: 100%;
    margin: 0 auto;
}

.foot2-custom-container {
    width: 94%;
    margin: 0 auto;
}

.foot2 p a {
    margin: 0;
    display: inline-block;
    color: #ea4c4c;
}

.slick-list.draggable {
    padding: 0 !important;
}

.slick-slide {
    padding: 0 0px;
}

.patners-logos.logos-main hr.line {
    margin-bottom: 50px;
}

.slick-prev:before {
    content: "<" !important;
    background: url(../image/prev_arrow.png) no-repeat;
}

.slick-next:before {
    content: ">" !important;
    background: url(../image/next_arrow.png) no-repeat;
}

/*======================================================================
                                                                Footer Css End
  ======================================================================*/

/*======================================================================
                                                                Moz Css Start
  ======================================================================*/
@-moz-document url-prefix() {}

/*======================================================================
                                                                Moz Css End
  ======================================================================*/

/*======================================================================
Safari Browser Css Start
======================================================================*/
::i-block-chrome,
body {
    font-family: Arial, Helvetica, sans-serif;
}

::i-block-chrome,
.cont-info li a {
    font-size: 11px;
}

::i-block-chrome,
.head1-inner {
    height: 40px;
}

::i-block-chrome,
.subscribe-sec #subscription-form select {
    padding: 10px;
    line-height: 44px;
}

/*======================================================================
About Us
 ======================================================================*/

#page-header {
    /* background-attachment: fixed !important;
     background-image: url("../image/slider-5.jpg");
     background-repeat: repeat;
     background-size: cover;
     color: #ffffff;
     display: inline;
     float: left;    
     width: 100%;*/
}

.overlay {
    /*background-color: rgba(0,0,0,0.6); 
   padding: 30px 0;
   float: left;
   width: 100%;*/
}

#all {
    padding: 0px 0;
    background-color: #f2f2f2;
}

.box {
    border-radius: 4px;
    background: #fff;
    margin: 0 0 30px;
    border: solid 1px #e6e6e6;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.1);
    padding: 10px 50px;
        font-size: 15px;
            padding-left: 30px !important;
}

.box .box-header {
    background: #f7f7f7;
    margin: -20px -20px 20px;
    padding: 20px;
    border-bottom: solid 1px #eeeeee;
}

.box .box-header:before,
.box .box-header:after {
    content: " ";
    display: table;
}

.box .box-header:after {
    clear: both;
}

.box .box-footer {
    background: #f7f7f7;
    margin: 30px -20px -20px;
    padding: 20px;
    border-top: solid 1px #eeeeee;
}

.box .box-footer:before,
.box .box-footer:after {
    content: " ";
    display: table;
}

.box .box-footer:after {
    clear: both;
}

.box.slideshow {
    padding: 20px 0 0 0;
    text-align: center;
}

.box.slideshow h3 {
    text-transform: uppercase;
    font-weight: 700;
}

.box h1 {
    margin: 0;
    text-align: left;
    font-size: 23px;
        color: #b21515 !important;
    font-family: poppins;
}

.box h1 span
{
        color: #b21515 !important;
            font-size: 23px;
}

.box p {
    font-size: 15px;
    font-weight: normal;
    text-align: justify;
        color: black !important;
}

.box p span
{
     color: black !important;
}

.custom-cld-text {
    margin-top: 51px;
}

/*======================================================================
About Us
 ======================================================================*/

/*======================================================================
Report Detail
 ======================================================================*/
.report-section {
    background: #f3f3f3;
    padding-top: 35px;
}

.report-detail-info {
    font-size: 16px;
    text-align: center;
}

/*======================================================================
Report Detail
 ======================================================================*/

.report-info {
    text-align: center;
    margin: 15px 0;
}

.report-detail-tab .panel.with-nav-tabs.panel-default {
    margin: 0;
    border: 0;
    box-shadow: none;
    background-color: transparent;
}

.report-detail-tab .panel-heading {
    padding: 0;
    background-color: none;
    border: 0;
}

.report-detail-tab ul.nav.nav-tabs {
    border: 0;
}

#report-tab {
    padding: 15px 0;
    background-color: #f3f3f3;
}

#report-tab.nav-tabs.nav-justified>li>a {
    border: none;
    font-weight: 600;
}

#report-tab.nav-tabs.nav-justified>.active>a,
#report-tab.nav-tabs.nav-justified>.active>a:hover,
#report-tab.nav-tabs.nav-justified>.active>a:focus {
    border: none;
}

.report-detail-tab .panel-body {
    padding: 0px;
    line-height: 24px;
    border-radius: 8px;
    background-color: #ffffff;
}

.report-detail-tab ul li a {
    padding: 0;
    margin-right: 30px;
    color: #939393;
   /* text-transform: uppercase; */
    font-size: 13px;
    font-weight: 500;
    border: 0;
}

.report-detail-tab ul li.active a {
    border: 0;
}

.report-detail-tab h3 {
   /* text-align: center; */
    font-size: 26px;
    color: #ea4c4c;
    text-transform: inherit;
    margin: 12px 0;
}

.report-detail-tab .box1 {
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.report-detail-info.btn-fa {
    padding: 8px;
    background: #ffffff;
    margin-right: 4px;
}

.report-detail-info.icon-btn {
    padding: 1px 15px 3px 2px;
    border-radius: 50px;
}

.report-detail-tab .box1 p {
    font-size: 12px;
    color: #858585;
    margin: 0;
}

.report-detail-tab .box1 h5 {
    color: #272727;
    padding-right: 20px;
}

.report-detail-tab .box1 a {
    font-weight: 400;
    width: 110px;
    height: 30px;
    border: 1px solid #ea4c4c;
    display: block;
    text-align: center;
    border-radius: 5px;
    color: #ea4c4c;
    padding-top: 6px;
}

.report-detail-tab .box1 a:hover {
    background: #ea4c4c;
    color: #fff;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    border: 0;
    background: none;
}

.report-detail-tab ul li a:hover {
    background: none;
    border: 0;
}

.report-detail-tab ul li a:hover:focus {
    background: none;
    border: 0;
}

.report-detail-tab ul li a:hover {
    color: #000000;
}

.shop-btn {
    margin: 15px auto;
    height: 45px;
    background: #ea4c4c;
    text-align: center;
    border-radius: 4px;
    color: #fff;
    font-weight: 700;
    padding: 6px 12px;
    box-shadow: 2px 2px 8px #ccc;
   /* text-transform: uppercase; */
}

.shop-btn:focus,
.shop-btn:hover {
    background: #1b1b1b;
    color: #fff;
}

#contact-us {
    padding: 0px 0;
}

#contact-us {
    background: url(../image/Report-pg-BG.jpg) no-repeat;
    background-size: 100%;
}

.icon-circle {
    width: 29px;
    height: 29px;
    background-color: #ea4c4c;
    color: #fff;
    border-radius: 50%;
    /* line-height: 50px !important; */
    font-size: 20px;
    margin: 0;
    padding-top: 6px;
    text-align: center;
    transition: all 0.9s;
}

/*======================================================================
Safari Browser Css End
 ======================================================================*/

.head1-inner {
    padding-left: 4rem;
}

.button {
    font-weight: 400;
    width: 110px;
    height: 30px;
    border: 1px solid #ea4c4c;
    display: block;
    text-align: center;
    border-radius: 5px;
    color: #ea4c4c;
    padding-top: 6px;
    font-weight: 700;
}

.press-pg div#press-post div#post-content ul, .press-pg div#press-post div#post-content ol
{
    color: #1b1b1b;
}

.button:hover {
    background: #ea4c4c;
    color: #fff;
}

/*---------vscuston-----------*/
div#tabsummary h2 {
    color: #000;
    font-size: 19px;
    line-height: 1.4;
        padding-bottom: 0px;
    font-family: 'poppins';
    padding-top: 0px;
}

div#tabsummary h3
{
        color: #000;
    font-size: 15px;
    font-family: 'poppins';
    line-height: 1.4;
}

.report-section h1 {
    font-size: 32px;
    font-weight: bold;
        font-family: 'poppins';
}

div#tabsummary img {
    margin: 0 auto;
    width: 100%;
}

div#tabsummary ul li, #post-content ul li {
    display: list-item;
    list-style: disc;
        font-family: 'poppins';
            color: #000;
}

div#tabsummary ol li, #post-content ol li
{
     font-family: 'poppins';
}

div#tabsummary ol li a:hover
{
    color: #cb2929;
}

.content .form-control {
    color: #000 !important;
}

a.disabled {
    pointer-events: none;
    cursor: default;
    opacity: 0.5;
}

/*Vinu css */

.h-service-inner-btn
{
        margin-top: 20px;
}

.size_form
{
width: 91%;
    margin-left: 28px;
}

.ask_b
{
    
    padding-left: 38px;
    padding-right: 38px;
    margin-top: 14px;
    background: #666666;
    color: #fff;
        height: 40px;
        font-weight:600;
            font-family: 'poppins';
}
.ask_b:hover, .ask_b:focus
{
    padding-left: 38px;
    padding-right: 38px;
        outline: none !important;
            outline-offset: 0px !important;
    font-weight:600;
    margin-top: 14px;
    background: #666666;
    color: #fff;
        height: 40px;
}

.request-form_r
{
        width: 100%; 
    margin-left: 0px;
}

.form_pad {
    padding-right: 0px;
    margin-top: 8px;
}

.form_pad2 {
    padding-left: 0px;
    border-left: none;
    margin-top: 8px;
}

.cn1
{
    background: #fff;
    padding-top: 10px;
}
    .reportlisting-pg {
   /* border-bottom: 1px solid #e1e1e1; */
       background: #E6E6E6;
}
.report-section, #all {
    background: url("../image/Report-pg-BG.jpg");
     background-repeat: no-repeat;
    background-size: 100%;
    padding-top: 0px;
}
.header-nav-row {
    display: flex;
    align-items: center;
    width: 100%;
   /* margin: 0px auto; */
}

.report-section h1 {
    font-size: 17px;
    font-weight: 600;
    color: #b92b2b;
    font-family: poppins bold;
    line-height: 1.5;
    margin-top: 0px;

}
.report-info {
    text-align: center;
    margin: 5px 0;
}
.reportformat_image {
    width: 10%;
    margin-right: 10px;
    margin-top: 0px;
}


/* Tab */

.redetails-pg .report-detail-tab ul#report-tab {
    max-width: 826px;
    margin: 0 auto;
}

.nav-tabs.nav-justified>li{
        border: 1px solid #c5c5c5;
    padding: 12px;
    background:#E6E6E6;
}

.panel-default>.panel-heading
{
    background-color: #f5f5f500; /* bootstrap min */
}
#report-tab {
    padding: 15px 0;
    background-color: #f3f3f300;
}
.redetails-pg .report-detail-tab ul#report-tab li.active a
{
    border:none !important;
        text-decoration: none;
           
}

.redetails-pg .report-detail-tab ul#report-tab li.active
{
        background: #fff;
         box-shadow: 2px 2px 8px #ccc;
}
.redetails-pg .report-detail-tab .panel-body {
    box-shadow: none;
    color: #000;
    font-size: 14px;
    margin-bottom: 0px;
}
.report-detail-tab .panel-body
{
    padding-left: 17px;
    line-height: 24px;
    border-radius: 8px;
    background-color: #ffffff;
}
.panel-body
{
        padding: 0px; /* bootstrap min */
}
.report-detail-tab ul li a
{
    font-size: 13px;
        color: #000;
}

/* down reports */

.reportsdetails-title-subcontent-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0rem 0;
}

.reportsdetails-report-title-subcontent {
    font-size: 1.3rem;
    font-family: poppins;
    color: #000;
        font-weight: 600;
}
.reportsdetails-r-pipe {
    font-size: 2rem;
}
.reportsdetails-report-title-subcontent span {
    width: 2.5rem;
    display: inline-block;
}
.reportsdetails-report-title-subcontent span img {
    width: 100%;
}

/* price */

.category-inner
{
        border: 2px solid #e6e6e6;
        background: #e6e6e659;
            margin-bottom: 20px;
}

.shop-btn
{
        background-image: linear-gradient(90deg, rgba(0, 116, 202, 1) 1.02%, rgba(0, 78, 128, 1) 100%);
         background-image:-moz-linear-gradient(0% 50% 0deg,rgba(0, 116, 202, 1) 1.02%,rgba(0, 78, 128, 1) 100%);
          background-image:-webkit-linear-gradient(0deg, rgba(0, 116, 202, 1) 1.02%, rgba(0, 78, 128, 1) 100%);
            background-image:-o-linear-gradient(0deg, rgba(0, 116, 202, 1) 1.02%, rgba(0, 78, 128, 1) 100%);
             background-image: -ms-linear-gradient(0deg, rgba(0, 116, 202, 1) 1.02%, rgba(0, 78, 128, 1) 100%);
              background-image:-moz-linear-gradient(0% 50% 0deg,rgba(0, 116, 202, 1) 1.02%,rgba(0, 78, 128, 1) 100%);
               background-image:-moz-linear-gradient(0% 50% 0deg,rgba(0, 116, 202, 1) 1.02%,rgba(0, 78, 128, 1) 100%);
}

.redetails-pg .category-inner .btn-block1:hover {
    background: #004e80;
           box-shadow: 1px 1px 16px #004e80 !important;

        border-radius: 5px;
}

.redetails-pg .category-inner .btn-block2
{
        background: #666666;
            font-family: 'poppins';
}

.padding-0 checked
{
    background:#b21515;
}

.fa-check:before {
    content: "\f058"; /* font awsm */
    color: #b21515;
}
ul.usa li {
    font-size: 14px;
        margin-bottom: 5px;
        
}

.down_box
{
       /* border: 2px solid #666666; */
        padding: 20px;
        background:#E6E6E6;
            margin-bottom: 30px;
    /* margin: 0; */
    margin-left: 0px;
    margin-right: 0px;
}

.input-group-addon
{
        background: #b21515;
}
.down_p
{
        font-size: 16px;
    font-weight: 100;
    display: flex;
}

/* show hide */

p.flip {
    line-height: 30px;
    margin: auto;
    font-size: 16px;
    padding: 15px;
    text-align: left;
    background: #E6E6E6;
    border: solid 1px #666;
    color: #000;
    border-radius: 3px;
    user-select: none;
    cursor: pointer;
}

p.flip_open {
    line-height: 30px;
    margin: auto;
    font-size: 16px;
    padding: 12px;
        font-weight: 600;
    text-align: left;
    background: #555;
    border: solid 1px #666;
    color: #ffffff;
    border-radius: 3px;
    user-select: none;
    cursor: pointer;
    display:none;
}

.arw
{
        float: right;
    margin-top: 6px;
    margin-right: 12px;
    font-size: 21px;
    font-weight: 600;
}
.arw_upp
{
            float: right;
    margin-top: 6px;
    margin-right: 12px;
    font-size: 21px;
    font-weight: 600;
    display:none;
}

/* price */

.checkbox label input[type="checkbox"]:checked+.cr>.cr-icon, .radio label input[type="radio"]:checked+.cr>.cr-icon
{
    transform: scale(2) rotateZ(2deg);
    opacity: 1;
}


/* modal */

.modal_h
{
        font-size: 17px !important;
    font-family: poppins bold;
}

.modal_rh a
{
    color: #b21515;
    font-size: 1.9rem !important;
    font-family: poppins bold;
    line-height: 1.4;
}

.input-group-addon
{
    color:#fff;
}

/* menu */

    .arrow_bottomm {
    border-top: 10px solid #b21515;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    width: 0;
    height: 0;
    left: 50%;
    margin-left: -10px;
    position: absolute;
    top: 38px;
    width: 0;
    z-index: 9999;
    display: none;
}

.dropdown-menu.singal_colum ul li {
    border-bottom: 1px solid #e2e2e2;
}
#bs-example-navbar-collapse-1 .dropdown-menu>li>ul>li>a {
    display: block;
    color: #222;
    padding: 13px 0;
}

#bs-example-navbar-collapse-1 .dropdown-menu>li>ul>li>a:hover
{
        margin-left: 5px;
        transition:0.5s;
                color: #b21515;
}

.top-nav ul.nav.navbar-nav li h3:hover
{
    background: #b21515;
    color: #fff !important;
    box-shadow: none;
    transition: 0s;
  
}


.menu_menu
{
        display: grid;
        text-align: left;
    margin-left: -38px;
    
}

#bs-example-navbar-collapse-1 .dropdown:hover .arrow_bottomm
{
    display:block;
    transition: 0s;
    
}

#bs-example-navbar-collapse-1 .dropdown:hover ul.dropdown-menu
{
        display: block!important;
          border: 1px solid #b21515;
          transition: 0s;
}



.top-nav ul.nav.navbar-nav li h3:hover a
{
    color:#fff !important;
    transition: 0s;
}

#menus_v:hover #nvn
{
    background: #b21515;
    color: #fff;
    box-shadow: none;
}

/* mega menu */

#bs-example-navbar-collapse-1 .large-menu
{
        display: none;
    border-bottom: 2px solid #b21515;
    border-top: 1px solid #b21515;
    box-shadow: none;
    left: -393px;
    padding: 10px 0;
    top: 57px!important;
    width: 1131px;
    background: #fff;
    z-index: 999;
}
#bs-example-navbar-collapse-1 .dropdown ul.large-menu>li ul {
    min-height: 46px;
}
 #bs-example-navbar-collapse-1 .large-menu>li>ul>li>a {
    display: block;
    color: #000000;
    padding: 2px;
    font-size: 15px;
    text-transform: initial;
    font-weight: bold;
}
.heading_sub {
    margin-left: 20px;
        font-weight: 100 !important;
}

.extra_btn
{
    padding: 10px;
}

.sub_points
{
        margin-left: 30px;
}


/* report list */

.category-box h1
{
        padding: 11px 20px;
}

#myUL li
{
        display: flex;
}

.an_h
{
        font-size: 18px !important;
    padding: 10px;
    background: #b21515 !important;
    border: 2px solid #e6e6e6;
    border-bottom: none;
    text-align: center;
        font-weight: bold;
    color: #ffffff !important;
}

.up_value
{
    margin-bottom: 11px;
}

/* submenu navigation */

.my_fav
{
        margin-left: 10px;
    margin-top: 13px;
}

#myUL li a
{
       font-size: 14px;
    margin-top: -5px;
    margin-bottom: 10px;
}

#myUL li a:hover
{
    color:#000 !important;
}

#myUL li a:focus
{
    color:#000 !important;
}

.cts_div
{
        border: 1px solid #e6e6e6;
}



.my_fav #myUL {
    margin: 0 !important;
    padding: 0 !important;
    line-height: 2.7;
}
ul, #myUL {
    list-style-type: none !important;
}
.my_fav .fav {
    cursor: pointer;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
    font-size: 18px;
}
.my_fav .fav::before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    content: "\f013" !important;
    color: #b21515 !important;
    /* display: inline-block !important; */
    margin-right: 6px !important;
    font-size: 22px;
}
.my_fav .fav {
    cursor: pointer;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
    font-size: 18px;
}

.cat_title
{
    font-size: 21px !important; 
    color: #b21515;
    margin: 9px 0 10px 0 !important;
    font-family: poppins bold;
}

.cat_title:hover
{
    color: #b21515 !important;
}

.img-responsive, .thumbnail>img, .thumbnail a>img, .carousel-inner>.item>img, .carousel-inner>.item>a>img
{
        height: 447px;
}

.pagination>li
{
        font-size: 22px;
}

.rq_sp:hover
{
        background-image: linear-gradient(90deg, rgba(0, 116, 202, 1) 1.02%, rgba(0, 78, 128, 1) 100%);
    box-shadow: 1px 1px 9px #004e80 !important;
    border:none;
}

.thanks_back
{
      background-image: url("../images/thanks-pg-BG.jpg"); /* The image used */
  background-color: #cccccc; /* Used if the image is unavailable */
  height: 600px; /* You must set a specified height */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
}

.text_th
{
        font-size: 22px;
    color: #fff;
}

#need_help .input-group
{
        padding: 0px 5px;
}

/* FAQ */

.faq_sections{
  margin-bottom:40px;
  width:70%;
}
 .faq_sections h1{
  text-transform:uppercase;
  text-align:center;
  font-weight:normal;
  letter-spacing:10px;
  font-size:25px;
  line-height:1.5;
    
}

  .faq_sections  span{ letter-spacing:0px;}
.faq_sections p{font-weight:200;
line-height:1.5;
font-size:14px;}
/* Styles for Accordion */ 

 .faq_sections .last-child {
            border-bottom: 1px solid lightgrey;
        }
.faq_sections .toggle-title {
position: relative;
display: block;
border-top: 1px solid #b21515;
border-right: 1px solid #b31717;
/*margin-bottom: 6px;*/
}    

.faq_sections h4 {
font-size: 20px;
margin: 0px;
line-height: 1;
cursor: pointer;
font-weight:400;
font-family: 'poppins';

}

.faq_sections .toggle-inner {
padding: 0px 15px 4px 15px;
display: none;
    margin: 0px 0 0px;
        border-left: 1px solid #000000;
    border-right: 1px solid #000000;

}
.faq_sections .title-name {
display: block;
padding: 27px 16px 24px;
    border-left: 1px solid #b21515;
}
.faq_sections a i {
font-size: 22px;
margin-right: 5px;
}

.faq_sections i {
position: absolute;
background: url('https://www.researchcmfe.com/beta/images/plus.png') 0px -24px no-repeat;
width: 24px;
height: 24px;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
margin: 20px;
right: 0;
}
.faq_sections i{
        margin-top: -6px;
}
.faq_sections .active i {
    background: url('https://www.researchcmfe.com/beta/images/minus.png') 0px 0px no-repeat;
}

/* end FAQ */


@media (min-width: 768px){
.nav-tabs.nav-justified>li {
    display: inline-table;
    width: 23%;
    margin-right: 6px;
    border-radius: 5px;
        font-family: 'poppins';
}
}

/*coupon code*/
.coupon_class {
    padding-top:5px;
    padding-bottom:10px;
}
.coupon
{
    
}
/*---------new-css-16-8-2021---------*/
.mobile-view{
    display:none;
}
.category-inner.pb-45{
    padding-bottom:146px;
}
.buy-now-btn{
    margin: 0px;
    line-height: 35px;
    padding: 10px;
    font-size: 13px;
    margin-right: 24px;
    padding-right: 87px;
        padding-left: 87px;
}
