* {
  margin: 0;
  padding: 0;
}
em {
  font-style: normal;
}
 /* Top Header */
 .menu_header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: white;
  border-bottom:inset;
  border-width: 1px;
  border-color:silver;
  z-index: 100;
  float:right;
}
.top_header {
  /* background-image: linear-gradient(264deg, rgba(73,52,94,1) 25%, rgba(144,11,76,1) 89%); */
  text-align: right;
  padding:.3% 0 .3% 0;
    font-size:.8rem;
    color:blueviolet;
}
.wrapper_icons {
  border-bottom: inset;
  border-color:silver;
  border-width: 1px;
 }
.top_head1 {
  float:left;
}
.top_head2 {
  width:100%;
  padding-top:.5vh;
}
.top_head_contact {
  display: inline-block;
}
.top_head_contact a {
  padding-right:10px;
  text-decoration: none;
  color:blue !important;
  cursor: pointer;
}

.top_head_contact a:hover{
  text-decoration: none;
}
.top_head_contact:hover i {
  color:yellow;
}
.top_head_contact i
{
    padding-right: 10px;
}

#top_menu {
  height:5vh;
  
}
#header_col1{
	padding:5%;
}
#header_col1 img {
  width: 250px;  
}
#header_col2{
  float:right;
}
.logo {
	width:10%;
	height:auto;
}
.logo img {
  width:100%;
}
#header_col2 {
  font-size: 0.9rem;
  
}
/* Top Header End */
/* Navigation Bar */
/* Navigation Bar-----*/
#Navig-Bar
{
    top: 0px;
    height: 75px;
}
.navbar-nav li
{
    padding: 0 10px;
}
.navbar-nav li a
{
    font-size: .9rem;
    color:rgba(144,11,76,1)!important;
    padding-left:10px;
    padding-bottom: 3px;
    text-decoration: none;
}
.navbar-nav li a:hover
{
    color:rgba(73,52,94,1) !important;
}
.mega-area ul h5, .mega-area ul h6
{
    padding-left:5px;
    color: #a81414!important;
}
.navbar
{
  height:6vh;
    background: #fff;
}
.navbar-toggler
{
    border: none!important;
}
.nav-link
{
    color: #555!important;
    font-weight: 600;
    font-size: 15px;
}
.navbar-brand img
{
    height: 40px;
    padding-left: 30px;
}

/* adds some margin below the link sets  */
.navbar .dropdown-menu div[class*="col"] {
   margin-bottom:1rem;
}

.navbar .dropdown-menu {
  border:none;
  background-color:inherit;
}

/* breakpoint and up - mega dropdown styles */
/* @media screen and (min-width: 992px) { */
  
  /* remove the padding from the navbar so the dropdown hover state is not broken */
.navbar {
  padding-top:0px;
  padding-bottom:0px;
}

/* remove the padding from the nav-item and add some margin to give some breathing room on hovers */
.navbar .nav-item {
  padding:.1rem .1rem .1rem;
  margin:0 .25rem;
}

/* makes the dropdown full width  */
.navbar .menu-area {position:static;}

.navbar .mega-area {
  width:930px;
  left:50px;
  right:0;
/*  height of nav-item  */
  top:50px;
  
}
.about-menu li
{
    padding:.3rem .5rem;
}
.nav-item
{
    margin-left: 0;
    padding:0px;
}
.nav-item a { 
  font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  font-weight: unset;
  font-size:.8rem;
  padding:0px;
 }

.dropdown-item{
  font-weight: 600;
    font-size: 14px;
}

.navbar .dropdown-menu {
 width:max-content;   
  border: 1px solid rgba(0,0,0,.15);
  background-color:snow!important;
  
}
.dropdown-menu ul li {
  list-style: none;
}
/* shows the dropdown menu on hover */
.navbar .dropdown:hover .dropdown-menu, .navbar .dropdown .dropdown-menu:hover {
  display:block!important;
}


.megamenu-mid-head
{
    padding-top:10px;
    color:white;
}
/*Navigation Bar End */


.about-menu li {
  padding: 0.3rem 0.5rem;
}
.nav-item {
  margin-left: 0;
  padding: 0px;
}
.nav-item a {
  padding: 0px;
}

.dropdown-item {
  font-weight: 600;
  font-size: 14px;
}

/* shows the dropdown menu on hover */
.navbar .dropdown:hover .dropdown-menu,
.navbar .dropdown .dropdown-menu:hover {
  display: block !important;
}
.navbar .dropdown-menu {
  border: 1px solid rgba(0, 0, 0, 0.15);
  background-color: #fff;
}
.megamenu-mid-head {
  padding-top: 10px;
  color: blue;
}

/*----------- General ---------------*/
/*--Blink Text----*/
@-webkit-keyframes blinker {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.banner-subhead {
  background-color: #f4f3f3;

  border-radius: 10px;
  border: 1px solid #23d445;
}
/*----Panel Flip----- */
.list-panel,
.list-flip {
  position: relative;
  padding: 5px;
  border-bottom: solid 1px #cbcbcb;
}

.list-panel {
  font-size: 13.5px;
  font-family: "Arial Nova Light";
  padding: 13px;
  background-color: #ededed;
  color: black;
  display: none;
}
.list-flip i {
  position: absolute;
  top: 50%;
  right: 1%;
  transform: translate(-50%, -50%);
}

.go-top {
  position: fixed;
  width: 30px;
  height: 30px;
  background: #3b85b4;
  bottom: 3px;
  right: 0px;
  text-decoration: none;
  text-align: center;
  line-height: 25px;
  color: white;
  font-size: 20px;
}

/* -----------.services-col style will be used for all services pages ---------- */
.services-col {
  border-left-style: solid;
  border-left-width: thin;
  border-left-color: #d3d3d3;
  padding-left: 20px;
}
.services-col ul li {
  list-style: none;
  padding-left: 10px;
  margin-left: 0px;
}
.services-col h5 {
  padding-left: 8px;
  padding-bottom: 5px;
}
.services-col h6 {
  padding-left: 8px;
  padding-bottom: 5px;
  font-weight: 600;
}
.services-col ul p {
  margin-top: 9px;
  margin-bottom: 9px;
  border-top-style: solid;
  border-top-width: thin;
  border-top-color: #d3d3d3;
}
.services-col ul li a {
  font-size: 15px;
  font-family: "Arial Nova Light";
  color: black;
}
.services-col ul li:hover {
  background-color: #3b85b4;
  color: white;
}
.services-col ul li:hover a {
  text-decoration: none;
  color: inherit;
}

/*--- End .services-col style---*/
/*--- Start .services page column style---*/
.service-col1 {
  float: left;
  width: 75%;
  height: auto;
  font-size: 15px;
  padding-right: 10px;
}
.service-col2 {
  width: 25%;
  height: auto;
  float: left;
  padding-left: 0px;
}
/*--- End .services page column style---*/

@media (max-width: 767px) {
  .nav.navbar {
    height: 55px;
    max-height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  #header_col1 img {
    width: 200px;  
  }
  .service-col1 {
    width: 100%;
  }
  .service-col2 {
    display: none;
  }
  .carousel-caption h2 {
    font-size: 100%;
  }

  .home-clients-container {
    margin-bottom: 25px;
  }
  .home-news-video video {
    margin-top: 20px;
    width: 100%;
  }

}

/* temp sytel codes ------*/




/* End temp sytel codes ------*/

/*-------------- Carousel Slides------------------*/

.carousel-item {
  opacity: 10%;
  transition: transform 2.6s ease-in-out;
}
.carousel-item img{
  filter: brightness(80%);
}

.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  transition: opacity 0s 2.6s;
}

.carousel-inner .item {
  height: 100px;
}

.carousel-caption {
  top: 10%;
  bottom: 0;
  left: 0;
  right: 0;
  margin:auto ;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 40%;
  max-height: 20%;
}

.carousel-caption h2 {
 font-size: 1.3vw;
}

.carousel-caption p {
  font-size: 1vw;
 }
 
.carousel-news {
  background-color: rgb(248, 186, 67);
  font-family: "Arial Nova Light";
  height: 40px;
  padding-top: 8px;
  text-align: center;
  font-weight: 600;
  color: #3030d0;
  font-size: 1.8vh;
}
/* Links Bar */
.link-bar {
  background-color: whitesmoke;
  padding: 1px;
}
.link-bar-li
{
  display: flex;
}
.link-bar-li li {
  padding-right: 50px;
}



.link-b h1 {
  font: 300 21px "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  width: 500px;
  margin: 0 auto 15px;
}

.link-b {
  display: block;
  width: 960px;
  margin: 100px auto;
  text-align: center;
}
.link-b ul {
    list-style: none;
  }
.link-b ul li {
    display: inline-block;
  }
 .link-b ul li a {
    display: inline-block;
    background: #333;
    color: white;
    padding: 5px 15px;
    border: 1px solid white;
    text-decoration: none;
 }
 .link-b ul li a:hover {
      border: 1px solid red;
      background: red;
    }
.link-b ul li a:active {
      background: blue;
    }
  
  .link-b select {
    display: none;
  }


@media (max-width: 960px) {
  .link-b ul {
      display: none;
    }
    .link-b ul select {
      display: inline-block;
    }
  
}

/* End Links Bar */
/*  Home- Message Modal Window"  */

#HomeMessageModal {
  display: block; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 9999; /* Sit on top */
  padding-top: 75px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content */
