/**
* Template Name: Bocor - v2.1.0
* Template URL: https://bootstrapmade.com/bocor-bootstrap-template-nice-animation/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
@font-face {
  font-family: National-Book;
  src: url(National-Book.ttf);
}
@font-face {
  font-family: Helvetica;
  src: url(Helvetica.ttf);
}
@font-face {
  font-family: SailecMedium;
  src: url(SailecMedium.ttf);
}
@font-face {
  font-family: Tungsten-Bold;
  src: url(Tungsten-Bold.ttf);
}
@font-face {
  font-family: Khand-Regular;
  src: url(Khand-Regular.ttf);
}
@font-face {
  font-family: LatoRegular;
  src: url(LatoRegular.ttf);
}
body {
 font-family: National-Book,Helvetica,sans-serif;
/*	font-family:"LatoRegular",sans-serif;*/
	 /* color: #666;*/
	color: black;	
}
a {
  color: #fdc134;
}
p,.table td,.table th
{
	font-family: National-Book,Helvetica,sans-serif;
    font-size: 1.25rem;
    line-height: 1.7;
    color: #666;
}
h4
{
	font-size:18px!important;
}
a:hover {
  color: gray;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  /*	font-family: SailecMedium,Helvetica,sans-serif;*/
	font-family:"LatoRegular",sans-serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  right: 15px;
  bottom: 100px;
  background: #284864;
  color: #fff;
  transition: display 0.5s ease-in-out;
  z-index: 99999;
  transition: all ease-in-out 0.3s;
}

.back-to-top i {
  font-size: 24px;
  position: absolute;
  top: 8px;
  left: 8px;
}

.back-to-top:hover {
  color: #fff;
  background: #fdc134;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  z-index: 997;
  transition: all 0.5s;
  padding: 16px 0;
  background: white;
}

#header .logo h1 {
  font-size: 24px;
  margin: 0;
  padding: 10px 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header .logo h1 a, #header .logo h1 a:hover {
  color: #fff;
  text-decoration: none;
}

#header .logo h1 a span, #header .logo h1 a:hover span {
  color: #fdc134;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 100px;
  width:100px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}
#header .d-flex
{
	position:relative;
}
.nav-menu > ul > li {
  	float: left;
}
.nav-menu ul {
  border-radius: 6px;
}

.nav-menu a {
  display: block;
  position: relative;
  color: black;
  padding: 10px 15px;
  transition: 0.3s;
  font-size: 15px;
 /* font-family: "Open Sans", sans-serif;*/
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #000;
  text-decoration: none;
}

.nav-menu .get-started a {
  background: #213b52;
  color: #000;
  border-radius: 50px;
  margin: 2px 0 0 15px;
  padding: 4px 25px 6px 25px;
  border: 2px solid #fdc134;
}
.nav-menu .get-started a:hover {
  background: #fdc134;
  color: #213b52;
}

.nav-menu .drop-down ul {
	width:1200px;
  display: block;
  position: absolute;
  left: 0%;
  top: calc(100% - 10px);
  z-index: 99;
 opacity: 0;
  visibility: hidden;
  padding: 10px 10px;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}

.nav-menu .drop-down ul::before
{
	content: '';
    position: absolute;
    width: 14px;
    height: 0;
    border: 7px solid transparent;
    border-bottom: 7px solid #000;
    top: -14px;
    left: 60%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
 /* top: 100%;*/
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 6px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #fdc134;
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 5px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}
/* Start company menu */
.nav-menu .drop-downcom ul {
  display: block;
  position: absolute;
  left: 23%;
  top: calc(100% - 20px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}

.nav-menu .drop-downcom ul::before
{
	content: '';
    position: absolute;
    width: 14px;
    height: 0;
    border: 7px solid transparent;
    border-bottom: 7px solid #fff;
    top: -14px;
    left: 21%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.nav-menu .drop-downcom:hover > ul {
  opacity: 1;
/*  top: 100%;*/
  visibility: visible;
}

.nav-menu .drop-downcom li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-downcom ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
}

/*.nav-menu .drop-downcom ul a:hover, .nav-menu .drop-downcom ul .active > a, .nav-menu .drop-downcom ul li:hover > a {
  color: #fdc134;
}*/

.nav-menu .drop-downcom > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-downcom .drop-downcom ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-downcom .drop-downcom:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-downcom .drop-downcom > a {
  padding-right: 35px;
}

.nav-menu .drop-downcom .drop-downcom > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-downcom .drop-downcom ul {
    left: -90%;
  }
  .nav-menu .drop-downcom .drop-downcom:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-downcom .drop-downcom > a:after {
    content: "\ea9d";
  }
}

/* End company menu */

/* start second page solution dropdowns */

.dropdownsol {
  float: left;
  overflow: hidden;
}

.dropdownsol .dropbtn {
  font-size: 15px;  
  border: none;
  outline: none;
  color: black;
  padding: 8px 16px;
  background-color: inherit;
  margin: 0;
}
.dropdownsol ul
{
	padding-left:0px;
}

.dropdownsol ul li a {
    padding: 5px;
    font-size: 14px;
    font-weight: 500;
    text-transform: none;
}

