* {
  box-sizing: border-box;
}

body {
  font-family: 'Noto Sans', sans-serif;
  color: #000000;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 20px;
}

.p-dark {
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
}

.p-light {
  color: #969696;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}

.container-fluid {
  padding: 0;
}

.row {
  --bs-gutter-x: 1.5rem;
  margin: 0;
}

a {
  text-decoration: none;
  color: #000;
}

a:hover {
  color:#ff6f00;
  /* font-weight: bold; */
 
}

a.button-blue {
  width: 180px;
  height: 42px;
  background-color: #ff6f00;
  border-radius: 10px;
  border: 2px solid #ff6f00;
  color: #fff !important;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
  font-weight: 400;
  padding: 0 !important;
  display: inline-flex !important;
  justify-content: center;
  align-items: center;
}

a.button-blue:hover {
  text-shadow: none;
  background-color: #fff;
  color: #000 !important;
  transition: 0.2s;
  border: 2px solid #ff6f00;
}
a.button-white-header {
  width: 150px;
  height: 42px;
  background-color: #ffffff;
  border: 2px solid #ff6f00;
  border-radius: 10px;
  color: #ff6f00;
  text-align: center;
  font-size: 20px;
  cursor: pointer;
  font-weight: 600;
  padding: 0 !important;
  display: inline-flex !important;
  justify-content: center;
  align-items: center;
}

a.button-white-header:hover {
  text-shadow: none;
  border: 2px solid #ff6f00;
  background-color: #ff6f00;
  color: #fff !important;
  transition: 0.2s;
}

a.button-white {
  width: 225px;
  height: 50px;
  background-color: #ffffff;
  border: 2px solid #fff !important;
  border-radius: 10px;
  color: #ff6f00;
  text-align: center;
  font-size: 20px;
  cursor: pointer;
  font-weight: 600;
  padding: 0 !important;
  display: inline-flex !important;
  justify-content: center;
  align-items: center;
}

a.button-white:hover {
  text-shadow: none;
  background-color: #ff6f00;
  color: #fff !important;
  transition: 0.2s;
  border: 2px solid #FFFFFF;
}

a.login-btn {
  width: 90px !important;
  height: 48px !important;
  margin: 5px 10px 0 0 !important;
}

.m-top {
  margin-top: 80px;
}

/* Header*********************************************** */

#header {
  background: white;
  transition: all 0.5s;
  z-index: 997;
  padding: 5px 0;
  border-bottom: 1px solid #dadcde;
}

#header .logo {
  font-size: 28px;
  margin: 0;
  padding: 0 0 0 23px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}

#header .logo a {
  color: #000;
}

#header .logo img {
  max-height: 40px;
}

.header-right {
  display: flex;
  font-size: 12px;
  align-items: center;
  justify-content: center;
  padding-right: 30px;
}

.sign-in a {
  font-size: 12px;
  color: #096BD8;
  text-transform: uppercase;
  font-weight: bold;
}

.sign-in a:hover {
  text-shadow: none !important;
  text-decoration: underline;
}

/* Nav Bar */

.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
  display: inline-block;
  font-size: 0;
}

.navbar a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
/*   transition: 0.3s; */
}

.navbar a i,
.navbar a:focus i {
  font-size: 14px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  /* font-weight: bold; */
  text-shadow: 0 0.015em #101010, 0 -0.015em #101010, 0.01em 0 #101010, -0.01em 0 #101010;
}

.navbar.fix a::after {
  content: attr(data-text);
  content: attr(data-text) / "";
  height: 0;
  visibility: hidden;
  overflow: hidden;
  user-select: none;
  pointer-events: none;
  font-weight: var(--bold);
}

.navbar .getstarted,
.navbar .getstarted:focus {

  padding: 8px 25px;
  margin-left: 30px;
  border-radius: 4px;
  font-weight: bold;
  color: rgb(0, 0, 0);
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  color: rgb(0, 0, 0);
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 16px;
  text-transform: none;
  font-weight: 500;
}

.navbar .dropdown ul a i {
  font-size: 14px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  /* font-weight: bold; */
  text-shadow: 0 0.015em #101010, 0 -0.015em #101010, 0.01em 0 #101010, -0.01em 0 #101010;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

.navbar .dropdown button{
  background-color: transparent;
  border: none;
  outline: none;
  color: #000;
  width: 10px;
  height: 10px;
}

.navbar .dropdown button i{
  color: #000;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}
#mega-menu-wrap-Top_menu ul#mega-menu-Top_menu li.mega-hide-contact{
  display: none;
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #000;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #000;
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 70px;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.9);
  transition: 0.3s;
  z-index: 99999;
}

.navbar li:last-child {
  /* display: none; */
}

@media (max-width: 991px) {

  .mobile-nav-toggle {
    display: block;
    padding-right: 10px;
  }

  .navbar li:last-child {
    display: block;
  }

  .navbar ul {
    display: none;
    left: 0px !important;
    right: 0px !important;
  }

  .navbar ul li {
    display: block;
    border-bottom: 1px solid #fbbc90;
  }

  #mega-menu-wrap-Top_menu ul#mega-menu-Top_menu li.mega-hide-contact{
  display: block;
}

}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 5px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  background-color: #ff6f00;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile ul li a {
  color: #ffffff;
  text-align: left;
}

.navbar-mobile li.navbar-mobile-login {
  background-color: #fff;
}

.navbar-mobile li.navbar-mobile-login a {
  color: #096BD8;
  font-weight: 600;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  /* padding: 10px 20px;
  font-size: 15px;
  color: #556270; */
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #ffffff !important;
  /* font-weight: 500; */
  text-shadow: 0 0.015em #101010, 0 -0.015em #101010, 0.01em 0 #101010, -0.01em 0 #101010;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  /* margin: 10px 20px; */
  padding: 0 !important;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 15px 20px;
  color: #000000 !important;
	font-weight: 500;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  /* font-weight: 500; */
  color: #096BD8 !important;
  text-shadow: none;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/* SubHeader ********************************************************** */

#sub-header {
  width: 100%;
  display: flex;
	align-items: center;
  padding: 13px 0 15px 0;
  margin: 0;  
	justify-content: space-between
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #fff;
  z-index: 99999;
  border-bottom: 1px solid #dadcde;
}

.nav-scroll-border {
  border-bottom: 1px solid #dadcde;
}

/* .sub-header-logo {
  width: 13%;
} */

.sub-header-logo img{
	width: 150px;
	height: auto;
}

@media (max-width: 575px){
.sub-header-logo img {
    width: 134px;
}
}

/* .sub-header-link {
  width: 50%;
} */

/* .sub-header-link ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.sub-header-link li {
  float: left;
} */

.sub-header-link li a {
  color: #000000;
  display: block;
  text-align: left;
  padding: 22px 18px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
}

.sub-header-link li a:hover {
  color: #ff6f00;
  text-shadow: none !important;
}

.sub-header-link .active {
  color: #ff6f00;
  text-shadow: none !important;
}

/* .sub-header-login {
  width: 37%;
} */

.sub-header-login ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.sub-header-login li {
  float: right;
  padding-top: 5px;
}

.sub-header-login li:nth-child(2) {
  margin-right: 10px;
}

.sub-header-login li a {
  color: #000000;
  display: block;
  text-align: center;
  padding: 20px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
}

.sub-header-login li a:hover {
  color: #096BD8;
  text-shadow: none;
}

.sub-header-login .active {
  color: #096BD8;
}

/* Home Page Banner********************************************** */

#banner {
	  background-image: url('https://www.genicsolutions.com/wp-content/uploads/2023/05/landing-1920x700-1.png');
    display: flex;
    align-items: center;
    background-position: center;
    position: relative;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: cover;
}
#banner:before{
	content: '';
	position: absolute;
	background: #000;
	opacity: 0.5;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

#banner h3 {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 300;
  font-size: 25px;
  line-height: 34px;
  color: #FFFFFF;
}

#banner h1 {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 65px;
  color: #FFFFFF;
  height: 65px;
}

#banner p {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #FFFFFF;
  opacity: 0.8;
}

.banner1 {
  text-align: center;
}

.client-section {
  text-align: center;
/*   margin-bottom: 50px; */
}

@media (max-width: 470px) {
  #banner .button-orange {
    margin-bottom: 10px;
  }
}

/* Footer*********************************************** */

footer .container-fluid {
  background-color: #000000;
}

#footer {
  font-family: inherit;
  background: #ffffff;
  padding: 0;
  color: #2E2E2E;
  font-size: 14px;
}

#footer .footer-top {
  padding: 25px 0 10px 0;
}
#footer .footer-top .newsize h4{
    font-family: 'Noto Sans', sans-serif;
    font-size: 19px;
/*     color: #000000; */
	color: #fff;
    font-weight: 500;
	padding-top: 20px;
	padding-bottom: 15px;
	position: relative;
	display: inline-block;
}
#footer .footer-top .newsize h4:before{
		content: '';
	    position: absolute;
		left: 0;
	    bottom: 0px;
		width: 30px;
		height: 3px;
		background-color: #fff;
	    transition: 0.3s;
	}
#footer .footer-top .newsize h4:hover:before{
	content: '';
	position: absolute;
	width: 100%;
}

#footer .footer-top ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#footer .footer-top ul li {
  padding: 7px 0;
}

.footer-column {
  display: flex;
}

.footer-column-2 {
  display: flex;
}

.footer-column-2 .row .row {
  padding-left: 0;
}

#footer .footer-links {
  padding-left: 30px;
}

#footer .footer-top .footer-links-first ul {
  list-style-type: disc;
  margin: 0;
  padding: 5px 0 0 20px;
  color: #C4C4C4;
}

.footer-links-first img{
	width: 130px;
	height: auto;
}

.footer-links-second h5 {
  padding: 10px 0;
}

.footer-links-third h5 {
  padding: 10px 0;
}

.footer-links-fourth h5 {
  padding: 10px 0;
}

.footer-links-fifth h5 {
  padding: 10px 0;
}

#footer .sales {
  border-left: 1px solid #d6d6d6;
  padding: 20px 0;
  font-size: 13px;
}

.footer-website-link a:hover{
  color: #ff6f00 !important;
}

.sales-inner {
  border-top: 1px solid #d6d6d6;
  margin: 50px 0 0 0;
  padding: 20px 0 0 0;
}

.sales-inner h5 {
  padding-right: 15px;
}

.sales-inner span {
  font-size: 13px;
}

.sales-inner a {
  font-size: 14px;
  color: #096BD8 !important;
  padding-right: 10px;
}

.sales-inner i {
  color: #096BD8 !important;
}

.sales-inner a.sales-inner-btn {
  width: 145px;
  height: 30px;
  background-color: #096BD8;
  border-radius: 3px;
  border: none;
  color: #fff;
  text-align: center;
  font-size: 11px;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-top: -8px;
}

address {
  font-size: 14px;
}

#footer .sales strong {
  font-size: 15px;
}

#footer .sales .bi {
  font-size: 16px;
  font-weight: bold;
  padding: 0 16px 0 34px;
}

#footer .footer-user h5 {
  padding: 5px 0 10px 0;
}

#footer .footer-user-row {
  margin-bottom: 10px;
}

#footer .footer-user-row img:first-child {
  margin-bottom: 8px;
}
.contact-info{
  font-size: 19px;
	color: #fff;
	font-weight: 700;
}
.contact-info:hover{
   text-decoration: underline;
}

/* #footer .footer-user-row i {
  font-size: 35px;
  padding-right: 10px;
} */
#footer .footer-mobileno {
  text-align: center;
}

#footer .footer-mobileno i {
  color: #fff;
  padding-left: 30px;
}

#footer .footer-mobileno span a {
  color: #fff;
  padding-right: 20px;
  font-size: 15px;
  font-weight: 600;
}
#footer .footer-mobileno span a:hover{
	color: #fff;
  text-decoration: underline;
}

#footer .footer-email {
  text-align: center;
}

#footer .footer-email i {
/*   color: #2e2e2e; */
	color: #fff;
}

#footer .footer-email span a {
  /* color: #2e2e2e; */
  color: #fff;
  padding-right: 20px;
  font-size: 15px;
  font-weight: 600;
}
#footer .footer-email span a:hover {
  text-decoration: underline;
  color: #fff;
}

#footer .container-fluid a {
  color: #ffffff;
  font-weight: normal;
}

#footer .container-fluid a:hover {
  color: #096BD8;
}

.footer-bottom {
  font-size: 15px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

#footer .footer-bottom .footer-bottom-p1 {
  margin-bottom: 7px;
}

#footer .footer-bottom .footer-bottom-p2 {
/*   margin-bottom: 7px; */
/*   float: right; */
	color: #ffffff;
}

#footer .footer-icons {
  display: flex;
  align-items: center;
  justify-content: start;
}

#footer .footer-icons li {
  padding-right: 3px !important;
}

.footer-user-row .fa, .footer-user-row .fa-brands {
  padding: 7px;
  font-size: 22px !important;
  width: 40px;
  height: 40px;
  text-align: center;
  text-decoration: none;
}

.footer-user-row .fa:hover{
  background-color: #ff6f00;
  border: 1px solid #ff6f00;
  color: #FFFFFF;
}
.footer-user-row .fa-brands:hover{
	background-color: #ff6f00;
  border: 1px solid #ff6f00;
  color: #FFFFFF;
}
.fa-facebook, .fa-instagram {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50px;
}

.fa-x-twitter {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50px;
}
.contact-social.fa-x-twitter{
	border: none;
}

.fa-linkedin {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50px;
}

.fa-youtube {}

.footer-user-row .bi {
  padding: 4px 8px;
  font-size: 22px !important;
  width: 40px;
  height: 40px;
  text-align: center;
  text-decoration: none;
}

.bi-youtube {
  color: black;
  border: 1px solid black;
  border-radius: 50px;
  ;
}

.solve {
  justify-content: end;
}

.trivex {
  text-align: left;
  display: flex;
	color: #fff;
}

/* WhatsApp */

.whatsapp-btn {
  position: relative;
}

.whbtnin {
  position: fixed;
  right: 26px;
  bottom: 80px;
  z-index: 999999;
  border-radius: 50%;
  transition: all .3s ease-in-out;
  border: 2px solid #3dce75;
}

.call-btn-underlay {
  position: absolute !important;
  z-index: -1 !important;
  top: 50% !important;
  left: 50% !important;
  -ms-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
  margin: auto !important;
  animation: cp-widget-button-underlay 1.5s infinite;
  border-radius: 100% !important;
}

@keyframes cp-widget-button-underlay {
  0% {
    opacity: .25;
    width: 0;
    height: 0;
  }

  40% {
    opacity: .25;
  }

  100% {
    opacity: 0;
    width: 150px;
    height: 150px;
  }
}

.whbtnin a {
  display: block;
  z-index: 99;
}

.whbtnin img {
  height: 50px;
}



/* cookie consent */

.wrapper {
  position: fixed;
  bottom: 0;
  /* left: 0;
  width: 100%; */
  font-family: inherit;
  background-color: #fee7d7;
  padding: 20px 0;
  /* box-shadow: 1px 7px 14px -5px rgba(0,0,0,0.15); */
}

.wrapper-inner {
  position: relative;
  padding-left: 0;
  padding-right: 0;
}

.wrapper.hide {
  opacity: 0;
  pointer-events: none;
  transform: scale(0.8);
  transition: all 0.3s ease;
}

