/*----------------------------------------
General Styles
----------------------------------------*/
body {
      font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 26px;
  overflow-x: hidden;
  color: #82858b;
  background:#d0d3d8;
}


h1,
h2,
h3,
h4,
h5,
h6 {
      font-family: 'Roboto', sans-serif;
  margin-bottom: 10px;
  line-height: 24px;
  font-weight: 500;
}



h1 {
  font-size: 38px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 26px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

a {
  text-decoration: none;
  transition: all 0.4s ease;
  color:#0099e5;
}

a:hover {
  color: #1968e0;
  text-decoration: none;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
}

p {
  font-weight: 300;
}

hr.hr {
  margin: 50px 0;
  opacity: 0.75;
}

.row-centered {
  text-align: center;
  position: relative;
  width: 100%;
}

.col-centered {
  display: inline-block;
  float: none;
  text-align: center;
}

.color-white {
  color: #fff !important;
}
.font-20{
  font-size: 20px!important;
}
.color-black {
  color: #222;
}

.warpper {
  width:80%;
  height: 100%;
  margin:0 auto;
  position:relative;
  background:#fff;
  box-shadow:0 0 30px #ccc;
}

.bg-color {
  background-color: #f8fbfd;
}

.bg-color-1 {
  background-color: #6666ff;
}

/*-------margins padding--------*/

.mg-tp-20 {
  margin-top: 20px;
}

.mg-tp-30 {
  margin-top: 30px;
}

.mg-tp-40 {
  margin-top: 40px;
}

.mg-tp-80 {
  margin-top: 80px;
}

.mg-bt-20 {
  margin-bottom: 20px;
}

.mg-bt-30 {
  margin-bottom: 30px;
}

.mg-bt-40 {
  margin-bottom: 40px;
}

.mg-bt-60 {
  margin-bottom: 60px!important;
}

.mg-tp-60 {
  margin-top: 60px;
}

.pd-bt-40 {
  padding-bottom: 40px;
}

.pd-bt-60 {
  padding-bottom: 60px;
}

.pd-bt-80 {
  padding-bottom: 80px;
}

.pd-tp-20 {
  padding-top: 20px;
}

.pd-tp-30 {
  padding-top: 30px;
}

.pd-tp-50 {
  padding-top: 50px;
}

.pd-tp-40 {
  padding-top: 40px;
}

.pd-tp-60 {
  padding-top: 60px;
}

.pd-tp-80 {
  padding-top: 80px;
}

.padd-40 {
  padding-top: 40px;
  padding-bottom: 40px
}

.padd-80 {
  padding-top: 80px;
  padding-bottom: 80px
}

.padd-100 {
  padding-top: 100px;
  padding-bottom: 100px
}

.padd-150 {
  padding-top: 150px;
  padding-bottom: 150px
}

.padd-bt-0 {
  padding-bottom: 0 !important;
}
.mg-bt-0{
  margin-bottom: 0!important;
}

.row-mag{
  margin-left: 0;
  margin-right: 0;
}
/*----------------------------------------
Buttons
----------------------------------------*/


.btn {
  padding: 10px 24px;
  border-radius: 5px;
}

.btn-blue{
  background-color: #1b71d4;
  color:#fff!important;
}
.btn-blue:hover,.btn-blue:focus{
  background-color: #5555fe;
  color:#fff!important;
}
.btn-red {
  background-color: #fa6262;
  color: #fff;
  box-shadow: 0 5px 15px rgba(250, 98, 98, 0.4);
}

.btn-red:hover {
  background-color: #fa6262;
  color: #fff;
  box-shadow: 0 8px 25px rgba(250, 98, 98, 0.55);
}
.btn-white {
  width: auto;
  background-color: #fff;
  color: #6666ff;
  border: 1px solid transparent;
}
.btn-white:hover,
.btn-white:focus{
  background-color: transparent;
  border: 1px solid #fff;
  color:#fff;
}
.btn-green{
 background-color: #33cc99;
 color: #fff;
}
.btn-green:hover,.btn-green:focus{
 background-color: #6bd2b0;
 color: #fff;
}
/*----------------------------------------
Preloader page
----------------------------------------*/
#loading-page{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  background-color: #ffffff;
}
#loading-center-page{
  width: 100%;
  height: 100%;
  position: relative;
}
#loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 150px;
  width: 150px;
  margin-top: -75px;
  margin-left: -75px;
}

