@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,700;1,900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?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&amp;display=swap");

html
{
    scroll-behavior: smooth;
}

body {
  padding: 0;
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  overflow-x: hidden;
  user-select: none;
}

a {
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #111111;
}
a:hover, a:focus {
  color: #000540;
  text-decoration: none;
}
button {
  outline: 0 !important;
}

p {
  margin-bottom: 15px;
  line-height: 1.6;
  color: #353535;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
}

p:last-child {
  margin-bottom: 0;
}

i {
  line-height: normal;
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table-cell {
  vertical-align: middle;
}

img {
    max-width: 100%;
    height: auto;
    pointer-events: none;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pt-100 {
  padding-top: 44px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pt-70 {
  padding-top: 70px;
}

/* .pb-70 {
  padding-bottom: 70px;
} */

.ptb-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: #111111;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
}

.h1:last-child, .h2:last-child, .h3:last-child, .h4:last-child, .h5:last-child, .h6:last-child, h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child {
  margin-bottom: 0;
}
.btn:hover,
.btn:active,
.btn:focus,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus
{
  box-shadow: none;
  outline: none;
}
.btn-primary {
  color: #fff;
  background-color: #000540;
  border: none;
  border-radius: 0;
}
.btn-primary:hover {
  background-color: #fc6d1a;
}

/*================================================
Default CSS
=================================================*/
.default-btn {
    border: none;
    position: relative;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    background-color: #000540;
    color: #ffffff;
    background-image: linear-gradient(to right, #fc6d1a , #000c98);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 5px;
    opacity: 1;
    font-weight: 400;
    font-size: 16px;
    padding: 8px 15px;
    margin-right: 7px;
}

.default-btn span {
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #111111;
  color: #ffffff;
  pointer-events: none;
  -webkit-transition: width 0.5s ease-in-out, 
 height 0.5s ease-in-out;
  transition: width 0.5s ease-in-out, 
 height 0.5s ease-in-out;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  border-radius: 5px;
  opacity: 1;
}

.default-btn:hover {
  color: #ffffff !important;
}

.default-btn:hover span {
  width: 225%;
  height: 562.5px;
}

.default-btn i {
  font-size: 12px;
  position: relative;
  top: -1px;
  margin-left: 10px;
}

/*================================================
Section Title CSS
=================================================*/
.section-title {
  text-align: center;
  margin-bottom: 45px;
  z-index: 5;
  position: relative;
}

.section-title span {
  color: #000c98;
  font-weight: 700;
}

.section-title h2 {
  font-size: 36px;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 14px;
}

.section-title p {
  max-width: 570px;
  margin: auto;
}

/*================================================
Navbar Area CSS
=================================================*/
.main-responsive-nav {
  display: none;
}

.main-navbar {
  padding-top: 0;
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
}

.main-navbar .container-fluid {
  max-width: 1470px;
}

.main-navbar .navbar {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding-right: 0;
  padding-top: 0;
  padding-left: 0;
  padding-bottom: 0;
}

.main-navbar .navbar ul {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}

.main-navbar .navbar .navbar-brand h1 {
  color: #ffffff;
  margin-bottom: 0;
}

.navbar-brand
{
	display: block;
}
.navbar-brand img {
  width: 200px;
	max-width: 100%;
}

.main-navbar .navbar .navbar-nav {
  margin: 0 0 0 auto;
}

.main-navbar .navbar .navbar-nav .nav-item {
  position: relative;
  margin-left: 8px;
  margin-right: 8px;
}

.main-navbar .navbar .navbar-nav .nav-item a {
  color: #000540;
  font-size: 16px;
  font-weight: 500;
  font-family: "Rubik", sans-serif;
  text-transform: capitalize;
  padding-left: 0;
  padding-right: 0;
  padding-top: 25px;
  padding-bottom: 25px;
}
a.editMenuLink {
    color: #000540 !important;
    font-size: 16px;
    font-weight: 500;
    font-family: "Rubik", sans-serif;
    text-transform: capitalize;
    padding-left: 0;
    padding-right: 0;
    padding-top: 25px;
    display: flex;
    padding-bottom: 25px;
}
a.editMenuLink i{
    display: block !important;
    margin-left: 5px;
}

.loginBtn a#loginBtn {
    width: max-content;
    background-color: #000540;
    font-size: 16px;
    font-weight: 500;
    color: white;
    font-family: "Rubik", sans-serif;
    text-transform: capitalize;
    padding: 6px 15px;
    display: block;
    border-radius: 5px;
    margin-left: 14px;
}
.dropdown-item.active, .dropdown-item:active
{
    background-color: #000540;
}
.loginBtn a#loginBtn:hover {
    background-color: #fc6d1a;
}
.loginBtn a.dropdown-toggle img
{
    height: 38px;
    width: 38px;
    border-radius: 50%;
    display: block;
    margin: 0;
    padding: 0;
    object-fit: cover;
    transition: 0.3s;
    transform: scale(0.9);
    box-shadow: 2px 2px 5px rgba(0,0,0,0.17);
}
.loginBtn a.dropdown-toggle:hover img
{
    transform: scale(1);
}
.loginBtn a.dropdown-toggle::after
{
    display: none;
}

.main-navbar .navbar .navbar-nav .nav-item a i {
    position: relative;
    font-size: 12px;
    display: inline-block;
}

.main-navbar .navbar .navbar-nav .nav-item a:hover, .main-navbar .navbar .navbar-nav .nav-item a:focus, .main-navbar .navbar .navbar-nav .nav-item a.active {
  color: #000540;
}

.main-navbar .navbar .navbar-nav .nav-item:last-child {
  margin-right: 0;
}

.main-navbar .navbar .navbar-nav .nav-item:first-child {
  margin-left: 0;
}

.main-navbar .navbar .navbar-nav .nav-item:hover a, .main-navbar .navbar .navbar-nav .nav-item.active a {
  color: #000540;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu {
    border: none;
    top: 74px;
    left: 0;
    z-index: 99;
    opacity: 0;
    width: 270px;
    display: block;
    border-radius: 0;
    padding: 0;
    margin-top: 0;
    position: absolute;
    visibility: hidden;
    background: #ffffff;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li {
  margin: 0;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a {
    padding: 7px 15px;
    position: relative;
    display: block;
    color: #111111;
    text-transform: capitalize;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 15px;
    font-weight: normal;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a i {
  margin: 0;
  position: absolute;
  top: 50%;
  font-size: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 15px;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a:focus, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #000c98;
  /*letter-spacing: 1px;*/
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  top: 0;
  opacity: 0;
  left: -250px;
  margin-top: 15px;
  visibility: hidden;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
  color: #111111;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
  color: #000c98;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
  top: 0;
  opacity: 0;
  left: 250px;
  visibility: hidden;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #111111;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #000c98;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  top: 0;
  opacity: 0;
  left: -250px;
  visibility: hidden;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #111111;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #000c98;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  top: 0;
  opacity: 0;
  left: 250px;
  visibility: hidden;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #111111;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #000c98;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  top: 0;
  opacity: 0;
  left: -250px;
  visibility: hidden;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #111111;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #000c98;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  top: 0;
  opacity: 0;
  left: 250px;
  visibility: hidden;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #111111;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #000c98;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #000c98;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #000c98;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #000c98;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #000c98;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
  color: #000c98;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
  color: #000c98;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}

.main-navbar .navbar .navbar-nav .nav-item:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}

.main-navbar .navbar .others-options {
  margin-left: 30px;
}

.main-navbar .navbar .others-options .option-item {
  margin-right: 30px;
  position: relative;
}

.main-navbar .navbar .others-options .option-item:last-child {
  margin-right: 0;
}

.main-navbar .navbar .others-options .option-item:last-child::before {
  display: none;
}

.main-navbar .navbar .others-options .option-item::before {
  position: absolute;
  right: -15px;
  top: 0;
  width: 1px;
  content: '';
  height: 28px;
  background-color: #dadada;
}

.main-navbar .navbar .others-options .option-item:nth-child(2)::before {
  display: none;
}

.main-navbar .navbar .others-options .option-item .search-btn {
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #111111;
  font-size: 20px;
  font-weight: 600;
}

.main-navbar .navbar .others-options .option-item .close-btn {
  cursor: pointer;
  display: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 20px;
  color: #111111;
  font-size: 18px;
}

.main-navbar .navbar .others-options .option-item .close-btn.active {
  display: block;
}

.main-navbar .navbar .others-options .option-item .info {
  position: relative;
  /* padding-left: 45px; */
  display: block;
}

.main-navbar .navbar .others-options .option-item .info i {
  font-size: 20px;
  color: #000540;
  vertical-align: middle;
}
.main-navbar .navbar .others-options .option-item .info i{
  animation: customShake 1s linear infinite;
}
.main-navbar .navbar .others-options .option-item .info:hover i{
  animation: none;
}
@keyframes customShake {
  0%
  {
    transform: rotate(0deg);
  }
  10%
  {
    transform: rotate(6deg);
  }
  20%
  {
    transform: rotate(-6deg);
  }
  30%
  {
    transform: rotate(8deg);
  }
  40%
  {
    transform: rotate(-8deg);
  }
  50%
  {
    transform: rotate(0deg);
  }
  
}

.main-navbar .navbar .others-options .option-item .info span {
  color: #606060;
}

.main-navbar .navbar .others-options .option-item .info p {
  font-weight: 500;
  margin-bottom: 0;
  font-family: "Rubik", sans-serif;
}

.main-navbar .navbar .others-options .option-item .info p a {
  color: #111111;
}

.main-navbar .navbar .others-options .option-item .default-btn {
  margin-top: 5px;
}

.navbar-area.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
    box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.25);
    background-color: #ffffff !important;
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}

.search-overlay {
  display: none;
}

.search-overlay.search-popup {
  position: absolute;
  top: 100%;
  width: 300px;
  background: #ffffff;
  z-index: 2;
  right: 0;
  padding: 20px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  margin-top: 25px;
}

.search-overlay.search-popup .search-form {
  position: relative;
}

.search-overlay.search-popup .search-form .search-input {
  display: block;
  width: 100%;
  height: 50px;
  line-height: initial;
  border: 1px solid #eeeeee;
  color: #111111;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding-top: 4px;
  padding-left: 10px;
}

.search-overlay.search-popup .search-form .search-input:focus {
  border-color: #000c98;
}

.search-overlay.search-popup .search-form .search-button {
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  background: transparent;
  border: none;
  width: 50px;
  outline: 0;
  color: #606060;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 0;
}

.search-overlay.search-popup .search-form .search-button:hover, .search-overlay.search-popup .search-form .search-button:focus {
  color: #000c98;
}

@media only screen and (max-width: 991px) {
  .main-responsive-nav {
    display: block;
  }
  .main-responsive-nav .main-responsive-menu {
    position: relative;
  }
  .main-responsive-nav .main-responsive-menu.mean-container .mean-nav ul {
    font-size: 15px;
  }
  .main-responsive-nav .main-responsive-menu.mean-container .mean-nav ul li a.active {
    color: #000c98;
  }
  .main-responsive-nav .main-responsive-menu.mean-container .mean-nav ul li a i {
    display: none;
  }
  .main-responsive-nav .main-responsive-menu.mean-container .mean-nav ul li li a {
    font-size: 14px;
  }
  .main-responsive-nav .main-responsive-menu.mean-container .navbar-nav {
    overflow-y: auto;
    height: 336px;
    -webkit-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
  }
  .main-responsive-nav .mean-container a.meanmenu-reveal {
    color: #111111;
  }
  .main-responsive-nav .mean-container a.meanmenu-reveal span {
    background: #111111;
  }
  .main-responsive-nav .logo {
    position: relative;
    width: 50%;
    z-index: 999;
  }
  .navbar-area {
    background-color: #ffffff;
    padding-top: 5px;
    padding-bottom: 5px;
    box-shadow: 0 0 5px rgba(0,0,0,0.25);
}
  .main-navbar {
    display: none;
  }
  .mean-container .mean-nav ul li a.mean-expand
  {
      width: 20%;
  }
}

/*================================================
Main Banner Area CSS
=================================================*/
.main-banner-area {
  background-image: url(../img/main-banner.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  position: relative;
  z-index: 1;
  background-attachment: fixed;
  padding-top: 200px;
}

.main-banner-area::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: .50;
}

.main-banner-area .row {
  margin: 0;
  z-index: 100;
  position: relative;
}

.main-banner-area.bg-two {
  background-image: url(../img/main-banner2.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 870px;
  padding-top: 0;
}

.main-banner-area.bg-two::before {
  display: none;
}

.main-banner-area.bg-two .main-banner-content {
  max-width: 720px;
  top: 50%;
  left: 4%;
  position: absolute;
}

.main-banner-area.bg-two .main-banner-content span {
  color: #000c98;
}

.main-banner-area.bg-two .main-banner-content h1 {
  color: #111111;
}

.main-banner-area.bg-two .main-banner-content p {
  color: #606060;
  max-width: 650px;
}

.main-banner-area.bg-two .main-banner-content .banner-btn {
  margin-top: 30px;
}

.main-banner-area.bg-two .banner-social-buttons {
  position: absolute;
  left: 45px;
  right: auto;
  top: unset;
  bottom: 50px;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
  -webkit-transform: unset;
          transform: unset;
}

.main-banner-area.bg-two .banner-social-buttons ul li {
  color: #111111;
}

.main-banner-area.bg-two .banner-social-buttons ul li span {
  margin-right: 30px;
  position: relative;
}

.main-banner-area.bg-two .banner-social-buttons ul li span::before {
  position: absolute;
  right: -38px;
  top: 10px;
  width: 30px;
  content: '';
  height: 1px;
  background-color: #111111;
}

.main-banner-area.bg-two .banner-social-buttons ul a {
  color: #111111;
}

.main-banner-area.bg-two .banner-social-buttons ul a:hover {
  color: #000c98;
}

.main-banner-area.bg-three {
  background-image: url(../img/main-banner3.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  /*height: 620px;*/
  padding-top: 0;
  background-attachment: unset;
}

.main-banner-area.bg-three::before {
  display: none;
}

.main-banner-area.bg-three .main-banner-content {
  max-width: 100%;
  top: 50%;
  left: 5%;
  z-index: 100;
  position: absolute;
  height: 350px;
  width: 420px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
  transition: 2s;
  background: linear-gradient(135deg, white, rgb(255 255 255 / 71%));
  border-radius: 15px;
  backdrop-filter: blur(5px);
  transform: translateY(-40%);
  opacity: 0;
  box-shadow: 0 0 7px rgba(0,0,0,0.25);
}
.main-banner-area.bg-three .slick-current .main-banner-content {
  transform: translateY(-50%);
  opacity: 1;
}
.main-banner-area.bg-three .main-banner-content span {
  color: #000c98;
}

.main-banner-area.bg-three .main-banner-content h1 {
  color: #111111;
  font-size: 30px;
  margin-top: 0;
}

.main-banner-area.bg-three .main-banner-content p {
  color: #606060;
  max-width: 650px;
}

.main-banner-area.bg-three .main-banner-content .banner-btn {
  margin-top: 30px;
}

.banner-image img {
    margin: auto;
}

.main-banner-area .slick-track {
    display: flex;
    align-items: center;
}
.slick-list {
  position: relative;
  display: flex;
  align-items: stretch;
}
.slick-track {
  position: relative;
  /* top: 0; */
  /* left: 0; */
  display: flex !important;
  /* display: block; */
  /* margin-left: auto; */
  /* margin-right: auto; */
  align-items: stretch;
}
.slick-slide {
  height: 100%;
}

.main-banner-content {
  max-width: 635px;
}

.main-banner-content span {
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
}

.main-banner-content h1 {
  font-size: 68px;
  color: #ffffff;
  margin-top: 10px;
  margin-bottom: 16px;
}

.main-banner-content p {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 0;
}

.main-banner-content .banner-btn {
  margin-top: 45px;
}

.banner-social-buttons {
  position: absolute;
  right: -80px;
  top: 40%;
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  z-index: 1;
}

.banner-social-buttons ul {
  padding-left: 0;
  margin-bottom: 0;
}

.banner-social-buttons ul li {
  color: #ffffff;
  list-style-type: none;
  display: inline-block;
  margin-right: 20px;
}

.banner-social-buttons ul li:last-child {
  margin-right: 0;
}

.banner-social-buttons ul li span {
  margin-right: 30px;
  position: relative;
}

.banner-social-buttons ul li span::before {
  position: absolute;
  right: -38px;
  top: 10px;
  width: 30px;
  content: '';
  height: 1px;
  background-color: #ffffff;
}

.banner-social-buttons ul a {
  color: #ffffff;
}

.banner-social-buttons ul a:hover {
  color: #000c98;
}

.banner-social-buttons ul i {
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
  -webkit-transform: translate(-50%, -50%) rotate(270deg);
          transform: translate(-50%, -50%) rotate(270deg);
}
#homeCarousel
{
  position: relative;
}
#homeCarousel .slick-slide
{
  position: relative;
}
.banner-image
{
  position: relative;
  min-height: 85vh;
  z-index: 1;
  background-size: cover;
  background-position:center;
}
.banner-image::before
{
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  background: linear-gradient(-135deg, rgba(0,0,0,0.3), transparent);
}
.main-banner-area .slick-current .banner-image
{
  animation: scaleAnimation 10s linear;
}

@keyframes scaleAnimation{
  0%
  {
    transform: scale(1);
  }
  100%
  {
    transform: scale(1.2);
  }
}
/*================================================
Approvals Area CSS
=================================================*/
.approvals-area {
  position: relative;
  z-index: 1;
  border-top: 1px solid #9ca2a0;
  margin-top: 200px;
}

.approvals-area .container-fluid {
  max-width: 1470px;
}

.approvals-area.bg-color {
  border-top: none;
  margin-top: 0;
  background-color: #fdfdfb;
}

.approvals-area.bg-color .container {
  max-width: 1140px;
}

.col-lg-4:last-child .approvals-content::before {
  display: none;
}

.approvals-content {
  position: relative;
  padding: 35px 20px 35px 60px;
}

.approvals-content::before {
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  content: '';
  height: 100%;
  background-color: #9ca2a0;
}

.approvals-content .icon {
  position: absolute;
  left: 0;
  top: 38px;
}

.approvals-content .icon i {
  font-size: 40px;
  color: #000c98;
}

.approvals-content span {
  font-size: 18px;
  color: #f5f7fa;
}

.approvals-content p {
  font-size: 18px;
  color: #f5f7fa;
  margin-bottom: 0;
}

.approvals-item {
  background-color: #ffffff;
  padding-left: 50px;
  padding-right: 50px;
  border-radius: 12px;
  box-shadow: 2px 2px 7px rgba(0,0,0,0.12);
}

.approvals-item .approvals-content {
  position: relative;
  padding: 20px 20px 20px 60px;
}

.approvals-item .approvals-content::before {
  right: 40px;
  top: 20px;
  height: 60%;
}

.approvals-item .approvals-content .icon {
  top: 22px;
}

.approvals-item .approvals-content span {
  color: #606060;
}

.approvals-item .approvals-content p {
  color: #606060;
}

/*================================================
About Area CSS
=================================================*/
.about-area
{
  position: relative;
  padding: 60px 20px;
  overflow: hidden;
  z-index: 1;
}
.about-area.bg-color {
  background-color: #fdfdfb;
}

.about-image {
  position: relative;
  text-align: left;
  padding-right: 100px;
  padding-bottom: 100px;
}

.about-image img {
  border-radius: 0;
}

.about-image img:nth-child(2) {
  position: absolute;
  right: 10px;
  bottom: 0;
  z-index: 1;
}

.about-image .experience {
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  max-width: 470px;
  margin: auto;
  z-index: 1;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -25px;
  padding: 40px;
  border-left: 2px solid #000c98;
}

.about-image .experience h4 {
    font-size: 80px;
    margin-bottom: 0;
    position: absolute;
    left: 50px;
    top: 11px;
    font-weight: 400;
}

.about-image .experience p {
  font-size: 28px;
  color: #111111;
  font-weight: 400;
  margin-bottom: 0;
  padding-left: 120px;
  line-height: 1.4;
  font-family: "Rubik", sans-serif;
}

.sub-heading {
  font-weight: 700;
  color: #000c98;
  font-size: 14px;
  text-transform: uppercase;
}

h3 {
  font-size: 36px;
  /* font-weight: 400; */
  margin-top: 10px;
  margin-bottom: 16px;
}

strong {
  color: inherit;
  font-weight: 600;
}

.about-list {
  padding-left: 0;
  margin-top: 20px;
  margin-bottom: 25px;
}

.about-list li {
  list-style-type: none;
  color: #606060;
  margin-bottom: 10px;
  position: relative;
  padding-left: 30px;
}

.about-list li:last-child {
  margin-bottom: 0;
}

.about-list li i {
  position: absolute;
  left: 0;
  top: 0;
  color: #000c98;
  font-size: 20px;
}

.about-wrap {
  position: relative;
}

.about-wrap .about-shape {
  background-image: url(../img/about/shape.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 200px;
  height: 200px;
  position: absolute;
  bottom: 0;
  right: 60px;
}

.about-wrap .about-shape .text {
  text-align: center;
  margin-top: 50px;
}

.about-wrap .about-shape .text h3 {
  font-size: 70px;
  color: #000c98;
  margin-bottom: 5px;
  line-height: 1;
}

.about-wrap .about-shape .text span {
  color: #111111;
  font-weight: 500;
  font-family: "Rubik", sans-serif;
}

/*================================================
Process Area CSS
=================================================*/
.process-area {
  background-color: #f9fafb;
}

/* .process-area.bg-color {
  background-color: #fdfdfb;
} */
.process-area.bg-color {
  /* background-color: orange; */
  background: url(../img/backgroundshape2.png) bottom right no-repeat, linear-gradient(317deg, #e7e7e780, transparent);
  background-attachment: scroll, fixed;
}
.process-area.bg-color .container {
  max-width: 1140px;
}

.process-item {
  text-align: center;
  background-color: #ffffff;
  padding: 30px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 30px;
}

.process-item::before {
  position: absolute;
  content: "";
  height: 65%;
  width: 90%;
  background-color: #fdebeb;
  left: 0;
  right: 0;
  margin: auto;
  top: -110px;
  z-index: -1;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.process-item .icon {
  margin-bottom: 20px;
  position: relative;
}

.process-item .icon i {
  display: inline-block;
  height: 90px;
  width: 90px;
  line-height: 90px;
  background-color: #ffffff;
  text-align: center;
  font-size: 50px;
  color: #000c98;
  border-radius: 50px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.process-item h3 {
  font-size: 25px;
  margin-bottom: 15px;
}

.process-item:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.process-item:hover .icon i {
  background-color: #000c98;
  color: #ffffff;
}

.process-item.bg-top1 {
  margin-top: 30px;
}

.process-item.bg-top2 {
  margin-top: 0;
}

.process-item.bg-top3 {
  margin-top: 0;
}

.process-item.bg-top4 {
  margin-top: -30px;
}

.process-item-two {
  /* background-image: url(../img/process-shape.png); */
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  height: 100%;
  /* width: 280px; */
  text-align: center;
  padding: 20px 16px;
  /* margin-bottom: 30px; */
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
}

/* .process-item-two .text { */
  /* position: absolute; */
  /* top: 45px; */
  /* padding-left: 35px;
  padding-right: 35px; */
/* } */

.process-item-two .text .icon i {
  font-size: 50px;
  color: #000c98;
}

.process-item-two .text h3 {
  font-size: 16px;
  margin-top: 14px;
  /* margin-bottom: 10px; */
}

.process-item-two .text p {
  font-size: 15px;
  margin-bottom: 0;
}

/*================================================
Company Area CSS
=================================================*/
.company-area .container-fluid {
  padding-left: 0;
}

.company-area.bg-color .company-content {
  max-width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.company-image {
  background-image: url(../img/company.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
}

.company-image img {
  display: none;
}

.company-content {
  max-width: 525px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.company-content h3 {
  font-size: 36px;
  margin-bottom: 50px;
}

.company-content .company-text {
  position: relative;
  padding-left: 70px;
  margin-bottom: 20px;
}

.company-content .company-text:last-child {
  margin-bottom: 0;
}

.company-content .company-text .icon {
  position: absolute;
  left: 0;
  top: 0;
}

.company-content .company-text .icon i {
  font-size: 50px;
  color: #000c98;
}

.company-content .company-text h4 {
  font-size: 25px;
  margin-bottom: 10px;
}

/*================================================
Services Area CSS
=================================================*/
.services-area {
  background-color: #f9fafb;
}

.services-area.bg-color {
  background-color: #ffffff;
}

.services-area.bg-color .services-item {
  background-color: #f9fafb;
}

.services-item {
  text-align: center;
  background-color: #ffffff;
  padding: 30px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 30px;
}

.services-item::before {
  position: absolute;
  content: "";
  height: 65%;
  width: 90%;
  background-color: #fdebeb;
  left: 0;
  right: 0;
  margin: auto;
  top: -130px;
  z-index: -1;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.services-item .icon {
  margin-bottom: 20px;
  position: relative;
}

.services-item .icon i {
  display: inline-block;
  height: 90px;
  width: 90px;
  line-height: 90px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  text-align: center;
  font-size: 50px;
  color: #000c98;
  border-radius: 50px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.services-item h3 {
  font-size: 25px;
  margin-bottom: 20px;
}

.services-item .learn-btn {
  color: #000c98;
  display: inline-block;
  font-weight: 500;
  font-family: "Rubik", sans-serif;
}

.services-item:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.services-item:hover::before {
  background-color: #000c98;
}

/*================================================
Deserve Area CSS
=================================================*/
.deserve-item h3 {
  font-size: 36px;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.4;
}

.deserve-item .deserve-content {
  position: relative;
  padding-left: 65px;
  margin-top: 30px;
}

.deserve-item .deserve-content::before {
  width: 1px;
  height: 140%;
  background-color: #000c98;
  content: '';
  z-index: -1;
  position: absolute;
  left: 20px;
  top: 0;
}

.deserve-item .deserve-content:nth-child(5)::before {
  display: none;
}

.deserve-item .deserve-content span {
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  background-color: #f9fafb;
  border: 1px solid #000c98;
  text-align: center;
  font-size: 24px;
  color: #000c98;
  border-radius: 50px;
  position: absolute;
  left: 0;
  top: 0;
}

.deserve-item .deserve-content h4 {
  font-size: 24px;
  margin-bottom: 10px;
}

.deserve-item .deserve-content p {
  margin-bottom: 0;
}

.deserve-item .deserve-btn {
  margin-top: 25px;
}

.rate-form {
  padding: 50px 45px;
  background-color: #111111;
}

.rate-form .rate-content {
  margin-bottom: 35px;
  text-align: center;
}

.rate-form .rate-content span {
  color: #ffffff;
}

.rate-form .rate-content h3 {
  font-size: 36px;
  color: #ffffff;
  margin-top: 10px;
}

.rate-form label {
  color: #ffffff;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  text-transform: capitalize;
  font-size: 16px;
  margin-bottom: 5px;
}

.rate-form .form-group {
  margin-bottom: 15px;
}

.rate-form .form-group .form-control {
  background-color: #ffffff;
  border: none;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  height: 50px;
  border-radius: 0;
  color: #606060;
  width: 100%;
  font-size: 16px;
}

.rate-form .form-group .nice-select {
  float: unset;
  line-height: 52px;
  color: #606060;
  text-transform: capitalize;
  font-weight: 400;
  padding-top: 0;
  padding-bottom: 0;
}

.rate-form .form-group .nice-select .list {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
          box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
  border-radius: 0;
  margin-top: -1px;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.rate-form .form-group .nice-select .list .option {
  -webkit-transition: .6s;
  transition: .6s;
  color: #606060;
  font-size: 14px;
  line-height: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 10px;
}

.rate-form .form-group .nice-select .list .option:hover {
  background-color: #000c98 !important;
  color: #ffffff;
}

.rate-form .form-group .nice-select .list .option.selected {
  background-color: transparent;
  font-weight: 500;
}

.rate-form .form-group .nice-select:after {
  right: 20px;
  border-bottom: 2px solid #111111;
  border-right: 2px solid #111111;
}

.rate-form .rate-btn {
  margin-top: 20px;
}

.rate-form .rate-btn .default-btn {
  background-color: #ffffff;
  color: #111111;
  width: 100%;
  padding: 15px 30px;
  cursor: pointer;
}

.rate-form.bg-fdebeb {
  background-color: #fdebeb;
}

.rate-form.bg-fdebeb .rate-content span {
  color: #606060;
}

.rate-form.bg-fdebeb .rate-content h3 {
  color: #111111;
}

.rate-form.bg-fdebeb label {
  color: #606060;
}

.rate-form.bg-fdebeb .rate-btn .default-btn {
  background-color: #000c98;
  color: #ffffff;
}

/*================================================
Projects Area CSS
=================================================*/
.projects-area {
  background-color: #f9fafb;
}

.projects-slider .projects-item .content {
  margin-top: 25px;
}

.projects-slider .projects-item .content h3 {
  font-size: 25px;
  margin-bottom: 0;
}

.projects-slider.owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  left: -60px;
  top: 40%;
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
  margin: 0;
  padding: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 18px;
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 0px;
  background-color: #ffffff;
  color: #111111;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  border-radius: 50px;
}

.projects-slider.owl-theme .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: -60px;
}

.projects-slider.owl-theme .owl-nav [class*=owl-]:hover {
  color: #ffffff;
  background-color: #000c98;
}

.projects-slider.owl-theme .owl-nav {
  margin-top: 0;
}

/*================================================
Clients Area CSS
=================================================*/
.clients-area.bg-color {
  background-color: #111111;
}

.clients-area.bg-color .clients-item {
  background-color: unset;
  margin-bottom: 0;
}

.clients-area.bg-color .clients-item .clients-image {
  position: relative;
}

.clients-area.bg-color .clients-item .clients-image img {
  width: auto;
  margin: auto;
}

.clients-area.bg-color .clients-item .clients-image .icon-1 {
  position: absolute;
  bottom: 0;
  right: 15px;
  left: auto;
}

.clients-area.bg-color .clients-item .clients-info-text {
  max-width: 720px;
}

.clients-area.bg-color .clients-item .clients-info-text p {
  color: #ffffff;
}

.clients-area.bg-color .clients-item .clients-info-text h3 {
  color: #ffffff;
}

.clients-area.bg-color .clients-item .clients-info-text span {
  color: #ffffff;
}

.clients-area.bg-color .container {
  max-width: 1140px !important;
}

.clients-area.bg-color .section-title span {
  color: #ffffff;
}

.clients-area.bg-color .section-title h2 {
  color: #ffffff;
}

.clients-area.bg-color .section-title p {
  color: #ffffff;
}

.clients-area.bg-color .clients-slider.owl-theme .owl-dots {
  right: 0;
}

.clients-area.bg-color .clients-slider.owl-theme .owl-dots .owl-dot span {
  border: 1px solid #ffffff;
}

.clients-area.bg-color .clients-slider.owl-theme .owl-dots .owl-dot span::before {
  background-color: #ffffff;
}

.clients-area.bg-color .clients-slider.owl-theme .owl-dots .owl-dot:hover span, .clients-area.bg-color .clients-slider.owl-theme .owl-dots .owl-dot.active span {
  border: 1px solid #ffffff;
}

.clients-item {
  background-color: #ffffff;
  -webkit-box-shadow: 1px 14px 20px 0 rgba(231, 60, 62, 0.09);
          box-shadow: 1px 14px 20px 0 rgba(231, 60, 62, 0.09);
  padding: 40px;
  position: relative;
  margin-bottom: 30px;
}

.clients-item .info {
  position: relative;
  padding-left: 75px;
  margin-bottom: 30px;
}

.clients-item .info img {
  position: absolute;
  left: 0;
  top: 0;
  height: 60px;
  width: 60px;
  line-height: 60px;
  border-radius: 50%;
}

.clients-item .info h4 {
  font-size: 16px;
  color: #000c98;
  margin-bottom: 16px;
  position: relative;
  top: 10px;
}

.clients-item .info span {
  font-size: 15px;
}

.clients-item p {
  margin-bottom: 0;
  font-size: 17px;
}

.clients-item .icon {
  position: absolute;
  top: 20px;
  right: 25px;
}

.clients-item .icon i {
  color: #fdebeb;
  font-size: 100px;
}

.clients-slider .clients-item {
  padding: 0;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

.clients-slider .clients-item .clients-info-text p {
  font-size: 24px;
  color: #111111;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1.5;
}

.clients-slider .clients-item .clients-info-text h3 {
  color: #000c98;
  font-size: 16px;
  margin-top: 20px;
}

.clients-slider .clients-item .clients-info-text span {
  color: #606060;
}

.clients-slider .clients-item .clients-image {
  position: relative;
}

.clients-slider .clients-item .clients-image img {
  width: auto;
}

.clients-slider .clients-item .clients-image .icon-1 {
  position: absolute;
  bottom: 55px;
  left: 80px;
}

.clients-slider .clients-item .clients-image .icon-1 i {
  display: inline-block;
  height: 80px;
  width: 80px;
  line-height: 80px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  text-align: center;
  font-size: 50px;
  color: #000c98;
  border-radius: 50px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}

.clients-slider .clients-item .clients-image .icon-1 i:hover {
  background-color: #000c98;
  color: #ffffff;
}

.clients-slider.owl-theme .owl-dots {
  margin: 0 !important;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 80px;
  display: -ms-grid;
  display: grid;
}

.clients-slider.owl-theme .owl-dots .owl-dot span {
  width: 20px;
  height: 20px;
  background-color: transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 50%;
  border: 1px solid #606060;
  position: relative;
}

.clients-slider.owl-theme .owl-dots .owl-dot span::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #000c98;
  border-radius: 50%;
  margin: 4px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.clients-slider.owl-theme .owl-dots .owl-dot:hover span, .clients-slider.owl-theme .owl-dots .owl-dot.active span {
  border: 1px solid #000c98;
}

.clients-slider.owl-theme .owl-dots .owl-dot:hover span::before, .clients-slider.owl-theme .owl-dots .owl-dot.active span::before {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
          transform: scale(1);
}

/*================================================
Partner Area CSS
=================================================*/
.partner-area {
  background-color: #fafbfc;
}

.partner-area.bg-color {
  background-color: #ffffff;
  border-bottom: 1px solid #e5e5e5;
}

.partner-area.bg-f5f4ef {
  background-color: #f5f4ef;
}

.partner-item img {
  width: auto !important;
  margin: auto;
}

/*================================================
Blog Area CSS
=================================================*/
.blog-area.bg-color {
  background-color: #fdfcf8;
}

.blog-item {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 30px;
}

.blog-item .content {
  margin-top: 25px;
}

.blog-item .content span {
  font-size: 16px;
  color: #000c98;
  font-family: "Rubik", sans-serif;
}

.blog-item .content h3 {
  font-size: 25px;
  line-height: 1.4;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-top: 12px;
  margin-bottom: 14px;
}

.blog-item .content .blog-btn {
  font-size: 16px;
  font-family: "Rubik", sans-serif;
  color: #111111;
  display: inline-block;
  font-weight: 500;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.blog-item:hover .blog-btn {
  color: #000c98;
  letter-spacing: 1px;
}

.single-blog {
  margin-bottom: 30px;
}

.single-blog .post-meta {
  padding-left: 0;
  margin-top: 25px;
  margin-bottom: 16px;
}

.single-blog .post-meta li {
  list-style-type: none;
  color: #606060;
  font-weight: 500;
  display: inline-block;
  margin-right: 20px;
}

.single-blog .post-meta li:last-child {
  margin-right: 0;
}

.single-blog .post-meta li i {
  color: #000c98;
  margin-right: 5px;
}

.single-blog .post-meta li a {
  color: #606060;
}

.single-blog .content h3 {
  font-size: 30px;
  margin-bottom: 14px;
}

.single-blog .content p {
  margin-bottom: 0;
}

.single-blog .content .blog-btn {
  margin-top: 20px;
}

/*================================================
Choose Area CSS
=================================================*/
.choose-area {
  background-color: #f9fafb;
}

.choose-title span {
  color: #000c98;
}

.choose-title h2 {
  font-size: 36px;
  margin-top: 10px;
  margin-bottom: 14px;
}

.choose-image {
  position: relative;
  margin-top: 45px;
}

.choose-image .video-btn {
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 90px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  left: 45px;
  right: 0;
  margin: auto;
  bottom: -40px;
  -webkit-transform: translateY(-135%);
          transform: translateY(-135%);
  text-align: center;
}

.choose-image .video-btn i {
  font-size: 55px;
  position: relative;
  top: 10px;
  left: 0;
  color: #000c98;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.choose-image .video-btn::after {
  z-index: -1;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 80px;
  height: 80px;
  -webkit-animation: ripple 1.6s ease-out infinite;
          animation: ripple 1.6s ease-out infinite;
  opacity: 0;
  border-radius: 50%;
  background: #000c98;
}

.choose-image .video-btn:hover, .choose-image .video-btn .video-content .video-btn:focus {
  background-color: #000c98;
  color: #ffffff !important;
}

.choose-image .video-btn:hover i, .choose-image .video-btn .video-content .video-btn:focus i {
  color: #ffffff;
}

@-webkit-keyframes ripple {
  0%, 35% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
            transform: scale(2);
  }
}

@keyframes ripple {
  0%, 35% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
            transform: scale(2);
  }
}

/*================================================
Solution Area CSS
=================================================*/
.solution-area.bg-top {
  /*margin-bottom: -85px;*/
  position: relative;
  z-index: 1;
}

.solution-item {
  background: linear-gradient(315deg, #0012e3, #000540);
  border-radius: 5px;
  padding-top: 65px;
  padding-bottom: 65px;
  padding-left: 50px;
  padding-right: 50px;
}
.solution-item .content {
  position: relative;
}

.solution-item .content::before {
  position: absolute;
  right: -35px;
  top: 0;
  width: 1px;
  content: '';
  height: 85px;
  background-color: #ffffff;
}

.solution-item .content h3 {
  font-size: 36px;
  color: #ffffff;
  font-weight: 400;
}

.solution-item .solution-info {
  position: relative;
  padding-left: 85px;
  text-align: right;
}

.solution-item .solution-info i {
  display: inline-block;
  height: 70px;
  width: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 50px;
  background-color: #ffffff;
  color: #000c98;
  font-size: 30px;
  position: absolute;
  left: 50px;
  top: -14px;
}

.solution-item .solution-info h3 {
  font-size: 36px;
  margin-bottom: 0;
}

.solution-item .solution-info h3 a {
  color: #ffffff;
}

/*================================================
Best Services Area CSS
=================================================*/
.best-services-area {
  background-color: #f9fafb;
}

.best-services-area.bg-color {
  background-color: #ffffff;
}

.tab .tabs_item {
  display: none;
}

.tab .tabs_item:first-child {
  display: block;
}

.tabs-list {
  padding-left: 0;
  list-style-type: none;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 45px;
}

.tabs-list li {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 15.666667%;
  flex: 1 0 15.666667%;
  max-width: 31.666667%;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #111111;
  cursor: pointer;
  margin-right: 5px;
  margin-left: 5px;
}

.tabs-list li span {
  display: block;
  margin-top: 10px;
  font-weight: bold;
  font-size: 20px;
  color: #111111;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.tabs-list li i {
  font-size: 60px;
  line-height: 1;
  color: #111111;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.tabs-list li.current span {
  color: #000c98;
}

.tabs-list li.current i {
  color: #000c98;
}

.services-list-tab .tabs_item .services-tab-content {
  margin-bottom: 20px;
}

.services-list-tab .tabs_item .services-tab-content h3 {
  font-size: 25px;
  margin-bottom: 14px;
}

.services-list-tab .tabs_item .services-tab-content p {
  margin-bottom: 0;
}

.services-list-tab .tabs_item .services-tab-content.left {
  margin-bottom: 0;
}

.services-list-tab .tabs_item .list {
  padding-left: 0;
  margin-bottom: 20px;
}

.services-list-tab .tabs_item .list h3 {
  font-size: 25px;
  margin-bottom: 20px;
}

.services-list-tab .tabs_item .list li {
  color: #606060;
  font-weight: 400;
  font-family: "Rubik", sans-serif;
  list-style-type: none;
  margin-bottom: 10px;
  position: relative;
  padding-left: 18px;
}

.services-list-tab .tabs_item .list li::before {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  left: 0;
  top: 5px;
  border-radius: 30px;
  background-color: #000c98;
}

.services-list-tab .tabs_item .list li:last-child {
  margin-bottom: 0;
}

.best-services-slider {
  position: relative;
}

.best-services-slider #thumbs {
  border-bottom: 1px solid #cbcbcc;
  margin-bottom: 40px;
}

.best-services-slider #thumbs .current .tabs-item {
  border-bottom: 1px solid #000c98;
}

.best-services-slider #thumbs .current .tabs-item i {
  color: #000c98;
}

.best-services-slider .tabs-item {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.best-services-slider .tabs-item a {
  display: inline-block;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
  color: #111111;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
  text-align: center;
  font-family: "Rubik", sans-serif;
}

.best-services-slider .tabs-item i {
  display: inline-block;
  height: 80px;
  width: 80px;
  line-height: 80px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  text-align: center;
  font-size: 45px;
  color: #606060;
  border-radius: 50px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.best-services-slider .tabs-item span {
  display: block;
  margin-top: 10px;
  font-weight: bold;
  font-size: 20px;
  padding-bottom: 30px;
}

.best-services-slider .owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  left: 0;
  top: 95%;
  -webkit-transform: translateY(-28%);
          transform: translateY(-28%);
  margin: 0;
  padding: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 18px;
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 0px;
  background-color: #ffffff;
  color: #111111;
  border: 1px solid #cbcbcc;
  border-radius: 50px;
  z-index: 1;
}

.best-services-slider .owl-theme .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: 0;
}

.best-services-slider .owl-theme .owl-nav [class*=owl-]:hover {
  color: #ffffff;
  background-color: #000c98;
  border: 1px solid #000c98;
}

.best-services-slider .owl-theme .owl-nav {
  margin-top: 0;
}

.best-services-slider .services-tabs-item .services-tab-content {
  margin-bottom: 20px;
}

.best-services-slider .services-tabs-item .services-tab-content h3 {
  font-size: 25px;
  margin-bottom: 14px;
  font-weight: 500;
}

.best-services-slider .services-tabs-item .services-tab-content p {
  margin-bottom: 0;
}

.best-services-slider .services-tabs-item .services-tab-content.left {
  margin-bottom: 0;
}

.best-services-slider .services-tabs-item .list {
  padding-left: 0;
  margin-bottom: 20px;
}

.best-services-slider .services-tabs-item .list h3 {
  font-size: 25px;
  margin-bottom: 20px;
  font-weight: 500;
}

.best-services-slider .services-tabs-item .list li {
  color: #606060;
  font-weight: 400;
  font-family: "Rubik", sans-serif;
  list-style-type: none;
  margin-bottom: 10px;
  position: relative;
  padding-left: 18px;
}

.best-services-slider .services-tabs-item .list li::before {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  left: 0;
  top: 5px;
  border-radius: 30px;
  background-color: #000c98;
}

.best-services-slider .services-tabs-item .list li:last-child {
  margin-bottom: 0;
}

/*================================================
Team Area CSS
=================================================*/
.team-area {
  background-color: #fafbfc;
}

.team-area.bg-color {
  background-color: #ffffff;
}

.team-item {
  margin-bottom: 30px;
}

.team-item .image {
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.team-item .image .social {
  padding-left: 0;
  list-style-type: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}

.team-item .image .social li {
  display: inline-block;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  opacity: 0;
  visibility: hidden;
  margin-left: 1px;
  margin-right: 1px;
}

.team-item .image .social li a {
  display: block;
  width: 35px;
  height: 35px;
  background-color: #f4f5fe;
  text-align: center;
  position: relative;
  font-size: 20px;
  color: #111111;
  border-radius: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.team-item .image .social li a i {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
}

.team-item .image .social li a:hover {
  color: #ffffff;
  background-color: #000c98;
}

.team-item .image .social li:nth-child(1) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.team-item .image .social li:nth-child(2) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.team-item .image .social li:nth-child(3) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.team-item .image .social li:nth-child(4) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.team-item .content {
  margin-top: 25px;
}

.team-item .content h3 {
  font-size: 20px;
  color: #000c98;
  margin-bottom: 8px;
}

.team-item .content span {
  font-size: 16px;
  color: #606060;
}

.team-item:hover .image .social li {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

/*================================================
Fun Facts Area CSS
=================================================*/
.fun-facts-area {
  background-color: #f5f4ef;
}

.col-lg-3:last-child .single-fun-fact {
  border-right: none;
}

.single-fun-fact {
  text-align: center;
  position: relative;
  border-right: 1px solid #d3d2ce;
  margin-bottom: 30px;
}

.single-fun-fact h3 {
  position: relative;
  margin-bottom: 5px;
  line-height: 1;
  color: #000c98;
  font-size: 48px;
}

.single-fun-fact h3 .sign-icon {
  display: inline-block;
  font-size: 48px;
  margin-left: -10px;
  position: relative;
  top: 2px;
}

.single-fun-fact h3 .odometer {
  font-family: "Roboto", sans-serif;
}

.single-fun-fact p {
  line-height: initial;
  color: #111111;
  margin-top: 10px;
  margin-bottom: 0;
  line-height: 1;
  font-weight: 500;
  font-size: 24px;
  font-family: "Rubik", sans-serif;
}

/*================================================
Value Area CSS
=================================================*/
.value-content span {
  color: #000c98;
}

.value-content h3 {
  font-size: 36px;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 14px;
}

.value-content .text {
  margin-bottom: 0;
}

.value-features {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
  margin-left: -10px;
  margin-right: -10px;
}

.value-features li {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
  margin-top: 25px;
  font-size: 20px;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  padding-left: 10px;
  padding-right: 10px;
}

.value-features li i {
  display: inline-block;
  height: 35px;
  width: 35px;
  line-height: 35px;
  background-color: #000c98;
  text-align: center;
  color: #ffffff;
  border-radius: 50px;
  font-weight: 500;
  font-size: 20px;
  margin-right: 10px;
}

/*================================================
Page Title Area CSS
=================================================*/
.page-title-area {
  position: relative;
  z-index: 1;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: unset !important;
  background-attachment: fixed;
}

.page-title-area.item-bg-1 {
    background: linear-gradient(14deg, #fff6f1, #fee8dd);
    padding: 24px 16px;
}

.page-title-content {
  text-align: center;
  /*margin-top: -10px;*/
}

.page-title-content h2 {
  margin-bottom: 0;
  color: #111111;
  font-family: "Roboto", sans-serif;
  font-size: 48px;
}

.page-title-content ul {
  padding-left: 0;
  list-style-type: none;
  margin-top: 12px;
  margin-bottom: 0;
}

.page-title-content ul li {
  color: #606060;
  display: inline-block;
  position: relative;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 17px;
  margin-left: 10px;
  margin-right: 10px;
}

.page-title-content ul li a {
  display: inline-block;
  color: #000c98;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.page-title-content ul li a:hover {
  color: #000c98;
}

.page-title-content ul li::before {
  position: absolute;
  right: -14px;
  top: 5px;
  width: 1px;
  content: '';
  height: 18px;
  background-color: #606060;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}

.page-title-content ul li:last-child::before {
  display: none;
}

/*================================================
Table Area CSS
=================================================*/
.table-area .container {
  max-width: 1140px;
}

.table {
  margin-bottom: 0;
}

.table thead th {
    border: none;
    background-color: #f9fafb;
    color: #111111;
    /* font-family: "Rubik", sans-serif; */
    font-weight: 500;
    font-size: inherit;
}

.table-bordered td, .table-bordered th {
  /*border: 1px solid #f0f0f0;*/
  font-weight: 400;
  color: #606060;
  overflow-x: auto;
}

.table-striped tbody tr:nth-of-type(odd) {
  /*background-color: unset;*/
}

.text-nowrap {
  font-weight: 400;
  color: #606060;
}

.table-responsive {
    overflow-x: auto;
}

/*================================================
Apply Area CSS
=================================================*/
.apply-area .container {
  max-width: 1140px;
}

.apply-title {
  margin-bottom: 45px;
  text-align: center;
}

.apply-title h3 {
  font-size: 36px;
  margin-bottom: 0;
}

.apply-form .form-group {
  margin-bottom: 15px;
}

.apply-form .form-group label {
  color: #606060 !important;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  margin-bottom: 5px;
}

.apply-form .form-group .form-control {
  background-color: transparent;
  border: 1px solid #cfcfcf;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  height: 55px;
  border-radius: 0;
  color: #cfcfcf;
  font-size: 16px;
}

.apply-form .form-group .nice-select {
  float: unset;
  line-height: 53px;
  color: #666666;
  font-weight: 500;
  padding-top: 0;
  padding-bottom: 0;
}

.apply-form .form-group .nice-select .list {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
          box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
  border-radius: 0;
  margin-top: 0;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.apply-form .form-group .nice-select .list .option {
  -webkit-transition: .6s;
  transition: .6s;
  padding-left: 20px;
  padding-right: 20px;
}

.apply-form .form-group .nice-select .list .option:hover {
  background-color: #000c98 !important;
  color: #ffffff;
}

.apply-form .form-group .nice-select .list .option.selected {
  background-color: transparent;
  font-weight: 600;
}

.apply-form .form-group .nice-select:after {
  right: 20px;
}

.apply-btn {
  text-align: center;
  margin-top: 15px;
}

.apply-btn .default-btn {
  padding: 14px 50px;
}

/*================================================
Contact Area CSS
=================================================*/
.contact-area {
    background-image: radial-gradient(circle at top, #fde8dd 0 20%, transparent 20% 0), url('../img/backgroundshape3.png'), url('../img/shape-1.png'), url('../img/world_map.png');
    background-position: top center, bottom left, 100% 45%;
    background-repeat: no-repeat;
    background-attachment: scroll, scroll, scroll, fixed;
    background-size: auto, auto, auto, 100%;
}
.contact-area .container {
  max-width: 1140px;
}

.contact-area .section-title {
  max-width: 530px;
  margin: 0 auto 40px;
}

.contact-area .section-title h2 {
  line-height: 1.4;
  margin-bottom: 0;
}

.contact-form-container .title {
  margin-bottom: 30px;
}

.contact-form .title h3 {
  font-size: 25px;
  margin-bottom: 0;
}

.contact-form .form-group {
  margin-bottom: 15px;
}

.contact-form .form-group p, .contact-form .form-group label {
    font-size: 12px;
    color: #000a3e;
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    margin-bottom: 5px;
    display: block;
}
.select2-results__option {
    padding: 6px;
    user-select: none;
    font-size: 14px;
    -webkit-user-select: none;
}
/*.contact-form .form-group .form-control {*/
.select2-container--default .select2-selection--multiple{
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    /*border: 1px solid #ced4da;*/
    border: none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0 !important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.select2-container--default .select2-selection--multiple, 
.form-control {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #cfcfcf !important;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    /* height: 60px; */
    border-radius: 0;
    color: #111111;
    font-size: 14px;
    padding: 8px 10px;
}

.contact-form .form-group textarea {
  min-height: 120px;
}

.contact-form .form-group .list-unstyled {
  color: red;
  margin-top: 5px;
}

.contact-form .text-danger {
  color: #dc3545 !important;
  margin-bottom: 0 !important;
  margin-top: 16px !important;
}

.contact-side-box .title {
  margin-bottom: 30px;
}

.contact-side-box .title h3 {
    font-size: 32px;
    margin-bottom: 0;
}

.contact-side-box .info-box {
  position: relative;
  margin-bottom: 20px;
}
.info-box i {
    display: inline-block;
    width: 30px;
    color: #000540;
    text-align: center;
}
.contact-side-box .info-box:last-child {
  margin-bottom: 0;
}

.contact-side-box .info-box .icon {
  position: absolute;
  left: 0;
  top: 0;
}

.contact-side-box .info-box .icon i {
    font-size: 30px;
    color: #000540;
}

.contact-side-box .info-box h4 {
  font-size: 20px;
  margin-bottom: 10px;
}

.contact-side-box .info-box .list {
  padding-left: 0;
  margin-bottom: 0;
}

.contact-side-box .info-box .list li {
  color: #606060;
  margin-bottom: 5px;
  list-style-type: none;
}

.contact-side-box .info-box .list li:last-child {
  margin-bottom: 0;
}

.contact-side-box .info-box .list li span {
  float: right;
}

.contact-side-box .info-box span {
  font-size: 16px;
  color: #606060;
}

.contact-side-box .info-box a {
  color: #606060;
  display: block;
}

.contact-side-box .info-box a:hover {
  color: #000c98;
}

.map iframe {
  border: none;
  height: 485px;
  width: 100%;
  margin-bottom: -8px;
}

.contact-side-box {
    padding: 9px 18px;
    border-radius: 9px;
    transition: 0.5s;
    /*backdrop-filter: blur(6px);*/
    background-color: #ffffff5e;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
}

.contact-side-box {
    padding: 9px 18px;
    border-radius: 9px;
    transition: 0.5s;
    background-color: #fff6f15e;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.contact-side-box:hover {
    box-shadow: 2px 2px 7px rgba(0,0,0,0.2);
}
.contact-form-container {
    background: #ffffffab;
    padding: 20px 18px;
    border-radius: 12px;
    min-height: 290px;
    box-shadow: 0 0 5px rgba(0,0,0,0.25);
    /* backdrop-filter: blur(3px); */
}
input#callBack {
    height: 20px;
    width: 20px;
    margin-bottom: 2px;
    margin-left: 4px;
    vertical-align: middle;
}

.innerPageLabels
{
    margin-top: 16px;
}
.labelBox {
    padding: 7px 10px;
    display: flex;
    flex-wrap: wrap;
    /*align-items: center;*/
    background: rgba(255,255,255,0.3);
    backdrop-filter: blur(4px);
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0,0,0,0.20);
    height: 100%;
    position: relative;
    background: url(../img/backgroundshape3.png)  bottom left no-repeat, linear-gradient(135deg, white, #f7f7f7);
    background-size: 60%, 100%;
}
.labelImageIcon {
    width: 30px;
    display: block;
}
.labelTextBox {
    width: calc(100% - 30px);
    font-size: 13px !important;
    padding-left: 10px;
}
.labelTextBox *{
    font-size: inherit !important;
}
.labelDesc {
    width: 100%;
    font-size: 80%;
    padding: 8px 8px 0;
}
.bannerTitleHeadingsBox {
    display: flex;
    padding: 5px 12px;
    align-items: center;
    /*margin-bottom: 12px;*/
}
.bannerTitleIconBox {
    width: 30px;
}
.bannerTitleHeading {
    width: calc(100% - 30px);
    padding-left: 12px;
    font-size: 13px;
}
.bannerTitleHeading *{
    font-size: inherit !important;
    margin-bottom: 0px;
}
.downloadBrochureContainer {
    display: flex;
    padding: 5px 12px;
    align-items: center;
    /* margin-bottom: 12px; */
}
a.downloadBrochure {
    font-size: 14px;
    color: #fc6d1a;
    font-weight: 500;
}
a.downloadBrochure:hover {
    color: #000540;
}
a.downloadBrochure img{
    margin-right: 7px;
}


/*================================================
Sidebar Widget Area CSS
=================================================*/
.widget-area .widget {
  margin-top: 35px;
}

.widget-area .widget:first-child {
  margin-top: 0;
}

.widget-area .widget .widget-title {
  border-bottom: 1px solid #000c98;
  padding-bottom: 10px;
  margin-bottom: 25px;
  text-transform: capitalize;
  position: relative;
  font-size: 25px;
}

.widget-area .widget_search {
  -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
          box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
  background-color: #ffffff;
  padding: 25px;
}

.widget-area .widget_search form {
  position: relative;
}

.widget-area .widget_search form label {
  display: block;
  margin-bottom: 0;
}

.widget-area .widget_search form .screen-reader-text {
  display: none;
}

.widget-area .widget_search form .search-field {
  background-color: transparent;
  height: 50px;
  padding: 6px 15px;
  border: 1px solid #ecf3ff;
  width: 100%;
  display: block;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.widget-area .widget_search form .search-field:focus {
  border-color: #ecf3ff;
  background-color: transparent;
}

.widget-area .widget_search form button {
  position: absolute;
  right: 0;
  outline: 0;
  bottom: 0;
  height: 50px;
  width: 50px;
  line-height: 55px;
  z-index: 1;
  border: none;
  color: #ffffff;
  background-color: #000c98;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}

.widget-area .widget_search form button:hover {
  background-color: #111111;
  color: #ffffff;
}

.widget-area .widget_search form button i {
  font-size: 20px;
}

.widget-area .widget_categories {
  -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
          box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
  background-color: #ffffff;
  padding: 25px;
}

.widget-area .widget_categories ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.widget-area .widget_categories ul li {
  position: relative;
  margin-bottom: 12px;
  color: #606060;
  text-transform: capitalize;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  font-family: "Rubik", sans-serif;
}

.widget-area .widget_categories ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.widget-area .widget_categories ul li a {
  color: #111111;
  display: block;
}

.widget-area .widget_categories ul li a:hover {
  color: #e60027;
  letter-spacing: 1px;
}

.widget-area .widget_hours {
  -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
          box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
  background-color: #ffffff;
  padding: 25px;
}

.widget-area .widget_hours ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.widget-area .widget_hours ul li {
  position: relative;
  margin-bottom: 12px;
  color: #606060;
  text-transform: capitalize;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  font-family: "Rubik", sans-serif;
}

.widget-area .widget_hours ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.widget-area .widget_hours ul li a {
  color: #111111;
  display: block;
}

.widget-area .widget_hours ul li a:hover {
  color: #e60027;
  letter-spacing: 1px;
}

.widget-area .widget_hours ul li span {
  float: right;
}

.widget-area .widget_appointment {
  -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
          box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
  background-color: #ffffff;
  padding: 25px;
}

.widget-area .widget_appointment .form-group {
  margin-bottom: 15px;
}

.widget-area .widget_appointment .form-group .form-control {
  background-color: #ffffff;
  border: 1px solid #e7e7e7;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  height: 50px;
  border-radius: 2px;
  font-size: 16px;
  color: #e7e7e7;
}

.widget-area .widget_appointment .form-group .list-unstyled {
  color: red;
  margin-top: 5px;
}

.widget-area .widget_appointment .text-danger {
  color: #dc3545 !important;
  font-size: 20px !important;
  margin-top: 15px !important;
}

.widget-area .widget_finix_posts_thumb {
  -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
          box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
  background-color: #ffffff;
  padding: 25px;
  position: relative;
  overflow: hidden;
}

.widget-area .widget_finix_posts_thumb .item {
  overflow: hidden;
  margin-bottom: 20px;
}

.widget-area .widget_finix_posts_thumb .item:last-child {
  margin-bottom: 0;
}

.widget-area .widget_finix_posts_thumb .item .thumb {
  float: left;
  height: 80px;
  overflow: hidden;
  position: relative;
  width: 80px;
  margin-right: 15px;
}

.widget-area .widget_finix_posts_thumb .item .thumb .fullimage {
  width: 80px;
  height: 80px;
  display: inline-block;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center center !important;
}

.widget-area .widget_finix_posts_thumb .item .thumb .fullimage.bg1 {
  background-image: url(../img/blog/image1.jpg);
}

.widget-area .widget_finix_posts_thumb .item .thumb .fullimage.bg2 {
  background-image: url(../img/blog/image2.jpg);
}

.widget-area .widget_finix_posts_thumb .item .thumb .fullimage.bg3 {
  background-image: url(../img/blog/image3.jpg);
}

.widget-area .widget_finix_posts_thumb .item .info {
  overflow: hidden;
  margin-top: 5px;
}

.widget-area .widget_finix_posts_thumb .item .info time {
  display: block;
  color: #606060;
  text-transform: capitalize;
  margin-top: 5px;
  font-size: 14px;
  font-weight: 500;
}

.widget-area .widget_finix_posts_thumb .item .info .title {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 16px;
  font-weight: bold;
}

.widget-area .widget_finix_posts_thumb .item .info .title a {
  display: inline-block;
}

.widget-area .widget_tag_cloud {
  -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
          box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
  background-color: #ffffff;
  padding: 25px;
}

.widget-area .tagcloud a {
  display: inline-block;
  color: #111111;
  font-weight: 400;
  font-size: 14.5px !important;
  padding: 6px 12px;
  border: 1px solid #d7d7d7;
  background-color: transparent;
  color: #606060;
  margin-top: 8px;
  margin-right: 4px;
}

.widget-area .tagcloud a:hover, .widget-area .tagcloud a:focus {
  color: #ffffff;
  background-color: #000c98;
  border-color: #000c98;
  border: 1px solid #000c98;
}

.widget-area .widget_archives {
  -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
          box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
  background-color: #ffffff;
  padding: 25px;
}

.widget-area .widget_archives ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.widget-area .widget_archives ul li {
  position: relative;
  margin-bottom: 12px;
  color: #606060;
  text-transform: capitalize;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  font-family: "Rubik", sans-serif;
}

.widget-area .widget_archives ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.widget-area .widget_archives ul li a {
  color: #111111;
  display: block;
}

.widget-area .widget_archives ul li a:hover {
  color: #e60027;
  letter-spacing: 1px;
}

/*================================================
Services Details Area CSS
=================================================*/
.services-details-desc .image {
  margin-bottom: 30px;
}

.services-details-desc .content h3 {
  font-size: 30px;
  margin-bottom: 15px;
}

.services-details-desc .content p {
  font-family: "Rubik", sans-serif;
  font-weight: 400;
}

.services-details-desc .content .text {
  margin-bottom: 0;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
}

.services-details-desc .deserve-item h3 {
  font-size: 30px;
}

.services-details-features {
  padding: 50px 30px;
  background-color: #f9fafb;
  margin-top: 35px;
}

.services-details-features .content {
  margin-bottom: 35px;
}

.services-details-features .content h3 {
  font-size: 30px;
  margin-bottom: 15px;
}

.services-details-features .content p {
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  margin-bottom: 0;
}

.services-details-features .features-item {
  text-align: center;
}

.services-details-features .features-item .icon {
  margin-bottom: 20px;
}

.services-details-features .features-item .icon i {
  display: inline-block;
  height: 100px;
  width: 100px;
  line-height: 100px;
  background-color: #ffffff;
  font-size: 50px;
  color: #000c98;
  -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
          box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
  text-align: center;
  border-radius: 50px;
}

.services-details-features .features-item h3 {
  font-size: 25px;
  margin-bottom: 0;
  line-height: 1.4;
}

.services-details-others {
  margin-top: 35px;
  margin-bottom: 25px;
}

.services-details-others h3 {
  font-size: 30px;
  margin-bottom: 15px;
}

.services-details-others p {
  font-family: "Rubik", sans-serif;
  font-weight: 400;
}

.services-details-list {
  margin-top: 35px;
}

.services-details-list .content h3 {
  font-size: 30px;
  margin-bottom: 15px;
}

.services-details-list .content p {
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  margin-bottom: 0;
}

.services-details-list .content .list {
  padding-left: 0;
  margin-top: 16px;
  margin-bottom: 0;
}

.services-details-list .content .list li {
  list-style-type: none;
  color: #606060;
  font-weight: 400;
  margin-bottom: 10px;
}

.services-details-list .content .list li:last-child {
  margin-bottom: 0;
}

.services-details-list .content .list li i {
  color: #000c98;
  margin-right: 5px;
}


/*================================================
Loan Area CSS
=================================================*/
.loan-area .container {
  max-width: 1140px;
}

.loan-image {
  position: relative;
}

.loan-image .loan-shape {
  background-image: url(../img/about/shape.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 200px;
  height: 200px;
  position: absolute;
  bottom: 0;
  right: 60px;
}

.loan-image .loan-shape .text {
  text-align: center;
  margin-top: 50px;
}

.loan-image .loan-shape .text img {
  display: block;
  margin: auto;
  margin-bottom: 8px;
}

.loan-image .loan-shape .text span {
  color: #111111;
  font-weight: 500;
  font-family: "Rubik", sans-serif;
  font-size: 18px;
}

.loan-content h3 {
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 12px;
}

.loan-content p {
  margin-bottom: 0;
}

.loan-content .list {
  padding-left: 0;
  margin-top: 16px;
  margin-bottom: 18px;
}

.loan-content .list li {
  position: relative;
  margin-bottom: 12px;
  color: #606060;
  padding-left: 18px;
  text-transform: capitalize;
  list-style-type: none;
  font-size: 16px;
  font-weight: 500;
}

.loan-content .list li:last-child {
  margin-bottom: 0;
}

.loan-content .list li::before {
    background: #fc6b26;
    height: 8px;
    width: 8px;
    content: '';
    left: 0;
    top: 7px;
    position: absolute;
    border-radius: 30px;
}

.loan-content .list li a {
  color: #111111;
  display: block;
}

.loan-content .list li a:hover {
  color: #e60027;
  letter-spacing: 1px;
}

.loan-content h4 {
  font-size: 18px;
  margin-bottom: 0;
}

.loan-content .loan-list {
  padding-left: 0;
  margin-top: 16px;
  margin-bottom: 25px;
}

.loan-content .loan-list li {
  list-style-type: none;
  color: #606060;
  margin-bottom: 10px;
  position: relative;
  padding-left: 30px;
}

.loan-content .loan-list li:last-child {
  margin-bottom: 0;
}

.loan-content .loan-list li i {
  position: absolute;
  left: 0;
  top: 0;
  color: #000c98;
  font-size: 20px;
}

/*================================================
Overview Area CSS
=================================================*/
.overview-area {
  background-color: #f9fafb;
  position: relative;
  z-index: 1;
}

.overview-area .section-title {
  max-width: 645px;
  margin: 0 auto 45px;
}

.overview-area .section-title h2 {
  margin-bottom: 0;
  line-height: 1.4;
}

.overview-item {
  text-align: center;
  margin-bottom: 20px;
}

.overview-item .number {
  margin-bottom: 15px;
  position: relative;
}

.overview-item .number span {
  display: inline-block;
  height: 100px;
  width: 100px;
  line-height: 100px;
  font-size: 20px;
  color: #111111;
  -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
          box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
  text-align: center;
  border-radius: 50px;
  font-weight: 500;
  font-family: "Rubik", sans-serif;
  position: relative;
  z-index: 1;
}

.overview-item .number strong {
    font-size: 70px;
    color: #ffdfcc;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    line-height: 0;
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
}

.overview-item h3 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 1.4;
}

.overview-shape .shape {
  position: absolute;
  left: 30%;
  top: 60%;
  -webkit-transform: translateY(-60%);
          transform: translateY(-60%);
}

.overview-shape .shape2 {
  position: absolute;
  right: 30%;
  top: 55%;
  -webkit-transform: translateY(-55%);
          transform: translateY(-55%);
}

/*================================================
Check Area CSS
=================================================*/
.check-area {
  background-color: #f9fafb;
}

.check-content {
  margin-bottom: 30px;
}

.check-content h3 {
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 12px;
}

.check-content p {
  margin-bottom: 0;
}

.check-text h3 {
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 12px;
}

.check-text p {
  margin-bottom: 0;
}

.check-text .list {
  padding-left: 0;
  margin-top: 12px;
  margin-bottom: 0;
}

.check-text .list li {
  position: relative;
  margin-bottom: 12px;
  color: #606060;
  padding-left: 18px;
  text-transform: capitalize;
  list-style-type: none;
  font-size: 16px;
  font-weight: 500;
}

.check-text .list li:last-child {
  margin-bottom: 0;
}

.check-text .list li::before {
  background: #e60027;
  height: 8px;
  width: 8px;
  content: '';
  left: 0;
  top: 7px;
  position: absolute;
  border-radius: 30px;
}

.check-text .list li a {
  color: #111111;
  display: block;
}

.check-text .list li a:hover {
  color: #e60027;
  letter-spacing: 1px;
}

/*================================================
Inquiry Area CSS
=================================================*/
.inquiry-content {
  margin-bottom: 30px;
}

.inquiry-content h3 {
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 12px;
}

.inquiry-content p {
  margin-bottom: 0;
}

.inquiry-form .form-group {
  margin-bottom: 15px;
}

.inquiry-form .form-group label {
  color: #606060 !important;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  margin-bottom: 5px;
}

.inquiry-form .form-group .form-control {
  background-color: transparent;
  border: 1px solid #cbcbcc;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  height: 50px;
  border-radius: 0;
  color: #cbcbcc;
  font-size: 16px;
}

.inquiry-btn {
  margin-top: 20px;
}

/*================================================
Pagination Area CSS
=================================================*/
.pagination-area {
  margin-top: 20px;
}

.pagination-area .page-numbers {
  width: 45px;
  height: 45px;
  margin: 0 3px;
  display: inline-block;
  background-color: #ffffff;
  line-height: 48px;
  color: #111111;
  -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
          box-shadow: 0 2px 10px 0 #d8dde6;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}

.pagination-area .page-numbers.current, .pagination-area .page-numbers:hover, .pagination-area .page-numbers:focus {
  background: #000c98;
  color: #ffffff;
  -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
          box-shadow: 0 2px 10px 0 #d8dde6;
}

.pagination-area .page-numbers i {
  font-size: 30px;
  position: relative;
  top: 5px;
}


.modal-dialog {
    max-width: 800px;
    width: 95%;
}
.modal-content {
    border-radius: 0;
}
.modal-body {
    border-radius: 0;
    padding: 25px;
}
.modal-body img{
    width: 100%;
}
.modalClose {
    top: 0;
    right: 0;
    height: 30px;
    width: 30px;
    display: flex;
    cursor: pointer;
    transition: 0.5s;
    position: absolute;
    justify-content: center;
    align-items: center;
}
.modalClose:hover {
    background-color: red;
    color: white;
}
.inquiryForm .form-group
{
    margin-bottom: 12px;
}


/*================================================
Footer Area CSS
=================================================*/
.footer-area {
  background: linear-gradient(180deg, #000540, #000540);
  box-shadow: 0 0 5px rgb(0 0 0 / 20%), 0 0 20px rgb(0 0 0 / 0%);
}
.footer-area ul{
  padding: 0;
}
.footer-area.bg-top .single-footer-widget {
  margin-top: 80px;
}

.single-footer-widget {
  margin-bottom: 25px;
}

.single-footer-widget .logo img {
  margin-bottom: 25px;
  width: 200px;
  max-width: 100%;
}

.single-footer-widget p {
  color: #000;
  margin-bottom: 0;
}

.single-footer-widget .social {
  padding-left: 0;
  /* margin-top: 20px; */
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: start;
  flex-wrap: wrap;
}

.single-footer-widget .social li {
  list-style-type: none;
  color: #000c98;
  margin: 7px 5px;
  display: flex;
}

.single-footer-widget .social li a {
  color: white;
  height: 35px;
  min-width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  border-radius: 100px;
  box-shadow: 2px 2px 7px rgba(0,0,0,0.14), 0 0 5px rgba(0,0,0,0.2);
}

.single-footer-widget .social li a:hover {
  color: white;
  background-color: #000c98;
}
.single-footer-widget h3 {
  font-size: 20px;
  color: #fc6d1a;
  margin-bottom: 0;
  padding-bottom: 10px;
  /* border-bottom: 1px solid #f3f3f3; */
}

.single-footer-widget .quick-links {
  padding-left: 0;
  margin-bottom: 0;
}

.single-footer-widget .quick-links li {
  list-style-type: none;
  margin-bottom: 12px;
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  line-height: 1.2;
}

.single-footer-widget .quick-links li:last-child {
  margin-bottom: 0;
}

.single-footer-widget .quick-links li a {
  color: #b7b7b7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 14px;
}

.single-footer-widget .quick-links li:hover a {
  color: #fff;
  letter-spacing: 1px;
}

.single-footer-widget .info-contact {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
}

.single-footer-widget .info-contact:last-child {
  margin-bottom: 0;
}

.single-footer-widget .info-contact i {
  position: absolute;
  left: 0;
  font-size: 18px;
  color: #b7b7b7;
  font-weight: bold;
  top: 2px;
}

.single-footer-widget .info-contact span {
  font-size: 14px;
  color: #b7b7b7;
}

.single-footer-widget .info-contact a {
  color: #b7b7b7;
  display: block;
}

.single-footer-widget .info-contact a:hover {
  color: #fff;
}


.footerCopyright {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.footerLinks {
  background-color: rgb(0 0 0 / 28%);
  color: white;
}
.footerLinks ul
{
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  list-style: none;
  padding: 7px;
  flex-wrap: wrap;
  justify-content: center;
}
.footerLinks ul li
{
  padding: 4px 15px;
}
.footerLinks ul li a {
  /* font-size: 14px; */
  font-weight: 500;
  color: #b7b7b7;
}
.footerLinks ul li a:hover {
  color: #fff;
}
.social a i {
  background-color: white;
  height: 38px;
  width: 38px;
  font-size: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 2px 2px rgba(0,0,0,0.06), 2px 2px 5px rgba(0, 0, 0, 0.08);
}
.social a i::before {
  transform-origin: bottom;
  transition: 0.4s;
}
.social a i:hover::before {
  transform: scale(1.5) translateY(-4px);
}
.social a i[class*="twitter"] {
  color: #1c9fed;
}
.social a i[class*="instagram"] {
  color: #f20080;
}
.social a i[class*="youtube"] {
  color: red;
}
.social a i[class*="facebook"] {
  color: #007eef;
}
.social a i[class*="whatsapp"] {
  color: #34c04f;
}
.social a i[class*="linkedin"] {
  color: #027ab3;
}
/*================================================
Copy Right Area CSS
=================================================*/
.secutiyLogos
{
  text-align: center;
}
.secutiyLogos img
{
  margin: 5px;
}
.copy-right-area {
  padding-top: 16px;
  /* padding-bottom: 10px; */
}

.copy-right-content {
  text-align: center;
}
.copy-right-content p {
  font-size: 12px;
  margin: 0 0 6px;
  font-weight: 600;
  color: #b7b7b7;
}
.copy-right-content p a {
    display: inline-block;
    font-weight: 600;
    color: #b7b7b7;
}

.copy-right-content p a:hover {
  color: #fff;
}

/*================================================
Go Top CSS
=================================================*/
.go-top {
  position: fixed;
  cursor: pointer;
  bottom: -100px;
  right: 20px;
  color: #ffffff;
  background-color: #111111;
  z-index: 4;
  width: 45px;
  text-align: center;
  height: 45px;
  opacity: 0;
  visibility: hidden;
  border-radius: 50%;
  font-size: 22px;
  -webkit-transition: .9s;
  transition: .9s;
  overflow: hidden;
  -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}

.go-top i {
    position: absolute;
    right: 0;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    font-size: 16px;
    margin-left: auto;
    margin-right: auto;
}

.go-top.active {
  opacity: 1;
  visibility: visible;
  bottom: 20px;
}

.go-top:hover {
  background-color: #000c98;
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

/*=================================
Buy Now Btn
====================================*/
.buy-now-btn {
  right: 30px;
  z-index: 99;
  top: 50%;
  position: fixed;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 30px;
  display: inline-block;
  color: #ffffff !important;
  background-color: #82b440;
  padding: 10px 20px 10px;
  font-size: 15px;
  font-weight: 600;
  -webkit-animation-name: tada;
  animation-name: tada;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.buy-now-btn:hover {
  background-color: #000c98;
  color: #ffffff !important;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.deserve-item {
  padding-right: 40px;
}

@media (max-width: 991px)
{
  .deserve-item {
    padding-right: 0;
  }
}
@media (max-width: 991px)
{
  .mean-container .mean-bar {
    float: unset;
    width: 100%;
    top: 10px;
    position: absolute;
    height: unset;
  }
  .deserve-item {
    padding-right: 0;
    }
  }
  @media (max-width: 576px)
  {
    .mean-container .mean-bar {
      top: 17px;
    }
  }
  
  

/*=================================
v Custom
====================================*/
.about-area::before {
  content: "";
  top: 75%;
  right: -20%;
  height: 700px;
  width: 800px;
  z-index: -1;
  border-radius: 50%;
  position: absolute;
  background-color: #ffece2;
}
.aboutShape-1 {
  bottom: 12%;
  left: -40px;
  z-index: -1;
  position: absolute;
}
.aboutShape-2
{
  top:10%;
  right: 0px;
  z-index: -1;
  position: absolute;
}
.about-content
{
  position: relative;
}
.shapeBackground {
  top: -30px;
  right: 50px;
  position: absolute;
  z-index: -1;
  /* opacity: 0.4; */
}
.shapeBackground img {
  height: 180px;
  width: 180px;
  opacity: 0.3;
  object-fit: contain;
}
.about-images {
  width: 70%;
  padding-bottom: 90%;
  margin: auto;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  user-select: none;
  box-shadow: 0 0 5px rgba(0,0,0,0.25);
}
.about-images::before
{
  content: '';
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  position: absolute;
  background-image: linear-gradient(135deg, white, transparent, transparent, transparent);
}
.about-images img
{
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  pointer-events: none;
  position: absolute;
}
.homeInsuranceCardContainer .slick-list
{
  padding: 40px 0 65px;
}
.homeInsuranceCardContainer .slick-slide
{
  padding: 0 16px;
}
.slickNav i {
  height: 40px;
  width: 40px;
  display: flex;
  line-height: 1;
  text-align: center;
  z-index: 1;
  background-color: #000540;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  box-shadow: 2px 2px 7px rgba(0,0,0,0.2);
}
.insuranceCard {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  text-align: center;
  border-radius: 12px;
  padding: 20px 16px 16px;
  overflow: hidden;
  background-color: white;
  box-shadow: 0 0 5px rgba(0,0,0,0.2), 0 0 30px rgba(0,0,0,0.04);
}
.insuranceCard i{
  width: 50px;
  margin: auto;
  height: 50px;
  display: flex;
  color: #000c98;
  border-radius: 100px;
  align-items: center;
  font-size: 1.4rem;
  margin-bottom: 16px;
  justify-content: center;
  box-shadow: 2px 2px 7px rgba(0,0,0,0.12), 0 0 5px rgba(0,0,0,0.2);
  /* border: 1px solid #000c98; */
}

.insuranceCard a{
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  color: #000c98;
  background: #000c98;
  position: absolute;
  display: flex;
  align-items: center;
  transform: translate(0, 100%);
  justify-content: center;
}
.insuranceCard:hover a {
  opacity: 1;
  background: #959ce6;
  transform: translate(0, 0);
}
.insuranceCard a span {
  padding: 7px 18px;
  color: #000000;
  font-size: 14px;
  width: max-content;
  font-weight: 600;
  max-width: 100%;
  border-radius: 80px;
  background-color: white;
}
.insurance-area {
  position: relative;
  overflow: hidden;
  background: powderblue;
  background: #fffbf9;
}
.insuranceShape1 {
  height: 370px;
  width: 600px;
  background: #fce6db;
  border-radius: 50%;
  position: absolute;
  z-index: 0;
  bottom: 79%;
  left: -20%;
}
.insuranceShape2 {
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fc6d1a;
  height: 700px;
  width: 800px;
  border-radius: 50%;
  opacity: 0.2;
}
.testimonial-area {
  background: linear-gradient(0deg, white, #ffffff4a), url(../img/world_map.png) center no-repeat fixed;
  background-size: cover;
}

.testimonial
{
  max-width: 1000px;
  margin: auto;
  position: relative;
  padding-bottom: 50px;
}
.slickNav {
  width: max-content;
  bottom: 10px;
  left: 50%;
  padding: 0 5px;
  cursor: pointer;
  font-size: 20px;
  transition: 0.5s;
  z-index: 1;
  transform: translateX(-50%);
  position: absolute;
  color: #ffffff;
}
.slickNav.slick-disabled i, .slickNav.slick-disabled i:hover {
  background-color: #f5f5f5;
  color: #898989;
}
.slickNav i
{
  transition: inherit;
}
.slickNav:hover i
{
  background-color: #fc6d1a;
}
.slickNav.navNext
{
  transform: translateX(0);
}
.slickNav.navPrev
{
  transform: translateX(-100%);
}

.testimonialSlide {
  margin: 16px;
  border-radius: 15px;
  padding: 20px;
  box-shadow: 0 0 5px rgb(154 154 154 / 20%), 2px 2px 7px rgba(0,0,0,0.12);
  background: url("../img/backgroundshape2.png") bottom right no-repeat white;
}

.testimonialContent {
    color: #001157;
    font-weight: 500;
    height: 110px;
    overflow-y: auto;
    font-style: italic;
}
.testimonialContent:before {
  content: '"';
}
.testimonialContent:after {
  content: '"';
}
.testimonialContent::-webkit-scrollbar {
    width: 7px;
    height: 7px;
    background-color: #000a3e;
}
.testimonialContent::-webkit-scrollbar-thumb {
    background: #fc6d1a;
}

.testimonialClient {
  padding: 0 0 20px;
  display: flex;
  position: relative;
  align-items: center;
}
.starRating {
    font-size: 10px;
    color: orange;
}


.profile {
  height: 70px;
  width: 70px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
.profile img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.nameContainer
{
  width: calc(100% - 70px);
  padding: 0 0 0 12px;
}
.name
{
  font-weight: 700;
  font-size: 16px;
  color: black;
}
.designation
{
  font-size: 12px;
  color: #565656;
}




.home-top {
  background: url("../img/backgroundshape1.png") top left no-repeat, url("../img/backgroundshape2.png") bottom right no-repeat;
  background-size: auto, 100%;
}
.homeHeading
{
  /* margin: 0 0 0 auto; */
  width: 350px;
  max-width: 100%;
  /* text-align: right; */
}
.homeHeading h2 {
  font-size: 42px;
}
.homeImage {
    width: 360px;
    max-width: 100%;
}
.homeInsuranceCardContainer
{
  display: flex;
  position: relative;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.inuranceCard {
  font-size: 12px;
  font-weight: 500;
  width: 100%;
  /* margin: 16px 0; */
  height: 100%;
  padding: 12px 0 30px;
  display: flex;
  align-items: center;
  /* justify-content: center; */
  flex-direction: column;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
  background-color: white;
  box-shadow: 0 6px 16px rgb(52 105 203 / 16%), 0 0 5px rgb(160 160 160 / 30%);
}

#lifeInsuranceContainer .slick-slide
{
    padding: 0 10px;
}

#lifeInsuranceContainer .slick-track
{
    padding: 30px 0 60px;
}
#lifeInsuranceContainer .inuranceCard
{
    padding: 12px 0 0;
}
#lifeInsuranceContainer .inuranceTitle
{
    margin: 0;
}
#lifeInsuranceContainer .inuranceTitle {
    font-size: 13px;
    text-align: center;
    width: 100%;
    padding: 4px 12px;
    color: white;
    background: #000540;
}
.inuranceCard:hover {
  color: inherit;
  z-index: 4;
  transform: scale(1.05);
}
.inuranceCard .inuranceImage {
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
  border-radius: 50%;
  padding: 14px;
  overflow: hidden;
  background-color: #ffece2;
}
#lifeInsuranceContainer .inuranceCard .inuranceImage {
  width: 70px;
  height: 70px;
}
/* .inuranceCard .inuranceImage {
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
  border-radius: 50%;
  padding: 14px;
  overflow: hidden;
  top: 0;
  position: absolute;
  transform: translateY(-50%);
  background-color: #ffece2;
} */
.inuranceCard .inuranceImage img{
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.inuranceTitle {
  font-size: 16px;
  font-weight: 500;
  margin: 6px 0;
  text-align: center;
  width: 100%;
  padding: 4px 12px;
  color: white;
  background: #000540;
}
.insurenaceContent
{
  font-weight: 400;
  padding: 7px;
}
.insurenaceContent p
{
  font: inherit;
  padding: 0 13px;
}
.insurenaceContent ul, .insurenaceContent ol {
  list-style: disc;
  padding: 0 20px;
  margin: 0;
}
.insurenaceLink {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: white;
  transition: 0.5s;
  background-color: #fc6d1a;
}
.inuranceCard .insurenaceLink:hover {
  background-color: #000540;
}
.insurenaceLink i{
  margin-right: 5px;
}
.knowMoreSection
{
  position: relative;
}
.knowMore {
  position: relative;
}
.contactCard {
    display: block;
    padding: 10px 12px;
    background-color: #fffaf8;
    margin: 0 0 16px;
    border-radius: 7px;
    transition: 0.5s;
    color: #000;
    box-shadow: 0 0px 5px rgb(101 101 101 / 46%);
}
.contactCard:hover
{
  color: #000;
  box-shadow: 2px 2px 5px rgb(101 101 101 / 46%);
}
.contactCard a:hover
{
  color: black;
}
.contactCard a{
  display: inline-block;
}
.contactCard i {
  color: #000540;
  width: 29px;
  vertical-align: middle;
  font-size: 20px;
  text-align: center;
}
.contactCard div:first-child {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}


.topInsuranceBox, .whyChooseUsBox {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 60px;
  justify-content: center;
  position: relative;
  align-items: stretch;
}
.partnerCardContainer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    z-index: 5;
    position: relative;
}
.partnerCard
{
  padding: 8px 6px;
  margin: 10px 12px;
  position: relative;
  transition: 0.5s;
  /* filter: grayscale(1); */
  background-color: white;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.18);
}
.partnerCard:hover
{
  transform: scale(1.1);
    box-shadow: 0 0 5px rgb(0 0 0 / 8%), 2px 2px 7px rgba(0,0,0,0.12);
}
.partnerLogo
{
  width: 100px;
  height: 60px;
  position: relative;
}
.partnerLogo img {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  object-fit: contain;
}
.whyChooseUsBox
{
  transform-style: preserve-3d;
  perspective: 1000;
}
.whyChooseUsCard
{
  height: 160px;
  width: calc(20% - 20px);
  position: relative;
  padding: 15px 12px;
  margin: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  transition: 0.4s;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0,0,0,0.12);
}
.whyChooseUsCard .cardContent{
  position: absolute;
  padding: 10px 16px;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-top: 30px;
  text-align: center;
  background: url("../img/backgroundshape3.png") bottom left no-repeat, linear-gradient(135deg, white, #f7f7f7);
  background-size: 60%, 100%;
  background-color: white;
  transition: 0.4s;
  /* transition-delay: 0.4s; */
  transform-origin: left;
}
.whyChooseUsCard .cardTitle {
  font-size: 16px;
  font-weight: 600;
  color: #000540;
}
.whyChooseUsCard .cardContent::after, .whyChooseUsCard .cardContent::before {
    content: '';
    position: absolute;
    top: 7px;
    height: 12px;
    width: 12px;
    z-index: 100;
    border-radius: 40px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.267), inset 2px 2px 5px rgba(255, 255, 255, 0.548);
}
.whyChooseUsCard .cardContent::before {
  left: 7px;
  background-color: #fc6d1a;
}
.whyChooseUsCard .cardContent::after {
  right: 7px;
  background-color: #000540;
}
.whyChooseUsCard:hover
{
  transform: scale(1.08);
}
/* .whyChooseUsCard:hover { */
  /* transform: rotateX(12deg) rotateY(-8deg); */
  /* } */
/* .whyChooseUsCard:hover .cardTitle {
  transform: rotateY(89deg) rotate(4deg);
} */
.whyChooseUsCard .cardPara {
  font-size: 12px;
  color: #fc6d1a;
}
.whyChooseCardImage
{
  text-align: center;
}
.whyChooseUsCard img
{
  width: 80px;
  height: 80px;
  margin-bottom: 7px;
  object-fit: contain;
}

.topInsuranceCard {
  width: calc(50% - 20px);
  margin: 10px;
  background: linear-gradient(315deg, #ffffff61, #ffffff);
  border-radius: 7px;
  overflow: hidden;
  display: flex;
  transition: 0.5s;
  align-items: stretch;
  backdrop-filter: blur(2px);
  /* padding-bottom: 30px; */
  box-shadow: 0px 0px 5px rgb(0 0 0 / 20%);
}
.topInsuranceCard:nth-child(even)
{
  flex-direction: row-reverse;
}
.topInsuranceCard:nth-child(even) .topInsuranceImage
{
  clip-path: polygon(20px 0, 100% 0, 100% 100%, 20px 100%, 0 50%);
}
.topInsuranceCard:hover {
  box-shadow: 2px 2px 7px rgb(0 0 0 / 20%);
}
.topInsuranceImage {
  width: 120px;
  min-height: 110px;
  /* height: 100%; */
  position: relative;
  padding: 16px 24px 10px 0;
  background-color: #000540;
  clip-path: polygon(0% 0%, calc(100% - 20px) 0%, 100% 50%, calc(100% - 20px) 100%, 0% 100%);
}
.topInsuranceImage::before {
  content: '';
  top: 0;
  left: 0;
  height: 50%;
  width: 100%;
  transition: 0.5s;
  position: absolute;
  background-color: white;
  opacity: 0.2;
  /* clip-path: polygon(0% 0%, calc(100% - 20px) 0%, 100% 50%, calc(100% - 20px) 100%, 0% 100%); */
}
.topInsuranceCard:hover .topInsuranceImage::before {
  height: 100%;
}
/* .topInsuranceCard {
} */
.topInsuranceImage img
{
  height: 50px;
  width: 50px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  object-fit: contain;
  z-index: 1;
  transition: 0.5s;
}
.topInsuranceCard:hover .topInsuranceImage img{
  transform: translate(-50%, -50%) scale(1.4);
}

.topInsuranceContent {
  width: calc(100% - 120px);
  font-size: 14px;
  font-weight: 500;
  display: flex;
  padding: 12px 12px;
  flex-direction: column;
  justify-content: center;
}
.topInsuranceContent a {
  display: block;
  text-align: left;
  margin-bottom: 7px;
}
.topInsuranceContent a:last-child {
  margin: 0;
}
.topInsuranceCard .viewMore{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: white;
  font-size: 14px;
  padding: 3px 0;
  font-weight: 600;
  background: var(--bs-primary);
}
.aboutPage {
  background: url("../img/backgroundshape1.png") no-repeat, url("../img/shape-1.png") no-repeat, url("../img/shape-1.png") no-repeat;
  background-position: 0 0, -10px 65%, 95% 33%;
}

table.MsoNormalTable {
    max-width: 100%;
}

.missionImage
{
  text-align: center;
}
.aboutPage {
}

.recentBlogCard {
    margin: 0;
    transition: 0.5s;
    background: white;
    position: relative;
    box-shadow: 0px 0px 7px rgba(0,0,0,0.3);
}
.recentBlogCard:hover{
    /*transform: scale(1.03);*/
    box-shadow: 2px 2px 7px rgba(0,0,0,0.3);
}
.recentBlogImage {
    padding: 0;
    display: flex;
    overflow: hidden;
    position: relative;
    padding-bottom: 28%;
    min-height: 250px;
    justify-content: center;
}
.recentBlogImage img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: 0.5s;
    position: absolute;
}
.recentBlogImage:hover img{
    transform: scale(1.1);
}
.recentBlogContent {
    padding: 18px 16px;
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    position: relative;
}
.recentBlogDate {
    font-size: 12px;
    font-weight: 700;
    color: #fc6d1a;
}
.recentBlogTitle {
    font-size: 24px;
    font-weight: 500;
    line-height: normal;
}
.recentBlogDesc {
    font-size: 15px;
    line-height: 1.3;
    color: #404040;
    font-weight: 400;
    margin: 12px 0 15px;
}

.blogContainer {
    padding: 12px;
    position: relative;
}
.blogCard {
    background: white;
    position: relative;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.blogImage {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-bottom: 68%;
    position: relative;
    overflow: hidden;
}
.blogImage img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: 0.5s;
    position: absolute;
}
.blogImage:hover img{
    transform: scale(1.1);
}
.blogDate {
    position: absolute;
    bottom: 5px;
    left: 5px;
    font-size: 11px;
    background-color: #ffffff;
    padding: 4px;
    font-weight: 600;
    line-height: 1;
    border-radius: 2px;
    color: #000a3e;
}
.blogContent {
    padding: 12px;
    position: relative;
}
.blogTitle {
    font-size: 18px;
    font-weight: 600;
}
.blogDesc {
    font-size: 14px;
    line-height: 1.3;
    color: #404040;
    font-weight: 400;
    margin: 0px 0 12px;
}
.breadcrumb {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: 0;
}
.breadcrumbImage {
}
.breadcrumb img{
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    object-fit: cover;
    position: absolute;
    
}
.breadcrumbLinks {
    width: 100%;
    padding: 25px 16px;
    color: white;
    font-size: 16px;
    font-weight: 500;
    background: #000540d6;
}
.breadcrumbLinks a{
    color: white;
}
.breadcrumbLinks a:hover{
    color: #fc6d1a;
}
.blogDetailContainer {
    padding: 30px 0px;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
    position: relative;
    background-color: white;
}
.blogDetailContainer p{
    font-size: 14px;
}
.blogDetailsBanner .blogTitle {
    font-size: 28px;
}
.blogTitleImage {
    width: 100%;
}
.blogTitleImage img{
    width: 100%;
}
.mainBlogDate {
    font-size: 14px;
    color: #666;
    margin: 0 0 16px;
}
.mainBlogContent {
    padding: 12px 0 0;
    font-size: 14px;
}
.mainBlogContent p:last-child{
    margin-bottom: 0;
}

.sideBarTitle {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}
.recentBlogsCard {
    display: flex;
    align-items: stretch;
    width: 100%;
    margin-bottom: 8px;
}
.recentBlogsImage {
    min-height: 80px;
    width: 120px;
    overflow: hidden;
    position: relative;
}
.recentBlogsCard img{
    height: 100%;
    width: 100%;
    position: absolute;
    object-fit: cover;
}
.recentBlogsContent {
    width: calc(100% - 80px);
    padding: 4px 12px;
}
.recentBlogsContent .title {
    font-size: 17px;
    font-weight: 500;
}
.recentBlogsContent .date {
    color: #666;
    font-size: 14px;
}

.suggestedBlogs {
    margin-top: 40px;
    background-color: white;
    position: relative;
    padding: 16px 4px;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
.suggestedTitle {
    font-size: 22px;
    font-weight: 500;
}



.normalPara
{
    text-align: justify;
}
.normalPara a
{
    color: #fc6d1a;
    font-weight: 600;
}
.normalPara a:hover
{
    color: #000540;
}

.titleText {
    margin-bottom: 20px;
}
.innerPageTitleImage img {
    width: 100%;
    max-height: 180px;
    display: block;
    margin: 0 auto;
    object-fit: contain;
}
.selectGender {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
}
.contact-form .selectGender label {
    height: 80px;
    width: 100px;
    cursor: pointer;
    margin: 5px 10px;
    position: relative;
}
.contact-form .selectGender label span{
    height: 100%;
    width:100%;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
}
.selectGender input {
    -webkit-appearance: none;
    appearance: none;
    height: 100%;
    width: 100%;
    top: 0;
    z-index: 1;
    left: 0;
    position: absolute;
    border-radius: 5px;
    transition: 0.5s;
    box-shadow: 0 0 5px rgb(0 0 0 / 24%);
}
.selectGender input:checked {
    background: #fff5ef;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
}

.adsBanner
{
    position: relative;
}
.adsBanner img {
    max-width: 100%;
    display: block;
    cursor: pointer;
    margin: 20px auto;
}
.barndReviewSection {
    display: flex;
    flex-wrap: wrap;
    padding-top: 47px;
    align-items: stretch;
    justify-content: space-evenly;
}
.brandReviewCard {
    display: flex;
    flex-direction: column;
    padding: 12px;
    width: 100%;
    margin-bottom: 16px;
    text-align: center;
    background: linear-gradient(135deg, #eaeaea, white);
    box-shadow: 0 0 5px rgb(0 0 0 / 15%);
}
.brandStars {
    font-size: 10px;
    color: #ffc107;
}
.companiesPlanCardContainer {
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 20px;
    background-color: white;
    box-shadow: 0 0 6px rgb(0 0 0 / 20%);
}
.companiesPlanCardContainer a
{
    font-size: 12px;
}
.companiesPlanCardContainer .companiesBrand
{
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.companiesPlanCardContainer .companiesLogo
{
    margin-bottom: 12px;
}
.companiesPlanCardContainer .customBtn
{
    font-size: 12px;
}
.col-md-4.d-flex.align-items-center .row
{
    margin: 0;
    width: 100%;
}
.companiesPlanCardContainer > .companiesPlanCard {
    overflow: hidden;
    margin: 0;
    padding: 20px 10px 35px;
}
.companiesPlanCardContainer .companiesPlanCard:last-child {
    margin: 0;
}
.companiesPlanCardContainer.open > .companiesPlanCard .companiesMorePlanBtn,
.companiesPlanCardContainer > .companiesPlanCard:hover .companiesMorePlanBtn {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}
.companiesMorePlanBtn {
    width: max-content;
    position: absolute;
    bottom: 0;
    left: 50%;
    font-size: 12px;
    color: white;
    transition: 0.5s;
    opacity: 0;
    cursor: pointer;
    padding: 5px 22px;
    border-radius: 40px 40px 0 0;
    background-color: #000540;
    transform: translateX(-50%) translateY(100%);
}
.companiesMorePlanBtn:hover {
    background-color: #fc6d1a;
}
.companiesMorePlanCardContainer
{
    padding: 12px 20px;
    visibility: hidden;
    display: none;
    opacity: 0;
}
.companiesPlanCardContainer.open .companiesMorePlanCardContainer
{
    opacity: 1;
    display: block;
    visibility: visible;
    animation: fadeUpEffect 1s linear;
}
.editMenuLink
{
    display: flex;
}
.main-navbar .navbar .navbar-nav .nav-item a.editMenuLink i{
    margin-left: 5px;
    display: block;
}
@keyframes fadeUpEffect
{
    from
    {
        opacity: 0;
        transform: translateY(2%);
    }
    to
    {
        opacity: 1;
        transform: translateY(0%);
    }
}
.companiesPlanSection 
{
    position: relative;
    padding-bottom: 60px;
}
.companiesPlanCard {
    padding: 10px;
    height: 100%;
    margin: 5px;
    box-shadow: 0 0 6px rgb(0 0 0 / 10%);
    background: white;
    background-image: url('../img/backgroundshape2.png');
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: auto;
    position: relative;
    /* background-image: url('../img/backgroundshape2.png'), url('../img/backgroundshape1.png'); */
    /* background-position: bottom right, top left; */
    /* background-repeat: no-repeat; */
    /* background-size: auto, 300px; */
}
.sideabar .companiesPlanCard {
    padding: 5px;
    border-radius: 5px;
    box-shadow: 0 0 6px rgb(0 0 0 / 20%);
    background: white;
    margin-bottom: 16px;
    background-image: url('../img/backgroundshape2.png');
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: auto;
    /*background-image: url('../img/backgroundshape2.png'), url('../img/backgroundshape1.png');*/
    /*background-position: bottom right, top left;*/
    /*background-repeat: no-repeat;*/
    /*background-size: auto, 300px;*/
}
.sideabar .companiesLogo {
    width: 65px;
    height: 40px;
}
.sideabar .companiesName {
    width: 100%;
    /*width: calc(100% - 65px);*/
    font-weight: 700;
    font-size: 16px;
}
.companiesBrand {
    display: flex;
    align-items: center;
    position: relative;
}
.companiesLogo {
    width: 110px;
    height: 70px;
    padding: 0 10px;
    position: relative;
}
.companiesLogo img{
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.companiesName {
    width: calc(100% - 120px);
    font-weight: 700;
    font-size: 16px;
}
.companiesPlanCardContainer .companiesName {
    width: 100%;
    text-align: center;
    font-size: 18px;
    padding: 15px 0 0;
}
.companiesPlans {
    padding: 16px 0 12px;
    position: relative;
    display: flex;
    flex-direction: column;
    font-size: 14px;
}
.companiesPlans i{
    color: #fc6d1a;
}
.companiesPlanTitle {
    font-weight: 700;
    margin-bottom: 7px;
}
.contact-form .pincodeSelector label
{
    width: max-content;
    position: relative;
    padding: 5px 18px;
    border-radius: 30px;
    margin: 5px 7px;
    max-width: 100%;
    cursor: pointer;
    z-index: 2;
    display: inline-block;
}
.pincodeSelector input {
    -webkit-appearance: none;
    appearance: none;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    position: absolute;
    border-radius: 30px;
    border: 1px solid #b8b8b8;
}
.pincodeSelector input:checked {
    background-color: #dfdfdf;
}


.stepSlide
{
    display: none;
}
.faqCard {
    border-radius: 7px;
    /* box-shadow: 0 0 5px rgb(0 0 0 / 30%); */
    margin-bottom: 12px;
    background: linear-gradient(314deg, #fc6d1a21, #fc6d1a4d);
}
.faqQuestionBox {
    position: relative;
    cursor: pointer;
    padding: 7px 12px;
    padding-right: 45px;
    overflow: hidden;
}
.faqCard.open i.fa-plus
{
    display: none;
}
.faqCard.open i.fa-minus
{
    display: block;
}
/*.faqQuestionBox .icon*/
/*{*/
/*    top: 50%;*/
/*    right: 20px;*/
/*    position: absolute;*/
/*    transform: translateY(-50%);*/
/*}*/
.faqCard i.fa-minus
{
    display: none;
}
.faqQuestionBox .icon i {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}
.faqAnswer
{
    padding: 12px;
    display: none;
    background-color: white;
}










.searchResultHeading
{
    font-size: 12px;
}
.searchResultFor
{
    font-size: 14px;
    font-weight: bold;
}

.insuranceListHeader {
    padding: 12px 0;
    border-top: 1px solid #efefef;
    background: #fcfcfc;
}
.filterSelect label{
    display: flex;
    width: max-content;
    max-width: 100%;
    position: relative;
}
.filterSelect i{
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    position: absolute;
}
.filterSelect select {
    border: none;
    -webkit-appearance: none;
    background: white;
    padding: 10px 32px 10px 13px;
    width: max-content;
    max-width: 100%;
    font-size: 14px;
    border-radius: 30px;
    outline: none;
    line-height: 1;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.09);
}
.insuranceList .sideBarContainer {
    top: 0;
    position: sticky;
    border-radius: 7px;
    padding: 12px 16px;
    background-color: white;
}
.insuranceList .companiesPlans {
    padding: 0;
    position: relative;
    display: flex;
    /*flex-direction: row;*/
    flex-wrap: wrap;
    font-size: 13px;
}
.insuranceList .companiesPlans a{
    margin: 4px 5px;
}
.customBtn2
{
    width: 100%;
    display: block;
    text-align: center;
}
.customBtn2 .btn
{
    width: 100%;
}

.destinationInputBox
{
    display: block;
    position: relative;
}
.clear_btn {
    position: absolute;
    top: 50%;
    right: 10px;
    opacity: 0;
    transform: translateY(-50%);
}
.destinationInputBox:focus-within .clear_btn,
.destinationInputBox:hover .clear_btn
{
    opacity: 1;
}




.coverAmount {
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 7px;
}
.coverLink {
    font-size: 16px;
}
.compareBtn {
    display: block;
    margin: 0;
    line-height: 1;
    padding: 7px 0;
    width: 100%;
    font-size: 12px;
    display: flex;
    cursor: pointer;
    font-weight: 700;
}
.compareBtn input{
    margin-right: 5px;
}





.detailModalTitle
{
    padding: 20px;
}
.customTabsNav {
    display: flex;
    align-items: stretch;
    border-bottom: 1px solid rgba(0,0,0,0.12);
}
.customTabLink {
    padding: 10px 16px;
    width: 50%;
    text-align: center;
    font-size: 20px;
    display: block;
    transition: 0.3s;
    cursor: pointer;
}
.customTabLink.active {
    background-color: #000540;
    color: white;
}
.customTabSlides {
    /*padding: 16px 20px;*/
    min-height: 350px;
    padding-bottom: 20px;
}
.customTabSlides .content{
    padding: 16px 20px;
}
.customTabSlide {
    display: none;
    visibility: hidden;
}
.customTabSlide.active {
    display: block;
    visibility: visible;
    animation: fadeUpEffect 0.5s linear;
}
.hospitalLists {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.hospitalCard {
    padding: 12px 18px;
    width: 50%;
    border-bottom: 1px solid #efefef;
}
.hospitalCard:hover {
    background-color: #f4f4f4;
}
.hospitalName {
    font-size: 16px;
    font-weight: 600;
}
.hospitalAddress {
    font-size: 14px;
    color: #676767;
}

.viewDetailsModal .modal-dialog {
    max-width: 1200px;
    width: 95%;
}
.modal-content {
    border-radius: 0;
}
.modal-body {
    border-radius: 0;
    padding: 25px;
}
.viewDetailsModal.modal {
    background-color: rgba(255,255,255,0.6);
    backdrop-filter: blur(3px);
}

.modal h3 {
    font-size: 20px;
    line-height: 1.5;
}


.detailsBoxCard {
    background-color: #fff6f1;
    font-size: 12px;
    margin-bottom: 12px;
}
.detailBoxTitle {
    padding: 8px 15px;
    display: flex;
    font-size: 17px;
    font-weight: 500;
    align-items: center;
    justify-content: space-between;
    background-color: #fee8dd;
}
.detailContent {
    padding: 10px 0;
    display: none;
    visibility: hidden;
}
.detailsBoxCard.open .detailBoxTitle i
{
    transform: rotateX(180deg);
}
.detailsBoxCard.open .detailContent {
    display: block;
    visibility: visible;
    animation: fadeUpEffect 0.5s linear;
}

.addOnAvailable {
    font-size: 18px;
    padding: 12px;
    font-weight: 600;
}
.addOnTitle {
    padding: 5px 16px;
    margin: 7px 12px;
    background-color: #fff6f1;
}

.addOnTitle::before {
    content: '\f005';
    font-family: 'fontAwesome';
    margin-right: 9px;
    font-size: 13px;
    vertical-align: middle;
    line-height: 1;
}

.whiteCard
{
    background-color: white;
    border-radius: 5px;
    margin-bottom: 18px;
    box-shadow: 0 0 5px rgba(0,0,0,0.12);
}
.whiteCard .links
{
    font-size: 14px;
    font-weight: normal;
}
.whiteCard .links a
{
    margin-right: 10px;
}
.whiteCard .companiesName
{
    font-size: 20px;
}
.whiteCard .title {
    /*text-align: center;*/
    /*font-size: 18px;*/
    font-weight: 600;
    line-height: 1.3;
}
.whiteCard select {
    outline: none;
    width: 250px;
    max-width: 100%;
    padding: 10px 7px;
    border: 1px solid #ccc;
    border-radius: 4px;
    display: block;
    margin: 16px auto 0;
}
.addOnCard {
    margin: 7px 0 14px;
    padding: 5px;
    align-items: center;
    box-shadow: 0 0 5px rgba(0,0,0,0.12);
}
.addOnLogo img {
    max-width: 90px;
    max-height: 60px;
}
.addOnCard select {
    margin: 0;
    padding: 3px;
}
.addOnCard .lightText{
    font-size: 14px;
}
.lightContent {
    font-weight: 600;
}




.comparisonTable {
    overflow-x: auto;
}
.comparisonTable table {
    font-size: 12px;
}
.comparisonTable table td {
    width: 25%;
    text-align: center;
    border: 1px solid #efefef;
    min-width: 180px;
}
.comparisonTable table td .customBtn2{
    margin-top: 7px;
}
.comparisonTable table tr > td:first-child {
    text-align: left;
}
.planCard {
    font-size: 14px;
}
.compareInTableTitle {
    background: #000a3e;
    color: white;
    font-size: 14px;
}




.summaryDetails
{
    padding: 7px 0;
}
.summaryDetails > div
{
    font-size: 12px;
}
.summaryDetails span {
    font-weight: bold;
    display: block;
    color: #000a3e;
}

.comparePlansPopUp {
    position: fixed;
    z-index: 10;
    bottom: 0;
    width: 100%;
    transition: 0.5s;
    box-shadow: 0 0 12px rgba(0,0,0,0.2);
    background-color: white;
    transform: translateY(100%);
}
.comparePlansPopUp.open {
    transform: translateY(0%);
}
.comparePlansPopUp .row {
    margin: 0;
    display: flex;
    align-items: stretch;
}
.comparePlansPopUp .row > div {
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.comparePlansBox {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.comparePlansBoxEmpty {
    height: 100%;
    width: 100%;
    display: flex;
    padding: 10px;
    align-items: center;
    justify-content: center;
    border: 2px dashed #ccc;
    border-radius: 7px;
}
.comparePlansBoxEmpty i{
    height: 35px;
    width: 35px;
    color: #fff;
    display: flex;
    border-radius: 50px;
    align-items: center;
    background-color: #ccc;
    justify-content: center;
}
.comparePlansTitle {
    font-weight: 600;
}
.compareBoxImg {
    width: 50px;
}
.compareBoxTitle {
    font-size: 14px;
    font-weight: 700;
    padding-left: 7px;
}
.comparePlansBtns
{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.comparePlansBtn
{
    text-align: center;
    padding: 5px 12px;
    transition: 0.5s;
    font-size: 12px;
    margin-bottom: 5px;
}
.comparePlansBtn.btn1
{
    color: white;
    background-color: #000540;
}
.comparePlansBtn.btn1:hover
{
    background-color: #fc6d1a;
}
.comparePlansBtn.btn2
{
    color: white;
    background-color: #fc6d1a;
}
.comparePlansBtn.btn2:hover
{
    background-color: #000540;
}

div#loginPopUp.show {
    display: flex !important;
    align-items: center;
    justify-content: center;
}
#loginPopUp .modal-content {
    width: 450px;
    margin: auto;
    max-width: 100%;
}
.profileContainer {
    padding: 20px 20px 8px;
    background: rgba(255,255,255,0.3);
    box-shadow: 0 0 5px rgba(0,0,0,0.2), 2px 2px 7px rgba(0,0,0,0.1);
    border: 1px solid white;
    border-radius: 6px;
}
.profilePic img {
    width: 100%;
    margin: auto;
    max-width: 180px;
    display: block;
    position: relative;
}
.profileDetails {
    margin-bottom: 14px;
}
.profileTitle {
    font-size: 14px;
    font-weight: 600;
}


.whatsappIcon
{
    height: 70px;
    width: 70px;
    bottom: 25px;
    left: 25px;
    z-index: 100;
    display:none;
    position: fixed;
}

.searchHospitalForm {
    padding: 12px 7px;
    background: white;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    box-shadow: 0 0 5px rgba(0,0,0,0.15), 2px 2px 7px rgba(0,0,0,0.1);
}

.searchHospitalContainer
{
    width: 100%;
    padding: 0 6px;
}
.searchHospitalContainer:last-child
{
    width: max-content;
}

.searchHospitalBox label {
    width: 100%;
    font-size: 14px;
    display: block;
    margin: 0;
}

.searchHospitalBox select {
    width: 100%;
    display: block;
    padding: 7px 7px;
    border: none;
    border-bottom: 1.5px solid #00093e;
}

.searchHospital {
    border: none;
    outline: none;
    display: block;
    padding: 5px 19px;
    color: white;
    transition: 0.3s;
    font-size: 16px;
    background-color: #000a3f;
}
.searchHospital:hover {
    background-color: #fc6d1a;
}
.hospitalList
{
    padding: 12px;
    border-radius: 3px;
    font-size: 14px;
    background-color: white;
    box-shadow: 0 0 5px rgba(0,0,0,0.15);
}
.hospitalList * {
    font-size: inherit;
    margin: 0;
    color: inherit;
    line-height: revert;
}
.hospitalName
{
    min-width: 150px;
}




a.callNowBtn {
    transition: 0.5s;
    position: absolute;
    color: white;
    top: 0;
    right: 85px;
    display: none;
    height: 35px;
    width: 35px;
    font-size: 15px;
    border-radius: 20px;
    background-color: #fc6d1a;
    align-items: center;
    justify-content: center;
}
a.callNowBtn:hover {
    background-color: #000540;
}

.modal .form-group {
    margin-bottom: 10px;
}
.modal label {
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    display: block;
    margin: 0;
}


.aboutPage h1, .aboutPage h2, .aboutPage h3, .aboutPage h4, .aboutPage h5, .aboutPage h6 {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 7px !important;
}
.aboutPage h1{
    font-size: 24px;
}
.aboutPage h2{
    font-size: 22px;
}
.aboutPage h3{
    font-size: 20px;
}
.aboutPage h4{
    font-size: 18px;
}
.aboutPage h5{
    font-size: 16px;
}
.aboutPage h6{
    font-size: 14px;
}
.aboutPage .secondryTitle
{
    font-size: 20px;
    font-weight: 500;
}

.aboutPage .mainTitleForm {
    font-size: 18px;
    font-weight: normal;
}
.aboutPage .mainTitle {
    font-size: 22px;
    font-weight: 500 !important;
}
.readMoreBtn {
    color: #fc6d1a;
    font-weight: normal;
}



@media only screen and (max-width: 991px)
{
  /* .inuranceCard { */
    /* width: calc(25% - 32px); */
  /* } */
  .loginBtn {
        position: absolute;
        top: 0px;
        right: 0px;
    }
  .topInsuranceCard {
    width: 100%;
  }
  .whyChooseUsCard{
    width: calc(25% - 32px);
  }
  
  .homeHeading h2 {
        font-size: 26px;
    }
}

@media only screen and (min-width: 768px)
{
    .hideOnDesktop
    {
        display: none;
    }
}
@media only screen and (max-width: 768px)
{
    .innerPageLabels div[class*="col"]:not(:nth-child(-n + 4)){
        display: none;
    }
    .labelImageIcon {
        width: 18px;
    }
    .labelTextBox {
        width: calc(100% - 18px);
    }
    a.callNowBtn {
        display: flex;
    }
    .whatsappIcon {
        width: 45px;
        height: 45px;
        display: flex;
        left: 20px;
        bottom: 20px;
        align-items: center;
    }
    .whatsappIcon.first
    {
        bottom: 80px;
    }
    .btnText {
        font-size: 10px;
        padding: 4px 7px 4px 12px;
        min-width: max-content;
        margin-left: -8px;
        border-radius: 7px;
        background: white;
        z-index: -1;
        font-weight: 500;
        box-shadow: 0 0 5px rgba(0,0,0,0.15);
    }

    #loginPopUp .modal-content {
       max-width: 85%;
    }
    .hideOnPhone {
        display: none;
    }
    .profilePic{
        margin-bottom: 20px;
    }
  
  .whyChooseUsCard
  {
    width: calc(33% - 32px);
  }
  .knowMore
  {
    margin-bottom: 20px;
  }
    .inuranceCard
    {
        /*height: unset;*/
    }
    .inuranceTitle {
        font-size: 14px;
        margin: 0;
        color: #000540;
        background: unset;
    }
    .insurenaceContent {
        font-weight: 400;
        padding: 7px;
        display: none;
    }
    .insurenceCardBox {
        width: 33%;
        margin-bottom: 20px;
    }
    .inuranceCard .inuranceImage {
        width: 80px;
        height: 80px;
    }
    .customTabLink
    {
        font-size: 16px;
    }
    h1
    {
        font-size: 24px;
    }
    h2
    {
        font-size: 22px;
    }
    h3 {
        font-size: 20px;
    }
    h4 {
        font-size: 18px;
    }
    h5 {
        font-size: 16px;
    }
    h6 {
        font-size: 14px;
    }
    p
    {
        font-size: 14px !important;
    }
    .normalPara, 
    p *
    {
        font-size: 14px !important;
    }
    .contactCard {
        font-size: 14px;
    }
    .contactCard div:first-child {
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 5px;
    }
    .testimonialContent {
        font-size: 14px;
    }
    .modal .form-control {
        font-size: 14px;
        padding: 6px 12px;
    }
    .modal label {
        font-size: 14px;
        font-weight: 500;
    }
    .mainBlogContent {
        font-size: 14px;
        margin-bottom: 18px;
    }
    .faqQuestionBox {
        font-size: 14px;
    }
    .sideabar .companiesName {
        width: 100%;
        /* width: calc(100% - 65px); */
        font-weight: 500;
        font-size: 14px;
    }
    .blogDetailsBanner .blogTitle {
        font-size: 24px;
    }
    .breadcrumbLinks {
        width: 100%;
        padding: 14px 16px;
        color: white;
        font-size: 12px;
        font-weight: 500;
        background: #000540d6;
    }
    .blogDetailContainer {
        padding: 16px 0px;
        box-shadow: 0 0 5px rgba(0,0,0,0.3);
        position: relative;
        background-color: white;
    }
    
    
.aboutPage h1{
    font-size: 22px;
}
.aboutPage h2{
    font-size: 20px;
}
.aboutPage h3{
    font-size: 18px;
}
.aboutPage h4{
    font-size: 16px;
}
.aboutPage h5{
    font-size: 14px;
}
.aboutPage h6{
    font-size: 12px;
}
    
.barndReviewSection {
    padding-top: 12px;
}
    
    
}

@media only screen and (max-width: 500px)
{
    h2 {
        font-size: 20px;
    }
    .insurenceCardBox {
        width: 50%;
        margin-bottom: 20px;
    }
    .customTabLink
    {
        font-size: 14px;
    }
}
@media only screen and (max-width: 575px)
{
    .searchHospitalForm {
        flex-direction: column;
    }
    .searchHospitalContainer {
        margin-bottom: 7px;
    }
    .searchHospitalContainer:last-child {
        margin: 0;
    }
    
    h2.normalTitle {
    font-size: 20px;
}
    .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: normal !important;
    text-align: initial;
}


.topInsuranceCard {
    width: 100%;
    flex-wrap: wrap;
}
.topInsuranceImage {
    width: 100%;
    min-height: 85px;
    clip-path: polygon(0% 0%, 100% 0, 100% calc(100% - 10px), 50% 100%, 0 calc(100% - 10px));
}
.topInsuranceCard:nth-child(even) .topInsuranceImage
{
    clip-path: polygon(0% 0%, 100% 0, 100% calc(100% - 10px), 50% 100%, 0 calc(100% - 10px));
}
.topInsuranceContent {
    width: 100%;
}


    .d-sm-none
    {
        display: none;
    }
    .homeHeading {
        width: 420px;
        max-width: 100%;
    }
    .homeHeading h2 {
        font-size: 26px;
    }
    .insuranceForm .title h3 {
        font-size: 20px;
        margin-bottom: 8px !important;
    }
    .about-area {
        padding: 60px 10px;
    }
    .homeImage {
        display: none;
    }
    .insuranceForm .title h3{
        font-size: 20px;
        margin-bottom: 12px;
    }
    #popofalert .modal-dialog,
    #inquiryPopUp .modal-dialog {
        max-width: 800px;
        width: 95%;
        height: 94vh;
        display: flex;
        margin: auto;
        overflow-y: auto;
        align-items: center;
    }
        
    #popofalert img,
    #inquiryPopUp img {
        object-fit: contain;
        max-height: 180px;
        margin-bottom: 12px;
    }
    #inquiryPopUp .form-group {
        margin-bottom: 12px;
    }
    #inquiryPopUp .form-control {
        height: 30px;
    }
    .contact-form .pincodeSelector label {
        width: max-content;
        position: relative;
        padding: 5px 18px;
        border-radius: 30px;
        margin: 10px 4px 5px 0;
        max-width: 100%;
        font-size: 13px;
        cursor: pointer;
        z-index: 2;
        /*display: block;*/
    }
    .whyChooseUsCard {
        width: calc(50% - 32px);
    }
    .hospitalCard {
        width: 100%;
    }
    .contact-side-box .title {
        margin-bottom: 16px;
    }
    .contact-side-box .info-box span {
        font-size: 14px;
        color: #606060;
    }
    .contact-side-box .info-box h4 {
        font-size: 16px;
        margin-bottom: 6px;
    }
    .contact-side-box .title h3 {
        font-size: 24px;
        margin-bottom: 0;
    }
    .detailModalTitle {
        justify-content: center;
        align-items: center;
        display: flex;
        text-align: center;
    }
    .detailModalTitle h3{
        font-size: 24px;
    }
    .insuranceForm .title .mainTitleForm {
        font-size: 16px;
        font-weight: normal !important;
    }
}
@media only screen and (max-width: 375px)
{
  .whyChooseUsCard {
    width: 100%;
  }
  /* .inuranceCard {
      width: calc(50% - 32px); 
  } */
}















/*
Dark Css
*/

/*================================================
Default CSS
=================================================*/
.dark-version {
  position: fixed;
  z-index: 1;
  right: 95px;
  bottom: 45px;
}

.dark-version .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.dark-version .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.dark-version .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ff701a;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.dark-version .slider:before {
  position: absolute;
  content: "";
  height: 30px;
  width: 30px;
  left: 2.5px;
  bottom: 4px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-box-shadow: 0 0px 15px #2020203d;
          box-shadow: 0 0px 15px #2020203d;
  background: white url("../../../../../i.ibb.co/FxzBYR9/night.png");
  background-repeat: no-repeat;
  background-position: center;
}

.dark-version input:checked + .slider {
  background-color: #ff701a;
}

.dark-version input:focus + .slider {
  -webkit-box-shadow: 0 0 1px #ff701a;
          box-shadow: 0 0 1px #ff701a;
}

.dark-version input:checked + .slider:before {
  -webkit-transform: translateX(24px);
  transform: translateX(24px);
  background: white url("../../../../../i.ibb.co/7JfqXxB/sunny.png");
  background-repeat: no-repeat;
  background-position: center;
}

.dark-version .slider.round {
  border-radius: 50px;
}

.dark-version .slider.round:before {
  border-radius: 50%;
}

.theme-light .black-logo {
  display: block;
}

.theme-light .white-logo {
  display: none;
}

.theme-dark .black-logo {
  display: none;
}

.theme-dark .white-logo {
  display: block;
}

.theme-dark body {
  background-color: #000000;
  color: #f1f1f1;
}

.theme-dark p {
  color: #f1f1f1;
}

.theme-dark p a {
  color: #f1f1f1 !important;
}

.theme-dark p a:hover {
  color: #ff701a !important;
}

.theme-dark .h1, .theme-dark .h2, .theme-dark .h3, .theme-dark .h4, .theme-dark .h5, .theme-dark .h6, .theme-dark h1, .theme-dark h2, .theme-dark h3, .theme-dark h4, .theme-dark h5, .theme-dark h6 {
  color: #ffffff !important;
}

.theme-dark .h1 a, .theme-dark .h2 a, .theme-dark .h3 a, .theme-dark .h4 a, .theme-dark .h5 a, .theme-dark .h6 a, .theme-dark h1 a, .theme-dark h2 a, .theme-dark h3 a, .theme-dark h4 a, .theme-dark h5 a, .theme-dark h6 a {
  color: #ffffff !important;
}

.theme-dark .h1 a:hover, .theme-dark .h2 a:hover, .theme-dark .h3 a:hover, .theme-dark .h4 a:hover, .theme-dark .h5 a:hover, .theme-dark .h6 a:hover, .theme-dark h1 a:hover, .theme-dark h2 a:hover, .theme-dark h3 a:hover, .theme-dark h4 a:hover, .theme-dark h5 a:hover, .theme-dark h6 a:hover {
  color: #ff701a !important;
}

.theme-dark .main-navbar .navbar .navbar-nav .nav-item a {
  color: #ffffff;
}

.theme-dark .main-navbar .navbar .navbar-nav .nav-item a:hover, .theme-dark .main-navbar .navbar .navbar-nav .nav-item a:focus, .theme-dark .main-navbar .navbar .navbar-nav .nav-item a.active {
  color: #ff701a;
}

.theme-dark .main-navbar .navbar .navbar-nav .nav-item:hover a, .theme-dark .main-navbar .navbar .navbar-nav .nav-item.active a {
  color: #ff701a;
}

.theme-dark .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a {
  color: #000000;
}

.theme-dark .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .theme-dark .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a:focus, .theme-dark .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #ff701a;
}

.theme-dark .main-navbar .navbar .others-options .option-item .search-btn {
  color: #ffffff;
}

.theme-dark .main-navbar .navbar .others-options .option-item .close-btn {
  color: #ffffff;
}

.theme-dark .main-navbar .navbar .others-options .option-item .close-btn.active {
  display: block;
  color: #ffffff;
}

.theme-dark .main-navbar .navbar .others-options .option-item .info i {
  color: #ff701a;
}

.theme-dark .main-navbar .navbar .others-options .option-item .info span {
  color: #ffffff;
}

.theme-dark .main-navbar .navbar .others-options .option-item .info p a {
  color: #ffffff;
}

.theme-dark .navbar-area.is-sticky {
  background-color: #0e0e0e !important;
}

.theme-dark .search-overlay {
  display: none;
}

.theme-dark .search-overlay.search-popup {
  background-color: #0e0e0e;
}

.theme-dark .search-overlay.search-popup .search-form .search-input {
  border: 1px solid #000000;
  color: #ffffff;
  background-color: transparent;
}

.theme-dark .search-overlay.search-popup .search-form .search-input::-webkit-input-placeholder {
  color: #ffffff;
}

.theme-dark .search-overlay.search-popup .search-form .search-input:-ms-input-placeholder {
  color: #ffffff;
}

.theme-dark .search-overlay.search-popup .search-form .search-input::-ms-input-placeholder {
  color: #ffffff;
}

.theme-dark .search-overlay.search-popup .search-form .search-input::placeholder {
  color: #ffffff;
}

.theme-dark .search-overlay.search-popup .search-form .search-input:focus {
  border-color: #ff701a;
}

.theme-dark .search-overlay.search-popup .search-form .search-button {
  color: #ffffff;
}

.theme-dark .search-overlay.search-popup .search-form .search-button:hover, .theme-dark .search-overlay.search-popup .search-form .search-button:focus {
  color: #ff701a;
}

.theme-dark .about-area.bg-color {
  background-color: #0e0e0e;
}

.theme-dark .about-image .experience {
  background-color: #0e0e0e;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

.theme-dark .about-image .experience p {
  color: #ffffff;
}

.theme-dark .about-content span {
  color: #ff701a;
}

.theme-dark .about-content strong {
  color: #ffffff;
}

.theme-dark .about-content .about-list li {
  color: #ffffff;
}

.theme-dark .about-content .about-list li i {
  color: #ff701a;
}

.theme-dark .about-wrap .about-shape .text h3 {
  color: #ff701a !important;
}

.theme-dark .about-wrap .about-shape .text span {
  color: #000000 !important;
}

.theme-dark .process-area {
  background-color: #0e0e0e;
}

.theme-dark .process-area.bg-color {
  background-color: #0e0e0e;
}

.theme-dark .process-item {
  background-color: #000000;
}

.theme-dark .process-item::before {
  background-color: #0e0e0e;
}

.theme-dark .process-item:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.theme-dark .services-area {
  background-color: #0e0e0e;
}

.theme-dark .services-area.bg-color {
  background-color: #0e0e0e;
}

.theme-dark .services-area.bg-color .services-item {
  background-color: #0e0e0e;
  border: 1px solid #000000;
}

.theme-dark .services-area.bg-color .services-item::before {
  background-color: #000000;
}

.theme-dark .services-item {
  background-color: #000000;
}

.theme-dark .services-item::before {
  background-color: #0e0e0e;
}

.theme-dark .services-item:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.theme-dark .services-item:hover::before {
  background-color: #ff701a;
}

.theme-dark .rate-form {
  background-color: #0e0e0e;
}

.theme-dark .rate-form .rate-content span {
  color: #ffffff;
}

.theme-dark .rate-form .rate-content h3 {
  color: #ffffff;
}

.theme-dark .rate-form label {
  color: #ffffff;
}

.theme-dark .rate-form .form-group .form-control {
  background-color: #000000;
  color: #ffffff;
}

.theme-dark .rate-form .form-group .form-control::-webkit-input-placeholder {
  color: #ffffff;
}

.theme-dark .rate-form .form-group .form-control:-ms-input-placeholder {
  color: #ffffff;
}

.theme-dark .rate-form .form-group .form-control::-ms-input-placeholder {
  color: #ffffff;
}

.theme-dark .rate-form .form-group .form-control::placeholder {
  color: #ffffff;
}

.theme-dark .rate-form .form-group .nice-select {
  color: #ffffff;
  background-color: #000000;
}

.theme-dark .rate-form .form-group .nice-select .list .option {
  color: #000000;
}

.theme-dark .rate-form .form-group .nice-select .list .option:hover {
  background-color: #ff701a !important;
  color: #ffffff;
}

.theme-dark .rate-form .form-group .nice-select:after {
  border-bottom: 2px solid #ff701a;
  border-right: 2px solid #ff701a;
}

.theme-dark .rate-form.bg-fdebeb {
  background-color: #0e0e0e;
}

.theme-dark .rate-form.bg-fdebeb .rate-content span {
  color: #ffffff;
}

.theme-dark .rate-form.bg-fdebeb .rate-content h3 {
  color: #ffffff;
}

.theme-dark .rate-form.bg-fdebeb label {
  color: #ffffff;
}

.theme-dark .deserve-item .deserve-content span {
  background-color: #0e0e0e;
  border: 1px solid #ff701a;
  color: #ff701a;
}

.theme-dark .projects-area {
  background-color: #0e0e0e;
}

.theme-dark .clients-item {
  background-color: #0e0e0e;
}

.theme-dark .partner-area {
  background-color: #0e0e0e;
  border-bottom: 1px solid #000000;
}

.theme-dark .blog-item .content .blog-btn {
  color: #ffffff;
}

.theme-dark .blog-item:hover .content .blog-btn {
  color: #ff701a;
}

.theme-dark .main-banner-area {
  position: relative;
  z-index: 1;
}

.theme-dark .main-banner-area.bg-two {
  position: relative;
  z-index: 1;
}

.theme-dark .main-banner-area.bg-two::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background-color: #000000;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
  opacity: .65;
  display: block;
}

.theme-dark .main-banner-area.bg-two .main-banner-content p {
  color: #ffffff;
}

.theme-dark .main-banner-area.bg-two .banner-social-buttons ul li {
  color: #ffffff;
}

.theme-dark .main-banner-area.bg-two .banner-social-buttons ul li span::before {
  background-color: #ffffff;
}

.theme-dark .main-banner-area.bg-two .banner-social-buttons ul a {
  color: #ffffff;
}

.theme-dark .main-banner-area.bg-two .banner-social-buttons ul a:hover {
  color: #ff701a;
}

.theme-dark .main-banner-area.bg-three {
  position: relative;
  z-index: 1;
}

.theme-dark .main-banner-area.bg-three::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background-color: #000000;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
  opacity: .95;
  display: block;
}

.theme-dark .main-banner-area.bg-three .main-banner-content p {
  color: #ffffff;
}

.theme-dark .partner-area.bg-color {
  border-bottom: 1px solid #0e0e0e;
}

.theme-dark .choose-area {
  background-color: #0e0e0e;
}

.theme-dark .solution-item {
  background-color: #0e0e0e;
}

.theme-dark .best-services-area {
  background-color: #000000;
  border-top: 1px solid #0e0e0e;
  border-bottom: 1px solid #0e0e0e;
}

.theme-dark .best-services-slider .tabs-item span {
  color: #ffffff;
}

.theme-dark .best-services-slider .services-tabs-item .list li {
  color: #ffffff;
}

.theme-dark .clients-slider .clients-item {
  background-color: unset;
}

.theme-dark .clients-slider .clients-item .clients-info-text p {
  color: #ffffff;
}

.theme-dark .clients-slider .clients-item .clients-info-text h3 {
  color: #ff701a;
}

.theme-dark .clients-slider .clients-item .clients-info-text span {
  color: #ff701a;
}

.theme-dark .team-area {
  background-color: #0e0e0e;
}

.theme-dark .team-item .content span {
  color: #ff701a;
}

.theme-dark .approvals-area.bg-color {
  background-color: #0e0e0e;
  border-top: 1px solid #000000;
}

.theme-dark .approvals-item {
  background-color: #000000;
}

.theme-dark .approvals-item .approvals-content span {
  color: #ffffff;
}

.theme-dark .approvals-item .approvals-content p {
  color: #ffffff;
}

.theme-dark .approvals-item .approvals-content::before {
  background-color: #0e0e0e;
}

.theme-dark .process-item-two .text h3 {
  color: #000000 !important;
}

.theme-dark .process-item-two .text p {
  color: #606060 !important;
}

.theme-dark .fun-facts-area {
  background-color: #000000;
}

.theme-dark .tabs-list li {
  color: #ffffff;
}

.theme-dark .tabs-list li span {
  color: #ffffff;
}

.theme-dark .tabs-list li i {
  color: #ffffff;
}

.theme-dark .tabs-list li.current span {
  color: #ff701a;
}

.theme-dark .tabs-list li.current i {
  color: #ff701a;
}

.theme-dark .services-list-tab .tabs_item .list li {
  color: #ffffff;
}

.theme-dark .clients-area.bg-color {
  background-color: #0e0e0e;
}

.theme-dark .blog-area.bg-color {
  background-color: #0e0e0e;
  border-bottom: 1px solid #000000;
}

.theme-dark .page-title-area::before {
  background: #000000;
  opacity: .90;
}

.theme-dark .page-title-content ul li {
  color: #ffffff;
}

.theme-dark .solution-area.bg-top {
  background: #0e0e0e;
}

.theme-dark .solution-area.bg-top .solution-item {
  background-color: #000000;
}

.theme-dark .faq-list-tab .tab_content .tabs_item .faq-accordion .accordion .accordion-item {
  background: transparent;
}

.theme-dark .faq-list-tab .tab_content .tabs_item .faq-accordion .accordion .accordion-title {
  border-bottom: 1px solid #0e0e0e;
  color: #ffffff;
}

.theme-dark .faq-area .section-title b {
  color: #ffffff;
}

.theme-dark .faq-contact-form form .form-control {
  background-color: #0e0e0e;
  border: 1px solid #0e0e0e;
  color: #ffffff;
}

.theme-dark .faq-contact-form form .form-control::-webkit-input-placeholder {
  color: #ffffff;
}

.theme-dark .faq-contact-form form .form-control:-ms-input-placeholder {
  color: #ffffff;
}

.theme-dark .faq-contact-form form .form-control::-ms-input-placeholder {
  color: #ffffff;
}

.theme-dark .faq-contact-form form .form-control::placeholder {
  color: #ffffff;
}

.theme-dark .calculator-form {
  background-color: #0e0e0e;
}

.theme-dark .calculator-form .form-group label {
  color: #ffffff !important;
}

.theme-dark .calculator-form .form-group .form-control {
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
}

.theme-dark .calculator-form .form-group .form-control::-webkit-input-placeholder {
  color: #ffffff;
}

.theme-dark .calculator-form .form-group .form-control:-ms-input-placeholder {
  color: #ffffff;
}

.theme-dark .calculator-form .form-group .form-control::-ms-input-placeholder {
  color: #ffffff;
}

.theme-dark .calculator-form .form-group .form-control::placeholder {
  color: #ffffff;
}

.theme-dark .table thead th {
  background-color: #0e0e0e;
  color: #ffffff;
}

.theme-dark .table-bordered td, .theme-dark .table-bordered th {
  border: 1px solid #0e0e0e;
  color: #ffffff !important;
}

.theme-dark .text-nowrap {
  color: #ffffff !important;
}

.theme-dark .apply-form .form-group label {
  color: #ffffff !important;
}

.theme-dark .apply-form .form-group .form-control {
  background-color: #0e0e0e;
  border: 1px solid #0e0e0e;
  color: #ffffff;
}

.theme-dark .apply-form .form-group .form-control::-webkit-input-placeholder {
  color: #ffffff;
}

.theme-dark .apply-form .form-group .form-control:-ms-input-placeholder {
  color: #ffffff;
}

.theme-dark .apply-form .form-group .form-control::-ms-input-placeholder {
  color: #ffffff;
}

.theme-dark .apply-form .form-group .form-control::placeholder {
  color: #ffffff;
}

.theme-dark .apply-form .form-group .nice-select {
  background-color: #0e0e0e;
  border: 1px solid #0e0e0e;
  color: #ffffff;
}

.theme-dark .apply-form .form-group .nice-select .list {
  background-color: #ffffff;
}

.theme-dark .apply-form .form-group .nice-select .list .option {
  color: #000000;
  -webkit-transition: .6s;
  transition: .6s;
  padding-left: 20px;
  padding-right: 20px;
}

.theme-dark .apply-form .form-group .nice-select .list .option:hover {
  background-color: #ff701a !important;
  color: #ffffff;
}

.theme-dark .projects-details-content .projects-details-info {
  background: #0e0e0e;
}

.theme-dark .projects-details-content .projects-details-info .single-info-box span {
  color: #ffffff;
}

.theme-dark .sign-in-form {
  background: #0e0e0e;
}

.theme-dark .sign-in-form form .form-control {
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
}

.theme-dark .sign-in-form form .form-control::-webkit-input-placeholder {
  color: #ffffff;
}

.theme-dark .sign-in-form form .form-control:-ms-input-placeholder {
  color: #ffffff;
}

.theme-dark .sign-in-form form .form-control::-ms-input-placeholder {
  color: #ffffff;
}

.theme-dark .sign-in-form form .form-control::placeholder {
  color: #ffffff;
}

.theme-dark .sign-in-form form .form-control:focus {
  border-color: #ff701a;
}

.theme-dark .sign-in-form form .form-check .form-check-label {
  color: #ffffff;
}

.theme-dark .sign-in-form form span {
  color: #ffffff;
}

.theme-dark .sign-in-form form span a {
  color: #ff701a;
}

.theme-dark .sign-in-form .forgot-password a {
  color: #ffffff;
}

.theme-dark .sign-in-form .forgot-password a:hover {
  color: #ff701a;
}

.theme-dark .signup-form {
  background: #0e0e0e;
}

.theme-dark .signup-form form .form-control {
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
}

.theme-dark .signup-form form .form-control::-webkit-input-placeholder {
  color: #ffffff;
}

.theme-dark .signup-form form .form-control:-ms-input-placeholder {
  color: #ffffff;
}

.theme-dark .signup-form form .form-control::-ms-input-placeholder {
  color: #ffffff;
}

.theme-dark .signup-form form .form-control::placeholder {
  color: #ffffff;
}

.theme-dark .signup-form form .form-control:focus {
  border-color: #ff701a;
}

.theme-dark .signup-form form .form-check .form-check-label {
  color: #ffffff;
}

.theme-dark .signup-form form span {
  color: #ffffff;
}

.theme-dark .signup-form form span a {
  color: #ff701a;
}

.theme-dark .terms-of-condition-sidebar {
  background-color: #0e0e0e;
}

.theme-dark .terms-of-condition-sidebar ul li a {
  color: #ffffff;
  border: 1px solid #000000;
}

.theme-dark .contact-form .form-group label {
  color: #ffffff;
}

.theme-dark .contact-form .form-group .form-control {
  background-color: #0e0e0e;
  border: 1px solid #0e0e0e;
  color: #ffffff;
}

.theme-dark .contact-form .form-group .form-control::-webkit-input-placeholder {
  color: #ffffff;
}

.theme-dark .contact-form .form-group .form-control:-ms-input-placeholder {
  color: #ffffff;
}

.theme-dark .contact-form .form-group .form-control::-ms-input-placeholder {
  color: #ffffff;
}

.theme-dark .contact-form .form-group .form-control::placeholder {
  color: #ffffff;
}

.theme-dark .contact-side-box .info-box .list li {
  color: #ffffff;
}

.theme-dark .contact-side-box .info-box span {
  color: #ffffff;
}

.theme-dark .contact-side-box .info-box a {
  color: #ffffff;
}

.theme-dark .contact-side-box .info-box a:hover {
  color: #ff701a;
}

.theme-dark .widget-area .widget_search {
  background-color: #0e0e0e;
}

.theme-dark .widget-area .widget_search form .search-field {
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
}

.theme-dark .widget-area .widget_search form .search-field::-webkit-input-placeholder {
  color: #ffffff;
}

.theme-dark .widget-area .widget_search form .search-field:-ms-input-placeholder {
  color: #ffffff;
}

.theme-dark .widget-area .widget_search form .search-field::-ms-input-placeholder {
  color: #ffffff;
}

.theme-dark .widget-area .widget_search form .search-field::placeholder {
  color: #ffffff;
}

.theme-dark .widget-area .widget_categories {
  background-color: #0e0e0e;
}

.theme-dark .widget-area .widget_categories ul li {
  color: #ffffff;
  border-bottom: 1px solid #000000;
}

.theme-dark .widget-area .widget_categories ul li a {
  color: #ffffff;
}

.theme-dark .widget-area .widget_categories ul li a:hover {
  color: #ff701a;
}

.theme-dark .widget-area .widget_hours {
  background-color: #0e0e0e;
}

.theme-dark .widget-area .widget_hours ul li {
  color: #ffffff;
  border-bottom: 1px solid #000000;
}

.theme-dark .widget-area .widget_hours ul li a {
  color: #ffffff;
}

.theme-dark .widget-area .widget_hours ul li a:hover {
  color: #ff701a;
}

.theme-dark .widget-area .widget_appointment {
  background-color: #0e0e0e;
}

.theme-dark .widget-area .widget_appointment .form-group .form-control {
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
}

.theme-dark .widget-area .widget_appointment .form-group .form-control::-webkit-input-placeholder {
  color: #ffffff;
}

.theme-dark .widget-area .widget_appointment .form-group .form-control:-ms-input-placeholder {
  color: #ffffff;
}

.theme-dark .widget-area .widget_appointment .form-group .form-control::-ms-input-placeholder {
  color: #ffffff;
}

.theme-dark .widget-area .widget_appointment .form-group .form-control::placeholder {
  color: #ffffff;
}

.theme-dark .widget-area .widget_finix_posts_thumb {
  background-color: #0e0e0e;
}

.theme-dark .widget-area .widget_finix_posts_thumb .item .info time {
  color: #ffffff;
}

.theme-dark .widget-area .widget_tag_cloud {
  background-color: #0e0e0e;
}

.theme-dark .widget-area .tagcloud a {
  border: 1px solid #000000;
  color: #ffffff;
}

.theme-dark .widget-area .tagcloud a:hover, .theme-dark .widget-area .tagcloud a:focus {
  color: #ffffff;
  background-color: #ff701a;
  border-color: #ff701a;
  border: 1px solid #ff701a;
}

.theme-dark .widget-area .widget_archives {
  background-color: #0e0e0e;
}

.theme-dark .widget-area .widget_archives ul li {
  color: #ffffff;
  border-bottom: 1px solid #000000;
}

.theme-dark .widget-area .widget_archives ul li a {
  color: #ffffff;
}

.theme-dark .widget-area .widget_archives ul li a:hover {
  color: #ff701a;
}

.theme-dark .services-details-features {
  background-color: #0e0e0e;
}

.theme-dark .services-details-list .content .list li {
  color: #ffffff;
}

.theme-dark .funding-content strong {
  color: #ffffff;
}

.theme-dark .funding-content .funding-list li {
  color: #ffffff;
}

.theme-dark .funding-content .funding-list li span {
  color: #e73c3e;
}

.theme-dark .funding-content .funding-list li b {
  color: #ffffff;
}

.theme-dark .funding-form-area {
  background-color: #0e0e0e;
}

.theme-dark .funding-form .form-group label {
  color: #ffffff !important;
}

.theme-dark .funding-form .form-group .form-control {
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
}

.theme-dark .funding-form .form-group .form-control::-webkit-input-placeholder {
  color: #ffffff;
}

.theme-dark .funding-form .form-group .form-control:-ms-input-placeholder {
  color: #ffffff;
}

.theme-dark .funding-form .form-group .form-control::-ms-input-placeholder {
  color: #ffffff;
}

.theme-dark .funding-form .form-group .form-control::placeholder {
  color: #ffffff;
}

.theme-dark .buy-checkbox-btn .cbx span:first-child {
  border: 1px solid #ffffff;
}

.theme-dark .buy-checkbox-btn .cbx span:first-child:before {
  background: #ffffff;
}

.theme-dark .buy-checkbox-btn .cbx span:last-child {
  color: #ffffff;
}

.theme-dark .buy-checkbox-btn .cbx span:last-child a {
  color: #e73c3e;
}

.theme-dark .buy-checkbox-btn .cbx:hover span:first-child {
  border-color: #ff701a;
}

.theme-dark .buy-checkbox-btn .inp-cbx:checked + .cbx span:first-child {
  background: #ff701a;
  border-color: #ff701a;
  -webkit-animation: wave 0.4s ease;
          animation: wave 0.4s ease;
}

.theme-dark .loan-content .list li {
  color: #ffffff;
}

.theme-dark .loan-content .list li::before {
  background: #ff701a;
}

.theme-dark .loan-content .list li a {
  color: #ffffff;
}

.theme-dark .loan-content .list li a:hover {
  color: #ff701a;
}

.theme-dark .loan-content .loan-list li {
  color: #ffffff;
}

.theme-dark .loan-content .loan-list li i {
  color: #ff701a;
}

.theme-dark .overview-area {
  background-color: #0e0e0e;
}

.theme-dark .overview-item .number span {
  -webkit-box-shadow: 0px 0px 29px 0px rgba(255, 255, 255, 0.1);
          box-shadow: 0px 0px 29px 0px rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

.theme-dark .overview-item .number strong {
  color: #fad8d8;
  opacity: 0.3;
}

.theme-dark .check-area {
  background-color: #0e0e0e;
}

.theme-dark .check-text .list li {
  color: #ffffff;
}

.theme-dark .inquiry-form .form-group label {
  color: #ffffff !important;
}

.theme-dark .inquiry-form .form-group .form-control {
  background-color: #0e0e0e;
  border: 1px solid #0e0e0e;
  color: #ffffff;
}

.theme-dark .inquiry-form .form-group .form-control::-webkit-input-placeholder {
  color: #ffffff;
}

.theme-dark .inquiry-form .form-group .form-control:-ms-input-placeholder {
  color: #ffffff;
}

.theme-dark .inquiry-form .form-group .form-control::-ms-input-placeholder {
  color: #ffffff;
}

.theme-dark .inquiry-form .form-group .form-control::placeholder {
  color: #ffffff;
}

.theme-dark .single-blog .post-meta li {
  color: #ffffff;
}

.theme-dark .single-blog .post-meta li a {
  color: #ffffff;
}

.theme-dark .pagination-area .page-numbers {
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

.theme-dark blockquote, .theme-dark .blockquote {
  background-color: #0e0e0e;
}

.theme-dark blockquote p, .theme-dark .blockquote p {
  color: #ffffff !important;
}

.theme-dark .blog-details-desc .post-meta li {
  color: #ffffff;
}

.theme-dark .blog-details-desc .post-meta li a {
  color: #ffffff;
}

.theme-dark .blog-details-desc .article-share .social {
  background-color: #0e0e0e;
}

.theme-dark .blog-details-desc .article-share .social li span {
  color: #ffffff;
}

.theme-dark .blog-details-desc .article-share .social li a {
  color: #ffffff;
}

.theme-dark .comment-reply label {
  color: #ffffff;
}

.theme-dark .comment-reply input[type="date"], .theme-dark .comment-reply input[type="time"], .theme-dark .comment-reply input[type="datetime-local"], .theme-dark .comment-reply input[type="week"], .theme-dark .comment-reply input[type="month"], .theme-dark .comment-reply input[type="text"], .theme-dark .comment-reply input[type="email"], .theme-dark .comment-reply input[type="url"], .theme-dark .comment-reply input[type="password"], .theme-dark .comment-reply input[type="search"], .theme-dark .comment-reply input[type="tel"], .theme-dark .comment-reply input[type="number"], .theme-dark .comment-reply textarea {
  background-color: #0e0e0e;
  border: 1px solid #0e0e0e;
  color: #ffffff;
}

.theme-dark .comment-reply input[type="date"]::-webkit-input-placeholder, .theme-dark .comment-reply input[type="time"]::-webkit-input-placeholder, .theme-dark .comment-reply input[type="datetime-local"]::-webkit-input-placeholder, .theme-dark .comment-reply input[type="week"]::-webkit-input-placeholder, .theme-dark .comment-reply input[type="month"]::-webkit-input-placeholder, .theme-dark .comment-reply input[type="text"]::-webkit-input-placeholder, .theme-dark .comment-reply input[type="email"]::-webkit-input-placeholder, .theme-dark .comment-reply input[type="url"]::-webkit-input-placeholder, .theme-dark .comment-reply input[type="password"]::-webkit-input-placeholder, .theme-dark .comment-reply input[type="search"]::-webkit-input-placeholder, .theme-dark .comment-reply input[type="tel"]::-webkit-input-placeholder, .theme-dark .comment-reply input[type="number"]::-webkit-input-placeholder, .theme-dark .comment-reply textarea::-webkit-input-placeholder {
  color: #ffffff;
}

.theme-dark .comment-reply input[type="date"]:-ms-input-placeholder, .theme-dark .comment-reply input[type="time"]:-ms-input-placeholder, .theme-dark .comment-reply input[type="datetime-local"]:-ms-input-placeholder, .theme-dark .comment-reply input[type="week"]:-ms-input-placeholder, .theme-dark .comment-reply input[type="month"]:-ms-input-placeholder, .theme-dark .comment-reply input[type="text"]:-ms-input-placeholder, .theme-dark .comment-reply input[type="email"]:-ms-input-placeholder, .theme-dark .comment-reply input[type="url"]:-ms-input-placeholder, .theme-dark .comment-reply input[type="password"]:-ms-input-placeholder, .theme-dark .comment-reply input[type="search"]:-ms-input-placeholder, .theme-dark .comment-reply input[type="tel"]:-ms-input-placeholder, .theme-dark .comment-reply input[type="number"]:-ms-input-placeholder, .theme-dark .comment-reply textarea:-ms-input-placeholder {
  color: #ffffff;
}

.theme-dark .comment-reply input[type="date"]::-ms-input-placeholder, .theme-dark .comment-reply input[type="time"]::-ms-input-placeholder, .theme-dark .comment-reply input[type="datetime-local"]::-ms-input-placeholder, .theme-dark .comment-reply input[type="week"]::-ms-input-placeholder, .theme-dark .comment-reply input[type="month"]::-ms-input-placeholder, .theme-dark .comment-reply input[type="text"]::-ms-input-placeholder, .theme-dark .comment-reply input[type="email"]::-ms-input-placeholder, .theme-dark .comment-reply input[type="url"]::-ms-input-placeholder, .theme-dark .comment-reply input[type="password"]::-ms-input-placeholder, .theme-dark .comment-reply input[type="search"]::-ms-input-placeholder, .theme-dark .comment-reply input[type="tel"]::-ms-input-placeholder, .theme-dark .comment-reply input[type="number"]::-ms-input-placeholder, .theme-dark .comment-reply textarea::-ms-input-placeholder {
  color: #ffffff;
}

.theme-dark .comment-reply input[type="date"]::placeholder, .theme-dark .comment-reply input[type="time"]::placeholder, .theme-dark .comment-reply input[type="datetime-local"]::placeholder, .theme-dark .comment-reply input[type="week"]::placeholder, .theme-dark .comment-reply input[type="month"]::placeholder, .theme-dark .comment-reply input[type="text"]::placeholder, .theme-dark .comment-reply input[type="email"]::placeholder, .theme-dark .comment-reply input[type="url"]::placeholder, .theme-dark .comment-reply input[type="password"]::placeholder, .theme-dark .comment-reply input[type="search"]::placeholder, .theme-dark .comment-reply input[type="tel"]::placeholder, .theme-dark .comment-reply input[type="number"]::placeholder, .theme-dark .comment-reply textarea::placeholder {
  color: #ffffff;
}

.theme-dark .comment-reply input[type="date"]:focus, .theme-dark .comment-reply input[type="time"]:focus, .theme-dark .comment-reply input[type="datetime-local"]:focus, .theme-dark .comment-reply input[type="week"]:focus, .theme-dark .comment-reply input[type="month"]:focus, .theme-dark .comment-reply input[type="text"]:focus, .theme-dark .comment-reply input[type="email"]:focus, .theme-dark .comment-reply input[type="url"]:focus, .theme-dark .comment-reply input[type="password"]:focus, .theme-dark .comment-reply input[type="search"]:focus, .theme-dark .comment-reply input[type="tel"]:focus, .theme-dark .comment-reply input[type="number"]:focus, .theme-dark .comment-reply textarea:focus {
  border-color: #ff701a;
}

.theme-dark .comment-reply .comment-form-cookies-consent label {
  color: #ffffff;
}

@media only screen and (max-width: 767px) {
  .theme-dark .navbar-area {
    background-color: #000000;
  }
  .theme-dark .navbar-area.is-sticky {
    background-color: #000000 !important;
  }
  .theme-dark .main-responsive-nav .mean-container a.meanmenu-reveal {
    color: #ffffff;
  }
  .theme-dark .main-responsive-nav .mean-container a.meanmenu-reveal span {
    background: #ffffff;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .theme-dark .navbar-area {
    background-color: #000000;
  }
  .theme-dark .navbar-area.is-sticky {
    background-color: #000000 !important;
  }
  .theme-dark .main-responsive-nav .mean-container a.meanmenu-reveal {
    color: #ffffff;
  }
  .theme-dark .main-responsive-nav .mean-container a.meanmenu-reveal span {
    background: #ffffff;
  }
}