/*================== used less files ===================*/
/*==================== google fonts =================*/
@import url("https://fonts.googleapis.com/css?family=Londrina+Outline|Roboto&amp;display=swap");
@import url("https://fonts.googleapis.com/css?family=Courgette&amp;display=swap");

/*==================== web colors ===================*/
.brand-name span {
  color: #374d9e;
}

.topMenu {
  padding: 5px 0;
  background: #22316a;
}

.topMenu .navbar-nav {
  margin: 0;
  padding: 0;
  float: right;
}

.topMenu .navbar-nav li {
  float: left;
  margin-left: 10px;
}

.topMenu .navbar-nav li a {
  padding-right: 0 !important;
  padding-left: 0 !important;
  padding-bottom: 5px;
  padding-top: 5px;
}

.navbar-expand-lg #navbarNav .navbar-nav .dropdown-menu {
  position: absolute;
  background: #6daaab;
  border-radius: 0;
  border: none;
}

.bg-blue {
  background-color: #112c6c !important;
}

.bg-sky-blue {
  background-color: #9adddc !important;
}

.bg-light-blue {
  background-color: #04a2e1 !important;
}

.breaking-box {
  border-bottom: 1px solid #e4e4e4;
}

.breaking-box a {
  font-size: 18px;
  color: #343a40;
}

.social {
  float: right;
  margin: 0;
  padding: 0;
}

.social li {
  float: left;
  list-style: none;
  margin-left: 10px;
}

.social li a {
  font-size: 20px;
  display: block;
  height: 30px;
  width: 30px;
  background: #52a3da;
  border-radius: 30px;
  color: #24306a;
}

.social li a img {
  padding: 1px;
  background: #51a3da;
  border-radius: 30px;
}

.lst-txt {
  font-weight: 600;
  text-transform: uppercase;
}

.breaking-box .badge {
  padding: .35em .5em;
}

.breaking-box .badge-light {
  color: #222;
  background-color: #c7c5c5;
  text-transform: uppercase;
  font-weight: 600;
}

/*==================== fonts ===================*/
/*===================== font sizes ================*/
/*=================== screen sizes ================*/
/*==================== image path =================*/
/*===================== others ======================*/
::-moz-selection {
  background-color: #599f9f;
  color: #fff;
}

::selection {
  background-color: #599f9f;
  color: #fff;
}

a {
  text-decoration: none !important;
  outline: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:focus,
button:focus,
a:focus,
a:hover {
  text-decoration: none;
  outline: none;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 10px 0px;
  font-weight: 600;
}

@media (max-width: 767.98px) {

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    padding: 5px 0px;
  }
}

body {
  font-size: 16px;
  line-height: 1.5em;
  position: relative;
}

section {
  padding: 73px 0px;
}

@media (max-width: 991.98px) {
  section {
    padding: 30px 0px;
  }
}

section:after {
  display: block;
  clear: both;
}

.full-width {
  width: 100%;
  height: 100vh;
}

.bg-size-cover {
  background-size: cover;
}