.homemessage-modal-content {
  font-family: "Arial Nova Light";
  font-size: 14px;
  background-color: white;
  margin: auto;
  border: 1px solid #888;
  border-radius: 5px;
  width: 30%;
}
.HomeMessage-modal-text {
  padding: 2%;
  font-family: tahoma;
}
.HomeMessage-modal-text h3 {
  font-family: "Arial Nova Light";
  font-size: 18px;
  font-weight: 1200;
  color: #022a5e;
}
.HomeMessage-modal-text p {
  margin-top: 1%;
  font-size: 13.5px;
  color: #898888;
  text-align: justify;
}
.HomeMessage-Image {
  border: 1px solid #aaaaaa;
  margin-top: 25px;
  padding-bottom: 50px;
}
.HomeMessage-Image img {
  /*padding-left: 10%;
  padding-right: 10%; */
  width: 100%;
}
/* The Close Button */
.HomeMessageClose {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.HomeMessageClose:hover,
.HomeMessageClose:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.home-message-link {
  font-weight: 600;
  text-decoration: none;
  color: #3b85b4;
}
.home-message-link:hover {
  text-decoration: none;
  color: #022a5e;
}

.HomeMessageFooter {
  background: url(../AyaImg/zigzagbg.png) no-repeat;
  background-size: cover;
  width: 100% !important;
  height: auto;
  padding: 5% 0 2% 0;
}
.HomeMessageFooter-Row {
  padding: 8% 4% 0 2%;
}
.HomeMessageFooter-Img {
  padding: 2%;
}
.HomeMessageFooter-Txt {
  padding: 3% 0 0 0;
}
.HomeMessageFooter-Img img {
  width: 95%;
}
/*----- Home Links----*/
.qlinks {
  background-color: #3b85b4;
}
.qlink-container {
  font-size: 13px;
  color: #dbdbdb;
}
.qlink-container a {
  padding-right: 20px;
  font-size: 13px;
  color: #dbdbdb;
  text-decoration: none;
}
.qlink-container a:hover {
  text-decoration: none;
  font-weight: 600;
  color: white;
}
/*---- Home Card Section------*/
.home-top-banner {
  height: 200px;
  background-color: blue;
  color: white;
}
#sec-home-card {
  font-family: "Arial Nova Light";
  margin-top: 30px;
  padding-bottom: 20px;
  z-index: 1;
}
#sec-home-card > .row {
  margin-bottom: 50px;
  margin-right: 0px;
  margin-left: 8%;
  font-size: 14px;
}
.home-card1 {
  padding: 30px;
  margin-right: 8%;
  border-top: 5px solid #23d445;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
}
.home-card1 p,
.home-card2 p,
.home-card3 p,
.home-card4 p {
  text-align: justify;
}

.home-card2 {
  padding: 30px;
  margin-right: 8%;
  border-top: 5px solid #23d445;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
}
.home-card3 {
  padding: 30px;
  margin-right: 8%;
  border-top: 5px solid #23d445;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
}
.home-card4 {
  padding: 30px;
  margin-right: 8%;
  border-top: 5px solid #23d445;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
}
.home-card5 {
  padding: 30px;
  margin-right: 8%;
  border-top: 5px solid #23d445;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
}
.home-card6 {
  padding: 30px;
  margin-right: 8%;
  border-top: 5px solid #23d445;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
}
.home-card1,
.home-card2,
.home-card3,
.home-card4,
.home-card5,
.home-card6 {
  word-wrap: break-word;
}
.card-head1 {
  word-wrap: break-word;
}
.card1-img-box {
  display: block;
  position: relative;
  padding-bottom: 20px;
  width: 100%;
}
.card1-img-box img {
  width: 90%;
}
.card1-list table {
  padding: 20px;
}
.card1-list table tr {
  vertical-align: top;
}
.card1-list table tr td {
  border: none;
  font-size: 12px;
  text-align: left;
  padding-bottom: 1px;
}
.card1-list table tr td i {
  color: #727272;
}
.card2-img-box {
  display: block;
  position: relative;
  padding-bottom: 20px;
}
.card2-img-box img {
  width: 90%;
}
.card3-img-box {
  display: block;
  position: relative;
  padding-bottom: 20px;
  width: 100%;
}
.card3-img-box img {
  width: 90%;
}
.card4-img-box {
  display: block;
  position: relative;
  padding-bottom: 20px;
  width: 100%;
}
.card4-img-box img {
  width: 90%;
}

#sec-home-serv {
  font-family: "Arial Nova Light";
}
.test {
  width: 150px;
}
.home-left-col {
  width: 29%;
  float: left;
  margin-bottom: 10px;
  height: 1%;
  overflow: hidden;
}
.home-left-col p {
  text-align: justify;
}
.home-right-col {
  width: 70%;
  float: right;
  margin-bottom: 10px;
  height: 1%;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
}
.home-right-1 {
  width: 33%;
  padding-right: 10px;
  float: left;
  margin-bottom: 10px;
  height: 1%;
  padding-left: 25px;
  overflow: hidden;
}
.home-right-1 p,
.home-right-2 p,
.home-right-3 p {
  font-size: 14px;
  margin-bottom: 0px;
  text-align: justify;
}
.home-right-link01 {
  font-size: 14px;
}
.home-right-1-1,
.home-right-1-2,
.home-right-1-3,
.home-right-2-1,
.home-right-2-2,
.home-right-2-3,
.home-right-3-1,
.home-right-3-2,
.home-right-3-3 {
  margin-bottom: 12px;
}
.home-right-2 {
  width: 33%;
  padding-right: 10px;
  float: right;
  margin-bottom: 10px;
  height: 1%;
  padding-left: 25px;
  overflow: hidden;
}
.home-right-3 {
  width: 33%;
  padding-right: 10px;
  float: right;
  margin-bottom: 10px;
  height: 1%;
  padding-left: 25px;
  overflow: hidden;
}

.home-right-img01 img {
  margin-bottom: 10px;
  width: 100%;
  border-style: solid;
  border-width: 1px;
  border-color: #3b85b4;
}
.home-clients {
  width: 100%;
  height: 1%px;
  padding-left: 10%;
  padding-right: 10%;
  padding-top: 50px;
  margin-bottom: 70px;
}
.home-clients h3 {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}

.home-clients-content-box {
  width: 100%;
  height: inherit;
  text-align: center;
  border-style: solid;
  border-width: 1px;
  border-color: #3b85b4;
  max-height: 110px;
}
.home-clients-content-box img {
  width: 100%;
  height: inherit;
}
.home-clients-content-box h5 {
  margin-bottom: 36px;
}
.home-clients-content-box a {
  padding: 10px;
}
.home-cli-01 {
  background-color: #3b85b4;
  color: white;
  padding-top: 20px;
}
.home-cli-06 {
  background-color: #3b85b4;
  color: white;
}
.home-cli-06 h5 {
  padding-top: 20px;
}

.home-clients-emptyline {
  margin-top: 58px;
  margin-bottom: 20px;
  background-color: #ef4a4a;
}
#sec-home-about {
  font-family: "Arial Nova Light";
  margin-bottom: 50px;
}
.home-about {
  background-color: #3b85b4;
  font-size: 16px;
  text-align: center;
}
.home-about h2 {
  padding-top: 35px;
  padding-bottom: 20px;
}
.home-about a {
  background: rgba(186, 186, 186, 0.78);
  animation-delay: 0.2s;
  margin-bottom: 20px;
}
.home-about-col-text-1 {
  text-align: center;
}
/*--Home- Videos & News Hub---*/
.home-event-head {
  font-family: "Arial Nova Light";
  border: 1px solid grey;
  box-sizing: border-box;
  border-radius: 5px;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
  text-align: center;
  background-color: #3b85b4;
  color: white !important;
  margin-bottom: 2px;
}
.home-event {
  font-family: "Arial Nova Light";
  border: 1px solid grey;
  box-sizing: border-box;
  border-radius: 5px;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 50px;
  background-color: #fafafa;
}

.home-news-row {
  padding-top: 30px;
}
.home-news-imgbox img {
  border: 1px solid grey;
}
.home-news-imgbox img {
  width: 100%;
}
.home-news-head {
  height: 70px;
  box-sizing: border-box;
  border-radius: 10px;
  background-color: #e2e2e2;
  padding: 20px;
}
.home-news-head h6 {
  font-size: 13px;
  font-weight: 600;
}
.home-news-video video {
  border: 1px solid grey;
}
.home-news-video p {
  font-size: 14px;
}

/*----- Message Popup Window ------*/

.openMsg-button {
  background-color: #23d445;
  color: white;
  padding: 3px 20px;
  border: none;
  cursor: pointer;
  opacity: 0.8;
  position: fixed;
  bottom: 3px;
  right: 28px;
  width: 180px;
}

/* The popup form - hidden by default */
.form-popup {
  display: none;
  position: fixed;
  bottom: 0;
  right: 15px;
  border: 3px solid #f1f1f1;
  z-index: 9;
}

/* Add styles to the form container */
.form-container {
  max-width: 350px;
  padding: 20px;
  background-color: white;
}

/* Full-width input fields */
.form-container input[type="text"],
.form-container input[type="email"],
.form-container textarea {
  width: 100%;
  padding: 10px;
  margin: 5px 0 22px 0;
  border: none;
  border-radius: 5px;
  background: #f1f1f1;
}

/* When the inputs get focus, do something */
.form-container input[type="text"]:focus,
.form-container input[type="email"]:focus,
.form-container textarea:focus {
  background-color: #ddd;
  outline: none;
}

/* Set a style for the submit/login button */
.form-container .btn {
  background-color: #4caf50;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  width: 100%;
  margin-bottom: 10px;
  opacity: 0.8;
}

/* Add a red background color to the cancel button */
.form-container .cancel {
  background-color: red;
}
.form-container .closeEMsg {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  top: 0;
}
/* Add some hover effects to buttons */
.form-container .btn:hover,
.open-button:hover {
  opacity: 1;
}

/*------Main Footer -------*/
.footer-container {
  position: sticky;
  width: 100%;
  height: auto;
  padding: 30px 0;
  font-family: "Arial Nova Light";
  background: #24516f;
}
.footer-row {
  padding-left: 40px;
}

.footer-box h2 {
  color: #fff;
  font-size: 18px;
  font-family: "Arial Nova Light";
  padding-top: 10px;
}

.footer-box h2:before {
  content: "|";
  color: #ff0e0e;
  padding-right: 4px;
}

.footer-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-box ul li {
  font-size: 13px;
  margin: 0px;
}
.footer-box ul li a {
  color: #ffffff;
  /*text-decoration: none;*/
}
.footer-box ul li a:hover {
  text-decoration: none;
  color: #efef11;
}