::selection {
  color: #fff;
  background: #FCBA7F;
}

.wrapper img {
  max-width: 90px;
}

.content header {
  font-size: 24px;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 600;
  margin-bottom: 20px;
}

.content {
  margin-top: 10px;
}

.content .fa-times {
  position: absolute;
  top: -5px;
  right: -20px;
  font-size: 20px;
  color: #096BD8;
}

.fa-button {
  border: none;
  padding-left: 0;
  padding-right: 0;
}

.content p {
  color: #858585;
  margin: 5px 0 20px 0;
  font-family: 'Noto Sans', sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.content .buttons {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.buttons button {
  padding: 10px 20px;
  border: none;
  outline: none;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  border-radius: 5px;
  border: 1px solid #096BD8;
  background: #096BD8;
  cursor: pointer;
  transition: all 0.3s ease;
}

.buttons button:hover {
  background-color: #fee7d7;
  border: 1px solid #096BD8;
  border: 1px solid #096BD8;
  color: #096BD8;
}

/* .buttons .item :nth-child(2){
  margin: 0 10px;
} */
.buttons a {
  color: #096BD8;
}

.buttons a:hover {
  text-shadow: none;
  text-decoration: underline;
}


/* MEDIA Query******************************************************************************************************************************************************* */

@media (max-width: 1200px) {
  .marketing-container {
    justify-content: space-around;
  }

  #plan .plan-container {
    justify-content: center;
  }

  .industry-container {
    justify-content: space-around;
  }

}

@media (max-width: 992px) {
  h1 {
    font-size: 30px !important;
    line-height: 40px !important;
  }

  h2 {
    font-size: 32px !important;
    line-height: 48px !important;
  }

  h3 {
    font-size: 22px !important;
  }

  .feature-head p {
    font-size: 18px;
  }

  #plan .plan-head p {
    font-size: 18px;
    line-height: 28px;
  }

  .sales-inner a.sales-inner-btn {
    margin-top: 5px;
  }

  .conv-head {
    margin: auto;
    width: 100%;
  }

  .get-img img {
    padding-top: 102px;
  }

  #get-started .row {
    padding-top: 80px;
  }

  .arrow-box {
    top: 180px;
  }

}

@media (max-width: 1400px) {
/*   #banner .container {
    padding-bottom: 55px;
  } */

  #conv .conv-container {
    justify-content: space-around;
  }

  .feature-button {
    margin-bottom: 50px;
  }

  .integration-txt {
    margin-bottom: 50px;
  }

}

/* MEDIA QUERY for Headings************************************** */

@media (max-width: 576px) {

  .navbar-mobile {
    z-index: 999999;
  }

  #plan .plan-head h2 {
    font-size: 28px;
    line-height: 42px;
  }

  #features-banner h1 {
    line-height: 2.5rem;
  }

  #industry-banner h1 {
    line-height: 2.5rem;
  }

  .feature-head h2 {
    font-size: 28px;
    line-height: 36px;
  }

  .txt-box h2 {
    line-height: 42px;
  }

  .txt-box p {
    font-size: 17px;
  }

  /* .feature-orng-box h2 {
    font-size: 34px;
    text-align: center;
    line-height: 50px;
    margin-bottom: 30px;
  } */

  .txt-box ul {
    font-size: 17px;
  }

  .txt-box a {
    font-size: 17px;
    line-height: 20px;
  }

  .contact .php-email-form label {
    font-size: 20px;
  }

  /* .feature-orng-box div:nth-child(2) {
    text-align: center;
  } */

  .mic-txt-box h2 {
    font-size: 28px;
    line-height: 30px;
  }

  .mic-txt-box p {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 25px;
  }

  .mic-txt-box a {
    font-size: 15px;
  }

  .conv-head h2 {
    font-size: 26px;
    line-height: 30px;
    font-weight: 600;
    text-align: center;
  }

  #conv .col {
    padding-left: 0;
  }

  .sales-inner a.sales-inner-btn {
    margin: 5px 0 15px 0;
  }

  .sales-inner {
    text-align: center;
  }

  #header .logo {
    padding: 0 0 0 12px;
  }

  .testimonial-box {
    padding: 40px 20px;
  }

  .arrow-box {
    top: 150px;
    padding: 0 8px;
  }

}

@media (min-width: 576px) and (max-width: 768px) {

  #plan .plan-head h2 {
    font-size: 34px;
    line-height: 52px;
  }

  #features-banner h1 {
    line-height: 3rem;
  }

  .feature-head h2 {
    font-size: 36px;
    line-height: 46px;
  }

  .txt-box h2 {
    line-height: 42px;
  }

  .txt-box p {
    font-size: 18px;
  }

  /* .feature-orng-box h2 {
    font-size: 36px;
    text-align: center;
    line-height: 50px;
    margin-bottom: 30px;
  } */

  /* .feature-orng-box div:nth-child(2) {
    text-align: center;
  } */

  .mic-txt-box h2 {
    font-size: 36px;
    line-height: 46px;
  }

  .mic-txt-box p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 25px;
  }

  .mic-txt-box a {
    font-size: 15px;
  }

  .conv-head h2 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    text-align: center;
  }

}

@media (min-width: 768px) and (max-width: 992px) {

  #features-banner h1 {
    line-height: 3.5rem;
  }

  .feature-head h2 {
    font-size: 42px;
    line-height: 50px;
  }

  .txt-box h2 {
    line-height: 62px;
  }

  .txt-box p {
    font-size: 18px;
  }

  /* .feature-orng-box h2 {
    font-size: 42px;
    line-height: 50px;
  } */

  .mic-txt-box h2 {
    font-size: 38px;
    line-height: 46px;
  }

  .mic-txt-box p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 25px;
  }
  
  .mic-txt-box a {
    font-size: 18px;
  }

  .conv-head h2 {
    font-size: 34px;
    line-height: 44px;
    font-weight: 600;
    text-align: center;
  }

}

@media (min-width: 993px) and (max-width: 1200px) {
  #features-banner h1 {
    line-height: 4rem;
  }

  #industry-banner h1 {
    line-height: 3rem;
  }

}

@media (min-width: 992px) and (max-width: 1077px) {
  .sign-in a {
    padding-left: 25px;
  }
}

@media (max-width: 1399px) {
/* 	.label-text a img{
		width: 160px;
	} */
/* 	.sub-header-logo{
		width: 15%;
	} */
/*   .sub-header-link {
    width: 48%;
  } */
	.text-wrap h2{
		font-size: 29px !important;
		line-height: 40px !important;
	}
}

@media (max-width: 1199px) {
	.label-text{
		flex-wrap: wrap;
	}
/* 	.label-text a img{
		width: 160px;
	} */
	.label-text a{
		margin-bottom: 10px;
	}
.sub-header-logo{
		width: 18%;
	}
/*   .sub-header-link {
    width: 45%;
  } */
}

@media (max-width: 991px) {
	.text-wrap .row{
		flex-direction: column-reverse;
	}
/* .sub-header-logo{
		width: 100%;
	} */
  .sub-header-login {
    display: none;
  }

  .mobile-logo {
    padding: 5px 0 10px 0 !important;
    margin: 0 !important;
    text-align: left !important;
  }
	
/* 	.sub-header-link{
		width: 100%;
	} */

  .navbar {
    justify-content: flex-end;
  }

  #sub-header {
    margin-top: 0;
  }

  /* .mobile-nav-toggle {
    display: block;
    padding-right: 10px;
  }

  .navbar ul {
    display: none;
  }

  .navbar ul li {
    display: block;
  } */

  .c-story-pink-box .jumbotron img {
    margin: 10px 5rem;
  }

  .c-story-pink-box .jumbotron p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #2e2e2e;
    padding: 0 20px;
  }

  .c-story-pink-box .fa-quote-left {
    font-size: 25px;
  }

  .c-story-pink-box .fa-quote-right {
    font-size: 25px;
  }

  .profile-txt span {
    font-size: 15px;
    font-weight: 600;
    color: #2e2e2e;
  }

}

@media (max-width: 768px) {

  /* #sub-header {
    display: block;
  } */

  .sub-header-login {
    display: none;
  }

/*   .sub-header-logo {
    width: 100%;
  } */

  .footer-column-2 {
    margin-top: 50px;
  }

  .get-img img {
    padding-top: 50px;
  }

  #our-industry .card-shift {
    margin-top: 0 !important;
  }

  #testimonial .testimonial-box p {
    font-size: 14px;
    line-height: 28px;
  }

}

@media (min-width: 992px) and (max-width: 1323px) {
  .ms-auto {
    margin-left: 0 !important;
    padding-left: 30px;
  }

  /* #sub-header {
    margin: 90px 0 0 0;
  } */
}

@media (max-width: 376px) {

  .search {
    padding-right: 10px;
  }
}

@media (max-width: 567px) {
	#banner{
		height: 600px;
	}
  .search {
    display: none;
  }

  .search-smallscreen {
    display: flex;
    justify-content: flex-end;
    padding-right: 10px;
  }
}

@media (min-width: 568px) {
  .search-smallscreen {
    display: none;
  }
}

/* CLIENT LOGO SLIDER */

.slick-slide {
  margin: 0px 20px 0 20px;
}

/* .slick-slide img {
  width: 100%;
} */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}


@media (max-width: 379px) {
  .slick-slider {
    padding-left: 65px;
  }
}

@media (max-width: 350px) {
  .slick-slider {
    padding-left: 55px;
  }
}

@media (max-width: 300px) {
  .slick-slider {
    padding-left: 35px;
  }
}

/* Marketing Agency Feature */
#marketingcard {
  background-color: #F2F2F2;
  padding: 30px 0 45px 0;
}

#marketingcard h1 {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 35px;
  line-height: 54px;
  padding: 20px 0 0 0;
  text-align: center;
  color: #2E2E2E;
}

#marketingcard h2 {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 35px;
  line-height: 54px;
  padding: 20px 0 0 0;
  text-align: center;
  color: #2E2E2E;
}

#marketingcard p {
  width: 80%;
  margin: auto;
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
  padding: 0 0 50px 0;
  text-align: center;
  color: #2E2E2E;
}

#marketingcard .card {
  max-width: 25rem;
  /* max-width: 18rem; */
  padding: 20px 0 30px 0;
  border: none;
  margin: 0 auto;
  height: 100%;
  border-radius: 15px;
}
#marketingcard .card:hover{
	background: #e7e7e7;
    transition: 0.2s !important;
    z-index: 9;
}

#marketingcard .card .marketingcard1 img{
  margin: 15px 0;
}
#marketingcard .card .card-body {
  padding: 5px 20px 0 20px;

}
.marketingcard1{
  text-align: center;
  min-height: 80px;
}

#marketingcard .card h5 {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 21px;
  line-height: 29px;
  /* min-height: 63px; */
  text-align: center;
  color: #000000;

}

#marketingcard .card p {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  text-align: justify;
  color: #444444;
}

#marketingcard .card .card-body p{
  width: 90% !important;
  padding-bottom:0;
}

#Innovating {
  padding-top: 50px;
  padding-bottom: 60px;
}

#Innovating h1 {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 35px;
  line-height: 46px;
/*   padding-bottom: 25px; */
  text-align: center;
  color: #2E2E2E;
}

#Innovating h2 {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 35px;
  line-height: 46px;
/*   padding-bottom: 25px; */
  text-align: center;
  color: #2E2E2E;
}

#Innovating p {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  padding-bottom: 12px;
  text-align: center;
  color: #2E2E2E;
}

#Innovating .ranasir {
  text-align: center;
}

#Genictoday {
  padding-bottom: 50px;
}

#Genictoday .row {
  background-color: #096BD8;
  border-radius: 15px;
  padding: 50px 0;

}

#Genictoday h1 {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 130.5%;
  padding-bottom: 25px;
  text-align: center;
  color: #FFFFFF;
}

a.button-orange1 {
  width: 200px;
  height: 48px;
  background-color: #FFFFFF;
  border-radius: 3px;
  border: 2px solid #FFFFFF;
  color: #096BD8 !important;
  font-weight: 600;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  font-weight: 600;
  padding: 0 !important;
  display: inline-flex !important;
  justify-content: center;
  align-items: center;
}

a.button-orange1:hover {
  text-shadow: none;
  background-color: #096BD8;
  color: #ffffff !important;
  transition: 0.2s;
  border: 2px solid #FFFFFF;
  border-radius: 3px;
}

a.button-white1 {
  width: 200px;
  height: 48px;
  background-color: #ffffff;
  border-radius: 3px;
  border: 2px solid white;
  color: #096BD8;
  font-weight: 600;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  font-weight: 600;
  padding: 0 !important;
  display: inline-flex !important;
  justify-content: center;
  align-items: center;
}

a.button-white1:hover {
  text-shadow: none;
  background-color: #096BD8;
  color: #fff !important;
  transition: 0.2s;
  border: 2px solid white;
  border-radius: 3px;
}

#industry {
  padding: 40px 0;
  background-color: #E7F6FF;
}

.our-industry h1 {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 35px;
  line-height: 147.7%;
/*   padding-bottom: 20px; */
  text-align: center;
  text-transform: capitalize;
  color: #000000;
}

.our-industry h2 {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 35px;
  line-height: 147.7%;
/*   padding-bottom: 20px; */
  text-align: center;
  text-transform: capitalize;
  color: #000000;
}

#industry .our-industry p {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
  padding-bottom: 25px;
  text-align: center;
  color: #000000;
}

#industry .card {
  width: 22rem;
    transition: 0.5s !important;
  padding: 50px 70px 50px 30px;
  position: relative;
  /* margin: 0 auto; */
  height: 100%;
  border-radius: 15px;
  border: none;
}
#industry .card:hover{
	background: #ff6f00;
   	transition: 0.5s !important;
    z-index: 9;
}
#industry .card:hover .industrycard1 img{
   -webkit-transform: scale(1.1);	
    transform: scale(1.1);
    -webkit-transition: .3s ease-in-out;
    transition: 0.5s ease-in-out !important;
}

#industry .card:hover h4{
	color: #ffff;
	transition: 0.5s !important;
}
#industry .card:hover h5{
	color: #ffff;
	transition: 0.5s !important;
}
#industry .card:hover p{
	color: #ffff;
	transition: 0.5s !important;
}
#industry .card .industrycard1 {
  text-align: center;
    transition: 0.5s !important;
  margin: 0 auto;
}
.ind-hover-effet{
    transition: 0.5s !important;
	position: absolute;
  right: -171px;
  /*top: 55px;*/
	overflow: hidden;
  border-radius: 6px;
}
/* #industry .card .industrycard1 img {
  position: absolute;
  right: -171px;
  top: 55px;
	overflow: hidden;
  border-radius: 6px;
} */

#industry .card h4 {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 147.7%;
  text-transform: uppercase;
    transition: 0.5s !important;
  color: #000000;
}

#industry .card h5 {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  padding-bottom: 15px;
    transition: 0.5s !important;
  color: #000000;
}

