@import url("https://fonts.googleapis.com/css?family=Rubik:400,500,700&display=swap");
/* Defaults
-------------------------------------------------------------- */
html {
  font-size: 16px;
}

body {
  color: #595859;
  font-size: 1rem;
  direction: ltr;
  line-height: 1rem;
  font-weight: 400;
  font-family: "Rubik", sans-serif;
  position: relative;
}

h1, h2, h3, h4, h5, h6 {
  position: relative;
  display: block;
  font-family: "Rubik", sans-serif;
  font-weight: 300;
  line-height: 1.5em;
}

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.5rem;
}

h3 {
  font-size: 1.25rem;
}

h4 {
  font-size: 1rem;
}

#acwp-toolbar-btn {
  background-color: #41B9D6 !important;
  top: 10px !important;
  right: 0;
  left: unset !important;
  width: 35px;
  height: 35px;
  z-index: 999999;
  border-width: 3px;
}

#acwp-toolbar-btn svg {
  width: 23px;
  height: 23px;
}

#acwp-toolbar-btn:hover, #acwp-toolbar-btn:focus {
  border: 3px solid #ED8521 !important;
}

.acwp-toolbar {
  z-index: 99999;
  right: 20px;
  left: unset !important;
}

#acp-toggle-toolbar {
  background-color: #41B9D6 !important;
  top: 10px !important;
  right: 0;
  width: 35px;
  height: 35px;
  z-index: 999999;
}

#acp-toggle-toolbar img {
  width: 23px;
  height: 23px;
  width: 23px;
  height: 23px;
}

#acp-toggle-toolbar:hover, #acp-toggle-toolbar:focus {
  border: 3px solid #ED8521 !important;
}

div, p, span, a, input, input[type=submit], select, textarea {
  font-family: "Rubik", sans-serif;
  border-radius: 0;
}

textarea {
  max-width: 100%;
  border: none;
  border-bottom: 1px solid #41B9D6;
  color: #41B9D6;
  padding: 0 10px 5px 0;
  font-size: 1rem;
  font-weight: 500;
  -webkit-appearance: none;
  margin-top: 10px;
}

input[type=checkbox] {
  padding: 0;
  box-shadow: none;
  border: none;
  width: auto;
  font-weight: 400;
  -webkit-appearance: unset;
}

strong, b {
  font-weight: bold;
}

i, em {
  font-style: italic;
}

ul li, ol li {
  text-align: left;
}

a, input[type=submit], button, .transition {
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}

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

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

.footer a:hover,
.footer a:focus {
  color: #ED8521 !important;
  text-decoration: none !important;
}

img {
  max-width: 100%;
  height: auto;
}

img.grayscale {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
}

img.grayscale:hover {
  filter: none;
  -webkit-filter: grayscale(0%);
}

.round {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.content ol,
.content ul {
  margin-left: 10px;
  padding-left: 10px;
  font-size: 1rem;
  line-height: 1.4em;
  margin-bottom: 8px;
}

.content ul {
  list-style: disc;
}

.content ol {
  list-style: decimal;
}

.content p {
  font-size: 1rem;
  line-height: 1.2em;
  margin-bottom: 0.6rem;
}

.content h2 {
  font-size: 1.8rem;
  line-height: 1.2;
  color: #B9B9B9;
  font-weight: 500;
  padding: 30px 0 15px 0;
}

.content h3 {
  color: #ED8521;
  font-weight: 500;
}

.content h4 {
  color: #242424;
  font-weight: 500;
  font-size: 1.1rem;
}

/****************************************************************
    LAYOUT  LAYOUT  LAYOUT  LAYOUT  LAYOUT  LAYOUT  LAYOUT  LAYOUT
****************************************************************/
.off-canvas-wrapper {
  position: relative;
  overflow: hidden;
}

.container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: block;
}

.flex_container {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 10px 50px 0 50px;
  box-shadow: 0 2px 0px 0 rgba(0, 0, 0, 0), 0 10px 10px 0 rgba(0, 0, 0, 0.1);
  z-index: 1;
}

/** Main Menu */
header ul#main-menu {
  position: relative;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-direction: row;
}

header ul#main-menu > li > a {
  position: relative;
  display: block;
  font-size: 1rem;
  color: #595859;
  line-height: 1.667rem;
  margin: 10px 10px 0 10px;
  padding-bottom: 10px;
}

.bottom-line-menu.active-current::after, .single-news .menu-item.news-archive a::after, .single-industries .menu-item.industry-archive a::after {
  max-width: 100%;
}

header ul#main-menu > li > a:focus,
header ul#main-menu > li > a:active,
header ul#main-menu > li > a:visited,
header ul#main-menu > li > a:focus-within,
header ul#main-menu > li > a:hover {
  text-decoration: none;
  color: #595859;
}

header ul#main-menu > li {
  position: relative;
  float: left;
  padding: 0 10px;
  list-style: none;
}

header ul#main-menu > li:last-child {
  padding: 0 0 0 10px;
}

header ul#main-menu > li:after {
  content: "";
  background: #ED8521;
  position: absolute;
  bottom: 25%;
  right: 0;
  height: 50%;
  width: 1px;
}

header ul#main-menu > li:last-child:after {
  position: static;
}

header ul#main-menu li:last-child a:after {
  content: "";
}

/** Sub Menu  ***/
header ul#main-menu ul.sub-menu {
  position: absolute;
  z-index: 10;
  left: -15px;
  top: 100%;
  width: 250px;
  display: none;
}

header ul#main-menu > li.menu-item-has-children:hover > ul.sub-menu {
  display: block;
}

header ul#main-menu ul.sub-menu li {
  position: relative;
  display: block;
  background: #fff;
}

header ul#main-menu ul.sub-menu li a {
  position: relative;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  padding: 10px;
  color: #242424;
  border-right: 2px solid #ED8521;
  border-left: 2px solid #ED8521;
  border-bottom: 1px solid #A1A1A1;
  margin-right: 0px;
  margin-left: 0px;
}

body ul#mobile-menu ul.sub-menu {
  display: none;
}

.showMenu {
  display: block !important;
}

ul.sub-menu li a.bottom-line-menu::after {
  max-width: 0 !important;
}

ul.sub-menu li a.bottom-line-menu.active-current::after {
  max-width: 0;
}

ul.sub-menu li:hover a.bottom-line-menu.active-current::after {
  max-width: 100% !important;
}

ul.sub-menu li:hover a.bottom-line-menu::after {
  max-width: 100% !important;
}

header ul#main-menu .bottom-line-menu.active-current::after ul.sub-menu li a.bottom-line-menu.active-current::after {
  max-width: 0 !important;
}

header ul#main-menu ul.sub-menu li a:hover,
header ul#main-menu ul.sub-menu li a:focus {
  text-decoration: none;
  color: #595859;
}

header ul#main-menu ul.sub-menu li:hover > a {
  color: #595859;
}

.noPadding {
  padding: 0;
}

.logo {
  padding-bottom: 10px;
}

/************/
.acf-map {
  width: 100%;
  height: 400px;
  border: #ccc solid 1px;
  margin: 20px 0;
}

/* fixes potential theme css conflict */
.acf-map img {
  max-width: inherit !important;
}

/************/
/******* footer area *********/
footer {
  background: #242424;
  color: #ffffff;
}

footer.footer a {
  color: #ffffff;
  font-weight: 500;
  font-size: 1.15rem;
  line-height: 1.3rem;
}

footer a:hover {
  color: #ED8521;
  text-decoration: none;
}

.footer_menu ul {
  display: flex;
  justify-content: space-around;
}

footer .container .footer_info.container {
  padding: 0 35px;
}

footer .container {
  max-width: 100%;
  padding: 30px 35px;
}

footer ul li ul.sub-menu {
  display: block;
}

footer ul li ul.sub-menu li {
  max-width: 155px;
  padding-top: 10px;
}

footer ul li ul.sub-menu li.footer_link {
  padding-top: 20px;
}

footer ul li ul.sub-menu li.footer_link a {
  color: #ffffff;
  font-weight: 500;
  font-size: 1.15rem;
  line-height: 1.3rem;
}

footer ul li ul.sub-menu li a {
  font-weight: 400;
  font-size: 0.8rem;
  line-height: 1rem;
}

.footer_menu {
  width: 95%;
}

.footer_contact {
  width: 15%;
}

.footer_info {
  display: flex;
}

.footer_contact p {
  color: #ED8521;
  line-height: 19px;
}

.footer_contact p:first-child {
  margin-bottom: 10px;
}

.footer_contact a {
  color: #ED8521;
  font-weight: 400;
  font-size: 16px;
}

.current_page_parent .bottom-line-menu::after {
  position: absolute;
  content: "";
  width: 100%;
  max-width: 0;
  height: 9px;
  background-color: #41B9D6;
  left: 0;
  transition-delay: 0.1s;
  transition-duration: 0.6s;
  bottom: 0;
  max-width: 100%;
}

/*** Home page ***/
.home_slider {
  width: 100%;
  height: 100%;
}

.slider_image {
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.show {
  display: block !important;
}

.hide {
  display: none !important;
}

.dark_overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
}

.blue_overlay {
  width: 100%;
  height: calc(100vh - 300px);
  background: rgb(65, 208, 214);
  background: linear-gradient(180deg, rgb(65, 208, 214) 0%, rgba(0, 0, 0, 0) 100%);
  position: relative;
}

.intro_content .circle_text {
  font-size: 2.5rem;
  vertical-align: bottom;
  color: #ffffff;
  padding: 0 5px;
}

.intro_content {
  text-align: center;
  margin: 0 auto;
  padding-top: 80px;
}

.intro_content h1 {
  color: #ffffff;
  font-size: 4rem;
  font-weight: 500;
  line-height: 4.2rem;
  padding-bottom: 15px;
}

.intro_content p {
  color: #ffffff;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 500;
  max-width: 800px;
  margin: 0 auto;
  font-weight: 400;
}

.sector_area {
  padding-top: 80px;
}

#area_sec div.col-md-4 {
  background-color: rgba(255, 255, 255, 0.85);
  padding: 0;
  margin: 0 1%;
  transition: background-color 0.5s ease;
}

#area_sec .col-md-4 {
  flex: 0 0 33.1%;
  max-width: 31%;
  box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.1), 0 2px 5px 0 rgba(0, 0, 0, 0.1);
}

