/*!
Theme Name: Unitag
Theme URI: http://underscores.me/
Author: Sanoop George
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: unitag
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Unitag is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
img{
    height: auto;
}


.banner .flexslider li{
        max-height: 780px;
}
.services .img-grid-wrap .img-grid .inner img {
    border-radius: 10px;
        height: 350px;
    object-fit: cover;
}
header .navbar .navbar-collapse .navbar-nav > .nav-item:last-child a{
width: auto;
height: auto;
background-color: #19AAB3;
padding: 7px 20px;
color: #ffffff;
text-transform: uppercase;
border-radius: 25px;
}

header .navbar .navbar-collapse .navbar-nav > .nav-item:last-child a:hover{
background-color: #000000;
color: #fff;
}


@media(max-width:1300px){
    header .navbar .navbar-collapse .navbar-nav > .nav-item:last-child a{
padding: 7px 15px;
}
}
@media(max-width:1100px){
    header .navbar .navbar-collapse .navbar-nav > .nav-item:last-child a{
font-size: 13px;
}
}




/*Whatsapp Chat styles*/
.whatsapp-floating {
  position: fixed;
  bottom: 0px;
  right: 0px;
	    z-index: 99;
}

.whatsapp-floating .wa-bubble {
  width: 64px;
  height: 64px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 12px;
          box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 12px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  position: relative;
  outline: transparent;
  background-color: white;
  margin-bottom: 20px;
  margin-right: 20px;
  margin-left: 20px;
  border: 0px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.whatsapp-floating .wa-bubble svg {
  height: 32px;
  width: 32px;
  position: static;
  fill: #4fce5d;
}

.whatsapp-floating .wa-bubble:before, .whatsapp-floating .wa-bubble:after {
  content: "";
  position: absolute;
  border: 1px solid #4fce5d;
  inset: -2px;
  border-radius: 500px;
  opacity: 0;
  z-index: 0;
}

.whatsapp-floating .wa-bubble:after {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.whatsapp-floating .wa-bubble.addAnimation:before, .whatsapp-floating .wa-bubble.addAnimation:after {
  -webkit-animation: 1s linear 0s infinite normal none running wa-chats-pulse;
          animation: 1s linear 0s infinite normal none running wa-chats-pulse;
}

.whatsapp-floating .wa-bubble .notification-dot {
  width: 10px;
  height: 10px;
  background-color: red;
  position: absolute;
  z-index: 1;
  border-radius: 50%;
  right: 4px;
  top: 4px;
  display: block;
}

.whatsapp-floating .wa-chat-box {
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 12px 24px 0px;
          box-shadow: rgba(0, 0, 0, 0.1) 0px 12px 24px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  width: 360px;
  border-radius: 10px;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: white;
  -webkit-transform: translate3d(0px, 10px, 0px);
          transform: translate3d(0px, 10px, 0px);
  pointer-events: all;
  -ms-touch-action: auto;
      touch-action: auto;
  margin-bottom: 96px;
  position: fixed;
  bottom: 0px;
  right: 0px;
  left: auto;
  margin-right: 20px;
}

.whatsapp-floating .wa-chat-box.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0px, 0px, 0px);
          transform: translate3d(0px, 0px, 0px);
}

.whatsapp-floating .wa-chat-box .wa-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 20px;
  height: 20px;
  opacity: 0.4;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  outline: transparent;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.whatsapp-floating .wa-chat-box .wa-close:before, .whatsapp-floating .wa-chat-box .wa-close:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 2px;
  background-color: white;
  display: block;
  border-radius: 2px;
}

.whatsapp-floating .wa-chat-box .wa-close:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.whatsapp-floating .wa-chat-box .wa-close:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.whatsapp-floating .wa-chat-box .wa-close:hover {
  opacity: 0.8;
}

.whatsapp-floating .wa-chat-box .wa-chat-header {
  background: #095e54;
  color: #111111;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 24px 20px;
}

