/* font */
@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;400;500;600;700&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Noto+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body {
  font-family: 'Roboto', sans-serif;
}
a {
  color: #2B92D1;
}
.fs_18 {
  font-size: 1.125rem;
}
a {
  text-decoration: none;
}
p {
  line-height: 26px;
}
.line_h_35 {
  line-height: 2.188rem;
}
.line_h_48 {
  line-height: 3rem;
}
.jump {
  transform-origin: 0;
  -webkit-animation: jump 1s linear alternate infinite;
          animation: jump 1s linear alternate infinite;
}
/* preloader */
.text-org-dark {
  color: #EBAC00;
}
.preloader {
  background-color: #043aa4;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  transition: 0.6s;
  margin: 0 auto;
}
.content-center {
  align-content: center !important;
}
.preloader .logo {
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

/* margin css */
.mt-n6{
  margin-top: -2.9rem!important;
}

/* button */
a.sign-in {
  font-family: 'Lato', sans-serif;
  font-size: 1rem;
  color: #fff;
}
.btn-light-green {
  background: #f49526;
  font-family: 'Lato', sans-serif;
  border-radius: 100rem;
  color:#ffffff;
}
.btn-light-green:hover {
  background: #125278;
  border-color: #125278;
  color: #fff;
}
.btn-light-green:active, .btn-light-green:focus {
  background: #125278;
  border-color: #125278;
  color: #fff;
}
.btn-dark-outline {
  background: #125278;
  border-radius: 100px;
  border: 3px solid #77C7E1;
  color: #fff;
  font-size: 1.313rem;
  font-family: 'Comfortaa', cursive;
}
.btn-dark-outline:hover {
  background: #B3E7F8;
  border: 3px solid #B3E7F8;
}
.btn-dark-blue {
  background: #f49526;
  border-radius: 100px;
  font-size: 1.063rem;
}
.btn-dark-blue:hover {
  background: #B3E7F8;
  color: #000 !important;
  border-color: #B3E7F8;
}
.btn-dark-blue:active {
  background-color: #3d87b5;
}
.btn-dark-blue:focus {
  background-color: #3d87b5;
}

/* background colors */
.bg-light-green {
  background: #c9d9f7;
}
.bg-blue {
  background: #0B70AE;
}
.bg-dark-blue {
  background: #2b2f38;
}
.bg-purple-light {
  background: #E9F1FF;
}
/* text color */
.text-blue {
  color:#006fb7;
}

/* header  */

.bar-icon {
  width: 20px;
  height: 14px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
.bar-icon span {
  width: 100%;
  height: 2px;
  background: #fff;
  display: inline-block;
}
.bar-icon span:nth-child(2) {
  margin-left: 9px;
  transition: 0.3s;
}
.navbar.sticky-bar.stick .bar-icon span {
  background: #2B92D1;
}
header.inner-header .bar-icon span {
  background: #2B92D1;
}

.offcanvas-overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #000;
  z-index: 900;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.offcanvas-overlay.overlay-open {
  opacity: 0.3;
  visibility: visible;
}

.offcanvas-overlay-white {
  position: fixed;
  height: 100%;
  width: 100%;
  background: var(--clr-common-white);
  z-index: 900;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.offcanvas-overlay-white.overlay-open {
  opacity: 0;
  visibility: visible;
}

.side-info-close {
  background: none;
  border: 0;
  color: var(--clr-common-heading);
  font-size: 20px;
  padding: 0;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.side-info {
  background: #fff;
  border-left: 1px solid #fff;
  height: 100%;
  position: fixed;
  z-index: 99999;
  right: -100%;
  top: 0;
  width: 365px;
  padding: 45px 35px 45px 45px;
  transition: 0.6s;
  overflow-y: scroll;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .side-info {
    width: 300px;
    padding: 15px 25px;
  }
}

.side-info.info-open {
  right: 0;
}

.side-info-logo img {
  height: 40px;
}

.navbar.sticky-bar.stick .navbar-nav .nav-link.active, .navbar.sticky-bar.stick .nav-link, .navbar.sticky-bar.stick a.sign-in {
color:#000
}
.navbar.sticky-bar.stick .navbar-brand {
 display: block !important;
}
.navbar.sticky-bar.stick .logo_white {
  display: none !important;
}
 header.inner-header .navbar-nav .nav-link {
  color:#707070;
  font-weight: 600;
}
header.inner-header .navbar-nav .nav-link.active {
  color:#006fb7
}
.navbar.sticky-bar.stick .navbar-nav .nav-link.active {
  color:#006fb7
}
header.inner-header a.sign-in {
  color: #707070;
}
header h1 {
  font-size: 3rem;
  line-height: 4rem;
  font-family: 'Lato', sans-serif;
}
header h5 {
  font-size: 1.125rem !important;
  font-family: 'Comfortaa', cursive;
}
.navbar-nav a.nav-link {
  font-family: 'Noto Sans', sans-serif;
  position: relative;
}
.nav-link:hover {
  color: #fff;
}
.nav-link:hover::after {
  border-radius: 100rem;
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  z-index: 2;
  right: 0;
  height: 2px;
  background: #61D0F3;
}
.navbar.sticky-bar.stick .nav-link:hover::after {
  background: #006fb7;
}
.navbar.sticky-bar.stick .nav-link:hover {
  color: #006fb7;
}
header.inner-header .nav-link:hover::after {
  background: #006fb7;
}
header.inner-header .nav-link:hover {
  color: #006fb7;
}
.navbar-nav .nav-link.active::after {
  border-radius: 100rem;
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  z-index: 2;
  right: 0;
  height: 2px;
  background: #61D0F3;
}
header.inner-header .navbar-nav .nav-link.active::after {
  background: #006fb7;
}
.navbar.sticky-bar.stick .navbar-nav .nav-link.active::after {
  background: #006fb7;
}
.sticky-bar {
  position: relative;
  z-index: 3;
}
.sticky-bar.stick {
  -webkit-animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.05);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  left: 0;
  transition: all 0.3s ease 0s;
  background: #fff !important;
  margin-top: 0 !important;
}
header {
  background:#033ea6 url('../images/bg/header-pattern.png');
  font-family: 'Noto Sans', sans-serif;
}
header.inner-header {
  background:none;
  font-family: 'Noto Sans', sans-serif;
}
header .inner_header_bg {
  background:#033ea6 url('../images/bg/header-pattern.png');
}

.head_image {
  top: 33px;
  text-align: center;
  width: 100%;
  right: 0;
  left: 0;
  position: relative;
  z-index: 1;
}
.heade_image_wrap::after {
  position: absolute;
  content: '';
  background: #fff;
  left: 0;
  width: 100%;
  height: 100%;
  bottom: -226px;
  right: 0;
  z-index: -1;
}
.logos_Office  {
  padding-top: 50px;
}
/* footer */
footer a {
  color: #fff;
}
footer li {
  line-height: 2.5rem;
}
footer a:hover {
  color: #77c7e1;
}
.sc_bg {
  width: 1.9rem;
  height: 1.9rem;
  background: #fff;
  text-align: center;
  line-height: 2rem;
  padding: 2px;
  display: inline-block;
  border-radius: 100rem;
}
.sc_bg i {
  color: #006fb7;
  font-size: 1.2rem;
}
/* copy right */
.copy-right a {
  color: #27A8D1;
}
.copy-right a:hover {
  color: #77c7e1;
}
.testim_bg {
  background: #000000;
  width: 43px;
  height: 43px;
  text-align: center;
  line-height: 45px;
  border-radius: 100rem;
}
/* contact us */
.text_conmment{
 resize: none;
}
.contact_info {
  font-family: 'Lato', sans-serif;
  color: #555555;
}
.conatct_sc li a {
  color: #000;
  float: left;
  width: 32px;
  height: 32px;
  line-height: 32px;
}
.conatct_sc li a:hover {
  color: #fff;
  background: #006fb7;
  border-radius: 100px;
  -webkit-transition: background-color 0.5s ease-out;
  -moz-transition: background-color 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out;
}

.contact-form .input {
  flex-direction: column-reverse;
  position: relative;
  padding-top: 1.5rem;
  margin-bottom: 1.2rem;
}
.contact-form .input + .contact-form .input {
  margin-top: 1.5rem;
}

.contact-form .input-label {
  color: #8597a3;
  position: absolute;
  top: 1.5rem;
  transition: 0.25s ease;
}

.contact-form .input-field {
  border: 0;
  z-index: 1;
  background-color: transparent;
  border-bottom: 2px solid #eee;
  font: inherit;
  font-size: 1.125rem;
  padding: 0.25rem 0;
}
.contact-form .input-field:focus, .contact-form .input-field:valid {
  outline: 0;
  border-bottom-color: #006fb7;
}
.contact-form .input-field:focus + .input-label, .contact-form .input-field:valid + .input-label {
  color: #555;
  transform: translateY(-1.5rem);
}


/* Customize the label (the container) */
.checkbox-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  border-radius: 100px;
  width: 25px;
  border: 2px #707070 solid;
  transition: all 0.5s ease-in-out;
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
  background-color: #006fb7;
  transition: all 0.5s ease-in-out;
  border-radius: 50%;
  border: 2px #006fb7 solid;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
  left: 6px;
  top: 1px;
  width: 9px;
  height: 15px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.contact-form .form-control.is-invalid:focus, .contact-form.was-validated .form-control:invalid:focus, 
.contact-form .form-control.is-valid:focus, .contact-form.was-validated .form-control:valid:focus,
.contact-form .form-control:focus {
  box-shadow: none;
}
.contact-form .form-control {
  border-radius: 0;
}


/* respnsive */
@media (max-width: 767.98px) {
  header h1 {
    font-size: 1.9rem;
    line-height: normal;
  }
  header h5 {
    font-size: 1rem;
  }
  body {
    text-align: center;
  }
.check_boxes li {
  width: 100%;
  text-align: left;
}
.contact_info p {
  text-align: left;
}
}
@media (max-width: 1199.98px) {
  .logos_Office {
    padding-top: 52px;
  }
}

.ob-title {
  font-size: 40px;
  font-weight: 600;
  vertical-align: top;
}
.ob-subtitle {
  font-size: 22px;
  font-weight: 600;
  padding-bottom: 10px;
  line-height: 28px;
}
.ob-list li {
  padding-bottom: 10px;
  font-size: 16px;
  line-height: 28px;
}
.ob-para {
  font-size: 16px;
  line-height: 26px;
  padding-top: 20px;
  vertical-align: top;
}
.pl-30 {
  padding-left: 30px;
}
.footer-para {
  font-size: 15px;
  line-height: 26px;
  padding-right: 30px;
}

/*toggle Switch */

.toggle-switch{
  display: flex;
  height: 30px;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
}

.toggler{
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  width: 50px !important;
  height: 25px !important;
  background-color: #006fb7 !important;
  border-radius: 25px !important;
  position: relative !important;
  margin: 0 5px 0 5px;
}

.toggler::after{
  content: "" !important;
  width: 16px !important;
  height: 16px !important;
  background-color: white !important;
  position: absolute !important;
  border-radius: 50% !important;
  top:50% !important;
  transform: translateY(-50%) !important;
  margin-left: 5px !important;
  -webkit-transition: .8s !important;
  transition: .8s !important;
}

.toggler:checked::after{
  right: 10% !important;
}

/* Pricing Table */

.price-table table { border: 1px solid #dbdde3; border-bottom:0; width: 100%; overflow-x:auto;margin-top:40px; }
.price-table table tr th, .price-table table tr td { border: 1px solid #dbdde3; padding:8px 8px 8px 8px;}
.price-table table tr th { font-size: 18px; text-align: center; }
.price-table table tr td { font-size: 14px; text-align: center;font-weight:bolder;}
.price-table table tr td img { width: 32px; }
.price-table table tr th:nth-child(1) { background: #ffffff;   }
.price-table table tr th:nth-child(2) { background: #f6f8fb; color: green; }
.price-table table tr th:nth-child(3) { background: #edf1f7; color: #1db6ea; }
.price-table table tr th:nth-child(4) { background: #e5ebf4; color: #1d3764; }
.price-table table tr th:nth-child(5) { background: #dfebfc; color: green; }
.price-table table tr td:nth-child(6) { background: #ffffff; color: }
.price-table table tr td:nth-child(7) { background: #f6f8fb;color:  }
.price-table table tr td:nth-child(8) { background: #edf1f7;color:  }
.price-table table tr td:nth-child(9) { background: #e5ebf4; color:  }
.price-table table tr th:nth-child(6) { background: #e5ebf4; color: #1d3764;}
.price-table table tr th:nth-child(7) { background: #f6f8fb;color: #1db6ea; }
.price-table table tr th:nth-child(8) { background: #edf1f7;color: green; }
.price-table table tr th:nth-child(9) { background: #e5ebf4; color: #1d3764; }
.price-table { overflow-x: auto; background-color: #ffffff; }
.price-table table tr th { font-size: 22px; text-align: center; }
.price-table table tr td { font-size: 16px; text-align: center; }
.price-table table tr td {
  font-size: 14px;
}
.price-table table tr th {
  font-size: 1.2rem;
}
.price-table table tr th, .price-table table tr td {
  border: 1px solid #dbdde3;
  padding: 5px 10px;
}


/* ======================== */
/*   Pricing Cards  	*/
/* ========================	*/

body{margin-top:0px;}
.price_plan_area {
    position: relative;
    z-index: 1;
    /* background-color: #f5f5ff; */
}

.single_price_plan {
    position: relative;
    z-index: 1;
    border-radius: 0.5rem 0.5rem 0 0;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    margin-bottom: 45px;
    background-color: #ffffff;
    padding: 3rem 4rem;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single_price_plan {
        padding: 3rem;
    }
}
@media only screen and (max-width: 575px) {
    .single_price_plan {
        padding: 3rem;
    }
}
.single_price_plan::after {
    position: absolute;
    content: "";
    background-image: url("https://bootdey.com/img/half-circle-pricing.png");
    background-repeat: repeat;
    width: 100%;
    height: 17px;
    bottom: -14px;
    z-index: 1;
    left: 0;
}
.single_price_plan .title {
    text-transform: capitalize;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    margin-bottom: 2rem;
}
.single_price_plan .title span {
    color: #ffffff;
    padding: 0.2rem 0.6rem;
    font-size: 12px;
    text-transform: uppercase;
    background-color: #2ecc71;
    display: inline-block;
    margin-bottom: 0.5rem;
    border-radius: 0.25rem;
}
.single_price_plan .title h3 {
    font-size: 1.25rem;
}
.single_price_plan .title p {
    font-weight: 300;
    line-height: 1;
    font-size: 14px;
}
.single_price_plan .title .line {
    width: 80px;
    height: 4px;
    border-radius: 10px;
    background-color: #3f43fd;
}
.single_price_plan .price {
    margin-bottom: 1.5rem;
}
.single_price_plan .price h4 {
    position: relative;
    z-index: 1;
    font-size: 2.4rem;
    line-height: 1;
    margin-bottom: 0;
    color: #3f43fd;
    display: inline-block;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, right top, from(#e24997), to(#2d2ed4));
    background-image: linear-gradient(90deg, #e24997, #2d2ed4);
}
.single_price_plan .description {
    position: relative;
    margin-bottom: 1.5rem;
}
.single_price_plan .description p {
    line-height: 16px;
    margin: 0;
    padding: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}
.single_price_plan .description p i {
    color: #2ecc71;
    margin-right: 0.5rem;
}
.single_price_plan .description p .lni-close {
    color: #e74c3c;
}
.single_price_plan.active,
.single_price_plan:hover,
.single_price_plan:focus {
    -webkit-box-shadow: 0 6px 50px 8px rgba(21, 131, 233, 0.15);
    box-shadow: 0 6px 50px 8px rgba(21, 131, 233, 0.15);
}
.single_price_plan .side-shape img {
    position: absolute;
    width: auto;
    top: 0;
    right: 0;
    z-index: -2;
}

.section-heading h3 {
    margin-bottom: 1rem;
    font-size: 3.125rem;
    letter-spacing: -1px;
}

.section-heading p {
    margin-bottom: 0;
    font-size: 1.25rem;
}

.section-heading .line {
    width: 120px;
    height: 5px;
    margin: 30px auto 0;
    border-radius: 6px;
    background: #2d2ed4;
    background: -webkit-gradient(linear, left top, right top, from(#e24997), to(#2d2ed4));
    background: linear-gradient(to right, #e24997, #2d2ed4);
}
    

.bgpricing
{
  background: rgb(255,255,255);
  background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(176,217,244,1) 50%, rgba(255,255,255,1) 100%);
}

.obblue
{
  color:#033ea6;
}
.obbgblue
{
  color:#ffffff !important;
  border: solid 1px #006fb7;
}
/* Services Section */
#services {
  padding: 0 0 10px 0;
}

#services .box {
  padding: 40px;
  margin-bottom: 40px;
  box-shadow: 10px 10px 15px rgba(73, 78, 92, 0.1);
  background: #fff;
  transition: 0.4s;
}

#services .box:hover {
  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
}

#services .box .icon {
  float: left;
}

#services .box .icon i {
  color: #444;
  font-size: 64px;
  transition: 0.5s;
  line-height: 0;
  margin-top: 34px;
}

#services .box .icon i:before {
  background: #344c75;

  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#services .box h4 {
  margin-left: 100px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 22px;
}

#services .box h4 a {
  color: #444;
}

#services .box p {
  font-size: 14px;
  margin-left: 100px;
  margin-bottom: 0;
  line-height: 24px;
}

#services .section-header h2 {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 2.05rem;
  font-weight: bold;
  /* text-transform: uppercase; */
  color: #344c75;
  text-align: center;
}

#services .section-header h2::before {
  left: 0;
}



.txt16
{
  font-size: 16px;
}

.btn-ob {
  background-color: #006fb7;
}

.accordion-button:not(.collapsed) {
  color: #FFFFFF !important;
  background-color: #006fb7 !important;
  box-shadow: inset 0 calc(var(--bs-accordion-border-width) * -1) 0 var(--bs-accordion-border-color);
}
.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon) !important;
}

.accordion-button {
  font-weight: 500;
  background-color: #f3f3f3 !important; 
}

/* partner portal css 27/04/2021 */
.partner_portal {
  background: #fff;
}

.partner_portal .become_partner {
  background:#e3f5fa;
}
.partner_portal .login-btn {
  background: #1d5d8d;
  border: none;
  color:#FFFFFF;
}
.partner_portal .login-btn:hover {
  background: #cd222b;
}
.partner_portal .become_left h1 {
  color: #1D5D8D;
  font-size: 1.5rem;
}
.partner_portal .section-title h2 {
  font-size: 22px
}
.partner_portal .white_label_partner {
  background: #f0f0f0;
}
.partner_portal .white_label_partner.reseller_partner {
  background: #006fb7;
}
.partner_portal .white_label_partner h3 {
  font-size: 24px;
}
.partner_portal .white_label_partner a {
  color: #ffffff;
  border: solid 1px #f49526;
  background-color: #f49526;
}

.partner_portal .white_label_partner a:hover {
  color: #ffffff;
  background-color: #107997;
}
.partner_portal .white_label_partner a.login-btn {
  background: #fff;
  color: #000!important;
}
.partner_portal .white_label_partner a.login-btn:hover {
  background: #cd222b;
  color: #fff !important;
}
.partner_portal .blue_light {
  background: rgba(74,153,211,15%);
}
.partner_portal .blue_light h2 {
  color: #4A99D3;
}
.partner_portal .become_left h1 {
  font-size: 1.5rem;
}
.partner_portal .blue_light.clients_feedback h2 {
  font-size: 1.1rem;
  color: #000;
  position: relative;
}
.partner_portal .blue_light.clients_feedback h2:before {
  content: '';
  position: absolute;
  top:-11px;
  left:0;
  background: url(../images/partner_partol/quote-left-solid.svg) no-repeat;
  width: 15px;
  height: 15px;
}
.partner_portal .blue_light.clients_feedback h2:after {
  content: '';
  position: absolute;
  bottom:0;
  right:0;
  background: url(../images/partner_partol/quote-right-solid.svg) no-repeat;
  width: 15px;
  height: 15px;
}
.partner_portal .subscribe {
  background: #F5F5F5;
}
.partner_portal .subscribe a.login-btn {
  background: #18A0FB;
}
.partner_portal .subscribe a.login-btn.contact-us {
  background: #fff;
  color: #000 !important;
}

/* join now (28/04/2021) */
.join_now_bg {
    background:url(../images/join_now/join-bg.jpg) no-repeat center center;
    background-size:cover;
    position: relative;
	padding-top:20px;:
}
.join_now_bg::before {
    /* background: #000; */
    content: '';
    position: absolute;
    top:0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 0;
    opacity: 0.7;
}
.join_form {
    background: #fff;
}
.join_now h1 {
  font-size: 1.5rem;
  color: #fff;
  font-weight: normal;
}
.join_now h2 {
  color: #1D5D8D;
  font-size: 1.5rem;
  border-bottom: 4px solid #15dae0;
}
.join_now h3 {
  font-size: 1.2rem;
}
.join_now span {
  color: #15dae0;
}
.join_now ul li {
  font-size: 1rem;
}
.join_now ul li i {
  font-size: 0.5rem;
  float: left;
  margin: 7px;
  color: #15dae0;
}
.join_now hr {
  opacity: 0.3;
}
@media (min-width:992px) {
  .join_now_bg {
    /* height: 100%; */
  }
  .join_now h1, .partner_portal .become_left h1 {
    font-size: 2.2rem;	  
    margin-top:28px;
    line-height: 3rem;
    font-weight: 400;
  }
  .join_now h2, .section-title h2 {
    font-size: 1.5rem;
  }
  .join_now h3 {
    font-size: 1.75rem;
  }
  .partner_portal .section-title h2 {
    font-size: 32px;
    color:#0a6193;
    padding-top: 30px;
    font-weight: 400;
  }
  .partner_portal .blue_light.clients_feedback h2 {
    font-size: 2rem;
  }
  .partner_portal .blue_light.clients_feedback h2:after {
    bottom: 14px;
    /* right: -10px; */
    width: 35px;
    height: 35px;
  }

  .partner_portal .blue_light.clients_feedback h2:before {
    top: 0;
    /* left: -30px; */
    width: 35px;
    height: 35px;
  }
}
.carousel-control-prev-icon {
  margin-left: -70px;
}
.carousel-control-next-icon {
  margin-right: -70px;
}
.rounded-ob {
  border-radius: 10px;
}
.lineheight {
  line-height: 3rem;
}
.lineheight2 {
  line-height: 2rem;
}

.hero-partner {
  background:url(../images/partner-hero-bg.jpg) no-repeat center center;
  background-size: cover;
  overflow: hidden;
  position: relative;
  background-position: 50%;
  background-repeat: no-repeat;
}

.partner-hero-txt {
  line-height: 30px;
  font-size: large;
}
.partner-hero-heading {
  line-height: 40px;
  font-weight: 400;
}

.partner-cta {
  border: solid 2px #0a6193;
  color: #0a6193;
  font-weight: 500;
}

.partner-cta a:hover {
  color:white;
  background-color: #0a6193;
}

/* Signup Page ---------------------------- */

#signup {
  padding: 20px 0 0 0;
}

#signup .box {
  padding: 0px 0px 0px 0px;
  margin-bottom: 0px;
  box-shadow: 0 17px 25px rgba(0, 0, 0, 0.13);
  background: #fff;
  transition: 0.4s;
  
}

#signup .box:hover {
  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
  /* transform: translateY(-10px); */
  /* -webkit-transform: translateY(-10px); */
  /* -moz-transform: translateY(-10px); */
}

#signup .box .icon {
  float: left;
}

#signup .box .icon i {
  color: #444;
  font-size: 64px;
  transition: 0.5s;
  line-height: 0;
  margin-top: 34px;
}

#signup .box .icon i:before {
  background: #344c75;

  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#signup .box h4 {
  margin-left: 100px;
  /* font-weight: 700; */
  margin-bottom: 15px;
  font-size: 22px;
  margin-left:22px;
}

#signup .box h4 a {
  color: #444;
}

#signup .box p {
  font-size: 14px;
  margin-left: 100px;
  margin-bottom: 0;
  line-height: 24px;
}

#signup .section-header h2 {
  font-size: 60px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

#signup .section-header h3 {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 1.65rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #606060;
}

#signup .buttonbox {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-top: 20px;
}

#signup button {
  border: 2px solid #3c88db;
  color: #ffffff;
  padding: 12px;
  width: 100%;
  border-radius: 4px;
  cursor: pointer;
  outline: 0;
  z-index: 9;
  background-color: #3c88db;
  transition: all 0.2s ease-in-out;
  bottom: 0;
  text-transform: uppercase;
  margin-left:-10px;
}