.sector_area section {
  width: 100%;
  height: 100%;
  text-align: center;
  position: relative;
  overflow-y: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sector_area section h2 {
  font-size: 2.375rem;
  font-weight: 500;
  line-height: 2.5rem;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  max-width: 350px;
}

#area_sec div.sec_box_one:nth-child(1) {
  color: #A3CF3B;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#area_sec div.sec_box_one:nth-child(2) {
  color: #41B9D6;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#area_sec div.sec_box_one:nth-child(3) {
  color: #ED8521;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#area_sec div.sec_box_one {
  max-height: 211px;
  transition: max-height 0.15s ease-out;
}

.sector-links {
  padding-top: 20px;
  padding-bottom: 20px;
}

#area_sec div.sec_box_one .sec_section .sector-links a:hover {
  opacity: 0.6;
}

.sector_area section .sector-links {
  font-size: 1rem;
  line-height: 1.5rem;
  opacity: 0;
}

#area_sec div.sec_box_one:hover .sector-links {
  -webkit-transition: opacity 0.8s ease-in;
  -moz-transition: opacity 0.8s ease-in;
  -o-transition: opacity 0.8s ease-in;
  opacity: 1;
}

.sector_area section .sector-links a {
  font-size: 1.25rem;
  line-height: 2.3rem;
  padding: 10px;
  color: #ffffff;
  text-decoration: none;
}

#area_sec div.sec_box_one:nth-child(1):hover {
  color: #ffffff;
  background-color: rgba(163, 207, 59, 0.85);
  cursor: pointer;
  max-height: 100%;
  transition: max-height 0.35s ease-in;
}

#area_sec div.sec_box_one:nth-child(2):hover {
  color: #ffffff;
  background-color: rgba(65, 185, 214, 0.85);
  cursor: pointer;
  max-height: 100%;
  transition: max-height 0.35s ease-in;
}

#area_sec div.sec_box_one:nth-child(3):hover {
  color: #ffffff;
  background-color: rgba(237, 133, 33, 0.85);
  cursor: pointer;
  max-height: 100%;
  transition: max-height 0.35s ease-in;
}

#area_sec div.sec_box_one:nth-child(3):hover #area_sec div.sec_box_one:nth-child(3):after {
  opacity: 0;
}

#area_sec div.sec_box_one:hover h2 {
  position: relative;
  -webkit-transform: none;
  padding: 25px 0 45px 0;
  top: 0;
  width: 100%;
}

#area_sec div.sec_box_one:hover .sector-links {
  padding-left: 3%;
  padding-right: 3%;
  border-bottom: 1px solid #ffffff;
  width: 100%;
}

#area_sec div.sec_box_one:hover .sector-links:last-child {
  border-bottom: none;
}

#area_sec div.sec_box_one .sector-links:last-child {
  border-bottom: none;
}

#area_sec div.sec_box_one .sector-links {
  border-bottom: none;
}

#area_sec div.sec_box_one:nth-child(1)::after {
  content: "";
  position: absolute;
  bottom: 0;
  border: 5px #A3CF3B solid;
  width: 147px;
  margin: 0 auto;
  display: block;
  left: 0;
  right: 0;
  right: 0;
}

#area_sec div.sec_box_one:nth-child(2)::after {
  content: "";
  position: absolute;
  bottom: 0;
  border: 5px #41B9D6 solid;
  width: 147px;
  margin: 0 auto;
  display: block;
  left: 0;
  right: 0;
}

#area_sec div.sec_box_one:nth-child(3)::after {
  content: "";
  position: absolute;
  bottom: 0;
  border: 5px #ED8521 solid;
  width: 147px;
  margin: 0 auto;
  display: block;
  left: 0;
  right: 0;
  opacity: 1;
}

#area_sec div.sec_box_one:hover section h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  border: 4px #ffffff solid;
  width: 147px;
  margin: 0 auto;
  display: block;
  left: 0;
  right: 0;
  z-index: 9999;
}

.mob_sec_area {
  display: none;
}

.mob_sec_area_about {
  display: none !important;
}

/**** Home Page - About section ****/
.about_sec {
  display: flex;
  padding: 80px 0;
}

.about_text {
  max-width: 595px;
}

.headingandtxt h3 {
  font-size: 2.375rem;
  line-height: 2.5rem;
  color: #242424;
  padding: 0 0 35px 0;
  font-weight: 500;
}

.about_text p {
  color: #242424;
  max-width: 470px;
}

.headingandtxt p {
  font-size: 1.25rem;
  line-height: 1.5rem;
  color: #242424;
  margin: 20px 0 10px 0;
}

.headingandtxt a {
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 500;
  text-decoration: none;
}

.about_text a {
  color: #ED8521;
  webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}

.about_text a:hover {
  color: #A3CF3B;
}

.about_wrapper {
  width: 100%;
  background-image: url(../Images/grey_bg_dots1.svg);
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
  margin: 50px 0;
}

.icons_graph {
  position: absolute;
  z-index: 0;
  right: -50px;
}

.icons_graph_wrapper {
  position: relative;
}

.about_image {
  position: relative;
}

.about_image img {
  position: relative;
}

.graph_3 {
  position: absolute;
  right: 0;
  top: -20px;
  right: -50px;
}

.graph_2 {
  position: absolute;
  bottom: 0;
  right: 0;
}

/**** Home Page - Solution Layers ****/
.solution_blue_bg_strip {
  width: 100%;
  background: linear-gradient(240deg, #8fd6e7 0%, rgba(193, 202, 204, 0.4066001401) 70%);
  -webkit-transform: skewY(-10deg);
  transform: skewY(-10deg);
  -webkit-transform-origin: 100%;
  transform-origin: 100%;
  box-sizing: border-box;
  max-height: 300px;
  height: 100%;
  position: absolute;
}

.solutions_layers_heading {
  width: 340px;
}

.solutions_sec {
  width: 860px;
}

.solution_sec {
  max-width: 775px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  margin: 20px 0;
  box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.1), 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  padding: 20px 20px 20px 40px;
  border-left: 10px solid #ED8521;
  min-height: 247px;
}
.solution_sec:hover {
  text-decoration: none;
}

.showon2 {
  padding-bottom: 0;
}

.showon1 {
  padding-bottom: 0;
}

.solution_sec:first-child {
  margin: 0 0 20px 0;
}

.solution_sec img {
  max-width: 100%;
  height: auto;
  margin: 0;
}

.solutions_area h3 {
  font-size: 2.375rem;
  line-height: 2.6rem;
  color: #242424;
}

.solutions_area h2, .recent_projects_area h2, .costumers_area h2, .news_events_area h2, .more_industry_solutions h2, .modules_wrapper h2, .about_info_wrapper h2 {
  font-size: 3.8rem;
  line-height: 3.8rem;
  color: #B9B9B9;
  font-weight: 500;
  padding: 0 0 40px 0;
}

.about_info_wrapper {
  width: 100%;
  background-image: url(../Images/head_dots.svg);
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
}

.solution_info {
  margin-left: 40px;
  width: 515px;
  cursor: pointer;
}

.toggleview1, .toggleview2, .toggleview3 {
  overflow: hidden;
  height: 0px;
  -webkit-transition: height 0.3s linear, padding-top 0.3s linear;
  /*display:none;*/
}

.toggled {
  height: 120px; /*display:block;*/
}

.solution_text {
  font-size: 1.15rem;
  line-height: 1.45rem;
  margin-bottom: 10px;
}

.solution_link a, .recent_projects_link a, .news_events_link a {
  font-size: 1.15rem;
  line-height: 1.15rem;
  font-weight: 500;
  color: #41B9D6;
  webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.solution_link .read-more {
  font-size: 1.15rem;
  line-height: 1.15rem;
  font-weight: 500;
  color: #41B9D6;
  webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.solution_link a:hover, .recent_projects_link a:hover, .news_events_link a:hover {
  text-decoration: none;
  color: #A3CF3B;
}

.solution_link:hover .read-more {
  color: #A3CF3B;
}

/*** Recent Projects Home Page ***/
.recent_projects_wrapper {
  width: 100%;
  background-image: url(../Images/grey_bg_dots2.svg);
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
}

.recent_projects_content_container {
  display: flex;
  align-items: center;
}

.recent_projects_content_container h3 {
  font-size: 2.45rem;
  color: #242424;
  font-weight: 500;
  line-height: 2.8125rem;
  padding-bottom: 20px;
}

.recent_projects_link {
  padding-top: 20px;
  padding-bottom: 20px;
}

.recent_projects_text p {
  font-size: 1.25rem;
  line-height: 1.5rem;
  padding: 5px 0;
}

.recent_projects_text p a {
  font-size: 1.25rem;
  line-height: 1.5rem;
  text-decoration: none;
  color: #41B9D6;
}

.recent_projects_text p a:hover {
  color: #A3CF3B;
}

/*.recent_projects_text{
    padding: 0 5% 0 0;
}*/
/****** Modules Home Page ******/
.modules_wrapper {
  margin: 50px auto;
}
.modules_wrapper .igreen_row {
  display: flex;
  align-items: center;
}
.modules_wrapper .grey_bg {
  background-color: #e0e0e0;
  padding: 30px;
  box-sizing: border-box;
  z-index: 1;
  position: relative;
}
.modules_wrapper .tablet_image {
  position: relative;
}
.modules_wrapper .module_intro p {
  font-size: 1.25rem;
  line-height: 1.65rem;
  color: #242424;
  margin: 40px 0 60px 0;
}
.modules_wrapper .module_intro a {
  font-size: 1.25rem;
  line-height: 1.5rem;
  color: #41B9D6;
  font-weight: 500;
  webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.modules_wrapper .module_intro a:hover {
  text-decoration: none;
  color: #A3CF3B;
}
.modules_wrapper .right_image_home {
  margin-left: 2%;
  text-align: center;
}
.modules_wrapper .right_image_home img {
  max-height: 250px;
  height: auto;
}
/**** Module Box Home Page****/
.toggledModule {
  height: auto !important;
}

.module_box_wrapper {
  padding: 0 0 120px 0;
}
.module_box_wrapper .module_box_section {
  text-align: center;
  box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.1), 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  min-height: 238px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-bottom: 12px solid #41B9D6;
  webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-top: 50px;
}
.module_box_wrapper .module_box_area .slick-prev {
  display: none !important;
}
.module_box_wrapper .module_box_area .slick-next {
  right: 0;
  top: 100%;
}
.module_box_wrapper .module_box_section:hover {
  display: flow-root;
}
.module_box_wrapper .module_box_section:hover p {
  height: auto;
  padding: 10px 20px 0 20px;
}
.module_box_wrapper .module_box_section:hover .module_box_image {
  display: none;
}
.module_box_wrapper .module_box_image {
  margin: 0 auto;
}
.module_box_wrapper .module_box_section:hover h3 {
  color: #ffffff;
  padding: 10px 20px 0 20px;
  text-align: left;
}
.module_box_wrapper .module_box_section h3 {
  margin-top: 10px;
  font-size: 2.0625rem;
  font-weight: 500;
  color: #242424;
  line-height: 2.4375rem;
  padding: 0 10px;
}
.module_box_wrapper .module_box_one {
  padding-right: 25px;
  padding-left: 25px;
}
.module_box_wrapper .module_box_section p {
  text-align: left;
  font-size: 1.25rem;
  color: #ffffff;
  line-height: 1.5rem;
  height: 0;
  overflow-y: hidden;
}
.module_box_wrapper .module_b:hover {
  background-color: #41B9D6;
}
.module_box_wrapper .module_box_link {
  border-top: 1px solid #707070;
  padding-top: 20px;
  margin-top: 25px;
  margin-bottom: 25px;
}
.module_box_wrapper .module_box_link a {
  font-size: 1.25rem;
  line-height: 1.5rem;
  color: #41B9D6;
  font-weight: 500;
  webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.module_box_wrapper .module_box_link a:hover {
  text-decoration: none;
  color: #A3CF3B;
}

/*** News and Events Home Page ***/
.recent_news_wrapper {
  width: 100%;
  margin-top: 30px;
}

.news_events_content_container h3 {
  font-size: 2.45rem;
  color: #242424;
  font-weight: 500;
  line-height: 2.8125rem;
}

.news_events_text p {
  font-size: 1.25rem;
  line-height: 1.5rem;
  padding: 20px 0;
}

.news_events_text {
  padding: 0 0 0 5%;
}

/*** Form Contact Us Home Page ***/
.contact_icon {
  background: url("../Images/form_babble_icon_small.png");
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  cursor: pointer;
}

.contact_us_form form input {
  padding: 10px 10px 5px 0;
  box-shadow: none;
  border: none;
  width: 100%;
  border-bottom: 1px solid #41B9D6;
  color: #41B9D6;
  font-size: 1rem;
  font-weight: 500;
  -webkit-appearance: none;
}

.contact_us_form span.wpcf7-list-item {
  margin: 0;
}
.contact_us_form span.wpcf7-list-item label {
  display: flex;
}
.contact_us_form span.wpcf7-list-item label input[type=checkbox] {
  padding: 0;
  box-shadow: none;
  border: none;
  width: auto;
  font-weight: 400;
  -webkit-appearance: checkbox;
  opacity: 0;
  position: absolute;
}
.contact_us_form span.wpcf7-list-item label .wpcf7-list-item-label {
  padding: 0 0 0 1.3em;
  font-size: 0.8em;
  line-height: 1.2;
  position: relative;
}
.contact_us_form span.wpcf7-list-item label .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 14px;
  height: 14px;
  border-radius: 2px;
  border: 1px solid #B9B9B9;
}
.contact_us_form span.wpcf7-list-item label .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 14px;
  height: 14px;
  border-radius: 2px;
  border: 1px solid #B9B9B9;
}
.contact_us_form span.wpcf7-list-item label input:checked ~ .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 2px;
  width: 10px;
  height: 10px;
  background-color: #B9B9B9;
}