#industry .card p {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 147.7%;
  color: #000000;
    transition: 0.5s !important;
  text-align: justify;
}
@media (max-width: 2560px) and (min-width: 1400px){
  #industry .card{
    width: 26rem;
    /* padding-right: 58px;
    padding-left: 18px; */
  }
}
@media (max-width: 1299px) and (min-width: 1200px){
	.ind-hover-effet{
		right: -122px;
	}
/*   #industry .card .industrycard1 img{
    right: -122px;
  } */
  #industry .card{
    width: 21rem;
    padding-right: 100px;
    padding-left: 8px;
  }

}
@media (max-width: 1199px) and (min-width: 992px) {
  #industry .card {
    width: 18rem;
    padding: 50px 70px 50px 0;
    position: relative;
    /* margin: 0 auto; */
  }
	.ind-hover-effet{
		position: absolute;
    /*right: -147px;
    top: 103px;*/
	}
/*   #industry .card .industrycard1 img {
    position: absolute;
    right: -147px;
    top: 103px;
  } */
}

@media only screen and (max-width: 768px) {
  #industry .card {
    padding-right: 0px;
    width: 25rem;
    padding-left: 0px;
    padding: 20px 0;

  }
.ind-hover-effet{
	 position: unset;
	right: 0;
    transition: 0.5s !important;
	}

/*   #industry .card .industrycard1 img {
    position: unset;
    right: 0;
  } */

  #footer .footer-bottom .footer-bottom-p1 {
    text-align: center;
  }

  #footer .footer-bottom .footer-bottom-p2 {

    float: none;
    text-align: center;
  }

}

#casestudy {
  background-color: #f2f5fa;
  padding-top: 30px;
/*   padding-bottom: 20px; */
}

#casestudy h1 {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 147.7%;
  text-align: center;
  text-transform: capitalize;
  color: #000000;
}

#casestudy p {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
  text-align: center;
  color: #000000;
}


.our-industry-container {
  background-color: #c9c9c9;
}

#casestudy .card {
  background: #FFFFFF;
  box-shadow: 4px 4px 26px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  border: none;
  /* margin: auto; */
  /* width: 84%; */
  width: 99%;
}

.card-shift1 {
  margin-top: -86px;
}

#casestudy .card span {
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  line-height: 15px;
  color: #096BD8
}

#casestudy .card h4 {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 147.7%;
  padding: 20px 0;
  color: #000000;

}

#casestudy .card h3 {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 147.7%;
  padding-bottom: 20px;
  color: #000000;
}

#casestudy .card p {
  width: 100%;
  text-align: left;
  color: #000;
  margin: 20px 0 42px 0;
}

#casestudy .card h2 {
  width: 100%;
  text-align: left;
  color: #000;
}

#casestudy .card-shift {
  margin-top: -90px;
}

#casestudy .article-link span {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 147.7%;
  color: #f80000;
}
/* .article-link > h4{
	font-size: 15px!important;
} */

#casestudy .article-link img {
  width: 60%;
}

#casestudy .article-link a {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 147.7%;
  color: #096BD8;
  text-decoration: none;
}

#casestudy .article-link a:hover {
  text-decoration: underline;
  text-shadow: none;
}

#casestudy .article-link h5 {
  font-size: 14px;
  margin-bottom: 30px;
}

@media (max-width: 1399px) and (min-width: 1199px) {
  #casestudy .card-shift1 {
    margin-top: -98px;
  }

  #casestudy .card-shift {
    margin-top: -123px;
  }

  #casestudy .card p {
    margin: 20px 0;
  }

  #casestudy .email p {
    font-size: 15px;
    line-height: 22px;
  }

  #casestudy .card h2 {
    font-size: 25px;
    line-height: 28px;
  }

  #casestudy .card h4 {
    font-size: 16px;
    line-height: 25px;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  #casestudy .card-shift1 {
    margin-top: -171px;
  }

  #casestudy .card-shift {
    margin-top: -200px;
  }

  #casestudy .card a.button-orange-view {
    width: 80px;
    padding: 6px;
  }

  #casestudy .card p {
    margin: 10px 0;
  }

  #casestudy .email p {
    font-size: 14px;
    line-height: 18px;
  }

  #casestudy .card h2 {
    font-size: 25px;
    line-height: 28px;
  }

  #casestudy .card h4 {
    font-size: 16px;
    line-height: 25px;
  }

}

@media (max-width: 991px) and (min-width: 768px) {
  #casestudy .card-shift1 {
    margin-top: -239px;
  }

  #casestudy .card-shift {
    margin-top: -264px;
  }

  #casestudy .card {
    width: 99%;
  }

  #casestudy .card p {
    margin: 3px 0 10px 0 !important;
  }

  #casestudy .email p {
    font-size: 12px;
    line-height: 16px;
  }

  #casestudy .card a.button-orange-view {
    width: 80px;
    padding: 6px;
    font-size: 11px;
  }

  #casestudy .email h3 {
    font-size: 20px !important;
    line-height: 28px;
  }

  #casestudy .card h2 {
    font-size: 25px;
    line-height: 28px;
  }

  #casestudy .card h4 {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (max-width: 576px) and (min-width: 320px) {
  #casestudy .card-shift {
    margin-top: auto;
  }

  #casestudy .card {
    width: 90%;
  }

  #casestudy .card h2 {
    font-size: 20px;
    line-height: 28px;
  }

  #casestudy .email p {
    font-size: 13px;
    line-height: 20px;
  }

  #casestudy .card h4 {
    font-size: 14px;
    line-height: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .card-shift1 {
    margin-top: 0px;
  }

  #casestudy .card-shift {
    margin-top: 0px;
  }
}

#business {
  background-image: url('https://www.genicsolutions.com/wp-content/uploads/2022/10/call-to-action-banner-min-1.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0;
}

#business h2 {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 46px;
  line-height: 82px;
/*   padding-bottom: 20px; */
  text-align: center;
  color: #FFFFFF !important;
}

#business p {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  padding-bottom: 20px;
  text-align: center;
  color: #FFFFFF;
}

a.button-orange12 {
  width: 182px;
  height: 48px;
  background-color: #096BD8;
  border-radius: 3px;
  border: 2px solid #096BD8;
  color: white !important;
  font-weight: 600;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  font-weight: 400;
  padding: 0 !important;
  display: inline-flex !important;
  justify-content: center;
  align-items: center;
}

a.button-orange12:hover {
  text-shadow: none;
  background-color: white;
  color: #096BD8 !important;
  transition: 0.2s;
  border: 2px solid #096BD8;
  border-radius: 3px;
}

@media (min-width: 993px) and (max-width: 1400px) {
  a.button-orange12 {
    width: 128px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 991px){
  #industry .card {
    margin-left: 10%;
  }
}
@media only screen and (max-width: 768px){
  #industry .card {
    margin: 0 auto;
    padding: 0 !important ;
  }
  #industry .card .industrycard1 img{
    border-radius: 16px 16px 0 0;
  }
}

@media only screen and (max-width: 425px) {
  a.button-orange12 {
    width: 169px;
  }
  #industry .card {
    /*width: 18rem;*/
    width:  100%;
  }
}

@media only screen and (max-width: 375px) {
  a.button-orange12 {
    width: 136px;
  }
}

/* contactpage start */

/* #contact .container-fluid {
  background-image: linear-gradient(to right, #737574, #626262);
} */

#contact-form {
  position: relative;
}

.contact-banner {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: auto;
  text-align: center;
}
.contact_banner {
  position: relative;
  background-image: url('https://www.genicsolutions.com/wp-content/uploads/2023/05/contact-banner1-scaled.jpg');
  width: 100%;
  background-position: unset;
  background-repeat: no-repeat;
  background-size: cover;
  /* height: 390px; */
}
.contact_banner:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  opacity: 0.5;
}
.contact-heading {
  text-align: right;
  /* position: absolute;
  top: 80px;
  left: 0; */
  padding: 100px 0px;
}
.contact-heading h1 > span.text-gradient-anim {
  border-radius: 40px;
  box-shadow: 0 0 40px rgb(255 111 0);
  border-color: rgb(255 111 0);
  border: 4px solid #ff6f00;
  padding: 14px 34px;
}
.contact-heading h1 {
  color: #fff;
}

.contact-heading h2 {
  color: #fff;
  line-height: 40px;
  font-weight: 500;
  margin-top: 40px;
  font-size: 30px;
}

.contact-wrapper {
  position: absolute;
  top: -60px;
  left: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
  background: #FFFFFF;
  box-shadow: 0px 0px 29px -8px rgba(0, 0, 0, 0.25);
  border-radius: 15px;
  z-index: 9999;
}

@media (max-width: 1200px) {
  .contact-heading {
    top: 60px;
    left: 0;
  }

  .contact-wrapper {
    top: -80px;
  }

  .contact-heading h2 {
    line-height: 28px;
    margin-top: 40px;
    font-size: 24px;
  }

  .google-map {
    padding-top: 960px !important;
  }

  .solve {
    justify-content: center;
  }

 


}

@media (max-width: 992px) {

  #marketingcard p{
    width: 100%;
  }

  .contact-heading {
    top: 30px;
    left: 0;
  }

  .contact-wrapper {
    top: -40px;
  }

  .contact-heading h2 {
    line-height: 28px !important;
    margin-top: 40px;
    font-size: 22px !important;
  }

  .google-map {
    padding-top: 980px !important;
  }

  .trivex {
    text-align: center;
    display: flex;
    flex-direction: column;
  }

  .ind-hover-effet{
    top:  12px;
  }

  #overview .forsmall{
    min-height:  80px;
  }

}

@media (max-width: 768px) {
  .contact-wrapper .row:first-child {
    flex-direction: column-reverse;
  }

  .contact-heading h1 {
    font-size: 26px !important;
  }

  .contact-heading h2 {
    line-height: 18px !important;
    margin-top: 40px;
    font-size: 16px !important;
  }

  .contact-wrapper {
    top: -30px;
  }

  .form-border h2 {
    font-size: 26px !important;
  }

  .form-border h4 {
    font-size: 18px !important;
  }

  .google-map {
    padding-top: 1520px !important;
  }

  
}

@media (max-width: 576px) {
  .contact-wrapper {
    top: 0;
    left: 0;
  }

  .contact-heading h1 {
    font-size: 22px !important;
  }

  .contact-heading h2 {
    line-height: 16px !important;
    margin-top: 40px;
    font-size: 14px !important;
  }

  .form-border h2 {
    font-size: 22px !important;
  }

  .form-border h4 {
    font-size: 16px !important;
  }

  .google-map {
    padding-top: 1560px !important;
  }

 
}

@media (min-width: 320px) and (max-width: 355px) {
  .google-map {
    padding-top: 1680px !important;
  }
}

.contact-address {
  background: #ff6f00;
  border-radius: 15px;
  padding: 50px 35px;
  color: #fff;
}

.contact-address h3 {
  color: #fff;
  padding-bottom: 20px;
}

.contact-address h4 {
  color: #fff;
  font-size: 18px;
}

.contact-address p {
  font-size: 14px;
  line-height: 21px;
  padding-bottom: 20px;
	color: #ffffff;
}

.contact-social {
  font-size: 24px;
  background-color: transparent !important;
  margin-right: 20px;
  margin-bottom: 10px;
}



.form-border {
  margin: 40px 10px;
}

.form-border select {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #aeaeae !important;
  outline: none;
  width: 100%;
  padding: 6px;
  color: #6c757d;
/* 	background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat 95% 50%; */
	-moz-appearance: none; 
	-webkit-appearance: none; 
	appearance: none;
	margin-top: 8px;
}

#select-sol .wpcf7-form-control-wrap:after {
      content: " ";
      position: absolute;
      top: 50%;
      margin-top: -2px;
      right: 15px;
      width: 0;
      height: 0;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-top: 5px solid #212529;
   }

.wpcf7-not-valid-tip{
	font-size: 12px !important;
	font-weight: 500 !important;
	margin: 3px 0 0 12px !important;
	text-align: left;
}

.form-border input {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #aeaeae !important;
  outline: none;
}

.form-border input:focus {
  outline: none;
}

.form-border option {
  padding: 15px 0;
  border: none !important;
}

.form-border textarea {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #aeaeae !important;
  outline: none;
  width: 100%;
}

.form-control:focus {
  outline: none;
  box-shadow: none;
}
input#is-search-input-1134 {
    border-radius: 20px 0px 0px 20px;
}
input#is-search-input-1134:focus{
	box-shadow: none;
	border: 1px solid var(--primary)!important;
}
.is-form-id-1134 .is-search-submit:focus, .is-form-id-1134 .is-search-submit:hover, .is-form-id-1134 .is-search-submit, .is-form-id-1134 .is-search-icon{
	border-radius: 0px 20px 20px 0px!important;
	border: 1px solid #ff6f00 !important;
}.is-form-style input.is-search-submit, .is-search-icon{
	height: auto!important;
}
/* .is-search-icon{
    border-radius: 0 20px 20px 0!important;
    background: var(--primary)!important;
    border: 1px solid var(--primary)!important;
} */
.contact-button {
  width: 230px;
  background: #ff6f00;
  padding: 20px 24px;
  color: #fff;
  transition: 0.4s;
  border: 2px solid #ff6f00;
  border-radius: 6px;
  font-size: 20px;
}

/* .contact-button:hover {
  background-color: #fff;
  color: #ff6f00 !important;
  transition: 0.2s;
  border: 2px solid #ff6f00;
} */

.google-map {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  background-color: #ffffff;
  padding-top: 600px;
}

#contact #contact-form .fa-facebook,#contact #contact-form .fa-instagram  {
  color: white;
  border: none;
  border-radius: 50px;
	font-size: 26px;
}

#contact #contact-form .fa-twitter {
  color: white;
  border: none;
  border-radius: 50px;
	font-size: 26px;
}

#contact #contact-form .fa-instagram {
  color: white;
  border: none;
  border-radius: 50px;
	font-size: 26px;
}

#contact #contact-form .fa-linkedin {
  color: white;
  border: none;
  border-radius: 50px;
	font-size: 26px;
}

/* Solution page  */
#solution-banner {
  background-color: #F2F5FA;
	background-image: url('https://www.genicsolutions.com/wp-content/uploads/2022/08/solution-banner.jpg');
    height: 450px;
    display: flex;
    align-items: center;
    background-position: center;
    position: relative;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: cover;
}

#solution-banner h3 {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 300;
  font-size: 25px;
  line-height: 34px;
  color: #000000;
}

#solution-banner h1 {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 50px;
  color: #000000;
}

#solution-banner p {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 33px;
  color: #585555;
}

#solution-banner .banner1 {
  text-align: center;
}

#overview {
  background-color: #F2F2F2;
  padding: 50px 0;
}

#overview h1 {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 35px;
  line-height: 54px;
/*   padding: 20px 0 0 0; */
  text-align: center;
  color: #2E2E2E;
}

#overview h2 {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 35px;
  line-height: 54px;
/*   padding: 20px 0 0 0; */
  text-align: center;
  color: #2E2E2E;
}

#overview p {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 28px;
  text-align: center;
  color: #686868;
  padding-bottom: 25px;
}

#overview .card {
  margin: 0 auto;
  height: 100%;
  border-radius: 15px;
  padding: 0 20px;
  border: none;
}
#overview .card:hover{
	    background: #e7e7e7;
    transition: 0.2s !important;
    z-index: 9;
}
#overview .card .card-body{
  padding: 0;
}
#overview .overview-card {
/*   display: flex; */
  text-align: left;
  margin: 20px 0 0 0;
  min-height: 100px;
	align-items: center;
}
#overview .overview-card .row{
  display: flex;
  align-items: flex-start;
}
@media (max-width: 575px){
 #overview .overview-card .row .col-3{
	width: 18%;
}}
@media (max-width: 476px){
	
a.desk-what {
    display: none;
}
a.mobile-what {
    display: block;
}

	
	
 #overview .overview-card .row .col-3{
	width: 100%;
	 padding: 0 0 10px 0;
}
 #overview .overview-card .row .col-9{
	width: 100%;
	 padding: 0;
}
}
#overview .overview-card .centerimages{
  display: flex;
  justify-content: center;
  align-items: center;
}

