@import url("http://fonts.cdnfonts.com/css/roboto");

html * {
  font-family: "Roboto", sans-serif;
}

body {
  overflow-x: hidden;
}
.main-header {
  width: 100%;
  height: 80vh;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
}


/* 
---------------------------------------------
banner
--------------------------------------------- 
*/

.swiper-container {
  height: calc(100vh - 0px);
  margin: 0px;
}

.swiper-slide {
  overflow: hidden;
}

.slide-inner {
  position: absolute;
  width: 100%;
  height: 91%;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center;
}

.swiper-slide-active h2 {
  animation: fadeInLeft .8s;
  -webkit-animation-delay: 1s;
  animation-delay: .3s;
  opacity: 1;
}

.swiper-slide-active p {
  animation: fadeInRight .8s;
  -webkit-animation-delay: 1s;
  animation-delay: .3s;
  opacity: 1;
}

.swiper-slide-active .div-dec {
  animation: fadeIn .8s;
  -webkit-animation-delay: 1s;
  animation-delay: .3s;
  opacity: 1;
}

.swiper-slide-active .buttons .green-button,
.swiper-slide-active .buttons .orange-button {
  animation: fadeInUp .8s;
  -webkit-animation-delay: 1s;
  animation-delay: .3s;
  opacity: 1;
}

.slide-inner .header-text {
  position: absolute;
  width: 50%;
  top: 25%;
  text-transform: uppercase;
  transform: translateY(-50%);
}
@media (max-width: 1200px) {
  .slide-inner .header-text {
    position: absolute;
    width: 87%;
    top: 11%;
    transform: translateY(-50%);
  }
}
.slide-inner .header-text h2 {
  position: relative;
  z-index: 2;
  font-size: 40px;
  color: #fff;
  font-weight: 700;
  opacity: 1;
  visibility: visible;
  line-height: 70px;
  margin-bottom: 40px;
}

.slide-inner .header-text .div-dec {
  width: 80px;
  height: 6px;
  border-radius: 3px;
  background-color: #fff;
  margin-bottom: 40px;
  opacity: 1;
  visibility: visible;
}
.slide-inner .header-text h2 em {
  font-style: normal;
  color: #ffb703;
}

.slide-inner .header-text .buttons {
  display: inline;
  opacity: 1;
  visibility: visible;
}

.slide-inner .header-text .buttons .green-button {
  display: inline;
  float: left;
  margin-right: 20px;
}

.swiper-button-next, .swiper-button-prev {
  color: #fff !important;
}

.green-button a {
  font-size: 14px;
  color: #fff;
  background-color: #2d809f;
  padding: 12px 30px;
  display: inline-block;
  border-radius: 5px;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  transition: all .3s;
}

.green-button a:hover {
  opacity: 0.9;
}

.orange-button a {
  font-size: 14px;
  color: #fff;
  background-color: #ffb703;
  padding: 12px 30px;
  display: inline-block;
  border-radius: 5px;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  transition: all .3s;
}

.orange-button a:hover {
  opacity: 0.9;
}