span.wpcf7-not-valid-tip {
  margin-top: 10px;
}

.field.submit {
  margin-top: 30px;
  padding-bottom: 10px;
}

.contact_us_form form label {
  margin: 10px 0 0 0;
}

.contact_us_form form input[type=submit] {
  background-color: #41B9D6;
  color: #ffffff;
  max-width: 103px;
  float: right;
  margin-bottom: 0;
  padding: 10px;
  cursor: pointer;
  font-size: 1.25rem;
  -webkit-appearance: none;
  border-radius: 0;
}

.contact_us_form {
  padding: 30px;
  background-color: #ffffff;
  max-width: 393px;
  right: -100%;
  z-index: 999999999999;
  box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.1), 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 185px;
  webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.contact_us_form.active {
  right: 15px;
}

.contact_us_form label {
  color: #595859;
  font-size: 1.25rem;
  font-weight: 500;
}

.contact_us_form form .contact_form .form_row p {
  margin-top: 5px;
}

.contact_form a {
  text-decoration: none;
  color: #41B9D6;
}

.contact_form a:hover {
  color: #A3CF3B;
}

.clearBoth {
  clear: both;
}

.close_form {
  right: 20px;
  top: 20px;
  position: absolute;
  transform: rotate(45deg);
  font-size: 2.5rem;
  cursor: pointer;
  font-weight: 100;
}

/*** Video Home Page ***/
.video_area {
  padding: 40px 0;
  width: 100%;
  background-image: url(../Images/grey_bg_dots3.svg);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: contain;
  margin: 100px 0;
}

.video_wrapper {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  padding-top: 8vh;
  z-index: 9999999;
}

.videoembed {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.videoembed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video_poster {
  position: relative;
}

.video_poster img {
  box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.1), 0 2px 5px 0 rgba(0, 0, 0, 0.1);
}

.video_play_button {
  position: absolute;
  width: 82px;
  height: 82px;
  background: url("../Images/play_button.svg");
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.active {
  display: block;
}

.close_video {
  right: 5%;
  top: 5%;
  position: absolute;
  transform: rotate(45deg);
  font-size: 2.5rem;
  cursor: pointer;
  z-index: 99999999999;
  color: #000000;
}

.slick-next:before, .slick-prev:before {
  color: #B9B9B9;
}

body .slick-next, .slick-prev {
  position: absolute;
  display: block;
  height: 52px;
  width: 130px;
  font-family: "Rubik", sans-serif;
  line-height: normal;
  font-size: 1.25rem;
  cursor: pointer;
  background: 0 0;
  color: #B9B9B9;
  top: 70%;
  margin-top: 0;
  padding: 0;
  border: none;
  outline: 0;
}

body .slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
  outline: 0;
  background: 0 0;
  color: rgba(123, 121, 121, 0.9490196078);
}

.slick-next:before {
  display: block;
  content: " ";
  background-image: url("https://iosight.com/wp-content/uploads/2019/08/right_arrow.png");
  background-size: 35px 52px;
  height: 52px;
  width: 35px;
  position: absolute;
  top: 0;
  right: 0;
}

.slick-next, .slick-prev {
  color: #B9B9B9;
}

body .recent_projects_content_container .slick-prev.slick-arrow, .news_events_content_container .slick-prev.slick-arrow {
  display: none !important;
}

body .recent_projects_content_container .slick-next.slick-arrow {
  position: absolute;
  right: 15px;
  top: 73%;
}

.slick-next, .slick-prev {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: 0 0;
  color: transparent;
  top: 100%;
  margin-top: 0;
  padding: 0;
  border: none;
  outline: 0;
}

body .news_events_content_container .slick-next, .slick-prev {
  padding-top: 0;
  top: inherit;
  bottom: 1px;
  left: 50%;
}

.costumers_content_container .slick-next:before {
  content: "";
  display: block;
  width: 35px;
  height: 52px;
  margin: 0 0 0 0px;
  background-image: url("https://iosight.com/wp-content/uploads/2019/08/right_arrow.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.costumers_content_container .slick-prev:before {
  content: "";
  display: block;
  width: 35px;
  height: 52px;
  margin: 0 0px 0 0px;
  background-image: url("https://iosight.com/wp-content/uploads/2019/08/left_arrow.png");
  background-repeat: no-repeat;
  background-size: contain;
}

body .costumers_content_container .slick-prev {
  position: absolute;
  display: block;
  height: 35px;
  width: 52px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: 0 0;
  color: transparent;
  top: 20%;
  margin-top: 0;
  padding: 0;
  border: none;
  outline: 0;
  left: -50px;
  z-index: 999999999;
}

body .costumers_content_container .slick-next {
  position: absolute;
  display: block;
  height: 35px;
  width: 52px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: 0 0;
  color: transparent;
  top: 20%;
  margin-top: 0;
  padding: 0;
  border: none;
  outline: 0;
  right: -50px;
  z-index: 999999999;
}

.costumer_image {
  height: 70px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  padding: 0;
  margin: 20px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

body .costumers_content_container {
  margin: 60px auto 40px auto;
}

.costumers_content_container {
  margin-top: 30px;
  position: relative;
}

.costumers_wrapper {
  margin: 40px 0 200px 0;
}

.costumers_content_container .slick-slide img {
  display: block;
  margin: 0 auto;
  max-height: 100%;
  width: auto;
}

.solution_icon {
  cursor: pointer;
}

.solution_wrapper {
  margin: 0 0 0 0;
  position: relative;
}

.news_events_content_container .slick-current .single-event .event_image figure img {
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1), 0 2px 5px 0 rgba(0, 0, 0, 0.1);
}

.news_events_content_container .single-event .container {
  padding: 0 !important;
}

.recent_projects_content_container .recent_projects_text .container {
  padding: 0 !important;
}

.form_heading h3 {
  color: #B9B9B9;
  font-size: 2.9375rem;
  font-weight: 500;
  padding-bottom: 5px;
}

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

.bottom-line-menu {
  position: relative;
}

.bottom-line-menu.active::after {
  max-width: 100%;
}

.bottom-line-menu::after {
  position: absolute;
  content: "";
  width: 100%;
  max-width: 0;
  height: 9px;
  background-color: #41B9D6;
  left: 0;
  transition-delay: 0.1s;
  transition-duration: 0.6s;
  bottom: 0;
}

.news_events_area .bottom-line {
  z-index: 9999;
}

.orange {
  background-color: #ED8521;
}

.blue {
  background-color: #41B9D6;
}

.green {
  background-color: #A3CF3B;
}

.orangeText {
  color: #ED8521;
}

.blueText {
  color: #41B9D6;
}

.greenText {
  color: #A3CF3B;
}

.news_events_area .bottom-line::after {
  position: absolute;
  content: "";
  width: 50%;
  max-width: 0;
  height: 9px;
  background-color: #A3CF3B;
  left: 0;
  transition-delay: 0.5s;
  transition-duration: 0.8s;
  bottom: 0;
}

.recent_projects_area .bottom-line::after {
  position: absolute;
  content: "";
  width: 50%;
  max-width: 0;
  height: 9px;
  background-color: #A3CF3B;
  left: 0;
  transition-delay: 0.5s;
  transition-duration: 0.8s;
  bottom: 0;
}

.about_text .bottom-line::after {
  position: absolute;
  content: "";
  width: 50%;
  max-width: 0;
  height: 9px;
  background-color: #ED8521;
  left: 0;
  transition-delay: 0.5s;
  transition-duration: 0.8s;
  bottom: 0;
}

.costumers_area .bottom-line::after {
  position: absolute;
  content: "";
  width: 50%;
  max-width: 0;
  height: 9px;
  background-color: #A3CF3B;
  left: 0;
  transition-delay: 0.5s;
  transition-duration: 0.8s;
  bottom: 0;
}

.bottom-line::after {
  position: absolute;
  content: "";
  width: 50%;
  max-width: 0;
  height: 9px;
  background-color: #b5b5b5;
  left: 0;
  transition-delay: 0.5s;
  transition-duration: 0.8s;
  bottom: 0;
}

.solutions_area .bottom-line::after {
  position: absolute;
  content: "";
  width: 50%;
  max-width: 0;
  height: 9px;
  background-color: #41B9D6;
  left: 0;
  transition-delay: 0.5s;
  transition-duration: 0.8s;
  bottom: 0;
}

.modules_wrapper .bottom-line::after {
  position: absolute;
  content: "";
  width: 50%;
  max-width: 0;
  height: 9px;
  background-color: #41B9D6;
  left: 0;
  transition-delay: 0.5s;
  transition-duration: 0.8s;
  bottom: 0;
}

.modules_wrapper .bottom-line {
  margin-bottom: 40px;
}

.bottom-line.active::after {
  max-width: 120px;
}

.social_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 10px 0;
}