.loader {
 width: 20px;
 height: 20px;
 position: relative;
 animation: loader 1s ease infinite;
 top: 50%;
 margin: -46px auto 0; }

 @keyframes loader{
  0%, 100% {
    box-shadow: -13px 20px 0 #6666ff, 13px 20px 0 rgba(102,102, 255, 0.2), 13px 46px 0 rgba(102,102, 255,0.2), -13px 46px 0 rgba(102,102, 255,0.2); }
    25% {
      box-shadow: -13px 20px 0 rgba(102,102, 255,0.2), 13px 20px 0 #6666ff, 13px 46px 0 rgba(0102,102, 255,0.2), -13px 46px 0 rgba(102,102, 255,0.2); }
      50% {
        box-shadow: -13px 20px 0 rgba(102,102, 255,0.2), 13px 20px 0 rgba(102,102, 255,0.2), 13px 46px 0 #6666ff, -13px 46px 0 rgba(102,102, 255,0.2); }
        75% {
          box-shadow: -13px 20px 0 rgba(102,102, 255,0.2), 13px 20px 0 rgba(102,102, 255,0.2), 13px 46px 0 rgba(102,102, 255,0.2), -13px 46px 0 #6666ff; } 
}
        


/*----------------------------------------
Navigation
----------------------------------------*/

.navbar-header {
  z-index: 999;
}
.navbar-header .navbar{
 min-height: 90px;
     background: #00254f;
}
.navbar-brand{
  padding: 0;
}

.navbar-header .navbar.sticky li a, .navbar-header .navbar.sticky .search-box-btn{
  color:#171f3c;  
}

.navbar-header .navbar.sticky{
  background-color: #00254f;
  box-shadow: 0 8px 28px 2px rgba(61, 61, 61, .12);   
}
.right-nav{
  margin-right: 60px;
} 
.right-nav ul li{
  display: inline-block;
  margin-right: 15px;
} 
.right-nav ul li a{
 color: #07324f;   
}
.right-nav ul li a i{
  padding-right: 8px;
}
.menu-half-block{
	background: #084282;
    position: absolute;
    right: 0;
    padding: 46px;
    width: 410px!important;
	height:100%;
    top: 0;
}
.menu-nav-trigger {
  position: absolute;
  z-index: 99999;
  right:25px;
  top: 33px;
  height: 54px;
  width: 54px;
  background-color: #fff;
  border-radius: 50%;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  transition: transform 0.5s;
}
.menu-nav-trigger .menu-nav-icon {
 position: absolute;
 left: 60%;
 top: 50%;
 bottom: auto;
 right: auto;
 -webkit-transform: translateX(-50%) translateY(-50%);
 -moz-transform: translateX(-50%) translateY(-50%);
 -ms-transform: translateX(-50%) translateY(-50%);
 -o-transform: translateX(-50%) translateY(-50%);
 transform: translateX(-50%) translateY(-50%);
 width: 22px;
 height: 2px;
 background-color: #4d7bf3;
}
.navigation-is-open .menu-nav-trigger .menu-nav-icon{
  left: 50%;
}
.navigation-is-open .menu-nav-trigger {
  background-color: #fff;
}
.navigation-is-open .menu-nav-trigger .menu-nav-icon::before,
.navigation-is-open .menu-nav-trigger .menu-nav-icon:after{
 right:0;
}
.menu-nav-trigger .menu-nav-icon::before, .menu-nav-trigger .menu-nav-icon:after {
  content: '';
  position: absolute;
  top: 0;
  right:5px;
  width: 100%;
  height: 100%;
  background-color: inherit;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.5s, width 0.5s, top 0.3s;
  -moz-transition: -moz-transform 0.5s, width 0.5s, top 0.3s;
  transition: transform 0.5s, width 0.5s, top 0.3s;
}
.menu-nav-trigger .menu-nav-icon::before {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: translateY(-6px);
  -moz-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  -o-transform: translateY(-6px);
  transform: translateY(-6px);
}
.menu-nav-trigger .menu-nav-icon::after {
  -webkit-transform-origin: right bottom;
  -moz-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  -o-transform-origin: right bottom;
  transform-origin: right bottom;
  -webkit-transform: translateY(6px);
  -moz-transform: translateY(6px);
  -ms-transform: translateY(6px);
  -o-transform: translateY(6px);
  transform: translateY(6px);
}
.no-touch .menu-nav-trigger:hover .menu-nav-icon::after {
  top: 2px;
}
.no-touch .menu-nav-trigger:hover .menu-nav-icon::before {
  top: -2px;
}
.menu-nav-trigger svg {
  position: absolute;
  top: 0;
  left: 0;
  fill: #fff;
}
.menu-nav-trigger circle {
  -webkit-transition: stroke-dashoffset 0.4s 0s;
  -moz-transition: stroke-dashoffset 0.4s 0s;
  transition: stroke-dashoffset 0.4s 0s;
  stroke: #fff;
}
.navigation-is-open .menu-nav-trigger {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.navigation-is-open .menu-nav-trigger .menu-nav-icon::after,
.navigation-is-open .menu-nav-trigger .menu-nav-icon::before {

  width: 50%;
  -webkit-transition: -webkit-transform 0.5s, width 0.5s;
  -moz-transition: -moz-transform 0.5s, width 0.5s;
  transition: transform 0.5s, width 0.5s;
}
.navigation-is-open .menu-nav-trigger .menu-nav-icon::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.navigation-is-open .menu-nav-trigger .menu-nav-icon::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.no-touch .navigation-is-open .menu-nav-trigger:hover .menu-nav-icon::after,
.no-touch .navigation-is-open .menu-nav-trigger:hover .menu-nav-icon::before {
  top: 0;
}
.navigation-is-open .menu-nav-trigger circle {
  stroke-dashoffset: 0;
  -webkit-transition: stroke-dashoffset 0.4s 0.3s;
  -moz-transition: stroke-dashoffset 0.4s 0.3s;
  transition: stroke-dashoffset 0.4s 0.3s;
  stroke: #fff;
}
.menu-nav {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  overflow: hidden;
  height: 100%;
  width: 100%;
  background-color: #000000c7;
  visibility: hidden;

}
.menu-nav .menu-navigation-wrapper {
  height: 100%;
  overflow-y: hidden;

}
.navigation-is-open .menu-nav {
  visibility: visible;

}
.navigation-is-open .menu-nav .menu-navigation-wrapper {

}
.menu-nav h2 {
  position: relative;
  margin-bottom: 1.7em;
  font-size: 1.3rem;
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
}
.menu-nav h2::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -20px;
  height: 1px;
  width: 60px;
  background-color: currentColor;
}
.menu-nav .menu-primary-nav {
  margin-top: 60px;
}
.menu-nav .menu-primary-nav li {
  margin: 1.6em 0;
}
.menu-nav .menu-primary-nav a {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.3);
  display: inline-block;
}
.menu-nav .menu-primary-nav a.selected {
  color: #ffffff;
}
.no-touch .menu-nav .menu-primary-nav a:hover {
  color: #ffffff;
}
.menu-nav .menu-contact-info {
  margin-top: 80px;
}
.menu-nav .menu-contact-info li {
  margin-bottom: 1.5em;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.3);
}
.menu-nav .menu-contact-info a {
  color: #ffffff;
}
.menu-nav .menu-contact-info span {
  display: block;
}
.menu-nav .menu-contact-info li, .menu-nav .menu-contact-info a, .menu-nav .menu-contact-info span {
  font-size: 1.6rem;
}
.no-js main {
  height: auto;
  overflow: visible;
}

.no-js .menu-nav {
  position: static;
  visibility: visible;
}
.no-js .menu-nav .menu-navigation-wrapper {
  height: auto;
  overflow: visible;
  padding: 100px 5%;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
/*----------------------------------------
login-sec
----------------------------------------*/


.form-box{padding:30px;}
.login-sec {
  position:  relative;
  z-index: 999;
  text-align: left;
  padding-top: 80px;
  padding-bottom:200px;
  background:#f2f2f2;
}
.login-sec .container{background:#fff; box-shadow:0 0 30px #ccc; padding: 0;}
.login-sec .container .row{margin: 0;}
.login-sec .container .row .col-md-6{padding: 0;}
.login-sec p {color:#2b2f32;}
.login-sec .info-text {
    color: #999;
    border-top: 1px solid #f1f1f1;
    text-align: center;
    font-weight: normal;
    font-size: 15px;
    /*position: absolute;*/
    bottom: 15px;
    width: 100%;
    left: 0;
    padding-top: 10px;
}
.login-sec h1 {
  font-size: 20px;
    margin-bottom: 20px;
	color:#2b2f32;
}

@media (min-width: 1200px){
.login-sec .container{max-width: 890px;}
}

.logo{
	background: #00254f;
    text-align: center;
    vertical-align: middle;
    padding: 180px 0;
	
}
.ct-or--line {
    display: block;
    font-size: 14px;
    margin: 1em 0;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 1;
}
.ct-or--line:before {
    width: 40px;
    height: 10px;
    background-color: #fff;
    content: '';
    margin: -5px 0 0 -20px;
    left: 50%;
    position: absolute;
    top: 50%;
    z-index: -1;
}
.btn-green {
    background-color: #61c700;
}

.btn-yellow {
    /*background-color: #cf7437;
	color:#fff;*/
  background-color: yellow;
}

.ct-or--line:after {
    border-bottom: 1px solid #ededed;
    content: '';
    display: block;
    position: absolute;
    top: 49%;
    width: 100%;
    z-index: -2;
}


.ct-btn {
    text-align: center;
    display: inline-block;
    border-radius: 3px;
    text-decoration: none;
    color: #fff;
    background: -moz-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(0,0,0,.1) 100%);
    background: -webkit-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(0,0,0,.1) 100%);
    background: linear-gradient(to bottom,rgba(255,255,255,0) 0%,rgba(0,0,0,.1) 100%);
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    border: none;
}
.ct-btn--medium {
    font-size: 16px;
    padding: 11px 30px;
	    width: 100%;
}
.ct-btn--google::before {
    content: ' ';
    position: absolute;
    top: -1px;
    left: -1px;
    height: 44px;
    width: 44px;
    background-image: url(https://assets1.cleartax-cdn.com/ct-frontend/google-signin/btn_google_light_normal_ios.svg);
    background-size: 100%;
}
.ct-input {
    margin: 0!important;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    border: 1px solid #c7c7c7!important;
    border-radius: 3px;
    overflow: hidden;
}

.ct-input--medium {
    height: 44px;
	    width: 100%;
}

.field-validation-valid {
    display: none;
}

.ct-btn {
    text-align: center;
    display: inline-block;
    border-radius: 3px;
    text-decoration: none;
    color: #fff;
    background: -moz-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(0,0,0,.1) 100%);
    background: -webkit-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(0,0,0,.1) 100%);
    background: linear-gradient(to bottom,rgba(255,255,255,0) 0%,rgba(0,0,0,.1) 100%);
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    border: none;
}
.ct-btn--medium {
    font-size: 16px;
    padding: 11px 30px;
}

.ct-btn--green {
    background-color: #34bf49;
	    cursor: pointer;
}


    .ct-btn--google, .ct-btn--google:hover, .ct-btn--google:active, .ct-btn--google:focus {
        background-color: #4285F4;
    }
    .ct-btn--google {
        box-sizing: border-box;
        position: relative;
        border: 1px solid #4285F4;
        height: 44px;
		width:100%;
    }
    .ct-btn--google::before {
        content: ' ';
        position: absolute;
        top: -1px;
        left: -1px;
        height: 44px;
        width: 44px;
        background-image: url("../images/btn_google_light_normal_ios.svg");
        background-size: 100%;
    }
    .ct-btn--google:hover {
        background-color: #3367D6;
        border-color: #3367D6;
		color:#fff;
    }
	.ct-btn--green:hover {
		background-color: #00254f;
	}


/*----------------------------------------
About
----------------------------------------*/


.about-text h2{
  color: #fff;
  line-height: 45px;
}
.icon-text {
  position: relative;
  text-align: center;
}
.icon-text img{
  width:60px;
}
.icon-text h3{
  font-size: 25px;
  margin-top: 15px;
  color:#fff;
  font-weight: 500;
}
.icon-text span{
  font-size: 16px;
  display: block;
  line-height: 18px;
  color:rgba(255,255,255,0.7);
}

.content-text h2{
    font-size: 30px;
    line-height: 48px;
    font-weight: 300;
    color: #000;
}

.content-text  h3{
    font-weight: 300;
    color: #000;
	font-size: 18px;
}
.icon-block img {
  width: 50px;
  margin-bottom: 25px;
  height: auto,
}
.list-text img{
  width: 30px;
  float: left;
  margin-right: 15px;
}
.list-text p{
 padding-left: 35px; 
}
.list-text{
  margin-top: 45px;
}
.list-text li{
  color: #82858b;
  line-height: 35px;
  margin-bottom: 20px;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
}
.actions-btn {
    background: #fff;
    padding: 20px;
    box-shadow: 0 0 30px #999;
    width: 340px;
    margin: 25px auto;
}
.actions-btn .btn img{
  width: 20px;
  margin-right: 5px;
  position: relative;
  top:-2px;
}
.actions-btn .btn {
 
}
.icon-block {
 margin-bottom: 35px;
}

.icon-block h3 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px;
  color: #07324f;
  margin-bottom: 25px
}


/*----------------------------------------
Features
----------------------------------------*/

.setps-content{
  position: relative;  
}
.setps-content li{
  cursor: pointer;
  padding: 24px 40px;
  width: 421px;
  margin-bottom: 32px;
  display: inline-block; 
  -webkit-transition: opacity 0.4s linear, -webkit-transform 0.4s ease-in-out, box-shadow 0.4s ease-in-out;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
  opacity: 0.7;

}
.setps-content li:hover, .setps-content li.active{
  background: #fff;
  box-shadow: 0 15px 30px 0 rgba(46,54,78,.1);
  border-radius: 4px;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);

}
.setps-content li .step-content-number{
  float: left;
  margin-right: 25px;
}
.setps-content li .step-content-number span{
  color: #080a57;
  border: 1px solid #080a57;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  width: 40px;
  line-height: 40px;
  height: 40px;
  position: relative;
}
.step-content-text{
  position: relative;
  overflow:hidden;
}
.step-content-text p{
  font-size: 16px;
    color: #82858b;
    line-height: 24px;
}
.step-content-text h3{
  font-size: 18px;
  font-weight: 400;
  color: #080a57;
}
.title-h2 {
  font-size: 42px;
  color: #000;
  color: #080a57;
  line-height: 46px;
  font-weight: 700;
}


