@charset "UTF-8";
.primary-clr {
  color: #03163D;
}

.secondary-clr {
  color: #F2F9FF;
}

.primary01 {
  color: #1A3A7C;
}

.orangeClr {
  color: #DC6C05;
}

.font-clr03 {
  color: #C2C2C2;
}

.primary-back {
  background: #03163D;
}

.secondary-back {
  background: #F2F9FF;
}

.primary-font {
  font-family: "Inter", sans-serif;
}

.text-primary {
  color: #1A3A7C !important;
}

.bg-primary,
.btn-primary {
  background-color: #1A3A7C !important;
  border-color: #1A3A7C !important;
}

.bg-light {
  background-color: #f4faff;
}

.bg-warning {
  background-color: #DC6C05 !important;
  border-color: #DC6C05 !important;
}

html {
  overflow-x: hidden;
  font-family: "Inter", sans-serif;
  font-size: 14px;
}

body {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  overflow-x: hidden;
  color: #383838;
  font-size: 14px;
}

p, h1, h2, h3, h4, h5, h6, a {
  margin: 0;
}
p::-moz-selection, h1::-moz-selection, h2::-moz-selection, h3::-moz-selection, h4::-moz-selection, h5::-moz-selection, h6::-moz-selection, a::-moz-selection {
  color: #FFFFFF;
  background-color: #03163D;
}
p::selection, h1::selection, h2::selection, h3::selection, h4::selection, h5::selection, h6::selection, a::selection {
  color: #FFFFFF;
  background-color: #03163D;
}

a {
  text-decoration: none;
  color: inherit;
}

/* a:hover {
  text-decoration: none;
  color: #F2F9FF;
} */
a:hover {
  text-decoration: none;
  color: #03163D;
}

button {
  cursor: pointer;
}
button:focus {
  outline: none;
}

input:focus {
  outline: none;
  border: 1px solid #03163D;
}

.form-control:focus {
  border-color: #03163D;
  outline: 0;
  box-shadow: none;
  z-index: 1 !important;
}

/********** HEADER NAVBAR ***********/
#nav-toggle {
  position: absolute;
  left: 18px;
  top: 22px;
  cursor: pointer;
  padding: 10px 35px 16px 0px;
}
#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 5px;
  width: 35px;
  background: #000000;
  position: absolute;
  display: block;
  content: "";
  transition: all 300ms ease-in-out;
}
#nav-toggle span:before {
  top: -10px;
}
#nav-toggle span:after {
  bottom: -10px;
}
#nav-toggle.active span {
  background-color: transparent;
}
#nav-toggle.active span:before, #nav-toggle.active span:after {
  top: 0;
}
#nav-toggle.active span:before {
  transform: rotate(45deg);
}
#nav-toggle.active span:after {
  transform: rotate(-45deg);
}

/********** MOBILE SIDE NAVBAR ***********/
#sidebar {
  min-width: 100%;
  height: 100vh;
  position: fixed;
  background-color: #fff;
  top: 0;
  right: -3000px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
}
#sidebar .h_hireTalent {
  margin: 0;
  color: #FFFFFF;
  height: 45px;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
}

#sidebar.active {
  right: 0;
}

.nav-listBox {
  position: relative;
}

#dismiss {
  background: #03163D;
  font-size: 2.8rem;
  background: #fff;
  border-radius: 50%;
  padding: 0;
  height: 50px;
  width: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.overlay {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.overlay.active {
  display: block;
  opacity: 1;
}

#sidebar li {
  border-bottom: 1px solid #e1e1e1;
  padding: 15px 0;
}
#sidebar a {
  font-size: 1.1rem;
  font-weight: 500;
  color: #000000;
}
#sidebar a:hover {
  color: #F2F9FF;
}
#sidebar .nav-dropdown {
  background-color: #FFFFFF;
  max-width: 270px;
  width: 100%;
  padding: 6px;
  height: auto;
  overflow-y: auto;
}

