@charset "utf-8";
/* CSS Document */
@import url("font-awesome.css");
@import url("magnified.css");
@import url("http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700");
@import url(http://fonts.googleapis.com/css?family=Lato:400,300,700);
@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700);
html {
  scroll-behavior: smooth;
}

/*---------colours-text--------------------------------*/
/*.grad1{background-image: linear-gradient(to bottom right, #3f51b5, #e91e63);}*/ /*-3f51b5-*/
.grad1 {
  background-image: linear-gradient(to bottom right, #055794, #2196f3);
}
.io-radixblue {
  background-color: #055794;
}
.io-text-radixblue {
  color: #055794;
}
.io-text-yellow {
  color: #fec303;
}
.io-dark {
  background-color: #343a40;
}
.io-text-dark {
  color: #6c757d !important;
}
.io-bliz-red {
  background-color: #e6594a !important;
  color: #ffffff;
}
.io-text-bliz-red {
  color: #e6594a !important;
}
.io-bliz-dark {
  background-color: #4b6870 !important;
  color: #ffffff;
}
.io-text-bliz-dark {
  color: #4b6870 !important;
}

.io-text-bold {
  font-weight: bold;
}

body,
h6,
.button,
input[type="button"],
input[type="submit"],
input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 20px;
  color: #555;
  margin: 0;
}
h5 {
  font-size: 20px;
  color: #343a40;
  padding: 5px;
}
/*body a{
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	text-decoration:none;
}*/
h1,
h2,
h3,
h4,
h5,
h6 {
  /*margin:0;	*/
  /*font-family: 'Dosis', sans-serif;*/
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

/*--------------------------------------------------*/

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

a {
  text-decoration: none;
}

a:hover {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #555;
}
a:focus {
  outline: none;
  text-decoration: none;
}
.not-ie a {
  -webkit-transition: background-color 0.2s ease, border 0.2s ease,
    color 0.2s ease, opacity 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease,
    opacity 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease,
    opacity 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease,
    opacity 0.2s ease-in-out;
  transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease,
    opacity 0.2s ease-in-out;
}
/*----------------------------------------------------*/
.logoheader {
  background: #fec303;
  display: block;
  /*text-align:center;*/
  padding: 0.76em 0.7em;
}
/* .nameheader {
  background: #FEC303;
  border-right:1px dotted #4db6ac;
} */

.nameheader a {
  display: block;
  text-align: left;
}
.nameheader a:hover {
  text-decoration: none;
}
.nameheader a .logoicon {
  display: inline-block;
  float: left;
}
.nameheader a .logoicon .prt1 {
  display: block;
}
.nameheader a .logoicon .prt2 {
  display: block;
  font-size: 0.6em;
}
.nameheader a .brandname {
  display: inline-block;
  float: left;
  margin-top: 10px;
}
.nameheader a .brandname .prt1 {
  font-size: 2.7em;
  font-family: "Dosis", sans-serif;
  /*text-align: center;*/
  color: #e6594a; /*#4db6ac;*/
  text-decoration: none;
  font-weight: 600;
  display: block;
}

.nameheader a .brandname .prt2 {
  font-size: 1em;
  letter-spacing: 3px;
  /*padding-left:2em;*/
  /*margin-left:1em;*/
  color: #000;
  font-weight: 600;
  display: block;
}

h4.title {
  font-size: 2em;
  /*text-align: center;*/
  color: #343a40;
  font-weight: 600;
  position: relative;
  margin-bottom: 1em;
  padding-bottom: 0.3em;
}

h4.title:before {
  content: "";
  width: 100%;
  height: 0.8px;
  background: #e6594a; /*#4db6ac;*/
  position: absolute;
  bottom: 0;
  left: 6%;
  display: block;
}
/* #pagetitle h2 {
  text-align:center;
} */
#pagetitle h2 .pttl1 {
  background-color: #343a40;
  padding: 10px;
  color: #fff !important;
}
#pagetitle h2 .pttl2 {
  background-color: #e6594a;
  padding: 10px;
  color: #fff !important;
}
/* ===================================================== */
/* 30. LIST & BULLETS									 */
/* ===================================================== */
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* --------list style  CSS---------- */
.list_style li {
  font-family: PT sans, Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 21px;
  padding: 3px 2px 3px 10px;
  position: relative;
}