.centerd {
  position: absolute !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.content-box h1 {
  font-size: 30px;
  font-weight: bolder;
  color: white;
  margin-top: 54px;
}
.content-box p {
  font-size: 22px;
  font-weight: 600;
  color: white;
  font-style: normal;
  line-height: 1.6;
}

/* 4boxes */
.srvice {
  padding: 60px;
  overflow-x: hidden;
}
.bg-services {
  background-size: cover;
  background-repeat: no-repeat;
}
/* box1  */
.features-icon1 {
  position: relative;
  width: 50px;
  height: 50px;
  left: 0;
  right: 0;
  top: 7.86%;
  bottom: 7.86%;
  border: none;
  margin-top: 23px;
}
.card-title1 {
  font-size: 18px;
  color: #47c08b;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
}
.card-text1 {
  font-size: 17px;
  font-family: Roboto, sans-serif;
  line-height: 26.24px;
  text-align: center;
  font-style: normal;
  color: #4f4f4f;
  text-transform: capitalize;
  font-weight: 400;
}
/* box2 */
.features-icon2 {
  position: relative;
  width: 50px;
  height: 50px;
  left: 0;
  right: 0;
  top: 7.86%;
  bottom: 7.86%;
  border: none;
  margin-top: 23px;
}
.card-title2 {
  font-size: 18px;
  color: #445f79;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
}
.card-text2 {
  font-size: 17px;
  font-family: Roboto, sans-serif;
  line-height: 26.24px;
  text-align: center;
  font-style: normal;
  color: #4f4f4f;
  text-transform: capitalize;
  font-weight: 400;
}
/* box3 */
.features-icon3 {
  position: relative;
  width: 50px;
  height: 50px;
  left: 0;
  right: 0;
  top: 7.86%;
  bottom: 7.86%;
  border: none;
  margin-top: 23px;
}
.card-title3 {
  font-size: 18px;
  color: #1e98d7;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
}
.card-text3 {
  font-size: 17px;
  font-family: Roboto, sans-serif;
  line-height: 26.24px;
  text-align: center;
  font-style: normal;
  color: #4f4f4f;
  text-transform: capitalize;
  font-weight: 400;
}
/* box4 */
.features-icon4 {
  position: relative;
  width: 50px;
  height: 50px;
  left: 0;
  right: 0;
  top: 7.86%;
  bottom: 7.86%;
  border: none;
  margin-top: 23px;
}
.card-title4 {
  font-size: 18px;
  color: #de6262;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
}
.card-text4 {
  font-size: 14px;
  font-family: Roboto, sans-serif;
  line-height: 26.24px;
  text-align: center;
  font-style: normal;
  color: #4f4f4f;
  text-transform: capitalize;
  font-weight: 400;
}

/* btn work with us */
.btn {
  color: #8c8b97;
  cursor: pointer;
  position: relative;
  padding: 10px 20px;
  font-size: 28px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  transition: all 1s;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 19), 0 6px 6px rgba(0, 0, 0, 0.23);
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
}
.btn::after,
.btn::before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  border: 0px solid #fff;
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
}
.btn::after {
  top: -1px;
  left: -1px;
  border-top: 5px solid #62cebe;
  border-left: 5px solid #62cebe;
}
.btn::before {
  bottom: -1px;
  right: -1px;
  border-bottom: 5px solid #e3860e;
  border-right: 5px solid #e3860e;
}
.btn:hover {
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.btn:hover::before,
.btn:hover::after {
  width: 101%;
  height: 101%;
}
.data-container {
  background: #fff;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* btn read more */
.btn1 {
  color: #8c8b97;
  cursor: pointer;
  position: relative;
  padding: 10px 20px;
  font-size: 18px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  transition: all 1s;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 19), 0 6px 6px rgba(0, 0, 0, 0.23);
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
}
.btn1::after,
.btn1::before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  border: 0px solid #fff;
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
}
.btn1::after {
  top: -1px;
  left: -1px;
  border-top: 5px solid #fd8369;
  border-left: 5px solid #fd8369;
}
.btn1::before {
  bottom: -1px;
  right: -1px;
  border-bottom: 5px solid #74d5de;
  border-right: 5px solid #74d5de;
}
.btn1:hover {
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.btn1:hover::before,
.btn1:hover::after {
  width: 102%;
  height: 102%;
}
.data-container {
  background: #fff;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*---------------------------------------
  Work section              
-----------------------------------------*/
#work .work-thumb {
  border-radius: 5px;
  margin-bottom: 15px;
  padding: 0;
  overflow: hidden;
  position: relative;
  top: 0;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
#work .work-thumb img {
  border-radius: 5px;
  cursor: pointer;
  width: 100%;
  height: 300px;
}
/***** Somework *****/
figure.effect-Somework {
  background: #0c4d5d;
}

figure.effect-Somework img {
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

figure.effect-Somework p {
  /* display: inline-block; */
  margin: 0 0 0.25em;
  padding: 0.4em 1em;
  background: rgba(255, 255, 255, 0.9);
  color: #ff9000;
  text-transform: none;
  font-weight: 500;
  font-size: 15px;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-360px, 0, 0);
  transform: translate3d(-360px, 0, 0);
}

figure.effect-Somework p:first-child {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

figure.effect-Somework p:nth-of-type(2) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

figure.effect-Somework p:nth-of-type(3) {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

figure.effect-Somework:hover p:first-child {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

figure.effect-Somework:hover p:nth-of-type(2) {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

figure.effect-Somework:hover p:nth-of-type(3) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

figure.effect-Somework:hover img {
  opacity: 0.4;
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}

figure.effect-Somework:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
}
.viewmore {
  color: #fff;
}
/*  */
.btn2 {
  color: #ffffff;
  cursor: pointer;
  position: relative;
  padding: 10px 20px;
  font-size: 18px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  transition: all 1s;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 19), 0 6px 6px rgba(0, 0, 0, 0.23);
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
}
.btn2::after,
.btn2::before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  border: 0px solid #fff;
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
}
.btn2::after {
  top: -1px;
  left: -1px;
  border-top: 5px solid #ffffff;
  border-left: 5px solid #ffffff;
}
.btn2::before {
  bottom: -1px;
  right: -1px;
  border-bottom: 5px solid #ffffff;
  border-right: 5px solid #ffffff;
}
.btn2:hover {
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.btn2:hover::before,
.btn2:hover::after {
  width: 101%;
  height: 101%;
}

/* our clients */
.clients {
  margin-bottom: 80px;
}
.clients_box .owl-carousel {
  padding: 0 24px;
}
.clients_box .item {
  display: flex;
  justify-content: space-around;
  min-height: 80px;
}
.clients_box .item img {
  height: 80px;
  max-width: 100%;
  object-fit: cover;
}
.main-section-title {
  color: #f5a425;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 48px;
}
.main-section-title--inner {
  font-size: 21px;
  font-weight: 600;
  text-align: left;
  margin-bottom: 20px;
  color: #f5a425;
  text-transform: capitalize;
}
/* what do I do */
.Gts-services_box--item {
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 48px 24px;
  height: 337px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.Gts-services_box--item:hover {
  transform: scale(1.1);
  box-shadow: 0 1px 15px rgba(31, 49, 68, 0.1);
}
.Gts-services_box--item img {
  height: 70px;
  margin-bottom: 15px;
}
.Gts-services_box--item h3 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 24px;
  font-family: "Roboto";
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}
.Gts-services_box--item p {
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.6;
}
.Gts-services_box--item-1 {
  background-color: #445f79;
  height: 337px;
}
.Gts-services_box--item-1 h3 {
  color: #fffab8;
  font-size: 19px;
}
.Gts-services_box--item-2 {
  background-color: #233438;
  height: 337px;
}
.Gts-services_box--item-2 h3 {
  color: #fffab8;
  font-size: 19px;
}
.Gts-services_box--item-3 {
  background-color: #0c4d5d;
}
.Gts-services_box--item-3 h3 {
  font-size: 19px;
  color: #fffab8;
}
.Gts-services_box--item-4 {
  background-color: #332f2ad2;
}
.Gts-services_box--item-4 h3 {
  font-size: 19px;
  color: #fffab8;
}
/* about section */
.about {
  position: relative;
}
.about-bg {
  width: 100%;
  height: 500px;
  position: absolute;
  background-color: #00151c;
  top: 50%;
  left: 0;
  z-index: -1;
  transform: translate(0, -50%);
}
.about_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about_box--img img {
  height: 600px;
}
.about_box--content {
  color: #fff !important;
  width: 40%;
}
.about_box--content h2 {
  text-align: left !important;
  color: #fff;
  margin-bottom: 24px;
}
.about_box--content p {
  font-size: 14px;
  margin-bottom: 24px;
  line-height: 1.6;
}
/* Section 4 about us */
.lead {
  color: #fffab8;
}
.tm-tag-line-title {
  font-size: 30px;
  padding: 5px;
  color: #fff;
  position: relative;
  font-weight: 600;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  text-transform: uppercase;
}
/* services section */
.services {
  margin-bottom: 96px;
}
.services h2 {
  margin-bottom: 35px;
}
.services_heading {
  margin-bottom: 75px;
}
.services_item {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  padding: 0 80px;
}
.services_item:not(:last-child) {
  margin-bottom: 60px;
}
.services_item--content p {
  margin-bottom: 24px;
  font-size: 14px;
  color: #242424;
  line-height: 1.6;
  font-weight: 400;
  width: 50%;
}
.services_item--img {
  height: 430px;
}
.services_item.right {
  flex-direction: row-reverse;
}
.services_item.right .services_item--img {
  margin-right: 150px;
}

/*events  */
.events {
  margin-bottom: 96px;
}
.events_box {
  padding: 0 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.events_box--content {
  max-width: 40%;
}
.events_box--content--date {
  font-size: 14px;
  color: #64cebe;
  font-weight: 600;
  margin-bottom: 3px;
}
.events_box--content p {
  margin-bottom: 24px;
}
.events_box--content--sponsors {
  margin-bottom: 24px;
}
.events_box--content--sponsors h3 {
  font-size: 18px;
  margin-bottom: 12px;
  font-weight: 500;
  color: #242424;
  text-transform: capitalize;
}
.events_box--content--sponsors img {
  height: 78px;
}
.events_box--content--cta a:not(:last-child) {
  margin-right: 24px;
  text-decoration: none;
}
.events_box--img img {
  width: 524px;
}
.events_history h3 {
  color: #1f3144;
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 55px;
}
.events_history--cards {
  display: flex;
  justify-content: space-between;
}
.events_history--cards-card:not(:last-child) {
  margin-right: 24px;
}
.events_history--cards-card img {
  height: 325px;
}
.events_history--cards-card h4 {
  font-size: 16px;
  font-weight: 600;
  color: #242424;
  text-transform: capitalize;
  margin-bottom: 12px;
}
.events_history--cards-card span {
  display: block;
  color: #445f79;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 12px;
}
/* main btn */
.main-btn {
  padding: 12px 36px;
  background-image: linear-gradient(
    87.87deg,
    #62cebe 0%,
    #5fcdbf 0.01%,
    #7dd6ba 100%
  );
  color: #fff !important;
  font-weight: 500;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 4px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}
.main-btn:hover {
  transform: translateY(-10px);
}
.main-btn:active {
  transform: translateY(-5px);
}

/* main btn */
.main-btn2 {
  padding: 12px 36px;
  background-image: linear-gradient(
    87.87deg,
    #ff9000 0%,
    #ff9000 0.01%,
    #ff9000 100%
  );
  color: #fff !important;
  font-weight: 500;
  font-size: 18px;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 4px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}
.main-btn2:hover {
  transform: translateY(-10px);
}
.main-btn2:active {
  transform: translateY(-5px);
}
/* blog */
.blog {
  margin-bottom: 96px;
}
.blog_heading {
  margin-bottom: 48px;
}
.blog_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 80px;
}
.blog_box--content {
  flex: 0 0 40%;
}
.blog_box--content-heading {
  margin-bottom: 24px;
}
.blog_box--content-features {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}
.blog_box--content-features-item img {
  height: 48px;
  margin-bottom: 12px;
}
.blog_box--content-features-item h4 {
  font-size: 18px;
  font-weight: 500;
  color: #445f79;
  margin: 0;
}
.blog_box--content-cta a {
  margin-bottom: 12px;
  text-decoration: none;
}
.blog_box--content-cta p {
  font-size: 14px;
  font-weight: 600;
  color: #1f3144;
}

/* company stage */
.scroll-bg {
  width: 400px;
  margin: 10% auto;
  background: #54b898;
  padding: 30px;
  border-radius: 50px;
}
.scroll-div {
  width: 360px;
  background: #54b898;
}
.scroll-object {
  color: #fff;
  font-size: 15px;
  padding: 20px;
}
.scroll-bg1 {
  width: 400px;
  margin: 22% auto;
  background: #f2f2f2;
  padding: 30px;
  border-radius: 50px;
}
.scroll-div1 {
  width: 350px;
  background: #f2f2f2;
}
.scroll-object1 {
  color: #242424;
  font-size: 15px;
  padding: 20px;
}
/* timeline */
.timeline {
  width: 800px;
  height: 20px;
  list-style: none;
  text-align: justify;
  margin: 80px auto;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 45%,
    rgba(82, 216, 210) 51%,
    rgba(255, 255, 255, 0) 57%,
    rgba(255, 255, 255, 0) 100%
  );
}

.timeline:after {
  display: inline-block;
  content: "";
  width: 100%;
}

.timeline li {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #f2bb13;
  text-align: center;
  line-height: 1.2;
  position: relative;
  border-radius: 50%;
}

.timeline li:before {
  display: inline-block;
  content: attr(data-year);
  font-size: 26px;
  position: absolute;
  left: 50%;
  color: #053439;
  transform: translateX(-50%);
}

.timeline li:nth-child(odd):before {
  top: -40px;
}
.timeline li:nth-child(even):before {
  bottom: -40px;
}

.timeline li:after {
  display: inline-block;
  content: attr(data-text);
  font-size: 16px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.timeline li:nth-child(odd):after {
  bottom: 0;
  margin-bottom: -10px;
  transform: translate(-50%, 100%);
}
.timeline li:nth-child(even):after {
  top: 0;
  margin-top: -10px;
  transform: translate(-50%, -100%);
}

/* project loop img*/
.products-box .item {
  padding: 28px;
  width: 400px;
  height: 370px;
}
.products-box .item .card {
  border: none;
  background: #ffffff;
  box-shadow: 0px 16px 28px rgba(5, 91, 49, 0.05);
  border-radius: 8px;
}
.products-box .item .card .card-text {
  font-size: 14px;
}
#video-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}

#video-container video,
.video-overlay {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 99%;
  background-color: #5eadc169;
}

#video-container .video-overlay {
  z-index: 9999;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
}

#video-container .video-content {
  z-index: 99999;
  position: absolute;
  height: 100%;
  width: 100%;
}

#video-container .video-content .inner {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column wrap;
}