.footer-box p {
  color: #ffffff;
  font-size: 10px;
  margin: 0px;
}
.footer-followus a {
  background: #494848;
  width: 33px;
  height: 33px;
  display: inline-block;
  border-radius: 50%;
}
.footer-followus a i {
  font-size: 19px;
  color: #fff;
  padding-left: 8px;
  padding-top: 8px;
}
.footer-bottomtext {
  background: #000;
  color: #999;
  text-align: center;
  font-size: 10px;
  padding-bottom: 0px;
  margin: 0px;
  line-height: 20px;
}

#footer-s {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 60px;
}

.footer-small {
  width: 100%;
  height: auto;
  padding: 10px 0;
  top: 100%;
  background: #dbdada;
  color: #999;
  text-align: center;
  font-size: 10px;
  position: sticky;
  padding-bottom: 0px;
  margin: 0px;
  line-height: 50px;
}

/* Footer responsive css */

@media only screen and (min-width: 768px) and (max-width: 991px) {
  md-mb-30 {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  sm-mb-30 {
    margin-bottom: 30px;
  }
  .footer-container {
    padding: 50px;
  }
}

/* About Us - Company Profile */

#profile-header {
  font-family: "Arial Nova Light";
  background: #f8f8f8;
  padding-bottom: 10px;
  z-index: 0;
}
.profile-image {
  width: 100%;
  margin: 0;
  position: sticky;
  z-index: 10;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 3px;
  padding-left: 3px;
}
.profile-text {
  text-align: left;
  padding: 0;
}
.profile-text p {
  font-family: "Arial Nova Light";
  font-size: 15px;
  text-align: justify;
}
.group-companies {
  padding-bottom: 80px;
}
.card-group {
  padding: 0px;
}
.card {
  margin: 10px;
  font-size: 14px;
  justify-content: center;
}
.card-img-block {
  width: 90%;
  height: 150px;
  padding: 20px;
  margin-bottom: 0px;
  justify-content: center;
}
.card-img-top {
  height: 100%;
  width: 100%;
  object-fit: scale-down;
  /*
    border-width: 1px;
    border-style: solid;
    border-color: blue;
    */
}
.card-title {
  font-size: 18px;
  font-weight: 500;
}
.card18,
.card19,
.card20 {
  visibility: hidden;
}

/* Chairman Message */
#chairman-header {
  margin-top: 30px;
  padding-top: 50px;
  padding-bottom: 50px;
  font-family: "Arial Nova Light";
  color: #555;
  position: relative;
  z-index: -1000;
}
#chairman-header > .container {
  position: relative;
  width: auto;
  padding: 30px;
  background: #fff;
  box-sizing: border-box;
  border-radius: 10px;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
}
.chairman-head {
  width: 40%;

  float: left;
  margin-right: 10px;
}
.chairman-head img {
  width: 100%;
  box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.5);
}
.chairman-text p {
  font-size: 15px;
  text-align: justify;
}
/*--------------Team--------------*/
#sec-team {
  font-family: "Arial Nova Light";
  padding-bottom: 50px;
  color: #555;
}
#sec-team > .team-head {
  padding-top: 75px;
  padding-left: 14%;
  text-align: left;
  width: 100%;
  height: 170px;
  background-color: #3b85b4;
  color: white;
  font-size: 25px;
  margin-bottom: 10px;
}
#sec-team > .container h1 {
  text-align: center;
  color: #555 !imporatant;
  padding-bottom: 10px;
}
#sec-team > .container h1::after {
  content: "";
  background: #007bff;
  display: block;
  height: 3px;
  width: 170px;
  margin: 20px auto 20px;
}
.team-row1,
.team-row2,
.team-row3 {
  margin-bottom: 80px;
  background-color: #fafafa;
  padding-top: 30px;
}
.profile-pic {
  margin: 0px;
}
.img-box {
  opacity: 1;
  display: block;
  position: relative;
}

.profile-pic h5 {
  font-size: 18px;
  font-family: "Arial Nova Light";
  font-weight: bold;
  margin-top: 15px;
  color: #007bff !important;
}
.profile-pic h6 {
  font-size: 15px;
  font-family: "Arial Nova Light";
  font-weight: bold;
  margin-top: 15px;
}
.profile-pic p {
  font-family: "Arial Nova Light";
  font-size: 14px;
}
.img-box .fa {
  height: 25px;
  width: 25px;
  color: #007bff !important;
  background: #fff;
  padding: 4px;
  border-radius: 50%;
}
/*---- Mission & Vision ----*/

#sec-mission {
  font-family: "Arial Nova Light";
  font-size: 15px;
  background: #f8f8f8;
  padding-bottom: 10px;
}
.mission-image {
  width: 100%;
  margin: 0;
  position: sticky;
  z-index: 10;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 3px;
  padding-left: 3px;
}
.mission-text,
vision-text {
  margin-top: 20px;
  text-align: left;
  padding: 0;
}
.vision-text {
  margin-top: 50px;
}

/*---- About Us -> Safety Policy -----*/
#sec-safetypolicy {
  font-family: "Arial Nova Light";
  font-size: 15px;
}
.safetypol-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.safety-text {
  padding-top: 10px;
}
.safety-text p {
  text-align: justify;
}
.safety-list ul {
  list-style: none;
}
.safety-list ul li {
  padding-right: 30px;
}
.safety-list ul li i {
  padding-right: 10px;
}

/*------ About Us -> Quality Policy----*/
.qualitypol-img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.qualitypol-text {
  font-family: "Arial Nova Light";
  font-size: 15px;
  padding-top: 20px;
}
.qualitypol-text p {
  text-align: justify;
}

/*---- About Us -> Event Gallery -----*/
#sec-event-gallery {
  margin-top: 80px;
  margin-bottom: 50px;
}
/* Position the image container (needed to position the left and right arrows) */
.gallery-container {
  position: relative;
  color: white;
  border-radius: 15px;
  background-color: #5c5b5b;

  background-size: contain;
  padding: 1%;
}

/* Hide the images by default */
.gallery-slides {
  display: none;
  width: 100%;
}
.gallery-slides img {
  width: 50%;
  vertical-align: middle;
}

/* Add a pointer when hovering over the thumbnail images */
.gallery-cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.gallery-prev,
.gallery-next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.gallery-next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.gallery-prev:hover,
.gallery-next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.gallery-numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Container for image text */
.caption-container {
  text-align: center;
  background-color: #5c5b5b;
  padding: 2px 16px;
  color: white;
}

.gallery-row:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.gallery-col {
  float: left;
  width: 16.66%;
}

/* Add a transparency effect for thumnbail images */
.gallery-cursor {
  opacity: 0.6;
}
.active,
.gallery-cursor:hover {
  opacity: 1;
}
.gallery-video {
  margin-top: 20px;
}

/*---------------------------------- Services ----------------------------*/
/*--------Service Page Header----------*/
.serv-page-head {
  text-align: left;
  vertical-align: middle;
  width: 100%;
  background-color: #3b85b4;
  color: white;
  font-size: 25px;
  padding: 50px;

  margin-bottom: 25px;
}
/*------- InService Robotic Tank Inspection ----*/

#sec-robotins {
  overflow: hidden;
  font-family: "Arial Nova Light";
}
.robotins-img-one {
  padding-bottom: 0px;
  margin-bottom: 20px;
}
.robotins-img-one img {
  width: 100%;
  height: 450px;
}
#sec-robotins > .container {
  position: sticky;
}

#sec-robotins > .column-container {
  padding-bottom: 20px;
}
#sec-robotins > .column-container > .column {
  width: 100%;
  height: 500px;
}

.robotins-left-col {
  float: left;
  width: 75%;
  height: auto;
  font-family: "Arial Nova Light";
  padding-right: 10px;
}
.robotins-right-col {
  width: 25%;
  height: auto;
  float: left;
  padding-left: 0px;
}
.robotins > .service-col2 > .services-col ul li:nth-child(1) {
  background-color: #3b85b4;
  color: white;
}
.robotins > .service-col2 > .services-col ul li:nth-child(1) a {
  color: inherit;
}
.robotins-bott-text {
  float: left;
}
.robotins-ul {
  padding: 0;
  font-family: "Arial Nova Light";
  font-size: 16px;
  list-style-type: none;
}
#robotins p {
  font-family: "Arial Nova Light";
  font-size: 16px;
}
.robotins-ul li i {
  padding-right: 5px;
  color: red;
}
#robotins > .container > .row {
  padding-left: 0;
  margin-left: 0;
}
.pd-list-left ol {
  padding-left: 15px;
}
.pd-list-left ol li {
  padding-bottom: 10px;
  line-height: 22px;
  font-family: "Arial Nova Light";
  color: #919191;
}
.pd-list-right img {
  width: 80%;
}
.pd-list ol {
  padding-bottom: 20px;
}
.robotins-component {
  margin-top: 10px;
  position: relative;
  margin-bottom: 10px;
}
.rob-comp-top {
  padding-bottom: 50px;
}
.robotins-component img {
  width: 91%;
}
/*-------- Pipe Inspection Services----------*/
#sec-pipe {
  font-family: "Arial Nova Light";
  font-size: 15px;
  overflow: hidden;
}
#sec-pipe > .container {
  overflow: hidden;
}
.pipe-top h1 {
  font-weight: 600px;
}
.pipe-top h5 {
  color: 0090d6;
}
#pipe-scan-model {
  font-size: 110%;
  font-weight: bolder;
  color: 0090d6;
}
.pipe-img1 {
  padding-bottom: 0px;
  margin-bottom: 20px;
  padding-left: 5%;
}
.pipe-img1 img {
  width: 30%;
  height: auto;
}
.pipe-list1 {
  padding-right: 10px;
}
.pipe-list1 ul li {
  list-style: none;
}
#sec-pipe > .column-container {
  padding-bottom: 20px;
}
#sec-pipe > .column-container > .column {
  width: 100%;
  height: 500px;
}
.pipe-left-c {
  float: left;
  width: 75%;
  height: auto;
  padding-right: 10px;
}
.pipe-left-c p {
  text-align: justify;
}
.pipe-img-row1,
.pipe-img-row2,
.pipe-img-row3,
.pipe-img-row4,
.pipe-img-row5,
.pipe-img-row6 {
  padding-bottom: 50px;
}
.pipe-ibox1,
.pipe-ibox2,
.pipe-ibox3,
.pipe-ibox4 img,
.pipe-ibox5 img {
  padding-right: 5px;
  margin-bottom: 10px;
}
.pipe-ibox1 img,
.pipe-ibox2 img,
.pipe-ibox4 img,
.pipe-ibox5 img {
  width: 90%;
  display: block;
}
.pipe-ibox3 img {
  width: 100%;
  display: block;
}
.pipe-img4 {
  padding-bottom: 30px;
  margin-bottom: 10px;
}
.pipe-img4 img {
  width: 40%;
  display: block;
}
.pipe-imgbox6 {
  width: 40%;
  margin-bottom: 10px;
  float: left;
}
.pipe-ibox6 img {
  width: 50%;
  display: block;
}
.pipe-txtbox6 {
  width: 60%;
  float: right;
}
.pipe-txtbox6 ul li {
  padding: 6px;
}
.pipe-softresults,
.pipe-tech-specs {
  padding-bottom: 30px;
}
.pipe-img5 img {
  width: 100%;
  display: block;
}
.pipe-tech-specs-ul1 {
  list-style: none;
  padding-left: 10px;
}
.pipe-tech-specs-ul2 {
  list-style: none;
}
.pipe-tech-specs-tbl table tr:nth-child(even) {
  background: #fff;
}
.pipe-tech-specs-tbl table tr:nth-child(odd) {
  background: #e1ebf7;
}
.pipe-right-c {
  width: 25%;
  height: auto;
  float: right;
  padding-left: 0px;
}
.pipeins > .service-col2 > .services-col ul li:nth-child(3) {
  background-color: #3b85b4;
  color: white;
}
.pipeins > .service-col2 > .services-col ul li:nth-child(3) a {
  color: inherit;
}