/********** LOGO SIDE **********/
.logoTxt {
  font-size: 2rem;
  font-weight: 700;
}

.logoTxt span {
  font-weight: 400;
}

/********** BOTTOM NAVBAR SIDE **********/
.h_loginSide ul {
  margin-bottom: 0;
}
.h_loginSide ul li a {
  font-size: 17px;
  color: #F2F9FF;
  font-weight: 500;
}
.h_loginSide ul li a:hover {
  color: #03163D;
}

.h_hireTalent {
  background: #fff;
  padding: 10px 20px;
  color: #1A3A7C !important;
  border-radius: 8px;
  margin: 0 10px;
  border: 1px solid #1A3A7C;
}
.h_hireTalent:hover {
  background: #1A3A7C;
  border: 1px solid #1A3A7C;
  color: #FFFFFF !important;
}

.bottomNavbar {
  background: #FFFFFF;
  box-shadow: 0px 4px 12px rgba(3, 22, 61, 0.12);
}

.bottomNavbarMob {
  background: #FFFFFF;
  box-shadow: 0px 4px 12px rgba(3, 22, 61, 0.12);
  padding: 12px 8px;
}
.bottomNavbarMob .mobileLogo a:nth-child(1) img {
  width: 60px;
}
.bottomNavbarMob .mobileLogo a:nth-child(2) img {
  width: auto;
}

#sidebarCollapse {
  background: transparent;
  border: none;
}
#sidebarCollapse i {
  font-size: 2.5rem;
  color: #F2F9FF;
}

/********** GENERAL STYLING SIDE **********/
.genHead {
  text-transform: capitalize;
  font-size: 2.2rem;
  font-weight: 400;
}

.paginationList {
  margin-top: 20px;
}
.paginationList ul li.active a {
  background-color: #03163D;
  color: #FFFFFF;
}
.paginationList ul li {
  position: relative;
}
.paginationList ul li a {
  background: transparent;
  border: 1px solid #03163D;
  color: #03163D;
  min-width: 35px;
  width: 100%;
  min-height: 35px;
  height: 100%;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.paginationList ul li a:hover {
  background-color: #03163D;
  color: #FFFFFF;
}

.genBtn {
  background-color: #fff;
  background-image: #03163D;
  border: none;
  color: #fff;
  padding: 15px 40px;
  border-radius: 10px;
  text-transform: uppercase;
  display: inline-block;
  font-weight: 500;
  font-size: 1.1rem;
}

.rating {
  display: flex;
  align-items: center;
  -moz-column-gap: 3;
       column-gap: 3;
}
.rating i {
  color: #ffa900;
  font-size: 1rem;
}
.rating span {
  font-size: 1rem;
}

.bold400 {
  font-weight: 400;
}

.bold500 {
  font-weight: 500;
}

.bold600 {
  font-weight: 600;
}

.bold700 {
  font-weight: 700;
}

.font18 {
  font-size: 1.2rem;
}

.font16 {
  font-size: 16px;
}

.font14 {
  font-size: 1rem;
}

.font12 {
  font-size: 12px;
}

.font18 {
  font-size: 18px;
}

.border-btm {
  border-bottom: 1px solid rgba(30, 83, 132, 0.5);
}

.nav-tabs .nav-link.active {
  color: #03163D !important;
}

.nav-tabs .nav-link {
  color: #000000 !important;
  font-size: 1.2rem;
  font-weight: 600;
  padding: 10px 25px;
}

/***************************************************** 
                        HOME PAGE STYLE
*******************************************************/
/********** HERO BANNER SECTION ***********/
.heroSection {
  height: 100vh;
  color: #fff;
  padding-bottom: 80px;
  overflow: hidden;
}
.heroSection .heroSecImg {
  border-bottom-left-radius: 50% 150px !important;
  border-bottom-right-radius: 50% 150px !important;
  position: relative;
  overflow: hidden;
  width: 160%;
  margin-bottom: -50px;
  left: -30%;
  background-color: #444;
  background-image: url("../images/banner-img.jpg");
  background-position: center center;
  background-size: cover;
  height: 100vh;
  background-repeat: no-repeat;
  position: relative;
}
.heroSection .heroSecImg::before {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7490196078);
  pointer-events: none;
  top: 0;
  left: 0;
}

