/* Custom CSS */
/*
@font-face {
    font-family: 'Prelo Slab W01 Black';
    src: url('../fonts/Proleslab/preloslab-black-webfont.woff2') format('woff2'),
         url('../fonts/Proleslab/preloslab-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Prelo Slab W01 X Bold';
    src: url('../fonts/Proleslab/preloslab-bold-webfont.woff2') format('woff2'),
         url('../fonts/Proleslab/preloslab-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Prelo Slab W01 Book';
    src: url('../fonts/Proleslab/preloslab-book-webfont.woff2') format('woff2'),
         url('../fonts/Proleslab/preloslab-book-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Prelo Slab W01 X Bold';
    src: url('../fonts/Proleslab/preloslab-extrabold-webfont.woff2') format('woff2'),
         url('../fonts/Proleslab/preloslab-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Prelo Slab W01 X Light';
    src: url('../fonts/Proleslab/preloslab-extralight-webfont.woff2') format('woff2'),
         url('../fonts/Proleslab/preloslab-extralight-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Prelo Slab W01 Hairline';
    src: url('../fonts/Proleslab/preloslab-hairline-webfont.woff2') format('woff2'),
         url('../fonts/Proleslab/preloslab-hairline-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Prelo Slab W01 Light';
    src: url('../fonts/Proleslab/preloslab-light-webfont.woff2') format('woff2'),
         url('../fonts/Proleslab/preloslab-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Prelo Slab W01 Medium';
    src: url('../fonts/Proleslab/preloslab-medium-webfont.woff2') format('woff2'),
         url('../fonts/Proleslab/preloslab-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PreloSlabW01-SemiBold';
    src: url('../fonts/Proleslab/preloslab-semibold-webfont.woff2') format('woff2'),
         url('../fonts/Proleslab/preloslab-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
*/


/* Custom CSS */
html {
  scroll-behavior: smooth;
}
body {
  color: #4d4f53;
  background: #ffffff;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0px;
  overflow-x: hidden;
  font-family: 'Prelo Slab W01 Medium';
}

img {
  /* max-width: 100%; */
}

/* Typography */

h1, h2, h3, h4, h5, h6 {
  color: #202b36;
  letter-spacing: 0px;
  margin-top: 0;
}

h1{
	font-family: "PreloSlabW01-SemiBold";
	font-size: 64px ;
	line-height: 70px;
}


h2 {
	font-family: 'Prelo Slab W01 Book';
}


h4 {
	font-family: 'Prelo Slab W01 Book';
}


p {
	font-family: 'Roboto', sans-serif;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 26px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

a {
  color: #202b36;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  letter-spacing: 0px;
  outline: 0 !important;
}

a:hover, a:active, a:focus {
  color: #333333;
  text-decoration: none;
}

p {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #4d4f53;
  letter-spacing: 0px;
  margin-bottom: 10px;
}

ul, li {
  list-style: none;
  padding: 0;
}

ul, ol {
  list-style: none;
  padding: 0;
}


ol li {
  margin-bottom: 7px;
}

li {
  color: #000000;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0px;
}

blockquote {
  border-left: 0px solid #ddd;
}

blockquote p {
  font-size: 16px;
  font-weight: 400;
}

strong {
  font-weight: 700;
}

/* / End Typography */


body.landing-page {
    background-image: url(../img/dot-bg.png);
    background-repeat: no-repeat;
    background-position: 100% -40px;
    background-size: contain;
}



/* Headers */
#header-wrap.top-nav-fixed{
  position: -webkit-fixed;
  position: fixed;
  top: 0;
  padding: 10px 0px 5px;
  -webkit-animation-name: navFadeIn;
          animation-name: navFadeIn;;
  -webkit-animation-duration: 300ms;;
          animation-duration: 300ms;
box-shadow: 0px 5px 26px -10px rgba(0,0,0,0.2);
}
#header-wrap.top-nav-fixed.fade-out{
  opacity: 0;
}
#header-wrap.top-nav-fixed .header-btn a {
  padding: 5px 40px 5px;
}
#header-wrap.top-nav-fixed .header-logo img {
  height: 50px;
}
#header-wrap {
  
    padding: 25px 0px 15px;
    display: inline-block;
    width: 100%;
    z-index: 100;
  background-color: #fff;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
@-webkit-keyframes navFadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}
@keyframes navFadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}
.header-logo {
    width: 30%;
    float: left;
}

.header-logo img {
    max-width: 90px;
    height: auto;
}

.header-btn {
    width: 70%;
    float: left;
    text-align: right;
    padding-top: 5px;
}

.header-btn a {
    background-color: #e11b22;
    color: #fff;
    padding: 12px 40px 10px;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
}

.header-btn a:hover {
    background-color: #4D4F53;
    color: #fff;
}

.header-btn-outer .header-btn {
    width: 100%;
    float: left;
    text-align: center;
    padding-top: 5px;
}

