﻿@import url("https://fonts.googleapis.com/css?family=Oswald");
body {
  font-family: 'Montserrat', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif;
  
  font-weight: 700;
  margin: 0px 0px 15px;
}

h1 {
  font-size: 32.437px;
}

h2 {
  font-size: 25.629px;
}

h3 {
  font-size: 20.25px;
}

h4 {
  font-size: 16px;
}

h5 {
font-size: 14px;
color: #97989b;
}

p {
  margin: 0px 0px 20px;
  text-align: justify;
}

a {
  color: #11151c;
  -webkit-transition: 0.2s color;
  transition: 0.2s color;
}

a:hover, a:focus {
  color: #363535;
  text-decoration: none;
  outline: none;
}


::-moz-selection {
  background-color: #ee4266;
  color: #FFF;
}

::selection {
  background-color: #ee4266;
  color: #FFF;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none
}

ul.list-style, ol.list-style {
  padding-left: 15px;
  margin-bottom: 10px;
}

ul.list-style {
  list-style-type: disc;
}

ol.list-style {
  list-style-type: decimal;
}

/*end preloader css*/
#toTop{
  display: none !important;
}
.caslogo img{
  height: 60px;
  width: 120px;
}
.foodlogo{
    padding-top: 0px;
}
.foodlogo img{
  padding-top: 0px;
  width: 110px;
  margin-left: 7px;
}
.justline{
  border: 1px solid;
  border-color: white;
  height: 38px;
}
/*******************navbar*********************/

.Topcont {
  background: #292929;
  padding: 10px 0;
}
.header-1 {
  background: transparent;
  top: 0;
  position: relative;
  width: 100%;
  -webkit-transition: background-color 1000ms linear;
  -ms-transition: background-color 1000ms linear;
  transition: background-color 1000ms linear;
}
header.header-1.header-2{
  position: absolute;
  z-index: 999;
}
.header-1.header-2.fixed{
position: fixed;
}
.header-1.header-2.fixed .navigation{
  position: unset;
}
.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  background: rgba(0, 0, 0, 0.87);
  -webkit-transition: background-color 1000ms linear;
  -ms-transition: background-color 1000ms linear;
  transition: background-color 1000ms linear;
}

.panel-wrapper{
  width:100%;
}
.panel-heading {
  padding: 0;
	border:0;
}
.panel-title>a, .panel-title>a:active{
	display: block;
    padding: 15px 0;
    color: #777;
    font-size: 16px;
	text-decoration:none;
}
h4.panel-title {
  margin: 0;
}

ul.skills{
  padding-left: 15px;
}
.panel.panel-default {
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}
.panel-heading  a:before {
   font-family: 'Glyphicons Halflings';
   content: "\e114";
   float: right;
   transition: all 0.5s;
}
.panel-heading.active a:before {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
} 
.navigation {
position: absolute;
padding: 10px;
  background-image: linear-gradient(to right, transparent 50%, transparent 50%);
  transition: .2s ease;
  z-index: 999;
}
.navbar-nav {
  padding-left: 50px;
  background: transparent;
}
.nav-bg {
  background-color: #1a1a37;
  margin-top: -46px;
}

.nav-item {
  margin: 0 15px;
  position: relative;
}

.nav-item .nav-link {
  text-transform: uppercase;
  font-weight: 600;
}

.nav-item::before {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 6px;
  width: 100%;
  content: "";
  background: #fff;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  transform-origin: top;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
}
.nav-item:hover::before,
.nav-item.active::before {
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
}
.navbar-light .navbar-nav .nav-link {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #fff;
}
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
  color: #fff;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding: 15px 0px;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
  background: #fff;
  box-shadow: 0 2px 5px #0000000d;
}
.navbar .dropdown:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.navbar .dropdown-menu {
  box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.12);
  border-bottom: 5px solid #1952f7;
  padding: 15px;
  top: 70px;
  border-radius: 0;
  display: block;
  visibility: hidden;
  transition: .3s ease;
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  background: #fff;
}
.navbar .dropdown-menu.view {
  visibility: visible !important;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.navbar .dropdown-menu.show {
  visibility: hidden;
}
.navbar .dropdown-item {
  position: relative;
  color: #1e1e4b;
  transition: .2s ease;
  font-family: "Poppins", sans-serif;
}
.navbar .dropdown-item:not(:last-child) {
  margin-bottom: 10px;
}

.navbar .dropdown-item:hover {
  color: #1952f7;
  background: transparent;
}
/*end */
/*******************banner*********************/
.btn-theme {
  padding: 10px 20px;
  background-color: #1952f7;
  color: #fff;
  font-size: 16px;
  border-radius: 0;
}

.btn-theme:hover {
  background-color: #1952f7;
  color: #fff;
}
.ban-text h1 {
  color: white;
  text-transform: uppercase;
  font-size: 40px;
  font-weight: bold;
}
.ban-text p {
  color: white;
}
.button {
  border-radius: 4px;
  background-color: #1952f7;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 21px;
  padding: 12px 10px;
  width: 251px;
  transition: all 0.5s;
  cursor: pointer;
}
.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}
.button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}
.button:hover span {
  padding-right: 25px;
}
.button:hover span:after {
  opacity: 1;
  right: 0;
}
canvas {
  opacity: .4;
  display: block;
  vertical-align: bottom;
}
#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 9;

}
.ban-text {
  position: absolute;
  top: 50%;
  color: #fff;
  left: 25%;
  width: 50%;
}
/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/
.esm-grid {
  position: relative;
}
.pos-impo{
  padding: 60px 0;
  color: #fff;
}
.pos-highlights{
  padding: 60px 0;
}
.esm-wrap {
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 9;
}
.feat-container {
  display: flex;
  flex-basis: auto;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
}
.feat {
  padding: 10px;
  text-align: center;
  flex: 1;
  color: #fff;
  font-weight: 500;
}
.feat1 {
  background-color: #3B78DF;
}
.feat2 {
  background-color: #1C63DB;
}
.feat3 {
  background-color: #155AD0;
}
.feat4 {
  background-color: #0C4DBD;
}
.feat5 {
  background-color: #0F459F;
}
.feat6 {
  background-color: #3B78DF;
}
.feat7 {
  background-color: #1C63DB;
}
.feat8 {
  background-color: #0C4DBD;
}
.feat9 {
  background-color: #0F459F;
}
#intro {
  width: 100%;
  height: 100vh;
  background: url("../img/banner/home_banner_new-2.jpg") center bottom no-repeat;
  background-size: cover;
  padding: 220px 0 120px 0;
  z-index: 99;
}
#intro .intro-img {
  width: 40%;
  float: right;

}
.intro-info {
  text-align: left;
  padding-right: 20px;
}
#intro .intro-info {
  width: 60%;
  float: left;
}
.intro-info h1 {
  color: #fff;
  margin-bottom: 40px;
  font-size: 48px;
  font-weight: 700;
}
.intro-info h2 span {
  color: #74b5fc;
  text-decoration: underline;
}
.intro-info .btn-get-started,
.intro-info .btn-services {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 32px;
  text-decoration: none;
  transition: 0.5s;
  margin: 0 20px 20px 0;
  color: #fff;
}
.intro-info .btn-get-started {
  background: #007bff;
  border: 2px solid #007bff;
  color: #fff;
  z-index: 99;
}
.intro-info .btn-get-started:hover {
  background: none;
  border-color: #fff;
  color: #fff;
}
.intro-info .btn-services {
  border: 2px solid #fff;
}

.intro-info .btn-services:hover {
  background: #007bff;
  border-color: #007bff;
  color: #fff;
}
.delay1 {
  animation-delay: .5s;
}
.delay2 {
  animation-delay: 1s;
}

/*******************Request a Quote****************/
.btn-look {

  background-color: #1952f7;
  border-radius: none;
  padding: 10px;

}
.cis-section {

  padding: 30px 0;
  margin-top: 80px;
}
.cis-img {
  width: 550px;
  height: 260px;
}
/*****Services start*****/
.cis-sol-heading h2 {
  color: #212529;
  font-weight: 900;
  text-transform: capitalize;
  padding-bottom: 10px;
  font-size: 36px;
  text-align: center;
}

.sub-title {
  text-align: center;
  font-size: 16px;
}