.footer_social_info {
  display: none;
}

.stroke {
  stroke: #ED8521;
  transition: fill 0.4s ease;
}

.social_media_container {
  display: flex;
  flex-direction: row-reverse;
  padding-top: 10px;
  align-items: center;
  padding-right: 50px;
  height: 50px;
}

.linkedin_icon_header {
  text-align: right;
}

.slider_image_home_page_logo {
  height: 70px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

path {
  transition: fill 0.4s ease;
}

.linkedin_icon_header svg:hover #Path_5 {
  fill: #0073b1;
}

.fixed_header {
  position: fixed;
  z-index: 99999;
  width: 100%;
  background-color: #ffffff;
  top: 0;
}

.fixed_contact_icon {
  position: fixed;
  top: 160px;
}

.pageloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999999999;
  background: 50% 50% no-repeat #ffffff;
  opacity: 1;
}

.pageloader img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%); /* Safari and Chrome */
  -moz-transform: translate(-50%, -50%); /* Firefox */
  -ms-transform: translate(-50%, -50%); /* IE 9 */
  -o-transform: translate(-50%, -50%); /* Opera */
  padding-bottom: 70px;
}

.pageloader_text {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -60%);
  -webkit-transform: translate(-50%, -60%);
  -moz-transform: translate(-50%, -60%);
  -ms-transform: translate(-50%, -60%);
  -o-transform: translate(-50%, -60%);
  margin-top: 10px;
  width: 100%;
}

.pageloader_text .circle_text {
  color: #41b9d6;
  padding: 0 5px;
  font-size: 2rem;
  vertical-align: bottom;
}

.pageloader_text h1 {
  font-size: 2.5rem;
  text-align: center;
}

.slides_home {
  width: 100%;
  height: calc(100vh + 50px);
  margin-bottom: 0;
}
.slides_home * {
  width: 100%;
  height: calc(100vh + 50px);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.bottom-footer .terms {
  display: none;
}
.bottom-footer {
  font-size: 0.8rem;
  margin-top: 50px;
}
.bottom-footer a {
  font-size: 0.8rem;
}

.credit, .credit a {
  font-size: 0.8rem;
  text-align: right;
}

/* About page style */
.mainwrapper .mainwrappertop {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  background-position: center;
}
.mainwrapper .about_top_section h1 {
  padding: 25% 0 20px 0;
  font-size: 5.5rem;
  color: #ffffff;
  font-weight: 500;
  margin: 0;
  line-height: normal;
}
.mainwrapper .orange_after .bottom-line::after {
  background-color: #ED8521;
}
.mainwrapper .about_info_section {
  margin: 0 auto 90px 0;
}
.mainwrapper .about_info_section h3 {
  max-width: 900px;
}
.mainwrapper .about_info_section p {
  max-width: 570px;
}
.mainwrapper .about_info_text h3 {
  margin-top: 20px;
}
.mainwrapper .about_info_text p {
  max-width: 470px;
}
.mainwrapper .industry_solutions_content {
  margin-top: 178px;
}
.mainwrapper .industry_solutions_content h2 {
  font-size: 3.8rem;
  line-height: 3.8rem;
  color: #B9B9B9;
  font-weight: 500;
  padding: 0 0 40px 0;
}
.mainwrapper .industry_solutions_content h3 {
  max-width: 970px;
}
.mainwrapper .blue_after .bottom-line::after {
  background-color: #41B9D6;
}
.mainwrapper .ipad_img img {
  max-width: 585px;
  height: auto;
}
.mainwrapper .right_image {
  margin-left: 30%;
}
.mainwrapper .right_image img {
  max-height: 300px;
  height: auto;
}
.mainwrapper .grey_strip_wrapper {
  position: relative;
  align-items: center;
  padding: 40px 0 40px 0;
}
.mainwrapper .greyStrip {
  background-color: #e0e0e0;
  position: absolute;
  width: 100%;
  height: 100%;
  margin-left: -30px;
  height: 100%;
  transition: all 1s ease-out;
  cursor: pointer;
  z-index: -2;
}
.mainwrapper .greyStrip.active {
  background-color: #e0e0e0;
  position: absolute;
  width: 40%;
  margin-left: 58%;
  height: 100%;
  transition: all 1s ease-out;
}
.mainwrapper .grey_strip_wrapper .img_left {
  padding-right: 0;
  position: relative;
}
.mainwrapper .grey_strip_wrapper .img_right {
  padding-right: 15px;
  padding-left: 0;
  height: 100%;
}
.mainwrapper .industry_solutions_text {
  max-width: 50%;
}
.mainwrapper .industry_solutions_link a {
  color: #41B9D6;
  webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.mainwrapper .industry_solutions_link a:hover {
  color: #A3CF3B;
  text-decoration: none;
}
.mainwrapper .sec_box_one {
  max-width: 32%;
  box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.1), 0 2px 5px 0 rgba(0, 0, 0, 0.1);
}
.mainwrapper #area_sec_about div.sec_box_one:nth-child(1) {
  color: #ffffff;
  background-color: #A3CF3B;
  cursor: pointer;
  max-height: 100%;
}
.mainwrapper #area_sec_about div.sec_box_one:nth-child(2) {
  color: #ffffff;
  background-color: #41B9D6;
  cursor: pointer;
  max-height: 100%;
  margin: 0 2%;
}
.mainwrapper #area_sec_about div.sec_box_one:nth-child(3) {
  color: #ffffff;
  background-color: #ED8521;
  cursor: pointer;
  max-height: 100%;
}
.mainwrapper #area_sec_about div.sec_box_one h2 {
  position: relative;
  -webkit-transform: none;
  margin-top: 25px;
  min-height: 115px;
  top: 0;
  color: #ffffff;
}
.mainwrapper #area_sec_about div.sec_box_one .sector-links {
  margin-left: 7%;
  margin-right: 7%;
  border-bottom: 1px solid #ffffff;
  opacity: 1;
}
.mainwrapper #area_sec_about div.sec_box_one .sector-links:last-child {
  border-bottom: none;
}
.mainwrapper #area_sec_about div.sec_box_one .sector-links:last-child {
  border-bottom: none;
}
.mainwrapper #area_sec_about div.sec_box_one:nth-child(1)::after {
  content: "";
  position: absolute;
  bottom: 0;
  border: 6px #A3CF3B solid;
  width: 147px;
  margin: 0 auto;
  display: block;
  left: 25%;
  right: 25%;
}
.mainwrapper #area_sec_about div.sec_box_one:nth-child(2)::after {
  content: "";
  position: absolute;
  bottom: 0;
  border: 6px #41B9D6 solid;
  width: 147px;
  margin: 0 auto;
  display: block;
  left: 25%;
  right: 25%;
}
.mainwrapper #area_sec_about div.sec_box_one:nth-child(3)::after {
  content: "";
  position: absolute;
  bottom: 0;
  border: 6px #ED8521 solid;
  width: 147px;
  margin: 0 auto;
  display: block;
  left: 25%;
  right: 25%;
}
.mainwrapper #area_sec_about div.sec_box_one section h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  border: 4px #ffffff solid;
  width: 147px;
  margin: 0 auto;
  display: block;
  left: 25%;
  right: 25%;
  z-index: 9999;
}
.mainwrapper #area_sec_about div.sec_box_one .sec_section .sector-links a:hover {
  opacity: 0.6;
}
.mainwrapper .padding_title {
  padding-top: 90px;
}

.column {
  display: inline-block;
  text-align: center;
}

.column2 {
  display: inline-block;
  text-align: center;
}

.padding_right {
  padding-right: 50px;
}

figure {
  overflow: hidden;
}

/*Zoom In*/
.column#zoomIn img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
}

.column#zoomIn:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

/*Zoom In*/
.column2#zoomIn2 img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
}

.column2#zoomIn2:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

/*Zoom In*/
.column3#zoomIn3 img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
}

.column3#zoomIn3:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.more_industry_solutions {
  padding: 150px 0 0 0;
}

.more_industry_solutions h2 {
  display: none;
}

.about_sec_area {
  padding: 20px 0 150px 0;
  display: none;
}