.theme-color-text {
  color: #599f9f;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
  z-index: 5555;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.fixed {
  position: fixed;
}

.middle {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

/*------------------------img hover ------------------------*/
img {
  transition: ease-in all 0.25s;
}

.overflow-hidden {
  overflow: hidden;
}

.img-zoom-in {
  transform: scale(1);
}

.img-zoom-in:hover {
  transform: scale(1.2);
}

@media (max-width: 767.98px) {
  .img-zoom-in:hover {
    transform: scale(1);
  }
}

/*------------------------rotate ------------------------*/
.rotate {
  -webkit-transform: rotate(90deg);
  /* Chrome, Safari, Opera */
  -moz-transform: rotate(90deg);
  /* Firefox */
  -ms-transform: rotate(90deg);
  /* IE 9 */
  transform: rotate(90deg);
  /* Standard syntax */
}

/*------------------------text clamp ------------------------*/
.line-clamb-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.line-clamb-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*

/*======================  bootstrap edits ===================*/
.logo-img img {
  position: absolute;
  top: 0;
  }


  .logo-form {
    position: absolute;
    top: -40px;
    max-width: 300px;
  }
  
@media (max-width: 575.98px) {
  .logo-kerala {
    width: 70px;
    height: 70px;
    position: absolute;
    top: -16px;
  }
}

.navbar-light .navbar-toggler {
  border: none;
}

.navbar-expand-lg .navbar-nav .nav-link:hover {
  color: #4353ce !important;
}

.navbar-expand-lg .navbar-nav .nav-link.active {
  color: #4353ce !important;
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255,255,255,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

h1 {
  font-size: 2.5rem !important;
}

@media (max-width: 991.98px) {
  h1 {
    font-size: 1.7rem !important;
  }
}

@media (max-width: 767.98px) {
  h1 {
    font-size: 1.5rem !important;
  }
}

h2 {
  font-size: 2rem !important;
}

@media (max-width: 991.98px) {
  h2 {
    font-size: 1.5rem !important;
  }
}

@media (max-width: 767.98px) {
  h2 {
    font-size: 1.3rem !important;
  }
}

h3 {
  font-size: 1.7rem !important;
}

@media (max-width: 991.98px) {
  h3 {
    font-size: 1.3rem !important;
  }
}

@media (max-width: 767.98px) {
  h3 {
    font-size: 1.25rem !important;
  }
}

h4 {
  font-size: 1.5rem !important;
}

@media (max-width: 991.98px) {
  h4 {
    font-size: 1.3rem !important;
  }
}

@media (max-width: 767.98px) {
  h4 {
    font-size: 1.25rem !important;
  }
}

sup {
  font-size: 9px !important;
  top: -0.75rem !important;
}

.border-left-theme {
  border-left: dashed 1px rgba(0, 0, 0, 0.5) !important;
}

@media (max-width: 991.98px) {
  .border-left-theme {
    border: none !important;
    border-top: dashed 1px rgba(0, 0, 0, 0.5) !important;
    padding-top: 20px;
  }
}

@media (max-width: 575.98px) {
  section.banner-section .brand-name {
    font-size: 0.75rem !important;
  }
}

@media (min-width: 992px) {
  section.banner-section .brand-name span {
    font-size: 15px;
    font-weight: bold;
  }
}

section.banner-section .top-icon-bar {
  background: #599f9f;
  padding: 5px 0px;
}

section.banner-section .top-icon-bar .social-icons .icons {
  width: 32px;
  height: 31px;
  display: inline-block;
}

section.banner-section .top-icon-bar .social-icons .icons.ic-1 {
  background: url("../img/social-ic.png") 0px 0px;
}

section.banner-section .top-icon-bar .social-icons .icons.ic-2 {
  background: url("../img/social-ic.png") -34px 0px;
}

section.banner-section .top-icon-bar .social-icons .icons.ic-3 {
  background: url("../img/social-ic.png") -67px 0px;
}

section .circle-item {
  width: 100px;
  height: 100px;
  transition: cubic-bezier(1, 0.04, 0.98, 1) all 0.1s;
}

section .circle-item.c-1 {
  background-color: #f34e1e !important;
}

section .circle-item.c-2 {
  background-color: #3846ae !important;
}

section .circle-item.c-3 {
  background-color: #a259ff !important;
}

section .circle-item.c-4 {
  background-color: #1abcfd !important;
}

section .circle-item.c-5 {
  background-color: #f6878754 !important;
}

section .circle-item.c-6 {
  background-color: #ff7261 !important;
}

section .circle-item.inner {
  width: 70px;
  height: 70px;
}

section .circle-item:hover {
  opacity: 0.255;
  box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.5);
}

section .circle-item.active {
  opacity: 0.255;
  box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.5);
}

@media (max-width: 575.98px) {
  section .circle-item {
    width: 70px;
    height: 70px;
  }
}

/*# sourceMappingURL=style.css.map */

@media screen and (max-width: 767px) {
  .topMenu .navbar-nav {
    margin: 0;
    padding: 0;
    float: left;
    display: block;
  }

  .topMenu .navbar-nav li {
    float: left;
    margin-left: 5px;
    margin-right: 0;
  }

  .topMenu .navbar-nav li a {
    font-size: 12px;
  }

  .social li {
    margin-right: 5px;
  }

  .social li a {
    margin-top: 6px;
  }

  .social li a {
    width: 22px;
    height: 22px;
  }

  .navbar-toggler {
    position: absolute;
    right: 0;
    top: 25px;
  }

  #navbarNav {
    background: #8bcccb;
    padding: 10px;
    margin-top: 10px;
  }

  .navbar-expand-lg #navbarNav .navbar-nav .dropdown-menu {
    padding: 0 10px;
  }

  .brand-name {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0 !important;
  }
}