section.services {
  padding-top: 50px;
  padding-bottom: 50px;
}
.cis-service-1 {
  padding: 20px 0;
  width: 100%;
  height: 290px;
  text-align: center;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease-in-out;
}
.cis-service-1:hover {
  padding: 20px 0;
  position: relative;
  width: 100%;
  height: 290px;
  border-radius: 5px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  transition: opacity 0.3s ease-in-out;
}
.cis-service-1 img {
  height: 65px;
  padding-top: 10px;
}
.cis-service-1 h6 {
  text-align: center;
  font-size: 18px;
  color: #130f40;
  font-weight: bold;
  padding-top: 20px;
}
.cis-service-1 p {
  font-size: 15px;
  color: #636e72;
  padding-top: 10px;
  padding-left: 22px;
  padding-right: 20px;
}
/*****cis-service-2*****/
.cis-service-2 {
  padding: 20px 0;
  width: 100%;
  text-align: center;
  height: 290px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease-in-out;
}
.cis-service-2:hover {

  position: relative;
  width: 100%;
  height: 290px;
  border-radius: 5px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  transition: opacity 0.3s ease-in-out;
}

.cis-service-2 img {
  height: 65px;
  padding-top: 10px;
}

.cis-service-2 h6 {
  text-align: center;
  font-size: 18px;
  color: #130f40;
  font-weight: bold;
  padding-top: 20px;
}
.cis-service-2 h3 {
  text-align: center;
  font-size: 18px;
  color: #130f40;
  font-weight: bold;
  padding-top: 20px;
}
.cis-service-6 h3 {
  text-align: center;
  font-size: 18px;
  color: #130f40;
  font-weight: bold;
  padding-top: 20px;
}
.cis-service-2 p {
  font-size: 15px;
  color: #636e72;
  padding-top: 10px;
  padding-left: 22px;
  padding-right: 20px;
}

/*****cis-service-3*****/
.cis-service-3 {
  padding: 20px 0;
  width: 100%;
  text-align: center;
  height: 290px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease-in-out;
}
.cis-service-3:hover {

  position: relative;
  width: 100%;
  height: 290px;
  border-radius: 5px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  transition: opacity 0.3s ease-in-out;
}

.cis-service-3 img {
  height: 65px;
  padding-top: 10px;
}

.cis-service-3 h6 {
  text-align: center;
  font-size: 18px;
  color: #130f40;
  font-weight: bold;
  padding-top: 20px;
}

.cis-service-3 p {
  font-size: 15px;
  color: #636e72;
  padding-top: 10px;
  padding-left: 22px;
  padding-right: 20px;
}

/*****cis-service-4*****/
.cis-service-4 {
  padding: 20px 0;
  width: 100%;
  text-align: center;
  height: 290px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease-in-out;
}
.cis-service-4:hover {

  position: relative;
  width: 100%;
  height: 290px;
  border-radius: 5px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  transition: opacity 0.3s ease-in-out;
}

.cis-service-4 img {
  height: 65px;
  padding-top: 10px;
}

.cis-service-4 h6 {
  text-align: center;
  font-size: 18px;
  color: #130f40;
  font-weight: bold;
  padding-top: 20px;
}

.cis-service-4 p {
  font-size: 15px;
  color: #636e72;
  padding-top: 10px;
  padding-left: 22px;
  padding-right: 20px;
}

/*****cis-service-5*****/
.cis-service-5 {
  padding: 20px 0;
  width: 100%;
  text-align: center;
  height: 290px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease-in-out;
}
.cis-service-5:hover {

  position: relative;
  width: 100%;
  height: 290px;
  border-radius: 5px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  transition: opacity 0.3s ease-in-out;
}

.cis-service-5 img {
  height: 65px;
  padding-top: 10px;
}

.cis-service-5 h6 {
  text-align: center;
  font-size: 18px;
  color: #130f40;
  font-weight: bold;
  padding-top: 20px;
}

.cis-service-5 p {
  font-size: 15px;
  color: #636e72;
  padding-top: 10px;
  padding-left: 22px;
  padding-right: 20px;
}

/*****cis-service-6*****/
.cis-service-6 {
  padding: 20px 0;
  width: 100%;
  text-align: center;
  height: 290px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease-in-out;
}
.cis-service-6:hover {

  position: relative;

  width: 100%;
  height: 290px;
  border-radius: 5px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  transition: opacity 0.3s ease-in-out;
}

.cis-service-6 img {
  height: 65px;
  padding-top: 10px;
}

.cis-service-6 h6 {
  text-align: center;
  font-size: 18px;
  color: #130f40;
  font-weight: bold;
  padding-top: 20px;
}

.cis-service-6 p {
  font-size: 15px;
  color: #636e72;
  padding-top: 10px;
  padding-left: 22px;
  padding-right: 20px;
}

/*****solutions*****/


.contact-form-page {
  position: fixed !important;
  height: 50px;
  width: 50px;
  display: block;
  border-radius: 50%;
  position: absolute;
  bottom: 42px;
  right: 42px;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background: rgba(0, 0, 0, 0.5);
}

.show-profile {
  background: rgba(0, 0, 0, 0.8);
  height: 100%;
  display: block;
  width: 336px;
  z-index: 9999;
  bottom: 0;
  right: 0;
  position: absolute;
  overflow-y: scroll;
  border-radius: 0;
  padding-bottom: 30px;
}

.form-profile-img {
  float: left;
}

.form-profile-img img {
  border-radius: 50%;
  margin: 20px 0 0 14px;
}

.contact-form-page h2 {
  font-size: 18px;
  color: #fff;
  margin: 20px 26px;
  padding: 0px;
  line-height: 29px;
  padding-right: 30px;
}

.top-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  background: #1952f7;
  color: #fff;
  padding: 6px 0;
  text-align: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  opacity: 0;
}

.top-btn:hover {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
  background: #1952f7;
  color: #fff
}

.header-btn,
.footer-btn a {
  font-size: 20px;
  color: #fff;
  background: #3aa8db;
  float: right;
}

.form-head {
  display: block;
}

.cancel-btn-img {
  position: relative;
}

.footer-btn {
  position: relative;
}

.buttom-btn {
  position: fixed;
  bottom: 35px;
  right: 36px;
  background: #1952f7;
  color: #fff;
  padding: 13px;
  text-align: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 1;
  z-index: 9999;
}

.buttom-btn i {
  font-size: 30px;
}

.buttom-btn:hover {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
  background: #1952f7;
  color: #fff
}

input.form-control {
  height: 40px;
  border-radius: 0;
  outline: none;

}
.form-control:focus{
  box-shadow: none;
}
textarea.form-control {
  height: 150px;
  border-radius: 0;
}

.contact-form-page form {
  padding: 0 26px;
}

.contact-form-page .submit-buttom {
  padding: 10px 40px;
  text-align: center;
  display: block;
  border-radius: 0;
  background: #1952f7;
  border: none;
  border-bottom: 5px solid #1952f7;
  text-shadow: none;
  box-shadow: none;
  font-size: 16px;
  color: #ffffff;
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
}

.form-group label {
  font-size: 14px;
  color: #fff;
}