.list_style li a {
  color: #666;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  text-decoration: none;
  padding-left: 20px;
}
.list_style li a:hover {
  color: #e74c3c;
  text-decoration: none;
}
.list_style li a.active {
  color: #e74c3c;
}

<!----List style Red circle-------------------------- > .list_style.circle li {
  padding: 3px 2px 3px 23px;
}
.list_style.circle li:before {
  font-family: FontAwesome;
  content: "\f105";
  color: #ffffff;
  background: #e74c3c;
  border-radius: 50%;
  display: inline-block;
  height: 16px;
  line-height: 16px;
  width: 16px;
  text-align: center;
  font-size: 11px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  position: absolute;
  left: 0;
  top: 5px;
}
/*=======================================================*/
/*   	NAVBAR TOGGLE MENU 								 */
/*=======================================================*/
.navbar-toggle {
  border: 1px solid #ffffff;
  border-radius: 5px;
}
.navbar-toggle .icon-bar {
  background-color: #ffffff;
}
/*=======================================================*/
/*   	TOPMENU 										 */
/*=======================================================*/
/*#4db6ac*/
/*
#topmenu{height:20px}
#topmenu a{font-size:14px; padding:10px 10px 10px 10px; background-color:#e6594a; color:#ffffff; border:1px solid #e6594a; border-radius:0px 0px 5px 5px; display:inline-block; text-align:center}
#topmenu > a.active{background-color:#343a40;color:#e6594a; border:1px solid #343a40;}
#topmenu a:hover{ text-decoration:none; background-color:#343a40; color:#e6594a}
#topmenu a span{font-size:14px; display:block}
*/
/*=======================================================*/
/*	 	STRIP												*/
/*======================================================*/

.strip {
  float: left; /*width:33.31%;*/
  padding: 5px 15px;
}

.strip > .strip1 {
  display: inline-block;
  vertical-align: top;
  padding: 5px 10px 0px 0px;
}
.strip > .strip2 {
  display: inline-block;
}
.strip > .strip2 > .strip21 {
  display: block;
  font-size: 1.5rem;
  color: #adb5bd;
}
.strip > .strip2 > .strip22 {
  display: block;
  font-size: 1.3rem;
}

.clipart_head {
  font-size: 3rem;
}
@media screen and (max-width: 600px) {
  .strip {
    float: left;
    padding: 2px;
    text-align: center; /*width: 33.33%*/
  }
  .stp1 {
    float: left;
    width: 30%;
  }
  .stp2 {
    float: left;
    width: 40%;
  }
  .stp3 {
    float: left;
    width: 30%;
  }
  /*.strip22{padding-right:10px;}*/
  .clearfix {
    padding-top: 5px;
  }
  .clearfix::after {
    content: "";
    clear: both;
    display: table;
  }
}
/* ===================================================== */
/* 2. NAVIGATION BAR
/* ===================================================== */
/* Remove the navbar's default margin-bottom and rounded borders */
.navbar {
  margin-bottom: 0;
  border-radius: 0;
  /*padding:16px 0px;*/
  background-color: #343a40;
}
.navbar-brand {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
}
/*.nav.navbar-nav li a {
							color: white;
							}*/
@media screen and (min-width: 600px) {
  .navbar-brand {
    display: none;
  }
}

.navbar-nav.navbar-center {
  position: absolute;
  left: 50%;
  transform: translatex(-50%);
}
.nav > li {
  padding: 0px 5px;
  border-left: 1px solid #262626;
  border-right: 1px solid #595959;
}
.nav li a {
  color:/*#e6594a*/ #fff !important;
  font-size: 13px;
  text-transform: uppercase;
  border-bottom: 2px solid #e6594a;
}