#video-container .video-content .inner h1 {
  font-size: 64px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 2px;
  font-weight: 500;
  text-align: center;
}

#video-container .video-content .inner em {
  font-style: normal;
  font-weight: 200;
}

#video-container .video-content .inner p {
  color: #fff;
  font-size: 22px;
  font-weight: 200;
  letter-spacing: 1.5px;
  text-align: center;
  padding: 0px 30px;
}

#video-container .video-content .inner a {
  color: #fff;
  text-decoration: underline;
}

#video-container .video-content .inner .scroll-icon {
  margin-top: 45px;
}

/* -------------------------------------------------------------------------------------------- */

#tm-video-loader {
  border: 5px solid #f3f3f3;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
  border-top: 5px solid #555;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.tm-video-container {
  position: relative;
  max-width: 1280px;
  max-height: 640px;
  overflow-y: hidden;
}

.tm-video-text {
  display: inline-block;
}

.tm-welcome-video {
  max-width: 100%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  background-color: black;
  background-size: cover;
  transition: 1s opacity;
}

.tm-video-text-overlay {
  position: absolute;
  left: 60%;
  bottom: 30px;
}
.tm-video-text-overlay h1 {
  font-size: 3.4rem;
}
.tm-welcome-text {
  margin-bottom: 45px;
  font-size: 2.2rem;
}

.tm-font-400 {
  font-weight: 700;
}

.tm-text-light-gray {
  color: #cdcdcd;
}

.tm-text-gray {
  color: #cccccc;
}

.tm-text-white {
  color: #ffffff;
}

a.tm-text-white:hover,
a.tm-text-white:focus {
  color: #ffffff;
}

.tm-text-green {
  color: #99cc66;
}

.tm-text-cyan {
  color: #33cccc;
}

.tm-text-yellow {
  color: #ffff66;
}

.tm-text-orange {
  color: #111d27;
}

.tm-bg-dark {
  background-color: #0c4d5d;
}

.tm-bg-dark-light {
  background-color: #445f79;
}

hr {
  border-color: #666666;
  max-width: 100%;
}

.tm-timeline-item {
  margin-left: 70px;
  cursor: pointer;
}

.tm-timeline-item-inner {
  display: flex;
  align-items: center;
}

.tm-img-timeline {
  width: 160px;
  height: 160px;
  display: inline-block;
  vertical-align: middle;
}

.tm-timeline-connector {
  width: 55px;
  height: 3px;
  background-color: #404040;
}

.tm-timeline-connector-vertical {
  height: 60px;
  width: 3px;
  background-color: #404040;
  margin-left: 260px;
}

.tm-timeline-description {
  display: inline-block;
  vertical-align: middle;
  border-radius: 20px;
  padding: 35px 40px;
  max-width: 712px;
}

.tm-section-mb {
  margin-bottom: 85px;
}

.tm-section-mt {
  margin-top: 85px;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1310px;
  }
  .tm-container-2 {
    max-width: 1170px;
  }
}

@media (max-width: 1100px) {
  .card1 {
    height: 351px !important;
  }
  .card2 {
    height: 351px !important;
  }
  .card3 {
    height: 351px !important;
  }
}