.top-btn-show {
  opacity: 1 !important;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.buttom-btn-hide {
  opacity: 0 !important;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

/*******************Main Focus*********************/
.focus-sect {
  padding-top: 70px;
}

.focus-head h2 {
  font-size: 36px;
}

.focus-head {
  padding-bottom: 30px;
}

.focus-head p {
  font-size: 17px;
}

.focus-detail h3 {
  font-size: 18px;
  font-weight: bold;
  padding-top: 15px;
}

.focus-detail p {
  font-size: 16px;
}

.content-item {
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  position: relative;
  padding-top: 45px;
  height: 300px;
  ;
  border: 1px solid #255bf7;
  margin-bottom: 15px;
  /* border-bottom: 1px solid blue; */
}

.content-item .overlay {
  border-bottom: 100px solid #1952f7;
  border-left: 100px solid transparent;
  bottom: 0;
  height: 0;
  opacity: 0.95;
  position: absolute;
  right: 0;
  text-indent: -9999px;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  width: 0;
}

.content-item:hover .overlay {
  border-bottom: 800px solid #1952f7;
  border-left: 800px solid transparent;
  -moz-transition: all 0.9s ease-out;
  -o-transition: all 0.9s ease-out;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.content-item .corner-overlay-content {
  bottom: 15px;
  color: white;
  position: absolute;
  right: 15px;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.content-item:hover .corner-overlay-content {
  opacity: 0;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.content-item .overlay-content {
  bottom: 0;
  color: white;
  ;
  left: 0;
  opacity: 0;
  padding: 30px;
  position: absolute;
  right: 0;
  top: 0;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.content-item .overlay-content h2 {
  border-bottom: 1px solid white;
  padding: 0 0 12px;
}

.content-item:hover .overlay-content {
  opacity: 1;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.content-item h2 {
  padding-top: 57px;
  font-size: 19px;
  font-weight: bold;
}

.overlay-content a {
  color: white;
  text-decoration: none;
  border: 1px solid white;
  padding: 7px 19px;
}

/*******************Need Help*********************/
.help-sect {
  padding-top: 10px;
}

.help-back {
  background: url('../img/banner/about-us.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.help-head {
  color: white;
  padding: 80px;
}

.help-head h4 {
  font-size: 36px;
  font-weight: bold;
}

/*******************Products*********************/
.product-sect {
  padding-top: 70px;
}

.products-head h2 {
  font-size: 35px;
}

.products-head p {
  font-size: 17px;
  padding-bottom: 20px;
}

.card .wrapper {
  background-color: #fff;
  min-height: 300px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.2);
}

.card .wrapper:hover .data {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

section.clients {
  padding: 60px 0;
}

.client-grid img {
  filter: grayscale(100%);
}

.client-grid img:hover {
  filter: grayscale(0%);
  cursor: pointer;
  transform: scale(1.1);
  transition: all 0.3s ease-in-out;
}

.card .data {
  position: absolute;
  bottom: 0;
  width: 100%;
  -webkit-transform: translateY(calc(70px + 1em));
  transform: translateY(calc(70px + 1em));
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.card .data .content {
  padding: 1em;
  position: relative;
  z-index: 1;
}

.example-2 .wrapper {
  background: url('../img/products/pro-1.jpg') center/cover no-repeat;
}

.example-2 .header::after {
  clear: both;
}

.example-2 .menu-content span {
  transition: all 0.3s;
  opacity: 0;
}

.example-2 .data {
  color: #fff;
  -webkit-transform: translateY(calc(70px + 4em));
  transform: translateY(calc(70px + 4em));
}

.three-cards .data {
  color: #fff;
  -webkit-transform: translateY(calc(70px + 4em));
  transform: translateY(calc(98px + 4em));
}

.example-2 .title a {
  color: #fff;
}

.example-2 .button {
  display: block;
  width: 100px;
  margin: 2em auto 1em;
  text-align: center;
  font-size: 12px;
  color: #fff;
  line-height: 1;
  position: relative;
  font-weight: 700;
}

.example-2 .button::after {
  content: '\2192';
  opacity: 0;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  transition: all 0.3s;
}

.example-2 .button:hover::after {
  -webkit-transform: translate(5px, -50%);
  transform: translate(5px, -50%);
  opacity: 1;
}

.card-2 .wrapper {
  background: url('../img/products/pro-2.jpg') center/cover no-repeat;
}

.card-3 .wrapper {
  background: url('../img/products/pro-3.jpg') center/cover no-repeat;
}

.card-4 .wrapper {
  background: url('../img/products/pro-4.jpg') center/cover no-repeat;
}

.card-5 .wrapper {
  background: url('../img/products/pro-5.jpg') center/cover no-repeat;
}

.content a {
  color: white;
  font-weight: bold;
  text-decoration: none;
}

.pro-sec {
  padding-top: 30px !important;
}

.services-list li a {
  font-size: 13px;
  border-right: 1px solid gray;
  padding-right: 9px;
  font-weight: lighter !important;
}

/*******************Our Services*********************/
.service-sect {
  margin-top: 70px;
  background: #e5e5e5;
  padding: 55px 0;
}
div#Web-development img {
  height: 80px;
  width: 80px;
}
.service-head h2 {
  font-size: 35px;
  font-weight: bold;
}

.serv-detail img {
  width: 45px;
}

.serv-detail h2 {
  font-size: 18px;
  font-weight: bold;
  padding-top: 16px;
}

.serv-detail p {
  font-size: 15px;
}

.serv-pad {
  padding-top: 40px;
}

/*******************Footer*********************/
.ftr-back {
  background: #323232;
  padding-top: 59px;
}

.ftr-back h2 {
  font-size: 19px;
  color: white;
}

.ftr-back p {
  color: #808080;
  font-size: 15px;
}

.ftr-back a {
  color: #808080;
  font-size: 15px;
  text-decoration: none;
}

.ftr-links li {
  padding-bottom: 5px;
}

.ftr-cntct ul li {
  color: white;
  font-size: 13px;
  padding-bottom: 6px;
}

.ftr-cntct ul li span {
  padding-right: 8px;
}

.ftr-career span:nth-child(1) {
  padding-right: 7px;
}

.job-strength {
  color: #808080;
}

.ftr-career a {
  color: white;
  background: #1952f7;
  padding: 9px 29px;
}

.ftr-btm {
  border-top: 1px solid grey;
  padding-top: 30px;
}

/*****************About Us*******************/
.banner-aboutus {
  background: url('../img/banner/about-us.jpg');
  background-size: cover;
  height: 440px;
  margin-top: -131px;
  background-position: center;
}

.banner-aboutus #particles-js {
  height: 420px !important;
  width: 90% !important;
}

.banner-aboutus .ban-text {
  width: 57%;
  left: 24%;
  top: 18%;
}

.after-banner-text {
  padding: 75px 0;
}

.after-banner-text h4 {
  font-size: 16px;
  color: #717171;
  text-transform: uppercase;
}

.mission h2 {
  padding: 13px;
}

.mission {
  padding-bottom: 30px;
}

.amazing {
  background: url('../img/backgrounds/dote-bg.webp');
  background-size: cover;
  height: 551px;
  padding-top: 100px;
}

.about-circle {
  background: rgba(252, 252, 252, 0.83);
  border-radius: 100%;
  width: 346px;
  height: 346px;
  border: 30px solid rgba(255, 255, 255, .2);
  padding: 59px 0;
}

.about-circle:hover {
  border: 30px solid rgba(255, 255, 255, 0.77);
  transition: all .5s ease 0s;
}

.about-circle h3 {
  color: #054d82;
  font-size: 25px;
}

.about-circle p {
  color: #535353;
  font-size: 15px;
}

.vision {
  padding: 43px 23px;
}

.vision h2 {
  padding: 7px 0;
}

/*****************HRMS and Payroll*******************/
.hrms-intro {
  padding: 50px 0;
}

.features h5 {
  font-size: 15px;
  padding-top: 10px;
}

.features {
  padding: 43px 0;
  border-top-left-radius: 29px;
  border-bottom-right-radius: 29px;
  height: 172px;
  border: 1px solid grey;
}

.features:hover {
  background: #1952f7;
  transition: all .5s ease 0s;
  color: white;
}

.feature-head h2 {
  padding-bottom: 20px;
}

.feature-sect {
  padding-bottom: 50px;
}

.highlight-sect {
  padding-bottom: 50px;
}
.hrms-mobile {
  padding-bottom: 50px;
}

.banner-hrms #particles-js {
  height: 390px !important;
}

/*****************Point Of Sale*******************/
.banner-pos #particles-js {
  height: 380px;
}

.banner-encription #particles-js {
  height: 380px;
}

/* Contact Section
--------------------------------*/

#contact {
  padding: 60px 0;
}

#contact .contact-info {
  margin-bottom: 20px;
  text-align: center;
}

#contact .contact-info i {
  font-size: 48px;
  display: inline-block;
  margin-bottom: 10px;
  color: #1952f7;
}

#contact .contact-info address,
#contact .contact-info p {
  margin-bottom: 0;
  color: #000;
}

#contact .contact-info h3 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #999;
}
#contact .contact-info h5 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #999;
}

#contact .contact-info a {
  color: #000;
}

#contact .contact-info a:hover {
  color: #1952f7;
}