.team_wrapper {
  background: linear-gradient(180deg, #8fd6e7 0%, rgba(198, 202, 203, 0.4178046218) 95%, rgba(198, 202, 203, 0) 100%);
  position: relative;
}
.team_wrapper .grey_dots_bg {
  background-image: url(../Images/grey_bg_dots2.svg);
  background-repeat: no-repeat;
  background-position: bottom left;
}
.team_wrapper .person_image {
  max-height: 100%;
  height: 330px;
  background-color: #ffffff;
  box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.1), 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: relative;
  max-width: 258px;
}
.team_wrapper .person_image .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
.team_wrapper .person_image img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.team_wrapper .member_name {
  padding: 30px 0 0 0;
  min-height: 150px;
}
.team_wrapper .member_name h4 {
  font-size: 1.25rem;
  line-height: 1.5rem;
  color: #242424;
  font-weight: 400;
}
.team_wrapper .member_name h4.boldfont {
  font-weight: 500;
}
.team_wrapper .team_member_links {
  border-top: 1px solid #ffffff;
  padding: 10px 0;
  color: #ffffff;
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 500;
  cursor: pointer;
  webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.team_wrapper .team_member_links:hover {
  color: #A3CF3B;
}
.team_wrapper .team_member_box {
  margin-bottom: 100px;
  position: static;
}
.team_wrapper .team_section_title {
  padding-top: 140px;
}
.team_wrapper .team_section_title h2 {
  font-size: 3.8rem;
  line-height: 3.8rem;
  color: #ffffff;
  font-weight: 500;
  padding: 0 0 40px 0;
}
.team_wrapper .team_section_title .bottom-line:after {
  background-color: #ffffff;
}
.team_wrapper .team_section_title .bottom-line {
  margin-bottom: 90px;
  position: relative;
}
.team_wrapper .memberrow {
  padding-bottom: 140px;
}
.team_wrapper .memeber_more_info {
  position: fixed;
  top: 20%;
  background-color: #ffffff;
  z-index: 9999;
  padding: 40px;
  max-width: 1010px;
  left: 0;
  right: 0;
  margin: auto;
  box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.1), 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  display: none;
  max-height: 70vh;
  overflow-y: auto;
}
.team_wrapper .memeber_more_info h3 {
  font-size: 2.375rem;
  font-weight: 500;
  line-height: 2.775rem;
  color: #41B9D6;
}
.team_wrapper .memeber_more_info h4 {
  font-size: 1.25rem;
  line-height: 1.5rem;
  color: #242424;
  font-weight: 500;
  padding-bottom: 30px;
}
.team_wrapper .memeber_more_info p {
  font-size: 1.25rem;
  line-height: 1.55rem;
  color: #242424;
  margin-bottom: 30px;
}
.team_wrapper .memeber_more_info p:last-child {
  margin-bottom: 0;
}
.team_wrapper .close_member_more_info {
  right: 20px;
  top: 20px;
  position: absolute;
  transform: rotate(45deg);
  font-size: 3rem;
  cursor: pointer;
  color: #595859;
}

.noscroll {
  overflow: hidden;
}

.blureffect {
  filter: url(#blurFilter);
  user-select: none;
  pointer-events: none;
  transition: 0.3s filter linear;
  -webkit-transition: 0.3s -webkit-filter linear;
  -moz-transition: 0.3s -moz-filter linear;
  -ms-transition: 0.3s -ms-filter linear;
  -o-transition: 0.3s -o-filter linear;
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -ms-filter: blur(5px);
  -o-filter: blur(5px);
  filter: blur(5px);
}

.subject_matter_experts_wrapper {
  padding-bottom: 150px;
}
.subject_matter_experts_wrapper .experts_section_title h2 {
  font-size: 3.8rem;
  line-height: 3.8rem;
  color: #B9B9B9;
  font-weight: 500;
  padding: 0 0 40px 0;
}
.subject_matter_experts_wrapper .experts_section_title .bottom-line:after {
  background-color: #ED8521;
}
.subject_matter_experts_wrapper .experts_section_title .bottom-line {
  margin-bottom: 90px;
  position: relative;
}
.subject_matter_experts_wrapper .expert_image img {
  box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.1), 0 2px 5px 0 rgba(0, 0, 0, 0.1);
}
.subject_matter_experts_wrapper .expert_name h4 {
  font-size: 1.25rem;
  line-height: 1.5rem;
  color: #242424;
  font-weight: 500;
  padding: 15px 0;
}
.subject_matter_experts_wrapper .expert_more_info p {
  font-size: 1.25rem;
  line-height: 1.5rem;
  color: #242424;
  font-weight: 400;
  min-height: 190px;
}
.subject_matter_experts_wrapper .expert_links {
  border-top: 1px solid #707070;
  padding: 15px 0;
  color: #ED8521;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.5rem;
  cursor: pointer;
  webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}
.subject_matter_experts_wrapper .expert_links:hover {
  opacity: 0.8;
}
.subject_matter_experts_wrapper .person_more_info {
  position: fixed;
  top: 15%;
  background-color: #ffffff;
  z-index: 9999;
  padding: 40px;
  max-width: 1010px;
  left: 0;
  right: 0;
  margin: auto;
  box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.1), 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  display: none;
  max-height: 70vh;
  overflow: hidden;
  overflow-y: auto;
}
.subject_matter_experts_wrapper .person_more_info ul {
  list-style-type: initial;
  margin-bottom: 30px;
  padding-left: 40px;
}
.subject_matter_experts_wrapper .person_more_info ul li {
  font-size: 1.25rem;
  line-height: 1.55rem;
  color: #242424;
}
.subject_matter_experts_wrapper .person_more_info h2 {
  font-size: 2.375rem;
  font-weight: 500;
  line-height: 2.775rem;
  color: #41B9D6;
}
.subject_matter_experts_wrapper .person_more_info h4 {
  font-size: 1.25rem;
  line-height: 1.5rem;
  color: #242424;
  font-weight: 500;
  padding-bottom: 30px;
}
.subject_matter_experts_wrapper .person_more_info p {
  font-size: 1.25rem;
  line-height: 1.55rem;
  color: #242424;
  margin-bottom: 30px;
}
.subject_matter_experts_wrapper .person_more_info p:last-child {
  margin-bottom: 0;
}
.subject_matter_experts_wrapper .close_member_more_info {
  right: 20px;
  top: 20px;
  position: absolute;
  transform: rotate(45deg);
  font-size: 3rem;
  cursor: pointer;
  color: #595859;
}

/********* solutions page **********/
.solutions_box_wrapper h3 {
  font-size: 2.275rem;
  line-height: 2.6rem;
  color: #242424;
  font-weight: 500;
  padding: 0 0 35px 0;
}
.solutions_box_wrapper .solution_heading h3 {
  padding: 0;
}
.solutions_box_wrapper .solution_text {
  margin-top: 10px;
}
.solutions_box_wrapper .solutions_intro_box {
  max-width: 800px;
  padding: 80px 0;
}
.solutions_box_wrapper .bottom-line::after {
  background-color: #ED8521;
}
.solutions_box_wrapper .solutions_intro_content {
  max-width: 570px;
  font-size: 1.25rem;
  line-height: 1.5rem;
}
.solutions_box_wrapper .solutions_intro_content a {
  text-decoration: none;
}
.solutions_box_wrapper .solutions_intro_content a:hover {
  text-decoration: none;
  color: #41B9D6;
}
.solutions_box_wrapper .infographics_section {
  padding-bottom: 80px;
  padding-left: 0;
  padding-right: 0;
}
.solutions_box_wrapper .solution_sec {
  border-left: 10px solid #b9b9b9;
}
.solutions_box_wrapper .solution_sec a {
  text-decoration: none;
}
.solutions_box_wrapper ul.seoWords {
  display: flex;
}
.solutions_box_wrapper ul.seoWords li:after {
  content: "|";
  color: #b9b9b9;
  margin-right: 10px;
  margin-left: 8px;
}
.solutions_box_wrapper ul.seoWords li:last-child:after {
  content: "";
  color: transparent;
  margin-right: 0px;
  margin-left: 0px;
}
.solutions_box_wrapper li.first_seo.colored:after {
  color: #ED8521;
}
.solutions_box_wrapper li.sec_seo.colored:after {
  color: #ED8521;
}
.solutions_box_wrapper li.third_seo.colored:after {
  color: #ED8521;
}
.solutions_box_wrapper .seowords_wrapper {
  margin-bottom: 10px;
}
.solutions_box_wrapper .solution_info {
  width: 652px;
}
.solutions_box_wrapper .solution_heading h3 {
  max-width: 515px;
}
.solutions_box_wrapper ul.seoWords li {
  color: #B9B9B9;
}
.solutions_box_wrapper .solution_sec {
  padding: 0px 20px 0 40px;
}

.orng_title {
  color: #ED8521 !important;
}

.paddingBottom {
  padding-bottom: 120px;
}