.copy-right p a {
  color: #00b4ff;
}

.copy-right p a:hover {
  color: #0883ff;
}

.sub-head {
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 30px;
}

.points {
  margin-top: 15px;
  padding-inline-start: 20px;
}

.points li {
  margin-bottom: 6px;
}

.intro .video-thumbnail {
  width: 65%;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 10px;
  cursor: pointer;
  margin-top: 30px !important;
  margin-bottom: 30px !important;
  margin: 0 auto;
}

.intro .video-thumbnail img {
  width: 100%;
  border-radius: 10px;
}

.intro .video-thumbnail video {
  width: 100%;
  border-radius: 10px;
}

.tenders-list li {
  line-height: 1.9;
}

.click-here-btn {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.click-here-btn a {
  padding: 10px;
  color: #fff;
  border-radius: 8px;
  background-color: #007bff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

@media (min-width: 360px) and (max-width: 900px) {
  .click-here-btn {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .fixed-side a {
    padding: 5px !important;
    font-size: 12px !important;
  }

  .fixed-side {
    top: 18% !important;
  }
}

.tab-content .features ul li {
  list-style: none;
  line-height: 2;
}

.tab-content .proposal-listing ul li {
  list-style: none;
  line-height: 2;
}

.tab-content .proposal-listing ul {
  padding-left: 0;
}

.tab-content .features ul {
  padding-left: 0;
}

.categories-table table {
  border-collapse: collapse;
  width: 100%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.categories-table td,
th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}

.categories-table tr:nth-child(even) {
  background-color: #dddddd;
}

.tab-content h5 {
  color: #22316a;
  padding-top: 20px;
}

.nav-link.active {
  background-color: #22316a !important;
  color: #fff !important;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border: none !important;
}

.nav-item a {
  font-size: 18px;
}

.detail-btn {
  padding: 7px;
  background-color: #22316a;
  color: #fff;
  border-radius: 8px;
  text-decoration: none;
}

.detail-btn:hover {
  color: #4353ce;
}

.detail-btn-section {
  padding-left: 25px;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1230px !important;
  }
}

@media (max-width: 1366px) {
  .container {
    max-width: 1300px;
  }
}

.apply-now-btn a {
  padding: 10px;
  background-color: #0d6efd;
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
}

.apply-now-btn a:hover {
  background-color: #0d6efd;
  color: #fff;
  border-radius: 50px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.form-select {
  padding: 2px;
  margin-left: 10px;
}

.fixed-side {
  position: fixed;
  top: 42%;
  right: 0px;
  z-index: 100;
  /* -moz-transform: rotate(-270deg);
  -ms-transform: rotate(-270deg);
  -o-transform: rotate(-270deg);
  -webkit-transform: rotate(-270deg);
  transform-origin: bottom left;
  transition: left 1.5s ease-in-out; */
}

.fixed-side div {
  display: inline-block;
}

.fixed-side a {
  color: #fff;
  background-color: #22316a;
  padding: 12px;
  border-radius: 8px;
  display: block;
  font-size: 16px;
  height: auto;
  position: relative;
  text-align: center;
  width: auto;
  z-index: 2;
  font-weight: 700;
  transition: transform 0.3s ease-in-out;
}

.fixed-side a i {
  font-size: 20px;
  margin-right: 7px;
}

.fixed-side .main-header__btn {
  margin-left: 0;
  /* padding: 9px 15px; */
}

.apply-now-btn {
  padding: 10px;
  color: #fff;
  background-color: #007bff;
  border-radius: 8px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.apply-now-btn:hover {
  color: #000;
}

.apply {
  padding-bottom: 20px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.fixed-side a:hover {
  transform: translateX(-50px);
  /* Moves the button to the right */
}





iframe {
  margin-top: 50px;
  width: 100%;
  max-width: 700px;
  height: 800px;
  border: none;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