#contact .contact-address,
#contact .contact-phone,
#contact .contact-email {
  margin-bottom: 20px;
}
#contact .contact-address:hover i,#contact .contact-phone:hover i,#contact .contact-email:hover i{
  -webkit-transition: 0.9s;
    transition: 0.9s;
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
}
#contact .form #sendmessage {
  color: #1952f7;
  border: 1px solid #1952f7;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #sendmessage.show,
#contact .form #errormessage.show,
#contact .form .show {
  display: block;
}
.toast{
  position: fixed;
  top: 15px;
  right: 15px;
  padding: 20px;
  color: #fff;
  font-weight: 400;
  z-index: 9999;
  border-radius: 3px;
  display: none;
}
#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#contact .form input,
#contact .form textarea {
  padding: 10px 14px;
  border-radius: 0;
  box-shadow: none;
  font-size: 15px;
}

#contact .form button[type="submit"] {
  background: #1952f7;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  cursor: pointer;
}

#contact .form button[type="submit"]:hover {
  background: #1952f7;
}

.section-bg {
  background: #f9f9f9;
}

ul.service_Option {
  list-style: none;
  padding-left: 5px;
  padding-bottom: 10px;
}

ul.service_Option li {
  padding: 3px 0;
}
#services-1 {
  margin-top: 130px;
}

/*---new-----*/
#services-bar {
  background-color: #f2f4f9;

  padding: 2rem 0;

}

/*---new-----*/
a {
  color: gray;
}

/*---new-----*/

.page-anchor .de {
  padding-top: 1rem;
  padding-bottom: 2rem;
  border-top: 4px solid transparent;

}
.page-anchor .de:hover {
  background-color: #fff;
  border-top: 4px solid #213861;
}
/*---new-----*/
.page-anchor .de:hover::before {
  content: ' ';
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  border: 8px solid transparent;
  border-top: 10px solid #213861;
}
.page-content-wrapper {
  position: relative;
  top: -100px;
}
.page-content {
  display: block;
  position: relative;
  border: 1px solid #dde7ea;
  position: relative;
  margin-bottom: 30px;
}
.page-content.full-height {
  max-height: 60000px !important;
}

.page-content.full-height .content-wrapper .content-padding {
  max-height: 50000px;
  overflow: visible;
}

.page-content.full-height .toggle-height {
  background-color: #d9dee0;
}
.page-content.full-height .toggle-height:before,
.page-content.full-height .toggle-height:after {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.page-content.full-height .toggle-height1 {
  background-color: #d9dee0;
}
.page-content.full-height .toggle-height1:before,
.page-content.full-height .toggle-height1:after {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.page-content.full-height .toggle-height2 {
  background-color: #d9dee0;
}
.page-content.full-height .toggle-height2:before,
.page-content.full-height .toggle-height2:after {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.page-content.full-height .toggle-height3 {
  background-color: #d9dee0;
}
.page-content.full-height .toggle-height3:before,
.page-content.full-height .toggle-height3:after {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.page-content .content-img-wrapper {
  width: 100%;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  background-color: #f7fafb;
}
.page-content .content-img-wrapper>div {
  text-align: center;
}
.page-content .content-img-wrapper img {
  width: 40%;
  margin: 0 auto;
  min-width: 80px;
}
.page-content .content-img-wrapper .img-title {
  font-size: 22px;
  font-weight: 500;
  width: 90%;
  margin: 0 auto;
}
.page-content .content-wrapper {
  width: 100%;
  background-color: #fff;
  padding: 10px;
}
.page-content .content-wrapper .content-padding {
  overflow: hidden;
}
.page-content .content-wrapper .content-padding a {
  color: #f26224;
}
.page-content .content-wrapper .content-padding a:hover {
  color: #f26224;
  text-decoration: underline;
}
.page-content .content-wrapper .content-heading {
  font-size: 26px;
  font-family: "Muli", sans-serif;
  font-weight: 800;
}
.page-content .content-wrapper p {
  font-size: 18px;
  font-family: "Muli", sans-serif;
  font-weight: 400;
}
.page-content .content-wrapper ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.page-content .toggle-height {
  position: absolute;
  bottom: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #1952f7;
  border: none;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  padding: 0;
  cursor: pointer;
  outline: none;
}
.page-content .toggle-height1 {
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  background: #1952f7;
  border: none;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  padding: 0;
  cursor: pointer;
  outline: none;
  color: #fff;
}
.page-content .toggle-height2 {
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  background: #1952f7;
  border: none;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  padding: 0;
  cursor: pointer;
  outline: none;
  color: #fff;
}
.page-content .toggle-height3 {
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  background: #1952f7;
  border: none;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  padding: 0;
  cursor: pointer;
  outline: none;
  color: #fff;
}
.page-content .toggle-height4 {
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  background: #1952f7;
  border: none;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  padding: 0;
  cursor: pointer;
  outline: none;
  color: #fff;
}
.page-content .toggle-height5 {
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  background: #1952f7;
  border: none;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  padding: 0;
  cursor: pointer;
  outline: none;
  color: #fff;
}
.page-content .toggle-height6 {
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  background: #1952f7;
  border: none;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  padding: 0;
  cursor: pointer;
  outline: none;
  color: #fff;
}
.mapouter {
  position: relative;
  text-align: right;
}

.gmap_canvas {
  overflow: hidden;
  background: none !important;
}
iframe#gmap_canvas {
width: 100%;
height: 300px;
}
/***********Careers***************/
.job-form label{
  color: #495057;
}
select#jb-type {
  border-radius: 0;
}
.job-form textarea{
  height: 90px;
}
label.custom-file-label {
  color: #6c7581;
  border-radius: 0;
}

/*****************************************/
/**************Blog***********************/

figure {
  margin-bottom: 20px;
}

figure>img {
  width: 100%;
}

figure.pull-right {
  margin-left: 15px;
}

figure.pull-left {
  margin-right: 15px;
}

figure>figcaption {
  font-size: 14px;
  text-align: center;
  margin-top: 10px;
  font-style: italic;
  color: #97989b;
}
.ftr-cntct h6{
  color: #fff;
  font-size: 18px;
  
}
/*----------------------------*\
    section
\*----------------------------*/

.section {
  padding-top: 30px;
}

.section-row {
  margin-bottom: 30px;
}

.section-title {
  position: relative;
  margin-bottom: 20px;
}

.section-title .title {
  position: relative;
  display: inline-block;
  background-color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 10px;
  z-index: 20;
}

.section-title:after {
  content: "";
  display: inline-block;
  height: 2px;
  background-color: #e8eaed;
  position: absolute;
  left: 0;
  right: 0;
  top: 10px;
  z-index: 10;
}

/*----------------------------*\
    input
\*----------------------------*/

.input {
  width: 100%;
  height: 40px;
  padding: 0px 15px;
  background-color: #fff;
  border-radius: 2px;
  border: 2px solid #e8eaed;
}

textarea.input {
  padding: 15px;
  height: 90px;
}

/*----------------------------*\
    button
\*----------------------------*/

.primary-button, .secondary-button {
  display: inline-block;
  padding: 10px 40px;
  border-radius: 2px;
  border: none;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.primary-button {
  background-color: #1952f7;
  color: #fff;
  -webkit-box-shadow: 0px 0px 0px 2px #1952f7 inset;
  box-shadow: 0px 0px 0px 2px #1952f7 inset;
}

.secondary-button {
  background-color: #353535;
  color: #fff;
  -webkit-box-shadow: 0px 0px 0px 2px #353535 inset;
  box-shadow: 0px 0px 0px 2px #353535 inset;
}

.primary-button:hover, .primary-button:focus {
  background-color: transparent;
  color: #353535; 
}

.secondary-button:hover, .secondary-button:focus {
  background-color: transparent;
  color: #353535;
}
#why-cyber{
  padding: 60px 0;
}
/*----------------------------*\
    social colors
\*----------------------------*/

.social-facebook {
  background: #225b99 !important;
}

.social-twitter {
  background: #00adf2 !important;
}

.social-link{
  background: #0073b1 !important;
}

.social-pinterest {
  background: #cc2127 !important;
}

.social-instagram {
  background: #d341b2 !important;
}


/*=========================================================
    PAGE HEADER
===========================================================*/

.page-header {
  position: relative;
  margin: 0;
  padding-top: 120px;
  padding-bottom: 80px;
  background-color: #1b1c1e;
}

#post-header {
  padding-top: 240px;
  padding-bottom: 80px;
}

.page-header .page-header-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.page-header .page-header-bg:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(27, 28, 30, 0)), color-stop(90%, rgba(27, 28, 30, 0.8)));
  background: linear-gradient(180deg, rgba(27, 28, 30, 0) 0%, rgba(27, 28, 30, 0.8) 90%);
}

