@font-face {
  font-family: 'poppins-light';
  src: url('../fonts/poppins-light.eot'); /* IE9 Compat Modes */
  src: url('../fonts/poppins-light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/poppins-light.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/poppins-light.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/poppins-light.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/poppins-light.svg#svgFontName') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'poppins-regular';
  src: url('../fonts/poppins-regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/poppins-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/poppins-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/poppins-regular.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/poppins-regular.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/poppins-regular.svg#svgFontName') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'poppins-semibold';
  src: url('../fonts/poppins-semibold.eot'); /* IE9 Compat Modes */
  src: url('../fonts/poppins-semibold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/poppins-semibold.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/poppins-semibold.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/poppins-semibold.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/poppins-semibold.svg#svgFontName') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'poppins-bold';
  src: url('../fonts/poppins-bold.eot'); /* IE9 Compat Modes */
  src: url('../fonts/poppins-bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/poppins-bold.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/poppins-bold.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/poppins-bold.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/poppins-bold.svg#svgFontName') format('svg'); /* Legacy iOS */
}

body{
  color: #191a1b;
  font-size: 18px;
  font-family: 'poppins-light';
}
a:hover{
    text-decoration: none;
}
h1{
  font-size: 85px;
  font-family: 'poppins-semibold';
  line-height: 55px;
}
h1 .bg-text{
  font-size: 70px;
}
h1 .lt-text{
  font-size: 30px;
  font-family: 'poppins-light';
}
h2{
  color: #ff202b;
  font-family: 'poppins-semibold';
  font-size: 30px;
}
h3{
  color: #1b1464;
  font-family: 'poppins-semibold';
  font-size: 40px;
}
h6{
  font-family: 'poppins-semibold';
  font-size: 20px;
  color: #000;
}
.sec-padding{
  padding: 70px 0;
}
header{
    padding: 15px 0;
    background: #fff;
    box-shadow: -5px 2px 11px #dbdada;
}
header .navbar-nav img{
    max-width: 100px;
}
header .nav-link{
    font-size: 16px;
    font-family: 'poppins-light';
    color: #000 !important;
    padding:10px 15px !important;
}
.home-banner{
  color: #707070;
}
.download-section{
    background-image: url(../img/bg.png);
    background-size: cover;
    height: 350px;
    background-repeat: no-repeat;
    background-position: top;
    margin-top: -9%;
     padding-top: 13%;
}
.download-section img{
        width: 20% !important;
    }
#assistSlider .carousel-caption {
    position: absolute;
    right: 0;
    bottom: -40px;
    left: 0;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #000;
    text-align: center;
    font-family: 'poppins-semibold';
}
.analyse-section{
    background-image: url(../img/bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 430px;
    margin-top: 80px;
    /*background-position: top;*/
}
.analyse-section h2{
  color: #1b1464;
  font-size: 75px;
  text-shadow: 2px 2px 4px #000000;
}
.testi-section p{
    font-size: 17px;
    font-family: 'poppins-regular';
    color: #191a1b;
    margin-bottom: 10px;
}
.testi-section .carousel-control-prev {
    /*left: 0;*/
    background: #1b1464;
    opacity: 1;
    height: 45%;
    top: 27%;
    left: 11.7%;
    width: 5%;
}
.testi-section .carousel-control-next {
    /*left: 0;*/
    background: #ff202b;
    opacity: 1;
    height: 45%;
    top: 27%;
    right: 11.7%;
    width: 5%;
}
.testi-div{
    background:#f3f3f3;
    padding:25px;
    min-height: 315px;
}
.testi-div span{
    color: #f62743;
    font-size: 18px;
    font-family: 'poppins-bold';
}
.coming-section .carousel-caption{
    text-align: initial;
    width: 90%;
    left: 5%;
}
.coming-section .carousel-caption h3{
    color: #fff;
}

#comingSlider .carousel-indicators,#analysisSlider .carousel-indicators{
    bottom: -50px;
}
#analysisSlider .carousel-indicators{
    margin-left: -8%;
}
#comingSlider .carousel-indicators li, .testi-section .carousel-indicators li,
#assistSlider .carousel-indicators li, #analysisSlider .carousel-indicators li{
    background-color: #f89eb5;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    cursor: pointer;
}
#comingSlider .carousel-indicators .active, .testi-section .carousel-indicators .active,
#assistSlider .carousel-indicators .active, #analysisSlider .carousel-indicators .active{
    background-color: #ff202b;
}
footer{
    background: #f0f0f0;
    padding: 10px 0;
}
.social-link a{
    color: #000;
    font-size: 30px;
}
.footer-nav a{
    font-size: 16px;
    color: #000;
    font-family: 'poppins-light';
    padding: 0 5px;
}
footer p a{
    font-size: 18px;
    color: #959595;
    font-family: 'poppins-light';
}
.slick-arrow.slick-hidden {
    display: none;
}

