

body , h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Roboto", sans-serif;
 
}

body::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: rgba(0, 0, 0, 0.9);
}
/* Add a thumb */
body::-webkit-scrollbar-thumb {
    background: rgba(250, 250, 250, 0.5);
}

body, html {
  height: 100%;
  min-height: 100%;
  overflow-x: clip;
}
.container {
    width: 100%;
    padding-left: 18px;
  }


.page-heading {
  background-image: url(../img/heading_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  text-align: center;
}

.page-heading .heading-content h1 {
  font-size: 32px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 1px;
  background-color: rgba(250,250,250,0.1);
  display: inline-block;
  margin-bottom: 0;
  margin-top: 220px;
  padding: 20px 60px;
}

.page-heading .heading-content em {
  font-style: normal;
  
}



/* Nav Bar */

nav .logo {
  float: left;
  margin-left: 30px;
}

nav .logo a {
  font-size: 28px;
  line-height: 66px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.5px;
}
nav .logo a.whenScroll 
{
  display: none;
}
nav .logo em {
  font-style: normal;
  
}

nav {
 
  height: 80px;
  position: fixed;
  width: 100%;
  left: 0;
  top: 20px;
  z-index: 300;
  transition: .5s ease all;
}

.menu-icon {
  background: transparent;
  border: 1px solid #fff;
  width: 50px;
  height: 50px;
  margin: 15px 39px 0 auto;
  position: relative;
  cursor: pointer;
  transition: background 0.5s;
  border-radius: 5px;
}

.menu-icon span,
.menu-icon span:before,
.menu-icon span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 2px;
  width: 35px;
  background: white;
  position: absolute;
  left: 15%;
  top: 50%;
  display: block;
  content: '';
  transition: all 0.5s ease-in-out;
}

.menu-icon span:before {
  left: 0;
  top: -10px;
}

.menu-icon span:after {
  left: 0;
  top: 10px;
}

.menu-icon.active {
  background: rgba(250,250,250,0.2);
}

.menu-icon.active span {
  background-color: transparent;
}

.menu-icon.active span:before,
.menu-icon.active span:after {
  top: 0;
}

.menu-icon.active span:before {
  transform: rotate(135deg);
}

.menu-icon.active span:after {
  transform: rotate(-135deg);
}
/* Menu */

.overlay-menu {
  background: rgba(0, 0, 0, 0.95);
  color: #ffffff;
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  padding: 50px 0;
  opacity: 0;
  text-align: center;
  transform: translateY(-100%);
  transition: all 0.5s;
}

.overlay-menu.open {
  opacity: 1;
  transform: translateY(0%);
}

.overlay-menu .main-menu {
  transform: translateY(50%);
  opacity: 0;
  transition: all 0.3s;
  transition-delay: 0s;
}

.overlay-menu.open .main-menu {
  transition: all 0.7s;
  transition-delay: 0.7s;
  opacity: 1;
  transform: translateY(0%);
}

.overlay-menu .main-menu:nth-child(2) {
  transition-delay: 0s;
}

.overlay-menu.open .main-menu:nth-child(2) {
  transition-delay: 1.25s;
}

.overlay-menu {
  overflow: scroll;
}

.overlay-menu::-webkit-scrollbar {
  display: none;
}

.overlay-menu ul {
  list-style: none;
  margin-top: 80px;
  padding: 0px;
}
.overlay-menu ul li {
  padding: 15px 0px;
}

.overlay-menu ul li a {
  font-size: 24px;
  font-weight: 300;
  color: #fff;
  text-decoration: none;
  transition: all 0.5s;
}

.overlay-menu ul li a:hover {
  color: rgba(250,250,250,0.5);
}


.overlay-menu p {
  margin-top: 60px;
  font-size: 13px;
  text-transform: uppercase;
  color: #fff;
  
  letter-spacing: 0.5px;
  text-align: center;
}



#bg-container  {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}

#bg-container video,
.video-overlay {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
}

