/* Template Name: 
   Author: Themesdesign
   Version: 1.0.0
   Created: Jan 2019
   File Description: Main Css file of the template
*/
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700");
body {
  font-family: "Poppins", sans-serif;
}

a {
  text-decoration: none !important;
  outline: none;
}

p {
  line-height: 1.8;
}

.font-primary {
  font-family: "Poppins", sans-serif;
}

.container-fluid {
/*  padding: 0;*/
}

/* .navbar-brand.logo {
  background-color: #21252900;
  height: 100px;
  width: 150px;
  text-align: center;
  padding: 0 8px;

} */

.navbar-brand.logo {
  background-color: #21252900;
  height: 60px;
  width: 250px;
  text-align: center;
  padding: 0 8px;
}

.nav-icon li a {
  margin: 0 12px !important;
}

.nav-item .nav-link {
  display: inline-block;
  color: #212529;
  text-decoration: none;
}

.nav-item .nav-link:after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background: #212529;
  -webkit-transition: width .3s;
  transition: width .3s;
}

.navbar-collapse {
  padding: 0px 0px 0px 0px;
}

.navbar-custom {
  padding: 5px 10px;
  width: 100%;
  border-radius: 0px;
  z-index: 999;
  margin-bottom: 0px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background-color: white;
    box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.2);
}

.navbar-custom .navbar-nav li a {
  line-height: 26px;
  color: #777777;
  font-size: 15px;
  text-transform: capitalize;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-color: transparent !important;
  padding: 6px 0;
  margin: 0 16px;
  font-weight: 500;
}

.navbar-custom .navbar-nav li .nav-link {
  padding-right: 0px;
  padding-left: 0px;
  text-transform: uppercase;
}

.navbar-custom .navbar-toggles {
  padding: .25rem .75rem;
  font-size: 18px;
  background: 0 0;
  border: 1px solid transparent;
  color: #ffffff;
  outline: 0;
}

.navbar-toggler {
  font-size: 24px;
  margin-top: 5px;
  margin-bottom: 0px;
  color: #ffffff;
}

.navbar-custom .navbar-nav li.active a,
.navbar-custom .navbar-nav li a:hover,
.navbar-custom .navbar-nav li a:active {
  color: #212529 !important;
}

.navbar-custom .navbar-nav li.active a:after,
.navbar-custom .navbar-nav li a:hover:after,
.navbar-custom .navbar-nav li a:active:after {
  width: 100%;
  -webkit-transition: width .3s;
  transition: width .3s;
}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background-color: transparent;
  border-color: #67a8e4;
}

.menu-toggle {
  padding: 4.5px 10px !important;
}

.menu-toggle span {
  line-height: 27px;
}

/*---NAVBAR STICKY--*/
.nav-sticky.navbar-custom {
  margin-top: 0px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.1);
  color: #000000 !important;
}

.nav-sticky.navbar-custom .navbar-toggles {
  padding: .25rem .75rem;
  border: 1px solid transparent;
  outline: 0;
}

.nav-sticky .navbar-nav {
  margin-top: 0px;
}

.nav-sticky .navbar-nav li a {
  color: #777777 !important;
}

.nav-sticky.navbar-custom .navbar-nav li.active a,
.nav-sticky.navbar-custom .navbar-nav li a:hover,
.nav-sticky.navbar-custom .navbar-nav li a:active {
  color: #212529 !important;
}

.nav-sticky.navbar-custom .navbar-nav li.active a:after,
.nav-sticky.navbar-custom .navbar-nav li a:hover:after,
.nav-sticky.navbar-custom .navbar-nav li a:active:after {
  width: 100%;
  -webkit-transition: width .3s;
  transition: width .3s;
}

.navbar-collapse .navbar-nav .nav-item {
  margin-top: 6px;
}

.navbar-toggler:focus {
  outline: none;
}

.navbar-custom.navbar-light .navbar-nav li.active a,
.navbar-custom.navbar-light .navbar-nav li a:hover,
.navbar-custom.navbar-light .navbar-nav li a:active {
  color: #ffffff !important;
}