#signup .form-control::placeholder {
  color: #d0d4d7;
  opacity: 0.8;
}

#signup .desc {
  margin-top: 10px;
    display: flex;
    padding: 4px;
    /* background-color: #ffffff; */
    border: 1px solid #efefef;
    border-radius: 4px;
    margin-right: 0px;
}

#signup .desc img {
  /* width: 84px !important; */
  /* height: 84px !important; */
  /* max-width: 100%; */
}

#signup .desc h3 {
  font-size: 22px;
  line-height: 32px;
  font-weight: 300;
  display: flex;
  padding: 0px 15px;
  align-items: center;
  margin: 0;
}

#signup .section-header h2 {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 3.65rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #344c75;
}

#signup .section-header h2::before {
  left: 0;
}

.form-group {
  margin: 0px 0;
}

.engineer .text {
  padding-left: 30px;
  position: relative;
}
.engineer .text::before {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  bottom: 0;
  left: 0;
  position: absolute;
  content: "\f058";
  font-family: "Font Awesome 5 Pro";
  color: #1550a2;
  font-weight: 600;
}
.engineer .text:hover::before {
  color: #D4D6F5;
}
.border-top-ef {
  border-top: solid #494e5a 1px;
}

.features .feature-box {
  padding: 24px 20px;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
  transition: 0.3s;
  height: 100%;
}

