/*common css
---------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    margin:0;
}

p{
  margin: 0;
}
body {
font-family: 'Montserrat', sans-serif;
}
main.container-fluid.main-container {
    padding: 0px;
}
/*slider css
---------------------------------*/
.slider-container h2{
    font-weight: normal;
    font-size: 41px;
}
.slider-container{
    height: 100vh;
    background-color: #071d64;
  
}
.slider {
    position: relative;
    height: 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 100vh !important;
    color: #ffffff;
}
.slider-content {
    width: 75%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10%;
    max-width: 730px;
}
.slider-content a.truact-btn{
    margin-top:40px;
}
.slider-content p {
    width: 70%;
}

ul.slick-dots {
    position: absolute;
    bottom: 45px;
    margin: 0px;
    padding: 0px;
    left: 50%;
    transform: translateX(-50%);
}
ul.slick-dots li{
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    height: 11px;
    margin: 0 15px;
    position: relative;
    width: 11px;
    background-color: #fff;
    border: none;
}
ul.slick-dots li::after{
    position: absolute;
    top: -4px;
    left: -4px;
    width: 19px;
    height: 19px;
    content: "";
    border-radius: 50%;
    border: 1px solid #fff;
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease-out;
}

ul.slick-dots li.slick-active::after{
    visibility: visible;
    opacity: 1;
}
ul.slick-dots li button{
    display: none;
}

span.strip {
    content: '';
    background-image: url(../images/strip.png);
    display: block;
    width: 100%;
    height: 12px;
    background-repeat: no-repeat;
    position: relative;
    margin-top: 15px;
    margin-bottom: 30px;
}
.strip-title span {
    position: relative;
} 
.strip-title {
    margin-bottom: 60px;
}  
.strip-title img {
    height: auto;
    position: absolute;
    left: 2px;
    top: 55px;
}

/*solution cards*/

div.solution-container .card
{
    text-align: center;
    border: 1px solid #dee6f8;
    padding: 50px 29px;
    position: relative;
    height: 100%;
    padding-bottom: 90px;
    cursor: pointer;
}
div.solution-container .card span.counter-number{
    font-size: 72px;
    position: absolute;
    left: -4px;
    color: #f5f8ff;
    font-weight: 600;
    top: -10px;
    line-height: 90px;
}
div.solution-container .card img{
    width: 100px;
    height: auto;
    display: block;
    margin: 0 auto;
}
div.solution-container h2{
    font-size: 18px;
    color: #2c324b;
    margin-top: 30px;
    margin-bottom: 20px;
    -webkit-transition: .3s;
    transition: .3s;
    font-weight: 600;
    cursor: pointer;
    line-height: 1.4;
}
div.solution-container p{
    color: #535e72;
    line-height: 28px;
    margin-bottom: 20px;
}
div.solution-container .card:hover h2 {
    color: #5d7dea;
}
div.solution-container .card:hover {
    box-shadow: 0px 25px 57px 3px rgba(0, 27, 103, 0.15);
}
div.solution-container a.truact-btn,#Insights a.truact-btn{
    width: 165px;
    height: 40px;
    line-height: 0.5;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 45px;
    text-align: center;
}


/*insurance-report*/
#insurance-report h2,.whyact-info h2{
    color: #2c324b;
    font-size: 36px;
    font-weight: 700;
    line-height: 48px;
    margin-bottom: 28px;
}
#insurance-report p,.whyact-info p{
    color: #535e72;
    font-size: 16px;
    line-height: 28px
}
.report-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.report-list ul li {
    /* font-size: 16px;
    color: #232d3f;
    line-height: 26px;
    margin-bottom: 8px;
    position: relative;
    padding-left: 40px;    */
}
.report-list ul li::after{
    /* position: absolute;
    background: transparent  url(../images/shape-1.png) 0% 0%/auto no-repeat scroll;
    top: 5px;
    left: 0;
    content: "";
    width: 100%;
    height: 100%; */
}