.background_blue_gradient_strip {
  background: linear-gradient(80deg, #8fd6e7 0%, rgba(193, 202, 204, 0.4066) 70%);
  -webkit-transform: skewY(-10deg);
  transform: skewY(-10deg);
  -webkit-transform-origin: 100%;
  transform-origin: 100%;
  height: 400px;
  width: 100%;
  position: absolute;
}

/********** Single Solution ***************/
.mainwrapper_solutions .single_solution_wrapper {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.mainwrapper_solutions .customBrdCrumbs h4 {
  padding-top: 20%;
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 500;
}
.mainwrapper_solutions .about_top_section h1 {
  padding: 0 0 20px 0;
  font-size: 5.5rem;
  color: #ffffff;
  font-weight: 500;
  margin: 0;
  line-height: normal;
}
.mainwrapper_solutions .customBrdCrumbs a {
  text-decoration: none;
  color: #ffffff;
  cursor: pointer;
  font-weight: 500;
}
.mainwrapper_solutions .seowords_wrapper {
  padding-bottom: 10px;
}
.mainwrapper_solutions ul.seoWords {
  display: flex;
}
.mainwrapper_solutions ul.seoWords li:after {
  content: "|";
  color: #ED8521;
  margin-right: 10px;
  margin-left: 8px;
}
.mainwrapper_solutions ul.seoWords li:last-child:after {
  content: "";
  color: transparent;
  margin-right: 0px;
  margin-left: 0px;
}
.mainwrapper_solutions .all_seo {
  color: #ED8521;
}
.mainwrapper_solutions .bigger_text {
  font-size: 1.25rem;
}
.mainwrapper_solutions .solutions_intro_content ul {
  list-style-type: disc;
  padding-left: 30px;
  color: #242424;
  max-width: 770px;
}
.mainwrapper_solutions .solutions_intro_content ul li {
  font-size: 1.25rem;
  line-height: 1.5rem;
  margin-bottom: 10px;
}
.mainwrapper_solutions .single_solution_post_wrapper {
  margin: 3.375rem 0;
}
.mainwrapper_solutions .single_solution_post_wrapper .solutions_intro_content a {
  text-decoration: none;
  color: #41B9D6;
}
.mainwrapper_solutions .single_solution_post_wrapper .solutions_intro_content a:hover {
  color: #A3CF3B;
  text-decoration: none;
}
.mainwrapper_solutions .solutions_intro_heading h3 {
  font-size: 2.275rem;
  line-height: 2.6rem;
  color: #242424;
  font-weight: 500;
  padding: 0 0 35px 0;
  max-width: 1000px;
}
.mainwrapper_solutions .solutions_intro_heading .bottom-line:after {
  background-color: #ED8521;
}
.mainwrapper_solutions .solutions_intro_heading {
  margin-bottom: 30px;
}
.mainwrapper_solutions p {
  margin: 15px 0;
  max-width: 770px;
  font-size: 1.25rem;
  line-height: 1.5rem;
  color: #242424;
}
.mainwrapper_solutions .ipad_img_solutions {
  position: relative;
  margin: 0rem 0 3rem 0;
}
.mainwrapper_solutions .solutions_intro_box {
  margin: 2rem 0;
}
.mainwrapper_solutions .noPadding h3 {
  padding: 0;
}
.mainwrapper_solutions .watch_Presentation_link {
  width: 100px;
  overflow: hidden;
  -webkit-transition: width 1s; /* Safari */
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  transition: width 1s;
  white-space: nowrap; /*this was suggested by jaunt, thanks */
  background-color: #ED8521;
  border-radius: 30px;
  padding: 20px 25px;
  cursor: pointer;
  margin: 30px 0;
}
.mainwrapper_solutions .watch_Presentation_link:hover {
  width: 210px;
  -webkit-transition: width 1s; /* Safari */
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  transition: width 1s;
}
.mainwrapper_solutions .watch_Presentation_link a {
  width: fit-content;
  text-decoration: none;
  height: auto;
  text-align: center;
  overflow: visible;
  color: #ffffff;
  text-decoration: none;
  font-size: 1.125rem;
}
.mainwrapper_solutions .watch_Presentation_link a:hover {
  -webkit-transition: width 1s; /* Safari */
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  transition: width 1s;
}
.mainwrapper_solutions .watch_Presentation_link:hover a::after {
  content: " Presentation";
}
.mainwrapper_solutions ul li {
  margin-bottom: 10px;
}
.mainwrapper_solutions .nextBtn a {
  display: flex;
  align-items: center;
  color: #B9B9B9;
  font-size: 1.25rem;
  line-height: normal;
  cursor: pointer;
  font-weight: 500;
  text-decoration: none;
  text-align: right;
}
.mainwrapper_solutions .nextBtn a::after {
  display: block;
  content: " ";
  background-image: url("https://iosight.com/wp-content/uploads/2019/08/right_arrow.png");
  background-size: 35px 52px;
  height: 52px;
  width: 35px;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.8;
}
.mainwrapper_solutions .nextBtn a:focus::after, .mainwrapper_solutions .nextBtn a:hover::after, .mainwrapper_solutions .nextBtn a:focus::after, .mainwrapper_solutions .nextBtn a:hover::after {
  opacity: 1;
  filter: brightness(0.7);
}
.mainwrapper_solutions .nextBtn a:hover {
  color: rgba(123, 121, 121, 0.9490196078);
}
.mainwrapper_solutions .prevBtn a::before {
  content: "";
  display: block;
  width: 35px;
  height: 52px;
  margin: 0 0px 0 0px;
  background-image: url("https://iosight.com/wp-content/uploads/2019/08/left_arrow.png");
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.8;
}
.mainwrapper_solutions .prevBtn a {
  display: flex;
  align-items: center;
  color: #B9B9B9;
  font-size: 1.25rem;
  line-height: normal;
  cursor: pointer;
  font-weight: 500;
  text-decoration: none;
}
.mainwrapper_solutions .prevBtn a:hover {
  color: rgba(123, 121, 121, 0.9490196078);
}
.mainwrapper_solutions .prevBtn a:focus::before, .mainwrapper_solutions .prevBtn a:hover::before, .mainwrapper_solutions .prevBtn a:focus::before, .mainwrapper_solutions .prevBtn a:hover::before {
  opacity: 1;
  filter: brightness(0.7);
}

.postid-600 .prevNextBtns {
  display: flex;
  justify-content: space-between;
  padding: 0;
}

/******** Modules Page ***********/
.mainwrapper_modules #accordion {
  max-width: 970px;
  padding: 4rem 0 8rem 0;
}
.mainwrapper_modules .card-header {
  background-color: #ffffff;
  border-bottom: 1px solid #B9B9B9;
  padding: 20px 0;
}
.mainwrapper_modules .acordBtn {
  font-size: 2.8125rem;
  text-decoration: none;
  font-weight: 500;
  line-height: 3.3125rem;
  color: #242424;
}
.mainwrapper_modules .accordion_full_link {
  display: flex;
  justify-content: space-between;
}
.mainwrapper_modules .card {
  border: none;
}
.mainwrapper_modules a.acordBtn.active, .mainwrapper_modules a.acordBtn_symbol.active {
  color: #7FBA5D;
  transition: all 0.5s;
}
.mainwrapper_modules a.acordBtn_symbol {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  font-weight: 400 !important;
  color: #595859 !important;
}
.mainwrapper_modules .rotate {
  -moz-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  color: #242424;
}
.mainwrapper_modules .rotate.circle {
  -moz-transform: rotate(495deg);
  -webkit-transform: rotate(495deg);
  transform: rotate(495deg);
  color: #ED8521;
}
.mainwrapper_modules .card-block p {
  padding: 15px 0;
  font-size: 1.25rem;
  line-height: 1.5rem;
}
.mainwrapper_modules ul {
  list-style-type: disc;
  padding-left: 30px;
  color: #242424;
}
.mainwrapper_modules ul li {
  font-size: 1.25rem;
  line-height: 1.5rem;
  margin-bottom: 15px;
}
.mainwrapper_modules p {
  color: #242424;
}
.mainwrapper_modules p a {
  webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #41B9D6;
}
.mainwrapper_modules p a:hover {
  color: #A3CF3B;
  text-decoration: none;
}

/********** Contact Us Page *************/
.mainwrapper_contact .contact_us_form_page form .field input {
  padding: 10px 10px 5px 0;
  box-shadow: none;
  border: none;
  width: 100%;
  border-bottom: 1px solid #41B9D6;
  color: #41B9D6;
  font-size: 1rem;
  font-weight: 500;
  -webkit-appearance: none;
}
.mainwrapper_contact .wpcf7-checkbox::before {
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  border: 1px solid #707070;
  border-radius: 5px;
  content: "";
}
.mainwrapper_contact span.wpcf7-list-item {
  margin: 0;
}
.mainwrapper_contact span.wpcf7-list-item label {
  display: flex;
}
.mainwrapper_contact span.wpcf7-list-item label input[type=checkbox] {
  padding: 0;
  box-shadow: none;
  border: none;
  width: auto;
  font-weight: 400;
  -webkit-appearance: checkbox;
  opacity: 0;
  position: absolute;
}
.mainwrapper_contact span.wpcf7-list-item label .wpcf7-list-item-label {
  padding: 0 0 0 1.3em;
  font-size: 0.8em;
  line-height: 1.2;
  position: relative;
}
.mainwrapper_contact span.wpcf7-list-item label .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 14px;
  height: 14px;
  border-radius: 2px;
  border: 1px solid #B9B9B9;
}
.mainwrapper_contact span.wpcf7-list-item label .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 14px;
  height: 14px;
  border-radius: 2px;
  border: 1px solid #B9B9B9;
}
.mainwrapper_contact span.wpcf7-list-item label input:checked ~ .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 2px;
  width: 10px;
  height: 10px;
  background-color: #B9B9B9;
}
.mainwrapper_contact span.wpcf7-not-valid-tip {
  margin-top: 10px;
}
.mainwrapper_contact .contact_us_form_page form label {
  margin: 10px 0 0 0;
}
.mainwrapper_contact .contact_us_form_page form input[type=submit] {
  background-color: #41B9D6;
  color: #ffffff;
  max-width: 103px;
  float: right;
  margin-bottom: 0;
  padding: 10px;
  font-size: 1.25rem;
  -webkit-appearance: none;
  border-radius: 0;
}
.mainwrapper_contact .wpcf7-submit:disabled {
  cursor: not-allowed;
}
.mainwrapper_contact .wpcf7-submit {
  cursor: pointer;
}
.mainwrapper_contact .field.submit {
  margin-top: 30px;
  padding-bottom: 10px;
}
.mainwrapper_contact .contact_us_form_page {
  padding: 2px 30px 30px 30px;
  background-color: #ffffff;
  max-width: 370px;
  box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.1), 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.mainwrapper_contact .contact_us_form_page label {
  color: #595859;
  font-size: 1.25rem;
  font-weight: 500;
}
.mainwrapper_contact .contact_us_form_page form .contact_form .form_row p {
  margin-top: 25px;
}
.mainwrapper_contact .clearBoth {
  clear: both;
}
.mainwrapper_contact .contact_us_address h3 {
  font-size: 2.375rem;
  line-height: 2.875rem;
  color: #B9B9B9;
  font-weight: 500;
  padding-top: 40px;
}
.mainwrapper_contact .contact_us_address {
  color: #242424;
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 500;
}
.mainwrapper_contact .contact-us-links a {
  text-decoration: none;
  webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.mainwrapper_contact .contact-us-links ul li {
  padding-top: 10px;
}
.mainwrapper_contact .contact-us-links a:hover {
  color: #A3CF3B;
}
.mainwrapper_contact .contact_us_address_text, .mainwrapper_contact .contact-us-links {
  padding: 10px 0 0 0;
}
.mainwrapper_contact .contact_us_address_text p {
  font-size: 1.25rem;
  line-height: 1.5rem;
}
.mainwrapper_contact .contact_info_wrapper {
  padding: 25px 0 160px 0;
  width: 100%;
  background-image: url(../Images/grey_bg_dots3.svg);
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
}
.mainwrapper_contact .headingandtxt a {
  color: #ED8521;
  webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}
.mainwrapper_contact .headingandtxt a:hover {
  color: #A3CF3B;
}
.mainwrapper_contact .contact_bottom_wrapper {
  padding-bottom: 140px;
}

.mainwrapper_customers .costumers_info p {
  font-size: 1.25rem;
  line-height: 1.5rem;
  color: #242424;
  padding: 10px 0;
}
.mainwrapper_customers .costumers_info {
  padding-bottom: 20px;
}
.mainwrapper_customers .costumers_logo {
  min-height: 130px;
  position: relative;
  padding-bottom: 10px;
}
.mainwrapper_customers .costumer_image {
  margin: 0;
  min-height: 130px;
  background-position: center;
  background-size: auto;
  background-repeat: no-repeat;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}
.mainwrapper_customers .costumer_image img {
  max-width: 65%;
  max-height: 65%;
  height: auto;
  width: auto;
}
.mainwrapper_customers .costumers_wrapper_container {
  padding: 2.5rem 0 3.5rem 0;
}
.mainwrapper_customers .costumers_wrapper_container:last-child {
  padding-bottom: 5rem;
}
.mainwrapper_customers .tax_title h3 {
  font-size: 2.375rem;
  line-height: 2.5rem;
  padding: 0 0 25px 0;
  font-weight: 500;
}
.mainwrapper_customers .greenText .bottom-line::after {
  background-color: #A3CF3B;
}
.mainwrapper_customers .orangeText .bottom-line::after {
  background-color: #ED8521;
}
.mainwrapper_customers .blueText .bottom-line::after {
  background-color: #41B9D6;
}
.mainwrapper_customers .grey_layer_top {
  min-height: 130px;
  position: absolute;
  width: 100%;
  background-color: rgba(213, 213, 213, 0.5);
  webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding-top: 15%;
  font-weight: 500;
  text-align: center;
  font-size: 1.35rem;
  line-height: 1.75rem;
  color: #ffffff;
}
.mainwrapper_customers .grey_layer_top:hover {
  background-color: transparent;
  color: #242424;
}

.post-type-archive-downloads h2 {
  color: #292929;
  font-size: 2.3rem;
  padding: 0 0 20px 0;
  font-weight: 500;
}
.post-type-archive-downloads .top-strip {
  background-position: center;
  background-size: cover;
  position: relative;
}
.post-type-archive-downloads .top-strip .title {
  color: #fff;
  font-size: 5.5rem;
  line-height: normal;
  font-weight: 500;
  padding: 25% 0 20px 0;
}
.post-type-archive-downloads .bottom-line::after {
  background-color: #ED8521;
}
.post-type-archive-downloads .single-cat {
  margin-bottom: 100px;
}
.post-type-archive-downloads .downloads .container {
  padding: 50px 15px;
  max-width: 1300px;
}
.post-type-archive-downloads .files {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 55px;
}
.post-type-archive-downloads .single-download {
  width: 42%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
  color: #292929;
}
.post-type-archive-downloads .single-download .title {
  font-size: 1.4rem;
  line-height: 1.25;
  color: #292929;
}
.post-type-archive-downloads .single-download .sub {
  margin-top: 10px;
}
.post-type-archive-downloads .single-download .icon {
  min-width: 60px;
  width: 60px;
  height: 60px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 25px;
  background-color: #fff;
  transition: 0.4s;
}
.post-type-archive-downloads .single-download .icon:hover {
  background-color: rgb(65, 185, 214);
}
.post-type-archive-downloads .single-download .icon:hover path {
  fill: #fff;
}
.post-type-archive-downloads .single-download .icon svg {
  max-width: 60%;
  max-height: 60%;
}
.post-type-archive-downloads .single-download .icon svg path {
  transition: 0.4s;
}

.full-absolute {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bg-image {
  background-position: center;
  background-size: cover;
}

.page-template-about .popup-youtube {
  display: block;
  width: 100%;
  height: 580px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.page-template-about .popup-youtube:hover .bg-color {
  background-color: rgba(0, 0, 0, 0);
}
.page-template-about .bg-color {
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.5);
  transition: 0.6s;
}
.page-template-about .icon {
  position: relative;
  z-index: 3;
}

.post-type-archive-news .top-strip {
  background-position: center;
  background-size: cover;
  position: relative;
}
.post-type-archive-news .top-strip .title {
  color: #fff;
  font-size: 5.5rem;
  line-height: normal;
  font-weight: 500;
  padding: 25% 0 20px 0;
}
.post-type-archive-news .news-grid {
  padding: 50px 0;
}
.post-type-archive-news .news-grid .single-news {
  margin: 40px 0;
  max-width: 980px;
  position: relative;
}
.post-type-archive-news .news-grid .single-news .image {
  margin-right: 15px;
  padding-left: 0;
}
.post-type-archive-news .news-grid .single-news .image img {
  box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.1), 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  width: 100%;
  object-fit: cover;
  height: auto;
  max-height: 200px;
}
.post-type-archive-news .news-grid .single-news .details {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  font-weight: 500;
}
.post-type-archive-news .news-grid .single-news .details .top .news-title {
  font-size: 33px;
  line-height: 1.3;
  color: #242424;
}
.post-type-archive-news .news-grid .single-news .details .top .news-date {
  color: #ED8521;
  font-size: 20px;
  margin-top: 15px;
}
.post-type-archive-news .news-grid .single-news .details .bottom {
  margin-top: 25px;
}
.post-type-archive-news .news-grid .single-news .details .bottom a:hover {
  color: #A3CF3B;
  text-decoration: none;
}
.post-type-archive-news .load-older {
  font-weight: 500;
  padding: 15px 0;
  border-top: 2px solid #707070;
  border-bottom: 2px solid #707070;
  margin: 50px auto;
  max-width: 1170px;
}
.post-type-archive-news .load-older .load-button {
  cursor: pointer;
  color: #242424;
}

/*** Partners ***/
.mainwrapper_partners p {
  color: #242424;
  font-size: 1.25rem;
  line-height: 1.5rem;
  padding-bottom: 25px;
}
.mainwrapper_partners .partners_info p {
  font-size: 1.25rem;
  line-height: 1.5rem;
  color: #242424;
  padding: 10px 0;
}
.mainwrapper_partners .partners_info {
  margin-bottom: 20px;
}
.mainwrapper_partners .partners_logo {
  min-height: 130px;
  border-bottom: 1px solid #707070;
  position: relative;
  padding-bottom: 10px;
}
.mainwrapper_partners .partner_image {
  margin: 0;
  min-height: 130px;
  background-position: center;
  background-repeat: no-repeat;
}
.mainwrapper_partners .partners_wrapper_container {
  padding: 1.5rem 35px 4rem 35px;
}
.mainwrapper_partners .partners_wrapper_container:last-child {
  padding-bottom: 5rem;
}
.mainwrapper_partners h3 {
  font-size: 2.375rem;
  line-height: 2.5rem;
  padding: 0 0 25px 0;
  font-weight: 500;
  color: #242424;
}
.mainwrapper_partners .greenText .bottom-line::after {
  background-color: #A3CF3B;
}
.mainwrapper_partners .orangeText .bottom-line::after {
  background-color: #ED8521;
}
.mainwrapper_partners .blueText .bottom-line::after {
  background-color: #41B9D6;
}
.mainwrapper_partners .grey_layer_top {
  min-height: 130px;
  position: absolute;
  width: 100%;
  background-color: rgba(185, 185, 185, 0.5);
  webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.mainwrapper_partners a:hover .grey_layer_top {
  background-color: transparent;
  text-decoration: none;
}
.mainwrapper_partners a:hover .partners_info p {
  text-decoration: none;
  color: #A3CF3B;
}
.mainwrapper_partners .content_row {
  padding-bottom: 50px;
}
.mainwrapper_partners a:hover {
  text-decoration: none;
}

/*** Single News ***/
.single-news-wrapper .top_banner_section {
  min-height: 425px;
  background-repeat: no-repeat;
  background-size: cover;
}
.single-news-wrapper .news-container {
  max-width: 770px;
  width: 100%;
  padding: 3rem 0;
  margin: 0 auto;
}
.single-news-wrapper .main_title h1 {
  color: #242424;
  font-size: 2.375rem;
  line-height: 2.875rem;
  font-weight: 500;
}
.single-news-wrapper .post_date {
  font-size: 2.375rem;
  line-height: 2.875rem;
  font-weight: 500;
  color: #ED8521;
  margin: 30px 0;
}
.single-news-wrapper .share_wrapper {
  position: relative;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  padding: 10px 0;
  margin-bottom: 40px;
  color: #242424;
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 500;
  margin-top: 40px;
}
.single-news-wrapper .share_wrapper a {
  color: #242424;
  margin: 0 8px;
  text-decoration: none;
}
.single-news-wrapper .share_wrapper a:hover {
  text-decoration: none;
}
.single-news-wrapper .prevNextBtns {
  display: flex;
  justify-content: space-between;
}
.single-news-wrapper .prevBtn a {
  color: #B9B9B9;
  font-size: 1.25rem;
  line-height: normal;
  cursor: pointer;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.single-news-wrapper .prevBtn a::before {
  content: "";
  display: block;
  width: 35px;
  height: 52px;
  margin: 0 0px 0 0px;
  background-image: url("https://iosight.com/wp-content/uploads/2019/08/left_arrow.png");
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.8;
}
.single-news-wrapper .prevBtn a:hover {
  color: rgba(123, 121, 121, 0.9490196078);
}
.single-news-wrapper .nextBtn a {
  color: #B9B9B9;
  font-size: 1.25rem;
  line-height: normal;
  cursor: pointer;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.single-news-wrapper .nextBtn a::after {
  display: block;
  content: " ";
  background-image: url("https://iosight.com/wp-content/uploads/2019/08/right_arrow.png");
  background-size: 35px 52px;
  height: 52px;
  width: 35px;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.8;
}
.single-news-wrapper .nextBtn a:hover {
  color: rgba(123, 121, 121, 0.9490196078);
}
.single-news-wrapper .nextBtn a:focus::after, .single-news-wrapper .nextBtn a:hover::after, .single-news-wrapper .nextBtn a:focus::after, .single-news-wrapper .nextBtn a:hover::after {
  opacity: 1;
  filter: brightness(0.7);
}
.single-news-wrapper .prevBtn a:focus::before, .single-news-wrapper .prevBtn a:hover::before, .single-news-wrapper .prevBtn a:focus::before, .single-news-wrapper .prevBtn a:hover::before {
  opacity: 1;
  filter: brightness(0.7);
}
.single-news-wrapper .news_text p {
  font-size: 1.25rem;
  color: #242424;
  line-height: 1.5rem;
}
.single-news-wrapper .news_text ul {
  list-style-type: disc;
  color: #242424;
  padding-left: 25px;
}
.single-news-wrapper .news_text ul li {
  font-size: 1.25rem;
  line-height: 1.5rem;
  padding: 10px 0;
}
.single-news-wrapper .news_text a {
  color: #41B9D6;
  text-decoration: none;
}
.single-news-wrapper .news_text a:hover {
  color: #A3CF3B;
}
.single-news-wrapper ul.slides {
  margin-right: 0;
  padding-right: 0;
  margin-left: 0px;
  padding-left: 0px;
  margin-bottom: 70px;
  width: 100%;
}
.single-news-wrapper ul.slides .slick-prev:before {
  content: "";
  display: block;
  width: 35px;
  height: 52px;
  margin: 0 0px 0 0px;
  background-image: url("https://iosight.com/wp-content/uploads/2019/08/left_arrow.png");
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.8;
}
.single-news-wrapper ul.slides .slick-next:before {
  content: "";
}
.single-news-wrapper ul.slides .slick-next {
  font-size: 0;
}
.single-news-wrapper ul.slides .slick-prev {
  padding-top: 0;
  top: 100%;
  bottom: 0;
  left: 0;
}
.single-news-wrapper ul.slides .slick-next {
  right: 0;
  top: 100%;
}
.single-news-wrapper .slick-slide img {
  max-height: 410px;
  width: auto;
  margin: 0 auto;
}
.single-news-wrapper .flexslider {
  position: relative;
}
.single-news-wrapper .news_image img {
  display: block;
  box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.1), 0 2px 5px 0 rgba(0, 0, 0, 0.1);
}

.mainwrapper_industry_app h1 {
  padding: 25% 0 20px 0;
  font-size: 5.5rem;
  color: #ffffff;
  font-weight: 500;
  margin: 0;
  line-height: normal;
}
.mainwrapper_industry_app .application_title h3 {
  font-weight: 500;
  font-size: 2.0625rem;
  line-height: 2.4375rem;
  padding-bottom: 20px;
}
.mainwrapper_industry_app .indusry_app_link {
  justify-content: space-between;
}
.mainwrapper_industry_app .indusry_app_link .industry_app_inside_link {
  border-top: 1px solid #707070;
  padding: 10px 0 30px 0;
  max-width: 270px;
}
.mainwrapper_industry_app .indusry_app_link .industry_app_inside_link .cat_read_more_link a {
  color: #242424;
}
.mainwrapper_industry_app .indusry_app_link a {
  font-size: 1.25rem;
  line-height: 1.5rem;
  text-decoration: none;
  font-weight: 500;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}
.mainwrapper_industry_app .cat_text {
  padding-bottom: 40px;
}
.mainwrapper_industry_app .cat_text p {
  font-size: 1.25rem;
  line-height: 1.5rem;
  color: #242424;
}
.mainwrapper_industry_app .industry_app_section {
  margin: 80px 0 100px 0;
}

.single_industry_wrapper .title_section {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  background-position: center;
  padding: 10% 0 20px 0;
}
.single_industry_wrapper .main_title h1 {
  font-size: 5.5rem;
  color: #ffffff;
  font-weight: 500;
  margin: 0;
  line-height: normal;
}
.single_industry_wrapper .main_title .breadcrumb {
  background-color: transparent;
  color: #ffffff;
  font-size: 1.25rem;
  line-height: 1.5rem;
  padding: 0;
  font-weight: 500;
}
.single_industry_wrapper .main_title .breadcrumb a {
  color: #ffffff;
  text-decoration: none;
}
.single_industry_wrapper .main_title .breadcrumb a:hover {
  color: #A3CF3B;
}
.single_industry_wrapper .main_title .breadcrumb span {
  color: #ffffff;
  text-decoration: underline;
}
.single_industry_wrapper .page-container .main_industry_heading {
  max-width: 970px;
  width: 100%;
  padding: 40px 15px 10px 15px;
}
.single_industry_wrapper .page-container .main_industry_heading h2 {
  color: #242424;
  font-weight: 500;
  font-size: 2.0625rem;
  line-height: 2.4375rem;
}
.single_industry_wrapper .page-container .sub_industry_heading {
  max-width: 970px;
  width: 100%;
  padding: 10px 15px 30px 15px;
}
.single_industry_wrapper .page-container .sub_industry_heading h3 {
  color: #242424;
  font-size: 1.5rem;
  line-height: 2rem;
}
.single_industry_wrapper .page-container .main_industry_content {
  max-width: 770px;
  width: 100%;
}
.single_industry_wrapper .page-container .main_industry_content h3 {
  color: #A3CF3B;
  font-weight: 500;
  font-size: 2.0625rem;
  line-height: 2.4375rem;
  padding-bottom: 20px;
  padding-top: 20px;
}
.single_industry_wrapper .page-container .main_industry_content .sub_content_full_content {
  padding-bottom: 50px;
}
.single_industry_wrapper .page-container .main_industry_content .sub_content_full_content ul {
  list-style-type: disc;
  color: #242424;
  padding-left: 25px;
}
.single_industry_wrapper .page-container .main_industry_content .sub_content_full_content ul li {
  font-size: 1.25rem;
  line-height: 1.5rem;
  padding: 10px 0;
}
.single_industry_wrapper .page-container .main_industry_content .sub_content_full_content ul li a {
  text-decoration: none;
  color: #41B9D6;
}
.single_industry_wrapper .page-container .main_industry_content .sub_content_full_content ul li a:hover {
  color: #A3CF3B;
  text-decoration: none;
}
.single_industry_wrapper .page-container .main_industry_content p {
  font-size: 1.25rem;
  line-height: 1.5rem;
  color: #242424;
}
.single_industry_wrapper .cs_section {
  background: url(../Images/industry_application_dots.svg) no-repeat bottom, linear-gradient(0deg, rgba(65, 185, 214, 0.653099) 19%, rgba(112, 112, 112, 0.0480567) 61%, rgba(255, 255, 255, 0.0900735) 76%);
  background-size: contain;
  background-blend-mode: multiply;
}
.single_industry_wrapper .cs_section .cs_wrapper {
  box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.1), 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  max-width: 85%;
  margin: 0 auto;
  padding: 80px 0;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.4430147059) 0%, rgba(255, 255, 255, 0.168504902) 49%);
}
.single_industry_wrapper .cs_section .cs_wrapper h2.cs_heading_top {
  font-size: 4rem;
  color: #242424;
  font-weight: 500;
  padding-bottom: 20px;
  line-height: normal;
}
.single_industry_wrapper .cs_section .cs_wrapper .bottom-line::after {
  background-color: #A3CF3B;
}
.single_industry_wrapper .cs_section .cs_wrapper .cs_box {
  padding: 0;
}
.single_industry_wrapper .cs_section .cs_wrapper .cs_box a {
  text-decoration: none;
}
.single_industry_wrapper .cs_section .cs_wrapper .cs_box a:hover {
  color: #A3CF3B;
  text-decoration: none;
}
.single_industry_wrapper .cs_section .cs_wrapper .cs_box h2 {
  font-size: 4rem;
  color: #242424;
  font-weight: 500;
  padding-bottom: 20px;
  line-height: normal;
}
.single_industry_wrapper .cs_section .cs_wrapper .cs_box h3 {
  font-size: 2.375rem;
  line-height: 2.875rem;
  color: #242424;
  font-weight: 500;
  max-width: 970px;
  padding-bottom: 50px;
}
.single_industry_wrapper .cs_section .cs_wrapper .cs_box h4 {
  font-size: 2.0625rem;
  line-height: 2.4375rem;
  color: #595859;
  font-weight: 400;
  padding-bottom: 20px;
}
.single_industry_wrapper .cs_section .cs_wrapper .cs_box p {
  font-size: 1.25rem;
  color: #242424;
  line-height: 1.5rem;
}
.single_industry_wrapper .cs_section .cs_wrapper .cs_box .bottom-line::after {
  background-color: #A3CF3B;
}
.single_industry_wrapper .cs_section .cs_wrapper .cs_box .full_cs_info {
  padding: 0 0 70px 0;
  max-width: 970px;
  height: auto;
}
.single_industry_wrapper .cs_section .cs_wrapper .cs_box .full_cs_info strong {
  font-weight: 500;
}
.single_industry_wrapper .cs_section .cs_wrapper .cs_box .full_cs_info .sub_cs_content ul {
  list-style-type: disc;
  color: #242424;
  padding-left: 25px;
}
.single_industry_wrapper .cs_section .cs_wrapper .cs_box .full_cs_info .sub_cs_content ul li {
  font-size: 1.25rem;
  line-height: 1.5rem;
  padding: 10px 0;
}
.single_industry_wrapper .cs_section .cs_wrapper .cs_box .full_cs_info .wp-caption {
  border: none;
  max-width: 100%;
  text-align: left;
  min-width: 285px;
  background: transparent;
}
.single_industry_wrapper .cs_section .cs_wrapper .cs_box .full_cs_info .wp-caption img {
  text-align: center;
  margin: 0 auto;
  display: block;
  padding: 5px 0;
  background: #ffffff;
  width: 100%;
  margin-bottom: 10px;
}
.single_industry_wrapper .cs_section .cs_wrapper .cs_box .full_cs_info .wp-caption p {
  border-top: 1px solid #707070;
  padding-top: 10px;
}
.single_industry_wrapper .cs_section .cs_wrapper .cs_box .case_study_image {
  max-width: 970px;
  width: 100%;
  padding-bottom: 70px;
}
.single_industry_wrapper .cs_section .cs_wrapper .cs_box .case_study_image img {
  box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.1), 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  max-height: 300px;
  width: auto;
}