.h_heroBaner {
  position: relative;
}
.h_heroBaner .h_heroTxt h1 {
  font-size: 42px;
  font-weight: 700;
  line-height: 60px;
  white-space: nowrap;
}
.h_heroBaner .h_heroTxt p {
  font-size: 18px;
  font-weight: 500;
}

.homeSearch {
  position: relative;
}
.homeSearch input {
  height: 60px;
  background: #FFFFFF;
  border-radius: 4px;
  padding: 8px 20px;
  font-size: 18px;
  color: #03163D;
  font-weight: 500;
  border: none;
}
.homeSearch input ::-moz-placeholder {
  color: #03163D;
}
.homeSearch input ::placeholder {
  color: #03163D;
}
.homeSearch button {
  background: #03163D;
  border: none;
  height: 52px;
  padding: 3px;
  width: 52px;
  border-radius: 4px;
  position: absolute;
  top: 3px;
  right: 4px;
}
.homeSearch button:hover {
  background: #1A3A7C;
}

/********** SEARCH SECTION ***********/
.toolBox {
  background: #F9FAFE;
  box-shadow: 0px 4px 36px rgba(128, 149, 191, 0.25);
  border-radius: 14px;
  padding: 20px;
}

.searchTitle, .searchTitleAdmin {
  font-style: normal;
  font-weight: 700;
  font-size: 35px;
  text-shadow: 0px 0px 4px rgba(255, 255, 255, 0.25);
  color: #1A3A7C;
  margin: 60px 0;
}

.searchTitle {
  color: #1A3A7C;
}

.searchTitleAdmin {
  color: #D93A3A;
}

.SearchBox {
  background: #F2F9FF;
  background-image: url("../images/search-back.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  position: relative;
  padding: 200px 0 70px;
}
.SearchBox .homeSearch h3 {
  background: #1A3A7C;
  width: 100%;
  max-width: 130px;
  text-align: center;
  padding: 10px 4px;
  height: 52px;
  position: absolute;
  left: 4px;
  top: 50%;
  right: unset;
  transform: translateY(-50%);
  border-radius: 4px;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  color: #FFFFFF;
}
.SearchBox .homeSearch button {
  background: transparent;
}
.SearchBox .homeSearch input {
  padding-left: 146px;
  padding-right: 52px;
}
.SearchBox .homeSearch input::-moz-placeholder {
  color: #03163D;
}
.SearchBox .homeSearch input::placeholder {
  color: #03163D;
}
.SearchBox .dropdown-list {
  display: none;
  position: absolute;
  z-index: 1;
  list-style: none;
  background-color: #FFFFFF;
  padding: 0;
  box-shadow: 0px 4px 36px rgba(128, 149, 191, 0.25);
  color: #000000;
  right: 0;
  border-radius: 14px;
  overflow: hidden;
  top: 50px;
}
.SearchBox .dropdown-list li {
  cursor: pointer;
  font-size: 18px;
  padding: 10px 25px;
  text-align: start;
}
.SearchBox .dropdown-list li:hover {
  background-color: #F2F9FF;
  color: #1A3A7C;
}

.searcDetail {
  color: #1A3A7C;
}

.note_d p, .note_d li {
  font-weight: 500;
  font-size: 18px;
}

.viewAdv {
  font-size: 18px;
  font-weight: 500;
  border: 1px solid transparent;
  background: #1A3A7C;
  border-radius: 12px;
  padding: 16px 40px;
  color: #FFFFFF;
  transform: translateY(0);
  transition: 0.5s ease;
  margin-bottom: 10px;
}
.viewAdv:hover {
  border: 1px solid #1A3A7C;
  background: transparent;
  color: #1A3A7C;
  transform: translateY(-5px);
}

/********** ADVANCE SEARCH SECTION ***********/
.accordion-button:focus {
  box-shadow: none;
  border-color: rgba(30, 83, 132, 0.5);
}

.accordion-button:not(.collapsed) {
  color: #383838;
  background-color: transparent;
  box-shadow: none;
}

.accordion-item:first-of-type {
  border-radius: 0;
}

.accordion-item {
  border-top: 0;
  border-right: 0;
  border-left: 0;
  background: transparent;
}

.accordion-button, .accordion-button.collapsed {
  background: transparent;
  border-bottom: 1px solid rgba(30, 83, 132, 0.5);
}

.arrowTogle {
  line-height: 100%;
  cursor: pointer;
}
.arrowTogle i {
  font-size: 18px;
  line-height: 100%;
}

#arrowTotgleBx_01,
#arrowTotgleBx_02,
#arrowTotgleBx_03,
#arrowTotgleBx_04 {
  display: none;
}