.nav li a:hover {
  background-color: #e6594a;
  color: #ffffff !important;
}

.nav .dropdown-menu {
  background-color: #343a40;
  color: #ffffff;
}
.nav .dropdown-menu li a {
  border-bottom: 0px;
}
.nav .dropdown-menu li a:hover {
  background-color: #e6594a;
  color: #ffffff;
}

/* ===================================================== */
/* 4.  FOOTER & FOOTER WIDGETS
/* ===================================================== */
.footer_bottom {
  background: #292f38;
  padding: 20px 0;
  color: #fff;
}
.footer {
  background: #323a45;
  padding: 30px 0;
  position: relative;
  color: #fff;
}
/* Footer Widgets
====================================*/

.widget_content {
  margin-top: 15px;
}
.widget_content > p {
  font-family: Pt Sans, Helvetica, Arial, sans-serif;
  font-size: 14px;
}
.copyright {
  color: #aaaaaa;
  font-size: 12px;
  line-height: 40px;
  margin: 0;
}
.copyright a {
  color: #fff;
  text-decoration: none;
}
.copyright a:hover {
  color: #aaa;
}
.sidebar .widget h4 span {
  background: #fff;
  color: inherit;
}

/* Twitter Feed Widget
====================================*/
.tweet_list {
  padding: 0;
  position: relative;
  margin: 0 auto;
  list-style: none;
}
.tweet_list li {
  color: #fff;
  margin-bottom: 5px;
}
.tweet_list li::before {
  content: "";
  font-family: fontawesome;
  font-size: 16px;
  padding-right: 8px;
  position: absolute;
}
.tweet_list li p {
  line-height: 20px;
  overflow: hidden;
  margin-left: 26px;
}
.tweet_list li p a {
  color: #fff;
  font-weight: 700;
  font-size: 12px;
}
.tweet_content .time {
  font-size: 12px;
  color: #e3e3e3;
  font-family: Lato, Helvetica, Arial, sans-serif;
  font-weight: bold;
  padding-left: 25px;
}

/* Contact Widget
====================================*/
.contact-details-alt {
  padding: 0;
}
.contact-details-alt li {
  list-style: none;
}
.contact-details-alt li p strong {
  color: #fff;
  float: left;
  margin: 0;
  font-size: 12px;
  width: 25%;
}
.contact-details li p strong {
  color: #666;
  float: left;
  margin: 0 5px 5px 0;
}
.contact-details-alt li {
  margin: 0 0 5px 0;
}
.contact-details p,
.contact-details li,
.contact-details a {
  color: #666;
}
.contact-details-alt p {
  line-height: 18px;
  width: 100%;
  margin: 0;
}
.contact-details-alt p a {
  color: #ffffff;
  font-weight: 700;
  font-size: 12px;
}
.contact-details-alt p a:hover {
  color: #919191;
}
.contact-details-alt li i {
  float: left;
  font-size: 12px;
  margin: 2px 0 0 0;
  width: 15px;
}
.widget_info_contact {
  padding: 0;
  margin-top: 20px;
}
.widget_info_contact li {
  list-style: none;
}
.widget_info_contact li p strong {
  color: #666;
  float: left;
  margin: 0 5px 5px 0;
  font-size: 12px;
  width: 20%;
}
.widget_info_contact li {
  margin: 0 0 5px 0;
}
.widget_info_contact p {
  margin: 0 0 0 20px;
  line-height: 18px;
  overflow: hidden;
}
.widget_info_contact p a {
  color: #666;
  font-weight: 600;
  font-size: 12.5px;
}
.widget_info_contact p a:hover {
  color: #919191;
}
.widget_info_contact li i {
  float: left;
  margin: 1px 0 0 0;
}
/* Recent Posts Widget
====================================*/
.links {
  margin: 0;
  padding: 0;
}
.links li {
  list-style: none;
}

.links li::before {
  content: "";
  font-family: FontAwesome;
  font-size: 13px;
  margin-right: 5px;
}