@media (max-width: 1199px) {
  .tm-video-container {
    max-width: 932px;
    max-height: 466px;
  }
  .tm-video-text-overlay {
    left: 60%;
  }
}

@media (max-width: 991px) {
  #google-map,
  .tm-contact-form {
    max-width: 100%;
  }
  .google-map-iframe {
    width: 100%;
  }
  .tm-video-container {
    max-width: 690px;
    max-height: 345px;
  }
  .tm-video-text-overlay {
    left: 45%;
  }
  .tm-video-text-overlay h1 {
    font-size: 2.8rem;
  }
  .tm-timeline-item {
    margin-left: 25px;
  }
}

@media (max-width: 767px) {
  .tm-timeline-item {
    margin-left: 0;
  }
  .tm-video-container {
    max-width: 510px;
    max-height: 255px;
  }
  .tm-video-container,
  .tm-welcome-video {
    min-height: 220px;
  }
  .tm-video-text-overlay {
    left: 25%;
  }
}

@media (max-width: 584px) {
  .tm-timeline-item-inner {
    flex-direction: column;
  }
  .tm-timeline-connector {
    width: 3px;
    height: 55px;
  }
  .tm-timeline-connector-vertical {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 575px) {
  .container {
    max-width: 540px;
  }
  .tm-video-text-overlay {
    left: 30%;
  }
  .tm-video-text-overlay h1 {
    font-size: 1.8rem;
  }
}

@media (max-width: 480px) {
  .tm-video-container {
    overflow-x: hidden;
  }
  .tm-welcome-video {
    min-width: auto;
    max-width: 125%;
  }
}
/* animate about us */
.cont {
  position: fixed;
  left: 51%;
  transform: translate(-50%, -50%);
  display: flex;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.cont span {
  width: 9px;
  height: 20px;
  margin: 13px;
  background: none;
  color: #ff9000;
  opacity: 1;
  animation: anim 2.1s infinite ease-in-out;
  -webkit-animation: anim 2.1s infinite ease-in-out;
}
.cont span:nth-child(1) {
  animation-delay: 1s;
  margin-left: -90px;
  margin-top: -94px;
}

.cont span:nth-child(2) {
  animation-delay: 2s;
  margin-left: 9px;
  margin-top: -91px;
}

.cont span:nth-child(3) {
  animation-delay: 3s;
  margin-left: 2px;
  margin-top: -94px;
}
@keyframes anim {
  0% {
    transform: scale(0);
    opacity: 0.5;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
  }
  50% {
    transform: scale(1.4);
    opacity: 1;
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4);
  }
  100% {
    transform: scale(0);
    opacity: 0.5;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
  }
}
/* animate */
.my-element {
  display: inline-block;
  margin: 0 0.5rem;
  animation: backInUp;
  animation-duration: 10s;

  -webkit-animation: backInUp;
}
.animate__animated.animate__backInUp {
  --animate-duration: 2s;
}

:root {
  --animate-duration: 800ms;
  --animate-delay: 0.9s;
}

/* preloader */
.preloader-inner {
  font-family: sans-serif;
  height: 100vh;
  width: 100px;
  height: 100px;
  border: 2px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.preloader-inner:nth-child(1) {
  animation: anim1 3s linear infinite;
  -webkit-animation: anim1 3s linear infinite;
}
.preloader-inner:nth-child(2) {
  animation: anim2 3s linear infinite;
}

@keyframes anim1 {
  100% {
    transform: translate(-50%, -50%) rotate(-359deg);
  }
}
@keyframes anim2 {
  100% {
    transform: translate(-50%, -50%) rotate(359deg);
  }
}

.preloader-inner #loader-wrapper .preloader-inner {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.preloader-inner #preloader-inner {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.preloader-inner #loader-wrapper {
  visibility: hidden;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);

  -webkit-transition: all 0.3s 1s ease-out;
  transition: all 0.3s 1s ease-out;
}
.no-js #loader-wrapper {
  display: none;
}
.no-js h1 {
  color: #222222;
}

.js-preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #233438;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  opacity: 1;
  visibility: visible;
  z-index: 9999;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.js-preloader.loaded {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

@-webkit-keyframes dot {
  50% {
    -webkit-transform: translateX(96px);
    transform: translateX(96px);
  }
}

@keyframes dot {
  50% {
    -webkit-transform: translateX(96px);
    transform: translateX(96px);
  }
}

@-webkit-keyframes dots {
  50% {
    -webkit-transform: translateX(-31px);
    transform: translateX(-31px);
  }
}

@keyframes dots {
  50% {
    -webkit-transform: translateX(-31px);
    transform: translateX(-31px);
  }
}

/* scrollUp */
#scrollUp,
#back-top {
  background: #ff9000;
  height: 50px;
  width: 50px;
  right: 31px;
  bottom: 18px;
  position: fixed;
  z-index: 10;
  color: #fff;
  font-size: 20px;
  text-align: center;
  border-radius: 50%;
  line-height: 48px;
  border: 2px solid transparent;
  box-shadow: 0 0 10px 3px rgba(108, 98, 98, 0.2);
}
@media (max-width: 575px) {
  #scrollUp,
  #back-top {
    right: 16px;
  }
}
#scrollUp a i,
#back-top a i {
  display: block;
  line-height: 50px;
}
#scrollUp:hover {
  color: #fff;
}
h1 {
  font-family: "Exo 2", sans-serif;
}
h2 {
  font-family: "Exo 2", sans-serif;
}
h3 {
  font-family: "Exo 2", sans-serif;
}
h4 {
  font-family: "Exo 2", sans-serif;
}
h5 {
  font-family: "Exo 2", sans-serif;
}
h6 {
  font-family: "Exo 2", sans-serif;
}
p {
  font-family: "Lato", sans-serif;
}

.py-3 {
  text-align: center;
}
@media (max-width: 1199px) {
  .social {
    display: none;
  }
}
@media (max-width: 990px) {
  .features {
    display: none;
  }
}
@media (max-width: 400px) {
  .content-box h1 {
    font-size: 23px;
    margin-top: 115px;
    color: rgb(255, 255, 255);
  }
}
@media (max-width: 400px) {
  .content-box p {
    font-size: 23px;
    font-family: "Cairo", sans-serif;
    font-weight: 500;
    color: white;
    font-style: normal;
    line-height: 1.6;
  }
}

html * {
  font-family: "Roboto", sans-serif;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -o-user-select: none;
}

.fh5co-cta {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  position: relative;
}
/* @media screen and (max-width: 768px) {
  .fh5co-cta {
    padding: 3em 0;
  }
} */
@media screen and (max-width: 768px) {
  #fh5co-footer {
    padding: 3em 0;
  }
}

h2.tm-text-primary.mb-4.tm-section-title {
  font-size: 16px;
  font-family: 'Roboto';
  font-weight: 600;
  text-transform: uppercase;
}