#overview .overview-card h5 {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 33px;
  color: #000000;
/*   padding-left: 20px; */
}

#overview .card .card-body p {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #686868;
  text-align: left;
}

#inventory {
  padding-top: 50px;
  padding-bottom: 0px;
  /* background-color: #F4FBFF; */
}

#inventory .inventory-heading h1 {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 35px;
  line-height: 54px;
  padding-bottom: 35px;
  text-align: center;
  color: #2E2E2E;
}

#inventory .inventory-heading h2 {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 35px;
  line-height: 54px;
  padding-bottom: 35px;
  text-align: center;
  color: #2E2E2E;
}

#inventory .inventory-image img{
  border-radius: 6px;
}

#inventory .inventory-content h2 {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 44px;
  color: #000000;
}

#inventory .inventory-content p {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
  color: #686868;
}

#Testimonials {
  background:#ff6f00;
  padding: 50px 0;
}

#Testimonials .Testimonials-image {
  text-align: start;
}

.Testimonials-heading{
  background-image: url('https://www.genicsolutions.com/wp-content/uploads/2022/09/quotation-white.png');
  background-repeat: no-repeat;
  background-position: top 52px right;
}

#Testimonials .Testimonials-heading h1 {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 35px;
  line-height: 147.7%;
  text-align: center;
  padding-bottom: 20px;
  padding-top: 20px;
  text-transform: uppercase;
  color: #FFFFFF;
}

#Testimonials .Testimonials-heading h2 {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 35px;
  line-height: 147.7%;
  text-align: center;
  padding-bottom: 20px;
  padding-top: 20px;
  text-transform: uppercase;
  color: #FFFFFF;
}

#Testimonials .Testimonials-heading p {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 147.7%;
  text-align: center;
  text-transform: capitalize;
  color: #FFFFFF;
}

#Testimonials .Testimonials-heading .client-name {
  padding-top: 30px;
  font-size: 20px;
  line-height: 22px;
  color: #ffffff;
}

#Testimonials .Testimonials-heading .client-name strong {
  font-size: 14px;
  padding-left: 10px;
  color: #000000;
  font-weight: 500;
}

#client {
  padding: 50px 0 40px 0;
}

#client .client-section {
  text-align: center;
/*   margin-bottom: 50px; */
}

#client .client-section h1 {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 147.7%;
  padding-bottom: 20px;
  color: #000000;
}


@media (max-width: 992px) {
  #Testimonials .Testimonials-image {
    text-align: center;
  }
}
/* .grant-info{
  display: none;
} */
.grant-info-heading {
  margin-top: -10px !important;
}

.grant-info a {
    position: fixed;
    right: 0;
    padding: 10px;
    width: 120px;
    border-radius: 0 30px 0 30px;
    background: linear-gradient(45deg, #fdcd63, #ff6f00);
    text-decoration: none;
    display: block;
    z-index: 99;
    bottom: 40%;
}
/* .grant-info h2 {
    color: #FFF;
    font-size: 36px;
    font-weight: 600;
    margin-top: 0;
} */
.grant-info p {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
}
.grant-info a:hover{
	background: radial-gradient(#fdcd63, #ff6f00);
    transition: 0.2s !important;
}


.grant-info-heading {
  color: #fff;
  font-size: 36px;
  font-weight: 600;
  margin-top: 0;
  line-height: 33px;
  padding-top: 11px;
  padding-bottom: 8px;
}



@media (max-width: 1200px){
  #overview .overview-card {
    min-height: 80px;
  }
  #overview .overview-card h5 {
    padding-left: 0px;
  }
}
@media (max-width: 991px){
  #overview .overview-card {
    min-height: 100px;
}

}
@media (max-width: 768px){
  .contact-heading{
    text-align: center;
  }
	#overview .overview-card {
    min-height: 90px;
}
  #marketingcard {
    padding: 50px 0;
}
#Innovating {
  padding-top: 50px;
  padding-bottom: 50px;
}
#industry {
  padding: 50px 0;
}
#casestudy {
  padding-top: 50px;
  padding-bottom: 50px;
}
#overview {
  padding: 50px 0;
}
/*#inventory {
  padding-top: 50px;
  padding-bottom: 50px;
}*/
}
@media (max-width: 575px) {
  .grant-info a {
    bottom: 0;
    top: auto;
    width: 100%;
    border-radius: 0;
    padding: 5px
  }
  .grant-info h2 {
    font-size: 20px
  }
  
  .grant-info p {
    font-size: 14px
  }
}

#aboutbanner {
 background-image: url('https://www.genicsolutions.com/wp-content/uploads/2022/08/about-banner-1.jpg');
}
#erro_banner{
 background-image: url('https://www.genicsolutions.com/wp-content/uploads/2022/08/404-banner-1.png');   
}
#thankyou_banner{
	background-image: url('https://www.genicsolutions.com/wp-content/uploads/2022/08/thanku-3.jpg');   
}
#aboutbanner,#erro_banner,#thankyou_banner,#custom-softbanner{
	 height: 450px;
    display: flex;
    align-items: center;
    background-position: center;
    position: relative;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: cover;
}


#aboutbanner h1,#erro_banner h1,#thankyou_banner h1,#custom-softbanner h1 {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 65px;
  color: #FFFFFF;
}

#aboutbanner p, #erro_banner p,#thankyou_banner p,#custom-softbanner p {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #FFFFFF;
  opacity: 0.8;
}

.aboutbanner1 {
  text-align: center;
}

.client-section {
  text-align: center;
/*   margin-bottom: 50px; */
}

#custom-softbanner {
 background-image: url('https://www.genicsolutions.com/wp-content/uploads/2022/09/custom-banner.jpg');
}

@media (max-width: 470px) {
  #banner .button-orange {
    margin-bottom: 10px;
  }
}

#aboutcontent,#erro_banner{
  background-color: #F2F5FA;
  padding-top: 50px;
  padding-bottom: 50px;
}

/* #aboutcontent .aboutcontent-images img{
  text-align: center;
  width: 80%;
} */

#aboutcontent .about-mataril{
  padding-bottom: 0;
}

#aboutcontent .about-mataril h2{
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 44px;
  padding: 0 0 10px 0;
  color: #000000;
}

#aboutcontent .about-mataril p{
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  padding-bottom: 10px;
  color: #686868;
}

#aboutcontent .about-mataril h4{
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 147.7%;
  padding-bottom: 20px;
  text-transform: uppercase;
  color: #000000;
}

.quote-txt{
	background-color: #fff;
    border-left: 5px solid #ff7000;
    font-family: inherit;
    font-size: 25px;
    line-height: 30px;
    font-weight: 600;
    font-variant: small-caps;
    color: #262626;
    padding: 38px 25px 25px 25px;
	margin: 30px 0 0 0 ;
	background-image: url('https://www.genicsolutions.com/wp-content/uploads/2022/09/quotation-bg.png');
	background-repeat: no-repeat;
	background-position: right 10px top 10px;
	box-shadow: rgb(100 100 111 / 20%) 2px 0px 10px 0px;
}
.quote-txt span{
	color: #ff7000;
}

#mission-vision{
  margin-top: 50px;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f2f5fa;
}

#mission-vision .mission-vision-left{
/*   padding-right: 10px; */
/* 	box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px; */
    height: 100%;
    padding: 20px;
	transition: 0.4s;
}
#mission-vision .mission-vision-right{
/*   padding-right: 10px; */
/* 	box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px; */
    height: 100%;
    padding: 20px;
	transition: 0.4s;
}
#mission-vision .mission-vision-left:hover{
	box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px
}
#mission-vision .mission-vision-right:hover{
	box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px
}
#mission-vision .mission-vision-left h2 {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 44px;
  padding: 10px 0;
  color: #000000;
}

#mission-vision .mission-vision-left p {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
/*   padding-bottom: 10px; */
  color: #686868;
}
  
#mission-vision .mission-vision-right h2 {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 44px;
  padding: 10px 0;
  color: #000000;
}

#mission-vision .mission-vision-right p {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
/*   padding-bottom: 10px; */
  color: #686868;
}

@media (max-width: 992px){
  #aboutcontent .about-mataril {
    padding-top: 40px;
  }
}

#client .allclient .row{
  display: flex;
  justify-content: center;
  align-items: center;
}
#client .allclient .client-all-images{
  width: 80%;
}

#menu-header-menu li .current-menu-item  a{
  color: #096BD8 !important;
  text-shadow: none !important;
}


.sub-header-link .current-menu-item > a {
    color: #ff6f00 !important;
    text-shadow: none !important;
}

/* blog-page-start */
.banner-section {
  background-image: url('/wp-content/themes/twentysixteen/assets/css/../img/slider1.1.jpg');
  /* min-height: 596px; */
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #096BD8;
}

.banner-heading h3 {
font-family: 'Noto Sans';
font-style: normal;
font-weight: 500;
font-size: 25px;
line-height: 48px;
padding-bottom: 25px;
color: #FFFFFF;
}

.quote-btn-free {
  display: inline-block;
}

.quote-btn-free a {
  color: #1F75BB;
  padding: 12px 50px;
}

.banner-btn a {
  color: #1F75BB;
  font-family: 'Noto Sans';
font-style: normal;
  background-color: #FFFFFF;
  font-size: 20px;
  font-weight: 600;
}

.btn-bdr-bg-2 {
  border: 2px solid #ffffff;
}

.btn-bdr-bg-2:hover {
  color: #ffffff;
  background:#ff6f00;
}
.pt-50 {
	padding-top: 48px;
	padding-bottom:40px;
}
.bg_wrapper {
  background: #f3f2f2;
}
.text-wrapper {
  margin-bottom: 15px;
}
.text-wrapper h5 {
  font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 21px;
    line-height: 29px;
/*     min-height: 63px; */
    color: #000000;
}
.text-wrapper p {
  font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    text-align: justify;
    color: #444444;
}
.blog-read-btn{
    display: inline-block;
    border: 1px solid #ff6f00;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	color: #ff6f00;
    padding: 8px 24px;
}
.blog-read-btn:hover {
  color: #FFFFFF;
  background-color: #ff6f00;
  border: 1px solid #FFFFFF;
}
/* .btn-outline-primary {
  color: #ff6f00;
  border-color: #ff6f00;
  padding: 8px 24px;
}
.btn-outline-primary:hover {
  color: #FFFFFF;
  background-color: #ff6f00;
  border-color: #FFFFFF;
} */
.sidebar-area{
  background-color: #fff;
  height: 100%;
}
.sidebar-area .widget .widget-title {
  font-size: 21px;
  font-family: 'Noto Sans';
  margin-bottom: 15px;
  color: #1F75BB;
  font-weight: 600;
  border-bottom: 1px solid #eeeeee;
  padding-top: 10px;
  padding-left: 25px;
  padding-bottom: 10px;
  position: relative;
}
 
.sidebar-area .widget_post_categories ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.sidebar-area .widget_post_categories ul li {
  margin-bottom: 10px;
}
.sidebar-area .widget_post_categories ul li a {
  padding: 5px 50px 5px 25px;
  font-weight: 500;
  font-size: 15px;
  font-family: 'Noto Sans';
  display: block;
  color: #313232;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  line-height: 24px;
  text-decoration: none;
	position: relative;
}
.sidebar-area .widget_post_categories ul li span{
  padding-left: 20px;
}
.sidebar-area .widget_post_categories ul li span i{
  color: #fff;
 position: absolute;
    right: 17px;
	top: 50%;
	transform: translate(-50%, -50%);
}
.sidebar-area .widget_post_categories ul li a:hover {
  background-color: #ff6f00;
  color: #ffffff;
}
@media screen and (max-width: 576px) and (min-width: 320px) {
  .banner-section {
    min-height: 643px !important;
  }
}

@media screen and (max-width: 767px) {
  .banner-heading {
    margin-top: 0px !important;
    text-align: center;
  }
  .sidebar-area .widget_post_categories ul li a {
    font-size: 16px;
}
.sidebar-area .widget .widget-title {
  font-size: 17px;
  margin-bottom: 20px;
}
}

@media screen and (max-width: 767px) {
  .banner-section {
    min-height: 780px;
  }
}

@media screen and (max-width: 991px) {
  .quote-btn-free a {
    color: #1F75BB;
    padding: 12px 36px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .banner-section {
    min-height: 400px;
  }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
  .banner-heading {
    margin-top: 50px !important;
  }
}
@media screen and (min-width: 991px) and (max-width: 1199px){
.banner-section {
    min-height: 450px;
}
}
@media screen and (min-width: 1200px) {
  .banner-section {
    min-height: 596px;
  }
}

@media screen and (min-width: 991px){
#menu-item-729 {
    display: none;
}
}




/* GET A FREE QUOTE start */
.bradius16 {
  border-radius: 16px;
}
.darkblue {
  background-color: #ff6f00;
  color: #fff;
}
.quote-pd {
  padding: 40px 70px;
}
.banner-img1 img{
  border-radius: 15px 0 0 15px;
}
.banner-img2 img{
  border-radius: none;
}
.content-heading{
     background-color: #ff6f00;
    height: 100%;
    width: 100%;
}
.content-heading h2 {
  font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 44px;
    padding: 10px 0;
    color: #fff;
}
.content-heading p {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  padding-bottom: 10px;
  color: #fff;
}

.quote-btn-free1 {
  display: inline-block;
  padding-bottom: 20px;
}

.quote-btn-free1 a {
  color: #1F75BB;
  padding: 12px 50px;
}
.banner-btn1 a {
  color: #ff6f00;
  background-color: #FFFFFF;
  font-size: 20px;
  font-family: 'Noto Sans';
  font-weight: 600;
}
@media screen and (max-width: 425px){
  .quote-pd {
    padding: 40px 32px;
}
}
@media screen and (max-width: 991px) {
  .quote-btn-free1 a {
    color: #ff6f00;
    padding: 12px 10px;
    margin-bottom: 20px;

  }
  .banner-btn1 a {
    font-size: 19px;
    
  }
  .banner-img1 img{
    border-radius: 15px 15px  0 0;
  }
  .content-heading{
    padding: 20px 0 ;
	  text-align: center;
  }
}
@media screen and (min-width: 991px) and (max-width: 1199px){
  .content-heading h2 {
    font-size: 24px;
    line-height: 29px;
    padding: 10px 0;  
}
.content-heading p {
  line-height: 28px;
  padding-bottom: 0px; 
}
.quote-btn-free1 {
  padding-bottom: 10px;
}
.quote-btn-free1 a {
    padding: 10px 28px;
}	
  }