.page-header h1 {
  font-size: 41.053px;
  color: #FFF;
}

.page-header p.lead {
  font-size: 20.25px;
  color: #FFF;
}

/*=========================================================
    POST
===========================================================*/

.post {
  position: relative;
  margin-bottom: 30px;
}

.post .post-body {
  position: relative;
  margin: -50px 0px 0px 3%;
  padding: 5%;
  background: #fff;
  z-index: 10;
}

.post .post-img {
  display: block;
  overflow: hidden;
}

.post-img>img {
  width: 100%;
  -webkit-transition: 1.6s -webkit-transform;
  transition: 1.6s -webkit-transform;
  transition: 1.6s transform;
  transition: 1.6s transform, 1.6s -webkit-transform;
}

.post-img:hover>img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.post .post-title {
  font-size: 18px;
}

.post .post-title.title-sm {
  font-size: 16px;
}

.post .post-title.title-lg {
  font-size: 25.629px;
}

.post .post-category {
  margin-bottom: 10px;
}

.post-category a {
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
}

.post-category a:after {
  content: ',';
  display: inline-block;
}

.post-category a:last-child:after {
  display: none;
}

.post .post-meta {
  margin-bottom: 10px;
}

.post-meta li {
  display: inline-block;
  color: #97989b;
  font-size: 12px;
  text-transform: uppercase;
}

.post-meta li a {
  color: #97989b;
  font-weight: 700;
}

.post-meta li a:hover, .post-meta li a:focus {
  color: #ee4266;
}

.post-meta li:after {
  content: '•';
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

.post-meta li:last-child:after {
  display: none;
}

/*----------------------------*\
    hot post
\*----------------------------*/

.hot-post {
  padding: 0 15px;
}

.hot-post .hot-post-left {
  padding-right: 0px;
  padding-left: 0px;
}

.hot-post .hot-post-right {
  padding-right: 0;
  padding-left: 5px;
}

.hot-post .post {
  margin-bottom: 7px;
}

.hot-post {
  margin-bottom: 25px;
}

/*----------------------------*\
    post thumb
\*----------------------------*/

.post.post-thumb .post-img:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(27, 28, 30, 0)), color-stop(90%, rgba(27, 28, 30, 0.8)));
  background: linear-gradient(180deg, rgba(27, 28, 30, 0) 0%, rgba(27, 28, 30, 0.8) 90%);
}

.post.post-thumb .post-body {
  position: absolute;
  margin: 0px;
  padding: 0px 5%;
  z-index: 20;
  bottom: 5%;
  background-color: transparent;
}

.post.post-thumb .post-title a {
  color: #fff;
}

.post.post-thumb .post-title a:hover, .post.post-thumb .post-title a:focus {
  color: #e0e0e0;
}

.post.post-thumb .post-meta li {
  color: #fff;
}

.post.post-thumb .post-meta li a {
  color: #fff;
}

.post.post-thumb .post-meta li a:hover, .post.post-thumb .post-meta li a:focus {
  color: #e0e0e0;
}

/*----------------------------*\
    post small
\*----------------------------*/

.post.post-sm .post-body {
  margin: 15px 0px 0px;
  background: transparent;
  padding: 0;
}

/*----------------------------*\
    post widget
\*----------------------------*/

.post.post-widget:after {
  content: "";
  display: table;
  clear: both;
}

.post.post-widget .post-img {
  float: left;
  width: 130px;
}

.post.post-widget .post-body {
  position: relative;
  background: transparent;
  margin: 0px 0px 0px 150px;
  padding: 0;
}

.post.post-widget .post-title {
  font-size: 16px;
  margin-bottom: 0px;
}

/*----------------------------*\
    post row
\*----------------------------*/

.post.post-row:after {
  content: '';
  display: table;
  clear: both;
}

.post.post-row .post-img {
  width: 40%;
  float: left;
}

.post.post-row .post-body {
  margin: 0px 0px 0px calc(40% + 30px);
  padding: 0;
}
div#wh-call-to-action {
  display: none !important;
}

/*=========================================================
    POST PAGE
===========================================================*/

.page-header .post-category {
  margin-bottom: 10px;
}

.page-header .post-meta li {
  color: #fff;
}

.page-header .post-meta li a {
  color: #fff;
}

.page-header .post-meta li a:hover, .page-header .post-meta li a:focus {
  color: #ee4266;
}

.post-share a {
  display: inline-block;
  padding: 5px 15px;
  border-radius: 5px;
  color: #fff;
  background-color: #97989b;
  margin-right: 4px;
  margin-bottom: 6px;
  -webkit-transition: 0.2s opacity;
  transition: 0.2s opacity;
}

.post-share a:hover {
  opacity: 0.9;
}

.post-share a i {
  width: 20px;
  text-align: center;
}

.post-share a span {
  padding-left: 10px;
  border-left: 2px solid rgba(255, 255, 255, 0.1);
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  margin-left: 10px;
}

.post-content .post-attachement.pull-left {
  margin-right: 15px;
}

.post-content .post-attachement.pull-right {
  margin-left: 15px;
}

.post-tags ul li {
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}

.post-tags ul li:first-child {
  font-weight: 400;
}

.post-tags ul li:after {
  content: ',';
  display: inline-block;
}

.post-tags ul li:first-child:after {
  display: none;
}

.post-tags ul li:last-child:after {
  display: none;
}

/*----------------------------*\
    post nav
\*----------------------------*/

.post-nav:after {
  content: "";
  display: table;
  clear: both;
}

.post-nav .post-title {
  font-size: 14px;
  margin: 0px;
}

.post-nav .prev-post {
  float: left;
  width: 50%;
  padding-right: 15px;
}

.post-nav .next-post {
  float: right;
  width: 50%;
  text-align: right;
  padding-left: 15px;
}

.post-nav .post-img {
  display: block;
  width: 100px;
  overflow: hidden;
}

.post-nav .prev-post .post-img {
  float: left;
  margin-right: 15px;
}

.post-nav .next-post .post-img {
  float: right;
  margin-left: 15px;
}

.post-nav .next-post span, .post-nav .prev-post span {
  font-weight: 700;
  color: #97989b;
  text-transform: uppercase;
  font-size: 12px;
}

.post-nav .next-post:after, .post-nav .prev-post:after {
  content: '';
  display: table;
  clear: both;
}

/*----------------------------*\
    author
\*----------------------------*/

.author.media .media-left {
  position: relative;
  padding-right: 30px;
}

.author .author-img {
  width: 100px;
  border-radius: 50%;
  margin-bottom: 15px;
}

.author .author-social li {
  display: inline-block;
  margin-right: 10px;
}

.author .author-social li a {
  display: block;
}

.page-header .author .author-social li a {
  color: #fff;
}

.page-header .author .author-social li a:hover, .page-header .author .author-social li a:focus {
  color: #e0e0e0;
}

/*=========================================================
    esm-embebded Page
===========================================================*/
.main-esm{
  padding: 40px 0px 40px 0px;
    padding-top: 50px;
    background-color: #f9f9f9;
}
.com-t {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  text-align: center;
  font-size: 28px;
  color: #000000;
}

.com-p {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  text-align: center;
  font-size: 16px;
  color: #000000;
}

.esm {
  padding: 40px 0px 40px 0px;
  padding-top: 50px;
}

.monitor img {
  width: 90%;
  margin-top: 180px;
  margin-right: 10px;
  -webkit-animation: pulse 2s infinite;
          animation: pulse 2s infinite;
}

.esm-left-items {
  text-align: left;
}

.esm-left-items .esm-service-circle {
  float: none;
}

.esm-right-items {
  text-align: left;
}

.esm-right-items .esm-service-circle {
  float: none;
}

.esm-services {
  margin: 0;
}

.esm-service-info .cl1 {
  color: #1665d8;
}

