@charset "UTF-8";
/*
Theme Name: BuildPress HTML Theme
Theme URI: http://weblusive.com/buildpress
Author: ProteusThemes & UXUIAESTHETICS
Author URI: http://www.proteusthemes.com/
Version: 1.0.0
*/
/* TABLE OF CONTENTS
	01. Project variables............Imported variables
	02. Twitter Bootstrap............Remove what is not neccessary
	03. Tags.........................Like <body>, <h1> etc.
	04. Helpers and utility classes..The general styles like .push-down-15 etc.
	05. Components...................Generic layout elements.
		05.01. Top Bar
		05.02. Header Layout
		05.03. Main Title
		05.04. Breadcrumbs
		05.05. Sidebar
		05.06. Footer and Footer-bottom
		05.07. Page Builder
		05.08. Top Navigation
		05.09. Main Navigation
		05.10. Footer Navigation
		05.11. ind-jumbotron
		05.12. Buttons
		05.13. Custom Widgets
		05.14. Shortcodes
		05.15. Pagination
		05.16. Comments
		05.17. Widgets
		05.18. Misc
		05.19. Error 404
		05.20. Contact Form 7
		05.21. Font Awesome
*/
/*------------------------------------*\
	01. Project variables

	only visible in SASS source files
\*------------------------------------*/
/*
	Variables and Bootstrap overrides
*/
/*
	02. Twitter Bootstrap

	Remove what is not necessary
*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */


@import url(https://fonts.googleapis.com/css?family=Open+Sans);

@media screen {

  @font-face {
    font-family: MyFont;
    font-style: normal;
    font-weight: normal;
    /* src: local('Square721 Cn BT'), local('Square721 Cn BT'), url('./Square721 Cn BT Roman') format('ttf');*/
    src: url("OPENSANS-BOLD.ttf");
  }

}

@font-face {
  font-family: MyFontLight;
  font-style: normal;
  font-weight: normal;
  /* src: local('Square721 Cn BT'), local('Square721 Cn BT'), url('./Square721 Cn BT Roman') format('ttf');*/
  src: url("OpenSans-Semibold.ttf");
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}


body {
  font-size: 13px;
  /*  line-height: 1px;*/

  line-height: 0px;
  color: #7d8489;
    font-family: 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
  /*  color: #333333;*/
  background-color: #ffffff;
  height: 100%;
  width: 100%;
  font-weight: 500;
  margin: 0px;
  padding: 0px;
  position: relative;
}



.margin-bottom-none {
  margin-bottom: 0px !important;
}



.intainer {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.intainer:before,
.intainer:after {
  content: " ";
  display: table;
}

.intainer:after {
  clear: both;
}

@media (min-width: 768px) {
  .intainer {
    width: 750px;


  }
}

@media (min-width: 992px) {
  .intainer {
    width: 970px;

  }
}

@media (min-width: 1200px) {
  .intainer {
    width: 1170px;

  }
}

.intainer-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.intainer-fluid:before,
.intainer-fluid:after {
  content: " ";
  display: table;
}

.intainer-fluid:after {
  clear: both;
}





.intainer>.navbar-header,
.intainer>.navbar-collapse,
.intainer-fluid>.navbar-header,
.intainer-fluid>.navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 992px) {

  .intainer>.navbar-header,
  .intainer>.navbar-collapse,
  .intainer-fluid>.navbar-header,
  .intainer-fluid>.navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}






@media (min-width: 992px) {

  .navbar>.intainer .navbar-brand,
  .navbar>.intainer-fluid .navbar-brand {
    margin-left: -15px;
  }
}


.icon-intainer {
  display: inline-block;
  font-size: 18px;
  margin-right: 3px;
}



/* ==================================== CSS For navigation bar ==================================== */

.header {
  position: relative;
  background-color: #DBD8D9;
  background-position: center center;
  display: block;
  margin: 0px;
  padding: 25px 0;
  height: 80px;
  top: 0;
  border-bottom: 8px solid rgba(0, 141, 213, 0.6);
}

.intainer1 {
  display: inline;
  width: 100vw;
}

.logo1 {
  float: left;
  margin-left: 20px;
}

.logo2 {
  display: inline;
  margin-right: 20px;
  text-align: right;
}

.ham_icon {
  display: none;
  float: right;
  margin-right: 20px;
  cursor: pointer;
  color: #008DD5;
  padding: 0;
}


.ham_icon i {
  font-size: 2em;
}

.hide_ul {
  display: none;
}

.menu_items {
  font-family: MyFontLight;
  font-size: 14px;
  position: absolute;
  z-index: 1;
  top: 50px;
  right: 45px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.menu_items ul {
  margin: 0;
  padding: 0;
}

.menu_items ul li {
  list-style: none;
  padding: 15px 25px;
}

.menu_items ul li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.menu_items ul li a {
  text-decoration: none;
}

.menu_items ul li a i {
  padding-right: 10px;
}




.intainer1:before,
.intainer1:after {
  content: " ";
  display: table;
}

.intainer1:after {
  clear: both;
}


.intainer1-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.intainer1-fluid:before,
.intainer1-fluid:after {
  content: " ";
  display: table;
}

.intainer1-fluid:after {
  clear: both;
}


.intainer1>.navbar-header,
.intainer1>.navbar-collapse,
.intainer1-fluid>.navbar-header,
.intainer1-fluid>.navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 992px) {

  .intainer1>.navbar-header,
  .intainer1>.navbar-collapse,
  .intainer1-fluid>.navbar-header,
  .intainer1-fluid>.navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}



@media (min-width: 992px) {

  .navbar>.intainer1 .navbar-brand,
  .navbar>.intainer1-fluid .navbar-brand {
    margin-left: -15px;
  }
}


.icon-intainer1 {
  display: inline-block;
  font-size: 18px;
  margin-right: 3px;
}


/* Logo */
.logo {
  float: left;
  max-width: 50%;
  width: auto;
  height: auto;
  position: relative;
  left: 0;
  top: 50%;
  float: left;
  padding: 16px 15px;

}

@media (min-width: 480px) {
  .logo {
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .logo {
    float: none;
    text-align: center;
  }
}

@media (min-width: 1200px) {
  .logo {
    float: left;
  }
}

.logo h1 {
  color: #f2f2f2;
  font-size: 22px;
  margin: 20px 0;
}

@media (min-width: 480px) {
  .logo h1 {
    font-size: 36px;
    margin: 36px 0;
  }
}

.logo a:hover {
  text-decoration: none;
}

@media (min-width: 992px) {
  .logo .img-responsive {
    margin: 0;
  }
}

/* Logo Panel (Normal TextWidget) */
.logo-panel {
  text-align: center;
}

.logo-panel img {
  margin: 15px 0;
  border: 1px solid #ededed;
  border-radius: 2px;
  transition: all 200ms ease-out;
  box-shadow: 0 1px 2px #ededed;
  opacity: 0.6;
  max-width: 100%;
  height: auto
}

.logo-panel img:hover {
  border: 1px solid #f7c51e;
  opacity: 1;
}



.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11 {
  float: left;
}

.col-xs-1 {
  width: 8.333333333333332%;
}

.col-xs-2 {
  width: 16.666666666666664%;
}

.col-xs-3 {
  width: 25%;
}

/*
.col-xs-4 {
  width: 33.33333333333333%;
}
*/
.col-xs-5 {
  width: 41.66666666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.333333333333336%;
}

.col-xs-8 {
  width: 66.66666666666666%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333333333334%;
}

.col-xs-11 {
  width: 91.66666666666666%;
}

.col-xs-12 {
  width: 100%;
}




@media (min-width: 768px) {
  .container {
    max-width: 750px;
  }

  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11 {
    float: left;
  }

  .col-sm-1 {
    width: 8.333333333333332%;
  }

  .col-sm-2 {
    width: 16.666666666666664%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.33333333333333%;
  }

  .col-sm-5 {
    width: 41.66666666666667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.333333333333336%;
  }

  .col-sm-8 {
    width: 66.66666666666666%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.33333333333334%;
  }

  .col-sm-11 {
    width: 91.66666666666666%;
  }

  .col-sm-12 {
    width: 100%;
    margin-bottom: 10%;
  }

  .col-sm-push-1 {
    left: 8.333333333333332%;
  }

  .col-sm-push-2 {
    left: 16.666666666666664%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.33333333333333%;
  }

  .col-sm-push-5 {
    left: 41.66666666666667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.333333333333336%;
  }

  .col-sm-push-8 {
    left: 66.66666666666666%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.33333333333334%;
  }

  .col-sm-push-11 {
    left: 91.66666666666666%;
  }

  .col-sm-pull-1 {
    right: 8.333333333333332%;
  }

  .col-sm-pull-2 {
    right: 16.666666666666664%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.33333333333333%;
  }

  .col-sm-pull-5 {
    right: 41.66666666666667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.333333333333336%;
  }

  .col-sm-pull-8 {
    right: 66.66666666666666%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.33333333333334%;
  }

  .col-sm-pull-11 {
    right: 91.66666666666666%;
  }

  .col-sm-offset-1 {
    margin-left: 8.333333333333332%;
  }

  .col-sm-offset-2 {
    margin-left: 16.666666666666664%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333333333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666666666667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.333333333333336%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666666666666%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333333334%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666666666666%;
  }
}




@media (min-width: 992px) {
  .container {
    max-width: 970px;
  }

  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11 {
    float: left;
  }

  .col-md-1 {
    width: 8.333333333333332%;
  }

  .col-md-2 {
    width: 16.666666666666664%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.33333333333333%;
  }

  .col-md-5 {
    width: 41.66666666666667%;

  }

  .col-md-6 {
    width: 50%;
    margin-left: 211px;
  }

  .col-md-7 {
    /* width: 58.333333333333336%;*/
    width: 28.333333333333336%;
    margin-top: 10px;
  }

  .col-md-8 {
    width: 66.66666666666666%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.33333333333334%;
  }

  .col-md-11 {
    width: 91.66666666666666%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.333333333333332%;
  }

  .col-md-push-2 {
    left: 16.666666666666664%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.33333333333333%;
  }

  .col-md-push-5 {
    left: 41.66666666666667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.333333333333336%;
  }

  .col-md-push-8 {
    left: 66.66666666666666%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.33333333333334%;
  }

  .col-md-push-11 {
    left: 91.66666666666666%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.333333333333332%;
  }

  .col-md-pull-2 {
    right: 16.666666666666664%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.33333333333333%;
  }

  .col-md-pull-5 {
    right: 41.66666666666667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.333333333333336%;
  }

  .col-md-pull-8 {
    right: 66.66666666666666%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.33333333333334%;
  }

  .col-md-pull-11 {
    right: 91.66666666666666%;
  }

  .col-md-offset-0 {
    margin-left: 0;
  }

  .col-md-offset-1 {
    margin-left: 8.333333333333332%;
  }

  .col-md-offset-2 {
    margin-left: 16.666666666666664%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333333333%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666666666667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.333333333333336%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666666666666%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333333334%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666666666666%;
  }
}




@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }

  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11 {
    float: left;
  }

  .col-lg-1 {
    width: 8.333333333333332%;
  }

  .col-lg-2 {
    width: 16.666666666666664%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.33333333333333%;
  }

  .col-lg-5 {
    width: 41.66666666666667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.333333333333336%;
  }

  .col-lg-8 {
    width: 66.66666666666666%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.33333333333334%;
  }

  .col-lg-11 {
    width: 91.66666666666666%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.333333333333332%;
  }

  .col-lg-push-2 {
    left: 16.666666666666664%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.33333333333333%;
  }

  .col-lg-push-5 {
    left: 41.66666666666667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.333333333333336%;
  }

  .col-lg-push-8 {
    left: 66.66666666666666%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.33333333333334%;
  }

  .col-lg-push-11 {
    left: 91.66666666666666%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.333333333333332%;
  }

  .col-lg-pull-2 {
    right: 16.666666666666664%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.33333333333333%;
  }

  .col-lg-pull-5 {
    right: 41.66666666666667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.333333333333336%;
  }

  .col-lg-pull-8 {
    right: 66.66666666666666%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.33333333333334%;
  }

  .col-lg-pull-11 {
    right: 91.66666666666666%;
  }

  .col-lg-offset-0 {
    margin-left: 0;
  }

  .col-lg-offset-1 {
    margin-left: 8.333333333333332%;
  }

  .col-lg-offset-2 {
    margin-left: 16.666666666666664%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333333333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666666666667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.333333333333336%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666666666666%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333333334%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666666666666%;
  }
}