p.font-p {
  color: #637282;
  font-size: 16px;
  color: #82858b;
  line-height: 28px;
  margin-bottom: 30px;
  margin-top: 30px;
}

.video-bloc {
  height:500px;
  position: relative;
  background-size: cover;
  background-position: center 20%;
}
.video-bloc{
 background-image:url(../images/image-video.jpg)
}
.video-button{
  cursor: pointer;
}
.text-video{
  padding-top: 120px;
  padding-bottom: 120px; 
}
.video-box img {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

.video-box ,.bg-image-left{
  position: relative;
}



.ply-btn img {
  width: 80px;
}

.icon-service{
    margin-top: 0px;
    width: 85px;
    display: inline-block;
    text-align: center;
    height: 85px;
    line-height: 85px;
    border-radius: 50%;
    position: relative;
    background: #96a5b6;
    padding: 7px 10px;
}
.icon-service i{
	color:#fff; 
	font-size:35px;
}
.service-block {

  text-align: center;
  position: relative;
}

a .icon-service:hover{
background:#00254f;
}
a .icon-service:hover + h3{
color:#00254f;
}
.service-block h3 {
    color: #757575;
    font-size: 18px;
    margin-top: 15px;
    font-weight: normal;
    margin-bottom: 10px;
    line-height: 25px;
}
.service-block p{
  margin-bottom: 0;
}

.service-block img {
  width: 40px;
}
.bg-icon-1{
  background-color: rgba(102, 102, 255, 0.11);
}
.bg-icon-2{
  background-color: rgba(51, 204, 153, 0.11);
}
.bg-icon-3{
  background-color: rgba(74, 78, 199, 0.11);
}
.bg-icon-4{
  background-color: rgba(43, 47, 178, 0.11);
}
.service-block p {
  font-size: 16px;
  color: #82858b;
  line-height: 24px;
}


/*----------------------------------------
Pricing tables
----------------------------------------*/
.table-price .nav-tabs {
  margin: 30px auto;
  position: relative;
  background-color: #f8fbfd;
  text-align: center;
  width: 280px;
  padding-bottom: 10px;
  padding-top: 10px;
  -webkit-user-select: none;
  border-radius: 5px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.table-price .nav-tabs li a {
  position: relative;
}
.table-price .nav-tabs .active{
  content: "";
  width: 100%;
  background-color: #6666ff!important;
   -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  border-radius: 5px;
}

.table-price .nav-tabs .nav-link, .table-price .nav-tabs {
  border: none;
  text-transform: none;
  font-size: 15px;
}
.nav-tabs .nav-link {
 font-size: 12px;
 line-height: 1;
 font-weight: bold;
 padding: .5rem 1.3rem;
 color: #345F90;
 text-transform: uppercase;
 text-align: center;
 position: relative;
 z-index: 2;
 cursor: pointer;
 -webkit-transition: color 250ms ease-in-out;
 transition: color 250ms ease-in-out;
 -webkit-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
 user-select: none;
}
.nav-tabs .nav-link.active{
 color: #fff;
 background-color: transparent;
}
.nav-tabs li:first-child{
  margin-right: 35px;
  margin-left: 20px;
}
 

.table-price .nav-tabs li{margin-left: 20px;margin-right: 20px;}


.table-price{
  margin-bottom: 0;
}
.prinicng-container {
 
border-radius: 8px;
 
background-color: #ffffff;
 
margin: auto;
 
border-radius: 4px;
 
padding-top: 0;
 
margin-top: 60px;
 
padding-bottom: 0;
}

.content-table img {
  width: 50px;
  margin-top: 30px;
}

.content-table h2 {
  color: #080a57;
  font-size: 24px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 500;
}
.content-table p{
  color: #82858b;
  line-height: 21px;
}
.content-table ul {
  margin-top: 25px;
}
.content-table ul li {
  color: #88889b;
  display: block;
  position: relative;
  padding-left: 18px;
  font-size: 16px;
  font-weight: 300;
  line-height: 38px;
}
.content-table ul li:before {
  content: '';
  display: block;
  background-image: url(../images/icons/checkmark.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 20px;
  position: absolute;
  left: -10px;
  top: 9px;
  height: 20px;
  margin-right: 5px;
}
.content-table .price {
  position: relative;
  z-index: 1;
  padding-bottom: 15px;
  border-bottom: 1px solid #ededed;
}

.content-table .price .num {
  color: #080a57;
  font-size: 42px;
  line-height: 38px;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: bottom;
  margin-right: 4px;
  margin-top: 15px;
}

.content-table .price .per {
  font-size: 10px;
  vertical-align: bottom;
  display: inline-block;
  color: #8A8E9D;
}

.price-content-btn {
  margin-top: 25px;
}

.table-plan{
  text-align: left;
  padding: 30px;
  box-shadow: 0 8px 28px 2px rgba(61, 61, 61, .12);
  position: relative;
}
.table-plan:hover{
 box-shadow: 0 16px 48px rgba(32,41,50,0.15);
}

/*----------------------------------------
Testimonials
----------------------------------------*/

.col-left {
  position: relative;
  float: left;
  width: 50%;
}

.col-left-inner {
  position: relative;
  float: right;
  padding-right: 100px;
  width: 100%;
  max-width: 560px;
}

.col-right {
  position: relative;
  float: right;
  width: 50%;
}

.col-right-inner {
  position: relative;
  float: right;
  max-width: 100%;
  padding-top: 0;
  top: 0px;
  right: -50px;
  left: auto;
}

.quote {
  display: block;

}

.quote i {
  font-size: 120px;
  color: rgba(255, 255, 255, 0.3);
}

.item-inner {
  position: relative;
  padding: 15px;
  margin-top: 15px;
}
.item-inner p{
  padding-left: 35px;
  padding-right: 35px;
}
.item-inner .icon_star {
  font-size: 13px;
  color: #ffdc66;
}

.avatar-item {
  margin-top: 30px;
}

.avatar-item img {
  width: 110px !important;
  height: auto;
  margin: 0 auto;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;

}
.testimonial-slider .slick-slide {
  margin: 0 35px;
}

.testimonial-slider .slick-list {
  margin: 0 -35px;
}
.testimonial-slider .slick-active .avatar-item img{
  box-shadow: 0 8px 28px 2px rgba(61, 61, 61, .12);
}
.slider-avatar .item-image img{
  border-radius: 50%;
  -moz-border-radius: 50%;
  cursor: pointer;
  -webkit-border-radius: 50%;
}
.slider-avatar .item-image {
  cursor: pointer;
}
.slider-avatar .item-image img:hover{
  opacity: 0.7;
  box-shadow: 0 16px 48px rgba(32,41,50,0.15);
}
.slider-avatar .medium-avtar img{
  width: 80px;
  height: 80px;
}
.slider-avatar .big-avtar img{
  width: 110px;
  height: 110px;
}
.slider-avatar .small-avtar img{
  width: 60px;
  height: 60px;
}

.testimonial-slider:after{
  content: '';
  display: block;
  background-image: url(../images/icons/left-quote.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width:80px;
  position: absolute;
  left: 120px;
  top: 70px;
  height: 80px;
  
}
.avatar-info h4 {
  margin-bottom: 0;
  color: #333;
  font-size: 18px;
  font-weight: 400;
  color: #080a57;
}

.avatar-info span {
  font-size: 13px;
}

.testimonial-slider .slick-dots button{
  background: #33cc99;
  color: #33cc99;
  height: 8px;
  padding: 0;
  display: inline-block;
  width: 8px;
  border-radius: 50%;
  font-size: 0;
  opacity: 0.35;
  border: none;
  outline: none;
  cursor: pointer;
}
.testimonial-slider .slick-dots li.slick-active button{
 opacity: 1; 
}
.testimonial-slider .slick-dots li{
  display: inline-block;
  margin-right: 5px;
}
.avatar1 {
  left: -150px;
  position: absolute;
  top: 150px;
}

.avatar2 {
  left: -50px;
  position: absolute;
  top: 250px;
}

.avatar3 {
  right: -190px;
  position: absolute;
  top: 90px;
}
.avatar3 {
  right: -120px;
  position: absolute;
  top: 290px;
}
.avatar3 {
  right: -120px;
  position: absolute;
  top: 290px;
}
.avatar4{
 left: -100px;
 position: absolute;
 top: 400px;
}
.avatar5 {
  right: -60px;
  position: absolute;
  top: 400px;
}
.avatar6 {
  right: 0px;
  position: absolute;
  top: 160px;
}

.avatar7{
  right: -180px;
  position: absolute;
  top: 480px;
}
.avatar8{
  left: -220px;
  position: absolute;
  top: 300px;
}
.avatar9{
  left: 0;
  position: absolute;
  top: 460px;
}
/*----------------------------------------
contact
----------------------------------------*/

.content-info form input.form-control {
  height: 54px;
  border:1px solid #dbf0fd;
}
.content-info form textarea {
 border:1px solid #dbf0fd;
 height: 180px; 
}

.icon-contact{
  width: 85px;
  float: left;
  position: relative;
  line-height: 85px;
  height: 85px;
  margin-right: 15px;
  text-align: center;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.icon-contact img{
 width: 40px; 
}
.content-contact{
  overflow:hidden;
  /* clear: both; */
}
.content-contact h3{color: #080a57;font-size: 22px;margin-top: 0;font-weight: 300;margin-bottom: 10px;line-height: 25px;}
.content-contact  p{
  font-size: 16px;
  color: #82858b;
  line-height: 24px;
}
.info-icon{
  margin-bottom:45px;
}
.client-slider img{
  -webkit-filter: grayscale(100%);  
  filter: grayscale(100%);
  opacity: 0.80;
}
.client-slider img:hover{
  -webkit-filter: none;  
  filter: none;
  opacity: 1;
}
/*----------------------------------------
Footer
----------------------------------------*/

header .container{
	    margin: 0 auto;
    padding: 0;
    max-width: 1560px;
}

footer{
	position: relative;
        padding: 18px 0 60px;
}

footer .info-text {
    color: #999;
    border-top: 1px solid #f1f1f1;
    text-align: center;
    font-weight: normal;
    font-size: 15px;
    position: absolute;
    bottom: 15px;
    width: 100%;
    left: 0;
    padding-top: 10px;
}
#fdd-questions{background:#ebebeb;}
#fdd-questions .container{
	    margin: 0 auto;
    padding: 0;
    max-width: 1560px;
}
#fdd-questions .row{margin:0; padding:0;}
#fdd-questions .question-ans{
	background:#fff;
    padding:20px;
}
#fdd-questions .question-nav{margin:0;padding:0;}
#fdd-questions .label-q {padding:20px;}

#fdd-questions .label-q p{color:#000; font-size:14px; margin-bottom: 5px;}
#fdd-questions .label-q i.red{color:#ff3131; font-size:14px;}
#fdd-questions .label-q i.green{color:#31a442; font-size:14px;}
#fdd-questions .label-q i.yellow{
  /*color:#cf7437; */
  color:yellow; 
  font-size:14px;
}

#fdd-questions .items h3{background:#efefef;padding: 20px; font-size:18px; font-weight:500;     margin-bottom: 0; text-transform: uppercase;}
.card-body{background: #efefef;}
.card{border:0;}
.card:nth-child(even) {background: #e7e7e7}
.card:nth-child(odd) {background: #efefef}

.card-header{
	border: 0;
    padding: 0;
}
.card-header .btn-link{
	 color: #323232;
    font-size: 14px;
    width: 100%;
    text-align: left;
	font-family: 'Roboto', sans-serif;	
	font-weight:400;
	white-space: normal;
	line-height:22px;
}
.card-header h5 .btn-link:after{
	content:"\f106";
	font-family: "Font Awesome 5 Free";
	    float: right;
		font-weight:900;
}

.card-header h5 .btn-link.collapsed:after{
	content:"\f107";
	    font-family: "Font Awesome 5 Free";
		    float: right;
			font-weight:900;
}

.card-header .btn-link .red{color:#ff3131; font-size:14px;}
.card-header .btn-link .green{color:#31a442; font-size:14px;}
.card-header .btn-link .yellow{color:#cf7437; font-size:14px;}
.card-body p{font-size:14px; color: #323232; margin:2px 20px}
.card-body i.red{color:#ff3131; font-size:14px;}
.card-body i.green{color:#31a442; font-size:14px;}
.card-body i.yellow{color:yellow; font-size:14px;}
.question-form h2{
	font-size: 18px;
    font-weight: 600;
}

.question-form h3{
	font-size: 16px;
    font-weight: 600;
	color:#00254f;
}

.nav-item a{color:#a5c7ff!important; text-transform:uppercase;font-size: 14px;}
.nav-item a:hover{color:#fff!important;}

.nav-item a.dropdown-item{color:#000!important; text-transform:uppercase;font-size: 14px;}
.nav-item a.dropdown-item:hover{color:#00254f!important; text-transform:uppercase;font-size: 14px;}

.back-btn{
	color: #1b71d4;
    text-transform: uppercase;
    font-size: 14px;
    display: block;
    float: right;
}

.back-btn i{
    color: #ccc;
    font-size: 18px;
    vertical-align: middle;
    padding: 5px;
}

.sample{  font-size: 14px;}

.form-control{background:#f2f2f2;}
.form-group {
    margin-bottom: 2rem;
}
.input-group-addon {
    padding: 10px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #929292;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 0px 5px 5px 0;
    border-left: 0px solid #f2f2f2;
}

 .form-group label.inner-label{
	 font-size: 13px;
    line-height: 16px;
 }
  form p b{color:#000;}
  
  .tml-button{
      background-color: #34bf49;
    cursor: pointer;
    font-size: 16px;
    padding: 11px 30px;
    text-align: center;
    display: inline-block;
    border-radius: 3px;
    text-decoration: none;
    color: #fff;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    border: none;
        width: 100%;
  }
  .tml-field{
          margin: 0!important;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    border: 1px solid #c7c7c7!important;
    border-radius: 3px;
    overflow: hidden;
    height: 44px;
    width: 100%;
  }
  
  .question-ans .btn{
	
	margin-bottom:10px;			  
  }

  .fv-row-sec{border-bottom:2px dotted #ccc; margin-bottom:10px !important; position:relative;}
  /*span.btn.btn-danger.btn-remove{display: none;}*/
  .fv-row-sec.first span.btn.btn-danger.btn-remove {display: none !important;}
  .fv-row-sec span.btn.btn-danger.btn-remove {
    height: 50px;
    position: absolute;
    right: -100px;
    display: block;
}
.head-menu{
	
}
.head-menu li{float: right; margin-left:10px;}
.btn-nav{padding: .375rem .75rem;margin: 5px 0px;}


/**** Review ****/

.question-ans-review{}
.question-ans-review .col-md-12{
	margin-right: -15px;
    margin-left: -15px;
}
.question-ans-review .form-group {
    margin-bottom: 0rem;
	    margin-left: 27px;
}

.question-ans-review .card-body p{
	margin: 4px 0;
    padding: 0px 5px; 
	font-size: 1em;
}

.question-ans-review .card-body p:before{
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0a9";
    color: #1b71d4;
    display: inline-block;
    margin-right: 5px;
}
	
.question-ans-review .items h3{
	padding: 0px!important;
    margin-top: 15px;
}

.question-ans-review .form-check-inline{
	align-items: baseline;
    font-size: .9em;
}
.question-ans-review .form-check-inline label{
	color:#000;
}
.tml-lostpassword-link{text-align:center;}