.features .feature-box h3 {
  font-size: 18px;
  color: #012970;
  font-weight: 700;
  margin: 0;
}

.features .feature-box i {
  line-height: 0;
  background: #ecf3ff;
  padding: 4px;
  margin-right: 10px;
  font-size: 24px;
  border-radius: 3px;
  transition: 0.3s;
}

.features .feature-box:hover i {
  background: #4154f1;
  color: #fff;
}

.features .feture-tabs {
  margin-top: 120px;
}

.features .feture-tabs h3 {
  color: #012970;
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .features .feture-tabs h3 {
    font-size: 28px;
  }
}

.features .feture-tabs .nav-pills {
  border-bottom: 1px solid #eee;
}

.features .feture-tabs .nav-link {
  background: none;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  color: #012970;
  padding: 12px 0;
  margin-right: 25px;
  margin-bottom: -2px;
  border-radius: 0;
}

.features .feture-tabs .nav-link.active {
  color: #4154f1;
  border-bottom: 3px solid #4154f1;
}

.features .feture-tabs .tab-content h4 {
  font-size: 18px;
  margin: 0;
  font-weight: 700;
  color: #012970;
}

.features .feture-tabs .tab-content i {
  font-size: 24px;
  line-height: 0;
  margin-right: 8px;
  color: #4154f1;
}

