@import url('https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400..700;1,400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');


:root {
  --text-color: #666;
  --heading-font-family: "Cabin", sans-serif;
  --text-font-family: "Nunito Sans", sans-serif;
  --theme-color1: #002768;
  /* --theme-color1: #202b5d; */
  --theme-color2: #bf0b30;
  /* --theme-color2:#FF3514; */
  --brand-blue: #1f5d90;
  --card-border: #e9ecef;
  --btn-red: #e10600;
}

.offcanvas {
  transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
}

.row {
  position: relative;
}

body {
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--heading-font-family);
}

p {
  font-family: var(--text-font-family);
  line-height: 28px;
}

.top {
  background-color: var(--theme-color1);
  font-family: var(--text-font-family);
  position: relative;
  overflow: hidden;
  padding: 5px 0;
}

.text-move {
  display: flex;
  animation: txt 200s ease infinite;
  white-space: nowrap;
  position: relative;
  align-items: center;
  height: 100%;
}

@keyframes txt {
  0% {
    right: 1000%;
  }

  100% {
    right: -100%;
  }
}

.text-move:hover {
  animation-play-state: paused;
}

.text-move a {
  /* color: var(--theme-color2); */
  color: #ffbf00;
}

.text-move i {
  padding: 0 5px;
}

.social-icons {
  display: flex;
  justify-content: end;
}

.social-icons ul {
  display: flex;
  flex-wrap: wrap;
}

.social-icons ul li a i {
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  text-align: center;
  display: block;
  margin: 0 4px;
  color: #fff;
  background-color: #222;
  font-size: 15px;
}

.social-icons ul li a {
  text-decoration: none;
}

.social-icons ul li:nth-child(1) a i {
  background: #3055ae;
}

.social-icons ul li:nth-child(2) a i {
  background: #da0505;
}

.social-icons ul li:nth-child(3) a i {
  background: #000;
}

.social-icons ul li:nth-child(4) a i {
  background: #00669a;
}

.social-icons ul li:nth-child(5) a i {
  background: #ee1717;
}

.social-icons ul li:nth-child(6) a {
  background: var(--theme-color2);
  color: #fff;
  padding: 4px 12px;
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 30px;
  margin-left: 10px;
}

header {
  padding: 12px 0;
}

.nav-link {
  font-family: var(--heading-font-family);
  font-size: 17px;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
}

.nav-link:focus,
.nav-link:hover {
  color: var(--theme-color2);
}

.dropdown-item {
  padding: 8px 16px;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
}

.dropdown .dropdown-menu {
  visibility: hidden;
  display: block;
  opacity: 0;
  -webkit-transition: all 320ms linear 0ms;
  -moz-transition: all 320ms linear 0ms;
  -ms-transition: all 320ms linear 0ms;
  -o-transition: all 320ms linear 0ms;
  transition: all 320ms linear 0ms;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  -o-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  border: none;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  font-family: var(--text-font-family);
  font-size: 15px;
  z-index: 9999;
  /*max-height: 410px;*/
  /*overflow-Y: scroll;*/
}

.dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}

.dropdown-toggle::after {
  display: none;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 6px;
  vertical-align: middle;
  border-top: 4px dashed;
  /* border-top: 4px solid\9; */
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropdown-item:focus,
.dropdown-item:hover {
  background: var(--theme-color1);
  color: #fff;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding: 10px 15px;
}

.navbar {
  justify-content: end;
}

.dropdown-submenu {
  position: relative;
  cursor: pointer;
}

.dropdown-submenu:hover>.dropdown-menu {
  display: block;
}

.dropdown-submenu .dropdown-menu {
  left: 98%;
}

.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
  display: none;
  position: absolute;
}

.dropdown-submenu:hover>.dropdown-menu {
  display: block;
}

.banner {
  padding: 80px 0;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 9;
  background: url(../images/banner-1.jpg) center;
  background-size: cover;
}

.banner::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: var(--theme-color1);
  opacity: 0.9;
}

.banner h1 {
  font-size: 56px;
  font-weight: 700;
}

.banner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.banner ul li {
  font-family: var(--text-font-family);
  font-size: 20px;
  border: 2px solid var(--theme-color2);
  border-radius: 30px;
  padding: 2px 16px;
  margin: 10px 6px;
}

.banner a {
  background: var(--theme-color2);
  color: #fff;
  padding: 10px 30px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 30px;
  text-decoration: none;
  font-family: var(--text-font-family);
  justify-content: center;
  font-size: 18px;
  font-weight: 600;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
}