/*--------- API Tank Inspection ****/
#sec-apitankins {
  font-family: "Arial Nova Light";
  overflow: hidden;
}
.apitankins-img1 {
  width: 100%;
  height: 450px;
  object-fit: cover;
  padding-bottom: 25px;
}
#sec-apitankins > .column-container {
  padding-bottom: 20px;
}
#sec-apitankins > .column-container > .column {
  width: 100%;
  height: 500px;
}

.apitank-left-col {
  float: left;
  width: 75%;
  height: auto;
  font-size: 15px;
  padding-right: 10px;
}
.apitankins-text1 p {
  text-align: justify;
}
.apitankins-text2 ul {
  padding-top: 10px;
  padding-left: 15px;
}
.apitankins-text2 ul li {
  list-style: decimal;
}
.apitankins-img2 {
  width: 30%;
  height: 150px;
  position: sticky;
  float: left;
  margin-right: 10px;
  margin-bottom: 0;
}
.apitank-right-col {
  width: 25%;
  height: auto;
  float: left;
  padding-left: 0px;
}

.apitankins > .service-col2 > .services-col ul li:nth-child(5) {
  background-color: #3b85b4;
  color: white;
}
.apitankins > .service-col2 > .services-col ul li:nth-child(5) a {
  color: inherit;
}

/*----- Advance NDT -------*/
#sec-advndt {
  font-family: "Arial Nova Light";
  overflow: hidden;
  margin-bottom: 10px;
}
/*Advance NDT header banner*/
#sec-advndt > .column-container {
  padding-bottom: 20px;
}
#sec-advndt > .column-container > .column {
  width: 100%;
  height: 500px;
}

.advndt-img1 {
  padding: 15px;
}
.advndt-img2 {
  width: 30%;
  height: 150px;
  position: sticky;
  float: left;
  margin-right: 10px;
  margin-bottom: 0;
}
.advndt-text1 p,
.advndt-img3 p,
.advndt-img4 p,
.advndt-img5 p,
.advndt-img6 p,
.advndt-img7 p,
.advndt-img8 p,
.advndt-img9 p,
.advndt-img10 p {
  text-align: justify;
}
.advndt-img3 {
  position: sticky;
  float: left;
  margin-right: 10px;
  margin-bottom: 0;
}
.advndt-img3 img {
  width: 80%;
  height: 20%;
}
.advndt-img3 ul {
  padding-left: 15px;
}
.advndt-img3 ul li {
  list-style: decimal;
}
.advndt-img4 img {
  float: right;
  padding-right: 20px;
}

.advndt-img5 {
  padding-right: 20px;
}
.advndt-img5 img {
  width: 50%;
  height: 35%px;
  position: sticky;
}
.advndt-img6 {
  padding-right: 20px;
}
.advndt-img6 img {
  width: 50%;
  height: 35%px;
  position: sticky;
}
.advndt-img7 {
  padding-right: 20px;
}
.advndt-img7 img {
  width: 50%;
  height: 35%px;
  position: sticky;
}
.advndt-img8 {
  padding-right: 20px;
}
.advndt-img8 img {
  width: 50%;
  height: 35%px;
  position: sticky;
}
.advndt-img9 {
  padding-right: 20px;
}
.advndt-img9 img {
  width: 50%;
  height: 35%px;
  position: sticky;
}
.advndt-img10 {
  padding-right: 20px;
}
.advndt-img10 img {
  width: 50%;
  height: 35%px;
  position: sticky;
}
.advancendt > .service-col2 > .services-col ul li:nth-child(7) {
  background-color: #3b85b4;
  color: white;
}
.advancendt > .service-col2 > .services-col ul li:nth-child(7) a {
  color: inherit;
}

/*----- Short Range Ultrasonic Testing -------*/
#sec-srut {
  font-family: "Arial Nova Light";
  overflow: hidden;
}
#sec-srut > .column-container {
  padding-bottom: 20px;
}
#sec-srut > .column-container > .column {
  width: 100%;
  height: 500px;
}

.srut-left-col {
  float: left;
  width: 75%;
  height: auto;
  font-size: 15px;
  padding-right: 10px;
}
.srut-text1 p {
  text-align: justify;
}
.srut-head-img1 {
  padding: 20px;
}
.srut-head-img1 img {
  width: 55%;
  height: auto;
  position: sticky;
  margin-right: 10px;
  margin-bottom: 0;
}
.srut-img2 {
  width: 100%;
  height: auto;
  margin-top: 20px;
  position: sticky;
  margin-right: 10px;
  margin-bottom: 0;
}
.srut-img2 img {
  width: 75%;
  height: auto;
}
.srut-img3 {
  width: 100%;
  height: auto;
  margin-top: 20px;
  position: sticky;
  margin-right: 10px;
  margin-bottom: 0;
}
.srut-img3 img {
  width: 75%;
  height: auto;
}
.srut-img4 {
  width: 100%;
  height: auto;
  margin-top: 20px;
  position: sticky;
  margin-right: 10px;
  margin-bottom: 0;
}
.srut-img4 img {
  width: 75%;
  height: auto;
}
.srut-video1 {
  width: 100%;
  height: auto;
  margin-top: 20px;
  position: sticky;
  margin-right: 10px;
  margin-bottom: 10px;
}

.srut-img4 img {
  width: 75%;
  height: auto;
}

.srut-right-col {
  width: 25%;
  height: auto;
  float: left;
  padding-left: 0px;
}
.srut > .service-col2 > .services-col ul li:nth-child(9) {
  background-color: #3b85b4;
  color: white;
}
.srut > .service-col2 > .services-col ul li:nth-child(9) a {
  color: inherit;
}

/*----- Corrision Mapping---------*/
#sec-corrmap {
  font-family: "Arial Nova Light";
  overflow: hidden;
}
/*Corrision Map header banner*/
.corrmap-head {
  padding-top: 95px;
  padding-left: 14%;
  text-align: left;
  width: 100%;
  height: 170px;
  background-color: #3b85b4;
  color: white;
  font-size: 25px;
  margin-bottom: 10px;
}
#sec-corrmap > .column-container {
  padding-bottom: 20px;
}
#sec-corrmap > .column-container > .column {
  width: 100%;
  height: 500px;
}
.corrmap-left-col {
  float: left;
  width: 75%;
  height: auto;
  font-size: 15px;
  padding-right: 10px;
}
.corrmap-img2 {
  width: 30%;
  height: 150px;
  position: sticky;
  float: left;
  margin-right: 10px;
  margin-bottom: 0;
  margin-left: 0;
}
.corrmap-img3 {
  width: 100%;
  position: inherit;
  margin-top: 10px;
  margin-right: 10px;
  padding-bottom: 10px;
  border-bottom-style: solid;
  border-bottom-color: #d3d3d3;
  border-bottom-width: 1px;
}
.corrmap-img3 img {
  padding-top: 20px;
  width: 30%;
  height: auto;
}
.corrmap-img4 {
  width: 100%;
  margin-top: 10px;
  position: inherit;
  margin-right: 10px;
  padding-bottom: 10px;
  border-bottom-style: solid;
  border-bottom-color: #d3d3d3;
  border-bottom-width: 1px;
}
.corrmap-img4 img {
  padding-top: 20px;
  width: 60%;
  height: auto;
}

.corrmap-img5 {
  width: 100%;
  margin-top: 10px;
  position: inherit;
  margin-right: 10px;
  padding-bottom: 10px;
  border-bottom-style: solid;
  border-bottom-color: #d3d3d3;
  border-bottom-width: 1px;
}
.corrmap-img5 img {
  padding-top: 20px;
  width: 80%;
  height: auto;
}
.corrmap-img6 {
  width: 100%;
  margin-top: 10px;
  position: inherit;
  margin-right: 10px;
  padding-bottom: 10px;
  border-bottom-style: solid;
  border-bottom-color: #d3d3d3;
  border-bottom-width: 1px;
}
.corrmap-img6 img {
  padding-top: 20px;
  width: 80%;
  height: auto;
}