.esm-service-info .cl2 {
  color: #6758f3;
}

.esm-service-info .cl3 {
  color: #e6492d;
}

.esm-service-info .cl4 {
  color: #37af47;
}

.esm-service-info .cl5 {
  color: #f6ab2f;
}

.esm-service-info .cl6 {
  color: #717171;
}

.esm-service-info .cl7 {
  color: #8e44ad;
}

.esm-service-info .cl8 {
  color: #d35400;
}

.esm-service-info h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 16px;
}

.esm-service-info p {
  font-family: "Poppins", sans-serif;
  color: #707070;
  font-weight: 300;
  font-size: 16px;
}

.esm-service-circle {
  width: 45px;
  height: 45px;
  position: relative;
  margin: 0 auto;
}

.esm-service-circle:hover {
  -webkit-transition: 0.9s;
  transition: 0.9s;
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg);
}

.esm-service-circle
.esm-inner-service-circle {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0px;
  bottom: 0;
  left: 0;
  margin-right: 10px;
}

.esm-service-circle
.esm-inner-service-circle img {
  width: 100%;
}
.esm-left-items, .esm-right-items {
  position: relative;
}
.esm-left-items {
  text-align: left;
}
.esm-services {
  margin: 0;
}
.esm-service-info h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
}
.esm-service-info .cl1 {
  color: #1665d8;
}
.esm-service-circle .esm-inner-service-circle {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0px;
  bottom: 0;
  left: 0;
  margin-right: 10px;
}
.esm-service-circle .esm-inner-service-circle img {
  width: 100%;
}
.esm-service-info p {
  font-family: "Poppins", sans-serif;
  color: #707070;
  font-weight: 300;
  font-size: 14px;
  text-align: center;
}
.list-left {
  position: absolute;
  left: 365px;
  width: 350px;
  top: 0;
}
.list-details h6 {
  font-size: 20PX;
}
.list-details ul {
  list-style: inside;
  padding: 0;
  text-align: left;
}
.list-details ul li {
  padding: 7px 0;
  font-weight: 400;
}
.detail-feature {
    display: none;
}
.monitor img {
  width: 90%;
  margin-top: 180px;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-animation: pulse 2s infinite;
          animation: pulse 2s infinite;
}
.esm-right-items {
  text-align: left;
}
.detail-feature.active {
  display: block;
}
.list-details {
  padding: 15px 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  background-color: #fff;
}
.list-right {
  position: absolute;
  right: 380px;
  width: 350px;
  top: 0;
}
div#myModal {
  top: 10%;
}
.modal-body {
  position: relative;
  padding: 0px;
}
.close {
  position: absolute;
  right: -30px;
  top: 0;
  z-index: 999;
  font-size: 2rem;
  font-weight: normal;
  color: #fff;
  opacity: 1;
}
section.extra-features .item {
  padding: 10px 30px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: default;
}
section.extra-features .item:hover {
  background: #fff;
  -webkit-box-shadow: -5.665px 9.429px 35px 0px rgba(0, 0, 0, 0.2);
  box-shadow: -5.665px 9.429px 35px 0px rgba(0, 0, 0, 0.2);
}
section.extra-features{
  padding: 50px 0;
}
section.extra-features .icon {
  font-size: 2.7rem;
  margin-bottom: 20px;
}
section .features-title {
  color: #000000;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
}
section .features-text {
  color: #000000;
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  text-align: center;
}
section.extra-features .icon:hover{
  -webkit-transition: 0.9s;
  transition: 0.9s;
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
/*=========================================================
    ASIDE
===========================================================*/

.aside-widget {
  margin-bottom: 30px;
}

/*----------------------------*\
    social widget
\*----------------------------*/

.social-widget ul {
  overflow: auto;
}

.social-widget ul li {
  float: left;
  width: 33.33%;
}

.social-widget ul li a {
  display: block;
  text-align: center;
  padding: 30px 15px;
  color: #fff;
  -webkit-transition: 0.2s opacity;
  transition: 0.2s opacity;
}

.social-widget ul li a:hover {
  opacity: 0.9;
}

.social-widget ul li a span {
  font-weight: 700;
  font-size: 14px;
}

.social-widget ul li a i {
  display: block;
  font-size: 30px;
  margin-bottom: 10px;
}


/*----------------------------*\
    category widget
\*----------------------------*/

.category-widget ul li {
  padding: 15px 0px;
  border-bottom: 1px solid #e8eaed;
}

.category-widget ul li a {
  display: block;
  text-transform: uppercase;
  font-weight: 700;
}

.category-widget ul li a span {
  float: right;
  font-size: 14px;
  color: #97989b;
  margin-left: 15px;
}

.footer-widget .category-widget ul li {
  border-color: #323335;
}

    /*
	  ==============================================================
		   Flex Slider CSS
	  ==============================================================
*/

.flexslider .slides li:after{
	content: '';
	background-color: rgba(5, 37, 90, 0.9);
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	top: 0;
	z-index: 0;
	-webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.flexslider .slides li#slid1:after{
  content: none;
}
.flexslider .slides li#slid5:after{
  content: none;
}
.flexslider .slides li#slid3:after{
  content: none;
}
.flexslider .slides li#slid4:after{
  background-color: rgba(5, 37, 90, 0.3);
}
.flexslider .slides li#slid6:after{
  background-color: rgba(5, 37, 90, 0.3);
}
ul.service_Option li:after{
  content: none !important;
}
.flexslider .caption{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    z-index: 4;
    display: block;
    opacity: 0;
    visibility: hidden;
    
}
.flexslider .flex-active-slide .caption{
	opacity: 1;
	visibility: visible;
	transition-duration: 3s;
	-webkit-transition-duration: 3s;
	-o-transition-duration: 3s;
	-moz-transition-duration: 3s;
	-ms-transition-duration: 3s;
}
.flex-viewport{
  max-height: 100vh;
}

li#slid2 p {
  padding: 0 80px;
}
.img-video{
  border-radius: 5px;
  cursor: pointer;
}
/*=========================================================
    RESPONSIVE
===========================================================*/


@media only screen and (max-width: 767px) {
  .cis-sol-heading h2{
    font-size: 22px;
  }
  .help-head h4 {
    font-size: 25px;
  }
  .page-header h1 {
    font-size: 32.437px;
  }
  .post-nav .prev-post {
    float: none;
    width: 100%;
    margin-bottom: 15px;
    padding-right: 0px;
  }
  .post-nav .prev-post:last-child {
    margin-bottom: 0px;
  }
  .post-nav .next-post {
    float: none;
    width: 100%;
  }
  .post-nav .next-post {
    float: none;
    width: 100%;
    padding-left: 0px;
    text-align: left;
  }
  .post-nav .next-post .post-img {
    margin-right: 15px;
    float: left;
    margin-left: 0px;
  }
}
section.verticalTabs {
  position: relative;
  font-family: 'Oswald', sans-serif;
  background: #f9f9f9;
  color: #212529;
  font-size: 20px;
  padding: 50px 0;
}
section.verticalTabs .com-t{
  color: #333;
}
section.verticalTabs .com-p{
  color: #333;
  margin-bottom: 50px;
}
.grid {
  list-style: none;
  margin-left: -40px;
}

/* .gc {
  box-sizing: border-box;
  display: inline-block;
  margin-right: -.25em;
  min-height: 1px;
  padding-left: 40px;
  vertical-align: top;
} */

.gc--1-of-3 {
  width: 33.33333%;
}

.gc--2-of-3 {
  width: 66.66666%;
}

.naccs {
  position: relative;
}
i.far.fa-dot-circle {
  margin-right: 10px;
  color: #303F9F;
  font-size: 16px;
}
.naccs .menu div {
  padding: 15px 20px 15px 40px;
  margin-bottom: 10px;
  color: #212529;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  position: relative;
  vertical-align: middle;
  font-weight: 700;
  -webkit-transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}
.naccs .menu div:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.naccs .menu div span.light {
  height: 10px;
  width: 10px;
  position: absolute;
  top: 24px;
  left: 15px;
  background-color: #212529;
  border-radius: 100%;
  -webkit-transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}