/* GET A FREE QUOTE end */
/* Complete section start*/
.text-wrap {
/*   background-color: #FFFFFF; */
}
.text-wrap h2 {
  font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 44px;
    padding: 10px 0;
    color: #000000;
}
.text-wrap p {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  padding-bottom: 10px;
  color: #686868;
}
.btn-outline-dark {
  color: #212529;
  font-family: 'Noto Sans';
  border-color: #212529;
  padding: 8px 24px;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
 box-shadow: none;
}
/* Complete section end*/
.team-part {
  background: #FFFFFF;
  height: 100%;
}
.team-part:hover{
	box-shadow: 0px 4px 15px 0px rgba(0,0,0,0.1);
	transition: 0.5s;
}
.team-padding-inner > div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.text-wrapper1 {
  margin-bottom: 15px;
}
.text-wrapper1 h6 {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 21px;
  line-height: 29px;
  color: #000000;
  display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.text-wrapper1 p {
  font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 20px;
    color: #686868;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.height{
  height: 100%;
}

#industry {
	margin-top: 30px;
}
#blogbanner {
	background-image: url('https://www.genicsolutions.com/wp-content/uploads/2022/08/blog-banner.jpg');
    height: 450px;
    display: flex;
    align-items: center;
    background-position: center;
    position: relative;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #ff6f00;
}
#blogbanner h1 {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 65px;
  color: #FFFFFF;
}
#blogbanner p {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #FFFFFF;
  opacity: 0.8;
}
.blogbanner1 {
  text-align: end;
}

#menu-company .current-menu-item  a {
    color: #ff6f00 !important;
} 

/* ________________Start-Blog-Detail-CSS__________________ */
#blog-detail-banner{
  /* background-image: url('/wp-content/themes/twentysixteen/assets/css/../img/blog-details/blog-detail-banner.jpg');
  width: 100%;
  background-size: cover; */
  
background: #ff6f00;
}
.blog-dtl-heading{
  padding: 200px 0;
}
#blog-detail-banner .blog-dtl-heading h1{
  color: #fff;
  /* text-shadow: 2px -2px 4px black; */
}
#blog-detail-content{
  margin-top: 50px;
}
.blog-date{ 
  font-weight: 500;
  color: #ff6f00;

}

#blog-detail-content .blog-text{
  font-size: 16px;
  line-height: 1.7;
  color: gray;
  text-align: justify;
  margin-bottom: 45px;
} 
#blog-detail-content .blog-text h3{
  font-size: 24px;
  color: #525252;
  text-align: left;
}
#blog-detail-content .blog-text h4{
  color:#454545;
  text-align: left;
}
.detail-sub-title{
  color: #fff;
  padding-top: 10px;
}
.detail-sub-title a{
  transition: all .3s ;
  padding-left: 10px;
}
.detail-sub-title a:hover{
  color: #fff;
}


/* 
.blog-inner-img .img-fluid {
    max-width: 100%;
    height: 550px;
    width: 100%;
} */
.blog-text h2{
    font-size: 24px !important;
    font-weight: 600;
    margin-bottom: 15px;
	text-align: left;
  line-height: 28px !important;
}

.blog-text p {
    line-height: 24px;
    padding-bottom: 15px;
	color: #767676;
}
.blog-text h3 {
    font-size: 20px;
    padding-bottom: 15px;
}
.blog-text p {
    text-align: justify;
}

h5{
    color: #363636;
    font-family: 'Bree Serif', serif;
}

.single-partner-logo {
    width: 100%;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(232,230,231,.1);
    margin-bottom: 20px;
    box-shadow: 0 4px 7px rgb(0 0 0 / 15%);
    border-radius: 4px;
}
.client-logo > .row > .col-6:last-child .single-partner-logo{
	 box-shadow: none;
}

.single-partner-logo img {
    width: 125px;
    height: 90px;
    object-fit: contain;
	transition: 0.4s;
}
.single-partner-logo:hover img{
	transform: translate(0px , -10px);
}
.client-logo > .row > .col-6:last-child:hover .single-partner-logo img{
	transform: translate(0px , 0px);
}
.footer-user-row.newsize p{
	line-height: 20px;
	margin-bottom: 12px;
	color: #fff;
}

#contact-site a{
	color: #fff;
}
span.connect {
    font-size: 35px;
	color: #23306d;
	font-weight: 700;
	line-height: 48px;
/* 	text-shadow: 2px 2px 12px #ffffff; */
}
.typed-cursor{
  opacity: 0 !important;
}
.grant-span{
	font-size:14px;
	color: #fff;
}
.home-blogs-heading{
	font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 147.7%;  
    text-align: center;
    color: #000000;
}
.home-blogs-content{
	font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    padding-bottom: 25px;
    text-align: center;
    color: #000000;
}
.home-blog-bg{
	background-color:#e7e7e7;
}
.img-wrapper figure:hover {
	animation: flash 1.5s !important;
}
.img-wrap figure:hover {
	animation: flash 1.5s !important;
}
@-webkit-keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}
@keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}
@media only screen and (max-width: 768px){
.detail-sub-title{
		    font-size: 13px;
	}
}
@media only screen and (max-width: 425px){
.detail-sub-title{
		    font-size: 14px;
	flex-wrap:wrap;
	}
	.detail-sub-title p{
		padding-top:20px;
	}
}
@media only screen and (max-width: 375px){
	
/* 	.detail-sub-title{
		    font-size: 10px;
	} */
	.detail-sub-title a{
		padding-left: 4px;
	}
}

#mega-menu-wrap-Top_menu #mega-menu-Top_menu > li.mega-menu-item > a.mega-menu-link{
	font-size: 18px !important;
	padding: 0px 20px 0px 20px;
	text-shadow: none !important;
	font-weight: 500 !important;
}

.team-up{
	width: 162px !important;
	height: 142px !important;
/* 	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
/* 	border-radius: 10px; */
/* 	position: relative;
    top: 10px; */
}

.blog-dtl-heading p {
    color: #ffffff;
    line-height: 14px;
}
@media (min-width: 1650px){
	#mega-menu-wrap-Top_menu #mega-menu-Top_menu > li.mega-menu-megamenu > ul.mega-sub-menu {
    width: 260%!important;
    top: 60px;
/*     left: -460px!important; */
		left: -565px!important;
}
}


@media (min-width: 1199px) and (max-width: 1399px){
#mega-menu-wrap-Top_menu #mega-menu-Top_menu > li.mega-menu-megamenu > ul.mega-sub-menu {
/*     width: 225%; */
	width: 266%!important;
    top: 58px!important;
/*     left: -340px!important; */
	left: -500px!important;
}
}
@media (min-width: 992px) and (max-width: 1199px){
#mega-menu-wrap-Top_menu #mega-menu-Top_menu > li.mega-menu-megamenu > ul.mega-sub-menu {
    width: 200%!important;
    top: 58px!important;
    left: -260px!important;
}
}
@media(max-width: 1649px) and (min-width: 1500px){
	#mega-menu-wrap-Top_menu #mega-menu-Top_menu > li.mega-menu-megamenu > ul.mega-sub-menu{
		width: 260%!important;
    left: -565px!important;
	}
}

@media(max-width: 1499px) and (min-width: 1400px){
	#mega-menu-wrap-Top_menu #mega-menu-Top_menu > li.mega-menu-megamenu > ul.mega-sub-menu{
		width: 266%!important;
    top: 58px!important;
    left: -500px!important;
	}
}
/* ----------------------------------------------NEW CSS START--------------------------------------------------- */


#aboutcontent #test-quote{
    display: none;
  }

@media (min-width: 1300px) and (max-width: 1499px){
  #industry .card{
    width: 18rem;
    padding: 50px 60px 50px 10px;
  }
  #address-bar{
    display:  none;
  }
}

@media (min-width: 992px) and (max-width: 1200px){
#card-center div:nth-child(7).col-lg-4{
    width: 50% !important;
  }
  #card-center div:nth-child(8).col-lg-4{
    width: 50% !important;
  }
  #card-center div:nth-child(7).col-lg-4 .card{
    float: right !important;
  }
  #card-center div:nth-child(8).col-lg-4 .card{
    float: left !important;
  }
}

@media (min-width: 1200px) and (max-width: 1499px){
/* 	.label-text a img {
    width: 180px!important;
} */
  .container{
    width: 1150px;
  }
  #marketingcard .col-xl-3{
    width: 33.33333333%;
  }
  #card-center div:nth-child(7).col-xl-3{
    width: 50% !important;
  }
  #card-center div:nth-child(8).col-xl-3{
    width: 50% !important;
  }
  #card-center div:nth-child(7).col-xl-3 .card{
    float: right !important;
  }
  #card-center div:nth-child(8).col-xl-3 .card{
    float: left !important;
  }
  /*  #industry .card-body{
    padding: 0 25px 0 0;
  } */
  #overview .col-xl-3{
    width:  50%;
  }
  #overview .col-xl-4{
    width:  16%;
  }
}

@media (max-width: 1499px){ 

  #overview .overview-card .row{
    display:  flex;
    align-items: center !important;
  }

  #overview .forsmall{
    display:  flex;
    align-items: center;
  }
  
/*   .sub-header-logo{
    width: 15%;
  } */
 .sub-header-logo img {
    width: 125px;
    height: auto;
  }
  #mega-menu-wrap-Top_menu #mega-menu-Top_menu > li.mega-menu-item > a.mega-menu-link{
    font-size: 16px !important;
    padding: 0px 11px 0px 11px!important;
  }
  .sub-header-login li a{
    font-size: 16px;
  }
  a.button-white-header{
    width: 135px;
  }
  .sub-header-login li a{
    font-size: 16px;
  }
  a.button-blue{
    width: 140px;
  }
/*   #mega-menu-wrap-Top_menu #mega-menu-Top_menu > li.mega-menu-megamenu > ul.mega-sub-menu{
    width: 200%;
    top: 10px;
    left: -170px;
  }  */
  .rightText p.heading{
    font-size: 14px!important;
    line-height: 16px;
    margin-bottom: 3px!important;
  }
  .rightText p.tagline{
    line-height: 16px;
  }
  #mega-menu-wrap-Top_menu #mega-menu-Top_menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item{
    padding: 10px!important;
  }
  #banner h1{
    font-size: 36px;
    height: 50px;
  }
  #banner p{
    font-size: 16px;
  }
  a.button-white{
    width: 200px;
      height: 45px;
    font-size: 18px;
  }
  #marketingcard h1{
    font-size: 30px;
      line-height: 45px;
  }
  
  #marketingcard h2{
    font-size: 30px;
      line-height: 45px;
  }
  #Innovating h1 {
      font-size: 30px;
    line-height: 40px;
  }
  #Innovating h2 {
      font-size: 30px;
    line-height: 40px;
  }
  #business h2{
    font-size: 38px;
      line-height: 70px;
  }
  #marketingcard .card h5{
    font-size: 20px;
      line-height: 24px;
  }
  #marketingcard .card p{
    font-size: 14px;
    line-height: 18px;
  }

 

  .text-wrapper1 p{
    font-size: 14px;
  }
  .text-wrapper1 h6{
    font-size: 20px;
    line-height: 27px;
  }
  
  .content-heading h2{
    padding: 0px;
    font-size: 28px !important;
    line-height: 32px !important;
    margin-bottom: 20px;
  }
  .content-heading p{
    font-size: 16px;
    line-height: 22px;
  }
  .banner-btn1 a{
    font-size: 18px;
  }
  .quote-btn-free1 a {
    padding: 8px 40px;
  }
  .our-industry h1{
    font-size: 30px;
  }
  .our-industry h2{
    font-size: 30px;
  }
  .home-blogs-heading{
    font-size: 30px;
    line-height: 120.7%;
  }
  .quote {
    margin-bottom: 50px!important;
  }
  #Innovating {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #industry {
    margin-top: 0px;
  }
  #marketingcard .card .card-body {
     padding: 5px 10px 0 10px;
  }
  .btn-outline-dark{
    padding: 6px 16px;
    font-size: 0.9rem;
  }
  
 
  
  /*  About page css */
  
  #aboutbanner h1, #erro_banner h1, #thankyou_banner h1, #custom-softbanner h1{
    font-size: 36px;
  }
  #aboutbanner p, #erro_banner p, #thankyou_banner p, #custom-softbanner p{
    font-size: 16px;
        line-height: 25px;
  }
  #aboutcontent .about-mataril h2{
    font-size: 28px;
        line-height: 32px;
  }
  .quote-txt{
    font-size: 22px;
  }
  #mission-vision .mission-vision-left h2{
    font-size: 30px;
        line-height: 40px;
  }
  #mission-vision .mission-vision-right h2{
    font-size: 30px;
        line-height: 40px;
  }
/*  #mission-vision .mission-vision-left p{
    font-size: 14px;
        line-height: 22px;
  }
  #mission-vision .mission-vision-right p{
    font-size: 14px;
       line-height: 22px;
  } */
  #client .client-section h1{
    font-size: 36px;
        line-height: 120.7%;
  }
  .single-partner-logo img {
      width: 115px;
      height: 80px;
      object-fit: contain;
  }
  #mission-vision {
      padding-top: 10px;
  }
  #client {
    padding: 40px 0 40px 0;
  }
  
  
  /*  Blog page css */
  #blogbanner h1{
    font-size: 36px;
    line-height: 60px;
  }
  #blogbanner p{
    font-size: 16px;
        line-height: 22px;
  }
  .text-wrapper h5{
    font-size: 19px;
        line-height: 26px;
  }
  .text-wrapper p{
    font-size: 14px;
        line-height: 18px;
  }
  .sidebar-area .widget_post_categories ul li a{
    line-height: 20px;
  }
  .text-wrap h2 {
    font-size: 28px !important;
    line-height: 35px !important;
  }
  .gudie-padding {
    padding: 22px!important;
  }
  .quote-btn-free1{
    padding-bottom: 10px;
  }
  .blog-read-btn{
    padding: 6px 16px;
    font-size: 0.9rem;
  }
    
  
/*  solutions page css */
  #solution-banner h1{
    font-size: 36px;
    line-height: 45px;
  }
  #overview h1{
    font-size: 30px;
    line-height: 40px;
  }
  #overview h2{
    font-size: 30px;
    line-height: 40px;
  }
  #solution-banner p{
    font-size: 16px;
    line-height: 30px;
  }
  #overview .overview-card h5{
    font-size: 22px;
    line-height: 26px;
    margin-left: 4px;
  }
  #overview .card .card-body p{
    font-size: 14px;
    line-height: 18px;
  }
  #inventory .inventory-content h2{
    font-size: 26px !important;
        line-height: 30px !important;
        margin-bottom: 15px;
  }
  #inventory .inventory-content p{
    font-size: 14px;
        line-height: 24px;
        text-align: justify;
  }

  #industry .card h5{
    font-size: 17px;
    line-height: 20px;
    padding-bottom: 4px;
  }
  #industry .card h4{
    font-size: 21px;
  }
  #industry .card p{
    font-size: 14px;
    line-height: 20px;
  }
  /*#Testimonials .Testimonials-heading h1{
    font-size: 30px;
    padding-bottom: 10px;
        padding-top: 10px;
  }
  #Testimonials {
    background: #ff6f00;
    padding: 30px 0;
  }
  #Testimonials .Testimonials-heading .client-name{
    padding-top: 10px;
  }
  #Testimonials .Testimonials-heading p{
    font-size: 14px;
    line-height: 125.7%;
  }*/
  #footer .footer-top .newsize h4{
/*     padding-bottom: 0px; */
    font-size: 18px !important;
  }
  #footer .footer-top ul li {
    padding: 4px 0;
  }
  .footer-user-row.newsize p {
    line-height: 20px;
    margin-bottom: 6px;
  }