.slick-current{
    position: relative;
}


.hero__title .slick-slide{
    overflow: hidden;
        padding: 20px 0;
    
}

.hero__title [aria-hidden]{
    transition: 1s;
}
.slick-list {
    text-align: center;
}
.hero__title-misc{
  display: block;
  font-size: 20px;
  font-family: 'poppins-semibold';
  color: #d8d7d7;
}

.slick-slide.slick-current.slick-active .hero__title-misc{
    color:#1b1464 !important;
}
/************Contact Page*****************/
.map-section .skew-div{
    content: '';
  position: relative;
  left: 0;
  top: -36px;
  width: 100%;
  height: 90px;
  background: #fff;
  -webkit-transform: skewY(-2.5deg);
  -moz-transform: skewY(-2.5deg);
  -ms-transform: skewY(-2.5deg);
  -o-transform: skewY(-2.5deg);
  transform: skewY(-2.5deg);
  -webkit-backface-visibility: hidden;
}
.contact-section .form-control, .reset-form-section .form-control{
    border-bottom: 1px solid #707070 !important;
    border-radius: 0;
    border: none;
    margin-bottom: 30px;
}
.contact-section .form-control:focus, .reset-form-section .form-control:focus{
  box-shadow: none;
}
.contact-section button{
    color: #1b1464;
    font-size: 18px;
    font-family: 'poppins-semibold';
    background-color: transparent;
    border: 1px solid #707070;
    border-radius: 30px;
    padding: 7px 30px;
}
.contact-section button:hover{
    background-color: #1b1464;
    color: #fff;
}
.contact-section h5{
    font-family: 'poppins-semibold';
    font-size: 18px;
    color: #ff202b;
}
.contact-section a, .contact-section p{
    color: #707070;
    font-family: 'poppins-regular';
}
.contact-section .modal-content{
    background: #707070;
    display: grid;
    align-items: center;
    min-height: 250px;
    border-radius: 20px;
}
.contact-section .modal h5{
    line-height: 30px;
    font-size: 20px;
}
.contact-section .close{
    position: absolute;
    right: -20px;
    top: -20px;
    background: red;
    opacity: 1;
    border-radius: 50%;
    padding: 15px;
    color: #fff;
}
.contact-section textarea {
  resize: none;
  height: 37px;
}

