:root{
  
  --primary: #34a4eb;
}

.top-head{
    padding: 20px 0;
    border-bottom:2px solid #34a4eb;
    color: #34a4eb;
}

/* --------------- Owl Carousal Start --------------- */

.hero.owl-slider {
    width: 100%;
    overflow: hidden;
    position: relative;
    height:565px;
  }
  
  .owl-stage-outer{height:100%;}
  .owl-slider .owl-stage {
    display: flex;
    height:100%;
  }
  .owl-slider .slide img {
    width: 100%;
  height:100%;
  }
  .owl-slider .disabled {
    display: none;
  }
  .owl-slide {
 
    height:100%;
    overflow: hidden;
  }
   .owl-slide img{
       width:100%;
       height:100%;
       object-fit:cover;
   }
  .owl-text {
    /*height: 475px;*/
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height:100%;
  }
  .owl-text span {
    color: #000;
    font-size: 44px;
    line-height: 50px;
    text-transform: uppercase;
    font-weight: 400;
    margin-top: -32px;
  }
  .owl-text button {
    background-color: transparent;
    border: 3px solid #afb1b4;
    border-radius: 6px;
    font-size: 30px;
    padding: 6px 48px;
    cursor: pointer;
    margin-top: 88px;
    color: #e4e4e4;
  }
  .owl-text button:hover {
    color: #fff;
    border: 3px solid #fff;
  }
  .owl-dots {
    text-align: center;
    position: absolute;
    bottom: 25px;
    width: 100%;
    left: 2px;
  }
  .owl-dots .owl-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin: 0 6px;
      padding: 0;
      cursor: pointer;
    border-color: transparent;
    background-color: #fff;
  }
  .owl-dots .owl-dot.active {
    background-color: #69728c;
    outline: 0;
  }
  .owl-item{height:100%;}
  .slide{height:100%;}
  .banner-content{height:100%;width:100%;}
  /* --------------- Owl Carousal End --------------- */
  .form-banner{position: absolute;
  top:20px;}
.form-horizontal {
    background-color: rgb(52 164 235 / 76%);
    /* border-radius: 20px; */
    border: 2px solid #fff;
    padding: 20px;
    color: #fff;
}
.form-control{font-size:12px!important;}
.form-group{padding:5px 0;}
.box{
  font-family: 'Mandali', sans-serif;
  text-align: center;
  overflow: hidden;
  position: relative;
  border-radius:20px;
  height: 180px;
  margin: 10px 0;
  transition: box-shadow .3s;
}
.box:before,
.box:after{
  content: "";
  background: rgba(71,74,86,0.81);
  width: 200%;
  height: 200%;
  opacity: .75;
  transform: skew(45deg) translateX(100%);
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  transition: all .6s ease;
}
.box:after{
  transform: skew(45deg) translateX(-100%);
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  z-index: 0;
}
.box:hover{box-shadow: 5px 5px 5px #34a4eb; }
.box:hover:before,
.box:hover:after{
  transform: skew(45deg) translateX(0);
}
.box img{
  width: 100%;
  height: 100%;
  transition: all 0.35s;
  object-fit: cover; 
}
.box:hover img{ opacity: 0.5; }
.box-content{
  color: #fff;
  width: 85%;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transition: all 0.6s ease;
}
.box:hover .box-content{ opacity: 1; }
.box .title{
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  margin: 0 0 3px;
}
.box .post{
  font-size: 14px;
  font-weight: 200;
  letter-spacing: 1px;
  text-transform: capitalize;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  margin: 0 0 10px;
  display: block;
}
.box .icon{
  padding: 0;
  margin: 0;
  list-style: none;
}
.box .icon li{
  margin: 0 3px;
  display: inline-block;
}
.box .icon li a{
  color: #fff;
  background: #34a4eb;
  font-size: 16px;
  padding: 5px 10px;
  height: 34px;
  display: block;
  transition: all 0.35s;
  border-radius: 5px;
  text-decoration: none;
  border:1px solid #fff;
}
.box .icon li a:hover{
  color: #34a4eb;
  background: #fff;
  border:1px solid #34a4eb;
}
.box .icon li  a i{line-height:inherit;}


.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}
.footer-section a{color: #fff;}

.client-area{overflow:hidden;}
.client-area .slide {
  display: block;
  border: 1px inset #1cbced;
  height: 101px;
  overflow: hidden;
}


.counter-box {
  display: block;
  /* background: #000; */
  padding: 40px 20px 37px;
  text-align: center;
  border-right:5px dotted #1cbced;
}

.counter-box p {
  margin: 5px 0 0;
  padding: 0;
  color: #1cbced;
  font-size: 18px;
  font-weight: 500;
}

.counter-box i {
  font-size: 60px;
  margin: 0 0 15px;
  color: #1cbced;
}

.counter {
  display: block;
  font-size: 32px;
  font-weight: 700;
  color: #1cbced;
  line-height: 28px;
}

/* === HEADING STYLE #1 === */
.sec-title {
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 5px;
  position: relative;
}
.sec-title:before {
  width: 28px;
  height: 5px;
  display: block;
  content: "";
  position: absolute;
  bottom: 3px;
  left: 50%;
  margin-left: -14px;
  background-color: var(--primary);
}
.sec-title:after {
  width: 100px;
  height: 1px;
  display: block;
  content: "";
  position: relative;
  margin-top: 25px;
  left: 50%;
  margin-left: -50px;
  background-color: #1cbced;
}
.top-head-2 i{
/*border:1px solid var(--primary);*/
/*width:40px;*/
/*height: 40px;*/
padding: 5px;
}
.top-head-2  a{text-decoration: none;
color: var(--primary);}
.about-img img{border:5px dotted #1cbced;border-radius: 20px;}





/* Chat trigger button */
.support-chat {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  cursor: pointer;
}

/* WhatsApp chat box */
#whatsapp-chat {
  position: fixed;
  bottom: 80px;
  right: 20px;
  width: 320px;
  background: #e5ddd5;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  font-family: 'Segoe UI', sans-serif;
  display: flex;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.3s ease;
}

/* Show class */
#whatsapp-chat.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/* Chat header */
.chat-header {
  background: #075e54;
  color: white;
  padding: 10px;
  display: flex;
  align-items: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.chat-header .avatar {
  width: 40px;
  /* height: 40px; */
  margin-right: 10px;
  /* border-radius: 50%; */
}

.header-text .chat-title {
  font-weight: bold;
}

.header-text .chat-subtitle {
  font-size: 12px;
  opacity: 0.8;
}

/* Chat body */
.chat-body {
  padding: 10px;
  flex-grow: 1;
  overflow-y: auto;
  background: #dcf8c6;
}

.message {
  max-width: 80%;
  padding: 8px 12px;
  border-radius: 8px;
  margin-bottom: 8px;
  clear: both;
}

.message.bot {
  background: #fff;
  float: left;
}

.message.user {
  background: #d1ffd6;
  float: right;
}


.chat-footer {
  display: flex;
  align-items: center;
  padding: 10px;
  background: #f0f0f0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

#chat-input {
  flex: 1;
  padding: 10px 15px;
  border: none;
  border-radius: 25px;
  outline: none;
  font-size: 14px;
  margin-right: 10px;
  background: white;
}

#send-it {
  background: #25d366; /* WhatsApp green */
  border: none;
  border-radius: 50%;
  padding: 12px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.3s ease;
}

#send-it:hover {
  background: #20c05c;
}