.gts-text{
  font-size: 16px;
  font-family: 'Roboto';
  font-weight: 600;
  text-transform: uppercase;
  color:#145f7a;
}
p#copyright {
  color: #fff;
  font-weight: 600;
    font-family: roboto;
    text-transform: uppercase;
    font-size: 12px !important;
}
@media (max-width: 1100px) {
  .card-body {
   margin-top: 22px;
  }
}
@media (max-width:465px) {
  .slide-inner .header-text h2 {
    position: relative;
    z-index: 2;
    font-size: 27px;
    color: #fff;
    font-weight: 700;
    opacity: 1;
    visibility: visible;
    line-height: 40px;
    margin-bottom: 40px;
    margin-top: 26px;
}}

/* 
---------------------------------------------
Page contact Heading
--------------------------------------------- 
*/

header { width: 100%; position: fixed; height: 70px; z-index: 9; background: #2d809f;}
header.smaller {height: 40px; transition: all 0.3s; background: #829397;}
@media (max-width:1920px) {
  header.smaller {
    height: 70px;
     transition: all 0.3s;
      background: #145f7a;
    }
  }
@media (max-width: 500px) {
  .page-heading {
    padding: 30%;
  }
}
.page-heading .top-text {
  text-align: left;
}
.single-info{
  margin-top: 16px;
}
.fas{
  color: #ffb703; 
  font-size: 30px;
}
.page-heading .top-text h6 {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
}

.page-heading .top-text h2 {
  color: #fff;
  line-height: 70px;
  font-size: 45px;
  font-weight: 800;
  text-transform: capitalize;
  margin-top: 15px;
}

/* main btn */
.main-btn2 {
  padding: 6px 34px;
  background-image: linear-gradient(
    87.87deg,
    #c6def1 0%,
    #c6def1 0.01%,
    #c6def1 100%
  );
  color: #145f7a !important;
  font-weight: 500;
  font-size: 18px;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 4px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}
.main-btn2:hover {
  transform: translateY(-10px);
}
.main-btn2:active {
  transform: translateY(-5px);
}
/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}
.grid-sizer,
.grid-item {
  width: 50%;
}
.grid-item {
  float: left;
}
.grid-item img {
  display: block;
  max-width: 100%;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix {
  display: inline-block;
}
html[xmlns] .clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}
ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

* {
  box-sizing: border-box;
}
html, body {
  font-weight: 400;
  background-color: #fff;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a {
  text-decoration: none !important;
}

ul {
  margin-bottom: 0px;
}

img {
  margin-bottom: -3px;
  overflow: hidden;
}

/* 
---------------------------------------------
preloader
--------------------------------------------- 
*/

/* preloader */
.preloader-inner{
  height: 100vh;
  width: 100px;
  height: 100px;
  border: 2px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50% , -50%);
}
.preloader-inner:nth-child(1){
animation: anim1 3s linear infinite;
-webkit-animation: anim1 3s linear infinite;
}
.preloader-inner:nth-child(2){
animation: anim2 3s linear infinite;
}

@keyframes anim1{
100%{
  transform: translate(-50% , -50%) rotate(-359deg);
}
}
@keyframes anim2{
100%{
  transform: translate(-50% , -50%) rotate(359deg);
}
}

.preloader-inner #loader-wrapper .preloader-inner {
    -webkit-transform: translateX(-100%); 
        -ms-transform: translateX(-100%);  
            transform: translateX(-100%);  
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
            transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.preloader-inner #preloader-inner {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;  
            transition: all 0.3s ease-out;
}
.preloader-inner #loader-wrapper {
    visibility: hidden;
    -webkit-transform: translateY(-100%);  
        -ms-transform: translateY(-100%);  
            transform: translateY(-100%);  

    -webkit-transition: all 0.3s 1s ease-out;  
            transition: all 0.3s 1s ease-out;
}
.no-js #loader-wrapper {
    display: none;
}
.no-js h1 {
    color: #222222;
}
.js-preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #233438;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  opacity: 1;
  visibility: visible;
  z-index: 9999;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.js-preloader.loaded {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

@-webkit-keyframes dot {
  50% {
      -webkit-transform: translateX(96px);
      transform: translateX(96px);
  }
}

@keyframes dot {
  50% {
      -webkit-transform: translateX(96px);
      transform: translateX(96px);
  }
}

@-webkit-keyframes dots {
  50% {
      -webkit-transform: translateX(-31px);
      transform: translateX(-31px);
  }
}

@keyframes dots {
  50% {
      -webkit-transform: translateX(-31px);
      transform: translateX(-31px);
  }
}

/* scrollUp */
#scrollUp,
#back-top {
  background: #ffb703;
  height: 50px;
  width: 50px;
  right: 31px;
  bottom: 18px;
  position: fixed;
  z-index: 10;
  color: #fff;
  font-size: 20px;
  text-align: center;
  border-radius: 50%;
  line-height: 48px;
  border: 2px solid transparent;
  box-shadow: 0 0 10px 3px rgba(108, 98, 98, 0.2);
}
@media (max-width: 575px) {
  #scrollUp,
  #back-top {
    right: 16px;
  }
}
#scrollUp a i,
#back-top a i {
  display: block;
  line-height: 50px;
}
#scrollUp:hover {
  color: #fff;
}
/* social */
.social-icons a {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  margin: 20px 10px;
  border-radius: 50%;
  text-decoration: none;
}
.social-icons {
  display: flex;
}
.social-icons i,
.social i {
  color: #145f7a;
}
.social-icons a:hover {
  background-color: #145f7a;
  box-shadow: 2px 2px 12px rgba(72, 130, 134);
  transition: all ease 0.5s;
}
.social-icons a:hover i,
.social a:hover i {
  color: #ffffff;
  transition: all ease 0.5s;
}
.social {
  position: fixed;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  z-index: 1500;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

/* side sticky */
.social a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin: 0px;
  padding: 0px;
  line-height: 0px;
  background-color: #ffffff;
  border: 1px solid #454545;
  box-shadow: 2px 2px 12px #454545;
  text-decoration: none;
}
.social a:hover {
  background-color: #145f7a;
  transition: all ease 0.5s;
}
.social i {
  font-size: 20px;
  color: #145f7a;
}

@media (max-width: 775px) {
  .social {
    display: none;
  }
}