.naccs .menu div.active span.light {
  background-color: #303F9F;
  left: 0;
  height: 100%;
  width: 3px;
  top: 0;
  border-radius: 0;
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
.clearfix::before {
  content: "";
  clear: both;
  display: table;
}
.naccs .menu div.active {
  color: #303F9F;
  padding: 15px 20px 15px 20px;
}
ul.nacc {
  position: relative;
  height: 0px;
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-transition: 0.5s all cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: 0.5s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

ul.nacc li {
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  position: absolute;
  list-style: none;
  -webkit-transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

ul.nacc li.active {
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
  z-index: 2;
  opacity: 1;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

ul.nacc li p {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
}
.heading-tabs{
  color: #303F9F;
}
.feat-tabs-grid{
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 500;
}
.feat-tabs-grid div{
  padding: 5px 0;
  position: relative;
  padding-left: 30px;
}
.feat-tabs-grid div span i.tab-icon{
  color: #303F9F;
}
.feat-tabs-grid div span {
  position: absolute;
  left: 0;
}
a.navbar-brand.mt-2 img {
  padding-bottom: 10px;
}
.copyright a {
  color: #0088c2;
}
/* Prelaoder */
.ft-center {
  background-color: #191a1b;
  padding: 60px 0;
}
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 5px solid #f2f2f2;
  border-top: 5px solid #007bff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader .5s linear infinite;
  animation: animate-preloader .5s linear infinite;
}
@-webkit-keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*****************Queries*******************/
@media (max-width: 1400px) {
  #intro .intro-info h1 {
    color: #fff;
    margin-bottom: 15px;
    font-size: 25px;
    font-weight: 700;
}
}
@media only screen and (max-width: 1199px) {
  .menu img {
    width: 195px;
    height: 66px;
  }

  .nav-item a {
    padding-right: 0 !important;
    font-size: 14px !important;
  }

  .ftr-career a {
    padding: 9px 13px;
  }
  .nav-item {
    margin: 0 6px;
  }
  .sm-none{
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .button_container {
    position: fixed;
    top: 4%;
    right: 4%;
    height: 27px;
    width: 35px;
    cursor: pointer;
    z-index: 100;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
    z-index: 9999;
  }
  .header-1 .navigation{
    position: unset;
    background-color: #0f2b5a;
  }
  .button_container.active .top {
    -webkit-transform: translateY(10px) translateX(0) rotate(45deg);
            transform: translateY(10px) translateX(0) rotate(45deg);
    background: #FFF;
  }
  .button_container.active .middle {
    opacity: 0;
    background: #FFF;
  }
  .button_container.active .bottom {
    -webkit-transform: translateY(-10px) translateX(0) rotate(-45deg);
            transform: translateY(-10px) translateX(0) rotate(-45deg);
    background: #FFF;
  }
  .button_container span {
    background: #eb7d00;
    border: none;
    height: 5px;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
    cursor: pointer;
  }
  .button_container span:nth-of-type(2) {
    top: 10px;
  }
  .button_container span:nth-of-type(3) {
    top: 20px;
  }

  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    visibility: hidden;
    -webkit-transition: opacity .35s, visibility .35s, width .35s;
    transition: opacity .35s, visibility .35s, width .35s;
    z-index: 50;
  }
  .overlay:before {
    content: '';
    background: rgb(5, 37, 90);
    left: -55%;
    top: 0;
    width: 50%;
    height: 100%;
    position: absolute;
    -webkit-transition: left .35s ease;
    transition: left .35s ease;
  }
  .overlay:after {
    content: '';
    background: rgb(5, 37, 90);
    right: -55%;
    top: 0;
    width: 50%;
    height: 100%;
    position: absolute;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
  }
  .overlay.open {
    opacity: .9;
    visibility: visible;
    height: 100%;
  }
  .overlay.open:before {
    left: 0;
  }
  .overlay.open:after {
    right: 0;
  }
  .overlay.open li {
    -webkit-animation: fadeInRight .5s ease forwards;
            animation: fadeInRight .5s ease forwards;
    -webkit-animation-delay: .35s;
            animation-delay: .35s;
  }
  .overlay.open li:nth-of-type(2) {
    -webkit-animation-delay: .45s;
            animation-delay: .45s;
  }
  .overlay.open li:nth-of-type(3) {
    -webkit-animation-delay: .55s;
            animation-delay: .55s;
  }
  .overlay.open li:nth-of-type(4) {
    -webkit-animation-delay: .65s;
            animation-delay: .65s;
  }
  .overlay.open li:nth-of-type(5) {
    -webkit-animation-delay: .75s;
            animation-delay: .75s;
            
  }
  .overlay.open li:nth-of-type(6) {
    -webkit-animation-delay: .85s;
            animation-delay: .85s;
  }
  .overlay.open li:nth-of-type(7) {
    -webkit-animation-delay: .85s;
            animation-delay: .85s;
  }
  .overlay nav {
    position: relative;
    height: 70%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 50px;
    font-family: 'Vollkorn', serif;
    font-weight: 400;
    text-align: center;
    z-index: 100;
  }
  .overlay ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    height: 100%;
  }
  .overlay ul li {
    display: block;
    font-size: 33px;
    opacity: 0;
    z-index: 9;
  }
  .overlay ul li a {
    display: block;
    position: relative;
    color: #FFF;
    text-decoration: none;
    overflow: hidden;
  }
  .newMenuDrop{
    transform: none !important;
    top: 0px;
    font-size: 25px;
    background-color: #ffffff;
    left: 0px;
    will-change: transform;
    position: relative !important;
  }
  .newMenuDrop a{
    color: #1a51f7 !important;
  }
  .overlay ul li a:hover:after, .overlay ul li a:focus:after, .overlay ul li a:active:after {
    width: 100%;
  }
  .overlay ul li a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    border: none;
    width: 0%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    height: 3px;
    background: #FFF;
    -webkit-transition: .35s;
    transition: .35s;
  }
  
  @-webkit-keyframes fadeInRight {
    0% {
      opacity: 0;
      left: 20%;
    }
    100% {
      opacity: 1;
      left: 0;
    }
  }
  
  @keyframes fadeInRight {
    0% {
      opacity: 0;
      left: 20%;
    }
    100% {
      opacity: 1;
      left: 0;
    }
  }
  .my-order{
    order: 2;
  }
  .esm-service-circle {
    width: 70px;
    height: 70px;
    position: relative;
    margin: auto;
}
.esm-service-info p {
  font-size: 14px;
  text-align: center;
}
.esm-service-info h6 {
  font-size: 16px;
}
  .list-left {
    position: absolute;
    left: 211px;
    width: 268px;
    top: 0;
}
.esm-services {
  margin: 0;
}
.esm-right-items .esm-service-circle {
  float: none;
  margin: auto;
}
.esm-left-items .esm-service-circle {
  float: none;
  margin: auto;
}
.esm-right-items {
  margin-top: 0px;
  text-align: center;
}
  .panel-wrapper{
    width:100%;
  } 
  .header-1 {

    background: #000;
    opacity: 1;

  }
  .banner-aboutus .ban-text {
    width: 100%;
    left: 0%;
    top: 30%;
}
  .navbar-nav {
    padding-left: 0;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 20px;
  }

  .nav-item:hover::before,
  .nav-item.active::before {
    display: none;


  }
  .navbar .dropdown-menu {
    display: none;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform-origin: unset;
    transform-origin: unset;
  }
  .navbar .dropdown-menu.view {
    display: block;
  }
  .navbar .dropdown-menu.show {
    visibility: visible;
    display: block;
  }
  .navbar .dropdown-item {
    text-align: center;
  }
  #intro {
    padding: 140px 0 60px 0;
  }
  #intro .intro-img img{
    margin-left: 0 !important;
  }
  #intro .intro-img {
    display: none;
  }
  #intro .intro-info {
    width: 80%;
    float: none;
    margin: auto;
    text-align: center;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 15px 0;
    text-align: left;
}
  .banner {
    margin-top: 0;
  }
  .cis-section {
    height: unset;
  }
  .menu ul li a {
    color: black;
    padding-left: 10px !important;
  }
  #intro .intro-info .btn-get-started {
    position: unset;
  }
  #intro .intro-info h1 {
    font-size: 30px;
  }
  ul.service_Option {
    text-align: left;
  }
  .menu ul li a:hover {
    color: white;
  }
  .dropdown-menu .show .dropdown-item {
    color: white !important;
  }
  .request {
    display: none;
  }
  .menu img {
    width: 152px;
    height: 61px;
  }
  .nav-item a {
    padding-right: 3px !important;
    font-size: 13px !important;
  }
  .ban-text h1 {
    font-size: 30px;
  }
  .bantext p {
    font-size: 15px;
  }
  .button {
    font-size: 18px;
    padding: 7px 10px;
    width: 202px;
  }
  .focus-detail h3 {
    font-size: 16px;
  }
  .focus-detail p {
    font-size: 14px;
  }
  .focus-head h2 {
    font-size: 30px;
  }
  .focus-head p {
    font-size: 15px;
  }
  .help-head h2 {
    font-size: 30px;
  }
  .products-head h2 {
    font-size: 30px;
  }
  .products-head p {
    font-size: 15px;
  }
  .card .wrapper {
    min-height: 205px;
  }
  .example-2 .data {
    -webkit-transform: translateY(calc(70px + 4em));
    transform: translateY(calc(62px + 5em));
  }
  .content .text {
    font-size: 15px;
  }
  .content a {
    font-size: 14px;
  }
  .example-2 .button {
    margin: 2px auto 3px;
  }
  .service-head h2 {
    font-size: 30px;
  }
  .service-head p {
    font-size: 15px;
  }
  .serv-detail h2 {
    font-size: 16px;
  }
  #particles-js {
    margin-top: 12%;
  }
}
@media (min-width: 991px) {
#overlay{
  display: none;
}
}
@media (min-width: 767px) {
  .page-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page-content .content-img-wrapper {
    width: 26%;
    padding: 40px;
  }
  .page-content .content-wrapper {
    width: 74%;
    padding: 30px 40px;
  }
  .page-content .content-wrapper .content-padding {
    max-height: 100%;
  }
  .page-content .toggle-height {
    right: -15px;
    top: 50%;
    left: auto;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .page-content .toggle-height:before,
  .page-content .toggle-height:after {
    content: " ";
    height: 2px;
    width: 12px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }

  .page-content .toggle-height:after {
    height: 12px;
    width: 2px;
  }

  .page-content .toggle-height-main-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 10%;
  }

  .page-content .toggle-height-sub-wrapper {
    position: absolute;
    width: 230px;
    height: 303px;
  }
  .page-content .toggle-height1 {
    right: -15px;
    top: 50%;
    left: auto;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .page-content .toggle-height1-main-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 10%;
  }

  .page-content .toggle-height1-sub-wrapper {
    position: absolute;
    width: 230px;
    height: 303px;
  }
  .page-content .toggle-height2 {
    right: -15px;
    top: 50%;
    left: auto;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .esm-wrap{
    display: none;
  }
  .page-content .toggle-height2-main-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 10%;
  }
  .page-content .toggle-height2-sub-wrapper {
    position: absolute;
    width: 230px;
    height: 303px;
  }
  .page-content .toggle-height3 {
    right: -15px;
    top: 50%;
    left: auto;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .page-content .toggle-height3-main-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 10%;
  }

  .page-content .toggle-height3-sub-wrapper {
    position: absolute;
    width: 230px;
    height: 303px;
  }
  .page-content .toggle-height4 {
    right: -15px;
    top: 50%;
    left: auto;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .page-content .toggle-height4-main-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 10%;
  }

  .page-content .toggle-height4-sub-wrapper {
    position: absolute;
    width: 230px;
    height: 303px;
  }


  .page-content .toggle-height5 {
    right: -15px;
    top: 50%;
    left: auto;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .page-content .toggle-height5-main-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 10%;
  }

  .page-content .toggle-height5-sub-wrapper {
    position: absolute;
    width: 230px;
    height: 303px;
  }
  .page-content .toggle-height6 {
    right: -15px;
    top: 50%;
    left: auto;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .page-content .toggle-height6-main-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 10%;
  }

  .page-content .toggle-height6-sub-wrapper {
    position: absolute;
    width: 230px;
    height: 303px;
  }
}
@media (min-width:767px) and (max-width: 992px) {
  .ftr-btm{
    margin-top: 20px;
  }
  .list-left {
    position: unset;
    width: 100%;
}
.list-right {
  position: unset;
  width: 100%;
}
.monitor img {
  width: 50%;
  margin-left: 22%;
  margin-top: 15px;
}
.flexslider .slides img{
  width: unset;
  display: unset;
}
.intro-info h1{
  font-size: 25px;
  margin-bottom: 10px;
}
}