.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}


.top {
  background: #333333 linear-gradient(to bottom, #333333 0%, #2b2b2b 100%);
  border-bottom: 1px solid #4e4e4e;
}

.top__left {
  padding: 7px 0 3px 0;
  text-align: center;
}

@media (min-width: 992px) {
  .top__left {
    text-align: left;
    padding: 7px 0;
  }
}

@media (min-width: 992px) {
  .top__right {
    float: right;
    margin-top: 22px;
  }
}



.navigation--top>li>a:hover {
  color: #f7c51e;
  background: none;
}

.navigation--top>li:hover>.sub-menu {
  visibility: visible;
  opacity: 1;
}

.navigation--top>li:hover>a {
  color: #f7c51e;
}

.navigation--top>li:hover>a::after {
  border-color: #f7c51e transparent transparent transparent;
}

.navigation--top .sub-menu {
  z-index: 215;
  text-align: left;
  display: block;
  visibility: hidden;
  opacity: 0;
  list-style: none;
  min-width: 120px;
  width: auto;
  position: absolute;
  padding: 0;
  margin-top: -1px;
  left: 0;
  top: 100%;
  transition: all 200ms ease-out;
}

.navigation--top .sub-menu>li {
  position: relative;
}

.navigation--top .sub-menu>li>a {
  background: #2b2b2b;
  padding: 15px 15px;
  display: block;
  border-bottom: 1px solid #454545;
  white-space: nowrap;
}

.navigation--top .sub-menu>li>a:hover {
  color: #f7c51e;
  text-decoration: none;
}

.navigation--top .sub-menu>li:hover>.sub-menu {
  visibility: visible;
  opacity: 1;
}

.navigation--top .sub-menu>li>.sub-menu {
  margin-top: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid #454545;
}

.navigation--top>.menu-item-has-children>a {
  padding: 0 8px;
  position: relative;
}

/*
.navigation--top > .menu-item-has-children > a::after { font-family: Myfont; color: #999999; position: absolute; right: 0; bottom: calc( 50% - 8px );  bottom: -webkit-calc( 50% - 8px );  bottom: -moz-calc( 50% - 8px );}
*/


.navigation {
  position: relative;
  background-color: #f9f9f9;
  background: linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  margin-bottom: -37px;
  text-align: center;
  z-index: 210;
  height: 0px;
}

.navigation {
  float: right;
  position: relative;
  left: -45.5%;
  text-align: center;
}


@media (min-width: 992px) {
  .navigation {
    position: relative;
    background-color: #f9f9f9;
    background: linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
    margin-bottom: -37px;
    text-align: center;
    z-index: 210;
  }
}

.navigation--top {
  margin: 0;
  padding: 0;
}

.navigation--top a {
  color: #999999;
}

.navigation--top>li {
  list-style: none;
  position: relative;
  display: inline-block;
  padding: 3px 2px;
}

.navigation--top>li>a {
  padding: 0;
  text-decoration: none;
  display: block;
}

.navigation--top>li>a>i {
  padding-right: 10px;
}



.navigation--main {
  padding: 10px;
  font-family: Myfont;
  font-weight: bold;
  background-color: rgba(0, 141, 213, 0.6);
  display: -webkit-inline-box;
  margin-left: 660px;
}

.navigation--main li {
  list-style: none;
  position: relative;
  height: 10px;
  padding: 5px 0;
}

.navigation--main li:hover a {
  text-decoration: none;
  color: #ffffff;
}

.navigation--main>li>a {
  position: relative;
  display: block;
  color: #dddddd;
  padding: 6px 10px;
  font-size: 15px;
  font-weight: bold;
  white-space: nowrap;
}

.navigation--main>li:hover>a::after {
  color: #ffffff;
}

.navigation--main>li:last-child a::before {
  display: none;
}


@media (min-width: 992px) {
  .navigation--main {
    padding: 0;
    height: 25px;
    width: 40%;
    margin-top: 10px;
  }

  .navigation--main li {
    display: inline-block;
  }

  .navigation--main>li>a {
    color: #fff;
  }

  .navigation--main>li:hover>a {
    color: #333333;
  }

  .navigation--main>li>a::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 15px;
    right: 0;
    top: 50%;
    margin-top: -8px;
    background: rgba(0, 0, 0, 0.08);
  }

  .navigation--main>li:hover>a::after {
    color: #333333;
  }
}



.navigation--main2 {
  padding: 10px;
  font-family: Myfont;
  font-weight: bold;
  background-color: rgba(0, 141, 213, 0.6);
  width: 90%;
  margin-left: 660px;
  margin-top: 40%;
}

@media (min-width: 992px) {
  .navigation--main2 {
    padding: 0;
    height: 225px;
    margin-top: 340px;
    width: 90%;
    margin-left: 660px;
  }
}


.navigation--main>li:hover>.sub-menu {
  visibility: visible;
  opacity: 1;
}

.navigation--main>.menu-item-has-children>a {
  position: relative;
}

.navigation--main>.menu-item-has-children>a::after {
  position: absolute;
  content: "\f0d7";
  font-family: Myfont;
  right: 0;
  color: #dddddd;
}

@media (min-width: 992px) {
  .navigation--main>.menu-item-has-children>a::after {
    right: calc(50% - 5px);
    bottom: 10px;
    color: #999999;
  }
}

.navigation--main .sub-menu {
  display: block;
  list-style: none;
  text-align: left;
  padding: 5px 10px;
  font-weight: bold;
  font-family: Myfont;
  transition: all 200ms ease-out;
}

@media (min-width: 992px) {
  .navigation--main .sub-menu {
    border-top: 2px solid #eeb908;
    visibility: hidden;
    width: auto;
    opacity: 0;
    left: 0;
    top: 100%;
    min-width: 180px;
    position: absolute;
    padding: 0 0 0 0;
  }
}

.navigation--main .sub-menu>li {
  position: relative;
}

.navigation--main .sub-menu>li>a {
  color: #dddddd;
  display: block;
  padding: 3px 0;
  white-space: nowrap;
}

@media (min-width: 992px) {
  .navigation--main .sub-menu>li>a {
    color: #333333;
    background: #f7c51e;
    border-bottom: 1px solid #eeb908;
    padding: 12px 30px 12px 30px;
  }
}

.navigation--main .sub-menu>li>a:hover {
  color: #ffffff;
  text-decoration: none;
}