.dropdownsol .dropdownsol-content::before
{
	content: '';
    position: absolute;
    width: 14px;
    height: 0;
    border: 7px solid transparent;
    border-bottom: 7px solid #fff;
    top: -14px;
    left: 9%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.dropdownsol > button:after {
    content: "\ea99";
    font-family: IcoFont;
    padding-left: 5px;
}

.navbars a:hover, .dropdownsol:hover .dropbtn {
  background-color: #fff;
  color:black;
}
.dropdownsol:hover .dropdownsol-content {
  display: block;
}
.dropdownsol-content {
 display: none;
  position: absolute;
  background-color: #FFFFFF;
  width: 37%;
  left: 18%;
  box-shadow: 0px 2px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
.dropdownsol-content ul li
{
	list-style:none;
	padding: 4px;
}
.dropdownsol-content ul li a
{
	color:black;
}
.dropdownsol-content .header {
  background: red;
  padding: 16px;
  color: white;
}

.dropdownli:hover .dropdownsol-content {
  display: block;
}


/* end second page solution dropdowni */

/* start home page solution dropdowns */

.nav-menu .drop-downs ul {
	width:650px;
  display: block;
  position: absolute;
  left: 18%;
  top: calc(100% - 20px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 10px;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}
.nav-menu .drop-downs ul::before
{
	content: '';
    position: absolute;
    width: 14px;
    height: 0;
    border: 7px solid transparent;
    border-bottom: 7px solid #fff;
    top: -14px;
    left: 8%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.nav-menu .drop-downs:hover > ul {
  opacity: 1;
  /*top: 100%;*/
  visibility: visible;
}

.nav-menu .drop-downs li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-downs ul a {
  padding: 6px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
}

.nav-menu .drop-downs ul a:hover, .nav-menu .drop-downs ul .active > a, .nav-menu .drop-downs ul li:hover > a {
  color: #fdc134;
}

.nav-menu .drop-downs > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-downs .drop-downs ul {
  top: 0;
  left: calc(100% - 5px);
}

.nav-menu .drop-downs .drop-downs:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-downs .drop-downs > a {
  padding-right: 35px;
}

.nav-menu .drop-downs .drop-downs > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

/* headerb2l home page solution drop-down */

/* headerb2l solution drop-down */
.nav-menu .drop-downp ul {
	width:650px;
  display: block;
  position: absolute;
  right: 5%;
  top: calc(100% - 10px);
  z-index: 99;
	opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
	padding:10px;
}

.nav-menu .drop-downp ul::before
{
	content: '';
    position: absolute;
    width: 14px;
    height: 0;
    border: 7px solid transparent;
    border-bottom: 7px solid #fff;
    top: -14px;
    right: 40%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.nav-menu .drop-downp:hover > ul {
  opacity: 1;
  /*top: 100%;*/
  visibility: visible;
}

.nav-menu .drop-downp li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-downp ul a {
  padding: 5px 5px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: black;
}

.nav-menu .drop-downp ul a:hover, .nav-menu .drop-downp ul .active > a, .nav-menu .drop-downp ul li:hover > a {
  color: #fdc134;
}

.nav-menu .drop-downp > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-downp .drop-downp ul {
  top: 0;
  left: calc(100% - 5px);
}

.nav-menu .drop-downp .drop-downp:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-downp .drop-downp > a {
  padding-right: 35px;
}

.nav-menu .drop-downp .drop-downp > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}
@media (max-width: 1366px) {
  .nav-menu .drop-downp .drop-downp ul {
    left: -90%;
  }
  .nav-menu .drop-downp .drop-downp:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-downp .drop-downp > a:after {
    content: "\ea9d";
  }
}
/* end headerb2l solution drop-down */
@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}

/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 15px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #fdc134;
}

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
 /* border-radius: 10px;*/
  padding: 10px 0;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #213b52;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
  transition: 0.3s;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #fdc134;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
}
.mobile-nav > ul > li > a
{
	font-weight: bold;
}
.mobile-nav .drop-down > a {
  padding-right: 35px;
	
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  /*padding-left: 20px;*/
}

.mobile-nav .get-started a {
  background: #213b52;
  color: #fff;
  border-radius: 50px;
  margin: 15px;
  padding: 8px 25px 10px 25px;
  text-align: center;
}

.mobile-nav .get-started a:hover {
  background: #fdc134;
  color: #213b52;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(18, 33, 46, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
	height:auto;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/* mobile nav for solution 1st page */
.mobile-nav .drop-downs > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-downs > a:after {
  content: "\eaa1";
}

.mobile-nav .drop-downs > a {
  padding-right: 35px;
}

.mobile-nav .drop-downs ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-downs li {
  /*padding-left: 20px;*/
}
/* end mobile nav for solution 1st page */

/* mobile nav for company 1st page */
.mobile-nav .drop-downcom > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-downcom > a:after {
  content: "\eaa1";
}

.mobile-nav .drop-downcom > a {
  padding-right: 35px;
}

.mobile-nav .drop-downcom ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-downcom li {
  padding-left: 20px;
}
/* end mobile nav for company 1st page */

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  padding: 0 0 0 0;
	margin-bottom:2%;
}

#hero h1 {
  margin: 0 0 15px 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 56px;
  color: black;
  /*font-family: "Poppins", sans-serif;*/
}

#hero h2 {
  color: black;
  margin-bottom: 30px;
  font-size: 26px;
	font-weight:bold;
}

#hero .btn-get-started {
  color: #9FA8A3;
  border-radius: 50px;
  padding: 8px 35px 10px 35px;
  border: 2px solid #fdc134;
  transition: all ease-in-out 0.3s;
  display: inline-block;
  background: #fdc134;
}

#hero .btn-get-started:hover {
  background: transparent;
  color: #fff;
}

@media (max-width: 991px) {
  #hero .hero-img {
    text-align: center;
  }
  #hero .hero-img img {
    width: 20%;
  }
}

@media (max-width: 768px) {
  #hero {
    -moz-text-align-last: center;
    text-align-last: center;
  }
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  #hero .hero-img img {
    width: 20%;
  }
}

@media (max-width: 575px) {
  #hero .hero-img img {
    width: 70%;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
#main section {
  padding: 10px 0;
  overflow: hidden;
}

.section-bg {
  background: #f2f6fa;
}

.section-title {
  text-align: center;
}

.section-title h2 {
  font-size: 25px;
  font-weight: 600;
  /*text-transform: uppercase;*/
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  /*font-family: "Poppins", sans-serif;*/
  color: #575654;
}

.section-title h2::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #fdc134;
  bottom: 0;
  left: calc(50% - 20px);
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 1px 0;
  background-color: #f6f9fb;
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
.breadcrumbs ol li
{
	padding:1%;
}
.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
  padding: 0;
}

.clients .client-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  height: 120px;
}

.clients .client-logo img {
  height: 40px;
}

.clients .client-logo:hover img {
  transform: scale(1.2);
}

.clients img {
  transition: all 0.4s ease-in-out;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content {
  padding: 30px 0;
}

.about .content h3 {
  font-weight: 700;
  font-size: 34px;
  color: #9FA8A3;
}

/*.about .content p {
  margin-bottom: 0;
}*/

.about .content .icon-box {
  margin-top: 25px;
}

.about .content .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 5px 0 10px 60px;
  color: #9FA8A3;
}

.about .content .icon-box h4 a {
  color: #9FA8A3;
  transition: 0.3s;
}

.about .content .icon-box h4 a:hover {
  color: #fdc134;
}

.about .content .icon-box i {
  font-size: 48px;
  float: left;
  color: #fdc134;
}

.about .content .icon-box p {
 /* font-size: 15px; */
  color: #848484;
  margin-left: 60px;
}

.about .image {
  min-height: 400px;
}