#arrowTotgleBx_01.active,
#arrowTotgleBx_02.active,
#arrowTotgleBx_03.active,
#arrowTotgleBx_04.active {
  display: block;
}

.editTogle {
  position: relative;
}
.editTogle svg {
  cursor: pointer;
}

.editTogle.active .editTogleBx {
  display: block;
}

.editTogleBx {
  background: #FFFFFF;
  box-shadow: 0px 4px 36px rgba(128, 149, 191, 0.25);
  border-radius: 14px;
  padding: 10px;
  text-align: start;
  position: absolute;
  z-index: 999;
  width: 75px;
  right: -5px;
  top: -5px;
  display: none;
  font-weight: 500;
  font-size: 16px;
}
.editTogleBx li {
  padding: 2px 5px;
  color: #1A3A7C;
  cursor: pointer;
}
.editTogleBx li:hover {
  background: #F2F9FF;
}

.advBtn button {
  font-size: 20px;
  font-weight: 500;
  border-radius: 12px;
  padding: 16px;
  width: 100%;
  max-width: 300px;
  transform: translateY(0);
  transition: 0.5s ease;
  margin-bottom: 10px;
}
.advBtn button span {
  font-size: 20px;
  font-weight: 500;
}
.advBtn button:hover {
  transform: translateY(-5px);
}
.advBtn button:nth-child(1) {
  color: #1A3A7C;
  border: 1px solid #1A3A7C;
  background: transparent;
}
.advBtn button:nth-child(2) {
  color: #FFFFFF;
  border: 1px solid transparent;
  background: #1A3A7C;
}

.costBx {
  background: #FFFFFF;
  box-shadow: 0px 4px 36px rgba(128, 149, 191, 0.25);
  border-radius: 14px;
  padding: 20px;
}
.costBx h2 {
  font-weight: 700;
  font-size: 18px;
  color: #1A3A7C;
}
.costBx .cost_para {
  height: 85px;
  overflow: auto;
}

.optimum {
  border: 1px solid #1A3A7C;
  padding: 20px;
}

/********** GET IN TOUCH SECTION ***********/
.getTouchSec {
  width: 100%;
  max-width: 1620px;
  position: relative;
  margin: 0 auto;
}