@media (min-width: 992px) {
  .navigation--main .sub-menu>li>a:hover {
    background: #eeb908;
    color: #333333;
  }
}

.navigation--main .sub-menu>li:hover>.sub-menu {
  visibility: visible;
  opacity: 1;
}

.navigation--main .sub-menu>li>.sub-menu {
  margin-top: 0;
  left: 100%;
  top: 0;
}

@media (min-width: 992px) {
  .navigation--main .sub-menu>li>.sub-menu {
    border-left: 1px solid #eeb908;
    border-top: 0;
    padding: 0;
  }
}

.navigation--main .sub-menu>.menu-item-has-children>a {
  position: relative;
}

@media (min-width: 992px) {
  .navigation--main .sub-menu>.menu-item-has-children>a::after {
    position: absolute;
    content: "\f0da";
    font-family: Myfont;
    right: 15px;
    bottom: calc(50% - 10px);
    color: #333333;
  }
}






@media (min-width: 992px) {
  .is-sticky-navbar .navigation {
    position: fixed;
    top: 0;
    width: 940px;
  }

  .is-sticky-navbar.admin-bar .navigation {
    top: 32px;
  }

  .is-sticky-navbar .sticky-offset {
    height: 37px;
  }
}

@media (min-width: 1200px) {
  .is-sticky-navbar .navigation {
    width: 1140px;
  }
}

/* 05.10. Footer Navigation */
.navigation--footer {
  display: inline-block;
  text-align: center;
  margin: 0;
  padding: 0;
}

@media (min-width: 992px) {
  .navigation--footer {
    text-align: left;
  }
}

.navigation--footer>li {
  list-style: none;
  position: relative;
  display: inline-block;
}

.navigation--footer>li>a {
  text-decoration: none;
  padding: 0 7px;
}

.navigation--footer>li>a:hover {
  background: none;
}

.navigation--footer .sub-menu {
  display: inline-block;
  list-style: none;
  padding: 0;
}

.navigation--footer .sub-menu>li {
  display: inline-block;
}

.navigation--footer .sub-menu>li>a {
  padding: 0 7px;
}

.navigation--footer .sub-menu>li>a:hover {
  text-decoration: none;
}



.navigation--main>.menu-item-has-children>a::after {
  right: calc(50% - 5px);
  bottom: 10px;
  color: #999;
  position: absolute;
  content: "\f0d7";
  font-family: Myfont;
}





.navbar-collapse {
  padding: 0;
  max-height: 100%;
}

@media (min-width: 992px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }

  .navbar-collapse.collapse {
    display: block !important;
    visibility: visible !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }

  .navbar-collapse.in {
    overflow-y: visible;
  }

  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}




.navigation--main2 {
  padding: 10px;
  font-family: Myfont;

  font-weight: bold;
  background-color: rgba(0, 141, 213, 0.6);
  width: 90%;
  margin-left: 660px;
  margin-top: 30%;
  height: 152px;
}

@media (min-width: 992px) {
  .navigation--main2 {
    padding: 0;
    height: 155px;
    margin-top: 380px;
    width: 90%;
    margin-left: 660px;
  }
}




.onebythree1 {
  float: left;
  width: 33%;
  padding-left: 20px;
  text-align: justify;
  margin-top: 5px;
}




.onebythree2 {
  float: left;
  width: 33%;
  /*padding-left:20px;*/
  margin-top: 5px;
  text-align: justify;
  margin-left: 5px;
}

.onebythree3 {
  float: right;
  width: 33%;
  padding-left: 5px;
  padding-right: 10px;
  text-align: justify;
  margin-top: 10px;
}






/* .onebythree2
 {
display:inline-block; width: 33%; padding-left:20px;
 margin-top:10px;
 }
 
 .onebythree3
 {
float: right; width: 33%; padding-left:5px;padding-right:10px;
text-align:justify;
 margin-top:10px;
 }*/
.leftcol {
  float: left;
  width: 40%;
  text-align: justify;
  margin-top: 10px;
}

.midcol {
  float: left;
  width: 13%;
  text-align: justify;
  margin-top: 10px;
  display: flex;
  margin-left: 3.5%;
}

.rightcol {
  float: right;
  width: 40%;
  text-align: justify;
  margin-top: 10px;
}

.leftimage {
  width: 17%;
  float: left;

}

.leftimage1 {
  width: 9%;
  float: left;

}

@media (min-width:1700px) {
  .leftimage1 {
    width: 9%;
    float: left;
    margin-left: -51px;
  }

  .leftimageTest {
    width: 19%;
    float: left;


  }

}

@media (min-width:0px) and (max-width:1024px) {
  .leftimageTest {
    width: 19%;
    float: left;
    margin-top: 16px;
  }
}

@media (min-width:1025px) and (max-width:1300px) {
  .leftimageTest {
    width: 19%;
    float: left;
    margin-top: 16px;
  }
}

@media (min-width:1301px) and (max-width:1500px) {
  .leftimageTest {
    width: 19%;
    float: left;
    margin-top: 67px;
  }
}

@media (min-width:1501px) and (max-width:1700px) {
  .leftimageTest {
    width: 19%;
    float: left;
    margin-top: 44px;
  }
}


@media (min-width:1701px) and (max-width:1920px) {
  .leftimageTest {
    width: 19%;
    float: left;
    margin-top: 95px;
  }
}

.rightimage1 {
  width: 9%;
  float: right;
}

.leftimage2 {
  width: 72%;
  display: flex;
}

.leftimage3 {
  width: 72%;
  display: flex;
}

.leftimage4 {
  width: 63%;
  display: flex;
}

.leftimage5 {
  width: 9%;
  display: flex;
  float: right;
}



.rightimage {
  /* display: inline-block; */
  float: left;
}


@media (min-width: 992px) {
  .navigation1 {
    position: relative;
    margin-bottom: -37px;
    text-align: center;
    z-index: 210;
  }
}

.navigation1 {
  position: relative;
  margin-bottom: -37px;
  text-align: center;
  z-index: 210;
}

/*
.navigation1--main { background-color:#008DD5;opacity:0.6; }

@media (min-width: 992px) {
  .navigation1--main {
    padding: 0;
    height: 10px;
    margin-top: 0px;
    width: auto;
  }
}
*/