@media (max-width: 667px) {
  .about .image img {
    max-width: 100%;
  }
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services {
  padding-bottom: 40px;
}

.services .card {
  border: 0;
  padding: 0 30px;
  margin-bottom: 60px;
  position: relative;
  background: transparent;
}

.services .card-img {
  width: calc(100% + 60px);
  margin-left: -30px;
  overflow: hidden;
  z-index: 9;
  border-radius: 0;
}

.services .card-img img {
  max-width: 100%;
  transition: all 0.3s ease-in-out;
}

.services .card-body {
  z-index: 10;
  background: #fff;
  border-top: 4px solid #fff;
  padding: 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  margin-top: -60px;
  transition: 0.3s;
}

.services .card-title {
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}

.services .card-title a {
  color: #9FA8A3;
  transition: 0.3s;
}

.services .card-text {
  color: #5e5e5e;
}

.services .read-more a {
  color: #777777;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  transition: 0.3s;
}

.services .read-more a:hover {
  color: #fdc134;
}

.services .card:hover img {
  transform: scale(1.1);
}

.services .card:hover .card-body {
  border-color: #fdc134;
}

.services .card:hover .card-body .card-title a {
  color: #fdc134;
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features .content + .content {
  margin-top: 70px;
}

.features .content h3 {
  font-weight: 700;
  font-size: 26px;
  color: #9FA8A3;
}

.features .content ul {
  list-style: none;
  padding: 0;
}

.features .content ul li {
  padding-bottom: 10px;
}

.features .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #fdc134;
}

.features .content p:last-child {
  margin-bottom: 0;
	text-align:justify;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------
.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 0 35px 0;
  list-style: none;
  text-align: center;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  margin: 0 5px 5px 0;
  display: inline-block;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  color: #444444;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  color: #fdc134;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  z-index: 1;
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(33, 59, 82, 0.6);
  position: absolute;
  left: 100%;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  z-index: 2;
}

.portfolio .portfolio-wrap img {
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links {
  opacity: 0;
  left: 0;
  right: 0;
  top: calc(50% - 36px);
  text-align: center;
  z-index: 3;
  position: absolute;
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #fdc134;
  font-size: 24px;
  line-height: 1;
  text-align: center;
  width: 36px;
  height: 36px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #fff;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 3;
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
}

.portfolio .portfolio-wrap:hover::before {
  left: 0;
}

.portfolio .portfolio-wrap:hover .portfolio-links {
  opacity: 1;
  top: calc(50% - 18px);
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
  bottom: 0;
}

--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------
.portfolio-details {
  padding-top: 30px;
}

.portfolio-details .portfolio-details-container {
  position: relative;
}

.portfolio-details .portfolio-details-carousel {
  position: relative;
  z-index: 1;
}

.portfolio-details .portfolio-details-carousel .owl-nav, .portfolio-details .portfolio-details-carousel .owl-dots {
  margin-top: 5px;
  text-align: left;
}

.portfolio-details .portfolio-details-carousel .owl-dot {
  display: inline-block;
  margin: 0 10px 0 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.portfolio-details .portfolio-details-carousel .owl-dot.active {
  background-color: #fdc134 !important;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  position: absolute;
  right: 0;
  bottom: -70px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  z-index: 2;
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 20px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description h3 {
  text-align:left;
}

.portfolio-details .portfolio-description p {
  padding: 0 0 0 0;
}

@media (max-width: 768px) {
  .portfolio-details .portfolio-description h2 {
    width: 100%;
  }
  .portfolio-details .portfolio-info {
    position: static;
    margin-top: 30px;
  }
}
*/
/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
  text-align: center;
  margin-bottom: 20px;
}

.team .member .pic {
  margin-bottom: 15px;
  overflow: hidden;
  min-height: 260px;
}

.team .member .pic img {
  max-width: 100%;
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
  color: #9FA8A3;
}

.team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

.team .member .social {
  margin-top: 15px;
}

.team .member .social a {
  color: #5289ba;
  transition: 0.3s;
}

.team .member .social a:hover {
  color: #fdc134;
}

.team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .row {
  padding-top: 40px;
}

.pricing .box {
  padding: 40px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
  background: #fff;
  text-align: center;
  position: relative;
}

.pricing .featured-badge {
  display: inline-block;
  position: absolute;
  top: -11px;
  left: calc(50% - 49px);
  background: #fdc134;
  color: #fff;
  text-align: center;
  line-height: 1;
  border-radius: 50px;
  padding: 4px 20px 5px 20px;
  font-size: 12px;
  text-transform: uppercase;
}

.pricing h3 {
  font-weight: 300;
  margin-bottom: 15px;
  font-size: 28px;
}

.pricing h4 {
  font-size: 46px;
  color: #fdc134;
  font-weight: 400;
  /*font-family: "Open Sans", sans-serif;*/
  margin-bottom: 25px;
}

.pricing h4 span {
  color: #bababa;
  font-size: 18px;
  display: block;
}

.pricing ul {
  padding: 0;
  list-style: none;
  color: #999;
  text-align: left;
  line-height: 20px;
}

.pricing ul li {
  padding-bottom: 12px;
}

.pricing ul i {
  color: #fdc134;
  font-size: 18px;
  padding-right: 4px;
}

.pricing ul .na {
  color: #ccc;
}

.pricing ul .na i {
  color: #ccc;
}

.pricing ul .na span {
  text-decoration: line-through;
}

.pricing .get-started-btn {
  background: #9FA8A3;
  display: inline-block;
  padding: 6px 30px;
  border-radius: 20px;
  color: #fff;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  /*font-family: "Raleway", sans-serif;*/
  transition: 0.3s;
}

.pricing .get-started-btn:hover {
  background: #fdc134;
}

.pricing .featured {
  z-index: 10;
  margin: -30px -5px 0 -5px;
  border: 1px solid #fdc134;
}

.pricing .featured .get-started-btn {
  background: #fdc134;
}

.pricing .featured .get-started-btn:hover {
  background: #fdcd5c;
}

@media (max-width: 992px) {
  .pricing .box {
    max-width: 60%;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 767px) {
  .pricing .box {
    max-width: 80%;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 420px) {
  .pricing .box {
    max-width: 100%;
    margin: 0 auto 30px auto;
  }
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq .faq-item {
  margin: 20px 0;
  padding: 20px 0;
  border-bottom: 1px solid #dde8f1;
}

.faq .faq-item i {
  color: #9bbbd7;
  font-size: 20px;
  float: left;
  line-height: 0;
  padding: 13px 0 0 0;
  margin: 0;
}

.faq .faq-item h4 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  margin: 0 0 10px 28px;
  /*font-family: "Poppins", sans-serif;*/
}

.faq .faq-item p {
  font-size: 15px;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px 0 30px 0;
  background: #fff;
}

.contact .info-box i {
  font-size: 32px;
  color: #fdc134;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #fff7e5;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
/*  font-size: 14px;*/
  margin-bottom: 0;
}

.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px;
  background: #fff;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input::focus, .contact .php-email-form textarea::focus {
  background-color: #fdc134;
}

.contact .php-email-form input {
  padding: 20px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type="submit"] {
  background: #fdc134;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #fdd067;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  /* background: url("../img/footer-bg.jpg") center center no-repeat; */
	background:rgba(0,0,0,.85);
 color: #fff;
  font-size: 16px;
  position: relative;
	clear:both;
	margin-top: 2%;
}

#footer::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}

#footer .footer-top {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 30px 0;
}

#footer .footer-top h3 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  position: relative;
  /*font-family: "Poppins", sans-serif;*/
 padding-bottom: 0;
  margin-bottom: 0;
}

#footer .footer-top p {
  color: #a9a9a9;
    font-size: .9rem;
	line-height: 1.8;
	margin-bottom: 1rem;
	letter-spacing: .1rem;
	font-family: 'Open Sans',arial;
    font-weight: 400;
}

#footer .footer-top .footer-newsletter {
  text-align: center;
  font-size: 15px;
  margin-top: 30px;
}

#footer .footer-top .footer-newsletter form {
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  text-align: left;
}

#footer .footer-top .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-top .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: -1px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #fdc134;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-top .footer-newsletter form input[type="submit"]:hover {
  background: #fcb102;
}

#footer .footer-top .social-links {
  margin-top: 30px;
}

#footer .footer-top .social-links a {
  font-size: 25px;
  display: inline-block;
  background: #f1f1f1;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
.social-links i
{
color: #363535;	
}
#footer .footer-top .social-links a:hover {
  background: #fcb102;
  color: #fff;
  text-decoration: none;
}

#footer .footer-bottom {
  border-top: 1px solid #1a2e40;
  z-index: 2;
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}

#footer .copyright {
  text-align: center;
  float: left;
}

#footer .credits {
	float: right;
    text-align: center;
    font-size: .9rem;
    line-height: 1.8;
    font-family: 'Open Sans',arial;
}
#footer .credits a
{
	color: #888!important;
}
.copyright
{
	font-size:14px;
	font-size: .9rem;
    line-height: 1.8;
    font-family: 'Open Sans',arial;
}