/**************REset Password Page*******************8*/
.reset-section, .error-section{
    background-image: url('../img/analysis.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    margin-top: 20px;
}
.reset-section p{
    font-size: 22px;
    margin: 30px 0;
    font-family: 'poppins-regular';
    font-weight: 700;
    /*color: #1b1464;*/
}
.reset-section a{
    color: #ff202b;
    font-size: 20px;
    font-family: 'poppins-semibold';
    border: 1.5px solid #707070;
    border-radius: 30px;
    padding: 7px 30px;
    display: inline-block;
}
.reset-section a:hover{
    background: #ff202b;
    border: 1.5px solid #ff202b;
    color: #fff;
}
.reset-section h3{
    font-size: 27px;
    margin-top: 100px;
    margin-bottom: 15px;
}
.reset-form-section button{
    color: #ff202b;
    background-color: transparent;
    border: 1px solid #707070;
    padding: 3px 35px;
    border-radius: 30px;
    font-family: 'poppins-semibold';
    font-size: 16px;
    margin-bottom: 40px;
}
.reset-form-section h6, .thanku-section h6, .error-section h6{
    color: #131464;
}
.email-text{
    font-family: 'poppins-semibold';
    margin-bottom: 60px;
    color: #191a1b !important;
}
.thanku-div{
    background: #f2f3f7;
    padding: 40px;
    border-radius: 30px;
    background-image: url(../img/analysis.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    margin-top: 20px;
}
.thanku-section p{
    color: #000;
    font-family: 'poppins-semibold'
}
.password-section{
    padding: 150px 0;
}
.error-section h2{
    font-size: 200px;
    text-shadow: 2px 2px 4px #000000;
}
.error-section a{
    color: #ff202b;
}
.error-section p{
    font-family: 'poppins-semibold';
    color: #707070;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-family: 'poppins-regular';
  font-size: 14px;
  color: #707070;
}
::-moz-placeholder { /* Firefox 19+ */
  font-family: 'poppins-regular';
  font-size: 14px;
  color: #707070;
}
:-ms-input-placeholder { /* IE 10+ */
  font-family: 'poppins-regular';
  font-size: 14px;
  color: #707070;
}
:-moz-placeholder { /* Firefox 18- */
  font-family: 'poppins-regular';
  font-size: 14px;
  color: #707070;
}


/*******************ABOUT US PAGE****************/
.mob-div{
  display: none !important;
}
.abt-banner{
    margin-top: -17%;
    height: 550px;
    background-image: url(../img/bg.png);
    background-size: cover;
    /*height: 350px;*/
    background-repeat: no-repeat;
    background-position: top;
    /*margin-top: -9%;*/
    padding-top: 20%;
    padding-bottom: 70px;
}
.team-m-name{color: #ff202b;font-family: 'poppins-regular';}
.black-sub-head{
    /*font-size: 28px;*/
    color: #000;
    font-family: 'poppins-regular';
}
.bg-gray{
    background-color: #f2f3f7;
}
.team-card{
    background: #e7e8ec;
    box-shadow: 0px 0px 15.84px 0.16px rgba(0, 0, 0, 0.18);
    transition: all .5s ease;
    cursor: pointer;
}
.team-card .card-body{
    transition: all .5s ease;
}
.team-card .card-title{
        margin-bottom: .75rem;
    color: #ed1b2f;
    font-family: 'poppins-bold';
    font-weight: bold;
    font-size: 24px;
    text-transform: uppercase;
    line-height: 1.042;
    text-align: center;
}
.team-card .card-text{
    text-align: center;
    color: #000;
}
.team-card:hover .card-body
{
    background-color: #ff202b;
}
.team-card:hover .card-text,
.team-card:hover .card-title{
    color: #fff;
}
.team-white-card{
    font-family: 'poppins-semibold';
    border-radius: 20px;
}
.card-wtext{
    color: rgb(255, 32, 43);
    text-align: center;
}
.team-card:hover .card-wtext{
    color: #fff;
}
/*Legal support*/
/*.legal-nav-pills .nav-link{
    font-size: 24px;
    color: #707070;
}
.legal-nav-pills .nav-link.active,
 .legal-nav-pills .show>.nav-link{
    background-color: transparent;
    color: rgb(255, 32, 43);
 }*/
 /****************Legal Page***********************/
 .legal-list a{
font-size: 24px;
    color: #707070;
 }
 .legal-list a.active{
color: rgb(255, 32, 43);
 }
.border-right-red{
    border-right: 2px solid #ff202b;
}
.h4-heading h4{
        font-size: 18px;
    color: #000 !important;
    font-weight: bold;
}
.h4-heading h5{
    font-size: 16px;
    font-weight: bold;
    color: #000;
}
.h4-heading p{
    font-size: 15px;
}
.h4-heading ul li{
    font-size: 15px;
}
.h4-heading h4 {
    font-size: 17px;
    color: #000 !important;
    font-weight: 600;
    font-family: 'poppins-regular';
}
.h4-heading h5 {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    font-family: 'poppins-regular';
}
h6.blue-link {
    font-weight: 400;
    color: #6363ce;
    margin-bottom: .3em;
    font-size: 14px;
    font-family: 'poppins';
    font-family: 'poppins-regular';
}
/Faq page/
.faq-search-btn{
        background-color: #1a1265;
    color: #fff;
        border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
.search-input{
        border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
#accordion{
    background-color: ;
}
.f-parent-card{
        text-align: left;
    border-radius: 0;
    border: 0;
    background-color: #f5f5f5;
}

.f-parent-header{
    background-color: transparent;
    border: 0;
}
.f-parent-header a{
    color: #000;
    font-weight: bold;
}
.f-child-card{
    border: 0;
    background-color: white;
    
    border-radius: 2px;
    margin-bottom: 1rem;
    background-color: transparent;
    box-shadow: 0px 0px 7.36px 0.64px rgb(0 0 0 / 34%);
}
.f-child-card .collapsed{
background-color: transparent;
box-shadow: none;
    
}
.f-child-card .collapsed .f-child-header{
background-color: #fff;
    border: 0;
}
.f-child-card .card-body{
        background-color: #fff;
}
.f-child-header{
    background-color: transparent;
    border-bottom: 0;
}
.f-child-header a{
        color: #000;
    font-weight: 600;
    font-size: 15px;
}
.f-child-header p{
    font-size: 14px;
}
.f-parent-card .mb-0 > a {
  display: block;
  position: relative;
}

.f-parent-card .mb-0 > a:after {
  content: "\f067";
  font-family: "FontAwesome";
  position: absolute;
  right: 0;
  font-weight: 500;
      font-size: 15px;
}

.f-parent-card .mb-0 > a[aria-expanded="true"]:after {
  content: "\f068";
  font-family: "FontAwesome";
  font-weight: 500;
      font-size: 15px;
}
.faq-search-btn{
        background-color: #1a1265;
    color: #fff;
        border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
.search-input{
        border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.navbar-brand > img{
height:49px;    

}

.f-child-card .card-body p{
    font-size: 15px !important;
}

/************Blog Page*****************/
.blog-section .card{
    box-shadow: 0px 0px 15.84px 0.16px rgb(0 0 0 / 18%);
    border-radius: 0;
    border: none;
    margin-bottom: 30px;
}
.blog-section h2{
  font-size: 20px;
  text-transform: capitalize;
}
.blog-section p, .blog-detail-section{
  font-size: 16px;

}
.blog-section .blog-date-div{
    color: #fff;
    background-color: #ff202b;
    /*text-align: center;*/
    padding: 10px 1.25rem;
    font-family: 'poppins-semibold';
}
.blog-section a.btn{
    border-radius: 30px;
    border: 1px solid #191a1b;
    color: #191a1b;
}
#blog-hide-div{
    display: none;
}
.blog-button{
    border: none !important;
    font-family: 'poppins-semibold';
    font-size: 20px;
}
.blog-button:hover{
    background-color: transparent !important;
    color: #000 !important;
}
.blog-section a:hover{
    background-color: #191a1b;
    color: #fff;
}
.blog-detail-date{
    font-family: 'poppins-semibold';
    font-size: 16px;
}
.blog-detail-section hr{
    border-top: 5px solid #4a4a4acc;
}
.blog-detail-section h3{
    font-size: 25px;
}
.blog-detail-section .blog-section{
    border-left: 3px solid #ddd;
}
.blog-by-name-bot{margin-top: 30px;}

/*how scorpad assist - roshani*/
.scorpad-assist{
    height: 100%;
    padding: 50px 0;
}

.nav-s-ass ul{
    list-style: none;
    padding: 0;
}
.nav-s-ass li{
    padding: 10px 0;
}
.span1, .span2{
    display: inline-block;
    position:relative;
}

.nav-s-ass a{
    display: inline-block;
    color: #272727;
    text-decoration: none;
    font-size: 1em;
}
.circle{
    height: 12px;
    width: 12px;
    left: -10px;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid #d8d7d7;
}
.rect{
    height: 3px;
    width: 0px;
    left: 0;
    bottom: 4px;
    background-color: #272727;
    -webkit-transition: -webkit-transform 0.6s, width 1s;
    -moz-transition: -webkit-transform 0.6s, width 1s;
    transition: transform 0.6s, width 1s;
}

.nav-s-ass a:hover  .span1, .nav-s-ass .active-section .span1{
    background-color: #ff202b;
    border-color: #ff202b;
}
.nav-s-ass .active-section .rect{
    width: 40px;
}
.fixed-top{
  position:sticky;
  top: 15%;
}

.content-section{
    width: 100%;
    text-align: center;

}

.content-section.d-view img{
    margin: 35px 0 70px;
}

.nav-s-ass a{
    color: #d8d7d7;
    font-size: 18px;
    line-height: 20px;
    margin: 0;
    padding: 20px;
    overflow: visible;
    position: relative;
    text-align: initial;
    font-family: 'poppins-light';
}

.nav-s-ass a:hover, .nav-s-ass .active-section .span1{
    color: #ff202b;
    border-color: #ff202b;
}

.nav-s-ass a:hover .span-text, .nav-s-ass .active-section .span-text{
    color: #000;
    font-family: 'poppins-regular';
}

.nav-s-ass ul li {
    list-style-position: inside;
    padding-left: 28px;
    text-indent: -20px;
}
/*End how scorpad assist - roshani*/