.intro_features {
  width: 100%;
  border: 1px solid #dddddd;
  margin-bottom: 40px;
  cursor: pointer;
  /*height: 100%;*/

  /*height:15%;*/
  height: auto;
  /*height:12px;*/
  display: table;
}

.intro_features p {
  margin-bottom: 0px;
  font-size: 13px;
  font-family: MyFontLight;
}

.intro_features .icon {
  width: 17%;
  vertical-align: middle;
  font-size: 24px;
  color: #000000;
  text-align: center;
  border-right: 1px solid #dddddd;
  height: 100%;
  display: table-cell;
}

.intro_features .content {
  padding: 5px 10px;
  float: left;
  width: 100%;
  /*height:40px;*/
}

.intro_features:hover .icon {
  /*background: #08dcab;*/
  background: #008FDD;
  color: #ffffff;
}

section {
  /* padding: 35px 0px 0px 0px; */
  display: block;
}








.animate {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}


.os-animation {
  opacity: 0;
}

.os-animation.animated {
  opacity: 1;
}


.title {
  text-align: center;
}



.title i {
  color: #666666;
  margin-top: 0px;
  font-size: 14px;
}

.title-separator:before,
.title-separator:after {
  border-top: 2px solid #dddddd;
  display: block;
  height: 1px;
  content: " ";
  width: 87px;
  position: absolute;
  left: -100px;
  top: 7px;
}

.title-separator1:before,
.title-separator1:after {
  border-top: 2px solid #1c1c1c;
  display: block;
  height: 1px;
  content: " ";
  width: 87px;
  position: absolute;
  left: -100px;
  top: 7px;
}

.title-separator1:after {
  right: -100px;
  left: auto;
}

.title-separator1 {
  margin-bottom: 16px;
  display: block;
  position: relative;
  height: 2px;
  width: 7px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -15px;
}










.title-separator:after {
  right: -100px;
  left: auto;
}

.title-separator {
  margin-bottom: 16px;
  display: block;
  position: relative;
  height: 2px;
  width: 7px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -15px;
}



.row:before,
.row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.row:after {
  clear: both;
}

.row:before,
.row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.row:after {
  clear: both;
}







.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.fa-codepen:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cube:before {
  content: "";
}


.fa-compass:before {
  content: "";
}


.fa-paper-plane-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-key:before {
  content: "";
}


.fa-ellipsis-h:before {
  content: "";
}




#vision {
  background: #008DD5;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  margin-top: 50px;
}

#vision1 {
  background: #DBD8D9;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  margin-top: 50px;
}

#vision2 {
  background: #008DD5;
}

.white h2 {
  color: #ffffff;
}

.white h4 {
  color: #ffffff;
}

.white h6 {
  color: #ffffff;
}

.white p {
  color: #ffffff;
}

.white i {
  color: #ffffff;
}


.services-box {
  margin-bottom: -2px;
  cursor: pointer;
}

.services-box:nth-child(2) {
  margin-top: 48px;
}

.left {
  text-align: left;
}

.services-icons {
  display: inline-block;
  float: left;
  font-size: 30px;
  color: #FFFFFF;
  line-height: 68px;
  width: 70px;
  text-align: center;
  border: solid 1px #fff;
  margin-top: 0px;
}




.services-iconsleft {
  display: inline-block;
  float: left;
  font-size: 30px;
  color: #FFFFFF;
  line-height: 68px;
  width: 70px;
  text-align: center;
  border: solid 1px #fff;
  margin-top: -92px;
  margin-left: 261;
}


.services-box:hover .services-icons {
  background: #08dcab;
  border: 1px solid #08dcab;
}

.services-box.left h4 {
  margin-left: 100px;
}

.services-box.leftone h4 {
  margin-left: 60px;
}

.services-box.leftone p {
  margin-left: 60px;
}

.services-box h4 {
  color: #ffffff;
  text-transform: uppercase;
  clear: none;
}

.services-box p {
  margin-left: 100px;
}






@media (min-width: 1200px) {
  .navbar-nav>li>a {
    padding-top: 39px;
    padding-bottom: 39px;
  }

  .logo a img {
    max-height: 66px;
  }

  #vision .tree {
    display: block;
    max-width: 500px;
  }

  #vision .tree_without_lines {
    display: none;
  }

  .achieve .achieve-box:before {
    border-top: 1px solid #dddddd;
    display: block;
    height: 1px;
    content: " ";
    width: 30px;
    position: absolute;
    left: -15px;
    top: 156px;
  }

  .achieve .border-none:before {
    border: none;
  }

  .services-we-offer li .square-icon:before,
  .services-we-offer li .square-icon:after {
    border-top: 3px solid #dddddd;
    display: block;
    height: 1px;
    content: " ";
    width: 50%;
    position: absolute;
    left: -6px;
    top: 218px;
  }

  .services-we-offer li .square-icon:after {
    right: -6px;
    left: auto;
  }



  .services-we-offer li {
    border-bottom: none;
  }


  #our-team .row {
    background: none;
  }

  #clients ul li {
    width: 20%;

  }

  .orbit {
    width: 83.33333333% !important;
  }

  #clients span.left {
    left: 71px;
    top: 46px;
  }

  #clients span.right {
    left: 71px;
    top: 220px;
  }

  #clients div.slider-title,
  #clients #clients_orbit {
    height: 323px !important;
    float: left;
    background-color: #fff;
    color: #000;
    border-left: 1px solid #d8d8d8;
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    text-align: left;
    float: left;
    position: relative;
  }

  #clients div.slider-title,
  #clients #clients_orbit {
    border-left: 1px solid #d8d8d8;
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    margin-top: 0px;
  }

  .slick-slide {
    display: none;
    float: left;
    min-height: 1px;
    height: 230px;
    padding-top: 60px;
  }

  .testimonials-background {
    background-color: rgba(8, 220, 171, 0.1);
    border: 1px solid #08dcab;
    width: 370px;
    height: 230px;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 0;
    display: block;
  }

  .slick-slide i {
    font-size: 60px;
    display: table-cell;
    vertical-align: middle;
    height: 120px;
  }

  .history-separator {
    width: 2px;
    height: 100%;
    background: #08dcab;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    display: block;
  }

  .grid-col-3 .grid-posts {
    width: 33.3%;
  }

  .grid-col-4 .grid-posts {
    margin: 0px 0px;
    padding: 0px 15px;
    width: 25%;
  }

}