/* Footer */
footer{
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
footer {
  display: block;
}

/* footer */
.page-footer {
  position: relative;
  display: block;
  margin-top: 112px;
  padding-top: 80px;
  padding-bottom: 16px;
  background-color: #0d4e66;
  color: #fff;
}

.page-footer h5 {
  font-weight: 500;
  margin-bottom: 16px;
}

.page-footer hr {
  border-color: #4f5e5b;
}

.footer-menu {
  position: relative;
  list-style: none;
  padding-left: 0;
}

.footer-menu a,
.footer-link {
  display: inline-block;
  padding-top: 6px;
  padding-bottom: 6px;
  color: rgba(255, 255, 255, 0.6);
  transition: all 0.2s ease;
}

.footer-menu a:hover,
.footer-link:hover {
  text-decoration: none;
  color: #fff;
}
.footer-link {
  padding: 0;
  margin-bottom: 16px;
}
.py-3 {
  text-align: center;
}
.contact-title {
  font-size: 27px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #145f7a;
   margin-top: 50px;
}
.form-contact label {
  font-size: 14px;
}
.form-contact .form-group {
  margin-bottom: 30px;
  margin-top: 30px;
}
.form-contact .form-control {
  border: 1px solid #0d4e66;
  border-radius: 10px;
  height: 48px;
  padding-left: 18px;
  font-size: 13px;
  background: transparent;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.form-contact .form-control:focus {
  outline: 0;
  box-shadow: none;
}
.form-contact .form-control::placeholder {
  font-weight: 300;
  color: #264653;
}
.form-contact textarea {
  border-radius: 0px;
  height: 100% !important;
}
.modal-message .modal-dialog {
  position: absolute;
  top: 36%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) !important;
  margin: 0px;
  max-width: 500px;
  width: 100%;
}
.modal-message .modal-dialog .modal-content .modal-header {
  text-align: center;
  display: block;
  border-bottom: none;
  padding-top: 50px;
  padding-bottom: 50px;
}
.modal-message .modal-dialog .modal-content .modal-header .close {
  position: absolute;
  right: -15px;
  top: -15px;
  padding: 0px;
  color: #fff;
  opacity: 1;
  cursor: pointer;
}
.modal-message .modal-dialog .modal-content .modal-header h2 {
  display: block;
  text-align: center;
  padding-bottom: 10px;
}
.modal-message .modal-dialog .modal-content .modal-header p {
  display: block;
}
.contact-section {
  padding: 130px 0 100px;
  margin-bottom: -138px;
   margin-top: -90px;
}
@media (max-width: 991px) {
  .contact-section {
    padding: 70px 0 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .contact-section {
    padding: 80px 0 50px;
  }
}

.genric-btn {
  display: inline-block;
  outline: none;
  line-height: 40px;
  padding: 0 30px;
  font-size: 0.8em;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.genric-btn:focus {
  outline: none;
}
.genric-btn.e-large {
  padding: 0 40px;
  line-height: 50px;
}
.genric-btn.large {
  line-height: 45px;
}
.genric-btn.medium {
  line-height: 30px;
}
.genric-btn.small {
  line-height: 25px;
}
.genric-btn.radius {
  border-radius: 3px;
}
.genric-btn.circle {
  border-radius: 20px;
}

@media (max-width: 991px) {
  html,
  body {
    overflow-x: hidden;
  }
  .mobile-top-fix {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .mobile-bottom-fix {
    margin-bottom: 30px;
  }
  .mobile-bottom-fix-big {
    margin-bottom: 60px;
  }
}
.contact-form {
  display: block;
  max-width: 900px;
  margin: 15px auto;
}
.maps-container {
  position: relative;
  display: block;
  width: 100%;
  height: 350px;
  background-color: #e1ebe8;
}

#google-maps {
  width: 100%;
  height: 350px;
}

.custom-img-1 {
  width: auto;
  max-width: 390px;
}

.custom-index {
  z-index: 11;
}
.py-3 {
  text-align: center;
}

.our-info-area {
  background: #145f7a;
}
.our-info-area .single-info {
  display: flex;
  align-items: center;
}

.our-info-area .single-info .info-caption {
  padding-left: 20px;
}
.our-info-area .single-info .info-caption p {
  color: #ffffff;
  font-size: 15px;
  margin-bottom: 0;
}

.info-caption span a {
  text-decoration: none;
  color: #ffffff;
}
.our-info-area .single-info .info-caption span {
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 3px;
  display: block;
}
.our-info-area .single-info{
  margin-bottom: 24px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .our-info-area .single-info .info-caption span {
    font-size: 16px;
  }
}
.mapouter {
  position: relative;
  text-align: right;
  height: 800px;
  width: 600px;
}
.gmap_canvas {
  overflow: hidden;
  background: none !important;
  height: 350px;
  width: 100%;
}
.social-icons{
  display: inline-flex;
}

/* Lines of the Toggler */
.toggler-icon{
  width: 30px;
  height: 3px;
  background-color: #fffab8;
  display: block;
  transition: all 0.2s;
}

/* Adds Space between the lines */
.middle-bar{
  margin: 5px auto;
}
/* Navbar */

.navbar-dark .navbar-toggler {
  color: #2d809f !important;
  border-color: #2d809f !important;
}
.nav-link {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Roboto";
}

/* Navbar Active Underline */
.navbar-nav .active {
  border-bottom: #fffab8 solid 3px;
}

/* Navbar On Hover Underline */
.navbar-nav .nav-item:hover {
  border-bottom: #fffab8 solid 3px;
}
.navbar-color{
  background: #fffab8;
  width: 100%;
}
.navbar-dark .navbar-nav .nav-link{
  color: #ffffff;
}
/* Navbar Font Size */
.navbar-nav .nav-item {
  font-size: 1.1em;
}

@media (max-width: 1200px) {
  .logo1 {
    display: none;
  }
  .logo {
    margin-top: 5px;
    margin-left: 10px;
  }
  .navbar>.container, .navbar>.container-fluid, .navbar>.container-sm, .navbar>.container-md, .navbar>.container-lg, .navbar>.container-xl, .navbar>.container-xxl{
    background-color: #2d809f;
    margin-top: -8px;
}

.carousel-control-prev, .carousel-control-next{
  top: 87px;
}
.navbar-expand-lg .navbar-collapse{
  margin-top: 27px;
}
}
@media (max-width: 970px) {
  .logo1 {
    display: none;
  }
  .logo {
    margin-top: 0px;
    margin-left: 10px;
  }
}

/* State when navbar is opened (START) */
.navbar-toggler .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}

.navbar-toggler .middle-bar {
  opacity: 0;
  filter: alpha(opacity=0);
}

.navbar-toggler .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}
/* State when navbar is opened (END) */

/* State when navbar is collapsed (START) */
.navbar-toggler.collapsed .top-bar {
  transform: rotate(0);
}

.navbar-toggler.collapsed .middle-bar {
  opacity: 1;
  filter: alpha(opacity=100);
}

.navbar-toggler.collapsed .bottom-bar {
  transform: rotate(0);
}
.navbar-toggler.collapsed .toggler-icon {
  background-color: #ffffff;
}
.logo {
  width: 57px;
  margin-top: 0px;
}
.logo1 {
  width: 88px;
  margin-top: 10px;
  margin-left: -17px;
}

/*------------------------------------------------------------------
    1. Image in footer
-------------------------------------------------------------------*/

.fh5co-cta .overlay {
  background: rgba(0, 0, 0, 0.245);
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  position: absolute;
  z-index: 1;
}
.fh5co-cta .container {
  position: relative;
  z-index: 2;
}
.fh5co-cta {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  position: relative;
}
@media screen and (max-width: 768px) {
  .fh5co-cta {
    padding: 3em 0;
  }
}
@media screen and (max-width: 768px) {
  #fh5co-footer {
    padding: 3em 0;
  }
}