/*  address {
    font-size: 12px;
  } */
  #business p{
    padding-bottom: 0px;
    font-size: 16px;
  }
  span.connect{
    font-size: 30px;
  }
  #business{
    padding: 40px 0px;
  }
  .overview-card img{
    width: 45px;
  }
  #overview {
    padding: 40px 0;
  }
  #inventory{
    padding-top: 40px;
  }
  
  #overview .overview-card{
    min-height: 82px;
  }

  #inventory .inventory-heading h1{
    font-size: 30px;
    line-height: 36px;
  }
  
   #inventory .inventory-heading h2{
    font-size: 30px;
    line-height: 36px;
  }
  
  /*  Contact us  page css */
  #banner p {
    font-size: 16px;
    line-height: 27px;
  }

  .contact-heading{
    top: 20px;
  }
  .contact-heading h2{
    line-height: 30px;
    font-size: 25px;
  }
  .contact-address p{
    padding-bottom: 0px;
  }
  .contact-address h4{
    margin-bottom: 10px;
    font-size: 16px;
  }
  .contact-address{
    padding: 40px 30px;
  }
  .contact-button{
    width: 210px;
    padding: 16px 20px;
    font-size: 18px;
  }
  .form-border h2{
    font-size: 30px;
  }
  .form-border h4{
    font-size: 20px;
  }
}

@media (min-width: 992px) and (max-width: 1299px){
  #footer .trivex{
    flex-wrap: wrap;
    justify-content: center;
  }
  #footer .solve {
    justify-content: center;
}
  #footer .footer-mobileno span a{
    padding-right: 8px;
  }
  #footer .footer-mobileno i{
    padding-left: 12px;
	  color: #fff;
  }
  #footer .footer-email span a{
    padding-right: 0px;
  }
  #footer .sales-content{
    padding-right: 10px;
  }
}

/* ----------------------------------------------NEW CSS ENDS--------------------------------------------------- */




/* @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200&display=swap'); */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@100;200;300;400;500;600;700&display=swap');



* {



    font-family: 'Noto Sans',sans-serif;



    margin: 0;



    padding: 0;



    box-sizing: border-box;



}

html{

    scroll-behavior: smooth;

}







p {



    font-size: 16px;



    /* font-family: 'Noto Sans',sans-serif; */

    color: #767676;



}







:root {



    --gray1: #16181e;



    --gray2: #323232;



    --gray3: #a6a7a6;



    --gray4: #e6e6e6;



    --white: #ffffff;

  

    --primary: #ff6f00;



}







a {



    text-decoration: none;



}

h1{

    font-size: 60px;

    font-weight: 600;

    font-family: 'Noto Sans',sans-serif;

}



h3 {
    font-size: 20px !important;
    font-weight: 500;
}



h2 {
    font-size: 30px !important;
    font-weight: 700;
    font-family: 'Noto Sans',sans-serif;
    overflow-wrap: break-word;
}

.sub-title{

    font-size: 16px;

}

.margin-80 {
    margin-top: 80px;
}
html{

    scroll-behavior: smooth;

}

p{

    font-size: 14px;

}



.h-40{

    font-size: 40px;

}

.w-500{

    font-weight: 500;

}

.w-600{

    font-weight: 600;

}

.w-700{

    font-weight: 700;

}

.p-18{

    font-size: 18px;

    font-weight: 500;

}



/* _______________blogs-card-listing_______________ */
.form-outline:focus {
    outline: none;
}

input#form1:focus {
    box-shadow: none;
/*     outline: 1px solid var(--primary); */
    border: 1px solid var(--primary);
}

input#form1:focus #blog-search{
    border: 1px solid;
}

.blog-card-listing:hover .read-more img {

    transform: translateX(10px);

    

}

.read-more img{

    transition: all .4s ease;

}

.search-right{

    display: grid;

    place-content: end;

    align-content: center;

}





.blog-card-listing {
    /*height: 770px;*/
    /*position: relative;*/

    border: 1px solid #cbcbcb;

    border-radius: 20px;

    /* padding: 30px; */
    height: 100%;
}



.blog-image {

    background: #f2fbff;

    padding: 15px;

    display: grid;

    place-items: center;

    border-radius: 20px 20px 0 0;

}


.blog-card-listing a p {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
	padding-bottom: 0px;
}
#sidebar li {
    list-style: none !important;
}
.blog-card-listing h3{

    padding: 5px 20px;

    color:#000;

    font-weight:700;

    font-size:20px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

}

.Date-time {

    padding: 15px 20px 20px 0;

    display: flex;

    justify-content: space-between;

}


:is(#full-blog-detail ul, ol) li {
    list-style: none;
/*     padding:6px 0; */
    color:#767676;
    line-height:22px;
    font-weight:400;
    font-size:15px;
}
:is(#full-blog-detail ul, ol){
    padding-left:0;
}



.author {
    display: none;
    /* display: flex; */

}



.author-info {

    color: #282828;

    padding-left:10px;

}



.author-name {

    font-weight: 700;

}



.author {

    padding: 15px 20px;

}

.author img{

  width: 40px;

  height: 40px;

}

:is(#related-articles, #pills-tabContent) .blog-card-listing .Date-time{
    padding-left:20px;
}

.blog-card-listing p{

    padding: 15px 20px 20px;

    color: #282828;

}

.read-more{
    /*bottom: 8px;*/
    /*position: absolute;*/
    padding-left: 20px;

    padding-bottom: 15px;

    color: var(--primary) ;

    font-weight: 700;

}



.blog-card-listing:hover {

    border-color: var(--primary);

}

.blog-card-listing:hover h3{

    color: var(--primary);

}

.Date-time {

    color: var(--gray2);

}

#pills-tab .nav-item .active{

    background: transparent!important;

    color: var(--primary)!important;

    border-bottom: 2px solid var(--primary)!important;

    border-radius: 0!important;
	padding-bottom: 4px!important;

}

ul#pills-tab .nav-item .nav-link {

    font-weight: 600;

    font-size: 18px;

    color: var(--gray2);
    padding: 0;
    margin: 0 15px;

}

ul#pills-tab .nav-item .nav-link:hover{

    color:var(--primary);

}



.blog-heading h2 {

    font-weight: 700;

    font-size: 40px;

    margin-bottom: 10px;

    position: relative;

}

.blog-heading h2:after {

    content: "";

    position: absolute;

    width: 100px;

    height: 3px;

    background:var(--primary);

    left: 0;

    bottom: -4px;

    /* border: 1px solid orange; */

}



/* _____________________call-to-action_______________/ */



#let-talk-section{

    background-image: url('/wp-content/themes/twentysixteen/assets/css/../blog-images/call-action-image2.png');

    background-position: center center;

    background-repeat: no-repeat;

    background-size: cover;

    padding: 50px 0;

  /* background: var(--primary); */

  /* height: 300px; */

  width: 100%;

}

#let-talk-section h2{

    font-family: 'Noto Sans';

    font-style: normal;

    font-weight: 700;

    font-size: 46px;

    line-height: 82px;

    /* padding-bottom: 20px; */

    text-align: center;

    color: #FFFFFF !important;

}



.let-talk {

    width: 225px;

    height: 50px;

    background-color: #ffffff;

    border: 2px solid #fff !important;

    border-radius: 3px;

    color: #ff6f00;

    text-align: center;

    font-size: 20px;

    cursor: pointer;

    font-weight: 600;

    padding: 0 !important;

    display: inline-flex !important;

    justify-content: center;

    align-items: center;



}

.let-talk a{

    color: var(--primary);

    font-weight: 600;

}

.call-action-content p{

    font-family: 'Noto Sans';

    font-style: normal;

    font-weight: 400;

    font-size: 18px;

    line-height: 26px;

    padding-bottom: 20px;

    text-align: center;

    color: #FFFFFF;

}



/* .read-more img {

    position: absolute;

    left: 160px;

  

}

.read-more:hover img{

    left: 165px;



} */











div#blog-search input {

    border-radius: 20px 0 0 20px;

}

div#blog-search button{

    border-radius:0 20px 20px 0;

    background:var(--primary);

    border: 1px solid var(--primary);

}



/* _____________Blogs-Detail____________ */

#blog-breadcrumbs nav .breadcrumb .breadcrumb-item a{

    color: var(--gray2);

    font-weight: 600;

    font-size: 16px;

}

#blog-breadcrumbs nav .breadcrumb .breadcrumb-item a:hover{

    color: var(--primary);

}

#blog-breadcrumbs nav .breadcrumb .active{

    color: var(--primary);

    font-weight: 600;

}



.blog-top-image {

    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

    border-radius: 20px;

    padding: 25px;

   display: flex;

   justify-content: center;

}

.blog-top-image img{
    border-radius: 10px;
    max-height: 550px;
    width: 100%;
    object-fit: cover;
}

/* .blog-detail-heading {

    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

    position: relative;

    top: -50px;

    padding: 30px 40px;

    background: #fff;

    border-radius: 20px;

    z-index: 1;

    max-width: 75%;

    left: 50%;

    transform: translateX(-50%);

} */



.blog-detail-heading{

    background: #fff;

    width: -webkit-calc(100% - 200px);

    width: -moz-calc(100% - 200px);

    width: calc(100% - 200px);

    padding: 24px 50px;

    margin-left: auto;

    margin-right: auto;

    margin-top: -100px;

    -webkit-box-shadow: 2px 2px 15px rgb(0 0 0 / 2%), 0px 0px 12px 2px rgb(223 223 223);

    -moz-box-shadow: 2px 2px 15px rgb(0 0 0 / 2%), 0px 0px 12px 2px rgb(223 223 223);

    box-shadow: 2px 2px 15px rgb(0 0 0 / 2%), 0px 0px 12px 2px rgb(223 223 223);

    -webkit-border-radius: 15px;

    -moz-border-radius: 15px;

    border-radius: 15px;

    /* z-index: 1; */

    position: relative;

}



.blog-detail-heading .detail-author-parent .author {

    display: none;

    align-items: center;

}





ul.tab-links  li a{

    

    font-style: normal;

    font-weight: 600;

    font-size: 16px;

    line-height: 24px;

    cursor: pointer;

    color: var(--gray2);

}

ul.tab-links li a:hover{

    color: var(--primary);

}

ul.tab-links  li{

    list-style:none;

    padding:15px 0;

}

.content-name{

    font-weight: 700;

    font-size: 20px;

    line-height: 28px;

    text-align: center;

    color: #111;

    margin: 23px auto;

    padding-top: 20px;

}

ul.tab-links {

    max-height: 50vh;

    overflow-y: auto;

    width: 100%;

    padding-right: 10px;

    padding-left: 0;

}



ul.share-links {

    

    list-style: none;

    display: flex;

    padding-left: 0;



}



ul.share-links li a i {

    color: var(--gray2);

    font-size: 20px;

}

.share-title:before {

    content: "";

    position: absolute;

    height: 3px;

    background: lightgrey;

    width: 172px;

    left: 0;

    /* left: 50%; */

    /* transform:translateX(-50%); */

    top:-10px;

    border-radius:2px;

}

.share-title{

    position:relative;

}

ul.share-links li a i:hover{

    color:var(--primary);

}



.back-all-blogs a {

    font-size: 20px;

    font-weight: 600;

    color: var(--gray3);

    text-align: left;

}

.back-all-blogs a:hover{

    color:var(--primary);

}



/* .blog-tabs {

    position: absolute;

    top: 0;

    width: 25%;

} */



/* .fixed{

    position: fixed;

    top: 50px;

}

.absolute{

    position: absolute;

} */



ul.tab-links::-webkit-scrollbar {

    width:2px;

    background:var(--primary);

}



ul.tab-links::-webkit-scrollbar-track{

    background:var(--gray4);

    width: 2px;

}

ul.tab-links::-webkit-scrollbar-thumb {

  background-color: var(--primary);



}

div#sidebar {
    width: 290px;
    background: #fff;
    position: sticky;
    top: 100px;
	z-index: 1;
}

.blog-card-listing .blog-image img {
    border-radius: 10px 10px 0 0;
}

#let-talk-section span.connect {
    font-size: 30px;
    font-weight: 700;
    color: #23306d;
}
#let-talk-section .typed-cursor {
    opacity: 1;
    font-weight: 700;
    font-size: 30px;
}
div#blog-content p {
    text-align: justify;
}


@media(max-width:1199px){
 #aboutcontent #test-hide{
    display: none;
  }
	#aboutcontent #test-quote{
		display: block;
	}
    .blog-detail-heading {

        background: #fff;

        /* width: -webkit-calc(100% - 200px); */

        width: 100%;

        /* width: calc(100% - 200px); */

        padding: 24px 10px;

        margin-left: auto;

        margin-right: auto;

        margin-top: 30px;

        /* margin-top: -100px; */

        /* -webkit-box-shadow: 2px 2px 15px rgb(0 0 0 / 4%), -2px -2px 15px 1px rgb(0 0 0 / 4%);

        -moz-box-shadow: 2px 2px 15px rgba(0,0,0,.04),-2px -2px 15px 1px rgba(0,0,0,.04);

        box-shadow: 2px 2px 15px rgb(0 0 0 / 4%), -2px -2px 15px 1px rgb(0 0 0 / 4%); */

      

        /* border-radius: 15px; */

        /* z-index: 1; */

        /* position: relative; */

    }



    div#sidebar{

        display: none;

    }
	

}
@media(max-width:991px){
    .blog-top-image{
        padding: 8px;
    }
}



@media(max-width:767px){

    .detail-author-parent{

        flex-direction: column;

    }
    h2 {

        /* margin-bottom: ; */
    
        font-size: 24px;
    
        font-weight: 700;
    
       
    
        overflow-wrap: break-word;
    
    }
    .h-40{
        font-size: 30px;
    }
   
  

}

@media(min-width:300px) and (max-width:991px){
   #full-blog-detail .blog-detail-heading{
        padding: 8px 10px;
    }
}
.card-box .how-we-do-number {
    color: #FFFFFF;
    opacity: 0.7;
    font-weight: 900;
    font-size: 50px;
    line-height: 42px;
}


    
/* Animation on title Headings */
span.text-gradient-anim {
    background-image: url('https://www.genicsolutions.com/wp-content/uploads/2023/02/text-animation-bg.png');
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: hue 40s infinite linear;
    background-size: 200%;
    background-color: #363232;
}

@-webkit-keyframes hue {
    0% {
        background-position: 0 0;
        background-size: 100%;
    }
    10% {
        background-position: 10% 30%;
        background-size: 180%;
    }
    20% {
        background-position: 20% 50%;
        background-size: 400%;
    }

    30% {
        background-position: 50% 80%;
        background-size: 350%;
    }

    40% {
        background-position: 80% 20%;
        background-size: 580%;
    }
   
    50%{
        background-position: 20% 40%;
        background-size: 420%;
    }

    65% {
        background-position: 100% 10%;
        background-size: 340%;
    }
    
    75% {
        background-position: 30% 20%;
        background-size: 270%;
    }

    85% {
        background-position: 60% 70%;
        background-size: 440%;
    }

    100% {
        background-position: 0% 0%;
        background-size: 100%;
    }
}