.corrmap-img7 {
  width: 100%;
  margin-top: 10px;
  position: inherit;
  margin-right: 10px;
  padding-bottom: 10px;
  border-bottom-style: solid;
  border-bottom-color: #d3d3d3;
  border-bottom-width: 1px;
}
.corrmap-img7 img {
  padding-top: 20px;
  width: 80%;
  height: auto;
}
.corrmap-right-col {
  width: 25%;
  height: auto;
  float: left;
  padding-left: 0px;
}
.corrmap > .service-col2 > .services-col ul li:nth-child(11) {
  background-color: #3b85b4;
  color: white;
}
.corrmap > .service-col2 > .services-col ul li:nth-child(11) a {
  color: inherit;
}

/*----- Abrasive Blasting---------*/
#sec-abrablast {
  font-family: "Arial Nova Light";
  overflow: hidden;
}
#sec-abrablast > .column-container {
  padding-bottom: 20px;
}
#sec-abrablast > .column-container > .column {
  width: 100%;
  height: 500px;
}
.abrablast-left-col {
  float: left;
  width: 75%;
  height: auto;
  font-size: 15px;
  padding-right: 10px;
}
.abrablast-text1 {
  padding-top: 40px;
}
.abrablast-text1 p {
  text-align: justify;
}
.abrablast-right-col {
  width: 25%;
  height: auto;
  float: left;
  padding-left: 0px;
}
.abrablast-right-col h4 {
  padding-left: 8px;
}
.abrablast-right-col > .services-col ul li:nth-child(17) {
  background-color: #3b85b4;
  color: white;
}
.abrablast-right-col > .services-col ul li:nth-child(17) a {
  color: inherit;
}
/*----- Inndustrial Coating---------*/
#sec-induscoat {
  font-family: "Arial Nova Light";
  overflow: hidden;
}
#sec-induscoat > .column-container {
  padding-bottom: 20px;
}
#sec-induscoat > .column-container > .column {
  width: 100%;
  height: 500px;
}
.induscoat-left-col {
  float: left;
  width: 75%;
  height: auto;
  font-size: 15px;
  padding-right: 10px;
}
.induscoat-text1 {
  padding-top: 40px;
}
.induscoat-text1 p {
  text-align: justify;
}
.induscoat-right-col {
  width: 25%;
  height: auto;
  float: left;
  padding-left: 0px;
}
.induscoat-right-col h4 {
  padding-left: 8px;
}
.induscoat-right-col > .services-col ul li:nth-child(19) {
  background-color: #3b85b4;
  color: white;
}
.induscoat-right-col > .services-col ul li:nth-child(19) a {
  color: inherit;
}

/*----- TSA Coating---------*/
#sec-tsa {
  font-family: "Arial Nova Light";
  overflow: hidden;
}
#sec-tsa > .column-container {
  padding-bottom: 20px;
}
#sec-tsa > .column-container > .column {
  width: 100%;
  height: 500px;
}
.tsa-left-col {
  float: left;
  width: 75%;
  height: auto;
  font-size: 15px;
  padding-right: 10px;
}
.tsa-text1 {
  padding-top: 40px;
}
.tsa-text1 p {
  text-align: justify;
}
.tsa-right-col {
  width: 25%;
  height: auto;
  float: left;
  padding-left: 0px;
}
.tsa-right-col h4 {
  padding-left: 8px;
}
.tsa-right-col > .services-col ul li:nth-child(21) {
  background-color: #3b85b4;
  color: white;
}
.tsa-right-col > .services-col ul li:nth-child(21) a {
  color: inherit;
}

/*----- Hydro Jetting---------*/
#sec-hydroj {
  font-family: "Arial Nova Light";
  overflow: hidden;
}
#sec-hydroj > .column-container {
  padding-bottom: 20px;
}
#sec-hydroj > .column-container > .column {
  width: 100%;
  height: 500px;
}
.hydroj-left-col {
  float: left;
  width: 75%;
  height: auto;
  font-size: 15px;
  padding-right: 10px;
}
.hydroj-text1 {
  padding-top: 40px;
}
.hydroj-text1 p {
  text-align: justify;
}
.hydroj-right-col {
  width: 25%;
  height: auto;
  float: left;
  padding-left: 0px;
}
.hydroj-right-col h4 {
  padding-left: 8px;
}
.hydroj-right-col > .services-col ul li:nth-child(23) {
  background-color: #3b85b4;
  color: white;
}
.hydroj-right-col > .services-col ul li:nth-child(23) a {
  color: inherit;
}

/*----- Sales & Maintenance---------*/
#sec-salem {
  font-family: "Arial Nova Light";
  overflow: hidden;
}
#sec-salem > .column-container {
  padding-bottom: 20px;
}
#sec-salem > .column-container > .column {
  width: 100%;
  height: 500px;
}
.salem-left-col {
  float: left;
  width: 75%;
  height: auto;
  font-size: 15px;
  padding-right: 10px;
}
.salem-text1 {
  padding-top: 40px;
}
.salem-text1 p {
  text-align: justify;
}
.salem-right-col {
  width: 25%;
  height: auto;
  float: left;
  padding-left: 0px;
}
.salem-right-col h4 {
  padding-left: 8px;
}
.salem-right-col > .services-col ul li:nth-child(27) {
  background-color: #3b85b4;
  color: white;
}
.salem-right-col > .services-col ul li:nth-child(27) a {
  color: inherit;
}

/*----- Lease & Rental with Operator---------*/
#sec-leaser {
  font-family: "Arial Nova Light";
  overflow: hidden;
}
#sec-leaser > .column-container {
  padding-bottom: 20px;
}
#sec-leaser > .column-container > .column {
  width: 100%;
  height: 500px;
}
.leaser-left-col {
  float: left;
  width: 75%;
  height: auto;
  font-size: 15px;
  padding-right: 10px;
}
.leaser-text1 {
  padding-top: 40px;
}
.leaser-text1 p {
  text-align: justify;
}
.leaser-right-col {
  width: 25%;
  height: auto;
  float: left;
  padding-left: 0px;
}
.leaser-right-col h4 {
  padding-left: 8px;
}
.leaser-right-col > .services-col ul li:nth-child(29) {
  background-color: #3b85b4;
  color: white;
}
.leaser-right-col > .services-col ul li:nth-child(29) a {
  color: inherit;
}

/*----- Intumescent Fireproofing---------*/
#sec-intufire {
  font-family: "Arial Nova Light";
  overflow: hidden;
}
#sec-intufire > .column-container {
  padding-bottom: 20px;
}
#sec-intufire > .column-container > .column {
  width: 100%;
  height: 500px;
}
.intufire-left-col {
  float: left;
  width: 75%;
  height: auto;
  font-size: 15px;
  padding-right: 10px;
}
.intufire-text1 {
  padding-top: 40px;
}
.intufire-text1 p {
  text-align: justify;
}
.intufire-right-col {
  width: 25%;
  height: auto;
  float: left;
  padding-left: 0px;
}
.intufire-right-col h4 {
  padding-left: 8px;
}
.intufire-right-col > .services-col ul li:nth-child(33) {
  background-color: #3b85b4;
  color: white;
}
.intufire-right-col > .services-col ul li:nth-child(33) a {
  color: inherit;
}

/*----- Cementitious Fire Proofing---------*/
#sec-cemfire {
  font-family: "Arial Nova Light";
  overflow: hidden;
}
#sec-cemfire > .column-container {
  padding-bottom: 20px;
}
#sec-cemfire > .column-container > .column {
  width: 100%;
  height: 500px;
}
.cemfire-left-col {
  float: left;
  width: 75%;
  height: auto;
  font-size: 15px;
  padding-right: 10px;
}
.cemfire-text1 {
  padding-top: 40px;
}
.cemfire-text1 p {
  text-align: justify;
}
.cemfire-right-col {
  width: 25%;
  height: auto;
  float: left;
  padding-left: 0px;
}
.cemfire-right-col h4 {
  padding-left: 8px;
}
.cemfire-right-col > .services-col ul li:nth-child(35) {
  background-color: #3b85b4;
  color: white;
}
.cemfire-right-col > .services-col ul li:nth-child(35) a {
  color: inherit;
}

/*----- Tank Panel Insulation---------*/
#sec-tpanel {
  font-family: "Arial Nova Light";
  overflow: hidden;
}
#sec-tpanel > .column-container {
  padding-bottom: 20px;
}
#sec-tpanel > .column-container > .column {
  width: 100%;
  height: 500px;
}
.tpanel-left-col {
  float: left;
  width: 75%;
  height: auto;
  font-size: 15px;
  padding-right: 10px;
}
.tpanel-text1 {
  padding-top: 40px;
}
.tpanel-text1 p {
  text-align: justify;
}
.tpanel-right-col {
  width: 25%;
  height: auto;
  float: left;
  padding-left: 0px;
}
.tpanel-right-col h4 {
  padding-left: 8px;
}
.tpanel-right-col > .services-col ul li:nth-child(39) {
  background-color: #3b85b4;
  color: white;
}
.tpanel-right-col > .services-col ul li:nth-child(39) a {
  color: inherit;
}
/*--------Services- Surface Preperation----------*/
#sec-surfprep {
  font-family: "Arial Nova Light";
  overflow: hidden;
}
.surfprep-img1 {
  padding-bottom: 0px;
  margin-bottom: 20px;
}
.surfprep-img1 img {
  width: 100%;
  height: 350px;
}
#sec-surfprep > .container {
  position: sticky;
}

#sec-surfprep > .column-container {
  padding-bottom: 20px;
}
#sec-surfprep > .column-container > .column {
  width: 100%;
  height: 500px;
}
.surfprep-left-col {
  float: left;
  width: 75%;
  height: auto;
  font-family: "Arial Nova Light";
  padding-right: 10px;
}
.surfprep-row1 img {
  width: 100%;
}
.surfprep-bott-text {
  width: 100%;
}
.surfprep-benifits img {
  width: 100%;
}
.surfprep-right-col {
  width: 25%;
  height: auto;
  float: left;
  padding-left: 0px;
}
.surfprep > .service-col2 > .services-col ul li:nth-child(13) {
  background-color: #3b85b4;
  color: white;
}
.surfprep > .service-col2 > .services-col ul li:nth-child(13) a {
  color: inherit;
}
.surfprep-pd_list {
  padding-left: 17px;
}
.surfprep-bott-text {
  float: left;
}