.features .feature-icons {
  /* margin-top: 50px; */
}

.features .feature-icons h3 {
  color: #012970;
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 20px;
  text-align: center;
}

@media (max-width: 768px) {
  .features .feature-icons h3 {
    font-size: 28px;
  }
}

.features .feature-icons .content .icon-box {
  display: flex;
}

.features .feature-icons .content .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 10px 0;
  color: #012970;
}

.features .feature-icons .content .icon-box i {
  font-size: 44px;
  line-height: 44px;
  color: #bc0f0f;
  margin-right: 15px;
}

.features .feature-icons .content .icon-box p {
  font-size: 15px;
  color: #848484;
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  padding: 70px 0 10px;
}

.counts .count-box {
  display: flex;
  align-items: center;
  padding: 30px;
  width: 100%;
  background: #fff;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
}

.counts .count-box i {
  font-size: 42px;
  line-height: 0;
  margin-right: 20px;
  color: #4154f1;
}

.counts .count-box span {
  font-size: 36px;
  display: block;
  font-weight: 600;
  color: #0b198f;
}

.counts .count-box p {
  padding: 0;
  margin: 0;
  font-family: "Nunito", sans-serif;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Frequently Asked Questions Section
--------------------------------------------------------------*/
.faq {
  padding-top: 80px;
}

.faq .accordion-item {
  border: 0;
  margin-bottom: 10px;
}

.faq .accordion-collapse {
  border: 0;
}

.faq .accordion-button {
  padding: 15px 30px 20px 60px;
  font-weight: 600;
  border: 0;
  font-size: 18px;
  color: var(--color-default);
  text-align: left;
  background: rgba(14, 29, 52, 0.03);
  border-radius: 5px;
}

.faq .accordion-button:focus {
  box-shadow: none;
}

.faq .accordion-button:not(.collapsed) {
  color: var(--color-primary);
  border-bottom: 0;
  box-shadow: none;
}

.faq .question-icon {
  position: absolute;
  top: 14px;
  left: 25px;
  font-size: 20px;
  color: var(--color-primary);
}

.faq .accordion-button:after {
  position: absolute;
  right: 15px;
  top: 15px;
}

.faq .accordion-body {
  padding: 0 30px 25px 60px;
  border: 0;
  background: rgba(14, 29, 52, 0.03);
  border-radius: 5px;
}
.become_partner {
  background: #e3f5fa;
}
.bg-light-green {
  background: #c9d9f7;
}
.footer-2 .footer-widgets-wrapper {
  background-color: #033ca4;
}
.footer-widgets-wrapper {
  padding-top: 50px;
  padding-bottom: 50px;
}
.footer-cta-wrapper .footer-cta-bg-wrapper {
  background-color: #bc0f0f;
  padding: 40px;
}
.footer-2 .footer-bottom {
  background-color: #FFF;
}
.footer-cta-wrapper .footer-cta-bg-wrapper {
  background-color: #bc0f0f;
  padding: 40px;
}
.footer-cta-wrapper {
  position: relative;
  z-index: 1;
  background-color: #F6F8FC;
}
.footer-1 {
  position: relative;
}
.footer-1 .footer-widgets-wrapper {
  background-color: #F6F8FC;
}
.footer-1 .footer-bottom {
  background-color: #033ca4;
}

.footer-2 {
  position: relative;
}
.footer-2 .footer-widgets-wrapper {
  background-color: #033ca4;
}
.footer-2 .footer-cta-wrapper {
  background: #033ca4;
}
.footer-2 .footer-cta-wrapper::after {
  background: #fff;
}
.footer-2 .footer-bottom {
  background-color: #FFF;
}
.footer-2 .footer-bottom p {
  color: #001659;
}
.footer-2 .footer-bottom p a {
  color: #1550a2;
}
.footer-2 .single-contact-info .icon {
  color: #FFF !important;
}
.footer-2 .footer-menu a {
  color: #001659 !important;
}

.footer-3 {
  padding: 20px 0px;
  background: #161616;
}
.footer-3 p, .footer-3 a, .footer-3 span {
  color: #9b9b9b;
  font-weight: 400;
}
.footer-3 a:hover {
  color: #fff;
}
.footer-3 .footer-social a {
  display: inline-block;
  margin: 0px 4px;
}
.footer-3 ul {
  margin-left: -10px;
}
.footer-3 ul li {
  display: inline-block;
}
.footer-3 ul li a {
  display: inline-block;
  margin-left: 10px;
}

.footer-widgets-wrapper {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 991px) {
  .footer-widgets-wrapper {
    padding-top: 30px;
    padding-bottom: 70px;
  }
}

.footer-bottom {
  padding: 25px 0px;
}
.footer-bottom p {
  color: #fff;
}
.footer-bottom p a {
  color: #1550a2;
}
.footer-bottom.footer_bottom__2 {
  background-color: #1550a2;
}
.footer-bottom.footer_bottom__2 .copyright-info a {
  color: #001659 !important;
  font-weight: 500;
}
.footer-bottom.footer_bottom__2 .copyright-info a:hover {
  text-decoration: underline;
}
.footer-bottom.footer_bottom__2 .footer-menu a {
  display: inline-block;
  margin-left: 20px;
  font-weight: 400 !important;
  color: #FFF;
  padding-right: 20px;
  border-right: 1px solid #FFF;
  line-height: 1;
}
.footer-bottom.footer_bottom__2 .footer-menu a:hover {
  color: #001659 !important;
}

.footer-wrap .single-footer-wid {
  margin-top: 40px;
}
.footer-wrap .single-footer-wid .wid-title {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .footer-wrap .single-footer-wid .wid-title {
    margin-bottom: 25px;
  }
}
.footer-wrap .single-footer-wid.site_info_box {
  text-align: center;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  position: relative;
  margin-right: 40px;
  padding: 60px 40px;
  margin-top: -80px;
  z-index: 9;
}
.footer-wrap .single-footer-wid.site_info_box .f_logo {
  margin-bottom: 30px;
  display: block;
}
.footer-wrap .single-footer-wid.site_info_box p {
  font-size: 14px;
}
.footer-wrap .single-footer-wid.site_info_box .social_link {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .footer-wrap .single-footer-wid.site_info_box .social_link {
    margin-top: 30px;
  }
}
.footer-wrap .single-footer-wid.site_info_box .social_link a {
  background-color: #f6f6f6;
  width: 40px;
  height: 40px;
  line-height: 41px;
  border-radius: 50px;
  font-size: 14px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-align: center;
  display: inline-block;
  color: #1550a2;
  margin-right: 5px;
}
.footer-wrap .single-footer-wid.site_info_box .social_link a:hover {
  color: #fff;
  background-color: #1550a2;
}
.footer-wrap .single-footer-wid.site_info_widget .single-contact-info {
  overflow: auto;
  margin-bottom: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-wrap .single-footer-wid.site_info_widget .single-contact-info:last-child {
  margin-bottom: 0;
}

.footer-wrap .single-footer-wid.site_info_widget .single-contact-info span {
  display: block;
  color: #53545A;
  font-size: 14px;
}
.footer-wrap .single-footer-wid.site_info_widget .single-contact-info .icon {
  color: #1550a2;
  float: left;
  text-align: center;
  overflow: hidden;
  font-size: 24px;
  line-height: 1;
  margin-right: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.footer-wrap .single-footer-wid .social_link {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .footer-wrap .single-footer-wid .social_link {
    margin-top: 30px;
  }
}
.footer-wrap .single-footer-wid .social_link a {
  background-color: #0f0f0f;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 10px;
  font-size: 16px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-align: center;
  display: inline-block;
  color: #1550a2;
  margin-right: 5px;
}
.footer-wrap .single-footer-wid .social_link a:hover {
  color: #fff;
  background-color: #001659;
}
.footer-wrap .single-footer-wid ul li > a {
  /* color: #53545A; */
  margin-bottom: 15px;
  display: block;
  font-weight: 400;
  text-transform: capitalize;
}
@media (max-width: 1191px) {
  .footer-wrap .single-footer-wid ul li > a {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .footer-wrap .single-footer-wid ul li > a {
    margin-bottom: 10px;
  }
}
.footer-wrap .single-footer-wid ul li > a:hover {
  color: #001659;
  padding-left: 10px;
}
.footer-wrap .single-footer-wid ul li:last-child a {
  margin-bottom: 0;
}
.footer-wrap .single-footer-wid.single-footer-wid_2 ul li a:hover {
  color: #1550a2 !important;
}
.footer-wrap.footer__2 .footer-widgets-wrapper {
  background-color: #001659;
}

.footer-cta-wrapper {
  position: relative;
  z-index: 1;
  background-color: #F6F8FC;
}
.footer-cta-wrapper::after {
  position: absolute;
  width: 100%;
  height: 50px;
  content: "";
  left: 0;
  bottom: 0;
  background-color: #343f52;
  z-index: -1;
}
.footer-cta-wrapper .footer-cta-bg-wrapper {
  background-color: #bc0f0f;
  padding: 40px;
}
@media (max-width: 767px) {
  .footer-cta-wrapper .footer-cta-bg-wrapper {
    padding: 30px;
  }
}
.footer-cta-wrapper .footer-social-icon a {
  width: 50px;
  height: 50px;
  background-color: #fff;
  text-align: center;
  line-height: 50px;
  color: #001659;
  display: inline-block;
  margin-left: 10px;
}
@media (max-width: 1080px) {
  .footer-cta-wrapper .footer-social-icon a {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .footer-cta-wrapper .footer-social-icon a {
    margin-left: 0;
    margin-right: 10px;
  }
}
.footer-cta-wrapper .footer-social-icon a:hover {
  background-color: #001659;
  color: #fff;
}

.footer-menu ul li {
  display: inline-block;
}
.footer-menu ul li:last-of-type a {
  border: none !important;
}
.footer-menu ul li a {
  display: inline-block;
  margin-left: 20px;
  color: #A9B0C7;
  padding-right: 20px;
  border-right: 1px solid #53545A;
  line-height: 1;
}
@media (max-width: 991px) {
  .footer-menu ul li a {
    margin: 0px 10px;
  }
}
@media (max-width: 767px) {
  .footer-menu ul li a {
    margin: 0px 5px;
  }
}
.working-prosess .single-working .icon {
  position: relative;
  width: 85px;
  height: 85px;
  margin: 0 auto;
  border-radius: 10px;
  background-color: #1550a2;
}
.working-prosess .single-working .icon .number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0%;
  right: 0%;
  background-color: #FF5E14;
  width: 20px;
  height: 20px;
  border-radius: 1000px;
    

}
.working-prosess .single-working .icon .number h6 {
  margin-bottom: 0px;
  font-size: 10px;
  line-height: 10px;
  color: #FFF;
}
.working-prosess .vectore {
  position:relative;
  top: 47%;
  left: 20%;
  z-index: -1;
  margin-top: -185px;
}
.working-prosess .single-working {
  margin-top: 50px;
}
.listing-li {
  margin: 0 auto 40px;
  margin-top: 0px;
  
 
  text-align: left !important;
  padding-left: 20px !important;
  font-weight: 500;
  list-style:none;
  
}
.listing-li li i {
  /* background: #fff; */
  width: 24px;
  height: 36px;
  border-radius: 50px;
  text-align: center;
  line-height: 36px;
  color: #4e3fdc;
  font-size: 15px;
  position: relative;
  
}
.main-text{
    
  color: cornflowerblue;
  line-height: 25px;
  text-align: center;
} 
.p-bold{
  color: #bc0f0f;
font-weight: bold; 
margin-top:20px; 
    
}