/*whyact*/
.whyact-card {
    padding: 20px 20px 20px 120px;
    position: relative;
    margin-bottom: 15px;
    -webkit-transition: .3s;
    transition: .3s;   
    cursor: pointer;
}
.whyact-card:hover {
    box-shadow: 0px 25px 57px 3px rgba(0, 27, 103, 0.15);
}
.whyact-card img{
    position: absolute;
    top: 45px;
    max-width: 56px;
    left: 35px;
}
.whyact-card h2 {
    font-size: 24px;
    color: #2c324b;
    margin-bottom: 20px;
}
.whyact-card p {
    font-size: 14px;
    line-height: 28px;
    color: #535e72;
}
/*common button css*/
.whyact-container a.truact-btn,.report-container a.truact-btn{
    margin-top:30px;
}
.monitor-img {
    max-width: 70%;
    left: 15%;
    position: absolute;
}

/*bgcolors*/
#insurance-report, #Insights,#leadership{
    background: #f5f7fb;
}
#home-page section div.container-fluid{
    padding-top:80px;
    padding-bottom:80px;
    
}
#leadership {
    padding-top:80px;
    padding-bottom: 80px;
    margin-bottom: 0px !important;
}
/*button*/

a.truact-btn {
    background: transparent none repeat scroll 0 0;
    color: #2b323f;
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    padding: 17px 40px;
    border-radius: 35px;
    letter-spacing: 2px;
    font-weight: 500;
    -webkit-transition: .3s;
    transition: .3s;
    position: relative;
    z-index: 1;
    text-decoration: none;
    outline: none;
}
a.truact-btn:before {
    background: linear-gradient(90deg, #6674f5, #64d1ff);
}
a.truact-btn:before {
    background-image: -webkit-linear-gradient( 0deg, rgb(93,125,234) 0%, rgb(41,173,249) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(93,125,234) 0%, rgb(41,173,249) 100%);
    border-radius: 100px;
    content: "";
    height: calc(100% + 4px);
    left: -2px;
    position: absolute;
    top: -2px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: calc(100% + 4px);
    z-index: -2;
}
a.truact-btn:after {
    background: #F5F7FB none repeat scroll 0 0;
    border-radius: 100px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
    z-index: -1;
}
a.truact-btn:hover {
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
    color: #fff;
}
a.truact-btn:hover {
    box-shadow: 0px 15px 50px 0px rgba(0, 27, 103, 0.3);
}
a.truact-btn:hover:after, a.truact-btn:focus:after {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

/*header*/

.header .region-header{
    padding-top: 100px;
  }
  body:not(.menu-closed) .logo-main img{
    max-width: 65px;
    height: auto;
    position: relative;
    right: 42px;
  }
  body.menu-closed .logo-main img{
    max-width: 40px;
    height: auto;
    position: relative;
    left: -11px;
  }
  .header .logo a div.logo-main{
    width: unset !important;
  }
  .header .region-header .block-menu-block .menu{
    padding: 0px;
  }
  body:not(.menu-closed)  .header .logo{
    left: 50% !important;
    transform: translateX(-50%);
  }
  .menu-closed .header .header-bar {
    top: 75px !important;
    width: 35px !important;
    height: 35px !important;
    left: 10px !important;
  }
  .menu-closed .header .header-bar .menu-icon {
      margin-top:10px !important;
  }
  .menu-closed .header{
    width: 60px !important;
  }
  .header .region-header .block-menu-block .menu .level-1 > a{
    padding-left: 0px !important;
    text-align: center;
  }
  .header .header-wrapper{
      padding-right: 0px !important;
  
  }
  .header .region-header .block-menu-block .menu .level-1{
      font-size: 0.8em !important;
  }
  body:not(.menu-closed) .header {
    width: 210px !important;
  }
  body:not(.menu-closed) .header .header-bar {
    left: 170px !important;
  }
  body:not(.menu-closed)  .header .region-header {
    max-width: 170px;
  }
  .header .region-header .block-menu-block{
      min-width: unset !important;
  }
  .main-container{
      margin: 0 auto;
  }

  /*footer*/
   
footer { 
    background:#000e28 !important;
    padding-bottom:20px;
    padding-left: 20px;
    padding-right: 20px;
    }
    footer .logo img {
        max-height:50px;
    }
    footer {
        color:#ffffff;
        padding-bottom:10px;
        padding-top:50px;
    }
   
    footer h6,footer h1 {
        color:#ffffff;
        font-weight: normal;
        margin-top:10px;
        margin-bottom:10px
       
    }
     footer h1 {
        
       padding-top: 44px;
   
    }
    footer ul {
       list-style:none;
       padding: 0px;
    }
    footer ul li {
           margin: 0px;
       padding: 0px;
       font-size: 14px;
       color: #e5f4ff;
       cursor: pointer;
    }
     footer ul .col-sm-3 h6 {
         padding-top:20px;
     }
     .copy-right.row{
         
       padding-top: 8px;
   
     }
     .copy-right.row p {
        font-size: 13px;
     }
    
     footer .col-sm-6.pull-right p{
            text-align: right;
       position: relative;
       left: 5px;
   
     }
     .footer-logo {
        width: 85px;
      position: relative;
      right: 12px;
          bottom: 1px;
    }
    footer p, footer ul li,footer ul li a {
       color: #7d889b;
      line-height: 2;

        font-size: 14px;
        font-family: arial;
    }
    footer div.container-fluid .row:first-child {
        
      border-bottom: 1px solid #a5b1c9;
      padding-bottom: 50px;
  
    }

    /* body.menu-closed  main.main-container,body.menu-closed footer{
        margin-left: 60px;
    }
    body:not(.menu-closed)  main.main-container,body:not(.menu-closed)  footer{
        margin-left: 210px;
    } */
/*demo request*/
#demo-request {
    background: #092668 !important;
}
#demo-request .container-fluid{
    padding-top: 40px !important;
    padding-bottom: 50px !important;
    padding-left: 2%;
    padding-right: 2%;
}