.banner a:hover {
  background: #fff;
  color: var(--theme-color2);
}

.sec1 {
  position: relative;
  z-index: 9;
}

.sec1::before {
  position: absolute;
  content: '';
  right: 0;
  top: 0;
  background: url(../images/bg-map1.png);
  opacity: 0.15;
  width: 389px;
  height: 539px;
}

.sec-6 {
  position: relative;
  z-index: 9;
}

.sec-6::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  background: url(../images/sv-flag.png);
  opacity: 0.2;
  width: 488px;
  height: 196px;
}


.index-project {
  display: flex !important;
}

.ind-sumry {
  width: 63%;
  padding: 0 25px 0px;
  font-family: var(--text-font-family);
}

.ind-sumry h4 {
  font-weight: 700;
  color: var(--theme-color1);
  margin-bottom: 15px;
}

.project-slider .slick-pre, .project-slider .slick-nxt{
    display:none !important;
}

.ind-sumry table {
  font-size: 14px;
}

.ind-sumry table a {
  text-decoration: none;
  color: var(--theme-color2);
}

.ind-sumry .eb-link1 {
  text-decoration: none;
  background: var(--theme-color1);
  border-radius: 30px;
  color: #fff;
  padding: 10px 20px;
  display: inline-block;
  margin: 4px 0;
}

.ind-sumry .eb-link1.eb-link2 {
  text-decoration: none;
  background: var(--theme-color2);
  border-radius: 30px;
}

.ind-sumry p a {
  text-decoration: none;
  color: var(--theme-color2);
}


.project-slider .slick-pre,
.project-slider .slick-nxt {
  background: var(--theme-color1);
  color: #fff;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  top: -70px;
  cursor: pointer;
}

.project-slider .slick-pre {
  right: 50px;
}

.tm-bx {
  display: flex;
  align-items: start;
  border: 1px solid #d1d1d1;
  padding: 15px 20px;
  border-radius: 15px;
}

.tm-bx img {
  width: 300px;
}

.tm-bx h4 {
  color: var(--theme-color1);
  font-weight: 700;
}

.tm-bx h6 {
  color: var(--theme-color2);
}

.tm-bx p {
  font-size: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 24px;
  margin-bottom: 4px;
}

.tm-bx a {
  font-family: var(--text-font-family);
  font-size: 15px;
  color: var(--theme-color2);
}

.sec8 {
  background: url(../images/sec8-bg.jpg) center fixed;
  padding: 60px 0;
  text-align: center;
  position: relative;
  background-size: cover;
  z-index: 9;
  color: #fff;
}

.sec8::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: var(--theme-color1);
  opacity: 0.8;
  z-index: -1;
}

.sec8 h2 {
  font-size: 36px;
}

.sec8 h4 {
  font-weight: lighter;
  padding: 12px 200px;
}

.sec8 a {
  background: var(--theme-color2);
  color: #fff;
  padding: 10px 30px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 30px;
  text-decoration: none;
  font-family: var(--text-font-family);
  justify-content: center;
  font-weight: 600;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
}

.sec8 a:hover {
  background: #fff;
  color: var(--theme-color2);
}

.case-un {
  text-align: center;
  padding: 0 12px;
}

.case-un span {
  font-size: 25px;
  background: var(--theme-color2);
  color: #fff;
  padding: 14px;
  display: inline-block;
  border-radius: 50%;
  margin-bottom: 15px;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
}

.case-un:hover span {
  transform: rotateY(180deg);
}

.case-un h4 {
  color: var(--theme-color1);
  font-weight: 300;
}

.i-exp {
  margin-top: 30px;
}

.i-exp img {
  width: 50px;
  margin-bottom: 10px;
  border-bottom: 2px solid #d1d1d1;
  padding-bottom: 10px;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
}

.i-exp:hover img {
  transform: rotateY(360deg);
}

.i-exp h4 {
  color: var(--theme-color1);
}

.blog-bx {
  border-radius: 15px;
  background: #fff;
  padding: 15px;
  box-shadow: 0px 8px 12px 0px rgba(6, 22, 58, 0.15);
  margin: 0 15px 20px;
}

.blog-bx h4 {
  color: var(--theme-color1);
  font-weight: 400;
  font-size: 22px;
  padding-top: 10px;
}

.blog-bx a {
  background: var(--theme-color2);
  color: #fff;
  padding: 10px 20px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  border-radius: 30px;
  text-decoration: none;
  font-family: var(--text-font-family);
  justify-content: center;
  font-size: 15px;
  font-weight: 600;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
}

.blog-bx a:hover {
  background: var(--theme-color1);
}