.links li a {
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  line-height: 22px;
}
.footer li a:hover {
  color: #659524;
}
.links li span {
  display: block;
  color: #919191;
  font-size: 12px;
  margin-bottom: 6px;
}
/* Social Widget
====================================*/
.widget_social {
  list-style: none outside none;
  margin: 0 auto;
  overflow: hidden;
  padding: 0;
  /*background-color:#CCFFFF;*/
  text-align: center;
}
.widget_social li {
  float: none;
  text-align: center;
  background: none !important;
  display: inline-block;
}
.widget_social li a {
  color: #666;
  display: block;
  /*height: 46px;*/
  text-align: left;
  width: 30px;
  padding: 0px 5px;
  /*border-radius:50%;*/
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.widget_social li a i {
  font-size: 14px;
  /*line-height: 46px;*/
  margin-right: 0;
  float: none;
}
.widget_social li a.fb:hover {
  color: #2f5a9a;
}
.widget_social li a.twtr:hover {
  color: #3abdd1;
}
.widget_social li a.gmail:hover {
  color: #363636;
}
.widget_social li a.pinterest:hover {
  color: #d13a3a;
}
.widget_social li a.rss:hover {
  color: #f15200;
}
.widget_social li a.tumblr:hover {
  color: #203550;
}
.widget_social li a.flickrs:hover {
  color: #ff0084;
}
.widget_social li a.instagram:hover {
  color: #507ea4;
}
.widget_social li a.linkedin:hover {
  color: #0072b2;
}
.widget_social li a.skype:hover {
  color: #00aaf1;
}
.widget_social li a.youtube:hover {
  color: #ff3330;
}
.widget_social li a.dribbble:hover {
  color: #f973a4;
}

footer_social {
  float: right;
}
.footbot_social {
  list-style: none outside none;
  margin: 0 auto;
  overflow: hidden;
  padding: 0;
}

.footbot_social li {
  float: right;
  background: none !important;
}
.footbot_social li a {
  color: #666;
  display: block;
  height: 40px;
  text-align: center;
  width: 40px;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  border-radius: 100%;
  -moz-border-radius: 100%;
}
.footbot_social li a i {
  font-size: 18px;
  line-height: 40px;
  margin-right: 0;
  float: none;
}
.footbot_social li a.fb:hover {
  color: #fff;
  background: #1877f2;
}
.footbot_social li a.twtr:hover {
  color: #fff;
  background: #1da1f2;
}
.footbot_social li a.rss:hover {
  color: #fff;
  background: #f15200;
}
.footbot_social li a.skype:hover {
  color: #fff;
  background: #0a66c2;
}
.footbot_social li a.dribbble:hover {
  color: #fff;
  background: #fd1d1d;
}
/* ==================================================
   24. TITLE
================================================== */
.dividerHeading,
.widget_title {
  text-align: left;
  position: relative;
  margin-bottom: 30px;
}
.dividerHeading h4,
.widget_title h4 {
  font-size: 18px;
  position: relative;
  line-height: 0;
  border-bottom: 1px solid #8cbe45;
}
.dividerHeading h4 span {
  background: white;
  position: relative;
  line-height: 7px;
  top: 4px;
  display: inline-block;
}
/*.dividerHeading h4 span:before,
.widget_title h4 span:before,*/
.dividerHeading h4 span:after,
.widget_title h4 span:after {
  color: #8cbe45;
  font-size: 10px;
  content: "\f10c";
  font-family: fontawesome;
  display: inline-block;
}
/*.dividerHeading h4 span:before,
.widget_title h4 span:before
{
    margin-right:10px ;
}*/
.dividerHeading h4 span:after,
.widget_title h4 span:after {
  margin-left: 10px;
}
.widget_title {
  position: relative;
}
.widget_title h4 {
  font-size: 14px;
  text-transform: uppercase;
}
.footer .widget_title h4 {
  border-color: #dfdfdf;
}
/*.footer .widget_title h4 span:before,*/
.footer .widget_title h4 span:after {
  color: #dfdfdf !important;
}
.footer .widget_title h4 span {
  color: #fff;
  padding: 0;
  background: #323a45;
}
/*=======================================================================*/
.fancy {
  line-height: 0.5;
  text-align: center;
  font-family: "Dosis", sans-serif;
  font-size: 24px;
}
.fancy span {
  display: inline-block;
  position: relative;
  /*width:100%;*/
}
.fancy span:before,
.fancy span:after {
  content: "";
  position: absolute;
  height: 5px;
  border-bottom: 1px solid red;
  border-top: 1px solid red;
  top: 0;
  width: 100%;
}
.fancy span:before {
  right: 100%;
  margin-right: 15px;
}
.fancy span:after {
  left: 100%;
  margin-left: 15px;
}
#feed span {
  padding: 5px;
  display: inline-block;
}
#feed span img {
  width: 70px;
  height: 70px;
  /* -webkit-filter: grayscale(100%);
  filter: grayscale(100%); */
}