.inputbox {
  position: relative;
  /* width: 300px;
  height: 50px; */
  margin-bottom: 50px;
}
.inputbox input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border: 1px solid #0d4e66;
  outline: none;
  background: none;
  padding: 10px;
  border-radius: 10px;
  font-size: 1.2em;
}
.inputbox:last-child {
  margin-bottom: 0;
}
 .inputbox span {
  position: absolute;
  top: 14px;
  color: #264653;
  left: 20px;
  font-size: 1em;
  transition: 0.6s;
  font-family: sans-serif;
}
 .inputbox input:focus ~ span,
 .inputbox input:valid ~ span {
  transform: translateX(-13px) translateY(-35px);
  font-size: 1em;
}
/* ------------------------------------ */
/* Product page */
/* ------------------------------------ */

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .grid-item ---- */

.grid-sizer,
.grid-item {
  width: 50%;
}

.grid-item {
  float: left;
}

.grid-item img {
  display: block;
  max-width: 100%;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

.main-banner .top-text {
  text-align: center;
}
.main-banner .top-text h6 {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
}
.main-banner .top-text h2 {
  color: #fff;
  font-size: 50px;
  font-weight: 800;
  text-transform: capitalize;
  margin-top: 15px;
  margin-bottom: 45px;
}

/* preloader */
.preloader-inner{
  height: 100vh;
  width: 100px;
  height: 100px;
  border: 2px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50% , -50%);
}
.preloader-inner:nth-child(1){
animation: anim1 3s linear infinite;
-webkit-animation: anim1 3s linear infinite;
}
.preloader-inner:nth-child(2){
animation: anim2 3s linear infinite;
}

@keyframes anim1{
100%{
  transform: translate(-50% , -50%) rotate(-359deg);
}
}
@keyframes anim2{
100%{
  transform: translate(-50% , -50%) rotate(359deg);
}
}

.preloader-inner #loader-wrapper .preloader-inner {
    -webkit-transform: translateX(-100%); 
        -ms-transform: translateX(-100%);  
            transform: translateX(-100%);  
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
            transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.preloader-inner #preloader-inner {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;  
            transition: all 0.3s ease-out;
}
.preloader-inner #loader-wrapper {
    visibility: hidden;
    -webkit-transform: translateY(-100%);  
        -ms-transform: translateY(-100%);  
            transform: translateY(-100%);  

    -webkit-transition: all 0.3s 1s ease-out;  
            transition: all 0.3s 1s ease-out;
}
.no-js #loader-wrapper {
    display: none;
}
.no-js h1 {
    color: #222222;
}

.js-preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #233438;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  opacity: 1;
  visibility: visible;
  z-index: 9999;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.js-preloader.loaded {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

@-webkit-keyframes dot {
  50% {
      -webkit-transform: translateX(96px);
      transform: translateX(96px);
  }
}

@keyframes dot {
  50% {
      -webkit-transform: translateX(96px);
      transform: translateX(96px);
  }
}

@-webkit-keyframes dots {
  50% {
      -webkit-transform: translateX(-31px);
      transform: translateX(-31px);
  }
}

@keyframes dots {
  50% {
      -webkit-transform: translateX(-31px);
      transform: translateX(-31px);
  }
}
/* scrollUp */
#scrollUp,
#back-top {
  background: #ff9000;
  height: 50px;
  width: 50px;
  right: 31px;
  bottom: 18px;
  position: fixed;
  z-index: 10;
  color: #fff;
  font-size: 20px;
  text-align: center;
  border-radius: 50%;
  line-height: 48px;
  border: 2px solid transparent;
  box-shadow: 0 0 10px 3px rgba(108, 98, 98, 0.2);
}
@media (max-width: 575px) {
  #scrollUp,
  #back-top {
    right: 16px;
  }
}
#scrollUp a i,
#back-top a i {
  display: block;
  line-height: 50px;
}
#scrollUp:hover {
  color: #fff;
}

/* social */
.social-icons a {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  margin: 20px 10px;
  border-radius: 50%;
  text-decoration: none;
}
.social-icons {
  display: flex;
}
.social-icons i,
.social i {
  color: #145f7a;
}
.social-icons a:hover {
  background-color: #145f7a;
  box-shadow: 2px 2px 12px rgba(72, 130, 134);
  transition: all ease 0.5s;
}
.social-icons a:hover i,
.social a:hover i {
  color: #ffffff;
  transition: all ease 0.5s;
}
.social {
  position: fixed;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  z-index: 1500;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
/* side sticky */
.social a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin: 0px;
  padding: 0px;
  line-height: 0px;
  background-color: #ffffff;
  border: 1px solid #454545;
  box-shadow: 2px 2px 12px #454545;
  text-decoration: none;
}
.social a:hover {
  background-color: #145f7a;
  transition: all ease 0.5s;
}
.social i {
  font-size: 20px;
  color: #145f7a;
}