/*----- Robot Coating---------*/
#sec-robotcoat {
  font-family: "Arial Nova Light";
  overflow: hidden;
}
/*Robot Coating header banner*/

#sec-robotcoat > .column-container {
  padding-bottom: 20px;
}
#sec-robotcoat > .column-container > .column {
  width: 100%;
  height: 500px;
}
.robotcoat-left-col {
  float: left;
  width: 75%;
  height: auto;
  font-size: 15px;
  padding-right: 10px;
}
.robotcoat-text1 {
  padding-top: 40px;
}
.robotcoat-text1 p {
  text-align: justify;
}
.robotcoat-right-col {
  width: 25%;
  height: auto;
  float: left;
  padding-left: 0px;
}
.robotcoat > .service-col2 > .services-col ul li:nth-child(15) {
  background-color: #3b85b4;
  color: white;
}
.robotcoat > .service-col2 > .services-col ul li:nth-child(15) a {
  color: inherit;
}

/*--------------- Other Services--------*/
#sec-grpserv {
  overflow: hidden;
}
#sec-grpserv > .container {
  position: sticky;
}
#sec-grpserv > .column-container {
  padding-bottom: 20px;
}
#sec-grpserv > .column-container > .column {
  width: 100%;
  height: 500px;
}
.grpserv-left-col {
  float: left;
  width: 75%;
  height: auto;
  font-family: "Arial Nova Light";
  padding-right: 10px;
}
.grpserv-right-col {
  width: 25%;
  height: auto;
  float: left;
  padding-left: 0px;
}
.grpserv > .service-col2 > .services-col ul li:nth-child(17) {
  background-color: #3b85b4;
  color: white;
}
.grpserv > .service-col2 > .services-col ul li:nth-child(17) a {
  color: inherit;
}
.oth-service-item {
  list-style: none;
}
.oth-service-item i {
  padding-right: 10px;
}

/*-------------- Clients----------------*/
#sec-partners {
  overflow: hidden;
  z-index: 0;
  padding-bottom: 10px;
}
.partners-head {
  padding-top: 95px;
  padding-left: 14%;
  text-align: left;
  width: 100%;
  height: 170px;
  color: white;
  font-family: "Arial Nova Light";
  font-size: 25px;
  margin-bottom: 10px;
  margin-bottom: 10px;
  margin: 0;
  position: sticky;
  z-index: 10;
  background-color: #3b85b4;
}
.partners-top {
  text-align: left;
  padding: 0;
}
.partners-top > .card-group > .card {
  margin: 10px;
  justify-content: center;
  height: auto;
}
.partners-top > .card-group > .card > .card-img-block {
  width: 100%;
  height: 100px;
  padding: 0px;
  margin-bottom: 0px;
  justify-content: center;
}
.partners-top > .card-group > .card > .card-img-block img {
  height: 100%;
  width: 100%;
  object-fit: scale-down;
}
.partners-top > .card-group > .card > .card-body {
  text-align: center;
}
.partners-right-col {
  width: 25%;
  height: auto;
  float: right;
  padding-left: 0px;
}
/*---------Certifications-----------*/
#sec-certif {
  padding-bottom: 50px;
  color: #555;
}
#sec-certif > .certif-head {
  padding-top: 70px;
  padding-left: 14%;
  text-align: left;
  width: 100%;
  height: 140px;
  background-color: #3b85b4;
  color: white;
  font-family: "Arial Nova Light";
  font-size: 25px;
  margin-bottom: 10px;
}
#sec-certif > .container h3 {
  text-align: left;
  color: #555;
  padding-bottom: 10px;
}
#sec-certif > .container h3::after {
  content: "";
  background: #007bff;
  display: block;
  height: 3px;
  width: 170px;
}
.certif-categ {
  margin-top: 30px;
  text-align: left;
  width: 100%;
  height: 30px;
  color: #000;
  font-family: "Arial Nova Light";

  margin-bottom: 10px;

  background: rgb(247, 251, 252); /* Old browsers */
  background: -moz-linear-gradient(
    left,
    rgba(247, 251, 252, 1) 0%,
    rgba(217, 237, 242, 1) 40%,
    rgba(173, 217, 228, 1) 100%
  );
  background: -webkit-linear-gradient(
    left,
    rgba(247, 251, 252, 1) 0%,
    rgba(217, 237, 242, 1) 40%,
    rgba(173, 217, 228, 1) 100%
  );
  background: linear-gradient(
    to left,
    rgba(247, 251, 252, 1) 0%,
    rgba(217, 237, 242, 1) 40%,
    rgba(173, 217, 228, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7fbfc', endColorstr='#add9e4',GradientType=0 );
}
.certif-categ h6 {
  font-size: 14px;

  padding-top: 5px;
  padding-left: 5px;
}

.certif-pic {
  margin: 0px;
}
.certif-imgbox {
  display: block;
  position: relative;
  border: 1px solid silver;
}
.certif-imgbox:after {
  content: "";
  position: absolute;
  overflow: hidden;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  background: rgba(255, 255, 255, 0.1);
}
.certif-imgbox img {
  width: 100%;
  border-radius: 5px;
}

/*-------------Forms & Frequently Asked Questions-------------*/
#sec-formsfaq {
  font-family: "Arial Nova Light";
  margin-top: 0px;
  overflow: hidden;
  margin-bottom: 80px;
}
.formsfaq-left-col {
  float: left;
  width: 75%;
  height: auto;
  font-size: 15px;
  padding-right: 10px;
}
.formsfaq-right-col {
  width: 25%;
  height: auto;
  float: right;
  padding-left: 0px;
}
.form-downloads {
  padding-top: 30px;
  padding-bottom: 50px;
}
.form-downloads li {
  list-style: none;
}
.form-item a {
  color: #3b85b4;
  text-decoration: none;
}
.form-item:hover {
  text-decoration: none;
  font-weight: 600;
}
.form-item i {
  padding-right: 10px;
}
.faq-list {
  padding-top: 20px;

  list-style: upper-alpha;
}
.faq-level1 {
  padding-top: 10px;
  padding-bottom: 20px;
  padding-left: 40px;
  list-style: decimal;
}
.faq-list-item {
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 15px;
  list-style-position: inside;
  font-weight: 600;
  font-size: 14px;
  border: 1px solid #dbdbdb;
  border-radius: 99px;
  background-color: #f5f5f5;
  color: #575656;
}
.faq-level1 li {
  padding: 3px;
  font-size: 14px;
}
.faq-level2 {
  padding-left: 40px;
  list-style: lower-alpha;
}
/*---------- Technology---------------*/
#tech-row {
  padding-top: 30px;
}
.tech-col1 {
  width: 15%;
  height: 100%;
  z-index: 1;
  padding-top: 15px;
  position: fixed;
  left: 0;
  margin-left: 0;
  border-right-style: solid;
  border-color: #dddada;
  border-width: 1px;
  color: #868686;
}
.tech-col2 {
  float: left;
  margin-left: 17%;
  width: 64%;
  font-family: "Arial Nova Light";
  font-size: 15px;
}
.tech-col3 {
  width: 19%;
  margin-left: 82%;
  z-index: 1;
  position: fixed;
  height: 100%;
}
.tech-service-list {
  overflow-x: hidden;
  overflow-y: scroll;
  height: inherit;
}
.tech-col1-head {
  padding-left: 17px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #dddada;
  top: 0;
  left: 0;
}
.tech-col1-list {
  overflow-x: hidden;
  overflow-y: scroll;
  height: inherit;
}
.list-group.list-group-root {
  border: none;
  padding: 0;
  overflow: hidden;
}

.list-group.list-group-root .list-group {
  margin-bottom: 0;
  padding: 0px;
}

.list-group.list-group-root .list-group-item {
  border: none;
  padding-left: 0px;
  margin-left: 0px;
  font-family: "Arial Nova Light";
  font-size: 14px;
  font-weight: 10px;
  color: #868686;
}
.list-group.list-group-root .list-group-item:hover {
  color: #525050;
}
.list-group.list-group-root > .list-group-item:first-child {
  border-top-width: 0;
}

.list-group.list-group-root > .list-group > .list-group-item {
  padding-left: 30px;
}

.list-group.list-group-root > .list-group > .list-group > .list-group-item {
  padding-left: 45px;
}

.list-group-item .glyphicon {
  margin-right: 5px;
}
.tech-sec-head {
  font-family: "Arial Nova Light";
  text-align: center;
  background: rgb(134, 197, 234); /* Old browsers */
  background: -moz-linear-gradient(
    top,
    rgba(134, 197, 234, 1) 0%,
    rgba(34, 108, 172, 1) 85%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(134, 197, 234, 1) 0%,
    rgba(34, 108, 172, 1) 85%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(134, 197, 234, 1) 0%,
    rgba(34, 108, 172, 1) 85%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#86c5ea', endColorstr='#226cac',GradientType=0 );
  color: white;
  padding: 30px;
  margin-top: 40px;
  margin-bottom: 25px;
}
/*Technology-Robot-Section*/
#sec-robot {
  border-bottom: 3px solid gray;
  margin-bottom: 30px;
}
.tech-robot-img1 img {
  width: 40%;
  float: left;
}
.tech-robot-imgbox1 {
  width: 100%;
  height: 1%;
  overflow: hidden;
}
.tech-robot-img2,
.tech-robot-img3,
.tech-robot-img4 {
  width: 85%;
  text-align: center;
  font-weight: 5px;
  margin-bottom: 40px;
  box-sizing: border-box;
  border-radius: 10px;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.08);
}
.tech-robot-img2 img {
  width: 100%;
  margin-right: 10px;
  margin-bottom: 0;
}
.tech-robot-img3 img {
  width: 100%;
}
.tech-robot-img4 img {
  width: 100%;
}
.tech-robot-img5 {
  width: 85%;
  text-align: center;
  font-weight: 5px;
  margin-bottom: 40px;
}
.tech-robot-img5 img {
  width: 100%;
  margin-right: 10px;
  margin-bottom: 0;
}
.tech-robot-imgbox1 {
  width: 100%;
  padding-top: 15px;
  padding-right: 40px;
  margin-top: 40px;
  margin-bottom: 40px;
  box-sizing: border-box;
  border-radius: 10px;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.08);
  text-align: center;
}
.robot-imgbox1-img img {
  width: 90%;
  height: auto;
  margin-bottom: 30px;
  padding-left: 0px;
}
.tech-robot-imgbox2 {
  margin-top: 40px;
  box-sizing: border-box;
  border-radius: 10px;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.08);
}
.tech-robot-imgbox2 h6 {
  text-align: center;
}
.tech-robot-imgbox2 ol {
  padding-left: 25px;
}
.robot-imgbox2-left {
  margin-top: 40px;
}
.robot-imgbox2-left ol li {
  padding: 3px;
}
.robot-imgbox2-right img {
  width: 70%;
}