@media only screen and (max-width: 767px) {
  section.verticalTabs .com-p{
    padding: 0;
    margin-bottom: 10px;
  }
  ul.nacc li{
    transform: none !important;
  }
  section.verticalTabs{
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
  }
  .feat-tabs-grid {
    font-size: 16px;
    font-weight: 500;
}
  li#slid2 p {
    padding: 0 20px;
}
.mobileNone{
  display: none;
}
.intro-info .btn-get-started, .intro-info .btn-services{
  margin: 0 0 20px 0;
}
  .flexslider .slides img{
    width: unset;
    display: unset;
  }
  .intro-info h1{
    font-size: 25px;
    margin-bottom: 10px;
  }
  .list-left {
    position: unset;
    width: 100%;
}
.list-right {
  position: unset;
  width: 100%;
}
.monitor img {
  width: 50%;
  margin-left: 22%;
  margin-top: 15px;
}
.esm-service-info p {
  margin-top: 10px;
  font-size: 12px;
  text-align: center;
}
.esm-service-info h6 {
  margin-top: 10px;
  font-size: 16px;
  text-align: center;
}
  #intro .intro-info {
    width: 100%;
  }
  .banner-aboutus {
    height: 380px;
  }

  #intro .intro-info h1 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .banner-aboutus .ban-text {
    top: 20%;
  }
  .banner {
    height: 422px;
  }
  .ban-text h1 {
    font-size: 19px;
  }
  .ban-text p {
    font-size: 14px;
  }
  .button {
    font-size: 16px;
    width: 184px;
  }
  .help-head {
    padding: 60px;
  }
  .example-2 .data {
    -webkit-transform: translateY(calc(70px + 4em));
    transform: translateY(calc(-18px + 5em));
  }
  .ftr-career a {
    padding: 5px 8px;
  }
  .ftr-btm {
    margin-top: 23px;
  }
  #particles-js {
    margin-top: 0;
  }
  .ban-text {
    top: 31%;
  }
}

@media only screen and (max-width: 624px) {
  .text {
    width: 503px;
  }
}

@media only screen and (max-width: 575px) {
  #slid1 .caption {
    top: 36%;
  }
  .intro-info{
    padding-right: 0;
  }
  .flex-direction-nav{
    opacity: .1;
  }
  .flexslider .caption{
    top: 36%;
  }
  .cis-service-6{
    height: unset;
  }
  .cis-service-6:hover{
    height: unset;
  }
  .cis-service-2{
    height: unset;
  }
  .cis-service-6 p{
    padding: 10px;
  }
  .cis-service-2 p{
    padding: 10px;
  }
  .cis-service-2:hover{
    height: unset;
  }
  .navigation {
    background-image: linear-gradient(to right, transparent 100%, #ffbc3b 30%);
  }
  #intro {
    padding: 100px 0 20px 0;
    height: unset;
  }
  #intro .intro-info h1 {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .banner-aboutus {
    height: 350px;
  }
.ftr-btm .text-right {
  text-align: center !important;
}
.ftr-btm ul li a i {
  font-size: 30px !important;
  margin: 0 5px;
}
.feat {
  padding: 5px;
  font-weight: 300;
  font-size: 14px;
}
  .banner {
    height: 529px;
  }

  .focus-head h2 {
    font-size: 24px;
  }

  .help-head h2 {
    font-size: 24px;
  }

  .help-head {
    padding: 25px;
  }

  .products-head h2 {
    font-size: 24px;
  }

  .service-head h2 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 414px) {
  .banner-text h2 {
    font-size: 17px;
  }

  .banner-text {
    width: 308px;
    padding-left: 15px;
  }
}
::-moz-selection { background: #007bff; }
::selection { background: #007bff; }
div#wh-widget-send-button {
    width: 80px !important;
}

