/*
project Name : Developer Test;
BY: i.emam ;
RELEASE : 2/2019
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600");
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

a, a:hover {
  text-decoration: none;
}

.m-t20 {
  margin-top: 20px;
}

a {
  text-transform: capitalize;
}

img {
  border: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.clearfix {
  clear: both;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

hr {
  height: 2px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border: 0;
  background-color: #f6f6f6;
}

input {
  outline: none;
}
input input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
}
input input::-webkit-search-decoration,
input input::-webkit-search-cancel-button {
  display: none;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, label, body {
  font-family: "Open Sans", sans-serif;
}

@font-face {
  font-family: "Univers LT Pro 55 Roman";
  src: url(../fonts/UniversLTPro-55Roman.woff) format("woff");
}
@font-face {
  font-family: "Univers LT Pro 45 Light";
  src: url(../fonts/UniversLTPro-45Light.woff) format("woff");
}
@font-face {
  font-family: "Univers LT Pro 65 Bold";
  src: url(../fonts/UniversLTPro-65Bold.woff) format("woff");
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

#toTop {
  display: inline-block;
  background-color: #FF9800;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#toTop:hover {
  cursor: pointer;
  background-color: #0057b8;
}
#toTop:active {
  background-color: #555;
}

#toTop.show {
  opacity: 1;
  visibility: visible;
}

header {
  border-bottom: 1px solid #f6f6f6;
  margin-bottom: 65px;
  padding-bottom: 15px;
  padding-top: 15px;
}
header .logo {
  margin-left: 20px;
}
header li {
  display: inline-block;
}
header a {
  color: #000;
}
header .top-header {
  width: 100%;
  display: block;
  margin-bottom: 30px;
}
header .top-header ul {
  float: left;
}
header .top-header ul li {
  border-right: 1px solid #000;
  line-height: 0.8;
}
header .top-header ul li a {
  font-family: "Univers LT Pro 45 Light";
  padding: 5px 10px;
  margin: 0px 15px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  font-size: 0.85em;
}
header .top-header ul li a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #41b6e6;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
header .top-header ul li a:hover, header .top-header ul li a:focus, header .top-header ul li a:active {
  color: white;
}
header .top-header ul li a:hover:before, header .top-header ul li a:focus:before, header .top-header ul li a:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
header .top-header ul li:last-child {
  border: none;
}
header .top-header ul:last-of-type {
  float: right;
}
header .main-header {
  position: relative;
}
header .main-header nav {
  display: inline-block;
  width: 70%;
  text-align: center;
}
header .main-header nav ul li {
  margin-right: 5%;
}
header .main-header nav ul li a {
  font-family: "Univers LT Pro 55 Roman";
  padding: 3px 8px;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
  font-weight: 800;
  font-size: 1.2em;
  color: #000;
}
header .main-header nav ul li a:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 51%;
  right: 51%;
  bottom: -30px;
  background: #41b6e6;
  height: 4px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
header .main-header nav ul li a:hover:before, header .main-header nav ul li a:focus:before, header .main-header nav ul li a:active:before {
  left: 0;
  right: 0;
}

.search-box {
  position: absolute;
  top: 10px;
  right: 0;
  transform: translate(-10%, -10%);
}

.search-btn {
  color: #0057b8;
  transition: 0.5s all;
  padding: 0 10px;
  font-size: 1.2em;
}

.search-text {
  background-color: transparent;
  outline: none;
  padding: 0;
  color: #1d1d1d;
  font-size: 0.8em;
  line-height: 40px;
  width: 0;
  transition: 0.5s all;
  border: 0;
  border-bottom: 1px solid #c0c0c0;
}

.search-box:hover > .search-text {
  width: 100px;
}

.search-box:hover > .search-btn {
  background-color: white;
}

.mob-search {
  display: none;
}

/* Screen reader only */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

/* Button styling */
.menu-toggle {
  font-size: 1.7em;
  color: #0057b8;
  float: right;
}

.fa-times {
  color: #fff;
}