.tech-robot-imgbox3 {
  margin-top: 40px;
  margin-bottom: 30px;
  box-sizing: border-box;
  border-radius: 10px;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.08);
  text-align: center;
}
.robot-imgbox3-left {
  margin-top: 10px;
}
.robot-imgbox3-right {
  margin-top: 18px;
}
.robot-imgbox3-left img {
  width: 90%;
}
.robot-imgbox3-right img {
  width: 75%;
  padding-top: 20px;
}

/* Technology Robotic Suface preperation */
#sec-tech-sp > h5 {
  font-weight: bold;
  color: #868686;
}
.tech-sp-img1 img {
  width: 35%;
  padding-top: 5px;
  padding-bottom: 10px;
}
.tech-sp-img2 {
  margin-top: 40px;
}
.tech-sp-img3,
.tech-sp-img4,
.tech-sp-img5,
.tech-sp-img6 {
  height: 1%;
  overflow: hidden;
}
.tech-sp-img2-left,
.tech-sp-img3-left,
.tech-sp-img5-left,
.tech-sp-img6-left {
  width: 40%;
  float: left;
  margin-bottom: 10px;
}

.tech-sp-img2 img {
  width: 90%;
  padding: 15px;
}
.tech-sp-img3 img {
  width: 50%;
  padding: 15px;
}
.tech-sp-img4 img {
  width: 100%;
  padding: 15px;
}
.tech-sp-img5 img {
  width: 80%;
  padding: 15px;
}
.tech-sp-img6 img {
  width: 70%;
  padding: 15px;
}
.tech-sp-tbl1 {
  padding-bottom: 10px;
}
.tech-sp-tbl1 > table {
  border-collapse: collapse;
  width: 100%;
}
.tech-sp-tbl1 th {
  height: 50px;
}
.tech-sp-tbl2 > table {
  border-collapse: collapse;
  width: 88%;
}
.tech-sp-tbl1 td:nth-child(1) {
  width: 200px;
}
.tech-sp-tbl1 > table,
td,
th,
.tech-sp-tbl2 > table,
td,
th {
  border: 1px solid #868686;
  padding: 5px;
  font-size: 15px;
}
.tech-sp-img2-right,
.tech-sp-img3-right,
.tech-sp-img5-right,
.tech-sp-img6-right {
  width: 60%;
  float: right;
  padding-top: 20px;
}
.tech-sp-img2-right > table,
.tech-sp-img3-right > table,
.tech-sp-img5-right > table,
.tech-sp-img6-right > table {
  width: 80%;
}
.tech-sp-img2-right tr:nth-child(1),
.tech-sp-img3-right tr:nth-child(1),
.tech-sp-img5-right tr:nth-child(1),
.tech-sp-img6-right tr:nth-child(1),
.tech-sp-tbl2 tr:nth-child(1) {
  color: white;
  font-weight: bold;
  background-color: #3b85b4;
}
.tech-sp-tbl2 {
  padding-top: 10px;
}

/* Technology Corrosion Seikowave 3DSL */
#tech-sec-sw {
  font-family: "Arial Nova Light";
  font-size: 15px;
}
.tech-sw-imgbox1 {
  margin-top: 10px;
  margin-bottom: 70px;
}
.sw-imgbox1-img img {
  width: 60%;
  padding: 0px;
}
.tech-sw-img1 {
  margin-top: 30px;
  margin-bottom: 60px;
}
.tech-sw-img1 img {
  width: 85%;
  padding: 20px;
}
.tech-sw-txt2 {
  margin-bottom: 30px;
}
.tech-sw-txt2 ul {
  padding-left: 12px;
}
.tech-sw-txt2 ul li {
  list-style: lower-roman;
  padding: 3px;
}
.tech-sw-txt2 ul li ul {
  padding-left: 30px;
}
.tech-sw-txt2 ul li ul li {
  list-style: lower-alpha;
}
.text-sw-txt3 {
  margin-top: 20px;
  margin-bottom: 50px;
}
.sw-txt3-left-c {
  padding-left: 12px;
  width: 33%;
  float: left;
}
.sw-txt3-left-c-img img {
  width: 82%;
}
.sw-txt3-right-c {
  width: 67%;
  float: right;
}
.sw-txt3-right-c-hd {
  text-align: center;
}
.sw-txt3-right-c-1 {
  width: 48%;
  padding-right: 5px;
  float: left;
}
.sw-txt3-right-c-1-img img,
.sw-txt3-right-c-2-img img {
  width: 92%;
}

.sw-txt3-right-c-2 {
  width: 48%;
  float: right;
}
.tech-sw-txt4 {
  margin-top: 20px;
  margin-bottom: 50px;
}
.sw-txt4-1-box {
  margin-bottom: 200px;
}
.sw-txt4-1-left-c {
  width: 50%;
  float: left;
}
.sw-txt4-1-right-c {
  width: 50%;
  padding: 2%;
  float: right;
}
.sw-txt4-1-left-c img,
.sw-txt4-1-right-c img {
  width: 90%;
  padding: 2%;
}
.sw-txt4-2 ul {
  padding-left: 15px;
}
.sw-txt4-2-img img {
  width: 75%;
  padding: 2%;
}

.tech-sw-txt5 {
  margin-top: 40px;
}
.sw-txt5-1 {
  padding-bottom: 70px;
}
.sw-txt5-2 {
  padding-bottom: 70px;
}
.sw-txt5-3 {
  padding-bottom: 7 0px;
}

.sw-txt5-left-c {
  width: 30%;
}
.sw-txt5-left-img {
  width: 100%;
}
.sw-txt5-left-img img {
  width: 82%;
}
.sw-txt5-right-c {
  width: 70%;
}
.sw-txt5-right-img {
  width: 100%;
}
.sw-txt5-right-img img {
  width: 90%;
}
.tech-sw-txt6 {
  padding-top: 50px;
  padding-bottom: 59px;
}
.sw-txt6-tbl table th {
  background-color: #3b85b4;
  font-size: 14px;
  color: white;
  padding: 10px;
}
.sw-txt6-tbl table td {
  font-size: 14px;
  padding: 10px;
}
.tech-sw-txt7 {
  padding-bottom: 25px;
}
.sw-txt7-list ul {
  padding-left: 15px;
}
.sw-txt7-list ul li {
  list-style: decimal;
  padding: 4px;
}
.tech-sw-txt8 {
  padding-bottom: 25px;
}
.sw-txt8-left {
  width: 50%;
  float: left;
  padding-right: 5%;
}
.sw-txt8-right {
  width: 50%;
  float: right;
  padding-left: 5%;
}
.sw-txt8-list1 ul li,
sw-tx8-list2 ul li {
  padding: 3px;
}
.tech-sw-txt9 {
  padding-bottom: 55px;
}
.sw-txt9-left-c {
  width: 50%;
  float: left;
  padding-top: 10px;
}
.sw-txt9-left-c h5 {
  padding-bottom: 5px;
}
.sw-txt9-right-c {
  width: 50%;
  float: right;
}
.sw-txt9-right-img img {
  padding-top: 5px;
  width: 45%;
}
.sw-txt9-list1 ul li {
  padding: 8px;
}
.tech-sw-txt10 {
  padding-bottom: 40px;
}
.sw-txt10-left-c {
  width: 40%;
  float: left;
}
.sw-txt10-list ul li {
  padding: 7px;
}
.sw-txt10-right-c {
  width: 60%;
  float: right;
}
.sw-txt10-right-c-1 {
  width: 40%;
  float: left;
  padding: 10px;
}
.sw-txt10-right-c-2 {
  width: 40%;
  float: right;
  padding: 10px;
}
.sw-txt10-right-c-1-img img,
.sw-txt10-right-c-2-img img {
  width: 90%;
}
.tech-sw-txt11 {
  padding-bottom: 40px;
}
.tech-sw-txt11 h5 {
  padding-bottom: 7px;
}
.sw-txt11-imgbox img {
  width: 100%;
}
.tech-sw-txt11 > .row {
  padding-bottom: 25px;
}
.sw-txt11-list ul li {
  list-style: none;
}
.sw-txt11-ul li i {
  padding-right: 10px;
  font-weight: 500;
}
/*--- Technology Introscan Case Study-1-----*/
#sec-tech-isn1 {
  font-family: "Arial Nova Light";
  font-size: 14px;
}
.tech-isn1-head {
  padding-bottom: 40px;
}
.isn1-hd-left-c {
  width: 35%;
  float: left;
}
.isn1-hd-right-c {
  width: 65%;
  float: right;
}
.isn1-hd-left-c-img img,
.isn1-hd-right-c-img img {
  width: 60%;
}
.tech-isn1-text1 {
  padding-bottom: 20px;
}
.isn1-tx1-left-c {
  width: 49%;
  float: left;
  border-style: solid;
  border-width: 1px;
  border-color: #d6d6d6;
  border-style: solid;
  border-radius: 10%;
  padding: 10px;
}
.isn1-tx1-right-c {
  width: 49%;
  float: right;
  border-style: solid;
  border-width: 1px;
  border-color: #d6d6d6;
  border-style: solid;
  border-radius: 10%;
  padding: 10px;
}
.isn1-tx1-left-c h6,
.isn1-tx1-right-c h6 {
  font-weight: 600;
}
.isn1-tx1-left-c-img {
  width: 50%;
  float: left;
}
.isn1-tx1-right-c-img {
  width: 50%;
  float: left;
}
.isn1-tx1-left-c-img img,
.isn1-tx1-right-c-img img {
  width: 90%;
}
.tech-isn1-text2 {
  padding-top: 50px;
}
.isn1-tx2-left-img {
  width: 49%;
  float: left;
}
.isn1-tx2-right-img {
  width: 49%;
  float: right;
}
.isn1-tx2-left-img img,
.isn1-tx2-right-img img {
  width: 75%;
}
.tech-isn1-text3 {
  margin-top: 80px;
}
.isn1-tx3-left-c {
  width: 40%;
  float: left;
  padding-right: 10px;
}
.isn1-tx3-right-c {
  width: 60%;
  float: right;
  padding-left: 40px;
}
.isn1-tx3-right-c img {
  width: 60%;
}
.tech-isn1-text4 {
  margin-top: 80px;
}
.isn1-tx4-left-c {
  width: 40%;
  float: left;
  padding-right: 10px;
}
.isn1-tx4-right-c {
  width: 60%;
  float: right;
  padding-left: 40px;
}
.isn1-tx4-right-c img {
  width: 60%;
}
.tech-isn1-text5 {
  margin-top: 80px;
}
.isn1-tx5-left-c {
  width: 40%;
  float: left;
  padding-right: 10px;
}
.isn1-tx5-right-c {
  width: 60%;
  float: right;
  padding-left: 40px;
}
.isn1-tx5-right-c img {
  width: 60%;
}
.tech-isn1-text6 {
  margin-top: 60px;
}
.isn1-tx6-left-c {
  width: 40%;
  float: left;
  padding-left: 10px;
}
.isn1-tx6-right-c {
  width: 60%;
  float: right;
}
.isn1-tx6-right-c-1 {
  width: 80%;
}
.isn1-tx6-right-c-2 {
  width: 70%;
}
.isn1-tx6-right-c-1 img,
.isn1-tx6-right-c-2 img {
  width: 100%;
}
.tech-isn1-text7 {
  margin-top: 80px;
}
.isn1-tx7-left-c {
  width: 20%;
  float: left;
  padding-right: 10px;
}
.isn1-tx7-right-c {
  width: 80%;
  float: right;
  padding-left: 40px;
}
.isn1-tx7-right-c img {
  width: 90%;
}
.tech-isn1-text9 {
  margin-top: 80px;
}
.tech-isn1-text9 table tr th {
  background-color: #3b85b4;
  color: white;
  font-weight: 600;
  font-size: 14px;
  color: white;
  padding: 8px;
}
.tech-isn1-text9 table td {
  font-size: 14px;
  padding: 8px;
}
.tech-isn1-text10 {
  margin-top: 80px;
}
.isn1-tx10-container {
  width: 100%;
}
.isn1-tx10-col1-img img {
  width: 100%;
}
.isn1-tx10-col2-img img {
  width: 60%;
}
.isn1-tx10-col3-img img {
  width: 60%;
}
.isn1-tx10-imgbox {
  padding-top: 30px;
}
isn1-tx10-img img {
  width: 50%;
}
.tech-isn1-text11 {
  margin-top: 80px;
}
.isn1-tx11-col2-img img {
  width: 70%;
}
.isn1-txt11-col3-img img {
  width: 100%;
}