@media only screen and (min-width: 1240px) {
  .cont_img {
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .cont_imgBx {
    width: 100%;
    height: 300px;
  }
  .cont_img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .getTouch02 {
    padding: 30px 20px !important;
  }
  .getTouch02 h1 {
    font-size: 30px !important;
    font-weight: 600;
  }
}
.getTouch02 {
  padding: 0 20px;
}
.getTouch02 h1 {
  font-size: 40px;
  font-weight: 600;
}
.getTouch02 h2 {
  font-size: 16px;
  font-weight: 500;
  color: #878787;
  line-height: 23px;
}
.getTouch02 input, .getTouch02 select, .getTouch02 textarea {
  border: 1px solid #D6D6D6;
  border-radius: 4px;
  background: #FFFFFF;
  width: 100%;
  padding: 10px;
  color: #1C1F25;
  margin-bottom: 30px;
  resize: none;
  font-weight: 500;
}
.getTouch02 input::-moz-placeholder, .getTouch02 select::-moz-placeholder, .getTouch02 textarea::-moz-placeholder {
  color: #1C1F25;
}
.getTouch02 input::placeholder, .getTouch02 select::placeholder, .getTouch02 textarea::placeholder {
  color: #1C1F25;
}
.getTouch02 input:focus-visible, .getTouch02 select:focus-visible, .getTouch02 textarea:focus-visible {
  outline: none;
  border: 2px solid #1A3A7C;
}
.getTouch02 label {
  font-size: 16px;
  font-weight: 400;
  color: #878787;
  margin-bottom: 4px;
}
.getTouch02 input, .getTouch02 select {
  height: 44px;
}
.getTouch02 textarea {
  height: 200px;
}
.getTouch02 select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.getTouch02 select:focus-visible {
  outline: none;
}
.getTouch02 .iconBx {
  position: relative;
}
.getTouch02 .iconBx .icon {
  position: absolute;
  right: 10px;
  top: 11px;
}
.getTouch02 button {
  background: #1A3A7C;
  border-radius: 6px;
  padding: 10px 30px;
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  border: none;
  border: 1px solid transparent;
  transition: 0.5s;
}
.getTouch02 button:hover {
  background: transparent;
  border: 1px solid #03163D;
  color: #F2F9FF;
  transform: translateY(-5px);
}
.getTouch02 button:hover svg path {
  fill: #F2F9FF;
}

/********* PRIVACY POLICY SECTION ***********/
.privacyPol h1 {
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  color: #1A3A7C;
}
.privacyPol h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  color: #1A3A7C;
}
.privacyPol p {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #1A3A7C;
}

.checkBx {
  position: relative;
}

.checkBx_in {
  background: #fff;
  border: 1px solid #03163D;
}

.checkBx label {
  margin-left: 10px;
  padding-top: 3px;
  font-weight: 500;
}

input[type=checkbox] {
  width: 20px;
  height: 20px;
}

.checkBx_in:focus {
  border-color: none;
  outline: 0;
  box-shadow: none;
  border: 1px solid #03163D;
}

input[type=checkbox]:checked + label::before {
  content: "";
  display: block;
  position: absolute;
  text-align: center;
  height: 22px;
  width: 22px;
  left: -1px;
  top: 2px;
  background-color: #03163D;
  font-family: "Montserrat";
  border-radius: 4px;
  border: 1px solid rgba(150, 150, 150, 0.3);
}

input[type=checkbox]:checked + label::after {
  content: "✓";
  display: block;
  position: absolute;
  left: 5px;
  top: 3px;
  color: #fff;
}

/********* FOOTER SECTION ***********/
.subscribeBx .inputBx input {
  border: none;
  color: #03163D;
  width: 100%;
  padding: 0 16px;
  box-shadow: 0px 0px 16px #C6D2DC;
  border-radius: 8px;
  height: 60px;
  font-size: 16px;
  color: #878787;
  margin-bottom: 20px;
}
.subscribeBx .inputBx input::-moz-placeholder {
  color: #878787;
}
.subscribeBx .inputBx input::placeholder {
  color: #878787;
}
.subscribeBx .inputBx button {
  border: none;
  height: 50px;
  padding: 10px 26px;
  background: #1A3A7C;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 500;
  border-radius: 4px;
  white-space: nowrap;
  letter-spacing: 1px;
}
.subscribeBx .inputBx button:hover {
  background: #03163D;
}

