body {
    /*font-family: 'poppinsregular';*/
    counter-reset: serial-number;
    font-family: Arial, Helvetica, sans-serif !important;
}

a,button {
    font-family: Arial, Helvetica, sans-serif !important;
}
    /*@font-face {
  font-family: 'poppinsbold';
  src: url('../fonts/poppins-bold-webfont.woff2') format('woff2'),
       url('../fonts/poppins-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}





@font-face {
  font-family: 'poppinsmedium';
  src: url('../fonts/poppins-medium-webfont.woff2') format('woff2'),
       url('../fonts/poppins-medium-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'poppinsregular';
  src: url('../fonts/poppins-regular-webfont.woff2') format('woff2'),
       url('../fonts/poppins-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'poppinslight';
  src: url('../fonts/poppins-light-webfont.woff2') format('woff2'),
       url('../fonts/poppins-light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}*/
    h1, h2, h3, h4, h5, h6 {
    /*font-family: 'poppinsbold';*/
    font-family: Arial, Helvetica, sans-serif !important;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.top-info {
  font-family: 'poppinslight';
  background-color: #f3f4f6;
  color: #828283;
  font-size: 12px;
  padding: 4px 0;
  line-height: 23px;
}
.location {
  border-right: 1px solid #d3d3d3;
  padding: 2px 10px 2px 0;
  margin: 0 10px 0 0;
}
.phone {
  padding: 2px 10px 2px 0;
}
.btn.login {
  font-size: 14px;
  padding: 8px 20px 6px 20px;
  text-transform: uppercase;
  font-family: 'poppinsbold';
  line-height: normal;
}
.btn.gradient {
  background-color: #dc3c30;
  background-image: linear-gradient(to right, #dc2e35, #dc3c30, #dc482c, #db5228, #da5c25);
  border:0;
}
.btn.gradient:hover {
  background-color: #dc3c30;
}
.email {
  border-left: 1px solid #d3d3d3;
  padding: 2px 0 0 10px ;
  margin: 0 0 0 10px;
}
.navbar-brand img {
  width: 9rem;
}

@keyframes slide-down {
  0% {
      opacity: 0;
      transform: translateY(-100%);
  } 
  100% {
      opacity: 0.9;
      transform: translateY(0);
  } 
}
nav.menu-nav {
  position: fixed;
  top: 0;
  box-shadow: 0 0 10px #d5d5d5;
  animation-duration: .5s;
  animation:slide-down 0.7s;
  background-color: #ffffff;
}
.nav-link {
  font-size: .77rem;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
}
.nav-link:hover, header .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link:hover {
  text-decoration: none;
  color: #0c3494;
}
.banner {
  background-image: url(../images/banner-bg.png);
  background-repeat: no-repeat;
  color: #ffffff;
  padding: 75px 0 210px 0;
  background-size: cover;
}
.banner span {
  font-weight: bold;
  font-size: 57px;
  margin-top: 20px;
  display: block;
}
.banner h1 {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 46px;
}
.banner h3 {
  color: #d0dae9;
}
.banner button.btn {
  padding: 14px 30px;
    font-size: 22px;
}
h2.heading {
  text-align: center;
  font-size: 40px;
  text-transform: uppercase;
  color: #111111;
  font-weight: 700;
  margin: 70px 0 30px 0;
  font-family: 'poppinsbold';
  position: relative;
}
h2.heading:after {
  background-color: #dc3632;
}
h2.heading:after {
  content: "";
  background-color: red;
  height: 3px;
  width: 138px;
  position: absolute;
  margin: 0 0 0 -69px;
  left: 50%;
  top: 100%;
}
.services p {
  color: #626262;
  text-align: center;
  font-size: 16px;
}
.box {
  border: 1px solid #b9c6da;
  border-radius: 13px;
  padding: 20px;
  text-align: left;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}
.boxes img {
  width: 43px;
  height: 43px;
}
.box p {
  text-align: left;
}
.box h4 {
  margin: 12px 0 0 0;
  font-size: 16px;
  color: #0c3494;
  font-weight: 500;
  height: 40px;
}
.box a:hover {
  background-color: #dc3634;
  color: #fff;
  text-decoration: none;
}
.box a {
  color: #dc3634;
  font-size: 12px;
  border: 1px solid #dc3634;
  padding: 6px 13px;
  border-radius: 5px;
}
.box:hover {
  background-color: #2f54a5;
  background-image: linear-gradient(to right bottom, #003693, #2f54a5, #5171b5, #7390c4, #97aed2);
  margin-top: -5px;
}
.box:hover p, .box:hover h4, .box:hover a {
  color: #fff;
}
.box:hover a {
  border-color: #fff;
}
.box:hover a:hover {
  border-color: #dc3634;
}
.dropdown-item {
  text-decoration: none !important;
}
.lets-start h2 {
  color: #071e54;
  font-size: 22px;
}
.btn.big {
  font-size: 22px;
  padding: 15px 30px;
  border-radius: 8px;
  transition: 0.25s ease-out;
  text-decoration: none;
}
.lets-start {
  text-align: center;
  background-color: #e1dfeb;
  padding: 50px 0;
  margin: 50px 0;
}
*:hover, a:hover {
  text-decoration: none;
  transition: 0.25s ease-out;
}
.raise:hover,
.raise:focus {
  box-shadow: 0 0.5em 0.5em -0.4em;
  transform: translateY(-0.25em);
}
header .dropdown-item {
  font-weight: 600;
}
header .dropdown-item:hover {
  text-decoration: none;
}
footer {
  background-color: #f6f8f9;
  padding: 30px 0 0;
  background-image: url(../images/map.png);
  background-repeat: no-repeat;
  background-position: top center;
}
footer ul {
  list-style: none;
  padding: 0;
}
footer li {
  margin: 0 0 9px;
}
footer li a {
  color: #4895c3;
  font-size: .80rem;
  transition: 0.25s ease-out;
}
footer li a:hover {
  color: #231f20;
  margin: 0 0 0 5px;
  text-decoration: none;
}
footer h5 {
  color: #00324c;
  font-family: 'poppinsmedium';
  font-weight: 700;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #d2ecfd;
}
footer .policy {
  background-image: url(../images/footer-bg.jpg);
  background-repeat: no-repeat;
  padding: 30px 0 30px 0;
  background-size: cover;
  margin: 20px 0 0 0;
}
footer .policy ul {
  display: flex;
  flex-wrap: wrap;
}
footer .policy li {
  margin: 0 0 9px;
  width: 25%;
}
footer .policy h5 {
  color: #fff;
  border-bottom: 1px solid #2e3d46;
}
footer .policy li a {
  color: #aab7c1
}
footer .policy li a:hover {
  color: #fff
}
.social-icons img {
  width: 33px;
}
.copy span {
  color: #da252c;
}
.copy {
  color: #aab7c1;
  font-size: 14px;
  border-right: #304761 1px solid;
  padding: 5px 20px 0 0;
}
.footer-bottom {
  margin: 50px 0 0 0;
}
.footer-bottom img {
  border-right: 1px solid #556085;
  padding: 0 20px 0 0;
}
.call h4 {
  margin: 0;
  color: #ffffff;
}
.call a {
  font-size: 20px;
  color: #ffffff;
}
footer .policy .social-icons li {
  width: 37px;
}
.footer-bottom .social-icons img {
  padding: 0;
}
.footer-bottom .social-icons:last-child img {
  border:0
}
ul.uk-dropdown.uk-open.uk-dropdown-bottom-left {
  padding: 0;
  top: 20px !important;
  list-style: none;
}

.title-heading.blog {
  background-image: url(../images/blog-bg.png);
}
.title-heading {
  background-image: url(../images/heading-bg2.jpg);
  background-repeat: no-repeat;
  color: #ffffff;
  text-align: center;
  background-size: cover;
  padding: 40px 0;
}
.title-heading h1 {
  color: #ffffff;
}
.title-heading p {
  font-size: 20px;
}
.solutions h2.heading {
  margin-top: 20px;
}
.about-content {
    text-align: center;
    font-size: 14px;
    margin: 60px 0 0;
}
.imp {
  color: red;;
}
form .form-control,
form select.form-select {
  background-color: #f4f4f4;
  border: 0;
  font-size: 14px;
  padding: 8px 15px;
}
.form-label {
  font-size: 14px;
  font-family: 'poppinsmedium';
}
.about-content h2 {
  font-size: 1.2rem;
}
.inner-page {
  padding: 60px 0;
}
.inner-page .about {
  color: #3f3f3f;
  font-size: 18px;
}
.mapouter {
  margin: 6rem 0 0 0;
}
.contacts {
  color: #233caa;
  font-size: 14px;
}
.contacts span {
  display: block;
  color: #5d5d5d;
}
.contacts i {
  font-size: 32px;
  margin: 0 10px 0 0;
}
.contact-info {
  float: right;
}
.stay-connect h4 {
  margin: 6px 0 0 0;
}
.stay-connect img {
  width: 40px;
}
.stay-connect ul {
  display: flex;
  margin: 0 0 0 20px;
}
.stay-connect li {
  margin: 0 3px;
}
.how-it-works img {
  width: 58px;
}
.inner-box h2 {
  margin: 20px 0 10px 0;
  font-size: 1.3rem;
  position: relative;
}
.inner-box h2:after {
  content: "";
  background-color: #dc3433;
  width: 160px;
  height: 2px;
  position: absolute;
  left: 0;
  top: 100%;
}
.inner-box {
  border: 1px solid #6d78a9;
  border-radius: 20px;
  height: 250px;
  margin: 0 0 25px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}
.inner-box p {
  margin: 0;
  font-size: .85rem;
}
.devs ul {
  display: flex;
  font-size: 14px;
}
.devs h5 {
  color: #384eb1;
}
.comp {
  font-size: 1rem;
}

main.comp-main.inner-page {
  padding-top: 0;
}
.faq h3 {
  border-bottom: 1px solid #cbcbcb;
  padding: 10px 0;
  margin: 0 0 30px 0;
}
.ques {
  color: #233caa;
  font-weight: 600;
  margin: 0 0 10px 0;
}
.price span {
  font-size: 40px;
  color: #233caa;
  font-weight: bold;
  font-family: 'poppinsbold';
  margin: 0 0 0 20px;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-radius: 10px;
}
.accordion-item {
  box-shadow: none !important;
  margin: 0px 0 20px;
  background-color: #f3f3f3;
  border-radius: 13px !important;
}
h2.accordion-header .accordion-button:not(.collapsed) {
  color: #000000;
  background-color: #ffffff;
  box-shadow: none;
}
.btns button {
  padding: 13px 30px;
  border-radius: 7px;
  margin: 0 10px 0 0px;
}
.btn-content .small img {
  margin: 0 10px 0px 0;
}
.accordion-item,
button.accordion-button.collapsed,
.accordion-item:first-of-type .accordion-button,
h2.accordion-header .accordion-button:not(.collapsed) {
  
  border-radius: 10px;
  box-shadow: 1px 2px 3px #bdbdbd;
  border: 0;
}
.accordion-body {
  font-size: 14px;
}
.accordion-body li:before, .ans li:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: bold;
  content: "\f00c";
  color: #10bf10;
  margin: 0 10px 0 0px;
}
.ans {
  font-size: .95rem;
  margin: 10px 0 30px 35px;
  line-height: 22px;
}

.serial > li::before {
  counter-increment: serial-number;
  content: counter(serial-number);
  background-color: #233caa;
  color: #ffffff;
  width: 25px;
  height: 25px;
  display: inline-block;
  text-align: center;
  border-radius: 50px;
  font-size: 14px;
  line-height: 26px;
  left: 0;
  margin: 0 4px 0 0;
}
.ques {
  color: #233caa;
  font-weight: 600;
  margin: 0 0 10px 0;
  display: inline;
}
#compliance.title-heading {
  background-image:  none;
  color: #233caa;
  text-align: left;
  padding: 40px 0 0px 0;
  border-bottom: 3px solid;
  margin: 0 0 40px 0;
}
#compliance.title-heading h1 {
  color: #233caa;
  font-size: 2.2rem;
  margin: 0 0 0px 0;
  line-height: 90px;
  display: contents;
}
.mob-logo {
  display: none;
}
#compliance.title-heading i {
  width: 100px;
  float: right;
  background-color: #fff;
  font-size: 80px;
  margin: 40px 0 0 0;
}
/* #compliance.title-heading img {
  width: 100px;
  margin: 7px 0 -40px 90px;
  float: right;
  background-color: #fff;
  padding: 20px 0px;
} */
#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
}
.back-blocks {
  margin-bottom: 40px;
}
.back-blocks ul {
  color: #222222;
}
/* .back-blocks ul li:before {
  background-color: #dc3433;
  content: "";
  position: absolute;
  height: 10px;
  width: 25%;
  top: 40px;
} */