#demo-request  h2 {
    color: #ffffff;
    font-weight: normal;
    margin-bottom: 15px;
    margin-top: 17px;
}
#demo-request  p {
    color: #ffffff;
    font-size: 14px;
}
#demo-request a {

    margin:0 auto;
    margin-top:30px;
    text-align: center;
 
}
.preloader-wrapper {
    background: #07215c !important;
}

#Insights .card {
    text-align: center;
    color: #fff;
    border-radius: 10px;
    height: 290px;
    width: 100%;
    background: #ffffff;
}
#Insights .card img {
    width: 100%;
    height: 150px;
}
#Insights .card .card-seperator {
    color: #222222;
    padding-top: 15px;
    font-size: 14px;
    font-weight: bold;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 21px;
}
#Insights .container-fluid{
    max-width: 1024px;
    padding-top: 70px !important;
    padding-bottom: 70px !important;
}
#Insights .strip {
    background-position: center;
}
#Insights a.truact-btn{
    bottom: 25px;
}
#Insights .card:hover {
    box-shadow: 0px 25px 57px 3px rgba(0, 27, 103, 0.15);
}
div.menu-block-wrapper a.truact-btn {
    font-size: 11px;
    height: 35px !important;
    width: 150px !important;
    margin: 0 auto;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    text-transform: unset !important;
    letter-spacing: unset;
    font-weight: 600 !important;
}

/*solution page*/
#solution-page-home {
    height: 250px;
    background-color: #071d64;
    position: relative;
}
#solution-page-home .title-container {
    position: absolute;
    bottom: 50px;
    width: 100%;
}
#solution-page-home h2 {
    color: #ffffff;
 }
 #solution-page-home .strip{
    background-position: center;
    position: relative;
    right: 25px;
 }
#solution-page-tabs{
    padding-top:80px;
    padding-bottom: 80px;
}
 ul.nav-pills.image-tabs {
    border-bottom: 1px solid #ccc;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 50px;
}
.tab-menu{
    padding-bottom: 20px;
    cursor: pointer;
}
.tab-menu:hover {
    /* box-shadow: 0px 25px 57px 3px rgba(0, 27, 103, 0.15);   */
}