#bg-container .video-overlay {
  z-index: 9999;
  background: url(../images/bgimage1.png);
  background-position: center;
  background-size: cover;
  width: 100%;
}

#bg-container .video-content {
  z-index: 99999;
  position: absolute;
  height: 100%;
  width: 100%;
}

#bg-container .video-content .inner {
  height: 100%;
  width: 50%;
  padding-left: 30px;
  display: flex;
  justify-content: end;
  align-items: start;
  flex-flow: column wrap;
  padding-bottom: 50px;
}

#bg-container .video-content .inner h1 {
  font-size: 55px;
  color: #fff;
  font-weight: 600;
}

#bg-container .video-content .inner em {
  font-style: normal;
  
}

#bg-container .video-content .inner p.clr-fc 
{
   color : #FFFFFFCC;
   font-size: 18px;
}
#bg-container .video-content .inner p {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  
}

#bg-container .video-content .inner a {
  color: #fff;
  text-decoration: none;
}

#bg-container .video-content .inner .scroll-icon {
  margin-top: 45px;
}

.full-screen-portfolio .container-fluid,
.full-screen-portfolio .col-md-4, .col-md-8 {
  padding-left: 0px;
  padding-right: 0px;
}


.portfolio-item img {
  width: 100%;
  overflow: hidden;
}

.portfolio-item .thumb {
  position: relative;
}


.portfolio-item .hover-effect .hover-content {
    position: absolute;
    text-align: left;
    width: 100%;
    bottom: 0;
    left: 0;
}


.full-screen-portfolio .portfolio-item h1 {
  position: relative;
  font-size: 22px;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  padding-left: 20px;
  line-height: 15px;
  transform: translateY(25px);
  transition: .5s ease-in-out;
  letter-spacing: 0.5px;
 }

 .full-screen-portfolio .portfolio-item em {
  font-style: normal;
  
 }

.full-screen-portfolio .portfolio-item:hover h1 {
  transform: translateY(0);
 }

.full-screen-portfolio .portfolio-item p {
  padding-left: 20px;
  font-weight: 300!important;
  letter-spacing: 0.5px;
  font-size: 14px;
  color: #fff;
  opacity: 0;
  transform: translateY(10px);
  transition: .5s ease-in-out;
  text-transform: uppercase;
 }

 .full-screen-portfolio .portfolio-item {
 text-align: center;
 line-height: 150%;
 text-transform: lowercase;
 cursor: pointer;
}

.full-screen-portfolio .portfolio-item:hover p {
  opacity: 1;
  transform: translateY(0);
 }




.popup-icon {
  position: fixed;
  bottom: 50px;
  right: 30px;
  z-index: 300;
  display: inline-block;
  width: 60px;
  height: 60px;
}

.popup-icon button {
  background-color: transparent;
  outline: none;
  border: none;
}


.modal-btn img {
  width: 60px;
  height: 60px;
}