/* PRACTICE````````````````````````````````````````````````````````````````````` */

.back-blocks.back-blocks2 ul li {
  margin: 0;
  border: 0;
  background-color: #f4ece6;
  background-image: linear-gradient(to bottom, #f4ece6, #f9f0ee, #faf5f6, #fcfafc, #ffffff);
  border-right: 1px solid #ebd0c7;
}
.back-blocks.back-blocks2 ul li:hover {
  background-color: #dc3433;
}
/* PRACTICE ends````````````````````````````````````````````````````````````````````` */
.back-blocks ul li {
  width: 20%;
  position: relative;
  padding: 50px 20px 40px 20px;
  font-size: 18px;
  margin: 0 5px 0 0;
  background-color: #e1dfeb;
  border-bottom: 3px solid;
}
.back-blocks ul li:last-child { 
  margin: inherit;
}
.back-blocks ul li:hover {
  color: #ffffff;
}
.back-blocks ul li:hover a {
  color:#ffffff;
}
/* .back-blocks ul li:hover:before {
  width: 80%;
  transition: all .3s;
} */
.back-blocks ul li:hover i {
  margin-left: 33px;
  transition: all .3s;
  color: #ffffff;
}
.back-blocks ul a {
  font-size: 14px;
  color: #000000;
  margin: 60px 0 0 0;
  display: block;
}
.back-blocks ul i {
  color: #dc3433;
  font-size: 18px;
  margin: 0 0 0 13px;
}
/* Bounce To Bottom */
.hvr-bounce-to-bottom2 {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.hvr-bounce-to-bottom2:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #da5c25;
  background-image: linear-gradient(to right top, #da5c25);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-bottom2:hover, .hvr-bounce-to-bottom2:focus, .hvr-bounce-to-bottom2:active {
  color: white;
}
.hvr-bounce-to-bottom2:hover:before, .hvr-bounce-to-bottom2:focus:before, .hvr-bounce-to-bottom2:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/* Bounce To Bottom */


/* Bounce To Bottom */
.hvr-bounce-to-bottom3 {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.hvr-bounce-to-bottom3:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #233caa;
  background-image: linear-gradient(to right top, #233caa);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-bottom3:hover, .hvr-bounce-to-bottom3:focus, .hvr-bounce-to-bottom3:active {
  color: white;
}
.hvr-bounce-to-bottom3:hover:before, .hvr-bounce-to-bottom3:focus:before, .hvr-bounce-to-bottom3:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}



.hvr-bounce-to-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.hvr-bounce-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #1a2c79;
  background-image: linear-gradient(to right top, #81089f, #661f99, #4d2891, #332c86, #1a2c79);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-bottom:hover, .hvr-bounce-to-bottom:focus, .hvr-bounce-to-bottom:active {
  color: white;
}
.hvr-bounce-to-bottom:hover:before, .hvr-bounce-to-bottom:focus:before, .hvr-bounce-to-bottom:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.back-blocks3.back-blocks li {
  padding: 0;
  border: 0;
  margin: 0 16px 0 0px;
  background-color: #fefefe;
  border: 1px solid #ddd;
}
.back-blocks3.back-blocks ul a {
  margin: 20px 0 0 0;
}
.back-blocks3.back-blocks li .block-info {
  padding: 20px 20px;
}
.sol-box {
  border: 1px solid #c5d9f7;
  margin: 0 0 30px 0;
  font-weight: 600;
}
.sol-box h6 {
  color: #233caa;
  font-size: 18px;
  font-weight: 600;
  font-family: 'poppinsregular';
  margin: 0;
}
.sol-box a {
  color: #da5627;
  font-size: 14px;
  margin: 20px 0 0 0;
  display: block;
  position: absolute;
  bottom: 13px;
}
.inner-page.solutions {
  background-color: #ffffff;
  background-image: linear-gradient(to bottom, #f5f9ff, #f8faff, #fbfcff, #fdfdff, #ffffff);
  padding: 60px 0 0 0;
}
.sol-box img {
  height: 130px;
  object-fit: cover;
}
.sidebar h4 {
  text-transform: uppercase;
  font-weight: normal;
  font-family: 'poppinsregular';
}
.sidebar i {
  color: #da5627;
}
.sidebar a {
  font-size: 14px;
  color: #111111;
  font-weight: 600;
  padding: 3px 0 3px 12px;
  display: inline-block;
}
.sidebar li {
  margin: 12px 0;
  display: flex;
}
.sidebar li a:hover {
  color:#da5627;
}
.sidebar li:before {
  content: "\f105";
  font-family: 'Font Awesome 5 Free';
  font-weight: bold;
  font-size: 12px;
  margin: 3px 0 0;
}
.sidebar h4 i {
  font-size: 27px;
  float: left;
  margin: 0 10px 0 0;
}
.sidebar .active {
  color: #da5627;
}
#service-check {
  background-image: url(../images/blue-bg.jpg);
  background-repeat: repeat;
  padding: 70px 0;
  text-align: center;
  color: #ffffff;
  margin: 50px 0 0 0;
}
#service-check h2 {
  color: #ffffff;
}
.feedback {
  background-image: url(../images/feedback.png);
  background-repeat: no-repeat;
  background-position: right center;
  padding-bottom: 40px;
}
.feedback h2, .feedback h5 {
  color: #233caa;
  font-family: 'poppinsmedium';
  padding: 75px 0 0;
}
.feedback h5 {
  font-size: 22px;
  color: #222222;
  padding: 0;
  margin: 0;
}
.industry-details > img {
  margin:  0 15px 10px 0;
}
.industry-details h3 {
  color: #233caa;
  font-family: 'poppinsmedium';
}
.pack {
  background-color: #ffffff;
  background-image: linear-gradient(to bottom, #eef5fe, #f3f7fe, #f8faff, #fcfcff, #ffffff);
  border-radius: 12px;
  border: 1px solid #d6e5f9;
  height: 100%;
  position: relative;
  padding-bottom: 148px;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.pack-heading {
  background-color: #da5627;
  color: #ffffff;
  border-radius: 12px 12px 0 0;
  padding: 15px 12px;
  font-size: 15px;
  position: relative;
  margin: 0 0 20px 0;
}
.pack-heading:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  position: absolute;
  border-top: 10px solid #da5627;
  bottom: -10px;
  left: 50%;
  margin-left: -14px;
}
.pack-heading span {
  font-family: 'poppinsbold';
  font-size: 20px;
}
.pack:hover {
  top: -4px;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
  -webkit-box-shadow:  rgba(0,0,0,0.1) 0px 20px 25px -5px,rgba(0,0,0,0.04) 0px 10px 10px 15px;
  box-shadow: rgba(0,0,0,0.1) 0px 20px 25px -5px,rgba(0,0,0,0.04) 0px 10px 10px 15px;
  cursor: pointer;
}
.pack ul a {
  font-size: 13px;
  color: #111111;
  display: flex;
  padding: 3px 0;
}
.pack li {
  margin: 10px;
}
.pack ul i {
  color: #19c70d;
  font-size: 15px;
  margin: 0 6px 0 0;
}
.cost span 
{
  /*font-family: 'poppinsbold';*/
}
.cost span, .cost i {
  font-size: 40px;
  font-weight: bold;
  color: #233caa;
}
.cost i {
  font-size: 25px;
  position: relative;
  top: -10px;
}
.select.btn {
  width: 100%;
  padding: 12px 0;
  border: 0;
  border-radius: 0 0 10px 10px;
  background-color: #687ddb;
}
.select.btn:hover {
  background-color: #222222;
}
.pack:hover .select.btn {
  background-color: #233caa;
}
.cost-btn {
  position: absolute;
  width: 100%;
  bottom: 0;
}
.cost {
  margin: 20px 0;
}
.show {
  border: 0;
  background: none;
  font-size: 14px;
  color: #243caa;
}
.show i {
  color: #243caa;  
}
table.table th {
  background-color: #e1dfeb;
  color: #071e54;
  font-weight: normal;
  border-color: #d1d1d1;
}
table.table td {
  font-size: 14px;
}
table.table  tbody {
  border-top: 0 !important;
}
td.table-heading {
  background-color: #c6c2db;
}
.table-heading h6 {
  color: #071e54;
  margin: 0;
  line-height: normal;
  padding: 9px 0 6px 0;
  font-weight: normal;
  font-family: 'poppinsregular';
}
table.table i {
  background-color: #81BC44;
  color: #ffffff;
  width: 23px;
  height: 23px;
  text-align: center;
  line-height: 21px;
  border-radius: 20px;
  border: 1px solid #456624;
  text-shadow: 0px 0px 3px #2c5008;
}
table.table td:first-child a {
  color: #dc2e35;
}
table.table td:first-child a:hover {
  color: #071e54;
}
.table.service-table {
  font-size: .875rem;
}
.service-link {
  color: #dc3234;
}
.group-heading-cell a {
  color: #352e58;
}
.table-head .tr {
  display: flex;
}
.table-body.no-border {
  border: 0;
}
.table-head .th {
  padding: 0.75rem 0.875rem;
  color: #3a3748;
  background-color: #e1dfeb;
  font-weight: 600;
}
.table-head .th:not(:last-child) {
  border-right: 1px solid #fff;
}
.table-body .tr-group .tr .td:first-child {
  border-left: 1px solid #eaeaee;
}
.table-body .tr-group .tr .td {
  border-right: 1px solid #eaeaee;
}
.table-body .tr-group .tr {
  border-bottom: 1px solid #eaeaee;
}
.table-body .tr-group > .tr > .td:first-child,
.table-head .th:first-child {
  width: 23%;
  display: -webkit-box;
  display: -ms-flexbox;
  /*display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;*/
}
.table-body .tr-group > .tr > .td:nth-child(2),
.table-head .th:nth-child(2) {
  width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.table-body .tr-group > .tr > .td:nth-child(3),
.table-head .th:nth-child(3) {
  width: 10%;
}
.table-body .tr-group > .tr > .td:nth-child(4),
.table-head .th:nth-child(4) {
    width: 10%;
    display: flex;
    text-align: center;
}
.table-body .tr-group > .tr > .td:last-child,
.table-head .th:last-child {
  width: 9%;
}
.table-body .tr-group > .tr > .td:last-child,
.table-body .tr-group > .tr > .td:nth-child(3) {
  /*display: flex;
  align-items: center;
  justify-content: center;*/
}
.table-body .tr-group > .tr > .td:nth-child(4) {
  /*display: flex;
  align-items: center;*/
}
.table-body > .tr {
  display: flex;
  flex-direction: column;
}
.group-collapse ul li {
  padding: 0 0 0 2px;
  list-style: inside;
}
.table-body .th {
  color: #000;
  padding: 0.75rem 0.875rem;
  background-color: #c6c2db;
  font-size: 14px;
}
.table-body .tr-group .tr {
  display: flex;
}
.table-body > .tr p {
  margin-bottom: 0;
}
.table-body .tr-group > .tr > .td 
{
    padding: 0.75rem 0.875rem;
    /*display: flex;
    align-items: center;*/
}
.table-body .tr-group .td:nth-child(3) > i {
  color: #bababa;
  outline: 0;
  cursor: pointer;
}
.table-body .tr-group .td .vf-icon-person {
  font-size: 1.625rem;
  display: block;
}
.table-body .tr-group .td .vf-icon-organization {
  font-size: 1.25rem;
}
.steps {
  position: relative;
  border: 2px solid #4e3380;
  border-radius: 12px;
  padding: 0 20px;
  font-size: 14px;
  height: 100%;
  background-color: #f9f6ff;
}
.steps span {
  background-color: #4e3380;
  color: #ffffff;
  width: 40px;
  font-size: 20px;
  text-align: center;
  height: 40px;
  line-height: 43px;
  border-radius: 100%;
  font-weight: bold;
  margin: -17px 0 0 -30px;
  display: inline-block;
}
.steps p {
  margin: 13px 0;
}
.invalid-feedback {
  font-size: 12px;
}
.sub-img img {
  height: 302px;
  width: 220px;
  object-fit: cover;
}
hr {
  border-top: 1px solid #959595;
}
.posts a {
  background-color: #e7e6e6;
  display: block;
  color: #3a3a3a;
  padding: 10px 20px;
  margin: 0 0 10px 0;
}

.posts a:hover {
  background-color: #dddbdb;
}
.category li {
  margin: 0 0 6px 0;
  display: flex;
}
.category li:before {
  content: "\f0da";
  font-family: 'Font Awesome 5 Free';
  font-weight: bold;
  margin: 0 10px 0 0;
  color: #4c4c4c;
  font-size: 11px;
}
.blog-post a, .category a, .stretched-link {
  color: #dc3c30;
}
.category a:hover {
  color:#0c3494;
}
article li {
  list-style: inside;
}
.back-blog {
  font-size: 12px;
}
.back-blog i {
  margin-right: 5px;
}
.pagination .page-link {
  padding: .375rem .75rem;
  font-size: .75rem;
  color: #787878;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #dc3c30;
  border-color: #dc3c30;
}
.avatar-info {
  background-image: linear-gradient(to right, #eeeeee, #f2f2f2, #f6f6f6, #fbfbfb, #ffffff);
  padding: 15px 15px 0 15px;
}
.data li:before {
  content: "\f0da";
  font-family: 'Font Awesome 5 Free';
  font-weight: bold;
  margin: 0 10px 0 0;
  color: #4c4c4c;
  font-size: 11px;
}
.comp-img {
  width: 550px;
  height: 350px;
  float: left;
  margin: 0 20px 15px 0;
  overflow: hidden;
}
.comp-img img {
object-fit: cover;

}
.wrapper2 {
  position: fixed;
  bottom: 0;
  background: #2f3337fa;
  padding: 10px 20px 14px 20px;
  box-shadow: 1px 7px 14px -5px rgba(0,0,0,0.15);
  width: 100%;
}
.wrapper2.hide{
  opacity: 0;
  pointer-events: none;
  transform: scale(0.8);
  transition: all 0.3s ease;
}
::selection{
  color: #fff;
  background: #FCBA7F;
}
.wrapper2 img{
  max-width: 90px;
}
.content{
  margin-top: 10px;
}
.content p {
  color: #ffffff;
  margin: 0;
  line-height: 40px;
}
.content .buttons{
  display: flex;
  align-items: center;
  justify-content: center;
}
.buttons button{
  padding: 10px 20px;
  border: none;
  outline: none;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  border-radius: 5px;
  background: #db5927;
  cursor: pointer;
  transition: all 0.3s ease;
}
.buttons button:hover{
  transform: scale(0.97);
}
.buttons .item{
  margin: 0 10px;
}
.buttons a{
  color: #db5927;
}
address {
  padding: 20px 0;
  display: block;
}
address, address h6 {
  color: #ffffff;
  margin: 0;
}
address p {
  margin: 10px 0 0 0;
  font-size: 14px;
}
/*~~~~~~~ Media classes starts ~~~~~~~~*/

@media (max-width:851px) {

  #compliance.title-heading h1 {
    font-size: 2rem;
    text-align: center;
    display: block;
    line-height: 43px;
  }
  #compliance.title-heading i {
    display: none;
  }
  #compliance.title-heading {
    border: 0;
  }
}
@media (max-width:767px) and (max-width:851px) {
  #compliance.title-heading i {
    display: none;
  }
  #compliance.title-heading h1 {
    font-size: 2rem;
    text-align: center;
    display: block;
    line-height: 43px;
  }