.tab-menu img{
    max-width: 100%;
    height: auto;
    display: block;
    margin:0 auto;
    margin-bottom: 10px;
}
.tab-menu p{
    text-align: center !important;
    font-size: 15px !important;
    color: #2c324b !important;
    font-weight: 600 !important ;
}
.tab-menu:hover p{
    color: #f7a81b !important;
}
.tab-menu.active{
    background: unset !important;
    color: #212529 !important;
}
.tab-menu.nav-link::after {
    content: '';
    width: 0px;
    height: 7px;
    background: #f7a81b;
    position: absolute;
    display: inline-block;
    bottom: -4px;
    border-radius: 5px;
    left: 50%;
    transform: translateX(-50%);
    transition-delay: 0.5s;
   
    opacity: 0;
    transition: all 0.5s;
}
.tab-menu.nav-link.active::after{
    opacity: 1;
    width: 50px;
  
}

.side-image-container {
    float: left;
    width: 50%;
    padding-right: 4%;
    padding-bottom: 75px;
    margin-right: 20px;
}
.side-image-container img {
    height: 370px;
    width: 90%;
    box-shadow: 0px 25px 57px 3px rgba(0, 27, 103, 0.25);
}

.nav-border .nav-item {
    padding-left: 0px;
    padding-right: 0px;
}

.nav-border .nav-item a {
    border:2px solid #000e28;
    color: #000e28;
    text-align: center;
    border-radius: unset;
    font-weight: 600;
    font-size: 12px;
    border-right: none;
    border-left: none;
}
.nav-border .nav-item:first-child a{
    border-left:2px solid #000e28; 
}
.nav-border .nav-item:last-child a{
    border-right:2px solid #000e28; 
}

.nav-border .nav-item a:not(.active)::after{
    height: 20px;
    width: 2px;
    background: #000e28;
    content: '';
    display: inline-block;
    position: absolute;
    right: -3px;
    top: 50%;
    transform: translateY(-50%);
}
.nav-border .nav-item:last-child a::after{
    display: none;
}
.nav-border .nav-item a.active {
    background-color: #000e28 !important;
    color: #ffffff;
}
.nav-border+.tab-content p,.nav-border+.tab-content td,h4.title+p{
    color: #535e72;
    line-height: 28px;
    margin-bottom:20px;
    font-size: 15px;
    font-weight: normal;

}
.nav-border+.tab-content h4,.nav-border+.tab-content th,h4.title{
    font-size: 14px;
    color: #2c324b;
    margin-top:10px;
    margin-bottom: 10px;
}
.nav-border+.tab-content {
    margin-top: 30px;
}

.nav-border+.tab-content ul:not(.nav),div.leadership ul,.report-list ul{
    position: relative;
    left: 30px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    color: #2c324b;
    list-style-image: url('../images/bullet_points.png');
}
.nav-border+.tab-content ul li,div.leadership ul li,.report-list ul li{
    line-height: 32px;
}
.nav-border+.tab-content {
    min-height: 350px;
}
/*page-head*/
#solution-page-home {
    background-image: url(../images/solution/bg.png);
    background-size: cover;
}
.side-image-container {
    background-image: url(../images/solution/dots.png);
    background-size: contain;
    background-position-x: 80%;
    background-position-y: 40px;
    background-repeat: no-repeat;
}

.tab-content table thead tr {
    background: #000e28;

}
tr td ul {
    left: 0px !important;
}
.tab-content table thead tr th{
    color: #ffffff !important;
}
.tab-content table tbody tr td:first-child{
    /* font-weight: bold; */
}
.contact-form {
  

    position: absolute;
    box-shadow: 0px 25px 57px 3px rgba(0, 27, 103, 0.15);
    max-width: 1080px;
    left: 50%;

    max-height: 500px;
    height: 408px;
    z-index: 100;
    transform: translatex(-50%);
    width: 90%;
    bottom: 50px;
    font-family: 'Montserrat', sans-serif;
}
.contact-form .col-sm-6 {
    padding: 50px;
}
.contact-form .col-sm-6:first-child{
    background: #ffffff;
}

.contact-form label {
    display: none;
}