.navbar-light .nav-item .nav-link:after {
  background: #ffffff;
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.6);
}

/*---NAVBAR STICKY--*/
.navbar-light .nav-sticky.navbar-custom {
  margin-top: 0px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.1);
  color: #212529 !important;
}

.navbar-light .nav-sticky.navbar-custom .navbar-toggles {
  padding: .25rem .75rem;
  border: 1px solid transparent;
  outline: 0;
}

.navbar-light.nav-sticky .nav-item .nav-link:after {
  background: #212529 !important;
}

.navbar-light.nav-sticky.navbar-custom .navbar-nav li.active a,
.navbar-light.nav-sticky.navbar-custom .navbar-nav li a:hover,
.navbar-light.nav-sticky.navbar-custom .navbar-nav li a:active {
  color: #212529 !important;
}

.navbar-light.nav-sticky.navbar-custom .navbar-nav li.active a:after,
.navbar-light.nav-sticky.navbar-custom .navbar-nav li a:hover:after,
.navbar-light.nav-sticky.navbar-custom .navbar-nav li a:active:after {
  width: 100%;
  -webkit-transition: width .3s;
  transition: width .3s;
}

.navbar-light .navbar-toggler {
  color: #212529;
  border-color: transparent;
}

@media (min-width: 200px) and (max-width: 768px) {
  .navbar-custom {
    margin-top: 0px;
    background-color: #ffffff !important;
    -webkit-box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
            box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
    color: #ffffff !important;
  }
  .navbar-custom .navbar-nav {
    margin-top: 0px;
  }
  .navbar-custom .navbar-nav li a {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    color: #777777 !important;
    margin: 0px;
  }
  .navbar-custom .navbar-nav li.active a {
    border-color: transparent;
  }
  .navbar-custom > .container {
    width: 90%;
  }
  .navbar-toggler {
    font-size: 24px;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #212529;
  }
  .navbar-collapse {
    padding: 0 0px;
  }
  .nav-icon {
    display: block;
  }
  .nav-icon li a {
    margin: 0 10px !important;
  }
  .navbar-light .nav-item .nav-link:after {
    background: #212529;
  }
  .navbar-custom.navbar-light .navbar-nav li.active a,
  .navbar-custom.navbar-light .navbar-nav li a:hover,
  .navbar-custom.navbar-light .navbar-nav li a:active {
    color: #212529 !important;
  }
}

.bg-footer .text-custom {
  color: #0097b2 !important;
}