#compliance.title-heading {
  border: 0;
  margin: 0;
}
  .comp-img {
    width: auto;
    height: auto;
  }
  .btns button {
    margin: 0 0 10px 0;
    width: 100%;
}
.back-blocks ul li {
    width: 100%;
}
  .banner {
    padding: 35px 0 70px 0;
    background-position: center top;
}
.boxes img {
  height: auto;
}
.partner-logos {
  margin: 0 0 20px;
}
.banner h1 {
  font-size: 26px;
}
.banner h3 {
  color: #d0dae9;
  margin: 0 0 10px 0;
  font-size: 20px;
}
h2.heading {
    margin: 20px 0 30px 0;
}
  .mob-logo {
    display: block;
    padding: 0 20px;
  }
  .nav-links .fa-angle-down {
    font-size: 10px;
    background-color: grey;
    color: white;
    border-radius: 100%;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    /* border: 1px solid grey; */
}
  .nav-links li .mobile-item a {
    padding: 0;
    display: inline-block;
}
  .ready {
    background: rgba(255, 255, 255, .7);
    padding: 0 15px 15px 15px;
  }
  .sidebar {
    margin-top: 30px;
}
  .contact-info {
    float: initial;
    display: inline-block;
    margin: 8px 0 8px 0;
}
.contacts i {
  font-size: 17px;
  margin: 9px 10px 0 0;
  float: left;
}
  .table-body .tr-group>.tr>.td:nth-child(2), .table-body .tr-group>.tr>.td:nth-child(3), .table-head .th:nth-child(2) {
    padding-top: 0;
    border-left: 1px solid #eaeaee;
}
.table-body .tr-group>.tr>.td:last-child, .table-body .tr-group>.tr>.td:nth-child(3) {
    display: flex;
    align-items: center;
    justify-content: center;
}
.table-body .tr-group>.tr>.td:nth-child(3), .table-head .th:nth-child(3) {
    width: 9%;
}
.table-body .tr-group>.tr>.td:last-child>*, .table-body .tr-group>.tr>.td:nth-child(3)>*, .table-body .tr-group>.tr>.td:nth-child(4)>* {
  padding: 0.625rem 0.875rem;
}
  .location {
    border:0;
  }
  footer .policy ul {
    display: block;
  }
  footer .policy li {
    width: 100%;
  }
  footer .social-icons ul {
    display: flex;
  }
  footer .social-icons li {
    margin-right: 15px;
    width: auto;
  }
  .banner span {
    font-size: 45px;
  }
  .box {
    margin: 0 0 30px;
  }
  .box h4 {
    height: auto;
  }

  
  .table-body .tr:not(:first-child) .th {
    border-top: 1px solid rgba(75, 129, 133, 0.25);
}
.table-head .th:first-child {
    width: 100%;
}
.table-head .th:not(:first-child) {
    display: none;
}
.table-body .tr-group .tr {
    flex-wrap: wrap;
}
.table-body .tr-group > .tr > .td:first-child,
.table-body .tr-group > .tr > .td:nth-child(2),
.table-head .th:first-child,
.table-head .th:nth-child(2) {
    width: 100%;
    padding: 0.625rem 0.875rem;
}
.table-head .th:first-child {
    width: 100%;
    padding: 0.625rem 0.875rem;
}
.table-head .th:not(:first-child) {
    display: none;
}
.table-body .tr-group .tr {
    flex-wrap: wrap;
}
.table-body .tr-group > .tr > .td:nth-child(2),
.table-body .tr-group > .tr > .td:nth-child(3),
.table-head .th:nth-child(2) {
    padding-top: 0;
    border-left: 1px solid #eaeaee;
}
.table-body .tr-group > .tr > .td:last-child,
.table-body .tr-group > .tr > .td:nth-child(3),
.table-body .tr-group > .tr > .td:nth-child(4) {
    padding: 0;
    flex-grow: 1;
    flex-direction: column;
    justify-content: flex-start;
}
.table-body .tr-group > .tr > .td:last-child > *,
.table-body .tr-group > .tr > .td:nth-child(3) > *,
.table-body .tr-group > .tr > .td:nth-child(4) > * {
    padding: 0.625rem 0.875rem;
}
.table-body .tr-group > .tr > .td:last-child:before,
.table-body .tr-group > .tr > .td:nth-child(3):before,
.table-body .tr-group > .tr > .td:nth-child(4):before {
    content: attr(aria-label);
    width: 100%;
    color: #243caa;
    align-self: flex-start;
    text-align: center;
    padding: 0.25rem 0.875rem;
    border-bottom: 1px solid #eaeaee;
}
.table-body .tr-group .tr:not(:last-child) {
    border-bottom: 2px solid #eaeaee;
}
.table .group-heading-cell {
    position: relative;
    padding-right: 40px;
}
.table .group-heading-cell > i {
    top: 0;
    right: 0;
    bottom: 0;
    height: 16px;
    width: 40px;
    cursor: pointer;
    margin-top: auto;
    margin-bottom: auto;
    font-size: 1rem;
    padding-left: 0.875rem;
    padding-right: 0.875rem;
    position: absolute;
    max-width: 40px;
    transition: transform 250ms ease;
    transform: rotate(90deg);
}
.table .group-heading-cell > i[aria-expanded="true"] {
    transform: rotate(270deg);
}
.table .group-collapse {
    display: none;
}
.table .group-collapse.expanded {
    display: block;
}
}
@media (max-width:768px) {
  .inner-box {
    height: auto;
  }
}

/*~~~~~~~ Media classes ends ~~~~~~~~*/