/*=======================================================================*/
/*/////////////////////////////////////////////////////////////////////*/
/*							HOME PAGE								*/
/*/////////////////////////////////////////////////////////////////////*/
/*#evolution > div >div{ background-color:#666666}*/
#evolution > div > div > img {
  vertical-align: baseline;
  width: 80%;
  margin-top: 3em;
}
/*------------------Flat Icon-----------------------------------*/
#glyphs {
  border-bottom: 1px solid #ccc;
  padding: 2em 0;
  text-align: center;
}
.glyph {
  display: inline-block;
  width: 9em;
  margin: 1em;
  text-align: center;
  vertical-align: top;
  background: #fff;
}
.glyph .glyph-icon {
  padding: 10px;
  display: block;
  font-family: "Flaticon";
  font-size: 64px;
  line-height: 1;
}
.glyph .glyph-icon:before {
  font-size: 64px;
  color: #e6594a;
  margin-left: 0;
}
/*------------------------------------------------*/
/*/////////////////////////////////////////////////////////////////////*/
/*							EHS PAGE								*/
/*/////////////////////////////////////////////////////////////////////*/
#ehspanels {
  padding: 16px 0px;
}
/* #ehspanels > div {
} */
/* #ehspanels > div > div {
  margin:0px 10px;
	width:20%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
} */

#ehspanels > div > div > h5 {
  font-size: 20px;
  color: #003366;
  padding: 5px;
}
#ehspanels > div > div > p {
  padding: 5px;
}

/*/////////////////////////////////////////////////////////////////////*/
/*							CONTACT US PAGE								*/
/*/////////////////////////////////////////////////////////////////////*/

/*--map--*/
.map-left {
  padding: 0;
  /*background-color:#343a40;*/
}
.map iframe {
  width: 100%;
  min-height: 350px;
  border: none;
}
.map-right {
  background: #e6594a; /*#988AEE;*/
  padding: 2px;
  height: 600px;
  /*text-align: center;*/
}
.map-right h4 {
  font-size: 2em;
  color: #fff;
  font-weight: 400;
}
.map-right p {
  color: #fff;
  font-size: 1em;
  letter-spacing: 1px;
  font-weight: 100;
  margin: 1em 0 2em;
}
.map-right p a {
  color: #fff;
  font-size: 1.1em;
}
.map-right p a:hover {
  color: #000;
}
.map .social-icons {
  margin-top: 2.1em;
}
.map .social-icons ul li:nth-child(3) {
  margin-right: 0.5em;
}
/*--//map--*/

#msg {
  padding: 20px;
}
#msg input[type="text"],
input[type="email"],
textarea {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
#msg button {
  background-color: #fff !important;
  font-size: 16px;
  padding: 5px 10px;
  border: 1px solid #ececec;
}
#msg button:hover {
  background-color: #343a40 !important;
  color: #aeb0b3 !important;
}
/*/////////////////////////////////////////////////////////////////////*/
/*							SOFTWARE PAGE								*/
/*/////////////////////////////////////////////////////////////////////*/

#softpanels > .row {
  padding: 16px 0px;
}