#send-it img {
  width: 20px;
  height: 20px;
  filter: brightness(100%);
}

.close-chat {
  margin-left: auto;
  font-size: 24px;
  font-weight: bold;
  color: white;
  cursor: pointer;
  padding: 0 10px;
  transition: 0.2s;
}

.close-chat:hover {
  color: #ddd;
}




.wrapper-1{
  width:100%;
  height:100vh;
  display: flex;
flex-direction: column;
}
.wrapper-2{
  padding: 30px;
  text-align:center;
}
h1{
  /*font-family: 'Raleway', Arial Black, Sans-Serif;*/
  font-size:4em;
  font-weight: bolder;
  letter-spacing:3px;
  color: #fafafa;
  margin:0;
  margin-top: 40px;
  margin-bottom:40px;
}
.wrapper-2 p{
  margin:0;
  font-size:1.3em;
  color:#fafafa;
  font-family: 'Raleway', sans-serif;
  letter-spacing:1px;
  line-height: 1.5;
}
.go-home{
  background: #e83890;
  border:none;
  padding: 25px 30px;
  margin: 30px 0;
  border-radius: 5px;
  cursor: pointer;
}
.go-home:hover{
  opacity: 0.9;
}
.go-home a{
  font-family: 'Raleway', Arial Black;
  font-size: 1rem;
  font-weight: 700!important;
  text-transform: uppercase;
  letter-spacing: 2px;
  
}
.footer-like{
  margin-top: auto; 
  background: rgb(31,38,130);
  padding:6px;
  text-align:center;
}
.footer-like p{
  margin:0;
  padding:4px;
  color:#fafafa;
  font-family: 'Raleway', sans-serif;
  letter-spacing:1px;
}
.footer-like p a{
  text-decoration:none;
  color:#5892FF;
  font-weight: 600;
}

.footer-like p a:hover{
  color:#FFF;
 }

@media (min-width:360px){
  h1{
    font-size:4.5em;
  }
  .go-home{
    margin-bottom:20px;
  }
}

@media (min-width:600px){
  .thankyoucontent{
  max-width:1000px;
  margin:0 auto;
}
  .wrapper-1{
  height: initial;
  max-width:620px;
  margin:0 auto;
  margin-top:50px;
  }
  
  
}
.mob-hide{display:block;}
@media only screen and (max-width: 600px) {


.mob-hide{display:none!important;}
.hero.owl-slider {height:600px;}
    
}