.portfolio-mini-wrapper {
  background: #DBD8D9;
  margin-top: 75px;
}

.portfolio-mini-wrapper.portfolio-light {
  background: none
}



/*.intainer { margin-right: auto; margin-left: auto; padding-left: 15px; padding-right: 15px;}
.intainer:before, .intainer:after { content: " "; display: table; }
.intainer:after { clear: both; }
@media (min-width: 768px) { .intainer { width: 750px; } }





@media (min-width: 992px) { .intainer { width: 970px; } }
@media (min-width: 1200px) { .intainer { width: 1170px; } }

.intainer-fluid { margin-right: auto; margin-left: auto; padding-left: 15px; padding-right: 15px; }
.intainer-fluid:before, .intainer-fluid:after { content: " "; display: table; }
.intainer-fluid:after { clear: both; }*/




.inow:before,
.inow:after {
  content: " ";
  display: table;
}

.inow:after {
  clear: both;
}




.indcol-md-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}




@media (min-width: 992px) {
  .indcol-md-12 {
    float: left;
  }

  .indcol-md-12 {
    width: 100%;
  }

}


#options {
  background: #DBD8D9;
  text-align: center;
  margin-bottom: 30px;
}

.text-left {
  text-align: left;
}


#filters {
  text-align: center;
  padding-left: 0;
  color: #DBD8D9;
}

@media (min-width: 992px) {

  #filters li.active,
  #filters li:hover {
    background: #DBD8D9;
    border-left: solid 3px #DBD8D9;
    margin-left: -3px;
    color: #fff;
  }



  #filters li.active a,
  #filters li:hover a {
    display: inline-block;
    transform: none;
    -moz-transform: none;
    -webkit-transform: none;

    padding-bottom: 3px;
    padding-top: 6px;
    color: #fff;
    font-size: 16px;
  }



  #filters li.active:after,
  #filters li:hover:after {
    display: none
  }

}

/*#filters li:hover {background:#000;}*/
#options a:hover+#portfolio-content {
  display: none;
}




#filters a {
  display: inline-block;
  transform: none;
  -moz-transform: none;
  -webkit-transform: none;
  border-bottom: 3px solid transparent;
  padding-bottom: 3px;
  padding-top: 6px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  font-family: Myfont;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
}

#filters li {
  position: relative;
  color: #999;
  cursor: pointer;
  z-index: 2;
  padding: 14px 13px;
  border: none;
  font-size: 12px;
  font-weight: 700;
  font-family: Myfont;
  display: inline-block;
}


@media (min-width: 992px) {
  #filters li:after {
    position: absolute;
    content: "";
    height: 66px;
    width: 1px;
    right: 0;
    top: -4px;
  }
}

/*@media (max-width:991px){
	#filters li{text-align:left; display:block}
	#filters li.active, #filters li:hover {background:#454545; border-left:solid 3px #454545;  color:#fff; margin-left:-3px;}
	#filters li.active a, #filters li:hover a { display: inline-block; border-bottom: 3px solid #f7c51e; padding-bottom: 3px; padding-top: 6px;  color:#fff;}
}*/


#portfolio-content {
  padding: 0;
  list-style: none;
}

#portfolio-content li {
  display: inline-block;
  border: 0px solid transparent;
  outline: 0px solid transparent;
  margin: 0;
  padding: 0px 0px 0px 0px;
  border-width: 0px 0px 0px 0px;
  border-radius: 2px 2px 2px 2px;
  border-color: #000;
  border-style: none;
}


.project-post {
  position: relative;
  margin-bottom: 26px !important;
}

.project-post img {
  border: 10px solid rgb(0, 141, 213);
  width: 100%;
  position: relative;
  z-index: 2;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.project-content {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  border-radius: 2px;
  width: 90%;
  width: -webkit-calc(100% - 30px);
  width: -moz-calc(100% - 30px);
  width: calc(100%-30px);
  margin-left: 15px
}

.project-post:hover .project-content {
  background: #333;
  z-index: 3;
}

.project-post:hover img {
  transform: translateY(-50px) scale(0);
  -webkit-transform: translateY(-50px) scale(0);
  -moz-transform: translateY(-50px) scale(0);
  -o-transform: translateY(-50px) scale(0);
}

.inner-project {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: -38px;
}

.inner-project h3 {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  font-weight: 700;
  margin: 0px 0px 6px 0px;
  padding: 4px 12px 3px 12px;
  border-radius: 0px 0px 0px 0px;
  background-color: rgba(255, 255, 255, 0);
  font-family: Myfont;
  text-transform: capitalize;
}

.inner-project span {
  display: block;
  color: #1abc9c;
  font-size: 14px;
  font-family: Myfont;
  font-weight: 300;
  margin-bottom: 12px;
}

.project-link {
  font-size: 12px;
  line-height: 30px;
  color: #fff;
  font-weight: 800;
  padding: 3px 10px 2px 10px;
  border-radius: 2px 2px 2px 2px;
  background-color: #008DD5;
  z-index: 2;
  display: inline-block;
  font-family: Myfont;
  text-transform: uppercase;
}

.project-link:hover {
  color: #454545;
}

.link {
  margin: 29px 0 0 50px;
  text-decoration: none;
  width: 50px;
  font: 12px/16px tahoma;
  color: #666768;
  margin: 29px 0px 0px 15px;
  text-decoration: none;
  text-align: center;
}



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: Myfont;
  font-size: 1em;
}

button,
input,
optgroup,
select {
  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;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {

  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  select {
    background: #fff !important;
  }

  .navbar {
    display: none;
  }

  .btn>.caret,
  .dropup>.btn>.caret {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

* {
  box-sizing: border-box;
}

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}


input,
button,
select {
  font-family: Myfont;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}


a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
  border: 0;
  display: inline-block;
  max-width: 100%;
  height: auto;
  border-radius: 2px;
}

@media (min-width:1700px) {
  .imgnautel {
    vertical-align: middle;
    border: 0;
    display: inline-block;
    max-width: 100%;
    height: auto;
    border-radius: 2px;
    margin-left: -101px;
  }

  .imgaxel {
    vertical-align: middle;
    border: 0;
    display: inline-block;
    max-width: 100%;
    height: auto;
    border-radius: 2px;
    margin-left: 50px;
  }
}



@media (min-width:0px) and (max-width:1699px) {
  .imgnautel {
    vertical-align: middle;
    border: 0;
    display: inline-block;
    max-width: 100%;
    height: auto;
    border-radius: 2px;
  }

  .imgaxel {
    vertical-align: middle;
    border: 0;
    display: inline-block;
    max-width: 100%;
    height: auto;
    border-radius: 2px;
  }
}

@media (max-width: 768px) {
  #brands_logo {
    margin-bottom: 20px;
  }

  .img-responsive {
    display: inline-block;
    max-width: 100%;
    height: auto;
    margin: -5px 0 !important;
    transform: scale(0.8);
  }
}