/*--- Technology Introscan Case Study-2-----*/
#sec-tech-isn2 {
  font-family: "Arial Nova Light";
  font-size: 14px;
}
.tech-isn2-head {
  padding-bottom: 40px;
}
.isn2-fig-row {
  width: 100%;
  padding-left: 10%;
  padding-right: 10%;
}
.isn2-fig-left-c {
  width: 50%;
  float: left;
}
.isn2-fig-right-c {
  width: 50%;
  float: right;
}
.isn2-fig-left-c img,
.isn2-fig-right-c img {
  width: 90%;
}

.isn2-fig img {
  width: 75%;
}
.isn2-fig2 img {
  width: 60%;
}
.isn2-fig-text {
  padding-top: 15px;
  padding-bottom: 30px;
  width: 75%;
  text-align: center;
}
.isn2-fig-text h6 {
  font-size: 14px;
}
.tech-isn2-notch-tbl {
  width: 75%;
}
.tech-isn2-notch-tbl table {
  text-align: center;
}
.tech-isn2-notch-tbl td,
.tech-isn2-notch-tbl th {
  padding-left: 15px;
  padding-right: 15px;
  font-size: 11px;
}
.tech-isn2-notch-tbl table tr:nth-child(n + 2) {
  background-color: #088e08;
  color: white;
}
.tech-isn2-notch-tbl table tr:nth-last-child(-n + 6) {
  background-color: #bc1e24;
  color: white;
}
.isn2-fig-text2 h6 {
  font-size: 13px;
}
/*----Technology Congrete Testing MIRA-----*/
.tech-mira-img1 img {
  width: 50%;
  padding: 15px;
}
.tech-sw-imgbox1 {
  width: 100%;
}
.tech-mira-img2 img {
  width: 60%;
  padding: 15px;
}

/*---------- Localization IKTVA---------*/
#sec-localiz {
  font-family: "Arial Nova Light";
  font-size: 15px;
  overflow: hidden;
}

.localiz-head {
  padding-top: 5%;
  padding-left: 14%;
  text-align: left;
  width: 100%;
  height: 170px;
  background-color: #3b85b4;
  color: white;
  font-family: "Arial Nova Light";
  font-size: 25px;
  margin-bottom: 15px;
}
.localiz-local {
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 10px;
}
.localiz-local p,
.localiz-iktva p {
  text-align: justify;
}
.localiz-local h4,
.localiz-iktva h4 {
  color: #e2b80a;
}
.localiz-img1 {
  width: 50%;
  border-color: #3b85b4;
  border-style: solid;
  border-width: 1px;
  margin-right: 10px;
  margin-bottom: 20px;
  margin-left: 0;
}
.localiz-img1 img {
  width: 100%;
}
.localiz-img2 {
  width: 20%;
  border-color: #3b85b4;
  border-style: solid;
  border-width: 1px;
  margin-right: 13px;
  margin-bottom: 0;
  margin-left: 0;
  float: left;
}
.localiz-img2 img {
  width: 100%;
}

/*-------------Contact Us--------------*/
#sec-contact {
  margin-top: 70px;
  overflow: hidden;
  margin-bottom: 80px;
}

#sec-contact > .column-container {
  padding-bottom: 40px;
}
#sec-contact > .column-container > .column {
  width: 100%;
  height: 500px;
}
.contact-careers {
  margin-top: 20px;
  margin-bottom: 30px;
}
.contact-careers ul {
  margin: 3px;
  list-style: none;
  margin-left: 0px;
}
.contact-careers ul li i {
  padding-right: 15px;
  color: #2c9849;
}

.contact-left-col {
  margin-top: 40px;
  float: left;
  width: 40%;
  height: auto;
  font-family: "Arial Nova Light";
}
.contact-left-col > .contact-addr1 {
  padding-bottom: 50px;
  margin: 0px;
}
.contact-left-col > .contact-addr1 ul {
  margin: 3px;
  list-style: none;
  margin-left: 0px;
}
.contact-left-col > .contact-addr1 ul li i {
  padding-right: 15px;
  color: #2c9849;
}
.contact-left-col > .contact-addr2 {
  padding-bottom: 60px;
  margin: 0px;
}
.contact-left-col > .contact-addr2 ul {
  margin: 3px;
  list-style: none;
  margin-left: 0px;
}
.contact-left-col > .contact-addr2 ul li i {
  padding-right: 15px;
  color: #2c9849;
}

.contact-right-col {
  width: 60%;
  height: auto;
  float: left;
  padding-left: 0px;
}
.contact-right-col > .contact-map1 {
  padding-bottom: 40px;
}
.contact-followus {
  margin-top: 0px;
}
.contact-followus a {
  background: #494848;
  width: 33px;
  height: 33px;
  display: inline-block;
  border-radius: 50%;
}
.contact-followus a i {
  font-size: 19px;
  color: #fff;
  padding-left: 8px;
  padding-top: 8px;
}

/*-------------- Scope of Work ------------------- */
#sec-api653scope {
  font-family: "Arial Nova Light";
  overflow: hidden;
}
#sec-api653scope > .column-container {
  padding-bottom: 20px;
}
#sec-api653scope > .column-container > .column {
  width: 100%;
  height: 500px;
}
.api653scope-list ul {
  padding: 15px;
}
.api653scope-list ul li {
  padding: 7px;
  list-style: decimal;
  font-size: 15;
}

/*----- Test -----------*/

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 75px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content1 {
  background-color: #fefefe;
  margin: auto;
  border: 1px solid #888;
  border-radius: 5px;
  width: 30%;
}

.modal-content2 {
  background-color: #fefefe;
  margin: auto;
  border: 1px solid #888;
  border-radius: 5px;
  width: 60%;
}
.modal-text {
  padding: 50px;
  font-family: tahoma;
}
.modal-text h3 {
  font-family: "Sakkal Majalla";
  font-size: 25px;
  font-weight: 1200;
  color: #898888;
}
.modal-text p {
  font-size: 13.5px;
}
/* The Close Button */

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  background: #989898;
}
.modal-image img {
  width: 100%;
}
.modal-image2 img {
  width: 98%;
  height: 22vh;
  border-radius: 5px;
}
.buyersellerimg img {
  margin-bottom: 20px;
}
.buyersellerimg img {
  padding: 10px;
  width: 90%;
  text-align: left;
}
.buyersellerimg2 {
  margin-top: 25px;
  margin-bottom: 50px;
}
.buyersellerimg2 img {
  padding-left: 10px;

  border-radius: 10px;
  width: 100%;
  text-align: left;
}
.rannouncecol {
  border-left-style: solid;
  border-left-color: #d8d8d8;
  border-left-width: 2px;
}