.header-btn-outer  .header-btn a {
    width: 100%;
}

.header-btn-outer {
    display: none;
}


/* End Headers */
.section {
  padding: 30px 0;
}

/* Footer */

footer {
    padding: 30px 0px 20px;
    position: relative;
    width: 100%;
    background-color: #f7f7f7;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
}

.footer-text {
    padding-top: 8px;
}

.footer-content-top {
    padding: 0px 20px;
}

.footer-logo img {
    max-width: 90px;
    height: 70px;
}


.footer-text p {
}

.footer-logo {
    width: 14%;
    float: left;
}

.footer-menu {
    width: 65%;
    float: left;
    margin-top: 20px;
    /* padding-left: 50px; */
}

.footer-social {
    width: 20%;
    float: right;
    margin-top: 10px;
    display: -webkit-box;
    display: flex;
}

.footer-content-inner {
    padding-bottom: 10px;
    width: 100%;
    display: inline-block;
}

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

.footer-menu ul li {
    border-right: 1px solid #ccc;
    float: left;
    padding: 0px 20px;
}

.footer-menu ul li a {
    color: #999;
    font-size: 15px;
    text-decoration: underline;
    font-weight: 400;
}

.footer-menu ul li a:hover {
    /* text-decoration: none; */
}

.footer-social ul {
  padding: 0;
  margin: 0;
  list-style: none;
  float: right;
}

.footer-social ul li {
    float: left;
    padding-right: 4px;
}

.footer-social ul li a {
    color: #9b9b9b;
    font-size: 36px;
}

.footer-social ul li.footer-fb a:hover {
    color: #3b5998;
}

.footer-social ul li.footer-twt a:hover {
    color: #38A1F3;
}

.footer-social ul li.footer-lindn a:hover {
    color: #0077B5;
}

.footer-text p, .footer-text ul li {
    margin: 0px;
    padding: 0px;
    color: #9b9b9b;
    font-size: 12px;
    text-align: center;
    line-height: 20px;
    font-family: 'Roboto', sans-serif;
}


.footer-copyright p {
    text-align: center;
    margin: 0px;
    padding: 0px;
    color: #9b9b9b;
    font-size: 12px;
}

.footer-copyright {
    padding-top: 15px;
}




/* Footer Widgets */


.wow {visibility: hidden;}


/************ Banner Section Style Starts ***********/

.lp-banner-outer {
    width: 100%;
    display: inline-block;
    background-color: rgba(186, 213, 230, 0.2);
    padding: 70px 0px;
}

.banner-content-inner {
    max-width: 650px;
}

.banner-text h4 {
    margin: 0px;
    color: #e11b22;
    font-size: 20px;
    font-weight: 400;
    padding-bottom: 10px;
}

.banner-text h1 {
    color: #e11b22;
    font-size: 64px;
    font-weight: 800;
    padding-bottom: 10px;
    margin: 10px 0;
}

.banner-text p {
    font-size: 44px;
    line-height: 50px;
    color: #4d4f53;
    font-family: 'Prelo Slab W01 Light';
}

.banner-cta {
    padding-top: 50px;
}

.banner-cta a {
    background-color: #e11b22;
    color: #fff;
    padding: 12px 0px 10px;
    width: 256px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin-right: 20px;
    margin-bottom: 20px;
    font-family: 'Roboto', sans-serif;
}

.banner-cta a:hover {
    background-color: #4D4F53;
    color: #fff;
}

.home-banner-outer {
    padding-top: 60px;
}

.banner-inner {
	position:relative;
}



/************ Banner Section Style Ends ***********/


/************ Prediction Section Style Starts ***********/


.predtn-section-wrap {
    padding: 80px 0px;
    width: 100%;
    display: inline-block;
    position: relative;
}

.predtn-header h2 {
    margin: 0px;
    color: #e11b22;
    font-size: 28px;
    font-weight: 400;
    padding-bottom: 10px;
    position: relative;
    display: inline-block;
}

.predtn-header h2:before {
    content: '';
    position: absolute;
    display: block;
    width: 100px;
    height: 2px;
    border-radius: 24px;
    background: #e11b22;
    margin-top: 20px;
    left: -20%;
    top: -4px;
}