.img-responsive {
  display: inline-block;
  max-width: 100%;
  height: auto;
  margin: -20px -15px;
  transform: scale(0.8);
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.5;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 21px;
  margin-bottom: 21px;
  border: 0;
  border-top: 1px solid #eeeeee;
  width: 60%;
  margin-left: initial;
}

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

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/*h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-family: inherit; font-weight: 500; line-height: 1.1; color: inherit; }
h1 small, h1 .small, h2 small, h2 .small, h3 small, h3 .small, h4 small, h4 .small, h5 small, h5 .small, h6 small, h6 .small, .h1 small, .h1 .small, .h2 small, .h2 .small, .h3 small, .h3 .small, .h4 small, .h4 .small, .h5 small, .h5 .small, .h6 small, .h6 .small { font-weight: normal; line-height: 1; color: #777777; }

h1, .h1, h2, .h2, h3, .h3 { margin-top: 21px; margin-bottom: 10.5px; }
h1 small, h1 .small, .h1 small, .h1 .small, h2 small, h2 .small, .h2 small, .h2 .small, h3 small, h3 .small, .h3 small, .h3 .small { font-size: 65%; }

h4, .h4, h5, .h5, h6, .h6 { margin-top: 10.5px; margin-bottom: 10.5px; }
h4 small, h4 .small, .h4 small, .h4 .small, h5 small, h5 .small, .h5 small, .h5 .small, h6 small, h6 .small, .h6 small, .h6 .small { font-size: 75%; }

h1, .h1 { font-size: 36px; }

h2, .h2 { font-size: 30px; }

h3, .h3 { font-size: 24px; }

h4, .h4 { font-size: 18px; }

h5, .h5 { font-size: 14px; }

h6, .h6 { font-size: 12px; }*/

p {
  color: #666666;
  line-height: 19.6px;
  margin-bottom: 20px;
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: "kern";
  font-feature-settings: "kern";
  -webkit-font-kerning: normal;
  font-kerning: normal;
  margin: 0 0 10px;
  margin-bottom: 20px;
}

h2 {
  letter-spacing: -0.5px;
  font-family: Myfont;
  text-transform: uppercase;
  line-height: 1.1;
  font-size: 30px;
  color: #373c40;
  margin-top: 0;
  font-weight: 700;
  margin-bottom: 20px;
}


h4 {
  text-transform: uppercase;
  letter-spacing: -0.5px;
  font-size: 18px;
  font-family: Myfont;
  line-height: 1.1;
  color: #373c40;
  margin-top: 0;
  font-weight: 700;
  margin-bottom: 15px;
}

h5 {
  text-transform: uppercase;
  letter-spacing: -0.5px;
  font-size: 14px;
  font-family: Myfont;
  line-height: 1.1;
  color: #373c40;
  margin-top: 0;
  font-weight: 700;
  margin-bottom: 15px;
  margin-left: -2px;
}


.lead {
  margin-bottom: 21px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}