.text-gradient {
  background: linear-gradient(270deg, rgb(119, 214, 231) 0%, rgba(0, 151, 178, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bg-custom {
  background-color: #0097b2;
}

.btn {
  padding: 14px 36px;
  border: 0px solid;
  font-size: 13px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 50px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.btn-sm {
  padding: 10px 30px;
  font-size: 12px;
}

.btn-custom {
  background: linear-gradient(270deg, rgb(119, 214, 231) 0%, rgba(0, 151, 178, 1) 100%);
  color: #ffffff;
  border-color: transparent;
  box-shadow: inset 0px 0px 5px #0000002d;
}

.btn-custom-p {
  padding:10px 30px !important;
}

.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom.active,
.btn-custom.focus,
.btn-custom:active,
.btn-custom:focus,
.btn-custom:hover,
.open > .dropdown-toggle.btn-custom {
  outline: none;
  text-decoration: none;
  color: #ffffff;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  text-decoration: none;
  -webkit-box-shadow: 0 3px 20px -8px #000;
          box-shadow: 0 3px 20px -8px #000;
}

.btn-outline {
  color: #0097b2;
  border-color: #0097b2;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active,
.btn-outline.focus,
.btn-outline:active,
.btn-outline:focus,
.btn-outline:hover,
.open > .dropdown-toggle.btn-outline {
  outline: none;
  text-decoration: none;
  color: #ffffff;
  background: linear-gradient(270deg, rgb(119, 214, 231) 0%, rgba(0, 151, 178, 1) 100%);
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0 3px 20px -8px #000;
          box-shadow: 0 3px 20px -8px #000;
}

.section {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  max-width: 100vw !important;
  overflow-x: hidden !important;
}

.bg-overlay {
  background-color: #000;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.bg-gradient {
  background: linear-gradient(270deg, rgb(119, 214, 231) 0%, rgba(0, 151, 178, 1) 100%);
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.f-12 {
  font-size: 12px;
}

.f-13 {
  font-size: 13px;
}

.f-14 {
  font-size: 14px;
}

.f-15 {
  font-size: 15px;
}

.f-16 {
  font-size: 16px;
}

.f-17 {
  font-size: 17px;
}

.f-18 {
  font-size: 18px;
}

.f-19 {
  font-size: 19px;
}

.f-20 {
  font-size: 20px;
}

.home-center {
  display: table;
  width: 100%;
  height: 100%;
}

.home-desc-center {
  display: table-cell;
  vertical-align: middle;
}

.home-1-bg {
  background-color: #f8f9fa;
  padding: 230px 0px 140px 0px;
  border-bottom: 1px solid rgba(238, 238, 238, 0.6);
}

.home-1-icon i {
  background: linear-gradient(270deg, rgb(119, 214, 231) 0%, rgba(0, 151, 178, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.home-1-title-text {
  position: relative;
}

.home-1-title-text .text-wrapper {
  position: relative;
  display: inline-block;
  padding-top: 0.2em;
  padding-right: 0.05em;
  padding-bottom: 0.1em;
  overflow: hidden;
}

.home-1-title-text .letter {
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  display: inline-block;
  line-height: 1em;
  font-weight: 500;
}

.home-2-title {
  font-size: 38px;
  font-weight: 400;
  line-height: 1.4;
}

.home-2-registration-form {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.09);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.09);
}

.home-2-registration-form .registration-input-box {
  padding: 20px;
}

.home-3-bg {
  background-image: url("../images/home-3-bg.jpg");
  position: relative;
  background-size: cover;
  padding: 280px 0px 210px 0px;
  border-bottom: 1px solid rgba(238, 238, 238, 0.6);
}

.home-3-title {
  padding: 50px 32px;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 4px;
}

.home-3-title-text {
  position: relative;
}

.home-3-title-text .text-wrapper {
  position: relative;
  display: inline-block;
  padding-top: 0.2em;
  padding-right: 0.05em;
  padding-bottom: 0.1em;
  overflow: hidden;
}

.home-3-title-text .letter {
  display: inline-block;
  line-height: 1em;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}

.home-4-bg {
  background-image: url("../images/home-4-bg.jpg");
  position: relative;
  background-size: cover;
  height: 100vh;
}

.play-icon-circle {
  background: #ffffff;
  height: 46px;
  width: 46px;
  line-height: 46px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
}

.home-4-title {
  text-shadow: 2px 3px 10px rgba(0, 0, 0, 0.5);
  line-height: 1.4;
}

.home-5-bg {
  background-image: url("../images/home-5-bg.jpg");
  position: relative;
  background-size: cover;
  height: 100vh;
  background-position: center center;
}

.home-5-title {
  text-shadow: 2px 3px 10px rgba(0, 0, 0, 0.5);
}

.mover-img {
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
}

@-webkit-keyframes mover {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-12px);
            transform: translateY(-12px);
  }
}

@keyframes mover {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-12px);
            transform: translateY(-12px);
  }
}

.home-6-bg {
  position: relative;
  overflow: hidden;
}

.home-6-bg .carousel-control-next,
.home-6-bg .carousel-control-prev {
  width: 6%;
}

.home-6-bg .carousel-item,
.home-6-bg .carousel {
  height: 100vh;
  width: 100%;
}

.home-6-bg .carousel-item {
  background-position: center center !important;
  background-size: cover !important;
}

.slide-icon {
  height: 50px;
  width: 50px;
  border: 1px solid #eee;
  border-radius: 4px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.slide-icon i {
  font-size: 50px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.text-white-70 {
  color: rgba(255, 255, 255, 0.7);
}

.home-7-bg {
  background-image: url("../images/home-7-bg.jpg");
  position: relative;
  background-size: cover;
  height: 100vh;
  background-position: center center;
}

.hori-border-1:after {
  content: "";
  height: 1px;
  width: 120%;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: -10%;
  right: 0;
  bottom: -30px;
}

.hori-border-1:before {
  content: "";
  height: 1px;
  width: 120%;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: -10%;
  right: 0;
  top: -30px;
}

.verti-border-2:after {
  content: "";
  width: 1px;
  height: 160%;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  right: -30px;
  top: -29%;
}

.verti-border-2:before {
  content: "";
  width: 1px;
  height: 160%;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: -30px;
  top: -29%;
}

.home-8-bg {
  background-image: url("../images/home-8-bg.png");
  position: relative;
  background-size: cover;
  height: 100vh;
  background-position: center center;
}

.home-8-bg-overlay {
  background-image: linear-gradient(45deg, #0cebeb, #20e3b2, #29ffc6);
  opacity: 0.7;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.home-8-shape {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

.home-9-bg {
  background-image: url("../images/new-banner.jpg");
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
  padding: 120px 0 80px 0;
  overflow: hidden;
   background-position: top center;
}

.home-9-bg-overlay {
  background-image: url("../images/new-banner.jpg");
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
}

@media(max-width:992px){
.home-9-bg {
  background: #1EA7BF !important;
/*background-attachment:fixed;*/
  padding: 80px 0 0px 0 !important;
}
.home-title .text-darkk{
color:#fff !important}
.home-title .text-darkk2{
color:#fff !important}
.home-title h3{
font-size:24px !important;}
}


.home-desc-box {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.219);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.219);
  border-radius: 10px;
}

.space {
  padding: 0 6px;
}

.home-desc-icon {
  font-size: 40px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
}

.home-10-bg {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #feeee4), color-stop(50%, #fef4e4));
  background-image: linear-gradient(to right, #feeee4 50%, #fef4e4 50%);
  background-size: cover;
  padding: 260px 0px 220px 0px;
  background-repeat: no-repeat;
}

.title {
  letter-spacing: 2px;
}

/* .title:after {
  content: "";
  height: 2px;
  width: 60px;
  background-color: #0097b2;
  position: absolute;
  bottom: 35px;
  left: 16px;
} */

.desc-title {
  font-size: 32px;
  /* max-width: 370px; */
  font-weight: 500;
}

.counter-content {
  overflow: hidden;
}

.counter-icon i {
  color: #0097b2;
}

.office-add-box {
  position: absolute;
  top: -70px;
  right: 0;
  height: auto;
  width: 272px;
  background-color: #0097b2;
  padding: 38px;
}

.office-icon i {
  -webkit-text-stroke: 1px #ffffff;
  -webkit-text-fill-color: transparent;
}

.service-icon {
  border: 1px solid #0097b2;
  height: 70px;
  width: 70px;
  /* line-height: 86px; */
  text-align: center;
  position: absolute;
  top: 12px;
  border-radius: 50px;
  background-color: #f8f9fa;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  padding: 8px;
}

.service-icon i {
  font-size: 36px;
  color: #777777;
}

.service-box {
  padding: 50px 15px 15px;
  border: 1px solid #0097b2;
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  min-height: 215px;
}

.service-box:hover {
  background-color: #ffff;
  border: 1px solid #ffffff;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

/* .service-box:hover .service-icon {
  background-color: #0097b2;
  border-color: #0097b2;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  transition: all 0.5s;
  -webkit-box-shadow: 0 6px 14px 0px rgba(250, 80, 67, 0.3);
          box-shadow: 0 6px 14px 0px rgba(250, 80, 67, 0.3);
} */

.service-box:hover .service-icon i {
  color: #ffffff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.service-box .read-more a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.service-box .read-more a:hover {
  color: #0097b2 !important;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.features-content h1 {
  font-size: 66px;
  font-weight: 300;
}

.features-content .features-border {
  height: 2px;
  width: 40px;
  background-color: #0097b2;
}

.features-bottom-img {
  position: absolute;
  bottom: 0;
  z-index: -1;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
}

.clients-bg {
  background-image: url("../images/clients-bg.png");
  background-size: cover;
  position: relative;
  background-position: center;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.09);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.09);
  margin-bottom: 48px;
}

.clients-desc .desc {
  line-height: 2;
}

.quote-img img {
  position: absolute;
  bottom: -50px;
  opacity: 0.1;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
}

.owl-theme .owl-controls .owl-page span {
  width: 8px;
  height: 7px;
  margin: 5px 6px;
  background: #0097b2;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  width: 13px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.owl-pagination {
  position: absolute;
  left: 0;
  right: 0;
  margin-top: 20px;
}

.pricing-box {
  border: 1px solid #e9e9e9;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
  position: relative;
}

.pricing-box:hover, .pricing-box.active {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.09);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.09);
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  border-color: #ffffff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.pricing-box:hover .price, .pricing-box.active .price {
  background: linear-gradient(270deg, rgb(119, 214, 231) 0%, rgba(0, 151, 178, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 4px 8px rgba(250, 80, 67, 0.3);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.pricing-box:before {
  content: "";
  height: 55px;
  width: 55px;
  background-color: rgba(250, 80, 67, 0.15);
  position: absolute;
  border-radius: 7px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 7px;
  top: -12px;
}

.pricing-box:after {
  content: "";
  height: 70px;
  width: 70px;
  background-color: rgba(250, 80, 67, 0.15);
  position: absolute;
  border-radius: 7px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: -27px;
  top: 52px;
}

.pricing-desc h3 {
  max-width: 370px;
}

.pricing-item li {
  padding: 10px 0;
}

.price {
  padding: 24px 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.news-box {
  border: 1px solid #e9e9e9;
}

.news-box .learn-more i {
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.news-box .learn-more a:hover {
  color: #0097b2 !important;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.news-box .learn-more a:hover i {
  opacity: 1;
  margin-left: 6px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.news-box .news-date {
  position: absolute;
  background-color: rgba(250, 80, 67, 0.9);
  top: 20px;
  right: 20px;
  height: 70px;
  width: 70px;
  border-radius: 4px;
  padding-top: 0px;
  text-align: center;
  padding: 6px;
}

.news-box .news-date .date-border {
  border: 1px solid rgba(238, 238, 238, 0.9);
  width: 100%;
  height: 100%;
  padding: inherit;
}

.news-box .news-date .date-border h4 {
  line-height: 0.9;
}

.contact-icon {
  border: 1px solid #777777;
  width: 42px;
  height: 42px;
  border-radius: 50px;
  line-height: 48px;
  text-align: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.contact-icon i {
  font-size: 22px;
}

.contact-details:hover .contact-icon {
  background-color: #0097b2;
  border-color: #0097b2;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.contact-details:hover .contact-icon i {
  color: #ffffff !important;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.contact-details:hover .info-title {
  color: #0097b2;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #f9f9f9;
  border-color: #0097b2;
}

.form-control {
  padding: 22px 20px;
  font-size: 14px;
  border-radius: 4px;
}

.error {
  margin: 8px 0px;
  display: none;
  color: red;
}

#ajaxsuccess {
  font-size: 16px;
  width: 100%;
  display: none;
  clear: both;
  margin: 8px 0px;
}

.error_message {
  padding: 13px;
  margin-bottom: 20px;
  text-align: center;
  border: 2px solid #f36270;
  color: #f36270;
  border-radius: 5px;
  font-size: 14px;
  border-radius: 4px;
}

.contact-loader {
  display: none;
}

#success_page {
  text-align: center;
  margin-bottom: 50px;
}

#success_page h3 {
  color: #0dba26;
  font-size: 22px;
}

.bg-footer {
  padding-top: 50px;
  padding-bottom: 34px;
  position: relative;
background-image: url("../images/footer-bg.png");
  background-size: contain;
  position: relative;
  background-position: center;
background-repeat:no-repeat;

}
.bg-footer:after {
content:'';
  top:0;
left:0;
width:100%;
height:100%;
  position: absolute;
background:#ffffffcd;
z-index:0;

}

.bg-footer img{
  max-width: 200px;
}

.company-sub-menu li {
  margin: 10px 0;
}

.company-sub-menu li i {
  opacity: 0;
  color: #0097b2;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.company-sub-menu li a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.company-sub-menu li a:hover {
  color: #0097b2 !important;
  margin-left: 5px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.company-sub-menu li a:hover i {
  opacity: 1;
  margin-right: 4px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.footer-icon li {
  margin: 0 8px !important;
}

.footer-icon li a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.footer-icon li a:hover {
  color: #0097b2 !important;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media (min-width: 200px) and (max-width: 768px) {
  .mt-100 {
    margin-top: 100px;
  }
  .quote-img img {
    bottom: -10px;
  }
  .mt-32 {
    margin-top: 32px;
  }
  .home-2-registration-form.w-75 {
    width: 50% !important;
  }
  .home-6-bg .carousel-control-next,
  .home-6-bg .carousel-control-prev {
    width: 15%;
  }
  .verti-border-2:before {
    height: 137%;
    top: -18%;
  }
  .verti-border-2:after {
    height: 137%;
    top: -18%;
  }
}

@media (max-width: 425px) {
  .home-1-title h1 {
    font-size: 44px !important;
  }
  .home-2-title {
    font-size: 24px;
  }
  #counter .counter-icon {
    float: none !important;
    margin: 0 !important;
  }
  #counter .about-counter {
    text-align: center;
  }
  .office-add-box {
    position: relative !important;
    width: 100%;
    top: -30px;
  }
  .quote-img img {
    bottom: 20px;
    right: 30px;
    left: inherit;
  }
  .clients-bg {
    background: none;
  }
  .home-2-registration-form.w-75 {
    width: 75% !important;
  }
  .slide-icon {
    position: absolute;
    bottom: 70px;
  }
  .home-6-bg .carousel-control-next,
  .home-6-bg .carousel-control-prev {
    width: 30%;
  }
  .home-4-title {
    font-size: 30px !important;
  }
  .hori-border-1:before {
    display: none;
  }
  .hori-border-1:after {
    display: none;
  }
  .verti-border-2:before {
    display: none;
  }
  .verti-border-2:after {
    display: none;
  }
  .home-5-title {
    font-size: 3.5rem !important;
  }
  .home-5-bg {
    height: auto;
  }
  .home-9-bg {
    padding: 120px 0 90px 0;
  }
  .pull-none {
    float: none !important;
    margin: 0 auto;
    display: block;
    text-align: center;
  }
}

@media (max-width: 325px) {
  .slide-icon {
    bottom: 35px;
  }
}

@media (max-width: 375px) {
  .home-2-registration-form.w-75 {
    width: 90% !important;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .home-6-bg .carousel-control-next,
  .home-6-bg .carousel-control-prev {
    width: 12%;
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .navbar-collapse {
    padding: 0;
  }
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(45deg, #0cebeb, #20e3b2, #29ffc6);
  z-index: 9999999;
}

#preloader #status {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.spinner {
  margin: 100px auto;
  width: 40px;
  height: 40px;
  position: relative;
}

.cube1, .cube2 {
  background-color: #ffffff;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-cubemove 1.8s infinite ease-in-out;
  animation: sk-cubemove 1.8s infinite ease-in-out;
}

.cube2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

@-webkit-keyframes sk-cubemove {
  25% {
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  }
  50% {
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  }
  100% {
    -webkit-transform: rotate(-360deg);
  }
}

@keyframes sk-cubemove {
  25% {
    transform: translateX(42px) rotate(-90deg) scale(0.5);
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  }
  50% {
    transform: translateX(42px) translateY(42px) rotate(-179deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
  }
  50.1% {
    transform: translateX(42px) translateY(42px) rotate(-180deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  }
  75% {
    transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  }
  100% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}

@media (min-width:992px) {
  .navbar-expand-lg .navbar-nav{
    margin-inline:auto;
  }
}

@media (max-width:1200px) {
  .navbar-custom .navbar-nav li a {
    line-height: 26px;
    color: #777777;
    font-size: 12px;
    text-transform: capitalize;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    background-color: transparent !important;
    padding: 6px 0;
    margin: 0 12px;
    font-weight: 500;
}
}

.nav-sticky{
  position: fixed !important;
}

.text-shadow{
  text-shadow: 0px 0px 8px #00000090;
}

.bgg-gradient{
background: rgba(255, 255, 255, 1);
    padding: 30px 0px 20px;
    border-radius: 15px 0px 0px 15px;
    border:solid #d5a34d;
    border-width:2px 0px 2px 2px;
}

.stroke{
  color:#d5a34d;
    font-size: 34px;
  font-family: "Kanit", sans-serif;
  font-weight: 700;
}

.my-h::after{
  content: '';
  display: block;
  position: relative;
  height: 4px;
  width: 50px;
  background: #0097b2;
  margin: 5px 0px;
}
.my-h-center::after{
  content: '';
  display: block;
  position: relative;
  height: 4px;
  width: 50px;
  background: #0097b2;
  margin: 5px auto;
}

.wh-tca{
  background:url('../images/Legacies.png');
  background-size: cover;
  /* background-color: #f1f1f1; */
  background-position: center;
  background-repeat: no-repeat;
  border: double #0a264b;
  border-width: 4px 0px 4px 0px;
}
.wh-tca-col{
  background:#ffffffe1;
  background-size: contain;
  /* background-color: #f1f1f1; */
  background-position: center;
  background-repeat: no-repeat;
  
  border-radius: 0px;
}

.course{
  background: rgb(255,255,255);
background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(213,163,77,0.7679446778711485) 100%);
}

.course .bllock{
  
  margin-block: 8px;
}



.course .bllock{
  /* margin-top: 15px; */
  background-color: #fff;
  padding: 10px 22px;
  text-align: center;
  /* border: 2px solid #19a2ba54; */
  border-radius: 15px;
  box-shadow: 4px 4px 8px #00000063;
}
.course .bllock img{
  border-radius: 20px 20px 20px 20px;
  max-width: 70px;
  margin-inline: auto;
  display: block;
margin-block:15px;
}

.course .bllock .content p{
  /* text-align: justify !important; */
}
.course .bllock .content a{
  color: #000;
}
.course .bllock .content h3{
  font-size: 22px;
}
.course .bllock .content h3::after{
  content: '';
  display: block;
  position: relative;
  height: 1px;
  width: 100px;
  background: #0097b2;
  margin: 5px auto;
}

 .bllock iframe{
  height:500px;
  border-radius: 10px;
margin-top:30px;
box-shadow:3px 3px 6px #00000050, inset 3px 3px 6px #00000060;
}
.testt img{
  border-radius: 10px;
}

.client-thumb-overlay {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.client-thumb-overlay .waves {
  border: 1px solid white;
}
.client-thumb-overlay .video-icon {
  background-color: white;
  font-size: 30px;
}
.waves {
  position: absolute;
    width: 120px;
    height: 120px;
    border: 1px solid #d5a34d;
    border-radius: 100%;
    right: -50%;
    bottom: -50%;
    z-index: -1;
    -webkit-animation: waves 3s ease-in-out infinite;
    animation: waves 3s ease-in-out infinite;
}

.wave-1 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.wave-2 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.wave-3 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

@keyframes waves {
  0% {
    -webkit-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  50% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  }

  100% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}
.video-icon {
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 100%;
  color: #d5a34d !important;
  display: inline-block;
  background: rgba(220, 187, 135, 0.15);
  z-index: 999;
}

.reqq{
 display: block;
 background:url('../images/reqq.jpg');
 background-size: cover;
 background-position: center;
 background-repeat: no-repeat;
 background-attachment: fixed;
}

.reqq-col{
  background:#ffffffb0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 40px 0px;
 }

.reqq .col-6{
  background:#ffffffd8;
  border: 1px solid #0097b24b;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.reqq .col-6 img{
  height: 100px;
  width: 100%;
  object-fit: contain;
}
.call-bt{
  background: rgb(151,231,225);
background: linear-gradient(270deg, rgb(119, 214, 231) 0%, rgba(0, 151, 178, 1) 100%);
padding: 8px 15px;
color: #fff;
margin: 0px 10px;
box-shadow: inset 0px 0px 5px #0000002d;
transition: .5s;
}
.call-bt:hover{
background:rgba(0, 151, 178, 0.274);
padding: 8px 15px;
color:#054c58;
margin: 0px 10px;
box-shadow: 0px 0px 5px #0000002d;
transition: .5s;
}

.social{
  display: flex;
  align-items: center;
  justify-content: start;
  margin-top: 30px;
}

.social i{
  background:#ffffff;
  padding: 10px;
  color:#fff;
  margin-inline: 5px;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  box-shadow: 4px 4px 8px #00000030;
  transition: .6s;
}

.social .mdi-facebook{
  color:  #316FF6;
  /* color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #316FF6; */
}

.social .mdi-facebook:hover{
  background-color: #316FF6;
  color: #fff;
}

.social .mdi-instagram{
  background: linear-gradient(90deg, rgba(249,206,52,1) 0%, rgba(238,42,123,1) 50%, rgba(98,40,215,1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /* color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #316FF6; */
transition: .6s;
}

 .social .mdi-instagram:hover{
  background: linear-gradient(90deg, rgba(249,206,52,1) 0%, rgba(238,42,123,1) 50%, rgba(98,40,215,1) 100%);
  color: #fff;
  -webkit-background-clip:none;
-webkit-text-fill-color: #fff !important;
}

.social .mdi-twitter{
  color:  #1c9cea;
  /* color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #316FF6; */
}

.social .mdi-twitter:hover{
  background-color: #1c9cea;
  color: #fff;
}

.social .mdi-youtube{
  color:  #ff0000;
  /* color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #316FF6; */
}

.social .mdi-youtube:hover{
  background-color:#ff0000;
  color: #fff;
}

.my-sm::after{
  content: '';
  display: block;
  position: relative;
  margin: 6px 0px;
  height: 1px;
  border:1px dashed #0097b244;
  width: 80px;
}

.contact-glass{
  background: #0097b296;
  backdrop-filter: blur(5px);
  color: #fff;
  width: 100%;
  display: block;
  padding: 0px 5px;
  margin-bottom: 14px;
  border-radius: 4px;
  border: 1px solid #0097b2;
  transition: .5s;
}
.contact-glass:hover{
  background: #4bc9df18;
  backdrop-filter: blur(5px);
  color: #0097b2;
  width: 100%;
  display: block;
  margin-bottom: 14px;
  border-radius: 4px;
  border: 1px solid #0097b2;
}


@media (max-width:992px) {
  .bgg-gradient{
    margin-inline:10px;
    margin-bottom: 20px;
border-radius:15px !important;
  }
  .stroke{
    font-size: 32px;
  }
  .desc-title{
    font-size: 28px;
  }
  .course .bllock{
    margin-inline: 10px;
  }
 .bllock iframe {
    height: 190px;
}
.social {
  justify-content: center !important;
}
}

@media(min-width:992px) {
  .text-lg-start{
    text-align: start !important;
  }
}
/*# sourceMappingURL=style.css.map */