.predtn-circle-wrap {
    background-image: url(../img/bl_11.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100% 80%;
}

.circle-outer-wrap {
    max-width: 900px;
    margin: 0 auto;
    padding: 250px 0px 50px;
}

.circle-content {
    background-color: #fff;
    border: 8px solid #e11b22;
    font-size: 18px;
    text-align: center;
    border-radius: 50%;
    width: 310px;
    height: 310px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    position: relative;
    /* padding: 10px; */
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    cursor: pointer;
}

.circle-content:hover {
    /*background-color: #e11b22;*/
}
.left-box {
    text-align: center;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
}


.right-box {
	padding-top:120px;
	padding-bottom:120px;
    text-align: center;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
}

.oblique-line {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 1px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    margin: -27px 0 0 90px;
    z-index: -9;
}

.line-inner {
    position: absolute;
    top: 0;
    left: 0;
    text-indent: -9999px;
    overflow: hidden;
    width: 0px;
    -webkit-transition: height .8s ease-in-out,opacity .8s ease-in-out;
    transition: height .8s ease-in-out,opacity .8s ease-in-out;
    border: 1.5px solid #e11b22;
}

.line-inner-dotted {
       border-style: dashed;
}

.big-circle .oblique-line {
    top: 70%;
    left: 70%;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    margin: 62px 0 0 -102px;
}

.line-inner {
    height: 250px;
}

.around.oblique-large {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    margin: 80px 0 0 0px;
}

.right-box .oblique-large {
    -webkit-transform: rotate(-35deg);
            transform: rotate(-35deg);
    margin: 50px 0 0 70px;
    top: 70%;
    left: 50%;
}

.right-box .around.oblique-large {
    -webkit-transform: rotate(35deg);
            transform: rotate(35deg);
    margin: 50px 0 0 -70px;
}

span.oblique-line.line-stright.oblique-large {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    margin: -50px 0 0 150px;
}

.line-stright span {
    height: 300px;
    border-style: dashed;
    border-color: #5eb9e4;
}

span.above-number {
    color: #f2f2f2;
    font-size: 120px;
    line-height: 70%;
    position: absolute;
    right: 120px;
    top: -170px;
    font-weight: 800;
    background-color: transparent;
    font-family: "PreloSlabW01-SemiBold"
}

.left-box.left-box8 span.above-number {
    background-color: #fff;
    right: 113px;
}

.circle.one span.above-number , .circle.purple.two span.above-number {
    top: -120px;
}

.circle.one .plus-minus-toggle {
    position: relative;
    right: -22px;
    top: 35px;
}

.circle.two .plus-minus-toggle {
    position: relative;
    right: -40px;
    top: 35px;
}


span.back {
    display: none;
    color: #fff;
}

.circle-content:hover .back {
	/*display: block;*/
}


.circle:hover .back {
	/* display: block; */
}


.circle-content:hover .plus-minus-back {
	/*opacity: 1;*/
}

.circle:hover .plus-minus-back {
	/*opacity: 1;*/
}

.circle:hover .front {
	/* display: none; */
}


.circle-content:hover .front {
	/*display: none;*/
}

.circle-content:hover .plus-minus-front {
	/*opacity: 0;*/
}


.circle:hover .plus-minus-front {
	/*opacity: 0;*/
}
.left-box8 {
    padding: 200px 0px 20px;
}

span.oblique-line.line-stright8.oblique-large {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    margin: 0px 0 0 0px;
    left: 50%;
    top: 100%;
}

span.oblique-line.line-stright8.oblique-large span.line-inner {
    height: 160px;
    border-style: dashed;
    border-color: #5eb9e4;
}

.plus-minus-wrap {
    background-color: #e11b22;
    border: 5px solid #e11b22;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    width: 100px;
    height: 100px;
    top: -20%;
    right: calc(50% - 50px);
    /*z-index: -9;*/
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    cursor: pointer;
}
.big-circle.circle {
    position: relative;
}
.plus-minus-wrap span {
    font-size: 50px;
    color: #fff;
    position: absolute;
    top: -15px;
    left: calc(50% - 13px);
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.plus-minus-wrap img {
    max-width: 26px;
}
.circle {
    position: relative;
}

span.plus-minus-back {
   /* display: none;*/
}

.circle.one .plus-minus-wrap {
    left: -40px;
    top: 20px;
}

.circle.one .plus-minus-wrap span {
    top: -10px;
    left: calc(50% - 25px);
}

.circle.two .plus-minus-wrap {
    right: -40px;
    top: 20px;
}

.circle.two .plus-minus-wrap span {
    top: -10px;
    right: calc(50% - 30px);
}


.predtn-slider-outer {
    padding: 0px 0px 100px;
}

.sds-frst-img-wrap {
    margin: 30px 20px;
    padding: 20px;
    box-shadow: 0 0px 46px rgba(172, 172, 172, 0.16);
}

.slick-dots li button::before {
	font-size: 50px;
	color: #979797;
}

.sds-frst-content p {
    text-align: center;
}


.slick-dots li.slick-active button:before, .slick-dots li.slick-active button:hover {
	opacity: 1;
	color: #e11b22;
}

.sds-num h4 {
    position: absolute;
    color: #d9d9d9;
}

.sds-frst-img {
    text-align: center;
}

.plus-minus-toggle {
    cursor: pointer;
    height: 21px;
    position: relative;
    width: 21px;
    right: -30px;
    top: 30px;
}

.collapsed .plus-minus-toggle:before {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
}

.plus-minus-toggle:before, .plus-minus-toggle:after {
    background: #fff;
    content: '';
    height: 4px;
    left: 0;
    position: absolute;
    top: 0;
    width: 28px;
    -webkit-transition: -webkit-transform 500ms ease;
    transition: -webkit-transform 500ms ease;
    transition: transform 500ms ease;
    transition: transform 500ms ease, -webkit-transform 500ms ease;
}

.collapsed .plus-minus-toggle:after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
}

.plus-minus-toggle:after {
    -webkit-transform-origin: center;
            transform-origin: center;
}

/************ Prediction Section Style Ends ***********/


/************ Report Section Style Starts ***********/

.report-section-wrap {
    width: 100%;
    display: inline-block;
    background-color: #f4f9fc;
    padding: 70px 0px;
    background-image: url(../img/bottom-bg.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
}

.report-header h4 {
    margin: 0px;
    color: #e11b22;
    font-size: 18px;
    font-weight: 400;
    padding-bottom: 10px;
}

.report-header h2 {
    color: #e11b22;
    font-size: 54px;
    padding-bottom: 10px;
    font-family: 'Prelo Slab W01 X Bold';
}

.report-header-outer {
    border-bottom: 2px solid #ccc;
    margin-bottom: 50px;
    padding-bottom: 20px;
}

.report-form {
    width: 100%;
}

#lp-report-form {
    font-family: 'Roboto', sans-serif;
}

.report-form label span {
    position: relative;
    top: 4px;
}

.report-form input[type="submit"] {
    background-color: #e11b22;
    color: #fff;
    padding: 12px 40px 10px;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    border: 0px;
    cursor: pointer;
    margin-top: 30px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.report-form input[type="submit"]:hover {
    background-color: #4D4F53;
    color: #fff;
}
#lp-report-form label, #lp-report-form label span, .footer a{font-family: 'Roboto', sans-serif;} 
.checkbox {
    font-family: 'Roboto', sans-serif;
    display: block;
    position: relative;
    padding-left: 45px;
    margin-bottom: 12px;
    padding-top: 3px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute !important;
  top: 0 !important;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

.checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}

.checkbox input:checked ~ .checkmark {
  background-color: #e11b22;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkbox input:checked ~ .checkmark:after {
  display: block;
}

.checkbox .checkmark:after {
    left: 8px;
    top: 4px;
    width: 9px;
    height: 14px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

p.form-text {
    font-size: 14px;
    max-width: 850px;
    padding: 10px 0px 30px;
    color: #9b9b9b;
}
.form-text a{
  font-family: 'Roboto', sans-serif;
}

/************ Report Section Style Ends ***********/



.section-padding{
  padding: 60px 0!important;
}
.controls{
	padding: 0px!important;
}

a a:focus {
  outline: none;
}


@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


.predtn-slider-wrap {
    display: none;
}



.tq-banner-outer {
    padding: 120px 0px 80px;
}

.tq-banner-outer .banner-text h1 {
   /* font-size: 72px;
    font-weight: 900;
    */
}

.banner-text h1 span {
    display: block;
}

.banner-text h3 {
    margin: 0px;
    color: #e11b22;
    font-size: 36px;
    font-weight: 400;
    padding-bottom: 10px;
    font-family: 'Prelo Slab W01 Book';
}
.banner-circle-content img {
    width: 100%;
    height: auto;
}
.banner-circle-wrap {
    display: -webkit-box;
    display: flex;
    position: absolute;
    top: -170px;
}
.back
{
	font-family: 'Roboto', sans-serif;
}

.banner-circle {
    border: 5px solid #e11b22;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    border-radius: 50%;
    width: 200px;
    height: 200px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    position: relative;
    margin-right: 40px;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    cursor: pointer;
}
.front img{
  width: 300px;
  max-width: 100%;
}
.banner-circle:hover {
    background-color: #e11b22;
}

.banner-circle:hover .front {
    display: none;
}

.banner-circle:hover .back {
    display: block;
}




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

ul.et_social_icons_container li {
    float: left;
}

a.et_social_share {
    text-decoration: none;
    display: inline-block;
    margin-right: 20px;
    color: #fff;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    font-size: 30px;
    width: 50px;
    vertical-align: middle;
    text-align: center;
    height: 50px;
    background-color: #e11b22;
}

.et_social_facebook a.et_social_share:hover {
    /*background-color: #3B5998;*/
    background-color: #4D4F53;
}

.et_social_twitter a.et_social_share:hover {
    /*background-color: #00aced;*/
    background-color: #4D4F53;
}

.et_social_linkedin a.et_social_share:hover {
    /*background-color: #0077b5;*/
    background-color: #4D4F53;
}

a.et_social_share i {
    padding-top: 10px;
}

.explore-wrap {
    width: 100%;
    display: inline-block;
    background-color: #f4f9fc;
    padding: 70px 0px;
}

.explore-text {
    max-width: 750px;
}

.explore-text h3 {
    margin: 0px;
    color: #e11b22;
    font-size: 40px;
    font-weight: 400;
    padding-bottom: 20px;
    font-family: 'Prelo Slab W01 Book';
}

.explore-text h2 {
    color: #e11b22;
    font-size: 70px;
    padding-bottom: 10px;
    font-weight: 800;
    font-family: 'Prelo Slab W01 X Bold';
}



p.share-text {
    padding: 40px 0px 20px;
    font-style: italic;
    font-size: 16px;
    font-weight: 600;
}

section.risk-sol-wrap {
    padding: 100px 20px 80px;
    width: 100%;
    display: inline-block;
}

.risk-sol-table table {
    background-color: #f5fafd;
    border-radius: 20px 20px 0px 0px;
  	-moz-border-radius: 20px 20px 0px 0px;
	-webkit-border-radius: 20px 20px 0px 0px;
}

.risk-sol-table tr.table-header {
    border-radius: 20px 20px 0px 0px;
    -moz-border-radius: 20px 20px 0px 0px;
	-webkit-border-radius: 20px 20px 0px 0px;
}

.risk-sol-table th:first-child {
	border-radius: 20px 0px 0px 0px;
	-moz-border-radius: 20px 0px 0px 0px;
	-webkit-border-radius: 20px 0px 0px 0px;
}

.risk-sol-table th:last-child {
    border-radius: 0px 20px 0px 0px;
    -moz-border-radius: 0px 20px 0px 0px;
	-webkit-border-radius: 0px 20px 0px 0px;
}


.risk-sol-table th {
	background: rgb(221, 240, 246);
    padding: 20px;
    font-size: 22px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
}

.risk-sol-table td {
    /*padding: 50px 20px;*/
}

.risk-sol-table td h2 {
    margin: 0px;
    color: #e11b22;
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 5px;
}

.activeplus .circle-content{
    background-color: #e11b22;
}
.activeplus span.back {
    display: block;
    color: #fff;
    font-family: 'Roboto', sans-serif;
}
.circle-heading{
  font-family: 'Roboto', sans-serif;    display: block;
  font-weight: 600;
  letter-spacing: 1px;
}
.circle:hover .circle-content{
	/*background-color: #e11b22; */
}

.circle:hover .front{
   /* display: none; */
}
.circle:hover .back{
   /* display: block; */
}


.activeplus .front{
    display: none;
}
.report-section-wrap #lp-report-form label
.activeplus .plus-minus-front {
    opacity: 0;
}



.activeplus .plus-minus-back {
    opacity: 1;
}


.risk-sol-table td p {
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    padding-right: 20px;
}

.risk-sol-table td ul li {
    margin-bottom: 5px;
}

.risk-sol-table td ul li a {
    color: #e11b22;
    text-decoration: underline;
    font-family: 'Roboto', sans-serif;
}

.risk-sol-table td ul li a:hover {
    color: #e11b22;
    text-decoration: none;
}

.risk-sol-table td:first-child {
    text-align: center;
}

.risk-sol-table img {
    text-align: center;
    /*border-radius: 50%;
    width: 100%;
    max-width: 100px;
    box-shadow: 0 0px 50px rgba(172, 172, 172, 0.16);*/
}


.accordionItem.open .accordionRight:before {
    float: right !important;
    content:"";
    padding: 10px;
    background-image: url(../img/minus.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.accordionRight:before {
    float: right !important;
    content: "";
    padding: 10px;
	background-image: url(../img/plus.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    -webkit-transition: all .7s ease;
    transition: all .7s ease;
}




.accordionItem{
    float:left;
    display:block;
    width:100%;
    box-sizing: border-box;
    border-bottom: 1px solid #e11b22;
}

.accordionItemHeading{
    cursor:pointer;
    margin: 20px 0px;
    padding:10px;
    background:#fff;
    color:#000;
    width:100%;
	border-radius: 3px;
    box-sizing: border-box;
}

.close .accordionItemContent{
	/*height:0px;
    transition:height 1s ease-out;
    -webkit-transform: scaleY(0);
	-o-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
    float:left;
    display:block;*/
}

.open .accordionItemContent{
    background-color: #fff;
    width: 100%;
}

.open .accordionItemHeading{
    margin:20px 0px 0px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    background-color: #fff;
    color: #000;
}

.accordionItemHeading {
    width: 100%;
    display: inline-block;
}

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

.accordionRight {
    width: 100%;
    float: left;
    padding: 0px 10px 20px;
}

.accordionRight h2 {
    margin: 0px;
    color: #e11b22;
    font-size: 21px;
    font-weight: 600;
    padding-bottom: 5px;
}

.accordionItemContent ul li {
    margin-bottom: 5px;
}

.accordionItemContent ul li a {
    color: #e11b22;
    text-decoration: underline;
    font-family: 'Roboto', sans-serif
}

.accordionItemContent ul {
    margin-left: 0%;
    padding: 0px 20px 20px;
}

.accordionItem.close {
    opacity: 1;
    font-size: 100%;
    line-height: 100%;
    color: #000;
    text-shadow: none;
    background: transparent;
    padding: 0px;
    opacity: 1;
    position: relative;
    top: 0px;
    right: 0px;
}

.accordionItem:last-child {
    border-bottom: 0px solid #e11b22;
}

.accordionLeft img {
	/*border-radius: 50%;
    width: 100%;
    height: auto;
    box-shadow: 0 0px 50px rgba(172, 172, 172, 0.16);*/
}

.risk-accordian-wrap {
    display: none;
    padding: 30px 0px;
    width: 100%;
}

.accordion_item-wrap {
    float:left;
    display:block;
    width:100%;
    box-sizing: border-box;
    padding: 20px 5px ;
    border-bottom: 1px solid #e11b22;
}

.accordion_item-wrap:last-child {
    border-bottom: 0px solid #e11b22;
}

.accordion_body ul li {
    margin-bottom: 5px;
}

.accordion_body ul li a {
    color: #e11b22;
    text-decoration: underline;
}

.accordion_body ul {
    margin-left: 12%;
    padding: 0px 0px 0px 20px;
}



/* Headers */

.navbar-light .navbar-nav .nav-link {
  color: #fff;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: #fff;
}

#headers .navbar {
  margin-bottom: 0;
}

/* End Headers */

/* Navigations */
.bg-faded {
  background-color: transparent;
}

.bg-default {
  background: #F8F8F8;
  border: none;
}

.bg-default .navbar-nav .nav-link {
  color: #444;
}

.bg-black {
  background-color: #333;
}

.bg-black .navbar-nav .nav-link {
  color: #fff;
}

.navbar-fixed-top {
  border-radius: 0;
}

.navbar-brand {
  color: #ccc !important;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  padding: 20px 15px;
}

 li.nav-item:last-child a {
    background: #e11b22;
    padding: 10px;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 12px;
    line-height: 13px;
    text-align: center;
    border: 0px !important;
}

 li.nav-item:last-child a:hover {
 	border: 0px !important;
}

.top-nav-collapse .navbar-nav .nav-item:last-child .nav-link {
    color: #fff !important;
}

.top-nav-collapse .navbar-nav .nav-item:last-child .nav-link:hover {
    color: #fff !important;
}

.navbar {
    padding: 20px 0px 0px !important;
    font-family: 'Roboto', sans-serif;
}

.navbar-light .navbar-brand, .navbar-light .navbar-toggler {
  color: #EB586F !important;
}

.navbar-toggle .icon-bar {
  background: #EB586F;
  width: 20px;
  height: 3px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.navbar-collapse {
  text-align: center;
}

.navbar {
  padding: 0;
}

.dropdown-menu {
  padding: 10px 0px;
  border: 0;
  border-radius: 0;
}

.dropdown-item {
  padding: 10px 22px;
  font-size: 14px;
  width: 170px;
}

.dropdown-item:focus, .dropdown-item:hover {
  background: #EB586F;
  color: #fff;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: #EB586F;
}

/* Default Navbar */
.navbar-nav .nav-link {
    color: #4D4F53;
    display: block;
    position: relative;
    padding: 20px 0 30px 0;
    border-bottom: 3px solid transparent;
    text-decoration: none;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: #EB586F;
}

.navbar-light .navbar-nav .nav-link:hover:focus {
  color: #EB586F;
}

.navbar-light .navbar-nav > .active > a, .navbar-light .navbar-nav > .active > a:focus, .navbar-light .navbar-nav > .active > a:hover {
  color: #EB586F;
  background-color: transparent;
}

.navbar-light .navbar-nav > .open > a, .navbar-light .navbar-nav > .open > a:focus, .navbar-light .navbar-nav > .open > a:hover {
  color: #EB586F;
  background-color: transparent;
}

.navbar-light .navbar-toggle .icon-bar {
  background-color: #EB586F;
}

.navbar-light .navbar-toggle {
  border-color: transparent;
}

.navbar-light .navbar-toggle:hover, .navbar-light .navbar-toggle:focus {
  background-color: transparent;
}

/* / End Default Navbar */



.nav-bg-default {
  background: url("../images/nav-bg-default.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.nav-bg-inverse {
  background: url("../images/nav-bg-inverse.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.nav-bg-default .navbar {
  margin-bottom: 0;
  opacity: 0.8;
}

.nav-bg-inverse .navbar {
  margin-bottom: 0;
  opacity: 0.8;
}

.navbar-light-transparent {
  background-color: transparent !important;
}

.navbar-inverse-transparent {
  background-color: transparent !important;
}

.navbar-light-transparent.navbar-light .navbar-nav > li > a {
  color: #fff;
}

.navbar-light-transparent.navbar-light .navbar-nav > li > a:hover {
  color: #EB586F;
}

.navbar-light-transparent.navbar-light .navbar-nav > li > a:focus {
  color: #fff !important;
}

.navbar-light-transparent.navbar-light .navbar-nav > .active > a, .navbar-light-transparent.navbar-light .navbar-nav > .active > a:focus, .navbar-light-transparent.navbar-light .navbar-nav > .active > a:hover {
  color: #EB586F;
  background-color: transparent;
}

.navbar-light-transparent.navbar-light .navbar-nav > .open > a, .navbar-light-transparent.navbar-light .navbar-nav > .open > a:focus, .navbar-light-transparent.navbar-light .navbar-nav > .open > a:hover {
  color: #EB586F;
  background-color: transparent;
}

.navbar-light-transparent.navbar-light .navbar-toggle .icon-bar {
  background-color: #EB586F;
}

.navbar-light-transparent.navbar-light .navbar-toggle {
  border-color: transparent;
}

.navbar-light-transparent.navbar-light .navbar-toggle:hover, .navbar-light-transparent.navbar-light .navbar-toggle:focus {
  background-color: transparent;
}

.navbar-inverse-transparent.navbar-inverse .navbar-nav > li > a {
  color: #000;
}

.navbar-inverse-transparent.navbar-inverse .navbar-nav > li > a:hover {
  color: #EB586F;
}

.navbar-inverse-transparent.navbar-inverse .navbar-nav > li > a:focus {
  color: #000 !important;
}

.navbar-inverse-transparent.navbar-inverse .navbar-nav > .active > a, .navbar-inverse-transparent.navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse-transparent.navbar-inverse .navbar-nav > .active > a:hover {
  color: #EB586F;
  background-color: transparent;
}

.navbar-inverse-transparent.navbar-inverse .navbar-nav > .open > a, .navbar-inverse-transparent.navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse-transparent.navbar-inverse .navbar-nav > .open > a:hover {
  color: #EB586F;
  background-color: transparent;
}

.navbar-inverse-transparent.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #EB586F;
}

.navbar-inverse-transparent .navbar-inverse .navbar-toggle {
  border-color: transparent;
}

.navbar-inverse-transparent.navbar-inverse .navbar-toggle:hover, .navbar-inverse-transparent.navbar-inverse .navbar-toggle:focus {
  background-color: transparent;
}


/* Top Menus */
.top-menu {
  background-color: #333;
}

.top-menu-inverse {
  background-color: #f7f7f7;
}

.top-menu p {
  margin-bottom: 0;
  padding: 9px 15px;
}

.top-menu-bg p {
  padding: 9px 0;
}

.top-menu-bg-inverse p {
  padding: 9px 0;
}

.top-menu a {
  color: #fff !important;
  font-size: 12px !important;
  margin-right: 10px;
  font-weight: 400;
}

.top-menu-inverse a {
  color: #444 !important;
}

.top-menu a:hover {
  color: #EB586F !important;
}

.top-menu .left i {
  margin-right: 5px;
}

.top-menu .right {
  float: right;
}

.top-menu .right a {
  margin: 0 0 0 15px;
}

.top-menu .right a i {
  margin-right: 5px;
}

.top-menu .container {
  padding: 0 30px;
}

.top-menu-bg a {
  color: #fff !important;
}

.top-menu-bg-inverse a {
  color: #000 !important;
}

.top-menu-bg .btn-top-menu {
  border: 2px solid #fff;
}

.top-menu-bg .btn-top-menu:hover {
  border: 2px solid #EB586F;
}

.top-menu-bg-inverse .btn-top-menu-inverse {
  border: 2px solid #000;
}

.top-menu-bg-inverse .btn-top-menu-inverse:hover {
  border: 2px solid #EB586F;
}

/* / End Top Menus */


.navmenu, .navbar-offcanvas {
  width: 200px;
  z-index: 99999;
}

.navmenu-default, .navbar-default .navbar-offcanvas {
  background-color: #fff;
  border-left: 1px solid #eee;
}

.navmenu-default .navmenu-nav > li > a:hover,
.navbar-default .navbar-offcanvas .navmenu-nav > li > a:hover,
.navmenu-default .navmenu-nav > li > a:focus,
.navbar-default .navbar-offcanvas .navmenu-nav > li > a:focus {
  color: #EB586F;
  background-color: transparent;
}

.navmenu-default .navmenu-nav > li {
  border-bottom: 1px solid #eee;
  line-height: 24px;
}

.navmenu-default .navmenu-nav > li > a,
.navbar-default .navbar-offcanvas .navmenu-nav > li > a {
  color: #444;
  padding: 0px 15px;
  font-size: 14px;
  font-weight: 300;
}

nav#menu span.fa.fa-bars:hover {
  color: #EB586F;
}

.navmenu-default .navmenu-nav > .active > a,
.navbar-default .navbar-offcanvas .navmenu-nav > .active > a,
.navmenu-default .navmenu-nav > .active > a:hover,
.navbar-default .navbar-offcanvas .navmenu-nav > .active > a:hover,
.navmenu-default .navmenu-nav > .active > a:focus,
.navbar-default .navbar-offcanvas .navmenu-nav > .active > a:focus {
  color: #EB586F;
}

.close {
  background: transparent;
  padding: 4px 12px;
  opacity: 1;
  position: absolute;
  top: 14px;
  right: 0px;
}

.close i {
  background: #EB586F;
  color: #fff;
  border-radius: 4px;
  font-size: 16px;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 30px;
}

a a:focus {
  outline: none;
}
.navbar-brand {
  position: relative;
  padding: 0px;
}
.top-nav-collapse {
  background: #fff;
  z-index: 9999;
  top: 0px !important;
  min-height: 58px;
  box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.06);
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  background: #fff !important;
}

.top-nav-collapse .navbar-brand {
  top: 0px;
}

.top-nav-collapse .navbar-brand img {
  width: 65%;
}

.top-nav-collapse .navbar-nav .nav-link {
  color: #585b60 !important;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.top-nav-collapse .navbar-nav .nav-link:hover {
  cursor: pointer;
  color: #e11b22 !important;
}

.top-nav-collapse .navbar-nav li.active a.nav-link {
      color: #4D4F53;
}

.indigo {
  background: #fff;
}

.navbar-expand-lg .navbar-nav li a:hover,
.navbar-expand-lg .navbar-nav li .active > a,
.navbar-expand-lg .navbar-nav li a:focus {
  color: #e11b22;
  border-bottom: 2px solid #916ef7;
  outline: none;
}

.navbar-expand-lg .navbar-nav .active > .nav-link,
.navbar-expand-lg .navbar-nav .nav-link.active,
.navbar-expand-lg .navbar-nav .nav-link.open,
.navbar-expand-lg .navbar-nav .open > .nav-link {
  color: #e11b22;
  border-bottom: 2px solid #e11b22;
  outline: none;
}

#header-wrap li.nav-item {
    padding: 0 35px;
}

.navbar-expand-lg .navbar-nav .nav-link:focus,
.navbar-expand-lg .navbar-nav .nav-link:hover {
  color: #e11b22;
  border-bottom: 2px solid #e11b22;
  outline: none;
}

.navbar {
  padding: 0;
}

.navbar li.active a.nav-link {
  color: #333;
}

.fadeInUpMenu {
  -webkit-animation-name: fadeInUpMenu;
  animation-name: fadeInUpMenu;
}

.slicknav_btn {
  border-color: #333;
}

.slicknav_menu .slicknav_icon-bar {
  background: #333;
}

/* only small tablets */
@media (min-width: 768px) and (max-width: 991px) {
  #nav-main li a.nav-link {
    padding-top: 18px;
  }
}

.navbar-toggler {
  display: none;
}

.mobile-menu {
  display: none;
}

.slicknav_menu {
  display: none;
}

@media screen and (max-width: 991px) {
  .navbar-header {
    width: 100%;
  }
  .navbar-brand {
    position: absolute;
    padding: 15px 15px;
    top: 0;
  }
  .navbar-brand img {
    width: 75%;
  }
  .slicknav_menu {
    display: block;
  }
  .slicknav_nav a:hover,
  .slicknav_nav a:focus,
  .slicknav_nav .active {
    color: #e11b22;
    outline: none;
    background: #fff;
  }
	.header-logo1 img {
	    position: absolute;
	    top: 10px;
	    left: 20px;
	}
	
	.navbar {
	    padding: 20px 0px 20px !important;
	}
	
	.navbar-header {
	    text-align: center;
	}
	
	.slicknav_nav a br {
		/* //display: none; */
	}
	
	a.page-scroll.last-menu {
	    background-color: #e11b22;
	    color: #fff;
	}	
}

@media screen and (max-width: 768px) {
  .navbar-header {
    width: 100%;
  }
  .navbar-brand {
    position: absolute;
    padding: 7px 15px;
    top: 0;
  }
  .navbar-brand img {
    width: 48%;
  }
  #mobile-menu {
    display: none;
  }
  .slicknav_menu {
    display: block;
  }
  .slicknav_nav .active a {
    color: #e11b22;
    outline: none;
    background: #fff;
  }
  .slicknav_nav a:hover,
  .slicknav_nav a:focus,
  .slicknav_nav .active {
    color: #e11b22;
    outline: none;
    background: #fff;
  }
}
.header-logo1 img {
    width: 90px;
	height: 70px;
    padding-bottom: 10px;
}
.mobile_header{font-weight: 700}



 