/* Banner css */
  .wrap-banner-header {
    max-width: 1440px;
    justify-content: center;
    align-items: flex-end;
    margin-top: 3.75em;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }
  .head-mid-2 {
    width: 11.875em;
    height: 11.875em;
    position: relative;
  }
  .bg-banner-card {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }
   .wrap-banner-head-left-2 {
    width: 100%;
    height: 100%;
    padding-top: 4.25em;
    padding-left: 2.188em;
    padding-right: 1.063em;
  }
  .banner-card-text.fs-10 {
    font-size: .625em;
	  color: #fff;
  }
  .banner-card-text {
    z-index: 1;
    font-family: Fira Code, sans-serif;
    line-height: 160%;
    position: relative;
	  color: #fff;
  }
  .banner-card-text.ps-2-5 {
    padding-left: 2.5em;
  }
  
  .banner-card-text.mt-1 {
/*     margin-top: 1em!important; */
	  color: #fff;
  }
  
  
  
  .banner-card-text.ps-4-4 {
    padding-left: 4.4em;
  }
  .fira-params {
    color: #fdf291;
  }
  .fira-def {
    color: #27eafe;
  }
  .fira-declare {
    color: #f1a7cb;
  }
  .banner-card-text.ps-2-5 span.fira-code{
    color: #fff;
  }

  .head-mid-1 {
    width: 11.875em;
    height: 16.188em;
    position: relative;
  }

  .head-mid {
    width: 35.563em;
    height: 20.75em;
    padding-top: 3.063em;
    padding-left: 4.688em;
    padding-right: 1.5em;
    position: relative;
  }

  .fira-name {
    color: #05816c;
  }
  
  .fira-wrap-grey {
    color: #aaa;
  }

  .wrap-banner-head-right-1 {
    width: 100%;
    height: 100%;
    padding-top: 2.75em;
    padding-left: 2.688em;
    padding-right: .563em;
  }

  @media screen and (max-width: 767px) {
/*     body {
      font-size: 2.8169vw;
    } */
    .wrap-banner-header {
      max-width: 100%;
      overflow: hidden;
    }
    .head-mid-2 {
      display: none;
    }
    .wrap-banner-head-left-2 {
      padding-right: 2.563em;
    }
    .banner-card-text.fs-10 {
      font-size: .37em;
    }
    .banner-card-text {
      font-size: .563em;
    }
    .head-mid-1 {
      width: 7.1em;
      height: 9.563em;
    }
    .head-mid {
      width: 21em;
      height: 16em;
      padding-top: 1.875em;
      padding-left: 2.75em;
      padding-right: 1em;
    }
    .wrap-banner-head-right-1 {
      padding-top: 1.7em;
      padding-left: 1.8em;
    }
  }
  @media screen and (max-width: 479px) {
/*     body {
      font-size: 4.26666vw;
    } */
    .wrap-banner-header {
      width: auto;
      position: relative;
    }
    .head-mid-2 {
      height: 9.563em;
    }
    .banner-card-text {
      font-size: .563em;
    }
    .head-mid-1 {
      height: 9.563em;
      position: absolute;
      top: auto;
      bottom: 0%;
      left: -25%;
      right: auto;
    }
  
    .head-mid-1.right {
      top: auto;
      bottom: 0%;
      left: auto;
      right: -25%;
    }
    .head-mid {
      width: 21em;
      height: 16em;
      padding-top: 1.875em;
      padding-left: 2.75em;
    }
    .wrap-banner-head-right-1 {
      padding-top: 1.65em;
      padding-left: 2.188em;
    }
	  .head-mid-1{
		  display: none;
	  }
    div#html_element {
      transform: scale(0.77);
      -webkit-transform: scale(0.77);
      transform-origin: 0 0;
      -webkit-transform-origin: 0 0;
    }
  }

/* Call to action present */
.circle-black {
  width: 500px;
  height: 500px;
  border-radius: 50%;
/*     background: #0F1E35; */
background-image: url('https://www.genicsolutions.com/wp-content/uploads/2023/05/image-bg-dark-scaled-1.jpg');
background-position: center;
background-size: initial;
  display: flex;
  align-items: center;
  justify-content: center;
}

.large {
  width: 400px;
  height: 400px;
  border-radius: 50%;
  opacity: 0.8;
  border: 1.5px solid #0F1E35;
}

.medium {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  opacity: 0.3;
  border: 1px solid #0F1E35;
}

.small {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  opacity: 0.2;
  border: 0.5px solid #0F1E35;
}

.circle-touch-card {
  display: inline-block;
  position: absolute;
  z-index: 1;
}
@media (min-width: 992px){
.circle-touch-card img{
  width: 80%!important;
}
}
.circle-touch-card img {
  transition: 1.5s;
  width: 75%;
}
.circle-touch-card img:hover{
  transform: rotateZ(-360deg);
}
.circle-text {
  position: relative;
  z-index: 1;
  left: 245px;
}

.text-black {
  color: #000;
}

.circle-black a {
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  transition: 0.4s;
}
.circle-black a:hover{
  color: #ff6f00!important
}

.circles-list {
  position: relative;
  transition: 0.6s;
}

.large-circle {
  position: absolute;
  left: 100px;
  z-index: -1;
  transition: 0.4s;
}

.medium-circle {
  position: absolute;
  left: 200px;
  z-index: -1;
  transition: 0.4s;
}

.small-circle {
  position: absolute;
  left: 200px;
  z-index: -1;
  transition: 0.4s;
}

.circles-list:hover .large-circle {
  position: absolute;
  left: 390px;
  z-index: -1;
}

.circles-list:hover .medium-circle {
  position: absolute;
  left: 690px;
  z-index: -1;
}

.circles-list:hover .small-circle {
  position: absolute;
  left: 900px;
  z-index: -1;
}

.mobile-device img {
  width: 40%;
  transition: 1s;
}
/* .mobile-device img:hover{
 transform: translateY(20px);
} */


.section-magic .arrow {
  margin-left: 4px;
  padding-top: 10px;
  position: relative;
  z-index: 99;
  opacity: 1;
  -webkit-transition: opacity .7s;
  -o-transition: opacity .7s;
  transition: opacity .7s;
}

.section-magic .arrow .dash {
  display: block;
  background-color: #fff;
  position: relative;
  width: 165px;
  height: 2px;
  -webkit-transition: width .7s ease-out, opacity .7s;
  -o-transition: width .7s ease-out, opacity .7s;
  transition: width .7s ease-out, opacity .7s;
}

.section-magic .arrow .dash:before {
  width: 19px;
}

.section-magic .arrow .dash:after,
.section-magic .arrow .dash:before {
  content: "";
  position: absolute;
  height: 2px;
  background-color: #fff;
  border-radius: 2px 0 0 2px;
  right: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  transform-origin: bottom right;
}

.section-magic .arrow .dash:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  transform-origin: bottom right;
  top: -1px;
  right: -2px;
  width: 20px;
}

.circles-list:hover .arrow .dash {
  width: 225px;
}
.get-started h6 {
  font-size: 18px !important;
margin-top: 18px;
}
.get-started h2{
color: #ff6f00!important;
}
.mobile-device img{
 animation: 5s floating linear infinite;
margin-top: 20px;
}
@keyframes floating {
  0% {
      transform: translateY(-20px)
  }

  50% {
      transform: translateY(0)
  }

  100% {
      transform: translateY(-20px)
  }
}
@media (max-width: 1199px) and (min-width: 992px){
.large-circle {
  left: 0px;
}
.medium-circle {
  left: 0px;
}
..small-circle {
  left: 0px;
}
}
@media(max-width: 1499px) and (min-width: 992px){
.mobile-device{
  text-align: right!important;
}
}
@media (max-width: 991px) and (min-width: 768px){
.circle-text {
  left: 40px;
}
}

@media (max-width: 767px){
.large-circle {
  display: none;
}
.medium-circle {
  display: none;
}
.small-circle {
  display: none;
}

.circle-text {
  left: 40px;
  top: 15px;
}
}
@media (max-width: 576px){
.circle-black {
  width: 430px;
  height: 430px;
}
  .get-started h2 {
  color: #ff6f00!important;
  font-size: 25px!important;
    line-height: 25px!important;
}
}
@media screen and (max-width: 479px){
.circle-black {
  width: 300px;
  height: 300px;
}
  .circle-touch-card {
  display: none;
}
  .circle-black h2 {
  font-size: 20px!important;
}
  .circle-text{
    left: 20px;
    top: 0px;
  }
}

hr:not([size]) {
  height: 1px;
  color: #fff;
}
.quote-btn-free1.banner-btn1 a{
border-radius: 10px;
}

.textwidget.custom-html-widget a:hover{
  background: linear-gradient(45deg, #fdcd63, #ff6f00);
  border-radius: 8px;
}
.textwidget.custom-html-widget a:hover .rightText p{
	color: #fff!important;
}
/* .rightText:hover p{
  color: #fff!important;
} */
.mega-sub-menu{
	/* background-image: url('https://www.genicsolutions.com/wp-content/uploads/2023/05/logo-icon.png')!important; */
	background-repeat: no-repeat!important;
    background-position: center!important;
    border-radius: 0px 0px 10px 10px!important;
    background-size: contain!important;
}

.textwidget.custom-html-widget .rightText p.tagline{
  color: #000!important;
}
.textwidget.custom-html-widget .rightText:hover p.tagline{
  color: #fff!important;
}
/* popup css */
.modal-content {
    border-radius: 30px;
}
.modal-header {
    background: #ff6f00;
    margin: 10px;
    position: relative;
    justify-content: center;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
	  /* border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px; */
}
/* @media (min-width: 992px){
.modal-lg, .modal-xl {
    max-width: 650px!important;
}
} */
.crm-pop-btm-sec {
    padding: 10px 30px 15px;
    background: #fff;
    position: relative;
}
/* .modal-header{
	padding: 2rem 1rem;
} */
.modal-header p{
	color: #fff;
	font-size: 16px;
}

.crm-pop-cta {
    padding: 10px 20px;
    background: #FFF;
    display: inline-block;
    vertical-align: top;
    color: #ff6f00;
    cursor: pointer;
    text-decoration: none;
    border-radius: 20px;
	  font-size: 16px;
    font-weight: 600;
	  border: 2px solid #fff;
}
.modal-header h2{
	font-size: 46px;
}
.crm-pop-cta:hover {
    color: #FFF;
	border: 2px solid #fff;
	background-color: #ff6f00
}
.modal-header button {
    position: absolute;
    top: 10px;
    right: 10px;
}
.btn-close:focus{
	box-shadow: none;
}


.intrst-txt {
  font-weight: 600;
  margin: 0;
  padding: 0;
  letter-spacing: 0;
  color: #000!important;
}
.crmpop-prd-con {
  padding-top: 15px;
  display: flex;
  /* flex-wrap: wrap; */
  justify-content: space-between;
  /* max-width: 400px; */
}
@media(max-width: 768px){
  .crmpop-prd-con{
    flex-wrap: wrap;
  }
}
.crmpop-go-tag {
  text-decoration: none;
  cursor: pointer;
/*   color: #000!important; */
}
.crmpop-prd-sec.bigin {
  position: relative;
}
.crmpop-prd-name {
  display: inline-block;
  position: relative;
  margin: 0 0 8px;
  padding: 0 30px 0 0;
  letter-spacing: 0;
  font-weight: 700;
  color: #000!important;
}
.crmpop-prd-sec:hover .crmpop-prd-name{
	color: #ff6f00!important;
}

.crmpop-prd-sec:hover .prd-desc{
	text-decoration: underline;
}
.prd-desc {
  /* margin: 0; */
  padding: 0;
  letter-spacing: 0;
  color: #000;
}
@media(max-width: 576px){
  .fade_modal{
    display: none;
  }
	.modal-backdrop.show{
		opacity: 0!important;
    display: none;
	}
}

/* New css Included banner */
.leftImge img:hover{
	border: none!important;
}

.runner-coder{
	left: 0;
    top: 35%;
    right: 0;
	bottom: 0;
    margin: auto;
    padding: 10px;
    position: absolute;
    text-align: left;
    padding: 10px 85px;
}
/* slider banner css */
        .bs-slider {
            overflow: hidden;
/*             max-height: 700px; */
            position: relative;
            background: #000000;
        }

        .bs-slider:hover {
            cursor: -moz-grab;
            cursor: -webkit-grab;
        }
        .bs-slider .bs-slider-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.40);
        }

        .bs-slider>.carousel-inner>.item>img,
        .bs-slider>.carousel-inner>.item>a>img {
            margin: auto;
            width: 100% !important;
        }

        /********************
        *****Slide effect
        **********************/

       
        /*---------- LEFT/RIGHT ROUND CONTROL ----------*/
        .control-round .carousel-control {
            top: 47%;
            opacity: 0;
            width: 45px;
            height: 45px;
            z-index: 100;
            color: #ffffff;
            display: block;
            font-size: 24px;
            cursor: pointer;
            overflow: hidden;
            line-height: 43px;
            text-shadow: none;
            position: absolute;
            font-weight: normal;
            background: transparent;
            -webkit-border-radius: 100px;
            border-radius: 100px;
        }

        .control-round:hover .carousel-control {
            opacity: 1;
        }

        .control-round .carousel-control.left {
            left: 7%;
        }

        .control-round .carousel-control.right {
            right: 7%;
        }

        .control-round .carousel-control.left:hover,
        .control-round .carousel-control.right:hover {
            color: #fdfdfd;
            background: rgba(0, 0, 0, 0.5);
            border: 0px transparent;
        }

        .control-round .carousel-control.left>span:nth-child(1) {
			position: relative;
            left: 45%;
        }

        .control-round .carousel-control.right>span:nth-child(1) {
			position: relative;
            right: -45%;
        }
        /*---------- INDICATORS CONTROL ----------*/
        .indicators-line>.carousel-indicators {
            right: 45%;
            bottom: 3%;
            left: auto;
            width: 90%;
            height: 20px;
            font-size: 0;
            overflow-x: auto;
            text-align: right;
            overflow-y: hidden;
            padding-left: 10px;
            padding-right: 10px;
            padding-top: 1px;
            white-space: nowrap;
        }

        .indicators-line>.carousel-indicators li {
            padding: 0;
            width: 15px;
            height: 15px;
            border: 1px solid rgb(158, 158, 158);
            text-indent: 0;
            overflow: hidden;
            text-align: left;
            position: relative;
            letter-spacing: 1px;
            background: rgb(158, 158, 158);
            -webkit-font-smoothing: antialiased;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            margin-right: 5px;
            -webkit-transition: all 0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
            transition: all 0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
            z-index: 10;
            cursor: pointer;
        }

        .indicators-line>.carousel-indicators li:last-child {
            margin-right: 0;
        }

        .indicators-line>.carousel-indicators .active {
            margin: 1px 5px 1px 1px;
            box-shadow: 0 0 0 2px #fff;
            background-color: transparent;
            position: relative;
            -webkit-transition: box-shadow 0.3s ease;
            -moz-transition: box-shadow 0.3s ease;
            -o-transition: box-shadow 0.3s ease;
            transition: box-shadow 0.3s ease;
            -webkit-transition: background-color 0.3s ease;
            -moz-transition: background-color 0.3s ease;
            -o-transition: background-color 0.3s ease;
            transition: background-color 0.3s ease;

        }

        .indicators-line>.carousel-indicators .active:before {
            transform: scale(0.5);
            background-color: #fff;
            content: "";
            position: absolute;
            left: -1px;
            top: -1px;
            width: 15px;
            height: 15px;
            border-radius: 50%;
            -webkit-transition: background-color 0.3s ease;
            -moz-transition: background-color 0.3s ease;
            -o-transition: background-color 0.3s ease;
            transition: background-color 0.3s ease;
        }
        /*---------- SLIDE CAPTION ----------*/
        .slide_style_left {
            text-align: left !important;
        }

        .slide_style_right {
            text-align: right !important;
        }

        .slide_style_center {
            text-align: center !important;
        }