.fooBox {
  background-color: #F2F9FF;
}
.fooBox p {
  font-size: 16px;
  font-weight: 400;
  color: #878787;
}
.fooBox ul li {
  margin-bottom: 10px;
}
.fooBox ul li a {
  font-size: 1rem;
  font-weight: 400;
  color: #878787;
}

.fooHead {
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  color: #03163D;
}

.fooNavbar ul li a {
  font-size: 16px;
  font-weight: 500;
}
.fooNavbar ul li a:hover {
  color: #03163D;
}

.copyRight {
  border-top: 1px solid #1A3A7C;
}
.copyRight h6 {
  font-size: 16px;
  font-weight: 500;
  color: #03163D;
}

/********** SCREEN SIZE 0px to 767px **********/
@media (max-width: 767px) {
  .bottomNavbarMob {
    padding: 14px 8px;
  }
  .h_loginSide ul li a {
    font-size: 14px;
    display: block;
  }
  .h_hireTalent {
    padding: 6px 10px;
  }
  .heroSection {
    padding-bottom: 30px;
  }
  .heroSection .heroSecImg {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    width: 100%;
    margin-bottom: 0;
    left: 0;
    background-color: #fff;
    background-position: top center;
  }
  .h_heroBaner .h_heroTxt h1 {
    font-size: 32px;
    font-weight: 600;
    line-height: 35px;
    text-align: center;
    padding: 0px 5px 0 5px;
    white-space: normal;
  }
  .h_heroBaner .h_heroTxt p {
    line-height: 20px;
  }
  .h_heroBaner .h_heroTxt a {
    display: block;
    font-size: 18px;
    max-width: 200px;
    margin: 20px auto;
    text-align: center;
  }
  .searchTitle {
    font-size: 26px;
    margin: 20px 0;
  }
  .SearchBox .homeSearch h3 {
    max-width: 100%;
    left: 0;
    top: -56px;
    right: unset;
    transform: unset;
    font-size: 16px;
  }
  .SearchBox .homeSearch input {
    padding-left: 16px;
    padding-right: 56px;
    font-size: 14px;
  }
  .SearchBox .mob_margin {
    margin-bottom: 80px !important;
  }
  .note_d p, .note_d li {
    font-size: 16px;
  }
  .viewAdv {
    font-size: 16px;
  }
  .privacyPol h1 {
    font-size: 30px;
  }
  .privacyPol h2 {
    font-size: 20px;
  }
  .privacyPol p {
    font-size: 14px;
  }
  .fooNavbar ul li a, .fooBox p ul li a {
    font-size: 15px;
  }
  .fooHead {
    font-size: 18px;
  }
  .borderB_line {
    border-bottom: 1px solid #03163D;
    margin: 20px 0;
  }
  .copyRight h6 {
    font-size: 14px;
  }
  .pageGenHead {
    font-size: 28px;
  }
  .costBx .cost_para {
    height: auto;
    overflow: unset;
  }
}
/********** SCREEN SIZE 0px to 1023px **********/
@media (max-width: 1023px) {
  .pageGenTxt {
    font-size: 16px;
  }
  .hs_content {
    padding: 25px 25px;
    max-height: 265px;
  }
  .hs_content h3 {
    font-size: 20px;
  }
  .ab_aim {
    display: none;
  }
}
/********** SCREEN SIZE 768px to 1023px **********/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .h_heroBaner .h_heroTxt h1 {
    font-size: 25px;
    line-height: 37px;
  }
  .h_heroBaner .h_heroTxt a {
    margin-top: 25px;
    font-size: 18px;
  }
  .searchTitle {
    margin: 20px 0;
  }
}
/********** SCREEN SIZE 481px to 1023px **********/
@media screen and (min-width: 481px) and (max-width: 1023px) {
  #sidebar {
    overflow-y: auto;
  }
  .mobBav li a {
    color: #000;
  }
}
/********** SCREEN SIZE 0px to 1023px **********/
/********** SCREEN SIZE 1280px to 1024px **********/
@media screen and (max-width: 1280px) and (min-width: 1024px) {
  .bottomNavbar ul.nav-list li a {
    font-size: 14px;
  }
  .h_loginSide ul li a {
    font-size: 14px;
  }
  .fooBox p {
    font-size: 14px;
  }
  .fooNavbar ul li a, .fooCon ul li a {
    font-size: 14px;
  }
  .fooHead {
    font-size: 20px;
  }
  .copyRight h6 {
    font-size: 14px;
  }
}/*# sourceMappingURL=style.css.map */

