/*body{
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: #333;
  overflow-x: hidden;
  background: #f9f9f9;
}*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap");
* {
    margin: 0;
    padding: 0;
}
*:focus {
    outline: 0 !important;
}
html {
  scroll-behavior: smooth;
}
/*----------------------------------------------------*/

.pl-50{
  padding-left: 50px;
}
@media(max-width: 767px){
  .pl-50{
    padding-left: 10px;
  }
}
@media (max-width:767px){
  .header_area .navbar-collapse{
    max-height: 250px;
    overflow-y: scroll!important;
  }
}
@media (max-width:1199px){
  .header_area .navbar-collapse{
    max-height: 250px;
    overflow-y: scroll!important;
  }
}

.header_area {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  transition: background 0.4s, all 0.3s linear; }
  .header_area .navbar {
    background: transparent;
    padding: 0px;
    border: 0px;
    border-radius: 0px; }
    .header_area .navbar .navbar-brand img + img {
      display: none; }
    .header_area .navbar .nav .nav-item {
      margin-right: 45px; }
      .header_area .navbar .nav .nav-item .nav-link {
        /*font: 500 13px/68px "Roboto", sans-serif;*/
        font-size: 13px;
        text-transform: uppercase;
        color: #fff;
        padding: 0px;
        display: inline-block;
        font-weight: 500; }
        .header_area .navbar .nav .nav-item .nav-link:hover {
          color: #6195ff;
         }
        .header_area .navbar .nav .nav-item .nav-link:after {
          display: none; }
      .header_area .navbar .nav .nav-item.submenu {
        position: relative; }
        .header_area .navbar .nav .nav-item.submenu ul {
          border: none;
          padding: 0px;
          border-radius: 0px;
          box-shadow: none;
          margin: 0px;
          background: #fff; }
          @media (min-width: 992px) {
            .header_area .navbar .nav .nav-item.submenu ul {
              position: absolute;
              top: 120%;
              left: 0px;
              min-width: 200px;
              text-align: left;
              opacity: 0;
              transition: all 300ms ease-in;
              visibility: hidden;
              display: block;
              border: none;
              padding: 0px;
              border-radius: 0px;
              box-shadow: 0px 10px 30px 0px rgba(255, 255, 255, 0.3); } }
          .header_area .navbar .nav .nav-item.submenu ul:before {
            content: "";
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 10px 10px 0 10px;
            border-color: #eeeeee transparent transparent transparent;
            position: absolute;
            right: 24px;
            top: 45px;
            z-index: 3;
            opacity: 0;
            transition: all 400ms linear; }
          .header_area .navbar .nav .nav-item.submenu ul .nav-item {
            display: block;
            float: none;
            margin-right: 0px;
            border-bottom: 1px solid #ededed;
            margin-left: 0px;
            transition: all 0.4s linear; }
            .header_area .navbar .nav .nav-item.submenu ul .nav-item .nav-link {
              line-height: 45px;
              color: #222222;
              padding: 0px 30px;
              transition: all 150ms linear;
              display: block;
              margin-right: 0px; }
            .header_area .navbar .nav .nav-item.submenu ul .nav-item:last-child {
              border-bottom: none; }
            .header_area .navbar .nav .nav-item.submenu ul .nav-item:hover .nav-link {
              background: #6195ff;
              color: #fff; }
        @media (min-width: 992px) {
          .header_area .navbar .nav .nav-item.submenu:hover ul {
            visibility: visible;
            opacity: 1;
            top: 100%; } }
        .header_area .navbar .nav .nav-item.submenu:hover ul .nav-item {
          margin-top: 0px; }
      .header_area .navbar .nav .nav-item:last-child {
        margin-right: 0px; }
    .header_area .navbar .search {
      font-size: 12px;
      line-height: 60px;
      display: inline-block;
      color: #222222;
      margin-left: 80px; }
      .header_area .navbar .search i {
        font-weight: 600; }
  .header_area.navbar_fixed .main_menu {
    position: fixed;
    width: 100%;
    top: -70px;
    left: 0;
    right: 0;
    background: #fff;
    transform: translateY(70px);
    transition: transform 500ms ease, background 500ms ease;
    -webkit-transition: transform 500ms ease, background 500ms ease;
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1); }
    .header_area.navbar_fixed .main_menu .navbar .navbar-brand img {
      display: none; }
      .header_area.navbar_fixed .main_menu .navbar .navbar-brand img + img {
        display: inline-block; 
      }
    .header_area.navbar_fixed .main_menu .navbar .nav .nav-item .nav-link {
      line-height: 40px;
      color: #222222; }
    .header_area.navbar_fixed .main_menu .navbar .nav .nav-item .nav-link:hover {
      color: #6195ff; }
      /*Second Nav Item Start*/
      .header_area .navbar .nav .sec-nav-item {
      margin-right: 45px; }
      .header_area .navbar .nav .sec-nav-item .nav-link {
        /*font: 500 13px/68px "Roboto", sans-serif;*/
        font-size: 13px;
        text-transform: uppercase;
        color: #555;
        padding: 0px;
        display: inline-block;
        font-weight: 500; }
        .header_area .navbar .nav .sec-nav-item .nav-link:hover {
          color: #6195ff;
         }
        .header_area .navbar .nav .sec-nav-item .nav-link:after {
          display: none; }
      .header_area .navbar .nav .sec-nav-item.submenu {
        position: relative; }
        .header_area .navbar .nav .sec-nav-item.submenu ul {
          border: none;
          padding: 0px;
          border-radius: 0px;
          box-shadow: none;
          margin: 0px;
          background: #fff; }
          @media (min-width: 992px) {
            .header_area .navbar .nav .sec-nav-item.submenu ul {
              position: absolute;
              top: 120%;
              left: 0px;
              min-width: 200px;
              text-align: left;
              opacity: 0;
              transition: all 300ms ease-in;
              visibility: hidden;
              display: block;
              border: none;
              padding: 0px;
              border-radius: 0px;
              box-shadow: 0px 10px 30px 0px rgba(255, 255, 255, 0.3); } }
          .header_area .navbar .nav .sec-nav-item.submenu ul:before {
            content: "";
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 10px 10px 0 10px;
            border-color: #eeeeee transparent transparent transparent;
            position: absolute;
            right: 24px;
            top: 45px;
            z-index: 3;
            opacity: 0;
            transition: all 400ms linear; }
          .header_area .navbar .nav .sec-nav-item.submenu ul .sec-nav-item {
            display: block;
            float: none;
            margin-right: 0px;
            border-bottom: 1px solid #ededed;
            margin-left: 0px;
            transition: all 0.4s linear; }
            .header_area .navbar .nav .sec-nav-item.submenu ul .sec-nav-item .nav-link {
              line-height: 45px;
              color: #222222;
              padding: 0px 30px;
              transition: all 150ms linear;
              display: block;
              margin-right: 0px; }
            .header_area .navbar .nav .sec-nav-item.submenu ul .sec-nav-item:last-child {
              border-bottom: none; }
            .header_area .navbar .nav .sec-nav-item.submenu ul .sec-nav-item:hover .nav-link {
              background: #6195ff;
              color: #fff; }
        @media (min-width: 992px) {
          .header_area .navbar .nav .sec-nav-item.submenu:hover ul {
            visibility: visible;
            opacity: 1;
            top: 100%; } }
        .header_area .navbar .nav .sec-nav-item.submenu:hover ul .nav-item {
          margin-top: 0px; }
      .header_area .navbar .nav .sec-nav-item:last-child {
        margin-right: 0px; }
    .header_area .navbar .search {
      font-size: 12px;
      line-height: 60px;
      display: inline-block;
      color: #222222;
      margin-left: 80px; }
      .header_area .navbar .search i {
        font-weight: 600; }
  .header_area.navbar_fixed .main_menu {
    position: fixed;
    width: 100%;
    top: -70px;
    left: 0;
    right: 0;
    background: #fff;
    transform: translateY(70px);
    transition: transform 500ms ease, background 500ms ease;
    -webkit-transition: transform 500ms ease, background 500ms ease;
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1); }
    .header_area.navbar_fixed .main_menu .navbar .navbar-brand img {
      display: none; }
      .header_area.navbar_fixed .main_menu .navbar .navbar-brand img + img {
        display: inline-block; }
    .header_area.navbar_fixed .main_menu .navbar .nav .sec-nav-item .nav-link {
      line-height: 70px;
      color: #222222; }
    .header_area.navbar_fixed .main_menu .navbar .nav .sec-nav-item .nav-link:hover {
      color: #6195ff; }
      /*Second Nav Item End*/
.top_menu {
  overflow: hidden; }
  .top_menu .top_inner {
    background: rgba(255, 255, 255, 0.15);
    overflow: hidden;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 0px 0px 5px 5px; }
  .top_menu .float-left a {
    line-height: 30px;
    display: inline-block;
    color: #fff;
    /*font-family: "Roboto", sans-serif;*/
    font-size: 12px;
    margin-right: 50px;
    transition: all 300ms linear 0s; }
    .top_menu .float-left a:last-child {
      margin-right: 0px; }
    .top_menu .float-left a:hover {
      color: #faba00; }
  .top_menu .float-right .pur_btn {
    background: #faba00;
    color: #fff;
    /*font-family: "Roboto", sans-serif;*/
    line-height: 40px;
    display: block;
    padding: 0px 40px;
    font-weight: 500;
    font-size: 12px; }
/*Second top menu starts*/
.sec_top_menu {
  overflow: hidden; }
  .sec_top_menu .top_inner {
    background: rgba(255, 255, 255, 0.15);
    overflow: hidden;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 0px 0px 5px 5px; }
  .sec_top_menu .float-left a {
    line-height: 30px;
    display: inline-block;
    color: #fff;
    /*font-family: "Roboto", sans-serif;*/
    font-size: 12px;
    margin-right: 50px;
    transition: all 300ms linear 0s; }
    .sec_top_menu .float-left a:last-child {
      margin-right: 0px; }
    .sec_top_menu .float-left a:hover {
      color: #faba00; }
  .sec_top_menu .float-right .pur_btn {
    background: #faba00;
    color: #fff;
    /*font-family: "Roboto", sans-serif;*/
    line-height: 40px;
    display: block;
    padding: 0px 40px;
    font-weight: 500;
    font-size: 12px; }
/*Second top menu ends*/
.header_socila li {
  display: inline-block;
  margin-right: 20px; }
  .header_socila li a {
    color: #fff;
    line-height: 30px;
    display: inline-block; }
  .header_socila li:last-child {
    margin-right: 0px; }
  .header_socila li:hover a {
    color: #6195ff; }
/*Second Header*/
.sec_header_area {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  transition: background 0.4s, all 0.3s linear; }
  .sec_header_area .navbar {
    background: transparent;
    padding: 0px;
    border: 0px;
    border-radius: 0px; }
    .sec_header_area .navbar .navbar-brand img + img {
      display: none; }
    .sec_header_area .navbar .nav .nav-item {
      margin-right: 45px; }
      .sec_header_area .navbar .nav .nav-item .nav-link {
        /*font: 500 13px/68px "Roboto", sans-serif;*/
        font-size: 13px;
        text-transform: uppercase;
        padding: 0px;
        display: inline-block;
        font-weight: 500; }
        .sec_header_area .navbar .nav .nav-item .nav-link:hover {
          color: #6195ff;
         }
        .sec_header_area .navbar .nav .nav-item .nav-link:after {
          display: none; }
      .sec_header_area .navbar .nav .nav-item.submenu {
        position: relative; }
        .sec_header_area .navbar .nav .nav-item.submenu ul {
          border: none;
          padding: 0px;
          border-radius: 0px;
          box-shadow: none;
          margin: 0px;
          background: #fff; }
          @media (min-width: 992px) {
            .sec_header_area .navbar .nav .nav-item.submenu ul {
              position: absolute;
              top: 120%;
              left: 0px;
              min-width: 200px;
              text-align: left;
              opacity: 0;
              transition: all 300ms ease-in;
              visibility: hidden;
              display: block;
              border: none;
              padding: 0px;
              border-radius: 0px;
              box-shadow: 0px 10px 30px 0px rgba(255, 255, 255, 0.3); } }
          .sec_header_area .navbar .nav .nav-item.submenu ul:before {
            content: "";
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 10px 10px 0 10px;
            border-color: #eeeeee transparent transparent transparent;
            position: absolute;
            right: 24px;
            top: 45px;
            z-index: 3;
            opacity: 0;
            transition: all 400ms linear; }
          .sec_header_area .navbar .nav .nav-item.submenu ul .nav-item {
            display: block;
            float: none;
            margin-right: 0px;
            border-bottom: 1px solid #ededed;
            margin-left: 0px;
            transition: all 0.4s linear; }
            .sec_header_area .navbar .nav .nav-item.submenu ul .nav-item .nav-link {
              line-height: 45px;
              color: #222222;
              padding: 0px 30px;
              transition: all 150ms linear;
              display: block;
              margin-right: 0px; }
            .sec_header_area .navbar .nav .nav-item.submenu ul .nav-item:last-child {
              border-bottom: none; }
            .sec_header_area .navbar .nav .nav-item.submenu ul .nav-item:hover .nav-link {
              background: #6195ff;
              color: #fff; }
        @media (min-width: 992px) {
          .sec_header_area .navbar .nav .nav-item.submenu:hover ul {
            visibility: visible;
            opacity: 1;
            top: 100%; } }
        .sec_header_area .navbar .nav .nav-item.submenu:hover ul .nav-item {
          margin-top: 0px; }
      .sec_header_area .navbar .nav .nav-item:last-child {
        margin-right: 0px; }
    .sec_header_area .navbar .search {
      font-size: 12px;
      line-height: 60px;
      display: inline-block;
      color: #222222;
      margin-left: 80px; }
      .sec_header_area .navbar .search i {
        font-weight: 600; }
  .sec_header_area.navbar_fixed .main_menu {
    position: fixed;
    width: 100%;
    top: -70px;
    left: 0;
    right: 0;
    background: #fff;
    transform: translateY(70px);
    transition: transform 500ms ease, background 500ms ease;
    -webkit-transition: transform 500ms ease, background 500ms ease;
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1); }
    .sec_header_area.navbar_fixed .main_menu .navbar .navbar-brand img {
      display: none; }
      .sec_header_area.navbar_fixed .main_menu .navbar .navbar-brand img + img {
        display: inline-block; }
    .sec_header_area.navbar_fixed .main_menu .navbar .nav .nav-item .nav-link {
      line-height: 70px;
      color: #222222; }
    .sec_header_area.navbar_fixed .main_menu .navbar .nav .nav-item .nav-link:hover {
      color: #6195ff; }
  .sec_top_menu {
  overflow: hidden; }
  .sec_top_menu .top_inner {
    background: rgba(0, 123, 255, 0.5);
    overflow: hidden;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 0px 0px 5px 5px; }
  .sec_top_menu .float-left a {
    line-height: 30px;
    display: inline-block;
    color: #fff;
    /*font-family: "Roboto", sans-serif;*/
    font-size: 12px;
    margin-right: 50px;
    transition: all 300ms linear 0s; }
    .sec_top_menu .float-left a:last-child {
      margin-right: 0px; }
    .sec_top_menu .float-left a:hover {
      color: #faba00; }
  .sec_top_menu .float-right .pur_btn {
    background: #faba00;
    color: #fff;
    /*font-family: "Roboto", sans-serif;*/
    line-height: 40px;
    display: block;
    padding: 0px 40px;
    font-weight: 500;
    font-size: 12px; }

.header_socila li {
  display: inline-block;
  margin-right: 20px; }
  .header_socila li a {
    color: #fff;
    line-height: 30px;
    display: inline-block; }
  .header_socila li:last-child {
    margin-right: 0px; }
  .header_socila li:hover a {
    color: #6195ff; }
    .phone-icon{
      width: 38px;
      height: 38px;
      line-height: 38px;
      background: #fff;
      border-radius: 50%;
     /* box-shadow: 1px 2px 11px #ddd;*/
     border: 1px solid #6195ff;
      position: absolute;
      right: 55px;
      color: #6195ff;
      text-align: center;
}
 .phone-icon {
    display: none;
}

@media all and (max-width: 768px){
.phone-icon {
    display: block;
}
}
 .contact-to-hide {
    display: block;
}

@media all and (max-width: 768px){
.contact-to-hide {
    display: none;
}
}
#panel{
    padding: 10px 10px;
    background-color: #ffffff;
    border: solid 1px #c3c3c3;
    position: absolute;
    top: 60px;
    left: 112px;
    border-radius: 5px;
}
#panel ul{
  list-style-type: none;
}
#panel i{
    width: 25px;
    height: 25px;
    border: 1px solid #6195ff;
    color: #6195ff;
    padding: 6px;
    background: #ffffff;
    border-radius: 50%;
    font-size: 11px;
    margin-right: 5px;
}
/*---------------------------------------------------- */
body{
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 26px;
  color: #474747;
}
h1,h2,h3,h4,h5,h6{
  font-weight: 500;
  margin-top: 0px;
  color: #474747;
  font-weight: 600;
}
h1{
  font-size: 60px;
}
h2{
  font-size: 40px;
  font-weight: 600;
}
h3{
  font-size: 30px;
  font-weight: 600;
}
h4{
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;  
}
h6{
  font-size: 18px;
  font-weight: 500;
}
ol, ul{
  padding: 0;
  margin: 0;
}
.text-white{
  color: #fff;
}

.text-black{
  color: #0d0d0d;
}
.text-blue{
 color: #1293D4;
}
.text-light-blue{
  color: #6195ff;
}
.text-dark{
  color: #474747;
}
.text-gray{
  color: #868f9b;
}
.text-light-gray{
  color: #f8f9fa;
}
.btn{
  padding: 10px 30px;
  margin: 5px;
  font-size: 14px;
  font-weight: 500;
}
.btn-try{
  padding: 4px 16px;
    margin: 5px;
    font-size: 12px;
    font-weight: 500;
    background: #6195ff;
    color: #fff;
    border-radius: 30px;
    position: absolute;
    right: 101px;
}
.btn-try:hover, .btn-try:focus{
  color: #fff;
  box-shadow: none;
  transition: all 0.5s;
}
.btn-try {
    display: none;
}

@media all and (max-width: 768px){
.btn-try {
    display: block;
}
}
@media (max-width: 767px){
  .btn{
    font-size: 11px;
    padding: 8px 20px;
  }
}
.btn-white{
   border: 1px solid #fff;
  border-radius: 30px;
  color: #fff;
}
.btn-white:hover, .btn-white:focus{
  box-shadow: none;
  color: #fff;
  background: #1293d4;
  transition: all 0.5s;
  border: 1px solid #1293d4;
}
.btn-blue{
  border: 1px solid #1293d4;
  border-radius: 30px;
  color: #1293d4;
}
.btn-blue:hover, .btn-blue:focus{
  background: #1293d4;
  color: #fff;
  box-shadow: none;
  transition: all 0.5s;
}
.btn-apply{
  border: 1px solid #1293d4;
  border-radius: 30px;
  color: #1293d4!important;
}
.btn-apply:hover, .btn-apply:focus{
  background: #1293d4;
  color: #fff!important;
  box-shadow: none;
  transition: all 0.5s;
}
.sm-padding{
  padding-top: 60px;
  padding-bottom: 20px;
}
.xs-padding{
  padding-top: 40px;
  padding-bottom: 40px;
}
.md-padding{
  padding-top: 80px;
  padding-bottom: 40px;
}
@media (max-width: 767px){
  .md-padding{
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.lg-padding{
  padding-top: 80px;
  padding-bottom: 40px;
}
.normal-padding{
  padding-top: 60px;
  padding-bottom: 60px; 
}
.footer-padding{
  padding-top: 60px;
  padding-bottom: 10px;
}
.contact-padding{
  padding-top: 40px;
  padding-bottom: 20px;
}
.bg-gray{
  background: #F1F1F1;
}
.light-bg-gray{
  background: #F8f9fa;
}
.bg-dark-gray{
  background: #1C1D21;
}
.bg-light-blue{
  background: #F6FCFD;
}
.footer-bg{
  background: #202020;
}
.bg-white{
  background: #fff;
}
.bg-dark{
  background: #151414;
}
.bg{
  background: center fixed no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.bg:after{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background: #000;
  width: 100%;
  height: 100%;
  opacity: 0.80;
}
.smile-bg{
  background: center fixed no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.smile-bg:after{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background: #2b537d;
  width: 100%;
  height: 100%;
  opacity: 0.9;
}
.bg1{
  background-position: left;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
.bg1:after{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background: #000;
  width: 100%;
  height: 100%;
  opacity: 0.90;
}
/*.tt_cc + .tooltip > .tooltip-inner {background-color: #f00 !important;}*/

/*.tooltip-inner, .tooltip .tooltip-arrow {
  background-color: #00acd6 !important;
  color: #fff;
}*/
/*.tooltip.top .tooltip-inner {
    background-color:red!important;
}
.tooltip.top .tooltip-arrow {
      border-top-color: red!important;
}*/
.sm-bg{
  background-position: center;
  position: relative;
  z-index: 1;
}
.sm-bg:after{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background: #000;
  width: 100%;
  height: 100%;
  opacity: 0.80;
  border-radius: 10px 10px 0px 0px;
}

/*-Header section-*/
.header-top{
  background: #fff;
  color: #474747;
  padding: 5px 0px;
}
.header-top span{
  font-size: 10px;
  padding: 0px 10px;
}
.header-top-icons span{
  background: #6195FF;
  padding: 10px;
}
.header-top-icons li{
  display: inline;
  padding: 10px 5px;
  margin: 0;
}
.header-top-icons li:hover{
  background: #6195FF;
  color: #fff
  padding:10px 5px;
}
.header-top-icons li a{
  font-size: 14px;
  padding: 10px 5px; 
  color: #6195FF;
}
.header-top-icons li:hover a{
  color: #fff;
}
.header-bg{
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  /*height: 90vh;*/
  height: auto;
  position: relative;
  z-index: 1;
}
.header-bg:after{
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  background-color: #000;
  opacity: 0.70;
  width: 100%;
  /*height: 100vh;*/
  height: auto;
}
.header-content{
  padding-top: 25%;
}
.header-content p{
  margin-bottom: 20px;
}
.header-slider .icon-left{
    padding: 8px 15px;
    color: #1293D4;
    font-weight: 500;
    border: 1px solid #6195ff;
    position: absolute;
    border-radius: 0px 20px 20px 0px;
    left: 0%;
    top: 50%;
    -ms-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform:translateY(-50%);
}
.header-slider .icon-left:hover{
  background: #6195ff;
  color: #fff;
} 
.header-slider .icon-right{
    padding: 8px 15px;
    color: #1293D4;
    font-weight: 500;
    border: 1px solid #6195ff;
    position: absolute;
    border-radius: 20px 0px 0px 20px;
    right: 0%;
    top: 50%;
    -ms-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform:translateY(-50%);
}
.header-slider .icon-right:hover{
  background: #6195ff;
  color: #fff;
}
@media (max-width: 767px){
  .header-slider .icon-left{
    padding: 2px 8px;
    top: 45%;
  }
  .header-slider .icon-right{
    padding: 2px 8px;
    top: 45%;
}
}
.title .title-line{
  background: #6195ff;
  width: 40px;
  height: 4px;
  margin: auto;
  margin-top: 10px;
}
.title .title-left-line{
  background: #6195FF;
  width: 40px;
  height: 4px;
}
.title h2{
  font-size: 30px;
  color: #474747;
  font-weight: 700;
}
.title .emp-title{
  font-size: 30px;
}
.title h3{
  font-size: 22px;
  color: #474747;
}
@media (max-width: 767px){
  h1{
    font-size: 30px;
  }
  h2{
    font-size: 24px;
  }
  h3{
    font-size: 20px;
  }
  h4{
    font-size: 18px;
  }
  h5{
    font-size: 16px;
  }
  .title h2{
    font-size: 18px;
  }
  .title h3{
    font-size: 16px;
  }
  .title .emp-title{
  font-size: 18px;
}
.title .title-line{
  display: none;
}
.title .title-left-line{
  display: none;
}
}
/*-welcome section-*/
.wlcm-text{
  padding: 50px 20px 10px;
}
.wlcm-text h3{
  font-size: 30px;
}
@media (max-width: 767px){
  .wlcm-text h3{
    font-size: 25px;
  }
  .wlcm-text h4{
    font-size: 20px;
  }
  .wlcm-text h3{
    font-size: 18px;
  }
}
/*.wlcm-text p{
  text-align: justify;
}*/
.wlcm-img{
  padding: 40px 20px 20px;
}
.buzz-text{
  /*padding: 10px 10px;*/
  text-align: center;
 /* border: 1px solid #fff;*/
}
.buzz-border{
  border: 1px solid #fff;
  margin-top: 30px;
  margin-bottom: 76px;
  padding: 10px;
  border-radius: 20px 0px 20px 0px;
}
.buzz-text h3{
  font-weight: 500;
  padding-top: 20px;
  margin-bottom: 25px;
}
.buzz-slider .buzz-icon-left{
    border: 1px solid #fff;
    padding: 8px 15px;
    color: #fff;
    font-weight: 500;
    border: 1px solid #f5f5f5;
    position: absolute;
    left: 41%;
    bottom: -31%;
    border-radius: 20px 0px 0px 20px;
}
.buzz-slider .buzz-icon-left:hover{
  background: #1293D4;
} 
.buzz-slider .buzz-icon-right{
    border: 1px solid #fff;
    padding: 8px 15px;
    color: #fff;
    font-weight: 500;
    border: 1px solid #f5f5f5;
    position: absolute;
    right: 41%;
    bottom: -31%;
    border-radius: 0px 20px 20px 0px;
}
.buzz-slider .buzz-icon-right:hover{
  background: #1293D4;
} 
@media (max-width: 767px){
  .buzz-slider .buzz-icon-left{
    bottom: 0%;
    left: 34%;
}

.buzz-slider .buzz-icon-right{
    right: 34%;
    bottom: 0%;
}
}
/*-Product-*/
.product a{
  text-decoration: none;
  outline: none;
  color: #474747;
}
.product-box{
  text-align: center;
  border-radius: 10px;
  border: 1px solid #cac8c8; 
  margin-bottom: 30px;
}
.product-box:hover {
  background-image: url(../img/5.jpg);
  background-size: cover;
  background-position: center center;
  background-attachment: local;
  transition: all .5s;  
}
.product-box:hover h6,.product-box:hover p{
  color: #fff;
}
.product-img{
  border-radius: 10px 10px 0px 0px;
  padding: 20px 0px;
  background: #a1c8ef45;
}
.product-box:hover .product-img{
  background: none;
}
.product-img img{
  border: 1px solid #adb5bd;
  border-radius: 50%;
  padding: 5px;
  width: 120px;
}

.product-img:hover img{
  border: 1px solid #adb5bd;
  border-radius: 50%;
  padding: 5px;
  width: 120px;
}

.product-text{
  padding: 20px 20px 10px;
  font-size: 13px;
  text-align: left;
}
.smile-slider .smile-item img.smile-img{
  width: 35%;
  margin: 0 auto;
  padding-top: 40px;
}
.smile-slider .icon-left{
    border: 1px solid #fff;
    padding: 8px 15px;
    color: #fff;
    font-weight: 500;
    border: 1px solid #f5f5f5;
    position: absolute;
    left: 130px;
    top: 45%;
    border-radius: 20px 0px 0px 20px;
}
.smile-slider .icon-left:hover{
  background: #1293D4;
} 
.smile-slider .icon-right{
    border: 1px solid #fff;
    padding: 8px 15px;
    color: #fff;
    font-weight: 500;
    border: 1px solid #f5f5f5;
    position: absolute;
    right: 130px;
    top: 45%;
    border-radius: 0px 20px 20px 0px;
}
.smile-slider .icon-right:hover{
  background: #1293D4;
}
@media (max-width: 767px){
.smile-slider .icon-left {
    left: 35px;
}
.smile-slider .icon-right{
    right: 35px;
}
}
.contact{
  text-align: center
}
.contact i{
  font-size: 36px;
  color: #6195ff;
  padding-bottom: 10px;
}
.contact li{
  color: #fff;
}
.contact h4{
  font-weight: 600;
  color: #fff;
}
.contact ul li{
  list-style: none;
  display: inline-block;
  margin: 5px;
  cursor: pointer;
}
.form-control {
    width: 100%;
    font-size: 14px;
    background:transparent;
    border: 1px solid #999;
    color: #eee;
}
.form-control:focus {
    box-shadow: none;
    border-color: #fff;
    background: transparent;
    color: #fff!important;
}
.form-control option{
  font-size: 14px;
  color: #6c757d;
}
.footer-text{
  margin-bottom: 20px;
}
.footer-text p{
  color: #f8f9fa;
}
.footer-icons ul li{
  list-style: none;
  width: 42px;
  height: 42px;
  border-radius: 50px;
  text-align: center;
  line-height: 42px;
  color: #fff;
  display: inline-block;
  margin: 5px;
}
.footer-contact i{
  margin-right: 10px;
}
.footer-text h4{
}
.footer-text .title-line {
    background: #6195ff;
    width: 40px;
    height: 2px;
    margin-bottom: 20px;
  }
.footer-contact a{
  text-decoration: none;
}
.footer-contact p{
  color: #f8f9fa;
  margin-bottom: 5px;
}
.footer-contact p:hover{
  color: #6195ff;
  transition: all 0.5s;
}
.footer-address span{
  margin: 5px;
}
.footer-content img{
  float: left;
  width: 70px;
}
.footer-link{
  overflow: hidden;
  padding-top: 10px;
  padding-left: 10px;
}

.address_popup{
  font-size: 11px;
  float: right;
  margin-right: 35px;
  background: white;
  color: black;
  border-radius: 5px;
  padding: 10px;
  display: none;
  position: absolute;
  left: 135px;
  top: 110px;
  width: 80%;
}
@media (max-width: 767px){
  .address_popup{
    width: 50%;
  }
}

/*------------------------------------*\
  Back to top
\*------------------------------------*/

#back-to-top {
    display:none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #1293d4;
    border-radius:3px;
    color: #FFF;
    z-index: 9999;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
    cursor: pointer;
}

#back-to-top:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f106";
}

#back-to-top:hover {
    opacity: 0.8;
}

.tooltip-primary + .tooltip > .tooltip-inner { 
  background-color: #fff!important; 
}
::-webkit-input-placeholder { /* Edge */
  color: #ccc !important;
}

:-ms-input-placeholder { /* Internet Explorer */
  color: #ccc !important;
}

::placeholder {
  color: #ccc !important;
}

/*
********************************************************
                      MEDIA QUERIES
********************************************************
*/
@media (max-width: 767px){
.header-bg{
  /*height: 40vh;*/
  height: auto;
}
.title h3{
  font-size: 24px;
}
.buzz-border{
  padding: 10px 10px 10px 10px;
  margin-bottom: 20px;
}
.product-box{
  margin: 10px 20px;
}
.footer-text{
  margin-bottom: 20px;
}
.form-group{
  margin: 5px 5px;
}
}
/*--Developers section--*/

.dev-header-bg{
  background: top center fixed no-repeat;
  background-size: cover;
  height: 100vh;
  position: relative;
  z-index: 1;
}
.dev-header-bg:after{
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  background-color: #000;
  opacity: 0.70;
  width: 100%;
  height: 100vh;
}
.dev-header{
  padding-top: 30%;
}
.dev-header h1{
  text-transform: uppercase;
}
.dev-sec{
  /*padding-top: 20px;*/
}
.dev-box{
  text-align: center;
  padding-top: 25px;
  border: 2px solid #fff;
  width: 150px;
  height: 150px;
  border-radius: 50%;
}
.dev-box:hover{
    background: #1293d4;
  }
.dev-box img{
  color: #fff;
}
/*.dev-text{
  text-align: justify;
}*/
.dev a{
  text-decoration: none;
  outline: none;
}

/*
********************************************************
                      MEDIA QUERIES
********************************************************
*/
@media (max-width: 767px){
  .dev-header{
  padding-top: 50%;
}
.dev-header h1{
  font-size: 30px;
}
  .dev-box{
    text-align: center;
    padding-top: 25px;
    border: 2px solid #fff;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: auto;
    margin-bottom: 10px;
  }
  .dev-box img{
    width: 30px;
  }
  .dev-box p{
    font-size: 12px;
  }

}
/*--Career--*/

.career-header-bg{
  background: top center fixed no-repeat;
  background-size: cover;
  height: 100vh;
  position: relative;
  z-index: 1;
}
.career-header-bg:after{
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  background: rgba(0, 119, 200, 0.8);
  width: 100%;
  height: 100vh;
}
.career-header-text h1{
  font-size: 36px;
}
@media (max-width: 767px){
  .career-header-text h1{
    font-size: 26px;
  }
}
.position{
  padding: 40px 20px;
}
.position h4{
  font-size: 24px;
  margin-bottom: 20px;
}
.position h5{
  font-size: 18px;
}
.position h6{
  font-size: 16px;
}
/*.position p{
  text-align: justify;
}*/
.apply h2{
  margin-bottom: 20px;
}
.btn-career{
  margin-top: 30px;
}

/*.work{
  position: absolute;
  z-index: 1;
}*/
.video-header {
  position: relative;
  background-color: black;
  height: 100vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

.video-header video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.video-header .container {
  position: relative;
  z-index: 2;
}

.video-header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 98, 204, 0.6);
  /*background: rgba(0, 119, 200, 0.6);*/
  z-index: 1;
}
.video-frame img{
  width: 100%;
  position: relative;
}
.video-frame iframe{
  position: absolute;
  top: 81px;
  left: 149px;
  height: 81%;
  width: 72%;
  z-index: 1;
}
@media (max-width: 767px){
.video-frame iframe{
  position: absolute;
  top: 33px;
  left: 71px;
  height: 81%;
  width: 69%;
  z-index: 1;
}
}
/*SMS API*/
.sms-pt{
  padding-top: 5%;
}
/*.dev-text p{
  text-align: justify;
}*/
.sms-header-text{
  padding-top: 18%;
}
@media (max-width: 767px){
  .sms-header-text{
    padding-top: 0;
  }
}
.sms-header-text h1{
  font-size: 30px;
}
.sms-header-text p{
  text-align: justify;
}
@media (max-width: 767px){
  .sms-header-img{
  text-align: center;
}
.sms-header-img img{
  width: 60%;
}
}

.bulk-sms img{
  width: 100%;
}
.code-size{
  font-size: 12px;
}
.add-ons{
  padding: 5px 40px;
}
/*.add-ons p{
  text-align: justify;
}*/
.add-ons img{
  width: 70px;
  height: 70px;
  transition: all 0.3s ease-in-out;
}
.add-ons img:hover{
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.add-ons h4{
  font-weight: bold;
  margin-bottom: 8px;
  font-size: 18px;
}
@media (max-width: 767px){
  .sms-pt{
    padding-top: 0%;
  }
  .sms-header-text h1{
  font-size: 18px;
}
  .add-ons{
    /*text-align: center;*/
  }
  .add-ons h4{
    font-size: 14px;
  }
  .add-ons img{
    width: 30px;
    height: 30px;
  }
  .bulk-sms{
    text-align: center;
  }
  .bulk-sms img{
    margin-bottom: 30px;
    width: 60%;
  }
  .code-size{
    font-size: 10px;
  }
}
/*API Technical Documentation*/
.api-tech-header{
  background: #6195ff;
  padding: 10px 20px 6px;
  width: 100%;
  border-radius: 5px;
  margin-bottom: 10px;
}
.api-tech-header i{
  color: #fff;
  font-size: 18px;
  margin-right: 10px;
}
.api-tech-header i{
  float: left;
  padding-top: 5px;
}
.api-tech-header h1{
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  padding-top: 2px;
}
.api-tech ul li{
  list-style: none;
  display: inline-block;
  border: 1px solid #6195ff;
  padding: 5px 10px;
  border-radius: 5px;
  margin: 2px;
}
.api-tech ul li:hover{
  background: #6195ff;
  transition: all 0.5s;
}
.api-tech ul a{
  color: #6195ff;
  text-decoration: none;
}
.api-tech ul a:hover{
  color: #fff;
}
.language-format{
  background: #d6e4ff;
  text-align: center;
  /*padding: 10px 0px;*/
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-radius: 5px;
}
.language-format span{
  font-weight: 600;
}
.code-box{
  background: #EFF5FA;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 10px;
}
.code-format{
  border: 1px solid #eee;
  border-radius: 5px;
}
.code-format-header{
  text-align: center;
  /*padding: 10px 0px;*/
  padding-top: 10px;
  padding-bottom: 10px;
}
.code-format-header span{
  font-weight: 600;
}
.code-format-content{
  background: #fff;
  padding: 5px;
}
.address_button {
  background: #fff;
  color: #2c2b31;
  border: none;
  border-radius: 5px;
  padding: 6px 10px;
  min-width: 108px;
  margin-bottom: 10px;
  position: relative;
  border-radius: 50px;
}
/*Edn*/
.edn-header-text{
  padding-top: 30%;
}
.edn-img{
  position: relative;
}
.edn-img img{
  width: 70%;
}
@media (max-width: 767px){
  .edn-img img{
  width: 98%;
}
}
.edn-header-text h1{
  position: absolute;
  left: 22px;
  top: 24px;
  font-size: 22px;
}
.edn-header-text p{
  font-size: 18px;
  font-weight: 500;
}
.edn-header-img{
  padding-top: 10%;
}
.edn-header-img img{
  width: 100%;
  position: relative;
}
.edn-feature{
  background: #1FC2D9;
  padding: 20px 10px 15px;
  border-radius: 10px;
}
.edn-feature-icon{
  background: #fff;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 50%;
  float: left;
}
.edn-feature-icon img{
}
.edn-feature-text{
  overflow: hidden;
  padding-left: 20px;
}
.edn-feature-text h4{
  margin-bottom: 5px;
  color: #fff;
}
.edn-feature-text p{
  color: #fff;
  margin-bottom: 0px;
}
.edn-video-frame img{
  width: 100%;
}
.edn-video-frame{
  position: relative;
}
.edn-video-frame iframe{
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 76%;
  height: 84%;
}
@media (max-width: 767px){
  .edn-img img{
  width: 98%;
}
.edn-header-text{
  padding-top: 0%;
}
.edn-header-text h1{
  left: 25px;
  top: 19px;
  font-size: 16px;
}
.edn-header-text p{
  font-size: 14px;
  font-weight: 500;
}
.edn-header-img{
  padding-top: 5%;
}
.edn-feature{
  margin-bottom: 10px;
}
.edn-feature-text p{
  font-size: 14px;
}
}
/*Empleado*/
.emp-header-text{
  padding-top: 30%;
}
.emp-header-text h1{
  font-size: 45px;
}
.emp-header-text h2{
  font-size: 21px;
  font-weight: 500;
}
.emp-header-img{
  padding-top: 10%;
}
.emp-header-img img{
  width: 100%;
  height: auto;
  margin: 0 auto
}
@media (max-width: 767px){
  .emp-header-img img{
  width: 60%;
  }
}
.emp-video-frame img{
  width: 100%;
  position: relative;
}
.emp-video-frame iframe{
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 60%;
  height: 82%;
}
@media (max-width: 767px){
  .emp-video-frame iframe{
  position: absolute;
  z-index: 10;
  top: 55%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 60%;
  height: 82%;
  }
}
.emp-section img{
  width: 100%;
  height: auto;
  position: relative;
}
.emp-screen-section img{
  width: 100%;
  height: auto;
  position: relative;
}
.video-play-button {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
}

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #6195ff;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #6195ff;
  border-radius: 50%;
  transition: all 200ms;
}

.video-play-button:hover:after {
  background-color: darken(#fa183d, 10%);
}

.video-play-button img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}

.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 32px solid #fff;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
}
@media (max-width: 767px){
  .video-play-button span{
    border-left: 20px solid #fff;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    top: 7px;
    left: 5px;
  }
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

.video-play-button1 {
  position: absolute;
  z-index: 10;
  top: 60%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
}

.video-play-button1:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #6195ff;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button1:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #6195ff;
  border-radius: 50%;
  transition: all 200ms;
}

.video-play-button1:hover:after {
  background-color: darken(#fa183d, 10%);
}

.video-play-button1 img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}

.video-play-button1 span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 32px solid #fff;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
}
@media (max-width: 767px){
  .video-play-button1 span{
    border-left: 20px solid #fff;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    top: 7px;
    left: 5px;
  }
}
@media (max-width: 767px){
  .video-play-button1{
    top: 60%;
  }
  .video-play-button1:before{
    width: 50px;
    height: 50px;
  }
  .video-play-button1:after{
    width: 50px;
    height: 50px;
  }
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

.screen-area {
    position: relative;
}

.screen-area img.screen-img {
    position: absolute;
    left: 50%;
    bottom: 50px;
    width: 507px;
    z-index: 11;
    transform: translateX(-50%);
}

.screen-slider {
    margin-top: 116px;
}
.screen-slider .single-screen{
  width: 100%;
}
.screen-slider .owl-dots {
    text-align: center;
    margin-top: 130px;
}

.screen-slider .owl-dots .owl-dot {
    height: 15px;
    width: 15px;
    border: 1px solid #6195ff;
    border-radius: 50%;
    display: inline-block;
    margin: 0px 2px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.screen-slider .owl-dots .active {
    background-color: #6195ff;
}

@media only screen and (max-width: 767px) {
    .screen-area img.screen-img{
        display: none;
    }
    .screen-slider .single-screen{
  width: 50%;
  margin: auto;
}
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
  .screen-area{
    /*padding: 80px 0px;*/
    padding-left: 80px;
    padding-right: 80px;
  }
  .screen-slider{
        margin-top: 0;
    }
    .screen-slider .owl-dots{
        margin-top: 40px;
    }
}
@media only screen and (min-width: 240px) and (max-width: 480px) {
  .screen-area{
    /*padding: 70px 0px;*/
    padding-top: 70px;
    padding-bottom: 70px;
  }
   .screen-slider{
        margin-top: 0;
    }
    .screen-slider .owl-dots{
        margin-top: 40px;
    }
}

.emp-pricing{
  text-align: center;
  /*padding: 20px 0px;*/
  padding-top: 20px;
  padding-bottom: 20px;
  border: 1px solid #eee;
  border-radius: 10px;
  margin-bottom: 20px;
}
.emp-pricing:hover{
  background: #f8f9ff;
  transition: all 0.5s;
}
.emp-pricing h3{
  /*padding: 5px 0px;*/
  padding-top: 5px;
  padding-bottom: 5px;
}
.emp-pricing .licens{
  font-size: 12px;
  font-weight: 500;
}
.emp-pricing-circle{
  width: 100px;
  height: 100px;
  padding-top: 20px;
  margin: 0 auto;
  border-radius: 100%;
  background-color: #3cb0f3;
  border: 5px solid #f3f3f3
}
@media (max-width: 767px){
  .emp-pricing-circle{
  padding-top: 30px;
}
}
.emp-pricing-circle h2{
  margin-bottom: 0px;
  color: #fff;
  font-weight: 500;
}
.emp-pricing-circle span{
  font-size: 12px;
  margin: 0;
}
.emp-pricing-tbody{
 /*padding:10px 0px 0px;*/
 padding-top: 10px;
}
.emp-pricing-tbody span{
  font-size: 12px;
  color: #999;
}
.emp-pricing-tbody p{
  font-size: 13px;
}
.emp-pricing-bbody h4{
  margin-bottom: 0px;
}
.emp-pricing-bbody span{
  font-size: 12px;
  color: #999;
}
.emp-pricing-bbody p{
  font-size: 13px;
}
.back-to-emp{
  padding-top: 80px;
  padding-bottom: 20px;
}
.bio-dev img{
  width: 100%;
}
.bio-dev h3{
  font-size: 24px;
}
.bio-dev h6{
  font-size: 14px;
  font-weight: 400;
  color: #999;
}
.bio-dev ul li{
  font-size: 12px;
  margin-left: 15px;
}
.back-to-emp i{
  margin-right: 10px;
}
.back-to-emp a{
  text-decoration: none;
}
.back-to-emp span{
  font-size: 16px;
  font-weight: 600;
}
@media (max-width: 767px){
  .emp-header-text{
  padding-top: 0px;
}
.emp-header-text h1{
  font-size: 26px;
}
.emp-header-text h2{
  font-size: 14px;
  font-weight: 400;
}
.emp-header-img{
  padding-top: 15px;
  text-align: center;
}
.emp-video-frame iframe {
  width: 86%;
  height: 123%;
}
.emp-section img{
  position: relative;
  width: 60%;
  margin-bottom: 30px;
  text-align: center;
}
.emp-screen-section img{
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 30px;
  text-align: center;
}
}
@media (max-width: 767px){
  .emp-section{
    text-align: center;
  }
}
@media (max-width: 767px){
  .back-to-emp{
  padding-top: 10px;
  padding-bottom: 10px;
}
  .bio-dev{
    margin-bottom: 20px;
  }
  .bio-dev img{
  width: 50%;
  margin-bottom: 20px;
}
}
/*Navbar bottom*/
.navbar-bottom{
  background:rgba(97,149,255,0.9)!important;
  position: fixed;
  width: 100%;
  display: flex;
  box-shadow: none;
  padding-left: 10%;
}
@media (max-width: 767px){
  .navbar-bottom{
    display: none!important;
  }
}
.navbar-bottom .navbar-nav .nav-item{
  padding: 0px 10px;
}
.navbar-bottom .navbar-nav .nav-item .nav-link{
  color: #fff;
}
@media (max-width: 767px){
  .navbar-bottom{
    justify-content: left;
  }
  .navbar-bottom .navbar-nav .nav-item .nav-link{
    font-size: 12px;
  }
}

/********************/
/*Accelerate*/
/******************/
.acc-header-text{
  text-align: center;
  margin-top: 30%;
}
.acc-header-text h1{
  margin-bottom: 5px;
  font-weight: 600;
  color: #656F6F;
  font-size: 35px;
}
.acc-header-text h2{
  font-weight: 400;
  color: #9B9B9B;
  margin-bottom: 40px;
  font-size: 30px;
}
.acc-header-text ul li{
  display: inline-block;
}
.acc-header-text ul li span{
  padding: 10px 30px;
  border-radius: 5px;
  margin: 5px;
  font-size: 18px;
  font-weight: 500;
  background: #fff;
  border: 1px solid #d1d1d1;
  color: #9b9b9b;
}
.header-img{
  background-image: url('../img/accelerate/header-img.png');
  height: 90vh;
  background-repeat: no-repeat;
  background-position: center;
}
.header-img:hover{
  background-image: url('../img/accelerate/header-img1.gif');
  height: 90vh;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.5s;
}
.acc-btn{
  padding: 10px 40px;
  border-radius: 5px;
  margin: 5px;
  font-size: 18px;
  font-weight: 500;
  background:#6195ff;
  color: #fff!important;
}
@media (max-width: 767px){
  .acc-btn{
    font-size: 12px;
    padding: 8px 25px;
  }
}
a, a:hover{
  text-decoration: none;
  outline: none;
}
.acc-img img{
  width: 100%;
}
.business{
  margin-bottom: 40px;
}
.business h4{
  font-weight: 700;
  color: #656f6f;
  font-size: 18px;
}
.great ul li{
  display: inline-block;
}
.great ul li a img{
  width: 150px;
  transition: all 0.3s ease-in-out;
}
.great ul li a img:hover{
  width: 150px;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
@media (max-width: 767px){
  .acc-header-text{
    margin-top: 15%;
  }
  .acc-header-text h1{
    font-size: 20px;
  }
  .acc-header-text h2{
    font-size: 18px;
  }
  .acc-header-text ul li{
    display: inline;
  }
  .acc-header-text ul li span{
    padding: 10px 18px;
    font-size: 14px;
  }
  .acc-header-text ul li.set-pos{
    position: relative;
    top: 25px;
  }
}
/******************************/
/**      ACCELERATE ENDS  ********/
/****************************/


/******************************/
/**      Web hosting STARTS    ********/
/****************************/

.web-bg{
  background: #51889e;
  position: relative;
}
.web-hosting-header h1{
  position: absolute;
  left: 0;
  right: 0;
  top: 40%;
  color: #fff;
  -ms-transform:translateY(-50%);
  -moz-transform:translateY(-50%);
  -webkit-transform:translateY(-50%);
  transform: translateY(-50%);
  font-weight: 500;
}
.web-hosting-content p{
  margin-bottom: 3px;
}
.web-hosting-content i{
  margin-right: 10px;
  color: #6195ff;
}
@media (max-width: 767px){
  .web-hosting-header h1{
    top: 30%;
    font-size: 18px;
  }
}
/*******************/
/* WEB HOSTING ***/
/***********************/
/*****************
*** Scholastic Start ***
******************/
.scho-home-wrapper{
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  text-align: center;
  -webkit-transform:translateY(-50%);
  -ms-transform:translateY(-50%);
  transform:translateY(-50%);
  text-transform: uppercase;
}

.scho-home-content img{
  margin-bottom: 20px;
}
@media (max-width: 767px){
  .scho-home-content img{
    width: 45%;
  }
}
.scho-home-content h2{
  font-size: 26px;
  color: #fff;
}
@media (max-width: 767px){
  .scho-home-content h2{
  font-size: 16px;
}
}
.ipad-content{
  margin-bottom: 10px;
}
.ipad-content img{
  float: left;
  position: relative;
  width: 58px;
  height: 65px;
}
@media (max-width: 767px){
  .ipad-content img{
    width: 30px;
    height: 35px;
  }
}
.ipad-text{
  overflow: hidden;
  padding-left: 10px;
}
.ipad-text h4{
  margin-bottom: 5px;
  font-weight: 600;
}
.ipad-text p{
  font-size: 14px;
}
.ipad-img img{
  max-width: 100%;
}
.sch-mobile-section img{
  width: 60%;
}
@media (max-width: 767px){
  .sch-mobile-section img{
    width: 44%;
  }
}
/*****************
*** Scholastic End ***
******************/
/*Video Pop up*/
 .video_popup {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    background: #fff;
}
  .video_popup .title {
    border-bottom: 2px solid #e8e8e8;
    padding: 10px 54px;
    font-size: 19px;
    color: #797579;
}
.close_video_popup {
    float: right;
    font-size: 19px;
    color: orange;
    background: #fbf9f1;
    width: 30px;
    height: 28px;
    text-align: center;
    border: 1px solid orange;
}
.video_iframe {
    width: 66%;
    height: 500px;
    margin: auto;
    display: block;
    margin-top: 20px;
    box-shadow: 1px 1px 8px 1px grey;
    border-radius: 5px;
}
.radio_group_wrapper {
    color: white;
    overflow: hidden;
    display: inline-block;
    border: 1px solid #6195ff;
    line-height: 30px;
    border-radius: 26px;
    background: #6195ff;
    padding: 7px 5px;
}
.checkbox_container input {
    position: absolute;
    opacity: 0;
}
.checkbox_container input:checked ~ label {
    background-color: #ffffff;
    color: #6195ff;
    border-radius: 50px;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: 1s;
}
.checkbox_container label {
    display: inline;
    font-weight: 500;
    padding: 10px 6px;
    cursor: pointer;
}
.video-play-button {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
}

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #6195ff;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #6195ff;
  border-radius: 50%;
  transition: all 200ms;
}
@media (max-width: 767px){
  .video-play-button{
    top: 40%;
  }
  .video-play-button:before{
    width: 50px;
    height: 50px;
  }
  .video-play-button:after{
    width: 50px;
    height: 50px;
  }
}
.video-play-button:hover:after {
  background-color: darken(#fa183d, 10%);
}
/*Starts Community Page*/
.cp-home-wrapper{
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  text-align: center;
  -webkit-transform:translateY(-50%);
  -ms-transform:translateY(-50%);
  transform:translateY(-50%);
}
.cp-home-content h1{
  font-size: 40px;
  font-weight: 500;
}
.cp-home-content h2{
  font-size: 30px;
  font-weight: 500;
}
@media (max-width: 767px){
  .cp-home-content h1{
  font-size: 25px;
}
.cp-home-content h2{
  font-size: 18px;
}
}
.spext-home-content img{
  width: 35%;
}
.spext-home-content h2{
  font-size: 30px;
  font-weight: 500;
}
@media (max-width: 767px){
.spext-home-content h2{
  font-size: 18px;
}
}
/*End Community Page*/
/*Starts Membership*/
.membership-home-wrapper{
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  text-align: center;
  -webkit-transform:translateY(-50%);
  -ms-transform:translateY(-50%);
  transform:translateY(-50%);
}
.membership-home-content h2{
  font-size: 26px;
  color: #f1f1f1;
  font-weight: 400;
  line-height: 1.3;
}
@media (max-width: 767px){
  .membership-home-content h2{
  font-size: 18px;
  }
}

.index{
  z-index: 1030;
}
/*Ends Membership*/

 /*Toggle Switch*/
/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 7px;
    top: 2px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 2px;
    background-color: #888888;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 10px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 22px;
    width: 22px;
    left: -1px;
    bottom: -7px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    box-shadow: 1px 2px 8px #ccc;
    border-radius: 50px;
}

input:checked + .slider {
    background-color: #1293D4 ;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(30px);
}
/*Start Veevo Connect*/

  .img-width{
      width:70% !important;
  }
  .thermo-width{
      width: 35%;
  }
  .ac-width{
      width: 90%;
  }
  .mobile-width{
      width: 90%;
  }
  .mobile2-width{
      width:38%;
  }
  .gen-width{
      width: 80%;
  }

  @media screen and (max-width: 768px) {
      .mobile-width{
          width: 92%;
      }
  }
  @media screen and (max-width: 600px) {

      .thermo-width{
          width: 70%;
      }
      .ac-width{
          width:100%;
      }
      .mobile-width{
          width: 65%;

      }
      .gen-width{
          width: 100%;
          text-align: center !important;
      }
      .mobile2-width{
          width:72%;
      }

  }

.font-blue{
    color: #1C63B8;
}
.font-white{
    color: white;
}
.background-blue{
    background: #1C63B8;
}
.background-white{
    background: white !important;
}
.border-white{
    border: 1px solid white;
}
.border-black{
    border: 1px solid black;
}

 /*Toggle Switch*/
/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 32px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 2px;
    background-color: #888888;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 4px;
    bottom: 6px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #2FD125 ;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(30px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.switch-position{
    position: absolute;
    top: 74%;
    left: 74%;
  }
  .switch2-position{
    position: absolute;
    top: 80%;
    left: 32%;
  }
  @media screen and (max-width: 767px){
      .font_size_h1{
          font-size: 1.5rem;
      }
      p.font_size{
          font-size : 1rem;
      }
      .font_size{
          font-size: 0.8rem;
      }
      .switch {
          position: relative;
          display: inline-block;
          width: 40px;
          height: 22px;
      }

      .slider:before {
          position: absolute;
          content: "";
          height: 15px;
          width: 15px;
          left: 4px;
          bottom: 3px;
          background-color: white;
          -webkit-transition: .4s;
          transition: .4s;
      }

      input:checked + .slider:before {
          -webkit-transform: translateX(26px);
          -ms-transform: translateX(26px);
          transform: translateX(16px);
      }
      .switch-position{
          position: absolute;
          top: 36%;
          left: 38%;
      }
      .switch2-position{
          position: absolute;
          top: 79%;
          left: 32%;
      }



  }
  .vc-header-text{
  padding-top: 30%;
}
.vc-header-text img{
    width: 230px;
  }
  .vc-header-img img{
    width: 100%;
  }
@media (max-width: 767px){
  .vc-header-text img{
    width: 150px;
  }
  .vc-header-text{
    padding-top: 0px;
  }
  .vc-header-text h6{
    font-size: 16px;
  }
  .vc-header-img{
    text-align: center;
  }
  .vc-header-img img{
    width: 60%;
  }
}
@media screen and (max-width: 600px){
      .font_size{
          font-size: 0.6rem;
      }
      .switch-position{
          position: absolute;
          top: 72%;
          left: 37%;
      }
      .switch2-position{
          position: absolute;
          top: 80%;
          left: 39%;
      }
  }
/*Ends Veevo Connect*/
 /*Start veevo-pascal*/
  .pascal-bg{
  background: center fixed no-repeat;
  background-size: cover;
}
  .monitoring-alert-img img{
    width: 100%;
  }
  .pascal-install{
    color: #fff;
  }
  .pascal-install h4{
    font-weight: 600;
    color: #fff;
  }
  .pascal-install p{
    margin-bottom: 0px;
  }
  .pascal-side-img{
    text-align: center;
  }
  .pascal-side-img img{
    width: 100%;
  }
  .pascal_specs{
    margin-bottom: 30px;
  }
   .pascal_specs .header{
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 65%);;width:100%;background: #078EC0;height:100px;
    }
        .pascal_specs .header-part2
        {
            height: 80px;
            background-color: #00AEEF;
            position: absolute;
            left: 0px;
            top: -17px;
            padding: 20px 20px;
            width: 92%;
        }
        .pascal_specs .data
        {
            padding: 30px;
            min-height: 200px;
        }
        .pascal_specs .data .td1
        {
            color: #00AEEF;
        }
        .pascal_specs .data .td2
        {
            color:black;
        }
  .pascal-pricing{
  padding-top: 20px;
  padding-bottom: 20px;
  border: 1px solid #eee;
  border-radius: 10px;
  margin-bottom: 20px;
  text-align: center;
}
.pascal-pricing:hover{
  background: #f8f9ff;
  transition: all 0.5s;
}
.pascal-pricing h3{
  padding-top: 5px;
}
.pascal-licens{
  font-size: 12px;
  font-weight: 500;
}
.pascal-pricing-circle{
  width: 100px;
  height: 100px;
  padding-top: 37px;
  margin: 0 auto;
  border-radius: 100%;
  background-color: #3cb0f3;
  border: 5px solid #f3f3f3
}
.pascal-pricing-circle h2{
  margin-bottom: 0px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  font-size: 18px;
}
.pascal-pricing-circle span{
  font-size: 12px;
  margin: 0;
  text-align: center;
}
.pascal-pricing-tbody ul{
 list-style: none;
}
.pascal-pricing-tbody span{
  font-size: 12px;
  color: #999;
}
.pascal-pricing-tbody p{
  font-size: 13px;
}
.pascal-pricing-bbody h4{
  margin-bottom: 0px;
}
.pascal-pricing-bbody span{
  font-size: 12px;
  color: #999;
}
.pascal-pricing-bbody p{
  font-size: 13px;
}
.pascal-line{
  width: 270px;
  height: 1px;
  background: #eee;
  margin: 20px auto;
}
.carousel-caption{
  top: 35%;
}
.carousel-caption h1{
  font-size: 40px;
}
@media (max-width: 767px){
  .carousel-caption h1{
    font-size: 20px;
  }
  .monitoring-alert-img img {
    width: 80%;
}
.pascal-side-img img{
    width: 60%;
  }
  .pascal-side-img {
    padding-top: 20px;
}
}

  /*Ends veevo-pascal*/}



.btn-primary-d {
    background-color: #3DA5F4 !important;
    color: #ffffff !important;
    border-radius: 5px !important;
    font-size: 12px !important;
    line-height: 13.5px !important;
    padding: 5px 15px !important;
}
.btn-default-d {
    background-color:#F8F9FF;
    color: #9B9B9B!important;
    border-radius: 5px;
    font-size: 12px;
    line-height: 13.5px;
    padding: 5px 15px;
    border: 1px solid #E5E5E5;
}
.text1{
  display: block;
  width: 100% !important;
  height: calc(1.5em + .75rem + 2px) !important;
  padding: .375rem .75rem !important;
  font-size: 14px !important;
  font-weight: 400;
  line-height: 1.5 !important;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
/*SMS soutions start*/
.sms-sol-header-text{
  text-align: center;
}
.sms-sol-header-text h1{
  font-size: 40px;
  font-weight: 700;
  color: #000;
}
.sms-sol-box{
  border-radius: 10px;
 box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.sms-sol-box:hover{
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  transition: all 0.5s;
}
.sms-sol-box-icon{
  margin-bottom: 20px;
  padding: 20px 0px;
  border-radius: 10px 10px 0px 0px;
  height: 175px;
  text-align: center;
}

.sms-sol-box-content h4{
  font-weight: 700;
}
.sms-sol-box-content{
  padding: 10px 30px 0px;
}
.sms-sol-frame img{
  width: 100%;
}
.sms-sol-frame iframe{
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 74%;
  height: 85%;
}
.sms-box-mg{
  margin-bottom: 20px;
}
@media (max-width: 767px){
  .sms-sol-header-text h1{
  font-size: 20px;
}
.sms-sol-box{
  margin-bottom: 20px;
}
.sms-sol-box .content h4 {
    font-size: 16px;
}
}
/*SMS soutions end*/

/*QueryQ start*/
/*--------------------------------------------------------------
# Call To Action Section
--------------------------------------------------------------*/
.call-to-action .container {

  padding: 100px 60px;
  border-radius: 15px;
  overflow: hidden;
}
.call-to-action .container {
  position: relative;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("cta-bg.jpg") center center;
  background-size: cover;
  padding: 80px 60px;
  border-radius: 15px;
  overflow: hidden;
  height: 65vh;
}

.call-to-action h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
}

.call-to-action p {
  color: #fff;
  margin-bottom: 20px;
}
.queryq-text{
  padding-top: 100px;
}
.queryq-text img{
  margin-bottom: 15px;
    width: 35%;
}
.queryq-padding{
  padding: 100px 0 100px;
}
.queryq-header{
  padding-top: 30px;
}
.queryq-header img{
  width: 90%;
}
#hero .hero-img {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}
@-webkit-keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}
.channels-img img{
  width: 100%;
}
.multi-chats-img img{
  width: 90%;
}
.create-teams-img img{
  width: 100%;
}
.assignment-img img{
  width: 100%;
}
.broadcast-img img{
  width: 100%;
}
.owl-carousel .owl-item .queryq-icon{
  width: 30%;
  margin: 0 auto;
}
@media (max-width: 767px){
   .channels-img{
  text-align: center;
}
  .channels-img img{
  width: 60%;
}
.multi-chats-img{
  text-align: center;
}
.multi-chats-img img{
  width: 60%;
  margin-bottom: 20px
}
.create-teams-img{
  text-align: center;
}
.create-teams-img img{
  width: 60%;
}
.assignment-img{
  text-align: center;
}
.assignment-img img{
  width: 60%;
  margin-bottom: 20px;
}
.broadcast-img{
  text-align: center;
}
.broadcast-img img{
  width: 60%;
}
.queryq-text{
  padding-top: 0px;
}
.queryq-text img{
  margin-bottom: 15px;
    width: 20%;
}
.queryq-padding{
  padding: 50px 0 30px;
}
.queryq-header{
  padding-top: 0px;
}
.queryq-header{
  text-align: center;
}
.queryq-header{
  text-align: center;
}
.queryq-header img{
  width: 60%;
}
.owl-carousel .owl-item .queryq-icon{
  width: 20%;
}
.call-to-action .container {
  height: 55vh;
  width: 90%;
}
.call-to-action h3{
  font-size: 18px;
}
}
/*QueryQ end*/
/*QueryQ chat start*/
  .chat-bar-collapsible {
    position: fixed;
    z-index: 111;
    bottom: 0;
    right: 60px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.collapsible {
    background-color: #6195FF;
    color: white;
    cursor: pointer;
    padding: 18px;
    width: 350px;
    text-align: left;
    outline: none;
    font-size: 18px;
    border-radius: 10px 10px 0px 0px;
    border: 3px solid white;
    border-bottom: none;
}

.content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    background-color: #f1f1f1;
}

.full-chat-block {
    width: 350px;
    background: white;
    text-align: center;
    overflow: auto;
    scrollbar-width: none;
    height: max-content;
    transition: max-height 0.2s ease-out;
}

.outer-container {
    min-height: 500px;
    bottom: 0%;
    position: relative;
}

.chat-container {
    max-height: 500px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    scroll-behavior: smooth;
    hyphens: auto;
}

.chat-container::-webkit-scrollbar {
    display: none;
}

.chat-bar-input-block {
    display: flex;
    float: left;
    box-sizing: border-box;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    background-color: rgb(235, 235, 235);
    border-radius: 10px 10px 0px 0px;
    padding: 10px 0px 10px 10px;
}

.chat-bar-icons {
    display: flex;
    justify-content: space-evenly;
    box-sizing: border-box;
    width: 25%;
    float: right;
    font-size: 20px;
}

#chat-icon:hover {
    opacity: .7;
}

/* Chat bubbles */

#userInput {
    width: 75%;
}

.input-box {
    float: left;
    border: none;
    box-sizing: border-box;
    width: 100%;
    border-radius: 10px;
    padding: 10px;
    font-size: 16px;
    color: #000;
    background-color: white;
    outline: none
}

.userText {
    color: white;
    font-family: Helvetica;
    font-size: 16px;
    font-weight: normal;
    text-align: right;
    clear: both;
}

.userText span {
    line-height: 1.5em;
    display: inline-block;
    background: #5ca6fa;
    padding: 10px;
    border-radius: 8px;
    border-bottom-right-radius: 2px;
    max-width: 80%;
    margin-right: 10px;
    animation: floatup .5s forwards
}

.botText {
    color: #000;
    font-family: Helvetica;
    font-weight: normal;
    font-size: 16px;
    text-align: left;
}

.botText span {
    line-height: 1.5em;
    display: inline-block;
    background: #e0e0e0;
    padding: 10px;
    border-radius: 8px;
    border-bottom-left-radius: 2px;
    max-width: 80%;
    margin-left: 10px;
    animation: floatup .5s forwards
}

@keyframes floatup {
    from {
        transform: translateY(14px);
        opacity: .0;
    }
    to {
        transform: translateY(0px);
        opacity: 1;
    }
}

@media screen and (max-width:600px) {
    .full-chat-block {
        width: 100%;
        border-radius: 0px;
    }
    .chat-bar-collapsible {
        position: fixed;
        bottom: 0;
        right: 0;
        width: 100%;
    }
    .collapsible {
        width: 100%;
        border: 0px;
        border-top: 3px solid white;
        border-radius: 0px;
    }
}
    .chat-bar-collapsible {
    position: fixed;
    z-index: 111;
    bottom: 0;
    right: 60px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.collapsible {
    background-color: #6195FF;
    color: white;
    cursor: pointer;
    padding: 18px;
    width: 350px;
    text-align: left;
    outline: none;
    font-size: 18px;
    border-radius: 10px 10px 0px 0px;
    border: 3px solid white;
    border-bottom: none;
}

.content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    background-color: #f1f1f1;
}

.full-chat-block {
    width: 350px;
    background: white;
    text-align: center;
    overflow: auto;
    scrollbar-width: none;
    height: max-content;
    transition: max-height 0.2s ease-out;
}

.outer-container {
    min-height: 500px;
    bottom: 0%;
    position: relative;
}

.chat-container {
    max-height: 500px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    scroll-behavior: smooth;
    hyphens: auto;
}

.chat-container::-webkit-scrollbar {
    display: none;
}

.chat-bar-input-block {
    display: flex;
    float: left;
    box-sizing: border-box;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    background-color: rgb(235, 235, 235);
    border-radius: 10px 10px 0px 0px;
    padding: 10px 0px 10px 10px;
}

.chat-bar-icons {
    display: flex;
    justify-content: space-evenly;
    box-sizing: border-box;
    width: 25%;
    float: right;
    font-size: 20px;
}

#chat-icon:hover {
    opacity: .7;
}

/* Chat bubbles */

#userInput {
    width: 75%;
}

.input-box {
    float: left;
    border: none;
    box-sizing: border-box;
    width: 100%;
    border-radius: 10px;
    padding: 10px;
    font-size: 16px;
    color: #000;
    background-color: white;
    outline: none
}

.userText {
    color: white;
    font-family: Helvetica;
    font-size: 16px;
    font-weight: normal;
    text-align: right;
    clear: both;
}

.userText span {
    line-height: 1.5em;
    display: inline-block;
    background: #5ca6fa;
    padding: 10px;
    border-radius: 8px;
    border-bottom-right-radius: 2px;
    max-width: 80%;
    margin-right: 10px;
    animation: floatup .5s forwards
}

.botText {
    color: #000;
    font-family: Helvetica;
    font-weight: normal;
    font-size: 16px;
    text-align: left;
}

.botText span {
    line-height: 1.5em;
    display: inline-block;
    background: #e0e0e0;
    padding: 10px;
    border-radius: 8px;
    border-bottom-left-radius: 2px;
    max-width: 80%;
    margin-left: 10px;
    animation: floatup .5s forwards
}

@keyframes floatup {
    from {
        transform: translateY(14px);
        opacity: .0;
    }
    to {
        transform: translateY(0px);
        opacity: 1;
    }
}

@media screen and (max-width:600px) {
    .full-chat-block {
        width: 100%;
        border-radius: 0px;
    }
    .chat-bar-collapsible {
        position: fixed;
        bottom: 0;
        right: 0;
        width: 100%;
    }
    .collapsible {
        width: 100%;
        border: 0px;
        border-top: 3px solid white;
        border-radius: 0px;
    }
}
.message-screen-container{
  display: none !important;
}
/*Queryq chat end*/