@media(min-width: 1200px){
        .slide-text.first-slider-top {
            left: 0;
            top: 7%;
            right: 0;
            margin: auto;
            padding: 10px;
            position: absolute;
            text-align: left;
            padding: 10px 85px;

        }
}
.slide-text.first-slider-top {
            left: 0;
            top: 0;
            right: 0;
            margin: auto;
            padding: 10px;
            position: absolute;
            text-align: left;
            padding: 10px 85px;

        }
.slide-text.first-slider-top h1{
	height: 64px;
}
.slide-text {
            left: 0;
            top: 25%;
            right: 0;
            margin: auto;
            padding: 10px;
            position: absolute;
            text-align: left;
            padding: 10px 85px;

        }

        .slide-text>h1 {
            padding: 0;
            color: #ffffff;
            font-size: 40px;
			font-weight: 700;
            font-style: normal;
            line-height: 64px;
			height: 64px;
/*             margin-bottom: 30px; */
            letter-spacing: 1px;
            -webkit-animation-delay: 0.7s;
            animation-delay: 0.7s;
            text-transform: capitalize;
        }

        .slide-text>p {
            padding: 0;
            color: #ffffff;
            font-size: 20px;
            line-height: 24px;
            font-weight: 400;
            margin-bottom: 40px;
            letter-spacing: 1px;
            -webkit-animation-delay: 1.1s;
            animation-delay: 1.1s;
        }

        .slide-text>a.btn-default {
            color: #000;
            font-weight: 500;
            font-size: 15px;
            line-height: 15px;
            margin-right: 10px;
            text-align: center;
            padding: 14px 30px;
            white-space: nowrap;
            letter-spacing: 1px;
            display: inline-block;
			border-radius: 10px;
            border: none;
			background: #fff;
            text-transform: uppercase;
            -webkit-animation-delay: 2s;
            animation-delay: 2s;
            -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
            transition: background 0.3s ease-in-out, color 0.3s ease-in-out;

        }
.slide-text>a.btn-default:hover{
	background: #FF6F00;
}

        .slide-text>a.btn-primary {
            color: #ffffff;
            cursor: pointer;
            font-weight: 500;
            font-size: 15px;
            line-height: 15px;
            margin-left: 10px;
            text-align: center;
            padding: 14px 30px;
            white-space: nowrap;
            letter-spacing: 1px;
			border-radius: 10px;
/*             background: #00bfff; */
			background: #FF6F00;;
            display: inline-block;
            text-decoration: none;
            text-transform: uppercase;
            border: none;
            -webkit-animation-delay: 2s;
            animation-delay: 2s;
            -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
            transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
        }
.slide-text>a.btn-primary:hover{
	background: #fff;
	color: #000;
}
        .slide-text>a:hover,
        .slide-text>a:active {
            color: #ffffff;
            background: #222222;
            -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
            transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
        }
        /*------------------------------------------------------*/
        /* RESPONSIVE
        /*------------------------------------------------------*/
 @media (max-width: 1499px) {
			.bs-slider>.carousel-inner>.item>img, .bs-slider>.carousel-inner>.item>a>img{
				height: 600px;
				object-fit: cover;
			}
}
           @media (max-width: 1200px) {
			.bs-slider>.carousel-inner>.item>img, .bs-slider>.carousel-inner>.item>a>img{
				height: 485px;
				
			}
          }
        @media (max-width: 991px) {
			.bs-slider>.carousel-inner>.item>img, .bs-slider>.carousel-inner>.item>a>img{
				height: 485px;
			}
/* 			.slide-text.first-slider-top h1{
				height: 40px;
			} */
			
            .slide-text h1 {
                line-height: 50px;
                margin-bottom: 20px;
				height: 40px;
            }

            .slide-text>p {

                font-size: 18px;
            }
        }
        /*---------- MEDIA 480px ----------*/
        @media (max-width: 768px) {
			.wrap-banner-header{
				margin-top: 0px;
			}
            .slide-text {
                padding: 10px 50px;
            } 

            .slide-text h1 {
                font-size: 30px;
                line-height: 40px;
                margin-bottom: 10px;
            }

            .slide-text>p {
                font-size: 14px;
                line-height: 20px;
                margin-bottom: 20px;
            }

            .control-round .carousel-control {
                display: none;
            }
			.bs-slider>.carousel-inner>.item>img, .bs-slider>.carousel-inner>.item>a>img{
				height: 440px;
			}

        }
		@media (max-width: 576px) {
			.slide-text.first-slider-top{
				padding: 20px 28px;
			}
			.runner-coder{
				padding: 20px 28px;
			}
			
		}

        @media (max-width: 480px) {
            .slide-text {
                padding: 10px 30px;
            }

            .slide-text h1 {
                font-size: 20px;
                line-height: 25px;
                margin-bottom: 5px;
				height: 120px;
            }

            .slide-text>p {
                font-size: 12px;
                line-height: 18px;
                margin-bottom: 10px;
            }

            .slide-text>a.btn-default,
            .slide-text>a.btn-primary {
                font-size: 10px;
                line-height: 10px;
                margin-right: 10px;
                text-align: center;
                padding: 10px 15px;
            }

            .indicators-line>.carousel-indicators {
                display: none;
            }

        }


/* banner bottom css */
.label-text {
    justify-content: center;
    display: flex;
    -webkit-justify-content: center;
    display: -webkit-flex;
    margin-top: -50px;
    position: relative;
	z-index: 9;
}
.label-text a img {
    max-width: 70%!important;
    object-fit: cover;
    margin: 0 auto;
}
.label-text a img {
    display: block;
    background: #fff;
    margin-right: 10px;
    border-radius: 10px;
    padding: 15px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
@media (max-width: 576px){
.label-text a img {
    max-width: 100%!important;
    object-fit: cover;
    margin: auto;
}
}
.card1_view {
    height: 100%;
}
.card1_view {
    background: #FFFFFF;
/*     border: 0.2px solid #00A2E2; */
    border-radius: 20px;
    padding: 20px;
    transition: 0.4s;
}
.card1_view h2{
	margin-bottom: 0px;
	font-weight: 700;
    font-size: 35px;
}
.card1_view h2 span{
	margin-bottom: 0px;
	font-weight: 700;
    font-size: 35px;
}
.card1_view {
    background: #FFFFFF;
   box-shadow: 4px 4px 30px 10px rgb(216 183 130 / 25%);
    border-radius: 20px;
    border: none;
    transition: 0.4s;
    border: 0.2px solid #FFF;
}
.card1_view h6{
	margin-top: 10px;
	margin-bottom: 0px;
}
.user-view i {
    font-size: 30px;
	color: #ff6f00;
}
.font_icon i {
    color: #00A2E2;
}

/* about us change css */
/* New css */
#aboutcontent .brand-heading h2{
	font-weight: 700;
    font-size: 35px;
    line-height: 54px;
    padding-top: 0px;
	padding-bottom: 20px;
    text-align: center;
    color: #2E2E2E;
	margin-bottom: 0px;
}
.mission-vision-left .brand_position:last-child .quote-txt{
	margin-bottom: 0px;
}
.mission-vision-right .brand_position:last-child .quote-txt{
	margin-bottom: 0px;
}
.profile__job {
	position: relative;
}
.profile{
	width: 163px;
}
.emp_profile{
	position: relative;
	padding: 20px 8px;
    background: linear-gradient(to bottom, rgb(255 111 0), rgba(0, 0, 0, 0));
    border-radius: 5px;
}
.emp_profile:before{
	content: '';
	position: absolute;
	top: 0;
    right: 52px;
    width: 50px;
    height: 50px;
	background: linear-gradient(to bottom, rgb(255 111 0), rgba(0, 0, 0, 0));
	transform: translateY(-50%) rotate(45deg);
}
.emp_profile_top{
	position: relative;
	padding: 20px 8px;
    background: linear-gradient(to top, rgb(255 111 0), rgba(0, 0, 0, 0));
    border-radius: 5px;
}
.emp_profile_top:before{
	content: '';
	position: absolute;
	bottom:-50px;
    right: 52px;
    width: 50px;
    height: 50px;
	background: linear-gradient(to top, rgb(255 111 0), rgba(0, 0, 0, 0));
	transform: translateY(-50%) rotate(45deg);
}
.emp_profile h5, .emp_profile_top h5{
	color: #fff;
}
.emp_profile p, .emp_profile_top p{
	margin: 0px;
	color: #fff!important;
	font-size: 13px!important;
}
.hover-area{
	background: transparent;
    height: 100px;
}
.profile1{
	opacity: 0;
	position: absolute;
   position: absolute;
    bottom: 9%;
    left: 3%;
}
.profile2{
	opacity: 0;
	position: absolute;
    bottom: 16%;
    left: 20%;
}
.profile3{
	opacity: 0;
	position: absolute;
   top: 54%;
    left: 39%;
}
.profile4{
	opacity: 0;
	position: absolute;
   bottom: 17%;
    right: 30%;
}
.profile5{
	opacity: 0;
	position: absolute;
   bottom: 14%;
    right: 15%;
}
.profile6{
	opacity: 0;
	position: absolute;
    bottom: 16%;
    right: 2%;
}
.profile7{
	opacity: 0;
	position: absolute;
    top: 23%;
    right: 5%;
}
.profile8{
	opacity: 0;
	position: absolute;
    top: 20%;
    right: 17%;
}
.profile9{
	opacity: 0;
	position: absolute;
    top: 20%;
    right: 29%;
}
.profile10{
	opacity: 0;
	position: absolute;
    top: 20%;
    right: 39%;
}
.profile11{
	opacity: 0;
	position: absolute;
    top: 21%;
    right: 49%;
}
.profile12{
	opacity: 0;
	position: absolute;
    top: 21%;
    left: 27%;
}
.profile13{
	opacity: 0;
	position: absolute;
    top: 21%;
    left: 20%;
}
.profile14{
	opacity: 0;
	position: absolute;
    top: 24%;
    left: 10%;
}
.profile15{
	opacity: 0;
	position: absolute;
    top: 22%;
    left: 1%;
}
.profile1:hover{
	opacity: 1;
}
.profile2:hover{
	opacity: 1;
}
.profile3:hover{
	opacity: 1;
}
.profile4:hover{
	opacity: 1;
}
.profile5:hover{
	opacity: 1;
}
.profile6:hover{
	opacity: 1;
}
.profile7:hover{
	opacity: 1;
}
.profile8:hover{
	opacity: 1;
}
.profile9:hover{
	opacity: 1;
}
.profile10:hover{
	opacity: 1;
}
.profile11:hover{
	opacity: 1;
}
.profile12:hover{
	opacity: 1;
}
.profile13:hover{
	opacity: 1;
}
.profile14:hover{
	opacity: 1;
}
.profile15:hover{
	opacity: 1;
}
@media(max-width: 1499px) and (min-width: 1200px){
	.profile1{
		bottom: 5%;
	}
	.profile2{
		bottom: 13%;
	}
	.profile4{
		bottom: 14%;
	}
	.profile5{
		bottom: 10%;
	}
	.profile6{
		bottom: 13%;
	}
	.profile13 {
    top: 17%;
    }
	.profile12 {
    top: 17%;
    }
	.profile11 {
    top: 17%;
    }
	.profile10{
		top: 10%;
	}
	.profile9{
		top: 17%;
		right: 28%;
	}
	.profile8{
		top: 17%;
	}
}
@media(max-width: 1199px){
	.profile{
		display: none;
	}
}
.position-img img{
	height: 287px;
	width: 100%;
    object-fit: cover;
}
.brand_position ul{
	padding: 0px;
}
.brand_position ul li{
	display: flex;
	padding-bottom: 25px;
}
.brand_position ul li b{
	font-size: 30px;
    color: #ff6f00;
}
.brand_color{
	background-color: #ff6f00;
	padding: 30px
}
.brand_color .brand_position h5{
  color: #fff;
}
.brand_color .brand_position h3{
  color: #fff;
}
.row.brand_color2 {
/*     padding-bottom: 30px; */
    padding-top: 30px;
}
.row.brand_color2 i{
	font-size: 22px;
    line-height: 25px;
    font-weight: 600;
    font-variant: small-caps;
}
.row.brand_color2 h5{
	margin-bottom: 15px;
}
#mission-vision .brand-heading h2 {
    font-weight: 700;
    font-size: 35px;
    line-height: 54px;
    padding-bottom: 20px;
    text-align: center;
    color: #2E2E2E;
}
.brand_position h5 {
    font-size: 18px;
}
.brand_position ul li {
    list-style: none;
    line-height: 25px;
    font-size: 15px;
    color: #686868;
}
@media(min-width: 1200px){
	.aboutcontent-images img{
		min-height: 360px;
        max-height: 360px;
		object-fit: cover;
	}
}
.form-full-data{
  display: none;
}
.recaptcha-checked iframe {
    border: unset !important;
}
#mobile{
  padding-left: 85px!important;
}
.blog-single-content .blog-card-listing h3 {
  text-align: center;
  border-bottom: 1px solid #cbcbcb;
}
.blog-single-content .blog-card-listing:hover h3 {
  border-color: var(--primary);
}
.blog-single-content .image-wrapper {
  text-align: center;
}

.grant-banner,.grant-info{
  display: none;
}
#blog-content h2 strong,#blog-content h3 strong {font-weight: 600;}
.tabledesign td {border: 1px solid #cbcbcb !important;!i;!;}.tabledesign h4 {text-align: center; border-bottom: 1px solid #cbcbcb;padding-bottom: 5px;}.table-responsive.tabledesign {margin-top: 20px; margin-bottom: 20px;}.tabledesign p {text-align: left !important;}
/* Faq page css start */
.contact-source{
  background: #FFFFFF;
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.25);
  /* height: 266px; */
  height: 100%;
}
.contact-source img{
	transition: 0.4s;
}
.contact-source:hover img{
	transform: translate(0px , -15px);
}
.contact-source a{
  color: #0183CB;
  font-size: 20px;
}
.contact-source a:hover{
  text-decoration: underline;
}
.accordion-item h2 button{
  font-size: 20px;
  font-weight: 600;
  color: #40464E;
}
.accordion-body p{
  color: #40464E;
}
.accordion-body{
  padding-top: 10px;
  padding-bottom: 10px;
}
.accordion-button:focus{
  box-shadow: none;
}
.accordion-button:not(.collapsed){
  background-color: #FFFFFF;
	color: #40464E;
}
.accordion-item{
  border: 1px solid rgba(0,0,0,.125);
  border-left: none;
  border-right: none;
}
/* Approach page css end */
#mega-menu-wrap-Top_menu #mega-menu-Top_menu p{
  text-wrap:auto;
}
#mega-menu-item-custom_html-113 a,#mega-menu-item-custom_html-113 a, #mega-menu-item-custom_html-115 a, #mega-menu-item-custom_html-114 a{
  padding: 0px;
  white-space: normal;
  font-size: 14px;
  color: #666;
}