@media (max-width: 768px) {
  #footer .copyright, #footer .credits {
    padding: 5px;
    float: none;
    text-align: ceneter;
  }
}
/* Custom Style */
.container
{
	max-width:1280px;
	width:95%;
}
.container h2,h3
{
	/*margin-top:3%;*/
}
.featuredapp
{
    /* background: #e8f4ff ;
    background: -moz-linear-gradient(left,#e8f4ff  30%,#fff 100%);
    background: -webkit-linear-gradient(left,#e8f4ff  30%,#fff 100%);
    background: linear-gradient(to right,#e8f4ff  30%,#fff 100%); */
    vertical-align: middle;
	padding:8%;
}
.featuredapp
{
	padding-top:22%;
	padding-bottom:22%;
}
.featuredapp img
{
	width:100%;
}
.crmappsection img
{
	display:block;
	margin:auto;
	width:60%;
}
.featuredapp h4
{
	font-weight:800;
}
.featuredapp h4,label
{
	color:black;
}
.crmappsection label
{
	font-size:12px;
}
.crmsection
{
	height: 96px;
    width: 96px;
    left: 6px;
    position: absolute;
    top: 55px;
    padding-top: 100px;
    text-align: center;
    background-size: auto 120px;
    background-repeat: no-repeat;
	font-weight:bold;
}
.learn-more
{
	color: #fff;
    background: #f0483e;
    padding: 8px 20px;
    display: inline-block;
    /*font-family: var(--zf-primary-bold);*/
    text-transform: uppercase;
    font-size: 13px;
}
.read-more
{
	color: #f0483e;
    background: none;
	border:1px solid #f0483e;
    padding: 3px 15px;
    display: inline-block;
    /*font-family: var(--zf-primary-bold);*/
    text-transform: uppercase;
    font-size: 13px;
}
.appddesc b
{
	color:black;
}
.crmappsection ul
{
	/* position: relative; 12 */
    width: 100%;
    overflow: hidden;
}
.crmappsection>* {
    display: table-cell;
    vertical-align: top;
    width: 50%;
    padding: 0;
}

.crmappsection ul li
{
	text-align:left;
	width:32%;
	height:50%;
	display:inline-block;
	padding:25px;
	list-style:none;
	border-bottom:1px solid #f2f2f2;
	border-right:1px solid #f2f2f2;
}
.crmappsection ul .rightnone
{
	border-right:none;
}
.crmappsection ul .bottomnone
{
	border-bottom:none;
}
.bundlesection ul li
{
	text-align:left;
	width:29%;
	height:40%;
	margin:2%;
	display:inline-block;
	list-style:none;
	vertical-align:bottom;
	padding-right:3%;
}
.bundlesection ul .rightnone
{
	border-right:none;
}
.col-xl-5
{
	padding-right:0px;
}
.capp a
{
	color:black;
}
.capp img
{
	width:100%;
	height:78%;
}
.capp label
{
	height:55%;
	font-size:14px;
}
.capp b
{
	font-weight:800;
}
.bundlenm p
{
	/*font-size:17px;*/
	text-align:justify;
}
.bundles
{
	border:1px solid lightgray;
	padding:1%;
}
.bundles h6 {
    /*font-family: var(--zf-primary-semibold);*/
    position: relative;
    left: 50%;
    top: -20px;
    width: 100px;
    height: 20px;
    text-align: center;
    font-size: 14px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #000;
    background: #fff;
    z-index: 1;
    margin-left: -50px;
}
.featuredapp h4
{
	font-size:18px;
}
.featuredapp label
{
	font-size:16px;
}
.row label
{
	font-size:12px;
	height:60px;
	display:block;
	color:#333;
}

.appddesc b
{
	font-size:16px;
	margin-top:2%;
	display:block;
}
.appddesc label
{
	display:block;	
	margin-top:2%;
	margin-bottom:2%;
}
.bundlenm img
{
	width:70%;
	margin:auto;
}
.lftappbox
{
	border-right:1px solid #e5e5e5;
	padding:2%;
}
.apptitle
{
	border-bottom:1px solid lightgray;
	border-right:1px solid #f5f5f5;
	text-align:center;
	font-size:18px;
	font-weight:800;
	padding:1%;
}
.apptitle img
{
	display:inline-block;
}
.subapp
{
	border-bottom:1px solid #f5f5f5;
	border-right:1px solid #f5f5f5;
	text-align:center;
	font-size:16px;
	font-weight:500;
	padding:2%;
}
.subapp img
{
	margin-bottom:1%;
}
.footercls ul li
{
	list-style:none;
	text-align:left;
	font-size:14px;
	padding:2%;
}
.footercls h4
{
	font-family: Montserrat,arial;
	font-size: 13px!important;
	text-align:left;
	color: #fff;
    letter-spacing: .15rem;
    font-weight: 700;
    margin-bottom: 2rem;
}
.footercls ul
{
	margin-left:2px;
	padding:0px;
}
.footercls p
{
	line-height:1.9;
/*	font-size:16px;*/
}
.footercls a
{
	display: block;
    padding-bottom: .5rem;
    border-bottom: 1px solid rgba(255,255,255,.05);
	color: #a9a9a9;
	letter-spacing: .1rem;
	font-size: .9rem;
    text-transform: none;
	font-family: 'Open Sans',arial;
    font-weight: 400;
	line-height: 1.5;
}
.productapp:hover
{
	background-color:lightgray;
	color:white!important;
}
.productapp a:hover
{
	color:white!important;
}
.drop-down .row
{	
	margin-bottom:2px;
}
.productapp img
{
	display:inline-block;
	width:18%;
	margin-right:5%;
}
.productapp span
{
	text-align:justify;
	/*line-height:1.5;*/
}
.prodpara
{
	display:block;
	color:black;
	font-size:13px;
	line-height: 1.5;
    font-family: 'Open Sans',arial;
}
.prodtitle
{
color:black;
font-size:16px;
}
.industfield h2
{
	font-size: 42px;
    /*font-family: Roboto Slab;*/
}
.industfield p
{
	/*font-size: 20px;*/
    /*font-family: sans-serif;*/
	text-align:justify;
	margin-bottom:10px;
}
.industimg
{
	margin-top:1%;
}
.industapp
{
	margin-top:2%;
}
.industpara
{
	font-size:18px;
}
.accordianapp .card-header
{
	background-color:white !important;
		border-bottom:none;
}
.accordianapp
{
	border:none;
}
.accordianapp .btn-link
{
	font-size:20px;
	color:#3D726D !important;
	text-decoration:none;
}
.accordianapp .card-body
{
	margin-left:6%;
	padding:0;
	padding-left:5%;
	font-size:18px;
}
.appdis
{
	text-align:center;
	margin-top:5%;
}
.appdis>b
{
	font-size:16px;
}
.featuredapp
{
	height:100%;
}
.pltformimg img
{
	width:50%;
	height:100%;
	margin-left:auto;
	margin-right:auto;
	display:block;
}
.platdesc
{
	text-align: center;
    margin-top: 5%;
}
section a
{
	color:black;
	font-weight:600;
	font-size:16px;
}
section h2 a
{
	color:black;
	font-weight:600 !important;
	font-size:26px;
}
.lftappbox img
{
	width:50%;
}
.rightappbox
{
	padding:2%;
}
.rightappbox img
{
	width:50%;
}
.subrightnone
{
	border-right:none;
}
.producttitle
{
	font-size:25px;
	font-family:myriad-pro, Arial!important;
}
.subbottomnone
{
	border-bottom:none;
}
.subapp:hover
{
	border-bottom:2px solid red;
}
.apptitle span
{
	display:block;
	color:#0a4780;
}
.apptitle label
{
	color:#666;
    font-size: 16px;
}
.darkline
{
	border:1px solid #e9f3f5;
}
.footerlist ul li
{
	list-style:none;
	display:inline-block;
	font-size:12px;
}
.footerlist ul li+li:before
{
	content:" - ";
}
.dashnone:after
{
	content:"";
}
#mobfooter
{
	display:none;
}
.leftsidebox
{
	background: #f8f9fa;
    padding: 1%;
	color:#000;
}
.leftsidebox li
{
	margin-bottom:5%;
	list-style:none;
	font-weight: 600;
    letter-spacing: .06px;
	padding: 5px 10px 5px 28px;
	color:#5f6368!important;
}
.nav-menu .leftsidebox li a
{
	color:#5f6368!important;
	padding: 1px 1px 1px 1px!important;
}
.leftsidebox li:hover
{
	background:#E8EAED;
}
.leftsidebox li
{
	font-size: 14px;
}
#civilsec,#optisec,#temosec,#tortilasec,#tundrasec,#spottestsec
{
	display:none;
}
.rightsidebox .prodtitles
{
	font-size: 14px;
    color: #5f6368;
    line-height: 26px;
    font-weight: 600;
}
.rightsidebox .prodparas
{
	font-size:12px;
	color:#5f6368;
	display:block;
}
.rightsidebox img
{
	width:75%;
}
.nav-secondary-wrapper
{
	border-bottom: 1px solid rgba(0,0,0,.1);
	border-top: 1px solid rgba(0,0,0,.1);
	display:block;
}
.nav-secondary
{
	text-align:center;
}
.l-page {
    margin-left: auto;
    margin-right: auto;
    padding-right: 25px;
    padding-left: 25px;
    max-width: 1140px;
}
.nav-secondary-label
{
	color: rgba(0,0,0,.7);
}
.nav-secondary-label ul li
{
	list-style:none;
	display:inline-block;
	padding:1%
}
.nav-secondary-label ul li a
{
	color:black;
	font-weight:700;
}
.nav-secondary-label .active
{
	border-bottom:3px solid #EE7F2D;
}
.nav-secondary-label ul
{
	margin-bottom:0px;
}
.blhead
{
	padding:0px!important;
}
.navbar-nav
{
	float:right;
}
.navbar-nav ul li
{
	list-style:none;
	display:inline-block;
}
.navbar-nav a
{
display: block;
    position: relative;
    color: black;
    padding: 10px 15px;
    transition: 0.3s;
    font-size: 18px;
    /*font-family: "Open Sans", sans-serif;*/
}
.navbar-nav .get-started a {
    background: #213b52;
    color: #fff;
    margin: 2px 0 0 15px;
    padding: 4px 25px 6px 25px;
    border: 2px solid #fdc134;
}
.aboutsec p
{
	text-align:left;
	line-height:2;
	/*font-size:18px;*/
}
.aboutdesc
{
	margin-top:2%;
}
/*.aboutdesc p
{
	line-height:2;
}*/
/*History Timeline*/