.blog-bx p {
  line-height: 24px;
  font-size: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 24px;

}

.inves-res {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 20px;
}

.inves-img {
  position: relative;
  border-radius: 10px;
}

.inves-img::before {
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(90deg, black 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(90deg, black 0%, rgba(0, 0, 0, 0) 100%);
  background: -ms-linear-gradient(90deg, black 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.8;
  content: "";
  top: 0;
  position: absolute;
  left: 0;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  border-radius: 10px;
}

.inves-res:hover .inves-img::before {
  background: -moz-linear-gradient(90deg, black 0%, rgba(0, 0, 0, 0.30196) 100%);
  background: -webkit-linear-gradient(90deg, black 0%, rgba(0, 0, 0, 0.30196) 100%);
  background: -ms-linear-gradient(90deg, black 0%, rgba(0, 0, 0, 0.30196) 100%);
  opacity: 1;
}

.overlay-outter {
  bottom: 15px;
  left: 0;
  padding: 0 20px;
  position: absolute;
  transition: all 0.5s ease 0s;
  right: 0;
  overflow: hidden;
}

.overlay-outter .overlay {
  transform: translateY(145px);
  transition: 0.3s;
}

.inves-res:hover .overlay-outter .overlay {
  transform: translateY(0px);
}

.overlay a {
  background: var(--theme-color2);
  color: #fff;
  padding: 10px 20px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  border-radius: 30px;
  text-decoration: none;
  font-family: var(--text-font-family);
  justify-content: center;
  font-size: 15px;
  font-weight: 600;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
}


.tst-bx {
  display: flex !important;
  border: 1px solid #ececec;
  border-radius: 200px;
  margin: 0 15px 25px;
  padding: 10px;
  align-items: center;
}

.tst-bx img {
  width: 250px;
}

.tst-bx div {
  padding-left: 10px;
}

.tst-bx div p {
  line-height: 24px;
  font-size: 15px;
  width: 92%;
}

.tst-bx h4 {
  color: var(--theme-color1);
}

.tst-bx a {
  border: 2px solid var(--theme-color2);
  color: var(--theme-color2);
  padding: 10px 15px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border-radius: 30px;
  text-decoration: none;
  font-family: var(--text-font-family);
  justify-content: center;
  font-size: 15px;
  font-weight: 600;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s
}

.tst-bx a:hover {
  background-color: var(--theme-color2);
  color: #fff;
}


.inner-banner {
  background: url(../images/inner-banner.jpg) center;
  padding: 70px 0;
  text-align: center;
  background-size: cover;
  position: relative;
  z-index: 9;
  color: #fff;
}

.inner-banner::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: var(--theme-color1);
  opacity: 0.8;
}

.inner-banner h1 {
  font-size: 42px;
  font-weight: 700;
  position: relative;
}

.inner-banner h2 {
  font-size: 36px;
  font-weight: 700;
  position: relative;
}

.inner-banner h2::before {
  position: absolute;
  content: '';
  width: 50px;
  height: 2px;
  background: var(--theme-color2);
  transform: translate(-50%);
  left: 50%;
  bottom: -8px;
}

.inner-matter {
  padding: 50px 0;
}

.inner-matter h2 {
  color: var(--theme-color1);
  font-weight: 700;
}

.inner-matter h4 {
  color: var(--theme-color2);
  font-weight: 600;
}

.inner-matter p {
  line-height: 26px;
  color: #444;
}

.inner-matter ul li {
  line-height: 26px;
  color: #444;
  font-family: var(--text-font-family);
}

.inner-matter a {
  text-decoration: none;
  color: var(--theme-color2);
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
}

.inner-matter a:hover {
  color: var(--theme-color1);
}


.flags {
  display: flex;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.flags img {
  width: 87px;
  height: 58px;
  margin-right: 15px;
}

table {
  font-family: var(--text-font-family);
  color: #444;
}

table tr td {
  color: #444 !important;
}

.more-resources a{
   background-color: #008000 !important;
   color:#fff !important;
   font-family: var(--text-font-family);
  display: block;
  padding: 8px;
  text-align: center;
  margin: 6px 0;
}

.nav-tabs .nav-link {
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	border-radius: 0px;
	border:none;
	padding: 12px 18px;
	margin: 0;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	background: var(--theme-color1);
		color: #fff;
}

.nav-tabs{
 justify-content: center;
  background: var(--theme-color2);   
}

.slick-pre, .slick-nxt{
      cursor: pointer; 
      background: var(--theme-color2);
  color: #fff;
  width: 40px;
  height: 40px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 9;
  transform: translateX(-50%);
  top: 50%;
}

.slick-pre{
  left: 30px;
}

.slick-nxt{
    right:30px;
}


footer {
  padding: 50px 0 20px;
  background: url(../images/footer-bg.png) right;
  color: #fff;
}


.f-about a {
  background: var(--theme-color2);
  color: #fff;
  padding: 10px 20px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  border-radius: 30px;
  text-decoration: none;
  font-family: var(--text-font-family);
  justify-content: center;
  font-size: 15px;
  font-weight: 600;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
}

.f-about img {
  background-color: #fff;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 12px;
}

.f-links h4 {
  position: relative;
  margin-bottom: 18px;
}

.f-links h4::before {
  content: "";
  border: 1px solid var(--theme-color2);
  width: 40px;
  display: block;
  text-align: center;
  position: absolute;
  bottom: -6px;
}

.f-links ul {
  padding: 0;
}

.f-links ul li {
  list-style: none;
}

.f-links ul li a {
  text-decoration: none;
  color: #fff;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  display: block;
  line-height: 30px;
}

.f-links ul li a:hover {
  color: var(--theme-color2);
}




.fixed-tp {
  position: fixed;
  bottom: 10px;
  right: 10px;
  background: var(--theme-color2);
  z-index: 999;
  width: 38px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  color: var(--bs-white);
  text-decoration: none;
}

.faq-wrap {
  /* max-width: 980px; */
}

.faq-accordion {
  border-top: 1px solid #e9ecef;
}

.faq-item {
  border: 0;
  border-bottom: 1px solid #e9ecef;
  border-radius: 0;
  background: transparent;
}

.faq-btn {
  padding: 18px 0;
  /* font-size: 14px; */
  font-weight: 500;
  color: #111827;
  background: transparent;
  box-shadow: none !important;
}

.faq-btn:not(.collapsed) {
  color: #111827;
  background: transparent;
}

.faq-body {
  padding: 0 0 18px 0;
  font-size: 16px;
  color: #4b5563;
}

/* Remove Bootstrap default background + borders */
.accordion-button::after {
  background-image: none !important;
}

/* Custom right chevron like your image */
.faq-btn {
  position: relative;
  padding-right: 30px;
}

.faq-btn::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 10px;
  height: 10px;
  border-right: 2px solid #9ca3af;
  border-bottom: 2px solid #9ca3af;
  transform: translateY(-50%) rotate(45deg);
  transition: transform .2s ease;
}

/* Rotate when open */
.faq-btn:not(.collapsed)::after {
  transform: translateY(-50%) rotate(-135deg);
}

/* Remove focus ring */
.accordion-button:focus {
  border-color: transparent;
  box-shadow: none;
}

.materials {
  padding: 28px 0 40px;
}

.materials-title {
  text-align: center;
  font-weight: 800;
  color: var(--brand-blue);
  letter-spacing: .2px;
  margin: 8px 0 22px;
}

.project-card {
  border: 0;
  background: transparent;
  text-align: center;
}

.project-name {
  font-size: 14px;
  font-weight: 500;
  color: #111;
  margin-bottom: 14px;
  line-height: 1.2;
}

.project-name span {
  display: block;
  font-weight: 500;
}

/* Poster frame (like screenshot) */
.poster {
  background: #fff;
  border: 1px solid var(--card-border);
  padding: 10px;
  border-radius: 2px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, .05);
}

.poster img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 1px;
}

/* Big red download bar */
.download-btn {
  width: 100%;
  margin-top: 14px;
  background: var(--btn-red);
  border: 0;
  color: #fff;
  font-weight: 700;
  padding: 14px 12px;
  border-radius: 2px;
  text-transform: none;
}

.download-btn:hover {
  filter: brightness(.92);
}

/* for cms */

/* for cms */

/* Spacing similar to screenshot */
@media (min-width: 992px) {
  .project-col {
    padding-left: 28px;
    padding-right: 28px;
  }
}

@media only screen and (max-width: 370px) {}


@media only screen and (max-width: 390px) {}


@media only screen and (max-width: 480px) {}


@media only screen and (min-width: 0px) and (max-width: 575px) {}

@media only screen and (min-width: 576px) and (max-width: 767px) {}


@media only screen and (min-width: 768px) and (max-width: 991px) {}


@media only screen and (max-width: 767px) {}

@media only screen and (max-width: 991px) {}

@media only screen and (min-width: 992px) and (max-width: 1199px) {}


@media only screen and (min-width: 1200px) and (max-width: 1399px) {}

@media (min-width: 1400px) {}