.menu-toggle:hover,
.menu-toggle:focus {
  color: #0057b8;
}

/*
 Default styles + Mobile first
 Offscreen menu style
*/
.main-menu {
  position: absolute;
  left: -200px;
  top: 0;
  height: 100%;
  overflow-x: visible;
  transition: left 0.3s ease, box-shadow 0.3s ease;
  z-index: 999;
}

.main-menu ul {
  /* Hide shadow w/ -8px while 'closed' */
  min-height: 100%;
  width: 200px;
  background: #1a1a1a;
}

.main-menu .menu-close {
  position: absolute;
  right: 0;
  top: 0;
}

/*
 On small devices, allow it to toggle...
*/
/*
 :target for non-JavaScript
 aria-expanded="true/false" will be for JavaScript
*/
.main-menu:target,
.main-menu[aria-expanded=true] {
  left: 0;
  outline: none;
  -moz-box-shadow: 3px 0 12px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 3px 0 12px rgba(0, 0, 0, 0.25);
  box-shadow: 3px 0 12px rgba(0, 0, 0, 0.25);
}

.main-menu:target .menu-close,
.main-menu[aria-expanded=true] .menu-close {
  z-index: 1001;
}

.main-menu:target ul,
.main-menu[aria-expanded=true] ul {
  position: relative;
  z-index: 1000;
}

/* 
 We could us `.main-menu:target:after`, but
 it wouldn't be clickable.
*/
.main-menu:target + .backdrop,
.main-menu[aria-expanded=true] + .backdrop {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 998;
  background: #000;
  background: rgba(0, 0, 0, 0.85);
  cursor: default;
}

@media (min-width: 800px) {
  .menu-toggle,
.main-menu .menu-close {
    display: none;
  }

  .main-menu {
    left: auto;
    top: auto;
    height: auto;
  }

  .main-menu ul {
    width: auto;
    background: none;
  }
}
content h2 {
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 30px;
  font-family: "Open Sans", sans-serif;
  font-weight: lighter;
}
content .about {
  margin-bottom: 75px;
}
content .about .about-barrier {
  width: 45%;
  float: left;
}
content .about .about-barrier h1 {
  font-family: "Univers LT Pro 55 Roman";
  background-color: #0057b8;
  text-transform: capitalize;
  color: #fff;
  width: 65%;
  text-align: center;
  padding: 20px 50px 0 40px;
  font-weight: lighter;
  margin-left: -15px;
  margin-bottom: 50px;
}
content .about .about-barrier p {
  font-size: 1.2em;
  line-height: 1.5;
  padding-left: 40px;
  margin: 0;
}
content .about .owl-carousel {
  width: 40%;
  float: left;
  margin-left: 15%;
}
content .features .main-features {
  float: left;
  width: 100%;
  margin-bottom: 95px;
  padding-left: 10%;
}
content .features .main-features ul {
  float: left;
  width: 50%;
  padding-right: 5%;
}
content .features .main-features ul:last-of-type {
  padding-left: 0;
  padding-right: 3%;
}
content .features .main-features ul li {
  color: #707070;
  display: block;
  background: url(../images/features-icon.jpg) no-repeat left center;
  padding-left: 40px;
  line-height: 2;
  font-size: 1.1em;
}
content .features .features-blocks {
  margin-bottom: 55px;
  float: left;
  width: 100%;
  padding-left: 10%;
}
content .features .features-blocks .f-block {
  background-color: #0057b8;
  float: left;
  width: 21%;
  padding: 30px 15px 15px 20px;
  margin-right: 3%;
  border-radius: 30px 0 30px 30px;
  min-height: 400px;
}
content .features .features-blocks .f-block h3 {
  font-family: "Univers LT Pro 65 Bold";
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 30px;
  font-size: 1.5em;
}
content .features .features-blocks .f-block ul li {
  background: url(../images/features-blocks-icon.jpg) no-repeat left top;
  color: #fff;
  margin-bottom: 7px;
  font-size: 0.7em;
  padding-left: 25px;
  padding-bottom: 5px;
}
content .features .features-blocks .f-block ul li a {
  color: #fff;
}
content .features .features-blocks .f-block ul li a:hover {
  text-decoration: underline;
}
content .grade .table {
  border-collapse: collapse !important;
  width: 90%;
  max-width: 100%;
  margin-bottom: 80px;
  margin-left: 5%;
}
content .grade .table > thead {
  background-color: #41b6e6;
}
content .grade .table > thead > tr > th {
  color: #FFF;
  vertical-align: middle !important;
}
content .grade .table tr td {
  font-family: "Univers LT Pro 45 Light" !important;
}
content .grade .table > thead > tr > th span {
  display: block;
}
content .grade .table > thead > tr > th,
content .grade .table > tbody > tr > th,
content .grade .table > tfoot > tr > th,
content .grade .table > thead > tr > td,
content .grade .table > tbody > tr > td,
content .grade .table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
  font-size: 0.8em;
  text-align: center;
  font-family: "Univers LT Pro 65 Bold";
}
content .grade .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #cbdcf0;
}
content .grade table col[class*=col-] {
  position: static;
  display: table-column;
  float: none;
}
content .grade table td[class*=col-],
content .grade table th[class*=col-] {
  position: static;
  display: table-cell;
  float: none;
}
content .grade .table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  content .grade .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  content .grade .table-responsive > .table {
    margin-bottom: 0;
  }
  content .grade .table-responsive > .table > thead > tr > th,
