

@font-face {
  font-family: 'General Sans';
  src: url('../fonts/GeneralSans-Bold.woff2') format('woff2'),
      url('../fonts/GeneralSans-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'General Sans';
  src: url('../fonts/GeneralSans-Medium.woff2') format('woff2'),
      url('../fonts/GeneralSans-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* ------------- */
body {
  font-size: 16px;
  font-family: 'Rubik'  Helvetica, Arial, "sans-serif" !important;
}
p {
  color: #1c1c1c;
  font-size: 18px;
}
.menubar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 30px;
}

.nav-link {
  color: black !important;
font-size:18px !important;
}
.buttonall  a {
  color: #1153FF !important;
  text-decoration: none;
  position: relative;
  padding: 10px 10px 10px 68px;
  display: inline-block;
  line-height: 26px;
  font-weight: 700;
  cursor: pointer;
  font-size: 18px;
  text-transform: uppercase;
}
.heading-block {
  width: 100%;
  display: block;
  max-width: 600px;
  margin: auto 0px;
  text-align: left;
  padding-bottom: 20px;
}
.buttonall  a:before {
  content: "";
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  border: 3px solid #1153FF;
  border-radius: 50px;
  position: absolute;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  background: #1153ff38;
}
.buttonall  a:hover:before {
  width: 100%;
  z-index: -1;
}
.buttonall  a svg {
  font-size: 21px;
  position: absolute;
  left: 34px;
}
.get-btb {
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  background: #1153ff !important;
  color: white !important;
  border-radius: 63px;
  padding: 10px 20px;
  line-height: 1;
}
.headmain.fixed {
  position: fixed;
  top: 0;
  max-width: 100%;
  left: 0;
  opacity: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -o-transition: .5s;
  transition: 1s;
  margin: 0;
  padding: 0px 0px;
  box-shadow: -2px 5px 10px #0000001a;
  width: 100%;
  background: white;
  z-index: 99;
}

.menu-btn {
  background: #1153FF !important;
  color: white !important;
  border-radius: 63px;
  padding: 5px 6px;
  line-height: 1;
  border: 0;
}
.procat{padding-left: 5px;}

.procat {
  min-width: 15rem;
  height: auto;
  padding: 0;
  border-radius: 0 0 0.25rem 0.25rem;
  transition: all 0.6s ease-in-out;
}
.drop{
  border-top: 3px solid #1153FF !important;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  padding: 0;
  border: 0;
}
.nav-link{    padding: 20px 10px !important}
.procat li{
  position: relative;
  display: inline-block;
  list-style: none;
  width: 100%;
  padding: 3px 0;
  transition: all 0.5s;
  padding-left: 28px;
  padding-right: 12px;
/*  white-space: nowrap;*/
}
.procat li a{text-decoration: none; color:black}
.procat li:hover a{
  outline: none;
  color: #1153FF;
}
.procat li::after {
  content: '»';
  position: absolute;
  opacity: 1;
  top: 50%;
  left: 10px;
  transition: 0.5s;
  transform: translate(0px, -50%);
  font-size: 21px;
  color: #1153FF;
}

.procat li:hover{
  padding-left: 30px;
  padding-right: 8px;
}

.procat li:hover::after {
  opacity: 1;
  left: 15px;
}
.title-head{color: black;font-weight: 600;}
.headmain{box-shadow: 0px 20px 34px #0000000d;z-index: 99;background: white;top: 0;position: relative;}
.navbar-nav .nav-link.active, .navbar-nav .show > .nav-link {
  color: #1153FF;
}
.offcanva.navbar-nav .dropdown-menu {
    position: static !important;
    transform: none !important;
    animation: 0.5s slideup;
    border: 0;
    background: #f3f3f3a3;
    border-radius: 0;
}

.offcanva a{display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #c4bebe;}
.offcanva .procat a{border-bottom: 1px solid #dbdada;}
@keyframes slideup {
  from {
    transform: translateY(10%);
  }

  to {
    transform: translateY(0);
  }
}
.hiring {
    position: fixed;
    right: 20px;
    top: 120px;
    z-index: 10000;
	width:100px
}
@media only screen and (max-width: 767px) {
	/* #time-based-content{width:45%;} */
	.hiring{text-align: right; right:0;}
}
@media (min-width: 992px) {
    .hiring {
        bottom: 170px;
    }
	
}

/* -----------------------------------------responsive----------------------- */
@media screen and (min-width: 200px) and (max-width: 1920px) and (-webkit-min-device-pixel-ratio: 1) {
  body {
    font-size: 18px;
     overflow-x: hidden;
}

}

/* -- -------------------------*/
@media screen and (min-width: 200px) and (max-width: 1920px) and (-webkit-min-device-pixel-ratio: 1.25) {
  body {
    font-size: 18px;
   overflow-x: hidden;
}
}


/* ------------------------ */
@media screen and (min-width: 200px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 1.50) {
  body {
    font-size: 14px;
    font-family: 'Rubik';
}
.h2, h2 {
  font-size: 1.5rem;
}

}
/* ------------------------------- */
@media screen and (min-width: 200px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 1.25) {
  body {
    font-size: 18px;
    font-family: 'Rubik';
}
.h2, h2 {
  font-size: 1.5rem;
}
.shape-image.shape-3{
  display: none;
}
}
/* ------------------------------ */
@media screen and (min-width: 769px) and (max-width: 1920px) and (-webkit-min-device-pixel-ratio: 1.50) {
  body {
    font-size: 14px;
    font-family: 'Rubik';    overflow-x: hidden;
}
.h2, h2 {
  font-size: 1.5rem;
}
.procat li a {
  font-size: 14px;
}

}
/*------------------------megamenu for solution---------------------------*/

.procat h6{color: #1153FF;padding-left: 10px;}
.mega-dropdown-menu {
    padding: 20px 0px;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.mega-dropdown-menu {
    position: fixed !important;
    width: 100%;
    left: 0;
    top: auto !important;
}

.mega-dropdown-menu > li > ul {
  padding: 0;
  margin: 0;
}
.mega-dropdown-menu > li > ul > li {
  list-style: none;
}
.mega-dropdown-menu > li > ul > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #999;
  white-space: normal;
}
.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
  text-decoration: none;
  color: #444;
  background-color: #f5f5f5;
}
.mega-dropdown-menu .dropdown-header {
  color: #1153ff;
  font-size: 18px;
  font-weight:bold;
}
.mega-dropdown-menu form {
    margin:3px 20px;
}
.mega-dropdown-menu .form-group {
    margin-bottom: 3px;
}

@media screen and (min-width:1200px) and (max-width:1920px) and (-webkit-min-device-pixel-ratio:1.00)
{
	.nav-link {
    padding: 20px 15px !important;
}
}
@media screen and (min-width:1200px) and (max-width:1920px) and (-webkit-min-device-pixel-ratio:1.25)
{
	.nav-link {
    padding: 20px 8px !important;
}
}
@media screen and (min-width:1200px) and (max-width:1920px) and (-webkit-min-device-pixel-ratio:1.50)
{
	.nav-link {
    padding: 20px 5px !important;
}
	.section-4cols .background-image{background-size: cover !important}
	body {
    font-size: 13px !important;
	}
	
}
@media screen and (min-width:1360px) and (max-width:1367px) and (-webkit-min-device-pixel-ratio:1.00)
{
	.nav-link {
    padding: 20px 8px !important;
}
}
@media all and (min-width: 992px) {
	.mega-submenu {
		left: 100%;
		top: 0;
		min-width: 25rem;
	}
	.ktm-mega-menu {
		position: static;
	}
	.mega-menu {
		left: 0;
		right: 0;
		width: 100%;
	}
	.dropdown-menu li {
		position: relative;
	}
	.dropdown-menu .submenu {
		display: none;
		left: 100%;
		top: 0;
	}
	.dropdown-menu>li:hover>.submenu,
	.dropdown:hover>.dropdown-menu {
		display: block;
	}
}


/*---------------------pritee-26sep----*/
.bss {
    background: #1153ff !important;
    border: 2px dotted #1153ff;
    padding: 20px;
    width:100%;
    margin: 0 auto;
    color:white
}
.bss p{
    color:white;
    margin-bottom: 0
}
.bss a{
    color:white !important;
}
.bss a.common-blue-button:before {
    border: 2px solid white !important;
}
a.common-blue-button {
    text-decoration: none;
    position: relative;
    padding: 10px 30px 10px 55px;
    display: inline-block;
    line-height: 26px;
    font-size: 17px;
    color: #1153ff;
}
a.common-blue-button:before {content: "";left: 0px;top: 50%;-webkit-transform: translateY(-50%);transform: translateY(-50%);width: 2rem;height: 2rem;border: 2px solid #1153ff;border-radius: 50px;position: absolute;-webkit-transition: all .4s ease;transition: all .4s ease;background: #1153ff17;}
a.common-blue-button:hover:before {width: 100%;}
a.common-blue-button svg {font-size: 21px;position: absolute;left: 25px;}

/*-----*/