.main-timeline4{overflow:hidden;position:relative}
.main-timeline4:before{content:"";width:5px;height:93%;background:#333;position:absolute;top:70px;left:50%;transform:translateX(-50%)}
.main-timeline4 .timeline-content:before,.main-timeline4 .timeline:before{top:50%;transform:translateY(-50%);content:""}
.main-timeline4 .timeline{width:50%;padding-left:100px;float:right;position:relative}
.main-timeline4 .timeline:before{width:20px;height:20px;border-radius:50%;background:#fff;border:5px solid #333;position:absolute;left:-10px}
.main-timeline4 .timeline-content{display:block;padding-left:150px;position:relative}
.main-timeline4 .timeline-content:before{width:90px;height:10px;border-top:7px dotted #333;position:absolute;left:-92px}
.main-timeline4 .year{display:inline-block;width:120px;height:120px;border-radius:50%;border:10px solid gray;font-size:30px;color:#f54957;text-align:center;box-shadow:inset 0 0 10px rgba(0,0,0,.4);position:absolute;top:0;left:0}
.main-timeline4 .year:before{content:"";border-left:20px solid gray;border-top:10px solid transparent;border-bottom:10px solid transparent;position:absolute;bottom:-13px;right:0;transform:rotate(45deg)}
.main-timeline4 .inner-content{padding:20px 0}
.main-timeline4 .title{font-size:24px;font-weight:600;color:#f54957;text-transform:uppercase;margin:0 0 5px}
.main-timeline4 .description{font-size:14px;color:#6f6f6f;margin:0 0 5px;height:100px;}
.main-timeline4 .timeline:nth-child(2n){padding:0 100px 0 0}
.main-timeline4 .timeline:nth-child(2n) .timeline-content:before,.main-timeline4 .timeline:nth-child(2n) .year,.main-timeline4 .timeline:nth-child(2n):before{left:auto;right:-10px}
.main-timeline4 .timeline:nth-child(2n) .timeline-content{padding:0 150px 0 0}
.main-timeline4 .timeline:nth-child(2n) .timeline-content:before{right:-92px}
.main-timeline4 .timeline:nth-child(2n) .year{right:0}
.main-timeline4 .timeline:nth-child(2n) .year:before{right:auto;left:0;border-left:none;border-right:20px solid gray;transform:rotate(-45deg)}
.main-timeline4 .timeline:nth-child(2){margin-top:110px}
.main-timeline4 .timeline:nth-child(odd){margin:-110px 0 0}
.main-timeline4 .timeline:nth-child(even){margin-bottom:80px}
.main-timeline4 .timeline:first-child,.main-timeline4 .timeline:last-child:nth-child(even){margin:0}
.main-timeline4 .timeline:nth-child(2n) .year{border-color:gray;color:#1ebad0}
.main-timeline4 .timeline:nth-child(2) .year:before{border-right-color:gray}
.main-timeline4 .timeline:nth-child(2n) .title{color:#1ebad0}
.main-timeline4 .timeline:nth-child(3n) .year{border-color:gray;color:#7cba01}
.main-timeline4 .timeline:nth-child(3) .year:before{border-left-color:gray}
.main-timeline4 .timeline:nth-child(3n) .title{color:#7cba01}
.main-timeline4 .timeline:nth-child(4n) .year{border-color:gray;color:#f8781f}
.main-timeline4 .timeline:nth-child(4) .year:before{border-right-color:gray}
.main-timeline4 .timeline:nth-child(4n) .title{color:#f8781f}
@media only screen and (max-width:1200px){.main-timeline4 .year{top:50%;transform:translateY(-50%)}
}
@media only screen and (max-width:990px){.main-timeline4 .timeline{padding-left:75px}
.main-timeline4 .timeline:nth-child(2n){padding:0 75px 0 0}
.main-timeline4 .timeline-content{padding-left:130px}
.main-timeline4 .timeline:nth-child(2n) .timeline-content{padding:0 130px 0 0}
.main-timeline4 .timeline-content:before{width:68px;left:-68px}
.main-timeline4 .timeline:nth-child(2n) .timeline-content:before{right:-68px}
}
@media only screen and (max-width:767px){.main-timeline4{overflow:visible}
.main-timeline4:before{height:100%;top:0;left:0;transform:translateX(0)}
.main-timeline4 .timeline:before,.main-timeline4 .timeline:nth-child(2n):before{top:60px;left:-9px;transform:translateX(0)}
.main-timeline4 .timeline,.main-timeline4 .timeline:nth-child(even),.main-timeline4 .timeline:nth-child(odd){width:100%;float:none;text-align:center;padding:0;margin:0 0 10px}
.main-timeline4 .timeline-content,.main-timeline4 .timeline:nth-child(2n) .timeline-content{padding:0}
.main-timeline4 .timeline-content:before,.main-timeline4 .timeline:nth-child(2n) .timeline-content:before{display:none}
.main-timeline4 .timeline:nth-child(2n) .year,.main-timeline4 .year{position:relative;transform:translateY(0)}
.main-timeline4 .timeline:nth-child(2n) .year:before,.main-timeline4 .year:before{border:none;border-right:20px solid gray;border-top:10px solid transparent;border-bottom:10px solid transparent;top:50%;left:-23px;bottom:auto;right:auto;transform:rotate(0)}
.main-timeline4 .timeline:nth-child(2n) .year:before{border-right-color:#1ebad0}
.main-timeline4 .timeline:nth-child(3n) .year:before{border-right-color:#7cba01}
.main-timeline4 .timeline:nth-child(4n) .year:before{border-right-color:#f8781f}
.main-timeline4 .inner-content{padding:10px}
}

/*End Timeline*/
.bscale a
{
	font-size:20px;
}
.bscale h5
{
	text-align:center;
	margin-top:3%;
}
.bscale p
{
	text-align:justify;
	/*margin-top:1%;*/
}
.card-text
{
	text-align:justify;
	line-height:1.5;
}
.founder h5,.founder h3,.founder p
{
	text-align:center!important;
}
.portfolio-details h5, h3, p
{
	text-align:left;
}
.founder h3
{
	font-weight:800;
	margin-bottom:2%;
}
.founder h5
{
	font-weight:600;
	margin-top:2%;
}
.leader
{
	margin-top:5%;
}
.leader img
{
	border-radius:50%;
	height:210px;
}
.teamsec
{
	margin-bottom:3%;
}
.gdprbnr
{
	padding:1%;
	/* background:#131D48; */
	background:#E8F4FF;
}
.gdprbnr img
{
	width:10%;
	height:15%;
}
.ecombnr
{
	background:linear-gradient(to bottom,#e8f4ff 30%,#fff 100%);
	margin-bottom: 2%;
}
.ecombnr img
{
	width:50%;
}
.portfolio-description p
{
	text-align:justify;
	line-height:1.75;
	font-family: National-Book,Helvetica,sans-serif;
}
.heresec
{
	color:#34eb7d;
	font-size:1rem;
}
.comimg img
{
	width:30%;
	height:50%;	
}
/*.principlesec p
{
	line-height:1.75;
}*/
.card-header a
{
	width:100%;
}
.collleft
{
	float:left;
}
.collright
{
	float:right;
}
.card-header
{
	background:lightslategrey;
	color:white;
}
.gdpratbnr
{
	background:#E8F4FF;
}
.gdpratbnr img
{
	width:30%;
}
.card-body
{
	text-align:left;
}
.complianceimg img
{
	width:40%;
	height:45%;
	margin-bottom:5%;
}
.aspects h4
{
	text-align:left;
	font-weight:600;
}
.portfolio-details table td
{
	width:33%;
	padding:1%;
}
.portfolio-details table th
{
	text-align:center;
	background:lightgray;
}
.portfolio-details table
{
	border:1px solid lightgray;
}
.blistyle>ul>li
{
	list-style:none;
	text-align:left;
}
.blistyle>ul>li>a
{
	font-size:1rem;
}
.bx-check-shield,.bx-check-circle
{
	margin-right:1%;
	font-size:20px;
}
.custconsec
{
	margin-top:1%;
}
.bsecurity ul li
{
	padding:2%;
}
.containerpadding .container
{
	padding-top:15px;
	padding-bottom:15px;
}
.careerpadding
{
	padding:0px 0px;
}
.container p
{
	/*margin-bottom:2%;*/
}
.careerbtn
{
	padding:1%;
	background:#727873;
	color:white;
	font-size:20px;
}
.careerbtn:hover
{
	background:#f5bc42;
	color:black;
}
.carrerpro img
{
	margin-bottom:2%;
}
.carrerpro p
{
	text-align:center;
}
.culture h3
{
	text-align:left;
}
.careercls p
{
	/*line-height:1.75;*/
	/*font-size:1rem;*/
	text-align:justify;
}
.viewcr
{
	border-top:1px solid rgba(0,0,0,.1);
}
.viewcr p
{
	/*font-size:1rem;*/
}
.b2lpltfrm
{
	color: #000;
    font-size:1rem;
    letter-spacing: 2px;
	margin-top:2%;
}
.platdesc h3
{
	font-size:25px;
	font-weight:bold;
	text-align:center;
}
.platdesc label
{
	font-size:15px;
}
.b2lhead
{
	color: #000;
    font-size: 14px;
    letter-spacing: 2px;
}
.termsec p
{
	/*font-size:1rem;*/
}
.termsec ul li
{
	font-size:1rem;
}
.privcysec p,.prodgdpr p,.gdprorg p,.ecomse p
{
	/*font-size:1rem;
	line-height: 1.75;*/
}
.privcysec ul li,.securitysec ul li,.gdprsec ul li,.ecomse ul li
{
	font-size:1rem;
}
.cookiesec p,.securitysec p,.gdprsec p
{
	/*font-size:1rem;*/
}
#contactpage
{
	border-top:1px solid rgba(0,0,0,.1);
}
#contactpage
{
	width:100%;
	height:250px;
	background:#E8F4FF;
}
.contactbnr
{
	font-size: 25px;
    text-align: center;
    font-weight: 600;
}
.phoneimg img
{
	width:80%;
}
.bordercls
{
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	padding:2%;
}
.bordercls h3
{
	text-align:center;
}
.drop-down h5
{
	font-size:15px;
	font-weight:bold;
}
.drop-down i
{
	font-size:15px;
}
.solutionsec ul li a:before
{
	content:"-  ";
}
.ecomercesec img
{
	height:400px;
}
.solutionsec
{
	margin-top:2%;
}
.entertainsec ul li
{
	text-align:left;
	line-height:1.75;
	font-size:1rem;
}
.realesec img
{
	margin-top:25%;
}
.realesec ul li
{
	line-height:1.75;
	font-size:1rem;
}
.healthbnr
{
	background:linear-gradient(to bottom,#dcf5f4 30%,#fff 100%);
	margin-bottom:2%;
}
.healthbnr img
{
	width:50%;
}
.entbft img
{
	width: 41%;
    margin: auto;
    display: block;
    border-radius: 18%;
	margin-bottom:4%;
	margin-top:4%;
}
.entbft h5,.entbft p
{
	text-align:center;
}
.firstrow ul li a:before
{
	content:"-  ";
}
.featuresec img,.financebnr img,.travelbnr img,.fieldbnr img
{
	width:41%;
	height:35%;
}
.financebnr
{
	background: linear-gradient(to bottom,#ffeded 0%,#fff 100%);
}
.careercls ul li,.entertainsec ul li
{
	font-family: National-Book,Helvetica,sans-serif;
    font-size: 1.25rem;
    line-height: 1.7;
    color: #666;
}
.travelbnr
{
	background: linear-gradient(to bottom,#c1f7eb 0%,#fff 100%);
}
.fieldbnr
{
	background: linear-gradient(to bottom,#d7f7e0 0%,#fff 100%);
}
.fieldsersec
{
	margin-top:2%;
	margin-bottom:2%;
	background: #fafafa;
}
.smbbnr img
{
	width:32%;
	height:40%;
}
.smbbnr
{
	background:linear-gradient(to bottom,#e8f4ff 30%,#fff 100%);
}
.row
{
	margin-left:5px;
	margin-right:5px;
}
.rightsidebox ol li a
{
	color:lightgray;
}
.rightsidebox ol li
{
	width:33%;
	display:inline-block;
	padding-bottom:1%;
}
#tundrasec img
{
	width:60%;
}
.custsalesec
{
box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
	padding:1%;
}
.custsalesec p
{
	/*font-size:1.2rem;*/
}
.newcustimg img
{
	width:30%;
	margin:auto;
	display:block;
}
.existcustimg img
{
	width:40%;
	margin:auto;
	display:block;
}
.contactsale .mr-5
{
	margin-right: 6rem!important;
}
.salebnr
{
	background: #E8F4FF;
	padding:5%;
}

/*second page header*/
.nav-menu .drop-downli ul {
  display: block;
  position: absolute;
  left: 0;
	top: calc(100% - 20px);
  z-index: 99;
 opacity: 0;
  visibility: hidden;
  padding: 0px 0px;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
	width:100%;
}

.nav-menu .drop-downli ul::before
{
	content: '';
    position: absolute;
    width: 14px;
    height: 0;
    border: 7px solid transparent;
    border-bottom: 7px solid #fff;
    top: -14px;
    left: 9.5%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.nav-menu .drop-downli:hover > ul {
  opacity: 1;
 /* top: 100%;*/
  visibility: visible;
}

.nav-menu .drop-downli li {
  min-width: 180px;
  position: relative;
}
.nav-menu .drop-downli li:hover
{
	background:#f5f4f2;
}
.nav-menu .drop-downli > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-downli .drop-downli ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-downli .drop-downli:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-downli .drop-downli > a {
  padding-right: 35px;
}

.nav-menu .drop-downli .drop-downli > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-downli .drop-downli ul {
    left: -90%;
  }
  .nav-menu .drop-downli .drop-downli:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-downli .drop-downli > a:after {
    content: "\ea9d";
  }
}
/* second page product menu mobile */
.mobile-nav .drop-downli > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-downli > a:after {
  content: "\eaa1";
}

.mobile-nav .drop-downli > a {
  padding-right: 35px;
}

.mobile-nav .drop-downli ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-downli li {
  /*padding-left: 20px;*/
}
/* */
.hiddenproduct
{
	display:none;
}
/* first page company menu */
.nav-menu .drop-downcmp ul {
  display: block;
  position: absolute;
  right: 12%;
  top: calc(100% - 10px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}

.nav-menu .drop-downcmp ul::before
{
	content: '';
    position: absolute;
    width: 14px;
    height: 0;
    border: 7px solid transparent;
    border-bottom: 7px solid #fff;
    top: -14px;
    left: 21%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.nav-menu .drop-downcmp:hover > ul {
  opacity: 1;
/*  top: 100%;*/
  visibility: visible;
}

.nav-menu .drop-downcmp li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-downcmp ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
}

/*.nav-menu .drop-downcom ul a:hover, .nav-menu .drop-downcom ul .active > a, .nav-menu .drop-downcom ul li:hover > a {
  color: #fdc134;
}*/

.nav-menu .drop-downcmp > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-downcmp .drop-downcmp ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-downcmp .drop-downcmp:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-downcmp .drop-downcmp > a {
  padding-right: 35px;
}

.nav-menu .drop-downcom .drop-downcom > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-downcmp .drop-downcmp ul {
    left: -90%;
  }
  .nav-menu .drop-downcmp .drop-downcmp:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-downcmp .drop-downcmp > a:after {
    content: "\ea9d";
  }
}
/* end company menu*/
/* first page company menu mobile */
.mobile-nav .drop-downcmp > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-downcmp > a:after {
  content: "\eaa1";
}

.mobile-nav .drop-downcmp > a {
  padding-right: 35px;
}

.mobile-nav .drop-downcmp ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-downcmp li {
  /*padding-left: 20px;*/
}
/*end first page company menu mobile*/
/* mobile nav for solution 1st page */
.mobile-nav .drop-downp > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-downp > a:after {
  content: "\eaa1";
}

.mobile-nav .drop-downp > a {
  padding-right: 35px;
}

.mobile-nav .drop-downp ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-downp li {
  /*padding-left: 20px;*/
}
/* end mobile nav for solution 1st page */
.btn-secondary,.btn-secondary:focus, .btn-secondary:hover
{
	background-color: #23384a;
    border-color: #23384a;
}
.pt-5
{
	padding-top: 1.5rem!important;
}
.nav-secondary-wrapper ul
{
	padding-left:0px;
}
.services .container
{
	padding-left: 0px;
	padding-right: 0px;
}
.chatbox {
  position: fixed;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  right: 15px;
  bottom: 15px;
  background: #284864;
  color: #fff;
z-index: 99999;
}

.chatbox i {
  font-size: 24px;
  position: absolute;
  top: 8px;
  left: 8px;
}

.chatbox:hover {
  color: #fff;
  background: #fdc134;
}
.chatwindow
{
	position: fixed;
  width: 20%;
  height: 50%;
  right: 80px;
  bottom: 5px;
	background: #Fff;
  color: #fff;
	z-index: 99999;
}
.upperbox
{
	height: 10%;
	background: #284864;
	color:white;
	font-size:22px;
}
.chatwindow .row
{
	margin-left: 0px;
    margin-right: 0px;
	padding: 1.4%;
}
.middlebox
{
	height:80%;
	background:#fafafa;
}
.lowerbox
{
	background:#DADADA;
}
.lowerbox input[type=text]
{
	border:0px;
	width:84%;
	margin-right:1%;
	padding:3px;
}
.lowerbox input[type=submit]
{
	background: #284864;
	color:white;
}
#chatbx
{
	display:none;
}
.carousel-multi-item .controls-top
{
	margin-bottom: 1.88rem;
    text-align: center;
}
.carousel-multi-item .controls-top .btn-floating
{
	background: #4285f4;
}
a.waves-effect, a.waves-light
{
	display: inline-block;
}
.btn-floating
{
	position: relative;
    z-index: 1;
    display: inline-block;
    padding: 0;
    margin: 10px;
    overflow: hidden;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 50%;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
    box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    width: 47px;
    height: 47px;
}
.waves-effect
{
	position: relative;
    overflow: hidden;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
   /* -webkit-tap-highlight-color: transparent;*/
}
.btn-floating i
{
	display: inline-block;
    width: inherit;
    color: #fff;
    text-align: center;
}
.btn-floating i {
    font-size: 1.25rem;
    line-height: 47px;
}
.fa-chevron-left:before
{
	content: "\f053";
}
.fa-chevron-right:before
{
	 content: "\f054";
}
.empsec h2,.empsec p,.kitfeature p,.kitfeature h2
{
	text-align:center;
}
.empsec img
{
	width:50%;
	display:block;
	margin:auto;
}
.empsec h5,.kitfeature h5
{
	display:block;
	text-align:center;
	margin-top:2%;
}
.kitfeature img
{
	width: 50%;
    margin: auto;
    display: block;
}
.card
{
	background:none;
	border:none;
}
.portfolio h1
{
	text-align:center;
	display:inline;
	font-family:"Tungsten-Bold", "Khand-Regular", sans-serif;
	vertical-align:middle;
	font-size:45px!important;
}
.fieldsec img
{
	display:inline-block;
	width:7%;
	margin:0;
	padding:0;
}
.fieldsec
{
	text-align:center;
}
.fieldsec p
{
	/*font-size:20px!important;*/
	text-align:center!important;
	color: #666!important;
	font-weight:200!important;
}
.portbox {
    background: #f9f9f9;
    border: 1px solid #cfcfcf;
    border-radius: 6px;
    padding: 10px;
    margin: 0px auto 15px;
    min-height: 360px;
    overflow: hidden;
}
.porttext
{
	text-align: left;
    padding: 30px 0 0;
}
.portimg {
    padding: 10;
}
.portbg
{
	background:#f2f3f5;
}
.portimgs
{
	height:fit-content;
}
.portimgs img
{
	height:90%;
	width:95%;
}
.portbox:hover {
	 transform: scale(1.05);
	transition: all .3s;
}
.prottext img
{
	width:25%;
}
.prottext img
{
	display:inline;
}
.prottext h3
{
	text-align:center;
	display:inline;
	vertical-align:middle;
	margin-left:1%;
	font-size:1.5rem;
}
.portbox h4
{
	font-size: 20px;
    font-weight: bold;
    color: #2d2e2d;
	font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	margin-top:10%;
}
.portbox p
{
	margin-top:5%;
	color:#525452;
}
.prottext p a img
{
	width: 60%;
}
.portfolio .col-md-6
{
	padding-left:10px;
	padding-right:10px;
	margin:auto;
}
.fieldsec p
{
	margin-bottom:1%;
}
.mobile-nav > ul > li
{
	border-bottom: 1px solid #f2f2f2;
}
.ofcaddrs img
{
	width:35%;
}
.ofcaddrs p
{
	/*font-size:18px;*/
}
.supportsec
{
	background:#c0e6f0;
	padding:2%;
}
.supportsec img
{
	width:25%;
	margin:auto;
	display:block;
}
.supportsec h1,.supportsec h3
{
	color:black;
	text-align:center;
}
.supportsec h1
{
	margin-top:8%!important;
}
.helpsec img
{
	width: 35%;
    display: block;
	margin:auto;
}
.helpsecbg
{
	background:#ebf3f5;
}
.helpsec
{
	margin-bottom: 5%;
	padding:3%;
}
.helpsec span
{
	font-size: 22px;
    text-align: center;
    display: block;
    margin: auto;
	font-family: "LatoRegular",sans-serif;
	font-weight:100!important;
}
.helpsection h1
{
	margin-bottom:2%;
}
section .content
{
	margin-bottom:6%;
}
/*.helpsection .content p,.helpsecbg p
{
	font-size:20px;
	line-height: 2;
}*/
.img-fluid
{
	 margin: auto;
    display: block;
}
.helpsec:hover
{
	transform: scale(1.05);
	transition: all .3s;
}
.helpsection h2
{
	margin-top:3%;
}
.helpsecbg h3
{
	text-align:center;
}
.helpsecbg img
{
	display: block;
    margin: auto;
}
.ebsbnr .col-md-6,.configbnr .col-md-6
{
	text-align: center;
    margin: auto;
}
.ebsbnr h3,.configbnr h3
{
	font-size: 1.25rem;
	text-align: center;
	font-family: "LatoRegular",sans-serif;
}
.ebschoose p
{
	/*font-size: 20px;*/
    text-align: center;
    font-family: "LatoRegular",sans-serif;
}
.ebschoose .ebsplat
{
	background:white;
	padding:10%;
}
.ebsplat
{
	height: 360px;
}
.ebschoose .ebsplat img
{
	width:20%;
	margin-bottom: 3%;
}
.ebschoose .col-md-4
{
	margin-bottom:2%;
}
.ebsplat p
{
	text-align:left!important;
	    /*font-size: 18px;*/
}
.ebsbenefit p
{
	text-align: left;
    font-family: "LatoRegular",sans-serif;
	line-height: 1.75;
	/*font-size: 18px;*/
}
.ebswork .col-md-4
{
	margin:auto;
}
.ebscontact h2,.ebscontact p
{
	text-align:center;
}
.ebscontact p,.ebswork p
{
	font-family: "LatoRegular",sans-serif;
   /* line-height: 1.75;
    font-size: 18px;*/
}
.ebscontactbtn
{
	background: darkseagreen;
    color: white;
    text-align: center;
    padding: 1%;
}
.contactbtn
{
	 text-align: center;
	margin-bottom:2%;
}
.trnplat p,.nav-item a,.tab-content p,.trainersec p,.trnfaq p,.collleft
{
	font-family: "LatoRegular",sans-serif;
    /*line-height: 1.75;
    font-size: 18px;*/
}
.trnplat
{
	background:white;
	padding:10%;
	height: 635px;
}
.trnplat img,.trnimg img
{
	width:100%;
}
.trainersec
{
	background: #525454;
    text-align: center;
    padding: 3%;
    color: white;
}
.trainersec h4,.trainersec p
{
	text-align: center;
}
.trainersec h4
{
	font-size:20px;
}
.trainersec img
{
	width:45%;
	margin-bottom:2%;
}
.trnfaq
{
	margin-top:2%;
}

/* testimonial carousel slider */
.card {
    box-shadow: 0px 4px 8px 0px #BDBDBD;
}

.profile-pic {
    width: 100px !important;
    height: 100px;
    box-shadow: 0px 4px 8px 0px #BDBDBD;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    background: 0 0;
    color: #1E88E5 !important;
    border: none;
    padding: 5px 20px !important;
    font: inherit;
    font-size: 50px !important
}

.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover {
    color: #0D47A1 !important;
    background-color: transparent !important
}

.owl-dots {
    display: none
}

button:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline-width: 0
}

.item {
    display: none
}

.next {
    display: block !important;
    position: relative;
    transform: scale(0.8);
    transition-duration: 0.3s;
    opacity: 0.6
}

.prev {
    display: block !important;
    position: relative;
    transform: scale(0.8);
    transition-duration: 0.3s;
    opacity: 0.6
}

.item.show {
    display: block;
    transition-duration: 0.4s
}
@media screen and (max-width: 999px) {

    .next,
    .prev {
        transform: scale(1);
        opacity: 1
    }

    .item {
        display: block !important
    }
}
.owl-item .card
{
	background:white;
}
.configbnr img
{
	width:40%;
}
.configbtn
{
	background: #00dfc0;
    color: white;
    text-align: center;
    padding: 1.3%;
}
.configbnr h3,.getupcls h2,.getupcls a
{
	margin-bottom:2%!important;
}
.initialtbl table
{
	margin:auto;
	width: 100%;
    border: 1px solid #ccc;
    table-layout: fixed;
}
.initialtbl td
{
	padding: 12px 25px;
    text-align: center;
    position: relative;
    border-bottom: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
}
.initialtbl td
{
	color: #101112;
    font-size: 18px;
	width:25%;
}
.initialtbl b
{
	display: block;
    color: #3676ec;
    font-size: 34px;
}
.initialtbl p
{
	padding: 5px 5px;
    display: block;
    color: #3676ec;
}
.pad-top td
{
	padding: 18px 25px;
    background: #f0f9ff;
	font-weight:bold;
}
.tfoot td
{
	padding: 35px 25px;
	background: #f0f9ff;
	font-weight:bold;
}
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #2196F3;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
.profplan,.prof-plan
{
	display:none;
}
.profplan
{
	display:block;
}
.ebsbnr img
{
	width:100%;
}

{
 text-align: center;
	padding:4%;
}
.applybtn
{
	margin-top:2%;
	margin-bottom:2%;
}
.leadersec h5,.leadersec p
{
	text-align:center;
}
.filehidden
{
	display:none;
}
.filelable
{
	font-size:1rem!important;
	text-align:left;
	height: calc(1.5em + .75rem + 2px)!important;
}
.footercls li:last-child a
{
	border-bottom: none;
}