.whatsapp-floating .wa-chat-box .wa-chat-header figure.wa-chat-avatar {
  margin: 0px;
  width: 52px;
  height: 52px;
  display: block;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.whatsapp-floating .wa-chat-box .wa-chat-header figure.wa-chat-avatar:before {
  content: "";
  bottom: 0px;
  right: 0px;
  width: 12px;
  height: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #4ad504;
  display: block;
  position: absolute;
  z-index: 1;
  border-radius: 50%;
  border: 2px solid #095e54;
}

.whatsapp-floating .wa-chat-box .wa-chat-header figure.wa-chat-avatar .wa-avatar-img {
  height: 100%;
  width: 100%;
  overflow: hidden;
  border-radius: 50%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.whatsapp-floating .wa-chat-box .wa-chat-header figure.wa-chat-avatar .wa-avatar-img img {
  width: 100%;
  height: auto;
}

.whatsapp-floating .wa-chat-box .wa-chat-header figcaption.wa-chat-user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
  margin-left: 16px;
  margin-right: 16px;
}

.whatsapp-floating .wa-chat-box .wa-chat-header figcaption.wa-chat-user .wa-user-name {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: white;
  width: 100%;
}

.whatsapp-floating .wa-chat-box .wa-chat-header figcaption.wa-chat-user .wa-user-status {
  font-size: 13px;
  line-height: 18px;
  margin-top: 4px;
  width: 100%;
  color: white;
}

.whatsapp-floating .wa-chat-box .wa-chat-body {
  padding: 20px 20px 20px 10px;
  background-color: #e6ddd4;
  position: relative;
  overflow: auto;
  max-height: 382px;
}

.whatsapp-floating .wa-chat-box .wa-chat-body:before {
  display: block;
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  z-index: 0;
  opacity: 0.08;
  background-image: url(../images/whatsapp.webp);
}

.whatsapp-floating .wa-chat-box .wa-chat-body .wa-chat-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.whatsapp-floating .wa-chat-box .wa-chat-body .wa-chat-container .wa-chat-loader {
  background-color: white;
  width: 52.5px;
  height: 32px;
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 10px;
  opacity: 1;
  -webkit-transition: all 0.1s ease 0s;
  transition: all 0.1s ease 0s;
  z-index: 1;
  -webkit-box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
          box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
}

.whatsapp-floating .wa-chat-box .wa-chat-body .wa-chat-container .wa-chat-loader span {
  display: block;
  height: 5px;
  width: 5px;
  margin: 0px 2px;
  background-color: #b6b5ba;
  border-radius: 50%;
  position: relative;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  top: 0px;
  display: inline-block;
  -webkit-animation-name: typingAnim;
          animation-name: typingAnim;
  -webkit-animation-delay: 200ms;
          animation-delay: 200ms;
}

.whatsapp-floating .wa-chat-box .wa-chat-body .wa-chat-container .wa-chat-loader span:nth-child(2) {
  -webkit-animation-delay: 300ms;
          animation-delay: 300ms;
}

.whatsapp-floating .wa-chat-box .wa-chat-body .wa-chat-container .wa-chat-loader span:nth-child(3) {
  -webkit-animation-delay: 400ms;
          animation-delay: 400ms;
}

.whatsapp-floating .wa-chat-box .wa-chat-body .wa-chat-container .wa-chat-message-box {
  padding: 7px 14px 6px;
  background-color: white;
  border-radius: 0px 8px 8px;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform-origin: center top;
          transform-origin: center top;
  z-index: 2;
  -webkit-box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
          box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
  margin-top: 4px;
  max-width: calc(100% - 66px);
  margin-left: -54px;
  opacity: 0;
}

.whatsapp-floating .wa-chat-box .wa-chat-body .wa-chat-container .wa-chat-message-box:before {
  position: absolute;
  background-image: url(../images/arrow.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  top: 0px;
  left: -12px;
  width: 12px;
  height: 19px;
  display: block;
}

.whatsapp-floating .wa-chat-box .wa-chat-body .wa-chat-container .wa-chat-message-box .wa-user-name {
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.4);
}

.whatsapp-floating .wa-chat-box .wa-chat-body .wa-chat-container .wa-chat-message-box .wa-chat-message {
  font-size: 14px;
  line-height: 19px;
  margin-top: 4px;
  color: #111111;
}

.whatsapp-floating .wa-chat-box .wa-chat-body .wa-chat-container .wa-chat-message-box .wa-chat-time {
  text-align: right;
  margin-top: 4px;
  font-size: 12px;
  line-height: 16px;
  color: rgba(17, 17, 17, 0.5);
  margin-right: -8px;
  margin-bottom: -4px;
  display: block;
}

.whatsapp-floating .wa-chat-box .wa-chat-link {
  padding: 8px 12px;
  border-radius: 24px;
  border: none;
  background: #128c7e;
  color: white;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px;
  overflow: hidden;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-decoration: none;
}

.whatsapp-floating .wa-chat-box .wa-chat-link svg {
  width: 16px;
  height: 16px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16px;
          flex: 0 0 16px;
  fill: white;
  z-index: 1;
}

.whatsapp-floating .wa-chat-box .wa-chat-link span {
  margin-left: 8px;
  margin-right: 8px;
  z-index: 1;
  color: white;
}

@-webkit-keyframes wa-chats-pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0;
  }
}

@keyframes wa-chats-pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0;
  }
}

@-webkit-keyframes typingAnim {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    background-color: #9e9da2;
  }
  28% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
    background-color: #b6b5ba;
  }
  44% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    background-color: #9e9da2;
  }
}

@keyframes typingAnim {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    background-color: #9e9da2;
  }
  28% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
    background-color: #b6b5ba;
  }
  44% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    background-color: #9e9da2;
  }
}