/* Modal */
.modal {

    background: url(https://visatrack.co.nz//bg_demo.png) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  

}
.modal-body {
  position: relative;
  padding: 0px;
  border:0px;
  box-shadow:0px;
}

.modal-content {

  border: 0px;
  border-radius: 0px;
  outline: 0;
  -webkit-box-shadow: 0px !important;
  box-shadow: 0px !important;
}


 .col-md-offset-3 {
    margin-left: -100px;
	margin-top:170px;
  }
.modal::-webkit-scrollbar {
  display: none;
}

/* Modal Content */
.modal-content {
  text-align: center;
  position: relative;
  top: 0;
  width: 100%;
  margin: 0 auto;
  background-color: transparent;
}
.modal-animated-in {
  animation: totop-in .6s ease;
}
.modal-animated-out {
  animation: totop-out .6s ease forwards;
}
.modal-header {
  border-bottom: none;
}
.modal-header h3 {
  color: #fff;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 64px;
  margin-top: 5%;
  border-bottom: none;
  margin-bottom: 20px;
}

.modal-header em {
  font-style: normal;
  
}

.modal-content .close-btn {
  position: absolute;
  z-index: 99999999;
  color: #fff;
  right: 38px;
  top: 15px;
  width: 50px;
  height: 50px;
  text-align: center;
  cursor: pointer;
}

.modal-body {
  text-align: center;
  margin: 0 auto;
}

.modal-body input {
  border-radius: 5px;
  padding-left: 15px;
  font-size: 14px;
  background: rgba(255,255,255, 0.2);
  font-size: 15px;
  outline: none;
 ;
  border-radius: 3px;
  border: 1px solid #dbdbdb;
  
  box-shadow: none;
  line-height: 40px;
  height: 35px;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  
}
.form-color
{
	 color: #fff !important
}
.modal-body textarea {
  border-radius: 5px;
  padding-left: 15px;
  padding-top: 10px;
  font-size: 14px;
  
  color: #fff;
  background-color: rgba(250, 250, 250, 0.15);
  outline: none;
  border: none;
  box-shadow: none;
  height: 165px;
  max-height: 220px;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  margin-bottom: 25px;
}


.modal-body button {
  background: #c1f9cc;
  color: #247368;
  font-weight: bold;
  font-size: 15px;
}
.modal-body button {
  padding: 0 50px;
  line-height: 35px;
}
.modal-body button  {
  box-shadow: none !important;
}
.modal-body button  {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  outline: none !important;
  color: ##247368;
  text-transform: capitalize;
  transition: all 0.3s linear;
  z-index: 1;
  overflow: hidden;
  cursor: pointer;
  font-size: 17px;
  font-weight: 400;
  width: 300px;
  
  border-radius: 5px;
}

.modal-body button:hover {
  color: rgba(250,250,250,0.5);
  border-color: rgba(250,250,250,0.5);
  outline: none;
}

/* Keyframes */
@keyframes totop-in {
  0% {
    top: 600px;
    opacity: 0;
  }
  100% {
    top: 0%;
    opacity: 1;
  }  
}

@keyframes totop-out {
  0% {
    top: 0px;
    opacity: 1;
  }
  100% {
    top: -100%;
    opacity: 0;
  }  
}



footer {
  width: 100%;
  min-height: 70px;
  background: #023A2E;
}

footer {
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  padding-top: 30px;
  letter-spacing: 0.5px;
}
footer ul 
{
  display: flex;
  gap: 15px;
  justify-content: end;
}
footer ul li 
{
  list-style: none;
}
footer p {
  font-size: 14px;
  font-weight: 400;
}
footer a {
  color: #aaa;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

footer a:hover {
  text-decoration: none;
  color: #aaa;
}



.masonry-portfolio .container-fluid {
  padding-right: 0px;
  padding-left: 0px;
}

.masonry .col-md-4, .masonry .col-md-8 {
  padding-right: 0px;
  padding-left: 0px;
}

.masonry {
  width: 100%;
  background-color: transparent;
  position: relative;
}

.masonry .item {
  display: inline-block;
  float: left;
}

.masonry .first-item {
  margin-bottom: -0.5px;
}

.masonry .last-item {
  float: left;
}

.masonry .item img {
  width: 100%;
  overflow-y: hidden;
}

.masonry .item .thumb {
  position: relative;
}

.masonry .item .hover-effect .hover-content {
    position: absolute;
    text-align: left;
    width: 100%;
    bottom: 5px;
    left: 0;
}


.masonry .item h1 {
  position: relative;
  font-size: 22px;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  padding-left: 20px;
  line-height: 15px;
  transform: translateY(25px);
  transition: .5s ease-in-out;
  letter-spacing: 0.5px;
 }

.masonry .item em {
  font-style: normal;
  
 }

.masonry .item:hover h1 {
  transform: translateY(0);
 }

.masonry .item p {
  padding-left: 20px;
  font-weight: 300!important;
  letter-spacing: 0.5px;
  font-size: 14px;
  color: #fff;
  opacity: 0;
  transform: translateY(10px);
  transition: .5s ease-in-out;
  text-transform: uppercase;
 }

.masonry .item {
 text-align: center;
 line-height: 150%;
 text-transform: lowercase;
 cursor: pointer;
}

.masonry .item:hover p {
  opacity: 1;
  transform: translateY(0);
 }




.grid-portfolio {
  padding: 65px 0px;
  background-color: #232323;
}

.grid-portfolio .portfolio-item {
  margin: 15px 0px;
}

.portfolio-item .hover-effect .hover-content {
    position: absolute;
    text-align: left;
    width: 100%;
    bottom: 5px;
    left: 0;
}


.grid-portfolio .portfolio-item h1 {
  position: relative;
  font-size: 22px;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  padding-left: 20px;
  line-height: 15px;
  transform: translateY(25px);
  transition: .5s ease-in-out;
  letter-spacing: 0.5px;
 }

 .grid-portfolio .portfolio-item em {
  font-style: normal;
  
 }

.grid-portfolio .portfolio-item:hover h1 {
  transform: translateY(0);
 }

.grid-portfolio .portfolio-item p {
  padding-left: 20px;
  font-weight: 300!important;
  letter-spacing: 0.5px;
  font-size: 14px;
  color: #fff;
  opacity: 0;
  transform: translateY(10px);
  transition: .5s ease-in-out;
  text-transform: uppercase;
 }

.grid-portfolio .portfolio-item:hover p {
  opacity: 1;
  transform: translateY(0);
 }

 .grid-portfolio .load-more-button {
  margin-top: 15px;
 }

 .grid-portfolio .load-more-button a {
  width: 100%;
  height: 80px;
  display: inline-block;
  text-align: center;
  line-height: 80px;
  font-size: 15px;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  color: #fff;
  background-color: #313131;
  transition: all 0.5s;
 }

 .grid-portfolio .load-more-button a:hover {
  color: rgba(250,250,250,0.5);
 }




 .services {
  background-color: #232323;
  padding: 65px 0px;
 }

 .services .service-item {
  margin: 15px 0px;
  padding: 20px;
  text-align: center;
  transition: all 0.5s;
 }

  .services .service-item:hover {
    background-color: #313131;
  }

 .services .service-item .icon {
  width: 50px;
  height: 50px;
  text-align: center;
  display: inline-block;
  line-height: 50px;
 }

.services .service-item .icon img {
  max-width: 100%;
}

.services .service-item h4 {
  margin-top: 20px;
  color: #fff;
  font-size: 20px;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  font-weight: 300;
}

.services .service-item p {
  color: #bbb;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
}



.more-about-us {
  background-image: url(../img/about_us.png);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
  width: 100%;
  text-align: center;
}

.more-about-us .content {
  background-color: rgba(0,0,0,0.8);
  text-align: left;
  padding: 150px 60px;
  color: #fff;
}

.more-about-us .content h2 {
  margin-top: 0px;
  font-size: 34px;
  font-weight: 300;
  letter-spacing: 0.5px;
  margin-bottom: 5px;
}

.more-about-us .content span {
  font-size: 16px;
  
  display: inline-block;
  margin-bottom: 30px;
  letter-spacing: 0.5px;
}

.more-about-us .content p {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
}

.more-about-us .content .simple-btn {
  margin-top: 30px;
}

.more-about-us .content .simple-btn a {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  background-color: transparent;
  color: #fff;
  letter-spacing: 2px;
  border-bottom: 3px solid #fff;
  padding-bottom: 3px;
  text-decoration: none;
  transition: all 0.5s;
}

.more-about-us .content .simple-btn a:hover {
  opacity: 0.5;
}



.pricing-tables {
  padding: 65px 0px;
  background-color: #232323;
}

.pricing-tables .table-item {
  padding: 60px 0px;
  margin: 15px 0px;
  text-align: center;
  background-color: #313131;
}

.pricing-tables .table-item h4 {
  margin-top: 0px;
  font-size: 36px;
  
  color: #f4dd5b;
  letter-spacing: 0.5px;
}

.pricing-tables .table-item span {
  font-size: 17px;
  display: inline-block;
  color: #aaa;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  border-bottom: 1px solid #414141;
  width: 100%;
  padding-bottom: 40px;
}

.pricing-tables .table-item ul {
  list-style: none;
  padding: 0;
  margin-top: 35px;
}

.pricing-tables .table-item ul li {
  font-size: 15px;
  font-weight: 300;
  color: #fff;
  letter-spacing: 0.5px;
  margin: 15px 0px;
}

.pricing-tables .table-item .simple-btn {
  margin-top: 40px;
  padding-bottom: 10px;
}

.pricing-tables .table-item .simple-btn a {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  background-color: transparent;
  color: #f4dd5b;
  letter-spacing: 2px;
  border-bottom: 3px solid #f4dd5b;
  padding-bottom: 3px;
  text-decoration: none;
  transition: all 0.5s;
}

.pricing-tables .table-item .simple-btn a:hover {
  opacity: 0.5;
}

.pricing-tables .premium-item {
  background-color: #f4dd5b;
}

.pricing-tables .premium-item h4, .pricing-tables .premium-item span, .pricing-tables .premium-item ul li, .pricing-tables .premium-item .simple-btn a {
  color: #232323;
  border-color: #232323;
}



.blog-entries {
  padding: 80px 0px;
  background-color: #232323;
}


.blog-entries .blog-posts {
  margin-right: 30px;
}


.blog-post {
  border-bottom: 1px solid #414141;
  padding-bottom: 65px;
  margin-bottom: 60px;
}

.blog-post img {
  width: 100%;
  overflow-y: hidden;
}

.blog-post .text-content {
  margin-top: 30px;
}

.blog-post .text-content span {
  font-size: 16px;
  
  color: #fff;
  letter-spacing: 0.5px;
}

.blog-post .text-content span a {
  color: #f4dd5b;
  text-decoration: none;
}

.blog-post .text-content h2 {
  margin-top: 5px;
  font-size: 36px;
  color: #fff;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  font-weight: 300;
}

.blog-post .text-content p {
  color: #bbb;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  margin-top: 20px;
}

.blog-post .text-content .simple-btn {
  margin-top: 25px;
}

.blog-post .text-content .simple-btn a {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  background-color: transparent;
  color: #fff;
  letter-spacing: 2px;
  border-bottom: 3px solid #fff;
  padding-bottom: 3px;
  text-decoration: none;
  transition: all 0.5s;
}

.blog-post .text-content .simple-btn a:hover {
  opacity: 0.5;
}

.blog-entries .page-number {
  padding: 0;
  margin: 0;
  list-style: none;
}

.blog-entries .page-number li {
  display: inline-block;
  margin-right: 3px;
}

.blog-entries .page-number li:last-child {
  margin-right: 0px;
}

.blog-entries .page-number li.active a {
  color: #232323;
  background-color: #fff;
}

.blog-entries .page-number li.active a:hover {
  opacity: 1;
}

.blog-entries .page-number li a {
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  width: 50px;
  height: 50px;
  display: inline-block;
  line-height: 50px;
  text-align: center;
  background-color: #414141;
  transition: all 0.5s;
}

.blog-entries .page-number li a:hover {
  opacity: 0.5;
}

.single-blog-post {
  margin-right: 30px;
}

.single-blog-post img {
  width: 100%;
  overflow-y: hidden;
}

.single-blog-post .text-content {
  margin-top: 20px;
}

.single-blog-post .text-content span {
  font-size: 16px;
  
  color: #fff;
  letter-spacing: 0.5px;
  border-bottom: 1px solid #414141;
  padding-bottom: 25px;
  display: inline-block;
  width: 100%;
  margin-bottom: 0px;
}

.single-blog-post .text-content span a {
  color: #f4dd5b;
  text-decoration: none;
}

.single-blog-post .text-content h2 {
  margin-top: 0px;
  font-size: 36px;
  color: #fff;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  font-weight: 300;
}

.single-blog-post .text-content p {
  color: #bbb;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  margin-top: 20px;
  margin-bottom: 30px;
}

.single-blog-post .tags-share {
  border-top: 1px solid #414141;
  border-bottom: 1px solid #414141;
  padding: 8px 0px 10px 0px;
}

.single-blog-post .tags-share ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.single-blog-post .tags-share ul li:first-child {
  color: #fff;
  font-size: 16px;
  
  letter-spacing: 0.5px;
}

.single-blog-post .tags-share ul li {
  display: inline-block;
  color: #fff;
}

.single-blog-post .tags-share ul li a {
  font-size: 16px;
  
  letter-spacing: 0.5px;
  color: #f4dd5b;
  text-decoration: none;
  transition: all 0.5s;
}

.single-blog-post .tags-share ul li a:hover {
  opacity: 0.5;
}

.single-blog-post .tags-share .share {
  text-align: right;
}

.blog-entries .search input {
  background-color: rgba(250,250,250,0.1);
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding-left: 15px;
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  border-radius: 0px;
  outline: none;
  border: none;
}

.sidebar-heding h2 {
  font-size: 20px;
  text-transform: capitalize;
  color: #fff;
  margin-top: 40px;
  letter-spacing: 0.5px;
  padding-bottom: 10px;
  border-bottom: 1px solid #414141;
  margin-bottom: 20px;
}

.archives ul, .categories ul {
  margin-top: -5px;
  padding: 0;
  list-style: none;
}

.archives ul li, .categories ul li {
  margin-bottom: 12px; 
}

.archives ul li:last-child, .categories ul li:last-child {
  margin-bottom: 0px; 
}

.archives ul li a, .categories ul li a {
  font-size: 15px;
  
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.5px;
  transition: all 0.5s;
}


.archives ul li a:hover, .categories ul li a:hover {
  opacity: 0.5;
}

.recent-posts ul {
  padding: 0;
  list-style: none;
}

.recent-posts ul li {
  margin-bottom: 15px;
}

.recent-posts ul a {
  text-decoration: none;
}

.recent-posts ul li img {
  display: inline-block;
  max-width: 100%;
  margin-right: 15px;
}

.recent-posts ul li .text {
  display: inline-block;
}

.recent-posts ul li h6 {
  margin-bottom: 5px;
  padding-top: 0px;
  margin-top: 0px;
  display: block;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.5px;
}

.recent-posts ul li span {
  display: inline-block;
  font-size: 14px;
  
  color: #f4dd5b;
}


.latest-gallery ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.latest-gallery ul li {
  display: inline-block;
  max-width: 59px;
  overflow-y: hidden;
  margin-bottom: 3px;
  margin-right: 1px;
}

.latest-gallery ul li:nth-child(4){
  margin-right: 0px;
}

.latest-gallery ul li:nth-child(8){
  margin-right: 0px;
}

.latest-gallery ul li img {
  width: 100%;
  transition: all 0.5s;
}

.latest-gallery ul li img:hover {
  cursor: pointer;
  opacity: 0.5;
}




@media (max-width: 530px) {

  .modal-header h3 {
    margin-top: 15%;
  }

  .modal-body input {
    width: 100%;
  }

  .modal-body textarea {
    width: 100%;
  }

  .modal-content {
    padding-bottom: 40px;
  }

  .grid-portfolio {
    padding: 0px 0px;
  }

  .grid-portfolio .portfolio-item {
    margin: 30px 0px;
  }

  .grid-portfolio .load-more-button {
    padding-bottom: 30px;
  }

  .more-about-us .content {
    padding: 60px 30px;
  }

}


@media (max-width: 992px) {
  #bg-container .video-content .inner {
     padding-left: 0px;
     padding: 0px 10px;
    width: 100%;
    justify-content: end;
    align-items: center;
  }
  #bg-container .video-content .inner .btns-group
  {
    flex-direction: column;
  }
  .blog-entries .blog-posts {
    margin-right: 0px;
  }

  .single-blog-post {
    margin-right: 0px;
    margin-bottom: 80px;
  }

  .blog-entries .page-number {
    margin-bottom: 80px;
  }

  .single-blog-post .tags-share .tags {
    text-align: center;
  }

  .single-blog-post .tags-share .share {
    text-align: center;
  }
  nav .menu-list.navbar 
  {
    display: none;
  }
  
  #bg-container .video-content .inner h1
  {
    font-size: 48px;
  }
  .steps-or-updates .box-item {
    border-bottom: 1px solid #257368;
  }
  footer {
    text-align: center;
  }
  footer ul
  {
    justify-content: center;
    padding-inline-start: 0px;
  }
}

@media (min-width : 993px )
{
  .not-home nav .menu-list.navbar 
  {
    box-shadow: 0px 2px 5px 2px #eee;
  }
  nav .menu-list.navbar 
  {
    float: right;
    margin-right: 30px;
    margin-bottom: 0;
    background-color: #fff;
    border-radius: 50px;
    padding: 0px 15px;
  }
  .navbar {min-height: 66px;}
  nav .menu-list.navbar .navbar-nav 
  {
    padding-inline-start: 0px;
  }
  nav .menu-list.navbar .nav-item
  {
    list-style: none;
    line-height: 60px;
  }
  nav .menu-list.navbar .nav-item .nav-link
  {
    padding: 15px;
    font-size: 16px;
    font-weight: 400;
    color: #023A2E;

  }
  nav .menu-list.navbar .nav-item .btn-primary
  {
    padding: 11px 30px;
  }
  nav .menu-list.navbar .nav-item .nav-link:hover 
  {
    opacity: 0.8;
    text-decoration: none;
  }
  nav .menu-icon
  {
    display: none;
  }
}
a {text-decoration: none;}
.btn-primary  
{
  background: #257368;
  border-color: #257368;
}
.btn-primary:hover
{
  background-color: #C1F9CC;
  border-color: #C1F9CC;
  color: #000!important;
  transition: ease .3s all;
}
.btn 
{
  border-radius: 50px;
  padding: 11px 61px;
  font-weight:bold;

}
.btn-transparent 
{
  border-color: #fff;
  background: transparent;
}
.btn-transparent:hover 
{
  background: #257368;
  border-color: #257368;
  transition: ease .3s all;
}
.gap-10 {gap:10px}
.d-flex {display: flex;}

section .heading2 
{
  font-size: 50px;
  color: #257368;
  font-weight: 600;
}
.primary-clr {color: #257368;}
.text-primary-clr {
  color: #023A2E;
}
p {font-size: 16px;}
section {padding: 50px 15px;}
.about-visatrack img {width: 100%;}
.mt-3 {margin-top: 3rem;}
.mt-10 {margin-top: 10rem;}
.mt-20 {margin-top: 20rem;}
section.compliance 
{
  background: #E9FFFA;
}
section.about-employees {
  padding: 0px 0px;
}
section.about-employees img {width: 102%;}
section.about-employees .inner-section2 
{
  padding: 50px 30px;
}
section.compliance2 {
  background: #C1F9CC;
  text-align: center;
}
.steps-or-updates
{
  border-top: 1px solid #257368;
  padding: 0px 15px;
}
.steps-or-updates .box-item
{
  padding: 50px 35px;
    border-right: 1px solid #257368;
}
.steps-or-updates .box-item .item-icon
{
  background: #257368;
    border-radius: 50%;
    width: fit-content;
    padding: 12px;
}
.steps-or-updates .box-item .item-icon img 
{
  width: 30px;
  height: 30px;
}
.steps-or-updates .box-item .item-heading p
{
  font-weight: 600;
  margin-top: 1rem;
  font-size:19px;
}
.steps-or-updates .box-item .item-desc p
{
  font-weight: 400;
  font-size: 14px;
  margin-top: 1rem;
}
.wave-bg
{
  background: url(../images/wave.png);
  background-position: center;
  background-size: cover;
  text-align: center;

}
.wave-bg .wave-inner .wave-about
{
  margin: 20rem 0;
}
.wave-bg .wave-inner .wave-about h2 {
  color: #fff;
  font-weight: 600;
  font-size: 30px;
  line-height: 33px;
}
.wave-bg .wave-inner
{
  margin: 0 auto;
  max-width: 500px;
}
.procees-and-condition
{
  background: #E9FFFA;
  border-width: 1px, 0px, 1px, 0px;
  border-style: solid;
  border-color: #257368;

}
.procees-and-condition .sub-heading
{
  color: #257368;
  font-size: 30px;
  font-weight: 600;
  line-height: 36px;
}
.manage-int-stall .card-item
{
  background: #E9FFFA;
  border-radius: 30px;
  position: relative;
  min-height: 255px;
  margin-bottom: 3rem ;
}
.manage-int-stall .card-item.last-child
{
  background: #257368;
}
.manage-int-stall .card-item.last-child h3 {
  color: #fff!important;
}
.manage-int-stall .card-item.last-child .btn
{
  margin: 15px 10px 15px 20px;
  position: absolute;
  bottom: 0;
  background: #C1F9CC;
  color: #257368;
}
.manage-int-stall .card-item h3 
{
  font-size: 21px;
  color: #257368;
  margin: 0;
  font-weight: 600;
  padding: 15px 10px 15px 20px;
  line-height: 24px;
}
.manage-int-stall .card-item .card-item-img
{
    position: absolute;
    right: 0;
    bottom: 0;
}
.about-protection 
{
  background: #ABD8E4;
  border-width: 1px, 0px, 1px, 0px;
  border-style: solid;
  border-color: #257368;
}
.newsletter 
{
  background: #257368;

}
.newsletter .address
{
  margin: 20rem 0 0 0;
}
.newsletter p , .newsletter a 
{
  color: #fff;
}
.weight-700 
{
  font-weight: 700;
}
.newsletter .sub-heading 
{
  font-weight: 600;
  font-size: 30px;
  color: #fff;
}
.newsletter .btn-secondary
{
  background-color: #C1F9CC;
  border-color: #C1F9CC;
  color: #023A2E;
  font-weight: 500;
  border-radius: 6px;
  width: 100%;
}
.newsletter form textarea
{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  border-radius: 5px;
  color: #000;
    background: #FFFFFFE5;
    outline: none;
    border: none;
    box-shadow: none;
}
.newsletter form input 
{
    border-radius: 5px;
    padding-left: 15px;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    background: #FFFFFFE5;
    outline: none;
    border: none;
    box-shadow: none;
    line-height: 40px;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}
.contact-us form textarea
{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  border-radius: 5px;
  color: #023A2E;
    outline: none;
    border: 1px solid #636363;
    box-shadow: none;
}
.contact-us form input 
{
    border-radius: 5px;
    padding-left: 15px;
    font-size: 14px;
    
    color: #023A2E;
    outline: none;
    border: 1px solid #636363;
    box-shadow: none;
    line-height: 40px;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}
.contact-us form .btn 
{
  width: 100%;
}
.not-home .menu-icon span, .not-home .menu-icon span:before, .not-home .menu-icon span:after
{
  background: #000;
}
.not-home .menu-icon.active span:before, .not-home .menu-icon.active span:after
{
  background: #fff;
}
.not-home .menu-icon.active span
{
  background-color: transparent!important;
}
.not-home .menu-icon.active 
{
  border:1px solid #fff;
}
.not-home .menu-icon
{
  border: 1px solid #000;
}
.sidebar-quicklinks ul
{
  padding-inline-start: 0px;
}
.sidebar-quicklinks ul li 
{
  list-style: none;
  border-top: 1px solid #257368;
  padding: 10px 0px;
}
.sidebar-quicklinks ul li a:hover 
{
  text-decoration: none!important;
  color: #257368;
}
.sub-heading {
  color: #257368;
  font-size: 30px;
  font-weight: 600;
  line-height: 36px;
}
#scroll-top {
  position: fixed;
  bottom: 50px;
  right: 20px;
  z-index: 9999;
  cursor: pointer;
  display: none; /* Initially hide the button */
  transform: rotate(180deg);
}
.show {display: block!important;}