**,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
body {
  /* Fluid Responsive Font Sizing*/
  background-color: #f2f2f2;
  /*font-family: "Poppins";*/
}
h1,
h2,
h4,
h6 {
  font-family: "Poppins", sans-serif !important;
}
a {
  font-family: "Poppins", sans-serif;
  margin: 0;
}
a:hover {
  text-decoration: none;
}
.text {
  font-size: calc(9px + 0.390625vw);
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  margin-top: 20px;
  color: #8c8c8c;
}
.btn-text {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: calc(10px + 0.390625vw);
}
li {
  list-style-type: none;
}

/*	*******CSS*******	*/
/*	main accent #04baba , accent:#2be3e3 ,regular-text: #8c8c8c box-shadow-color #d9d9d9	*/

/******** NAV BLOCK ONE ********/
.nav-block-one {
  background-color: #f2f2f2;
  font-family: "Poppins";
}
.row {
  padding-top: 30px;
}
.nbo-logo {
  display: -webkit-flex;
  justify-content: center;
  width: 20%;
}
.nbo-logo > img {
  height: 70px;
}
.col {
  width: 65%;
  /*display: -ms-flexbox !important;
	        display: flex !important;
	        flex-direction: column;
	        -ms-flex-preferred-size: auto;
	        flex-basis: auto;
	        justify-content: center;*/
}
.nav-link {
  color: #8c8c8c !important;
  margin-left: auto;
  margin-right: auto;
  transition: 200ms;
  font-weight: 600;
}
.nav-item > a {
  padding: 10px 20px 0px 20px !important;
}
.nav-link:visited {
  color: #8c8c8c !important;
}
.nav-link:hover {
  color: #013000 !important;
}
.navlink-active {
  color: #013000 !important;
}
.nav-link-active {
  color: #013000 !important;
  border-bottom: 2px solid #013000;
  width: 70%;
  margin: 5px auto 0px auto;
}
.navbar-toggler {
  border: none !important;
}
.menu-wh {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background-image: url("../svg/menu.svg") !important;
  background: no-repeat center center;
  background-size: 100% 100%;
}

/******** HERO BLOCK ONE ********/