@media (max-width: 775px) {
  .social {
    display: none;
  }
}
.flaticon-platform:hover{
  color: #fff !important;
}
/* Footer */
footer{
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
footer {
  display: block;
}

/* footer */
.page-footer {
  position: relative;
  display: block;
  padding-top: 80px;
  padding-bottom: 16px;
  background-color: #0d4e66;
  color: #fff;
}

.page-footer h5 {
  font-weight: 500;
  margin-bottom: 16px;
}

.page-footer hr {
  border-color: #4f5e5b;
}

.footer-menu {
  position: relative;
  list-style: none;
  padding-left: 0;
}

.footer-menu a,
.footer-link {
  display: inline-block;
  padding-top: 6px;
  padding-bottom: 6px;
  color: rgba(255, 255, 255, 0.6);
  transition: all 0.2s ease;
}
.social-icons{
  display: inline-flex;
}
.footer-menu a:hover,
.footer-link:hover {
  text-decoration: none;
  color: #fff;
}
.footer-link {
  padding: 0;
  margin-bottom: 16px;
}
.py-3 {
  text-align: center;
}
.categories-area .single-cat {
  border: 1px solid #e1ebf7;
  border-radius: 6px;
  height: 340px;
  padding: 85px 22px;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  position: relative;
  z-index: 1;
}
@media (max-width: 575px) {
  .categories-area .single-cat {
    padding: 50px 22px;
  }
}
.categories-area .single-cat::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  background: #145f7a;
  transition: 0.6s;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
.categories-area .single-cat .cat-icon span {
  color: #145f7a;
  font-size: 48px;
  margin-bottom: 30px;
  display: block;
}
.categories-area .single-cat .cat-cap h5 > a {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 21px;
  display: block;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -ms-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .categories-area .single-cat .cat-cap h5 > a {
    font-size: 26px;
  }
}
@media (max-width: 575px) {
  .categories-area .single-cat .cat-cap h5 > a {
    font-size: 26px;
  }
}
.categories-area .single-cat .cat-cap p {
  margin-bottom: 36px;
  color: #57667e;
  font-size: 16px;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -ms-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .categories-area .single-cat .cat-cap p {
    font-size: 15px;
  }
}
.categories-area .single-cat .cat-cap a {
  color: #145f7a;
  font-size: 16px;
  font-weight: 600;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -ms-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.categories-area .single-cat:hover {
  border: 1px solid transparent;
}
.categories-area .single-cat:hover::before {
  height: 100%;
}
.categories-area .single-cat:hover .cat-icon span {
  color: #fff;
}
.categories-area .single-cat:hover .cat-cap h5 {
  color: #fff;
}
.categories-area .single-cat:hover .cat-cap p {
  color: #fff;
}
.categories-area .single-cat:hover .cat-cap a {
  color: #fff;
}

@media (max-width: 575px) {
  .section-tittle {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-tittle {
    margin-bottom: 50px;
  }
}
.section-tittle span {
  font-size: 18px;
  display: block;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 17px;
}
.section-tittle h2 {
  font-size: 36px;
  display: block;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 1.3;
  margin: 20px;
  color: #145f7a;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-tittle h2 {
    font-size: 42px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-tittle h2 {
    font-size: 31px;
  }
}
@media (max-width: 575px) {
  .section-tittle h2 {
    font-size: 30px;
    line-height: 1.6;
  }
}
.section-tittle p {
  color: #717b9b;
}
.section-tittle2 h2 {
  color: #fff;
}
.section-tittle2 p {
  color: #fff;
}
@media (max-width: 1199px) {
  .categories {
    display: none;
  }
}
@media (max-width: 1199px) {
  .social {
    display: none;
  }
}

/* Lines of the Toggler */
.toggler-icon{
  width: 30px;
  height: 3px;
  background-color: #fffab8;
  display: block;
  transition: all 0.2s;
}

/* Adds Space between the lines */
.middle-bar{
  margin: 5px auto;
}

/* Navbar */
header { width: 100%; position: fixed; height: 70px; z-index: 9; background: #2d809f;}
header.smaller {height: 40px; transition: all 0.3s; background: #829397;}
@media (max-width:1920px) {
  header.smaller {
    height: 70px;
     transition: all 0.3s;
      background: #145f7a;
    }
  }
.navbar-dark .navbar-toggler {
  color: #2d809f !important;
  border-color: #2d809f !important;
}
.nav-link {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Roboto";
}

/* Navbar Active Underline */
.navbar-nav .active {
  border-bottom: #fffab8 solid 3px;
}

/* Navbar On Hover Underline */
.navbar-nav .nav-item:hover {
  border-bottom: #fffab8 solid 3px;
}
.navbar-color{
  background: #fffab8;
  width: 100%;
}
.navbar-dark .navbar-nav .nav-link{
  color: #ffffff;
}
.navbar-nav .nav-item {
  font-size: 1.1em;
}

@media (max-width: 1200px) {
  .logo1 {
    display: none;
  }
  .logo {
    margin-top: 5px;
    margin-left: 10px;
  }
  .navbar>.container, .navbar>.container-fluid, .navbar>.container-sm, .navbar>.container-md, .navbar>.container-lg, .navbar>.container-xl, .navbar>.container-xxl{
    background-color: #2d809f;
    margin-top: -8px;
}
header { 
  width: 100%;
   position: fixed; 
   margin-top: -14px;
   height: 60px;
   z-index: 9;
   background-image: linear-gradient(to right, #215e71f7  , #885e2c14 ,#43c1efc5 ,#2b8dabf9, #35aeda,  #215e71f7  , #885e2c14 );
}
.carousel-control-prev, .carousel-control-next{
  top: 87px;
}
.navbar-expand-lg .navbar-collapse{
  margin-top: 27px;
}
}
@media (max-width: 970px) {
  .logo1 {
    display: none;
  }
  .logo {
    margin-top: 0px;
    margin-left: 10px;
  }
}

.navbar-toggler .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}

.navbar-toggler .middle-bar {
  opacity: 0;
  filter: alpha(opacity=0);
}

.navbar-toggler .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}
.navbar-toggler.collapsed .top-bar {
  transform: rotate(0);
}

.navbar-toggler.collapsed .middle-bar {
  opacity: 1;
  filter: alpha(opacity=100);
}

.navbar-toggler.collapsed .bottom-bar {
  transform: rotate(0);
}
.navbar-toggler.collapsed .toggler-icon {
  background-color: #ffffff;
}
.logo {
  width: 57px;
  margin-top: 0px;
}
.logo1 {
  width: 88px;
  margin-top: 10px;
  margin-left: -17px;
}

/* main btn */
.main-btn2 {
  padding: 6px 34px;
  background-image: linear-gradient(
    87.87deg,
    #c6def1 0%,
    #c6def1 0.01%,
    #c6def1 100%
  );
  color: #145f7a !important;
  font-weight: 500;
  font-size: 18px;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 4px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}
.main-btn2:hover {
  transform: translateY(-10px);
}
.main-btn2:active {
  transform: translateY(-5px);
}

/*
---------------------------------------------
services
---------------------------------------------
*/ 

section.services {
  margin-top: 90px;
}

.services .service-item {
  border-radius: 5px;
  padding: 40px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  margin-top: 30px;
}

.services .service-item:hover i {
  margin-top: 15px;
}

.services .service-item h4 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
}

.services .service-item i {
  transition: all .5s;
  float: left;
  font-size: 64px;
  color: #2e7d81;
  margin-bottom: 30px;
  margin-right: 30px;
}

/* 
---------------------------------------------
responsive
--------------------------------------------- 
*/
body {
  overflow-x: hidden;
}

@media (max-width: 992px) {
  .header-area .main-nav .nav li:last-child {
    display: none;
  }
  .header-area .main-nav .nav li ul li:last-child {
    display: inline-block;
  }
  .header-area {
    background-color: #212741;
  }
  .slide-inner .header-text {
    width: 80%;
  }
  .simple-cta {
    text-align: center;
  }
  section.simple-cta .buttons {
    justify-content: center;
  }
  section.about-us .naccs .menu div,
  section.service-details .naccs .menu div {
    margin-right: 15px;
    font-size: 15px;
    padding: 15px 20px;
  }
  section.about-us .right-content {
    margin-left: 0px;
    margin-top: 60px;
  }
  section.calculator .left-image {
    display: none;
  }
  .testimonials .item img {
    max-width: 200px;
    right: 50px;
  }
  section.partners .item {
    margin:15px; 
  }
  section.top-section .accordions {
    margin-left: 0px;
    margin-top: 45px;
  }
  .what-we-do .left-content {
    margin-right: 0px;
    margin-bottom: 45px;
  }
  .main-services .left-image {
    margin-right: 0px;
    margin-bottom: 30px;
  }
  .main-services .right-text-content {
    margin-left: 0px;
  }
  .main-services .right-image {
    margin-left: 0px;
    margin-top: 30px;
  }
  section.service-details ul.nacc li .left-image {
    position: relative;
    margin-right: 0px;
    transform: translateY(0px);
  }
  section.service-details ul.nacc li .left-image img {
    border-radius: 15px;
  }
  section.service-details ul.nacc li .right-content {
    padding: 50px;
    margin-left: 0px;
  }
  section.service-details ul.nacc li .right-content h4 {
    margin-right: 0px;
  }
  section.service-details ul.nacc li.active {
    display: inline-block;
  }
  section.service-details ul.nacc li {
    display: none;
  }
  section.map .info-item {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .testimonials .item i {
    margin-bottom: 60px;
  }
  .testimonials .item img {
    max-width: 100px;
    right: 50px;
    top: 35px;
    transform: translateY(0);
  }
  .testimonials .item {
    padding: 50px;
  }
}