content .grade .table-responsive > .table > tbody > tr > th,
content .grade .table-responsive > .table > tfoot > tr > th,
content .grade .table-responsive > .table > thead > tr > td,
content .grade .table-responsive > .table > tbody > tr > td,
content .grade .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
}
content .help-links {
  width: 100%;
  float: left;
  padding-top: 60px;
}
content .help-links ul {
  float: left;
  width: 100%;
  margin-bottom: 140px;
}
content .help-links ul li {
  width: 25%;
  float: left;
  color: #000;
  text-align: center;
  background: url(../images/envlop.jpg) no-repeat top center;
  padding-top: 40px;
  font-family: "Univers LT Pro 65 Bold";
}
content .help-links ul li a {
  display: block;
  color: #41b6e6;
  font-family: "Univers LT Pro 65 Bold";
  font-size: 0.8em;
}

footer {
  background-color: #00afe8;
  width: 100%;
  float: left;
  padding: 55px 300px 65px 120px;
  position: relative;
}
footer:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 16%;
  background-color: #0057b8;
  left: 0;
  bottom: 0;
}
footer .useful-links {
  font-family: "Open Sans", sans-serif;
  font-size: 0.8em;
  position: absolute;
  right: 2%;
  top: -38px;
  color: #fff;
  background-color: #0057b8;
  padding: 10px 20px 10px 40px;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
footer .useful-links:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #00afe8;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
footer .useful-links:hover, footer .useful-links:focus, footer .useful-links:active {
  color: white;
}
footer .useful-links:hover:before, footer .useful-links:focus:before, footer .useful-links:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
footer .useful-links i {
  margin-left: 40px;
}
footer .first-toKnow-btn {
  font-family: "Open Sans", sans-serif;
  font-size: 0.8em;
  position: absolute;
  right: 2%;
  bottom: 0;
  color: #fff;
  background-color: #00afe8;
  padding: 10px 20px;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
footer .first-toKnow-btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #41b6e6;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
footer .first-toKnow-btn:hover, footer .first-toKnow-btn:focus, footer .first-toKnow-btn:active {
  color: white;
}
footer .first-toKnow-btn:hover:before, footer .first-toKnow-btn:focus:before, footer .first-toKnow-btn:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
footer .first-toKnow-btn i {
  margin-right: 20px;
  font-size: 1.4em;
}
footer h3 {
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 25px;
  font-size: 1.1em;
}
footer .explore-innovia, footer .social-media, footer .popular-links {
  float: left;
  width: 33.3333%;
}
footer .popular-links, footer .social-media {
  padding-left: 10%;
}
footer .popular-links ul li, footer .social-media ul li {
  line-height: 1.7;
}
footer .popular-links ul li a, footer .social-media ul li a {
  font-size: 0.9em;
  color: #fff;
  text-transform: capitalize;
}
footer .popular-links ul li a:hover, footer .social-media ul li a:hover {
  color: #0057b8;
  -webkit-transition: color 0.5s ease-out;
  -moz-transition: color 0.5s ease-out;
  -o-transition: color 0.5s ease-out;
  transition: color 0.5s ease-out;
  text-decoration: none;
}
footer .social-media li {
  display: inline-block;
  margin-left: 10px;
}
footer .social-media li a {
  font-size: 1.4em !important;
}

@media (max-width: 800px) {
  header .top-header ul, header .top-header ul:last-of-type {
    float: none;
    text-align: center;
    margin-bottom: 15px;
  }

  header .main-header nav ul li {
    display: block;
    line-height: 3;
  }

  header .main-header nav ul li a {
    color: #fff !important;
  }

  header .main-header nav ul li a:before {
    background-color: transparent;
  }

  header .main-header nav {
    width: auto;
  }

  @supports (position: fixed) {
    .main-menu,
.main-menu:target + .backdrop,
.main-menu[aria-expanded=true] + .backdrop {
      position: fixed;
    }
  }
}
@media (max-width: 767px) {
  content .about .about-barrier {
    float: none;
    width: 100%;
    margin-bottom: 20pX;
  }

  content .about .about-barrier h1 {
    width: 100%;
    margin-left: 0;
    margin-bottom: 10px;
  }

  content .features .main-features ul {
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
  }

  content h2 {
    margin-bottom: 10px;
    margin-top: 10px;
  }

  content .about .owl-carousel {
    width: 100%;
    float: none;
    margin-left: 0;
  }

  content .features .main-features {
    padding-left: 0;
  }

  content .features .main-features ul li {
    font-size: 0.85em;
  }

  content .features .features-blocks .f-block {
    width: 100%;
    min-height: initial;
    margin-bottom: 20px;
  }

  content .help-links {
    padding-top: 0;
  }

  content .help-links ul li {
    float: none;
    width: 100%;
    margin: 15px auto;
  }

  footer {
    padding: 5px;
  }

  footer .explore-innovia, footer .social-media, footer .popular-links {
    width: 100%;
    float: none;
    margin-bottom: 20px;
    text-align: center;
  }

  footer .popular-links {
    padding-bottom: 100px;
  }

  footer:before {
    height: 10% !important;
  }

  footer .popular-links ul li {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 20px;
  }

  footer h3 {
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  content .features .features-blocks .f-block {
    width: 45%;
    margin-bottom: 30px;
  }

  content .about .about-barrier h1 {
    width: 100%;
  }

  content .about .owl-carousel {
    margin-left: 5%;
    width: 50%;
  }

  content .features .main-features {
    padding-left: 5%;
  }

  content .features .main-features ul li {
    font-size: 0.75em;
  }

  footer {
    padding: 50px;
  }
}
@media (min-width: 992px) {
  content .about .about-barrier h1 {
    width: 90%;
  }
}
@media (min-width: 992px) and (max-width: 1100px) {
  content .features .features-blocks .f-block:first-child {
    width: 25%;
  }
}
@media (max-width: 1315px) {
  content .features .features-blocks {
    padding-left: 5%;
  }
}
@media (max-width: 800px) {
  .hide-it {
    display: none;
  }

  .mob-search {
    position: relative;
    text-align: center;
    width: 100%;
    display: block;
    transform: none;
  }

  .search-box:hover > .search-text {
    width: 300px;
  }
}
@media (min-width: 800px) and (max-width: 940px) {
  .main-menu ul {
    text-align: left;
    margin-left: 15px;
    margin-top: 10px;
  }

  header .main-header nav ul li {
    margin-right: 2%;
  }
}

/*# sourceMappingURL=main.css.map */