.related_posts_wrapper {
  padding: 40px 0 100px 0;
}
.related_posts_wrapper a {
  color: #41B9D6;
}
.related_posts_wrapper a:hover {
  color: #A3CF3B;
}
.related_posts_wrapper .recent_projects_link a {
  color: #41B9D6;
}
.related_posts_wrapper .recent_projects_link a:hover {
  color: #A3CF3B;
}
.related_posts_wrapper h2 {
  font-size: 3.8rem;
  line-height: 3.8rem;
  color: #B9B9B9;
  font-weight: 500;
  padding: 0 0 40px 0;
}
.related_posts_wrapper h3 {
  font-size: 2rem;
  color: #242424;
  font-weight: 500;
  line-height: 2.5rem;
  padding-bottom: 20px;
}
.related_posts_wrapper p {
  font-size: 1.25rem;
  color: #242424;
  line-height: 1.5rem;
  padding: 5px 0;
}
.related_posts_wrapper .slick-next, .related_posts_wrapper .slick-prev {
  top: 95%;
}
.related_posts_wrapper .slick-prev {
  display: none !important;
}
.related_posts_wrapper .column {
  padding: 0 0 0 20px;
}
.related_posts_wrapper a {
  text-decoration: none;
}
.related_posts_wrapper a:hover {
  color: #41B9D6;
  text-decoration: none;
}
.related_posts_wrapper .bottom-line::after {
  background-color: #A3CF3B;
}

.contact_icon_mob {
  display: none;
}

figcaption {
  text-align: left;
  font-size: 0.8125rem;
  padding: 5px 0 5px 5px;
  line-height: normal;
}

.page-template-simple .content {
  padding: 50px 0;
}

.mobile_menu .menu-item-has-children a, a.open-sub-menu {
  display: inline-block !important;
  margin-bottom: 15px;
}

.single-industries .industry_app_section .project_image figure {
  display: flex;
  justify-content: flex-start;
}

.single-industries a {
  color: #41B9D6;
}
.single-industries a:hover {
  color: #A3CF3B;
  text-decoration: none;
}

.single-industries .industry_app_section .project_image figure img {
  max-width: 100%;
  height: auto;
}

.grecaptcha-badge {
  display: none !important;
}/*# sourceMappingURL=style.css.map */