small,
.small {
  font-size: 85%;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

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

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777777;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:hover {
  color: #286090;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #337ab7;
}

a.bg-primary:hover {
  background-color: #286090;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9.5px;
  margin: 42px 0 21px;
  border-bottom: 1px solid #eeeeee;
}


ul,
ol {
  margin-top: 0;
  margin-bottom: 10.5px;
}

ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

.list-inline>li {
  /* display: inline-block; */
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 21px;
}

dt,
dd {
  line-height: 1.5;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before,
.dl-horizontal dd:after {
  content: " ";
  display: table;
}

.dl-horizontal dd:after {
  clear: both;
}

@media (min-width: 992px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 10.5px 21px;
  margin: 0 0 21px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.5;
  color: #777777;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

address {
  margin-bottom: 21px;
  font-style: normal;
  line-height: 1.5;
}

code,
kbd,
pre,
samp {
  font-family: Myfont;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}

pre {
  display: block;
  padding: 10px;
  margin: 0 0 10.5px;
  font-size: 13px;
  line-height: 1.5;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.carousel-content {
  background: rgba(0, 141, 213, 0.6);
  position: relative;
  padding: 25px;
  width: 73%;
  top: 30%;
  margin-left: 15%;
}

@media (min-width: 480px) {
  .carousel-content {
    background: rgba(0, 141, 213, 0.6);
    position: relative;
    padding: 25px;
    width: 73%;
    top: 30%;
    margin-left: 15%;
  }
}


@media (min-width: 768px) {
  .carousel-content {
    background: rgba(0, 141, 213, 0.6);
    position: relative;
    padding: 25px;
    width: 73%;
    top: 30%;
    margin-left: 15%;
  }
}


@media (min-width: 992px) {
  .carousel-content {
    background: rgba(0, 141, 213, 0.6);
    position: relative;
    padding: 25px;
    width: 73%;
    top: 30%;

    margin-left: 15%;
  }
}


@media (min-width: 1200px) {
  .carousel-content {
    top: 30%;
    width: 73%;
    background-color: rgba(0, 141, 213, 0.6);
    height: 25%;
    margin-left: 176px;
  }
}

@media (min-width: 1450px) {
  .carousel-content {
    width: 936px;
    margin-left: 176px;
    padding: 30px;
    left: inherit;
    height: 162px;
  }
}

@media (min-width: 1650px) {
  .carousel-content {
    width: 936px;
    margin-left: 176px;
    padding: 30px;
    left: inherit;
    height: 162px;
  }
}


@media (min-width: 1700px) {
  .carousel-content {
    top: 25%;
    width: 936px;
    margin-left: 176px;
    padding: 30px;
    left: inherit;
    height: 162px;
  }
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
  width: 100%;
}



.jumbotron__category {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(250, 250, 250, 0.2);
  margin-top: 20px;
}


@media (min-width: 480px) {
  .jumbotron__category {
    margin-top: 30px;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
}

@media (min-width: 992px) {
  .jumbotron__category {
    margin-top: -30;
  }
}

.jumbotron__category h6 {
  margin: 0;
  /*color: #f7c51e;*/
  color: #fff;
}

.jumbotron__title h1 {
  font-size: 20px;
  color: #eeeeee;
}

@media (min-width: 480px) {
  .jumbotron__title h1 {
    font-size: 25px;
  }
}

@media (min-width: 992px) {
  .jumbotron__title h1 {
    margin: 18px 0 10px 0;
  }
}

@media (min-width: 1200px) {
  .jumbotron__title h1 {
    font-size: 30px;
  }
}

@media (min-width: 1450px) {
  .jumbotron__title h1 {
    margin: 26px 0 19px 0;
  }
}

.jumbotron__content p {
  font-size: 14px;
  font-weight: normal;
}

.ft_bg {
  display: block;
  clear: left;
  float: left;
  width: 100%;
  /* background: url(../images/ft_1px.gif) repeat-x;*/
  height: 350px;
  text-align: center;
  margin-top: 50px;
  padding-bottom: 11px;
  background-color: #008DD5;
}

.ft_bar {
  margin-left: 15px;
  margin-right: 15px;
}



/* Workers Section*/
.b-workers {
  padding: 7px 0 2px;
}

.b-workers .h-desc {
  margin-bottom: 5px;
}

.b-workers-slider {
  position: relative;
  margin-top: 18px;
}

.b-workers-slider .flex-direction-nav {
  position: absolute;
  width: 100%;
  top: 50px;
}

.b-workers-slider .flex-direction-nav li {
  position: absolute;
  left: 0;
}








.b-workers-slider .flex-direction-nav li:last-child {
  right: 0;
  left: auto;
}

.workers-slider-inner {
  display: inline-block;
  margin: 0 auto;
}

.workers-item-wrap {
  float: left;
  padding: 15px;
  cursor: pointer;
  width: 200px;
}

.block-item__fix {
  position: absolute;
  border: 25px solid white;
  top: -25px;
  left: -25px;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: block;
  width: 220px;
  height: 220px;
}

.workers-item-wrap .block-item__overlay {
  padding: 10px;
  z-index: 1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.no-touch .workers-item-wrap:hover .block-item__overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;

}

.workers-item-wrap .block-item__image img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.no-touch .workers-item-wrap:hover .block-item__image img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.workers-item-wrap:hover .workers-item__person {
  color: #1bb6ef;
}


.b-workers .block-item {
  width: 170px;
  height: 170px;
  float: none;
  margin-bottom: 17px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.b-workers .workers-item__icon {
  display: inline-block;
  text-align: center;
  font-size: 16px;
  margin-bottom: 0;
  padding: 10px;
  color: #ffffff;
}

.b-workers .workers-item__icon:hover {
  opacity: 0.8;
}

.b-workers .workers-item__person {
  margin-bottom: 2px;
}

.workers-item__desc {
  margin-top: 8px;
  margin: 8px -21px 0;
  margin-right: -21px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.workers-item-wrap:hover .workers-item__desc {
  opacity: 1;
  visibility: visible;
}


.uppercase {
  text-transform: uppercase;
}


.h-desc {
  font-size: 14px;
  margin: 14px auto 18px;
  max-width: 790px;
  padding: 0 15px;
  line-height: 24px;
}


.wcontainer {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 15px;
  z-index: 2;
  position: relative;
}

.container1 {
  /* background-color: #008DD5 !important; */
}

.center {
  text-align: center;
}

.wanimated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}






#footer {
  width: 100%;
  float: left;
  margin: 30px 0px 0px -30px;
  /*		background:#272727 url("../images/footer-bg.png") left top no-repeat;*/
  padding: 30px;
  border-top: 5px solid #ce462b;
  min-height: 240px;

}

#footer h1,
#footer h2,
#footer h3,
#footer h4,
#footer h5,
#footer h6 {
  color: #FFF;
  font-family: Myfont;
  text-shadow: 0px 1px #1c1c1c;
}

#footer ul li {
  /* font-family: Myfont; */
  /* font-size: 11px; */
  color: #ce462b;
  list-style: none;
  /* padding: 2px 0; */
  letter-spacing: 1px;
}

#footer ul li a {
  color: #ce462b;
  /*text-shadow:0px 1px  #1c1c1c;*/
}

#copyrights {
  width: 100%;
  float: left;
  margin-left: 0px;
  padding: 0px 30px 0px 30px;
  min-height: 20px;
  margin-top: 0px;
}

#copyrights p {
  color: #898989;
  font-family: Myfont;
  letter-spacing: 1px;
  margin-top: 5px;
  margin-bottom: 5px;
}

#copyrights .left {
  float: left;
  margin: 0;
}

#copyrights .right {
  float: right;
  margin: 0;
}

#footer p {
  color: #FFF;
  text-shadow: 0px 1px #1c1c1c;
}

#footer .social-url {
  margin-right: 2px;
  border: none;
}

@media (min-width:1400px) {
  .nautel {
    margin-left: -101px;
  }

  .axel {
    margin-left: 51px;
  }
}



.navigation-main {
  position: absolute;
  top: 80px;
  z-index: 1;
  left: 180px;
  width: auto;
  background: rgba(0, 141, 213, 0.6);
  padding: 0 20px;
}

.navigation-main ul {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
  margin: 0;
}

.navigation-main li {
  list-style: none;
}

.navigation-main li a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 15px 10px;
  font-size: 18px;
  font-family: Myfont;
  font-weight: normal;
  white-space: nowrap;
}



@media (max-width: 850px) {
  .header {
    border-bottom: none;
  }

  .navigation-main {
    position: static;
    width: auto;
    background: rgba(0, 141, 213, 0.6);
  }

  .navigation-main ul {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
    margin: 0;
  }

  .navigation-main li {
    list-style: none;
    padding: 0;
  }

  .navigation-main li a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 12px 5px;
    font-size: 15px;
    font-family: Myfont;
    font-weight: bold;
    white-space: nowrap;
  }
}

@media (max-width: 450px) {
  .navigation-main {
    padding: 0 8px;
  }

  .navigation-main ul {
    justify-content: space-between;
  }

  .navigation-main li a {
    padding: 8px 1px;
    font-size: 0.7em;
  }
}