.hbo {
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
}
.hbo-row {
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  width: 90%;
  padding-bottom: 120px;
  background-image: url("../images/view.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 20px;
}
.hbo-text-block > h2,
.hbo-text-block > p {
  text-shadow: 0px 0px 30px #1a1a1a;
}
.hbo-row > .col-md > div {
  position: relative;
}
.hbo-form {
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 265px;
  margin-left: auto;
  margin-right: auto;
}
.hbo-form-grp {
  display: -webkit-flex;
  justify-content: space-around;
  align-items: flex-end;
  width: 100%;
  background-color: #fff;
  padding: 20px 20px;
  border-radius: 20px;
  box-shadow: 1px 1px 10px #d9d9d9;
}
.hbo-form-grp > div {
  flex: 1;
  margin: 10px;
}
.hbo-form-grp > div > .form-control {
  border: 1px solid #f2f2f2;
  background-color: #f2f2f2;
  color: #595959;
}
.submit-btn {
  background-color: #013000 !important;
  color: #fff !important;
  border: 1px solid #013000 !important;
  transition: 200ms ease-in;
}
.submit-btn:hover {
  background-color: #fff !important;
  color: #013000 !important;
}

/*	Section 5	*/
.sb5 {
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #fff;
}
.sb5-row {
  width: 85%;
}
.sb5-row > .col-md-4 > div {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.sb5-row > .col-md-8 > div {
  display: -webkit-flex;
  justify-content: space-around;
  flex-wrap: wrap;
  height: 100%;
  width: 100%;
}
.sb5-row > .col-md-4 > div > div > h6,
.sb5-row > .col-md-8 > div > div > h6 {
  color: #fff;
  margin-top: 5px;
}
.sb5-row > .col-md-4 > div > div > .text,
.sb5-row > .col-md-8 > div > div > .text {
  color: #f2f2f2;
}
.strengths-block {
  position: relative;
  width: 45%;
  padding: 50px 20px;
  margin: 2%;
  background-color: #1a1a1a;
  transition: 200ms;
  border-radius: 10px;
  overflow: hidden;
}
.strengths-block-red {
  position: relative;
  width: 45%;
  padding: 20px;
  margin: 2%;
  background-color: #04baba;
  transition: 700ms;
  border-radius: 10px;
  overflow: hidden;
}
.strengths-block-red:hover,
.strengths-block:hover {
  box-shadow: 5px 5px 25px #808080;
}
.sb5-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 200ms ease-in;
  transform: translateX(-100px);
}
.sb5-img:hover {
  opacity: 100%;
  transform: translateX(0px);
}
.hbo-btn-2 {
  padding: 10px 15px;
  background-color: #013000;
  border: 1px solid #013000;
  color: #fff;
  border-radius: 2px;
  transition: 200ms;
  width: fit-content;
  border-radius: 0.25rem;
}
.hbo-btn-2:hover {
  background-color: transparent;
  color: #013000;
}
.hbo-btn-2:active {
  outline: none !important;
}

/* SECTION BLOCK NINE */

.sb9 {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
}
.sb9-row {
  width: 80%;
}
.sb9-sub-col1,
.sb9-sub-col2 {
  padding: 50px 30px;
}
.sb9c1 {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.sb9c2 {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.sb9-col {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: flex-end;
}
.sb9-img-block {
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
  background-color: hsla(0, 0%, 100%, 0.6);
  backdrop-filter: blur(8px);
  border-radius: 20px;
}
.sb9-btn {
  padding: 10px 15px;
  background-color: #fff;
  border: 1px solid #fff;
  color: #013000;
  border-radius: 0.25rem;
  transition: 200ms;
  width: 50%;
}
.sb9-btn:hover {
  background-color: transparent;
  color: #fff;
}
.sb9-btn:active {
  outline: none !important;
}
.sb9-icon {
  width: 90px;
}
.sb9-icon-last {
  width: 30px;
}
.sb9-h6 {
  color: #5ebfad;
}
.sb9-sub-col1 > .text,
.sb9-sub-col2 > .text {
  color: #ccc;
}
.sb9-img {
  width: 60px;
}
.director {
  color: #fff !important;
  margin-top: 7px;
  margin-bottom: 0;
  text-shadow: 1px 1px 10px #000;
}

/*	SECTION BLOCK NINETEEN	*/

.sb19 {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 110px;
  padding-bottom: 110px;
  background-color: #fff;
}
.sb19-row {
  width: 80%;
}
.accordion {
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  outline: none;
  transition: 500ms;
  z-index: 10;
}
.acc-border {
  border-bottom: 1px solid #ccc;
}
.acc-txt {
  text-align: center;
}
/*************************/
/*************************/
.sb19-active,
.accordion:hover {
  background-color: #fff;
}
/* Style the accordion panel. Note: hidden by default */
.panel {
  padding: 0 18px;
  background-color: transparent;
  display: none;
  overflow: hidden;
  transition: 0.5s ease-out;
  animation-name: slideUp;
  animation-duration: 500ms;
  animation-iteration-count: 1;
  animation-direction: alternate;
}
.sb19-btn {
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  background-color: #013000;
  border: 1px solid #013000;
  border-radius: 0.25rem;
  color: #fff;
  transition: 500ms;
  padding: 10px 20px;
}
.sb19-btn:hover {
  background-color: transparent;
  color: #013000 !important;
}
@keyframes slideUp {
  from {
    transform: translate(-70px, 0px);
    opacity: 0;
  }
  to {
    transform: translate(0px, 0px);
    opacity: 1;
  }
}

/*************************/
/*************************/
.accordion > div {
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
}
.accordion > h4 {
  font-weight: 800;
  color: #013000;
}
.accordion > div > h4 {
  margin-bottom: 0;
  font-weight: 600;
  color: #04baba;
}
.accordion > div > .text {
  margin-top: 5px;
  margin-bottom: 0px;
}
.sb19-svg {
  width: 40px;
  height: 40px;
}

/*	Why Choose Us	*/
.abo,
.abt,
.tbo {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
}
.abo-row {
  width: 80%;
}
.abo-col-4 > div > h6 {
  color: #04baba;
}
.abo-col-4 > div {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #04baba;
  transition: 200ms ease-in;
  padding: 20px;
  height: 100%;
  border-radius: 20px;
}
.abo-col-4 > div:hover {
  box-shadow: 0px 0px 25px #d9d9d9;
  background-color: #fff;
  border: 1px solid #fff;
}

/*	Service Record Block */

.srb {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
}
.srb-row {
  width: 80%;
}
.srb-col > div {
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
}
.tabs {
  display: -webkit-flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
}
/* Change background color of buttons on hover */

/* Create an active/current tablink class */
.tabs button.active {
  background-color: transparent;
  color: #1a1a1a;
  border: 1px solid #04baba;
  outline: none;
}
.tabcontent {
  width: 100%;
  overflow: hidden;
  animation: fadeEffect 1s;
  height: 100%;
}
.tabcontent > div {
  margin-top: 30px;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-around;
}

/* Fade in tabs */
@keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.tabcontent > div > div {
  width: 50%;
  padding: 20px;
}
.tabcontent > div > div > img {
  width: 100%;
}
.tabcontent > div > div > .text {
  animation-name: throw;
  animation-duration: 500ms;
  animation-iteration-count: 1;
  animation-direction: alternate;
}
.tabcontent > div > div > h4 {
  font-weight: 600;
  animation-name: throw1;
  animation-duration: 700ms;
  animation-iteration-count: 1;
  animation-direction: alternate;
}
.tab-image > img {
  animation-name: throw3;
  animation-duration: 700ms;
  animation-iteration-count: 1;
  animation-direction: alternate;
}
@keyframes throw {
  from {
    transform: translate(400px, 400px) rotate(45deg);
    opacity: 0;
  }
  to {
    transform: translate(0px, 0px) rotate(0deg);
    opacity: 1;
  }
}
@keyframes throw1 {
  from {
    transform: translate(400px);
    opacity: 0;
  }
  to {
    transform: translate(0px, 0px);
    opacity: 1;
  }
}
@keyframes throw3 {
  from {
    transform: translate(0px, 400px);
    opacity: 0;
  }
  to {
    transform: translate(0px, 0px);
    opacity: 1;
  }
}
.tablinks {
  padding: 20px 15px;
  background-color: #04baba;
  border: 1px solid #04baba;
  color: #fff;
  transition: 200ms;
  border-radius: 0.25rem;
  width: 23%;
}
.tablinks:hover {
  background-color: transparent;
  color: #04baba;
}
.tab-image {
  width: 100%;
}

/******** HERO BLOCK ONE ********/

/* FOOTER BLOCK THREE */

.fb3 {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 0px 0px 0px;
  background-color: #fff;
}
.fb3-row {
  width: 80%;
  padding-top: 10px;
}
.fb3-row1 {
  width: 100%;
  margin-top: 60px;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  background-color: #013000;
  padding-top: 0;
}
.fb3-row1 > div {
  width: 50%;
  display: -webkit-flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.fb3-row1 > div > div {
  padding: 15px;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}
.fb3-row1 > div > div > a {
  color: #fff;
  transition: 500ms;
}
.fb3-row1 > div > div > a:hover {
  color: #a6ffff;
}
.fb3-social-icon {
  width: 50%;
  display: -webkit-flex;
  justify-content: space-between;
}
.fb3-col-div > .fb3-img-block {
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}
.fb3-img-block > img {
  width: 170px;
}
.fb3-col-div {
  display: -webkit-flex;
  justify-content: space-around;
}
.fb3-tel {
  display: -webkit-flex;
  align-items: center;
  margin-bottom: 10px;
}
.fb3-social-icon > a > img {
  width: 40px;
}
.fb3-tel > img {
  height: 20px;
}
.div2 {
  height: 100% !important;
}
.fb3-col > .div2 {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: space-between;
}
.btn {
  padding: 10px 15px;
  background-color: #013000;
  border: 1px solid #013000;
  color: #fff;
  border-radius: 0.25rem;
  transition: 200ms;
}
.btn:hover {
  border: 1px solid #013000;
  background-color: transparent;
  color: #013000;
}
.btn:active {
  outline: none !important;
}
.fb3-text {
  color: #013000;
  margin: 5px auto;
}

@media screen and (max-width: 2560px) {
  h1 {
    font-size: 70px;
  }
  h2 {
    font-size: 60px;
  }
  h4 {
    font-size: 50px;
  }
  h6 {
    font-size: 30px;
  }
}
@media screen and (max-width: 1920px) {
  h1 {
    font-size: 60px;
  }
  h2 {
    font-size: 50px;
  }
  h4 {
    font-size: 40px;
  }
  h6 {
    font-size: 25px;
  }
}
@media screen and (max-width: 1536px) {
  h1 {
    font-size: 50px;
  }
  h2 {
    font-size: 45px;
  }
  h4 {
    font-size: 35px;
  }
  h6 {
    font-size: 22px;
  }
}
@media screen and (max-width: 1280px) {
  h1 {
    font-size: 45px;
  }
  h2 {
    font-size: 40px;
  }
  h4 {
    font-size: 28px;
  }
  h6 {
    font-size: 20px;
  }
}
@media screen and (max-width: 1024px) {
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 35px;
  }
  h4 {
    font-size: 23px;
  }
  h6 {
    font-size: 18px;
  }

  /*	ABOUT BLOCK ONE	*/
  .abo-row,
  .abt-row,
  .tbo-row {
    width: 90%;
  }

  /*	SECTION BLOCK NINE	*/
  .sb9-row {
    width: 90%;
  }

  /*	FOOTER BLOCK ONE	*/
  .fb3-img-block {
    margin-right: 30px;
  }
}
@media screen and (max-width: 992px) {
  /*	NAV BLOCK ONE */

  .nav-link-active {
    width: 20%;
    margin: 5px 0px 5px 20px;
  }

  /*	HERO BLOCK ONE	*/
  .hbo-form-grp {
    display: -webkit-flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: flex-end;
  }
  .hbo-form-grp > div {
    flex: 2;
    margin: 10px;
  }
  .hbo-row {
    width: 95%;
  }

  /*	ABOUT BLOCK ONE	*/
  .abo-row,
  .abt-row,
  .tbo-row {
    width: 100%;
  }

  /* FOOTER BLOCK THREE	*/
  .fb3-row {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 35px;
  }
  h2 {
    font-size: 30px;
  }
  h4 {
    font-size: 20px;
  }
  h6 {
    font-size: 16px;
  }

  /*	NAV BLOCK ONE */
  .navbar-nav {
    margin-top: 40px;
    width: 40%;
  }
  .nbo-logo > img {
    height: 50px;
  }
  .col {
    width: 60%;
  }
  .nbo-icons {
    width: 15%;
  }
  .nbo-icon {
    width: 15px;
  }
  .nav-link-active {
    width: 30%;
    margin: 5px 0px 5px 20px;
  }

  /*	SECTION BLOCK ONE */

  .sbo {
    margin-top: 70px;
  }
  .sbo-row1 > .col-md-4 > div > div {
    width: 60%;
    margin: 20px auto;
  }

  /* Section 5 */
  .sb5-row > .col-md-8 {
    margin-top: 25px;
    width: 100%;
    padding: 20px 0px;
  }

  /*	SECTION BLOCK NINE */
  .sb9c1 {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 0;
  }
  .sb9c2 {
    border-top-right-radius: 0;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  /*		SECTION BLOCK 19	*/
  .sb19-col {
    margin-top: 40px;
  }

  /*	about us */

  .abo-col-4 {
    margin-top: 20px;
  }
  .abo-col-4 > div {
    border: 1px solid #808080;
  }

  /* FOOTER BLOCK THREE  */

  .div2 {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 30px;
    display: -webkit-flex;
    flex-direction: column;
    align-items: center;
  }
  .div2 > div:nth-child(1) {
    display: -webkit-flex;
    flex-direction: column;
    align-items: center;
  }
  .div2 > div:nth-child(2) {
    width: 50%;
  }
  .fb3-social-icon {
    width: 100%;
  }
  .fb3-col-div {
    width: 70%;
    margin-right: auto;
    margin-left: auto;
    display: -webkit-flex;
    justify-content: space-around;
  }
}
@media (min-width: 768px) and (max-width: 768px) and (min-height: 1024px) and (max-height: 1024px) {
  /*	SECTION BLOCK 5	*/
  .sb5-row,
  .abo-row,
  .sb19-row {
    width: 95%;
  }

  /*	SECTION BLOCK 9	*/

  .sb9c1 {
    border-top-left-radius: 20px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 20px;
  }
  .sb9c2 {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 0px;
  }

  .srb-row {
    width: 100%;
  }

  /*	Footer block one			*/

  .fb3-col-div {
    width: 100%;
  }
  .fb3-img-block > img {
    width: 120px;
  }
  .div2 {
    margin-top: 0;
  }
  .div2 > div:nth-child(2) {
    width: 100%;
  }
}
@media screen and (max-width: 720px) {
  /* FOOTER BLOCK THREE */
  .fb3-col-div {
    width: 80%;
  }
  .div2 {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 30px;
    display: -webkit-flex;
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 600px) {
  /*	NAV BLOCK ONE */
  .navbar-collapse {
    padding-top: 40px;
    padding-left: 0px;
  }
  .show {
    margin-bottom: 30px;
  }

  /*	SERVICE BLOCK 9	*/
  .sb9-sub-col1,
  .sb9-sub-col2 {
    padding: 30px 15px;
  }

  .sb19-row,
  .srb-row {
    width: 100%;
  }

  /*	Service Record Block */
  .tabcontent > div {
    margin-top: 30px;
    width: 100%;
    margin-bottom: 10px;
    display: -webkit-flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
  }
  .tabcontent > div > div {
    width: 100%;
    padding: 20px;
  }

  /*	FOOTER BLOCK ONE	*/
  .fb3-img-block {
    margin-right: 0px;
  }
}
@media screen and (max-width: 480px) {
  h1 {
    font-size: 35px;
  }
  h2 {
    font-size: 27px;
  }
  h4 {
    font-size: 20px;
  }
  h6 {
    font-size: 16px;
  }
  .text,
  .btn-text {
    font-size: calc(15px + 0.390625vw);
    font-weight: 400;
  }

  /*	NAV BLOCK ONE */
  .nbo-nav {
    display: -webkit-flex;
    justify-content: space-between;
  }
  .nbo-logo {
    width: 25%;
  }
  .col {
    width: 50%;
  }
  .nbo-icons {
    width: 25%;
  }

  /* SECTION BLOCK 9 */
  .sb5-row > .col-md-8 > div {
    display: -webkit-flex;
    justify-content: space-around;
    flex-direction: column;
    flex-wrap: wrap;
    height: 100%;
    width: 100%;
  }
  .sb5-row > .col-md-8 > div > div {
    width: 100%;
    height: 300px;
  }

  .tours-h6 {
    font-weight: 600;
  }

  .sb9-img-block {
    background-color: hsla(0, 0%, 100%, 1);
    backdrop-filter: blur(15px);
  }

  .director {
    color: #1a1a1a !important;
    margin-top: 7px;
    margin-bottom: 0;
    text-shadow: none;
  }

  /* SECTION BLOCK 19 */

  .acc-border {
    padding: 18px 0px;
  }

  /*	Service Record Block */
  .tabs {
    display: -webkit-flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    width: 70%;
  }
  .tabs {
    width: 100%;
  }
  .tablinks {
    width: 100%;
    margin-bottom: 20px;
  }

  /* FOOTER BLOCK THREE */
  .fb3-col-div {
    width: 80%;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: center;
  }
  .div2 > div:nth-child(2) {
    width: 70%;
  }
  .fb3-col-div > div:nth-child(2) {
    display: -webkit-flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 30px;
  }
  .txt-ctr {
    text-align: center;
  }
  .fb3-tel {
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 360px) {
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 25px;
  }
  h4 {
    font-size: 18px;
  }
  h6 {
    font-size: 14px;
  }
}
@media screen and (max-width: 320px) {
  /*	NAV BLOCK ONE */
  .nbo-logo {
    width: 35%;
  }
  .col {
    width: 35%;
  }
  .nbo-icons {
    width: 35%;
  }
  .nbo-logo > img {
    height: 25px;
  }
  .nav-link {
    font-size: 16px;
  }
}