.contact-form button {
    background : #071d64;
    width: 100%;
    position: relative;
    top: 15px;
}
.contact-info {
    background : rgba(7, 29, 100, 0.96);
    color: #ffffff;
}
.contact-info h2 {
    font-weight: normal;
    font-size: 21px;
    text-align: left;
    position: relative;
    right: 30px;

}
.contact-info ul {
    list-style-type: none;
    padding: 0px;
    font-size: 14px;
   width: 200px;
    line-height: 2;
    margin: 0 auto;
}
.contact-info ul li {
    position: relative;
    margin-bottom: 10px;
}
.contact-info ul li i {
 
    position: absolute;
    left: -30px;
    top: 9px;
}
.contmap {
    overflow:hidden;height: 450px;width:100%;
}
.main-container.contact-us {
    position: relative;
    padding-bottom: 300px;
}
.contact-form input.form-control {
    border-radius: unset;
    outline: none;
    box-shadow: unset;
 
}
.contact-form input.form-control::placeholder {
    font-size: 12px;
    opacity: 0.8;
}

/*about box*/

#about-section>.row {
    margin-bottom: 20px;
}
.about-box {
    background-color: #292c3b;
    color: #ffffff;
    padding: 30px;
    height: 200px;
}
.about-box h4 {
    font-weight: normal;
    font-size: 18px;
}
.about-box p {
    font-size: 12px !important;;
    color: #ffffff !important;
}
.about-box span.strip {
    margin-top: 11px;
    margin-bottom: 20px;
}

.about-side-image-container {
    background-image: url(../images/solution/dots.png);
    background-size: contain;
    background-position-x: 93%;
    background-position-y: 40px;
    background-repeat: no-repeat;
    width: 100%;
    padding-right: 4%;
    padding-bottom: 75px;
    margin-right: 20px;
    margin-bottom: 30px;
    margin-top: 6px;
}

.about-side-image-container img {
    height: 370px;
    width: 90%;
    box-shadow: 0px 25px 57px 3px rgba(0, 27, 103, 0.25);
}
#about-section p {
    color: #535e72;
line-height: 28px;
margin-bottom: 20px;
font-size: 15px;
font-weight: normal;
}
#about-section .user-image {

    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 1px solid #cccccc;
    margin: 0 auto;
    display: block;
}


#about-section .user-info {
    margin-bottom: 20px;
}
#about-section .user-info p {
   margin:0px;
   text-align: center;
}
#about-section .user-info  h5 {
    text-align: center;
    margin-bottom: 5px;
    font-size: 14px;
    margin-top: 15px;
}


#about-section>section {
    margin-top:80px;
    margin-bottom: 80px;
    padding-left: 20px;
    padding-right: 20px;
}
.report-list ul{
    left: 0px;
    margin-left: 30px;
}
.about-box span.strip,.contact-info span.strip{
    background-size: 70px auto;
}
.contact-info span.strip{
    position: relative;
    right: 28px;
    margin-top: 11px;
    margin-bottom: 40px;
}

.leadership .strip-title {
    margin-bottom: 60px !important;
}
.leadership .strip-title img {
    top: 40px;
}
.leadership ul {
    margin-bottom: 0px;
}
div.leadership ul{
    left: 0px;
}
#insight-page .insight-description img {
    max-width: 100%;
    margin-bottom: 30px;
}
.insight-section {
    margin-top:80px;
    margin-bottom: 80px;
}

.insight-list img {
    max-width: 100%;
    height: 170px;
}

#insight-page p {
    margin-bottom: 0px !important;
}
.insight-list .row {
    margin-bottom: 20px;
}
.insight-section h4 {
    cursor: pointer;
}
.insight-section h4:hover {
    text-decoration: underline;
    color: #007bff;
}
.insight-section a {
    font-size: 14px;
    color: #007bff;
 
    font-weight: 600;
    margin-top: 12px;
    display: block;
}
.insight-section a i {
    font-size: 18px;
    margin-left: 10px;

    position: relative;
    top: 1px;
    font-weight: 600;
}
.insight-section h4.title {
    font-size: 18px;
 
    margin-top: 0px;
}
.tab-content ul.nav-pills.image-tabs {
    margin-bottom: 20px;
   
}
.tab-content ul.nav-pills.image-tabs p {
    margin-bottom: 0px;
}

.feature-pull-right {
    width: 50%;
    float: right;

}
footer i.fa {
    border-radius: 50%;
    border: 1px solid rgba(88, 91, 94, 0.7);
    -moz-osx-font-smoothing: grayscale;
    padding: 5px;
    position: relative;
    right: 12px;
}