.hvh-100{
  height: 100vh !important;
}
.auth-screen{
  background:url(../images/bg-auth.png) no-repeat center center;
}


/* Feed Back Modal */

#FeedbackModal form h4 {
  font-size: 18px;
  font-weight: 600;
  color: #1A3A7C;
  line-height: 22px;
}

#FeedbackModal form .feedback-ratting {
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
}

#FeedbackModal form .feedback-ratting input {
  display: none;
}

#FeedbackModal form .feedback-ratting label {
  width: 1em;
  cursor: pointer;
  font-size: 30px;
  font-weight: 300;
  color: #ffd600;
  position: relative;
}

#FeedbackModal form .feedback-ratting label::before {
  opacity: 0;
  content: "\2605";
  position: absolute;
}

#FeedbackModal form .feedback-ratting label:hover:before,
#FeedbackModal form .feedback-ratting label:hover ~ label:before {
  opacity: 1 !important;
}

#FeedbackModal form .feedback-ratting input:checked ~ label:before {
  opacity: 1;
}

#FeedbackModal form textarea {
  resize: none;
}

.suggestions {
  position: absolute;
  top: 55px;
  z-index: 999;
  border-radius: 5px;
  width: auto;
  min-width: 300px;
  background: #fff;
  text-align: left;
  color: #000;
}

.suggestions ul {
  display: none;
  list-style-type: none;
  padding: 10px;
  margin: 0;
  max-height: 300px;
  overflow-y: auto;
}
.suggestions ul.has-suggestions {
  display: block;
}
.suggestions ul li {
  padding: 5px;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid #e6e6e6;
}
.suggestions ul li:hover {
  background-color: #d93a3a;
  color: #fff !important;
}
.suggestions ul li:hover a {
  color: #fff !important;
}

.curser-pointer {
  cursor: pointer;
}
.dnone{
  display: none;
}

/* your-forms */

table.table {
  padding: 20px;
  color: #1A3A7C;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.search-box {
  position: relative;
  margin-bottom: 20px;
}
.search-box input {
  height: 55px;
  padding-left: 10px;
  padding-right: 60px;
  border-color: #ddd;
}
.search-box button {
  top: 6px;
  right: 10px;
  font-size: 19px;
  color: #a0a5b1;
  position: absolute;
}

.search-box button i {
  color: #ffffff;
}

table.table th i {
  margin: 0 10px;
  cursor: pointer;
  font-size: 14px;
}

table.table td a {
  margin: 0 5px;
  padding: 8px 12px;
  border-radius: 8px;
  display: inline-block;
  background-color: #ffffff;
}
.bottomNavbarMob {
  position: relative;
}

.hamBtn {
  font-size: 35px;
  line-height: 100%;
}

.hamMenu {
  display: none;
  background: white;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 99;
  padding: 20px;
}
.hamMenu ul {
  text-align: start;
  margin-top: 30px;
}
.hamMenu ul li {
  padding: 15px 0;
  border-bottom: 1px solid #C2C2C2;
}
.hamMenu ul li a {
  font-size: 16px;
  padding: 0 4px;
}

.hamMenu.active {
  display: block;
}