/*
  Desc: Import and compile everything
*/
/* Parent Theme */
@import "/wp-content/themes/Divi/style.css";
/* Fonts */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i);
@import url(https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css);
/*
  Part: Global
  Desc: All styles for whole site
*/
@import "/wp-content/themes/OPMC/js/OwlCarousel2-2.2.1/dist/assets/owl.carousel.min.css";
@import "/wp-content/themes/OPMC/js/OwlCarousel2-2.2.1/dist/assets/owl.theme.default.min.css";
.container,
.et_pb_row {
  width: 90%;
  max-width: 1400px;
  margin: auto;
}
#main-content .container:before {
  content: none!important;
}
#page-container {
  padding-top: 0!important;
}
#left-area article .main_title {
  display: none;
}
/* Components */
body {
  color: #333333;
  font-family: 'Open Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
}
body,
li,
a,
.button,
p {
  font-size: 14px;
  font-weight: 400;
}
@media all and (max-width: 767px) {
  body,
  li,
  a,
  .button,
  p {
    font-size: 18px;
  }
}
p:first-child {
  margin-top: 0;
  padding-top: 0;
}
a {
  color: #0082cb;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  padding-bottom: 10px!important;
  color: #0082cb;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}
h1 {
  font-size: 3rem;
  line-height: 4rem;
  margin-top: 0.75rem;
  margin-bottom: 0.25rem;
}
h1 a {
  font-size: 3rem;
}
h2 {
  font-size: 2rem;
  line-height: 2rem;
  margin-top: 1rem;
  margin-bottom: 0.75rem;
}
h2 a {
  font-size: 2rem;
}
h3 {
  font-size: 1.5rem;
  line-height: 1.5rem;
  margin-top: 1.25rem;
  margin-bottom: 0.5rem;
}
h3 a {
  font-size: 1.5rem;
}
h4 {
  font-size: 1.25rem;
  line-height: 1.25rem;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}
h4 a {
  font-size: 1.25rem;
}
h5 {
  font-size: 1.125rem;
  line-height: 1.125rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  color: #333333;
}
h5 a {
  font-size: 1.125rem;
}
h6 {
  font-size: 1rem;
  line-height: 1rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  color: #333333;
}
h6 a {
  font-size: 1rem;
}
abbr,
acronym {
  border-bottom: 1px dotted;
  cursor: help;
}
address {
  font-size: 1em;
  font-style: italic;
}
blockquote {
  margin: 1em 0;
  padding: 2em;
  background-color: #ededed;
  border-color: #0082cb;
}
blockquote p {
  padding-bottom: 1em;
}
cite {
  font-style: italic;
}
code {
  font-size: 1em;
  font-family: monospace;
  background: #EEEEEE;
  border: 1px solid #e1e1e1;
  padding: 0.125em 0.25em;
  line-height: 150%;
}
em,
i {
  font-style: italic;
}
strong,
b {
  font-weight: bold;
}
hr {
  outline: none;
  border: none;
  margin: 1em 0;
  padding: 0;
  border-top: 1px solid #EEEEEE;
}
#main-content ul {
  list-style-type: none;
  padding: 0 0 2em 2em;
}
#main-content ul li {
  list-style: none;
  position: relative;
}
#main-content ul li:before {
  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;
  content: "\f0da";
  position: absolute;
  top: 6px;
  left: -9px;
  color: #0082cb;
}
form {
  margin: 1em 0;
}
dl {
  margin: 1em 0;
}
dl dt {
  font-weight: bold;
}
dl dd {
  margin: 0 0 0.5em;
}
table,
.entry-content table,
body.et-pb-preview #main-content .container table {
  display: block;
  width: 200px;
}
table th,
.entry-content table th,
body.et-pb-preview #main-content .container table th {
  padding: 0.5em;
  text-align: left;
  font-weight: bold;
}
table td,
.entry-content table td,
body.et-pb-preview #main-content .container table td {
  border-right: 1px solid #ededed !important;
  border-top: 0!important;
  padding: 1em!important;
}
table td:first-child,
.entry-content table td:first-child,
body.et-pb-preview #main-content .container table td:first-child {
  padding-left: 0!important;
}
table td:last-child,
.entry-content table td:last-child,
body.et-pb-preview #main-content .container table td:last-child {
  border-right: 0!important;
}
@media all and (max-width: 980px) {
  table td,
  .entry-content table td,
  body.et-pb-preview #main-content .container table td {
    width: 100%!important;
    display: block;
    padding: 0!important;
    border-right: 0!important;
    margin-bottom: 0em;
    min-height: 100px;
  }
}
table td img,
.entry-content table td img,
body.et-pb-preview #main-content .container table td img {
  margin-top: 20px;
}
.et_pb_sum,
.et_pb_pricing li a,
.et_pb_pricing_table_button,
.et_overlay:before,
.et_pb_member_social_links a:hover,
.woocommerce-page #content input.button:hover .et_pb_widget li a:hover,
.et_pb_bg_layout_light .et_pb_promo_button,
.et_pb_bg_layout_light.et_pb_module.et_pb_button,
.et_pb_bg_layout_light .et_pb_more_button,
.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active,
.et_pb_filterable_portfolio .et_pb_portofolio_pagination ul li a.active,
.et_pb_gallery .et_pb_gallery_pagination ul li a.active,
.et_pb_contact_submit,
.et_pb_bg_layout_light .et_pb_newsletter_button {
  color: #0082cb !important;
}
@media all and (max-width: 767px) {
  body {
    font-size: 16px;
  }
}
@media all and (max-width: 480px) {
  body {
    font-size: 18px;
  }
}
form {
  display: block;
  margin: 0;
}
fieldset {
  display: block;
  margin: 1.25em 0;
  padding: 0;
}
legend {
  display: block;
  width: 100%;
  margin: 0 0 1em 0;
  font-weight: bold;
}
label {
  display: block!important;
  margin: 0 0 1em 0;
  font-weight: bold;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="image"],
input[type="color"],
select,
#commentform textarea,
#commentform input[type="text"],
#commentform input[type="email"],
#commentform input[type="url"] {
  display: block;
  margin: 0;
  padding: 15px;
  vertical-align: middle;
  border: 1px solid #333333 !important;
  outline: none;
  font-family: inherit;
  font-size: 14px;
  width: 100%;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  background-color: transparent;
  color: #333333 !important;
}
textarea ::-webkit-input-placeholder,
input[type="text"] ::-webkit-input-placeholder,
input[type="password"] ::-webkit-input-placeholder,
input[type="datetime"] ::-webkit-input-placeholder,
input[type="datetime-local"] ::-webkit-input-placeholder,
input[type="date"] ::-webkit-input-placeholder,
input[type="month"] ::-webkit-input-placeholder,
input[type="time"] ::-webkit-input-placeholder,
input[type="week"] ::-webkit-input-placeholder,
input[type="number"] ::-webkit-input-placeholder,
input[type="email"] ::-webkit-input-placeholder,
input[type="url"] ::-webkit-input-placeholder,
input[type="search"] ::-webkit-input-placeholder,
input[type="tel"] ::-webkit-input-placeholder,
input[type="image"] ::-webkit-input-placeholder,
input[type="color"] ::-webkit-input-placeholder,
select ::-webkit-input-placeholder,
#commentform textarea ::-webkit-input-placeholder,
#commentform input[type="text"] ::-webkit-input-placeholder,
#commentform input[type="email"] ::-webkit-input-placeholder,
#commentform input[type="url"] ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #333!important;
}
textarea ::-moz-placeholder,
input[type="text"] ::-moz-placeholder,
input[type="password"] ::-moz-placeholder,
input[type="datetime"] ::-moz-placeholder,
input[type="datetime-local"] ::-moz-placeholder,
input[type="date"] ::-moz-placeholder,
input[type="month"] ::-moz-placeholder,
input[type="time"] ::-moz-placeholder,
input[type="week"] ::-moz-placeholder,
input[type="number"] ::-moz-placeholder,
input[type="email"] ::-moz-placeholder,
input[type="url"] ::-moz-placeholder,
input[type="search"] ::-moz-placeholder,
input[type="tel"] ::-moz-placeholder,
input[type="image"] ::-moz-placeholder,
input[type="color"] ::-moz-placeholder,
select ::-moz-placeholder,
#commentform textarea ::-moz-placeholder,
#commentform input[type="text"] ::-moz-placeholder,
#commentform input[type="email"] ::-moz-placeholder,
#commentform input[type="url"] ::-moz-placeholder {
  /* Firefox 19+ */
  color: #333!important;
}
textarea :-ms-input-placeholder,
input[type="text"] :-ms-input-placeholder,
input[type="password"] :-ms-input-placeholder,
input[type="datetime"] :-ms-input-placeholder,
input[type="datetime-local"] :-ms-input-placeholder,
input[type="date"] :-ms-input-placeholder,
input[type="month"] :-ms-input-placeholder,
input[type="time"] :-ms-input-placeholder,
input[type="week"] :-ms-input-placeholder,
input[type="number"] :-ms-input-placeholder,
input[type="email"] :-ms-input-placeholder,
input[type="url"] :-ms-input-placeholder,
input[type="search"] :-ms-input-placeholder,
input[type="tel"] :-ms-input-placeholder,
input[type="image"] :-ms-input-placeholder,
input[type="color"] :-ms-input-placeholder,
select :-ms-input-placeholder,
#commentform textarea :-ms-input-placeholder,
#commentform input[type="text"] :-ms-input-placeholder,
#commentform input[type="email"] :-ms-input-placeholder,
#commentform input[type="url"] :-ms-input-placeholder {
  /* IE 10+ */
  color: #333!important;
}
textarea :-moz-placeholder,
input[type="text"] :-moz-placeholder,
input[type="password"] :-moz-placeholder,
input[type="datetime"] :-moz-placeholder,
input[type="datetime-local"] :-moz-placeholder,
input[type="date"] :-moz-placeholder,
input[type="month"] :-moz-placeholder,
input[type="time"] :-moz-placeholder,
input[type="week"] :-moz-placeholder,
input[type="number"] :-moz-placeholder,
input[type="email"] :-moz-placeholder,
input[type="url"] :-moz-placeholder,
input[type="search"] :-moz-placeholder,
input[type="tel"] :-moz-placeholder,
input[type="image"] :-moz-placeholder,
input[type="color"] :-moz-placeholder,
select :-moz-placeholder,
#commentform textarea :-moz-placeholder,
#commentform input[type="text"] :-moz-placeholder,
#commentform input[type="email"] :-moz-placeholder,
#commentform input[type="url"] :-moz-placeholder {
  /* Firefox 18- */
  color: #333!important;
}
textarea:focus ::-webkit-input-placeholder,
input[type="text"]:focus ::-webkit-input-placeholder,
input[type="password"]:focus ::-webkit-input-placeholder,
input[type="datetime"]:focus ::-webkit-input-placeholder,
input[type="datetime-local"]:focus ::-webkit-input-placeholder,
input[type="date"]:focus ::-webkit-input-placeholder,
input[type="month"]:focus ::-webkit-input-placeholder,
input[type="time"]:focus ::-webkit-input-placeholder,
input[type="week"]:focus ::-webkit-input-placeholder,
input[type="number"]:focus ::-webkit-input-placeholder,
input[type="email"]:focus ::-webkit-input-placeholder,
input[type="url"]:focus ::-webkit-input-placeholder,
input[type="search"]:focus ::-webkit-input-placeholder,
input[type="tel"]:focus ::-webkit-input-placeholder,
input[type="image"]:focus ::-webkit-input-placeholder,
input[type="color"]:focus ::-webkit-input-placeholder,
select:focus ::-webkit-input-placeholder,
#commentform textarea:focus ::-webkit-input-placeholder,
#commentform input[type="text"]:focus ::-webkit-input-placeholder,
#commentform input[type="email"]:focus ::-webkit-input-placeholder,
#commentform input[type="url"]:focus ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-weight: 600;
}
textarea:focus ::-moz-placeholder,
input[type="text"]:focus ::-moz-placeholder,
input[type="password"]:focus ::-moz-placeholder,
input[type="datetime"]:focus ::-moz-placeholder,
input[type="datetime-local"]:focus ::-moz-placeholder,
input[type="date"]:focus ::-moz-placeholder,
input[type="month"]:focus ::-moz-placeholder,
input[type="time"]:focus ::-moz-placeholder,
input[type="week"]:focus ::-moz-placeholder,
input[type="number"]:focus ::-moz-placeholder,
input[type="email"]:focus ::-moz-placeholder,
input[type="url"]:focus ::-moz-placeholder,
input[type="search"]:focus ::-moz-placeholder,
input[type="tel"]:focus ::-moz-placeholder,
input[type="image"]:focus ::-moz-placeholder,
input[type="color"]:focus ::-moz-placeholder,
select:focus ::-moz-placeholder,
#commentform textarea:focus ::-moz-placeholder,
#commentform input[type="text"]:focus ::-moz-placeholder,
#commentform input[type="email"]:focus ::-moz-placeholder,
#commentform input[type="url"]:focus ::-moz-placeholder {
  /* Firefox 19+ */
  font-weight: 600;
}
textarea:focus :-ms-input-placeholder,
input[type="text"]:focus :-ms-input-placeholder,
input[type="password"]:focus :-ms-input-placeholder,
input[type="datetime"]:focus :-ms-input-placeholder,
input[type="datetime-local"]:focus :-ms-input-placeholder,
input[type="date"]:focus :-ms-input-placeholder,
input[type="month"]:focus :-ms-input-placeholder,
input[type="time"]:focus :-ms-input-placeholder,
input[type="week"]:focus :-ms-input-placeholder,
input[type="number"]:focus :-ms-input-placeholder,
input[type="email"]:focus :-ms-input-placeholder,
input[type="url"]:focus :-ms-input-placeholder,
input[type="search"]:focus :-ms-input-placeholder,
input[type="tel"]:focus :-ms-input-placeholder,
input[type="image"]:focus :-ms-input-placeholder,
input[type="color"]:focus :-ms-input-placeholder,
select:focus :-ms-input-placeholder,
#commentform textarea:focus :-ms-input-placeholder,
#commentform input[type="text"]:focus :-ms-input-placeholder,
#commentform input[type="email"]:focus :-ms-input-placeholder,
#commentform input[type="url"]:focus :-ms-input-placeholder {
  /* IE 10+ */
  font-weight: 600;
}
textarea:focus :-moz-placeholder,
input[type="text"]:focus :-moz-placeholder,
input[type="password"]:focus :-moz-placeholder,
input[type="datetime"]:focus :-moz-placeholder,
input[type="datetime-local"]:focus :-moz-placeholder,
input[type="date"]:focus :-moz-placeholder,
input[type="month"]:focus :-moz-placeholder,
input[type="time"]:focus :-moz-placeholder,
input[type="week"]:focus :-moz-placeholder,
input[type="number"]:focus :-moz-placeholder,
input[type="email"]:focus :-moz-placeholder,
input[type="url"]:focus :-moz-placeholder,
input[type="search"]:focus :-moz-placeholder,
input[type="tel"]:focus :-moz-placeholder,
input[type="image"]:focus :-moz-placeholder,
input[type="color"]:focus :-moz-placeholder,
select:focus :-moz-placeholder,
#commentform textarea:focus :-moz-placeholder,
#commentform input[type="text"]:focus :-moz-placeholder,
#commentform input[type="email"]:focus :-moz-placeholder,
#commentform input[type="url"]:focus :-moz-placeholder {
  /* Firefox 18- */
  font-weight: 600;
}
input[type="submit"],
input[type="button"] {
  display: block;
  border-radius: 0;
}
input[type="file"] {
  padding: 0.125em;
  margin: 0 0 0.625em;
  font-family: inherit;
  font-size: 1em;
  -webkit-appearance: none;
  border-radius: 0;
  line-height: 100%;
}
textarea,
.woocommerce #review_form #respond textarea {
  padding: 10px 15px;
  height: 179px;
}
progress,
meter {
  padding: 0.125em;
  margin: 0 0 0.625em;
  font-family: inherit;
  font-size: 1em;
}
.wpcf7-submit {
  max-width: 200px;
  margin-top: 10px!important;
  padding: 15px 20px;
}
.wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  background-color: #EF4836 !important;
  color: #fff!important;
  padding: 10px;
  width: 100%;
  margin-bottom: 10px;
}
div.wpcf7-response-output {
  margin: 1em 0 0 0;
  padding: 1em;
  text-align: center;
  border: 0!important;
}
div.wpcf7-validation-errors {
  background-color: #F4D03F;
}
div.wpcf7-mail-sent-ok {
  background-color: #03C9A9;
  color: #fff;
}
span.required {
  color: #EF4836;
}
div.wpcf7 .ajax-loader {
  display: block;
  position: absolute;
  right: 0;
  bottom: 30px;
}
.col {
  float: left;
}
.col.half {
  width: 48%;
  margin-right: 4%;
}
.col.full {
  width: 100%;
  margin-right: 0;
}
.col.last {
  margin-right: 0!important;
}
.col h3 {
  margin-top: 1.25em!important;
}
@media all and (max-width: 767px) {
  .col {
    float: none!important;
    width: 100%!important;
    margin-right: 0!important;
  }
}
button,
.button,
[class^="button"],
input[type="button"],
input[type="submit"],
input[type="reset"],
.et_pb_button,
.woocommerce a.button.alt,
.woocommerce-page a.button.alt,
.woocommerce button.button.alt,
.woocommerce-page button.button.alt,
.woocommerce input.button.alt,
.woocommerce-page input.button.alt,
.woocommerce #respond input#submit.alt,
.woocommerce-page #respond input#submit.alt,
.woocommerce #content input.button.alt,
.woocommerce-page #content input.button.alt,
.woocommerce a.button,
.woocommerce-page a.button,
.woocommerce button.button,
.woocommerce-page button.button,
.woocommerce input.button,
.woocommerce-page input.button,
.woocommerce #respond input#submit,
.woocommerce-page #respond input#submit,
.woocommerce #content input.button,
.woocommerce-page #content input.button {
  padding: 15px 20px!important;
  margin: 0;
  font-family: inherit;
  font-weight: 400;
  border: 0;
  border-radius: 0;
  outline: none;
  line-height: 100%;
  color: #fff!important;
  cursor: pointer;
  text-decoration: none!important;
  text-transform: uppercase;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  background-color: #0082cb;
}
button:hover,
.button:hover,
[class^="button"]:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
.et_pb_button:hover,
.woocommerce a.button.alt:hover,
.woocommerce-page a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce-page button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce-page input.button.alt:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce-page #respond input#submit.alt:hover,
.woocommerce #content input.button.alt:hover,
.woocommerce-page #content input.button.alt:hover,
.woocommerce a.button:hover,
.woocommerce-page a.button:hover,
.woocommerce button.button:hover,
.woocommerce-page button.button:hover,
.woocommerce input.button:hover,
.woocommerce-page input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce-page #respond input#submit:hover,
.woocommerce #content input.button:hover,
.woocommerce-page #content input.button:hover {
  background-color: #006198;
  padding: 15px 20px!important;
}
button:focus,
.button:focus,
[class^="button"]:focus,
input[type="button"]:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
.et_pb_button:focus,
.woocommerce a.button.alt:focus,
.woocommerce-page a.button.alt:focus,
.woocommerce button.button.alt:focus,
.woocommerce-page button.button.alt:focus,
.woocommerce input.button.alt:focus,
.woocommerce-page input.button.alt:focus,
.woocommerce #respond input#submit.alt:focus,
.woocommerce-page #respond input#submit.alt:focus,
.woocommerce #content input.button.alt:focus,
.woocommerce-page #content input.button.alt:focus,
.woocommerce a.button:focus,
.woocommerce-page a.button:focus,
.woocommerce button.button:focus,
.woocommerce-page button.button:focus,
.woocommerce input.button:focus,
.woocommerce-page input.button:focus,
.woocommerce #respond input#submit:focus,
.woocommerce-page #respond input#submit:focus,
.woocommerce #content input.button:focus,
.woocommerce-page #content input.button:focus {
  background-color: #006198;
}
button:after,
.button:after,
[class^="button"]:after,
input[type="button"]:after,
input[type="submit"]:after,
input[type="reset"]:after,
.et_pb_button:after,
.woocommerce a.button.alt:after,
.woocommerce-page a.button.alt:after,
.woocommerce button.button.alt:after,
.woocommerce-page button.button.alt:after,
.woocommerce input.button.alt:after,
.woocommerce-page input.button.alt:after,
.woocommerce #respond input#submit.alt:after,
.woocommerce-page #respond input#submit.alt:after,
.woocommerce #content input.button.alt:after,
.woocommerce-page #content input.button.alt:after,
.woocommerce a.button:after,
.woocommerce-page a.button:after,
.woocommerce button.button:after,
.woocommerce-page button.button:after,
.woocommerce input.button:after,
.woocommerce-page input.button:after,
.woocommerce #respond input#submit:after,
.woocommerce-page #respond input#submit:after,
.woocommerce #content input.button:after,
.woocommerce-page #content input.button:after {
  content: none!important;
}
/* Parts */
/*
  Part: Header
  Desc: All styles for header go here
*/
#main-header {
  background-color: rgba(255, 255, 255, 0.55) !important;
  -webkit-transition: all 300ms ease !important;
  -moz-transition: all 300ms ease !important;
  -o-transition: all 300ms ease !important;
  transition: all 300ms ease !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  border-bottom: 1px solid transparent;
}
#main-header.et-fixed-header {
  background-color: #fff!important;
  border-bottom: 1px solid #ededed;
}
#main-header .et-cart-info {
  display: none;
}
#main-header .top-header {
  background-color: #0082cb;
  padding: 6px 0;
}
#main-header .top-header #text-2 .widgettitle {
  display: none;
}
#main-header .top-header #text-2 ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: right;
}
#main-header .top-header #text-2 ul li {
  list-style-type: none;
  display: inline-block;
  padding-right: 5px;
}
#main-header .top-header #text-2 ul li a {
  display: block;
  text-decoration: none;
  color: #fff;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  position: relative;
}
#main-header .top-header #text-2 ul li a i {
  font-size: 14px;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
}
#main-header .top-header #text-2 ul li:first-child a {
  background-color: #3B5998;
  padding: 4px 12px 4px 12px;
}
#main-header .top-header #text-2 ul li:nth-child(2) a {
  background-color: #00ACED;
  padding: 4px 8px 3px 8px;
}
#main-header .top-header #text-2 ul li:nth-child(3) a {
  background-color: #3F729B;
  padding: 4px 10px;
}
#main-header .top-header #text-2 ul li:last-child {
  padding-right: 0;
}
#main-header .top-header #text-2 ul li:last-child i {
  padding-right: 5px;
  padding-left: 15px;
  position: relative;
  bottom: -2px;
  font-size: 16px;
}
#main-header #et-top-navigation {
  padding: 25px 0 0 0!important;
}
#main-header #et-top-navigation #top-menu-nav #top-menu {
  margin: 0;
  padding: 0;
}
#main-header #et-top-navigation #top-menu-nav #top-menu li a {
  padding-bottom: 40px!important;
  text-transform: uppercase;
}
#main-header #et-top-navigation #top-menu-nav #top-menu li .button {
  padding: 15px 20px!important;
  font-size: 14px!important;
}
#main-header #et-top-navigation #top-menu-nav #top-menu li .button:hover {
  padding: 15px 20px!important;
}
#main-header #et-top-navigation #top-menu-nav #top-menu li .sub-menu {
  border-top: 0;
  margin: 0;
  padding: 0;
}
#main-header #et-top-navigation #top-menu-nav #top-menu li .sub-menu li {
  padding: 0;
  width: 100%;
}
#main-header #et-top-navigation #top-menu-nav #top-menu li .sub-menu li a {
  padding: 15px 20px!important;
  width: 100%;
  display: block;
  opacity: 1!important;
}
#main-header #et-top-navigation #top-menu-nav #top-menu li .sub-menu li a:hover {
  background-color: #0082cb;
  color: #fff;
}
@media all and (max-width: 1100px) {
  #main-header #et-top-navigation #top-menu-nav #top-menu li {
    padding-right: 16px;
  }
  #main-header #et-top-navigation #top-menu-nav #top-menu li:last-child {
    padding-right: 0;
  }
  #main-header #et-top-navigation #top-menu-nav #top-menu li a {
    font-size: 13px;
  }
}
@media all and (max-width: 980px) {
  #main-header {
    position: fixed!important;
    width: 100%;
  }
  #main-header .et_menu_container {
    min-height: 100px;
  }
}
@media all and (max-width: 767px) {
  #main-header .top-header #text-2 ul {
    text-align: center;
  }
  #main-header .top-header #text-2 ul li:last-child i {
    padding-left: 5px;
  }
}
@media all and (max-width: 480px) {
  #main-header .top-header #text-2 ul li:nth-child(3) {
    padding-right: 0;
  }
  #main-header .top-header #text-2 ul li:last-child {
    display: block;
  }
  #main-header .top-header #text-2 ul li:last-child a {
    padding: 5px 0;
  }
}
/*
  Part: Footer
  Desc: All styles for footer go here
*/
#main-footer {
  background-color: #65646a !important;
}
#main-footer #footer-widgets {
  padding-top: 0;
  margin-bottom: -14px;
}
#main-footer #footer-widgets .footer-widget {
  margin-bottom: 0;
}
#main-footer #footer-widgets .footer-widget .et_pb_widget {
  float: none;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 40px 0;
}
#main-footer #footer-widgets .footer-widget #text-3 ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff!important;
}
#main-footer #footer-widgets .footer-widget #text-3 ::-webkit-input-placeholder:focus {
  font-weight: 600;
}
#main-footer #footer-widgets .footer-widget #text-3 ::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff!important;
}
#main-footer #footer-widgets .footer-widget #text-3 ::-moz-placeholder:focus {
  font-weight: 600;
}
#main-footer #footer-widgets .footer-widget #text-3 :-ms-input-placeholder {
  /* IE 10+ */
  color: #fff!important;
}
#main-footer #footer-widgets .footer-widget #text-3 :-ms-input-placeholder:focus {
  font-weight: 600;
}
#main-footer #footer-widgets .footer-widget #text-3 :-moz-placeholder {
  /* Firefox 18- */
  color: #fff!important;
}
#main-footer #footer-widgets .footer-widget #text-3 :-moz-placeholder:focus {
  font-weight: 600;
}
#main-footer #footer-widgets .footer-widget #text-3 .title {
  font-size: 3rem;
  color: #fff;
  margin-bottom: 0;
}
#main-footer #footer-widgets .footer-widget #text-3 p:first-child {
  color: #fff;
  padding: 1em 0!important;
}
#main-footer #footer-widgets .footer-widget #text-3 textarea,
#main-footer #footer-widgets .footer-widget #text-3 input[type="text"],
#main-footer #footer-widgets .footer-widget #text-3 input[type="password"],
#main-footer #footer-widgets .footer-widget #text-3 input[type="datetime"],
#main-footer #footer-widgets .footer-widget #text-3 input[type="datetime-local"],
#main-footer #footer-widgets .footer-widget #text-3 input[type="date"],
#main-footer #footer-widgets .footer-widget #text-3 input[type="month"],
#main-footer #footer-widgets .footer-widget #text-3 input[type="time"],
#main-footer #footer-widgets .footer-widget #text-3 input[type="week"],
#main-footer #footer-widgets .footer-widget #text-3 input[type="number"],
#main-footer #footer-widgets .footer-widget #text-3 input[type="email"],
#main-footer #footer-widgets .footer-widget #text-3 input[type="url"],
#main-footer #footer-widgets .footer-widget #text-3 input[type="search"],
#main-footer #footer-widgets .footer-widget #text-3 input[type="tel"],
#main-footer #footer-widgets .footer-widget #text-3 input[type="image"],
#main-footer #footer-widgets .footer-widget #text-3 input[type="color"],
#main-footer #footer-widgets .footer-widget #text-3 select {
  border: 1px solid #fff!important;
  background-color: transparent;
  color: #fff!important;
}
#main-footer #footer-widgets .footer-widget #text-4 .title {
  display: none;
}
#main-footer #footer-widgets .footer-widget #text-4 iframe {
  height: 423px;
  width: 100%;
}
#main-footer #et-footer-nav {
  background-color: #333333;
}
#main-footer #et-footer-nav .bottom-nav {
  margin: 0;
  text-align: center;
  padding: 20px 0 0 0;
}
#main-footer #et-footer-nav .bottom-nav li {
  position: relative;
}
#main-footer #et-footer-nav .bottom-nav li:after {
  display: block;
  content: "|";
  position: absolute;
  right: 4px;
  top: 0;
  color: #ededed;
}
#main-footer #et-footer-nav .bottom-nav li:last-child:after {
  content: none!important;
}
#main-footer #et-footer-nav .bottom-nav li a {
  color: #ededed;
  text-decoration: none;
}
#main-footer #footer-bottom {
  background-color: #333333;
  padding: 0;
}
#main-footer #footer-bottom #footer-info {
  padding: 8px 0 20px 0;
  color: #ededed;
  width: 100%;
  text-align: center;
}
@media all and (max-width: 980px) {
  #main-footer #footer-widgets .footer-widget {
    width: 100%!important;
    float: none!important;
    margin: 0!important;
  }
  #main-footer #footer-widgets .footer-widget #text-3 .title {
    font-size: 2rem;
  }
}
/*
  Part: Sidebar
  Desc: All styles for sidebar go here - also contains styling for widgets that will go in the sidebar
*/
.et_pb_sidebar_0,
#sidebar {
  padding: 20px!important;
  border-left: 0;
  background-color: #ededed;
  margin-bottom: 40px;
}
.et_pb_sidebar_0 .et_pb_widget,
#sidebar .et_pb_widget {
  margin-bottom: 40px!important;
}
.et_pb_sidebar_0 .et_pb_widget:last-child,
#sidebar .et_pb_widget:last-child {
  margin-bottom: 0!important;
}
.et_pb_sidebar_0 .et_pb_widget ul,
#sidebar .et_pb_widget ul {
  padding-left: 0.7em!important;
  padding-bottom: 0!important;
}
.et_pb_sidebar_0 .et_pb_widget a,
#sidebar .et_pb_widget a {
  color: #333333;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.et_pb_sidebar_0 .et_pb_widget a:hover,
#sidebar .et_pb_widget a:hover {
  color: #0082cb;
}
.et_pb_sidebar_0 #advanced_sidebar_menu-2 .parent-sidebar-menu,
#sidebar #advanced_sidebar_menu-2 .parent-sidebar-menu {
  padding: 0!important;
}
.et_pb_sidebar_0 #advanced_sidebar_menu-2 .parent-sidebar-menu > .has_children:before,
#sidebar #advanced_sidebar_menu-2 .parent-sidebar-menu > .has_children:before {
  content: none!important;
}
.et_pb_sidebar_0 #advanced_sidebar_menu-2 .parent-sidebar-menu > .has_children > a,
#sidebar #advanced_sidebar_menu-2 .parent-sidebar-menu > .has_children > a {
  display: block;
  background-color: #0082cb;
  color: #fff;
  padding: 10px;
  margin-bottom: 10px;
}
.et_pb_sidebar_0 #advanced_sidebar_menu-2 .parent-sidebar-menu > .has_children > a:hover,
#sidebar #advanced_sidebar_menu-2 .parent-sidebar-menu > .has_children > a:hover {
  color: #fff;
}
.et_pb_sidebar_0 #advanced_sidebar_menu-2 .parent-sidebar-menu ul,
#sidebar #advanced_sidebar_menu-2 .parent-sidebar-menu ul {
  padding-left: 0!important;
}
.et_pb_sidebar_0 #advanced_sidebar_menu-2 .parent-sidebar-menu ul li.current_page_item > a,
#sidebar #advanced_sidebar_menu-2 .parent-sidebar-menu ul li.current_page_item > a {
  color: #0082cb;
  text-decoration: underline;
}
.et_pb_sidebar_0 #advanced_sidebar_menu-2 .parent-sidebar-menu ul li,
#sidebar #advanced_sidebar_menu-2 .parent-sidebar-menu ul li {
  margin-bottom: 1em;
}
.et_pb_sidebar_0 #woocommerce_widget_cart-2 .widget_shopping_cart_content .cart_list,
#sidebar #woocommerce_widget_cart-2 .widget_shopping_cart_content .cart_list,
.et_pb_sidebar_0 #woocommerce_widget_cart-2 .widget_shopping_cart_content .total,
#sidebar #woocommerce_widget_cart-2 .widget_shopping_cart_content .total,
.et_pb_sidebar_0 #woocommerce_widget_cart-2 .widget_shopping_cart_content .buttons .button.checkout,
#sidebar #woocommerce_widget_cart-2 .widget_shopping_cart_content .buttons .button.checkout {
  display: none;
}
.et_pb_sidebar_0 #woocommerce_widget_cart-2 .widget_shopping_cart_content .buttons,
#sidebar #woocommerce_widget_cart-2 .widget_shopping_cart_content .buttons {
  background: none!important;
  padding: 0!important;
}
.et_pb_sidebar_0 #woocommerce_widget_cart-2 .widget_shopping_cart_content .buttons .button,
#sidebar #woocommerce_widget_cart-2 .widget_shopping_cart_content .buttons .button {
  margin: 0;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 14px;
  border: 1px solid #0082cb !important;
  background-color: #0082cb;
}
/*
  Part: Mobile Menu
  Desc: All styles for Mobile Menu go here
*/
/* Open Mobile Menu Button */
.open-mobile-menu .button {
  position: absolute;
  right: 0;
  top: 25px;
  padding: 9px 14px!important;
}
.open-mobile-menu .button i {
  font-size: 28px;
  color: #fff;
}
.hide-header {
  opacity: 0;
}
/* Fullscreen Mobile Menu */
.fullscreen-mobile-menu {
  position: fixed;
  top: 0;
  left: -1000px;
  width: 50%;
  height: 100%;
  background-color: #65646a;
  text-align: left;
  overflow-x: scroll;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-transition-delay: 100ms !important;
  -moz-transition-delay: 100ms !important;
  -o-transition-delay: 100ms !important;
  transition-delay: 100ms !important;
}
.fullscreen-mobile-menu .fullscreen-mobile-menu-inside {
  padding: 100px 0;
}
.fullscreen-mobile-menu .fullscreen-mobile-menu-inside .close-mobile-menu {
  position: absolute;
  right: 18px;
  top: 10px;
  cursor: pointer;
}
.fullscreen-mobile-menu .fullscreen-mobile-menu-inside .close-mobile-menu i {
  color: #fff;
  font-size: 40px;
}
.fullscreen-mobile-menu .fullscreen-mobile-menu-inside ul {
  padding: 0;
  margin: 0;
}
.fullscreen-mobile-menu .fullscreen-mobile-menu-inside ul li {
  list-style-type: none;
  margin-bottom: 10px;
}
.fullscreen-mobile-menu .fullscreen-mobile-menu-inside ul li a {
  color: #fff;
  font-size: 22px;
}
.fullscreen-mobile-menu .fullscreen-mobile-menu-inside .fullscreen-mobile-nav ul li {
  margin-bottom: 0;
  padding: 0;
  position: relative;
}
.fullscreen-mobile-menu .fullscreen-mobile-menu-inside .fullscreen-mobile-nav ul li a {
  display: block;
  width: 100%;
  padding: 20px 40px;
  text-decoration: none;
  background-color: transparent;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.fullscreen-mobile-menu .fullscreen-mobile-menu-inside .fullscreen-mobile-nav ul li a:hover {
  background-color: #4c4b50;
}
.fullscreen-mobile-menu .fullscreen-mobile-menu-inside .fullscreen-mobile-nav #fullscreen-mobile-nav-items li i {
  padding: 15px;
  position: absolute;
  top: -2px;
}
@media all and (min-width: 980px) {
  .open-mobile-menu,
  .fullscreen-mobile-menu {
    display: none!important;
  }
}
@media all and (max-width: 980px) {
  .mobile_menu_bar:before {
    content: none!important;
  }
  .fullscreen-mobile-menu {
    opacity: 0;
    z-index: -1;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  .reveal-mobile-menu {
    opacity: 1!important;
    z-index: 99999999!important;
    left: 0!important;
  }
}
@media all and (max-width: 767px) {
  .fullscreen-mobile-menu {
    width: 80%;
  }
}
@media all and (max-width: 480px) {
  .fullscreen-mobile-menu {
    width: 100%;
  }
}
/*
  Part: Woocommerce
  Desc: All styles for woocommerce go here
*/
/* Modules */
/*
  Module: Dropify
  Desc: Collapesable menu
*/
.dropify li.menu-item-has-children i.open-menu-link,
.dropify li.page_item_has_children i.open-menu-link {
  color: #fff;
  font-size: 40px;
  cursor: pointer;
  position: absolute;
  right: 10px;
  margin-top: 0;
  top: 12px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.dropify li.menu-item-has-children i.expand,
.dropify li.page_item_has_children i.expand {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.dropify li.menu-item-has-children a.expand,
.dropify li.page_item_has_children a.expand {
  background-color: #65646a !important;
}
.dropify li.menu-item-has-children ul.sub-menu,
.dropify li.page_item_has_children ul.sub-menu {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.dropify li.menu-item-has-children ul.expand,
.dropify li.page_item_has_children ul.expand {
  max-height: 1000px!important;
  opacity: 1!important;
  background-color: rgba(101, 100, 106, 0.8) !important;
}
/*
  Module: Headliner
  Desc: Styles for heading banner module goes here
*/
.headliner {
  padding: 250px 0 120px 0!important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}
.headliner .et_pb_row {
  padding: 0!important;
}
.headliner .et_pb_text {
  text-align: center;
}
.headliner h1 {
  font-size: 66px;
  color: #0082cb;
  font-weight: bold;
  text-transform: capitalize;
}
.headliner p {
  font-size: 18px;
}
.headliner .post-meta {
  font-size: 14px;
}
.headliner .post-meta span,
.headliner .post-meta a {
  font-size: 14px;
}
@media all and (max-width: 980px) {
  .headliner h1 {
    font-size: 46px;
  }
  .headliner .post-meta {
    font-size: 16px;
  }
  .headliner .post-meta span,
  .headliner .post-meta a {
    font-size: 16px;
  }
}
@media all and (max-width: 767px) {
  .headliner {
    padding: 200px 0 50px 0!important;
  }
}
/*
  Module: Blurb
  Desc: All styles for blurb module go here
*/
.et_pb_blurb.service {
  padding: 50px 20px;
  text-align: center;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  min-height: 308px;
}
.et_pb_blurb.service .et_pb_main_blurb_image .et-pb-icon {
  color: #0082cb !important;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-size: 72px;
}
.et_pb_blurb.service .et_pb_blurb_container h4 a {
  font-size: 20px;
  font-weight: 400;
  text-transform: none;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.et_pb_blurb.service:hover {
  background-color: #ededed;
  -webkit-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.25);
  margin-top: -20px;
  padding-bottom: 70px;
}
.et_pb_blurb.service:hover .et_pb_main_blurb_image .et-pb-icon {
  color: #65646a !important;
}
.et_pb_blurb.service:hover .et_pb_blurb_container h4 a {
  color: #0082cb;
}
.services-blurbs {
  padding: 0!important;
}
.services-blurbs .et_pb_row {
  padding: 0;
}
.services-blurbs .et_pb_row .et_pb_column {
  margin: 0!important;
  width: 25%;
}
.services-blurbs .et_pb_row .et_pb_column .service {
  border-right: 1px solid #ededed;
}
.services-blurbs .et_pb_row .et_pb_column:last-child .service {
  border-right: 0;
}
@media all and (max-width: 1100px) {
  .et_pb_blurb.service:hover {
    margin-top: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}
@media all and (max-width: 1100px) {
  .services-blurbs .et_pb_row .et_pb_column {
    width: 50%!important;
  }
  .services-blurbs .et_pb_row .et_pb_column .service {
    border-right: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    min-height: 290px;
  }
  .services-blurbs .et_pb_row .et_pb_column:last-child .service {
    border-right: 0;
    border-bottom: 0;
  }
  .services-blurbs .et_pb_row .et_pb_column:nth-child(2) .service {
    border-right: 0;
  }
  .services-blurbs .et_pb_row .et_pb_column:nth-child(3) .service {
    border-bottom: 0;
  }
}
@media all and (max-width: 980px) {
  .services-blurbs .et_pb_row {
    width: 100%;
  }
  .services-blurbs .et_pb_row .et_pb_column .service {
    min-height: 310px;
  }
}
@media all and (max-width: 767px) {
  .services-blurbs .et_pb_row .et_pb_column {
    width: 100%!important;
  }
  .services-blurbs .et_pb_row .et_pb_column .service {
    min-height: 0;
    border-right: 0!important;
    border-bottom: 1px solid #ededed !important;
  }
  .services-blurbs .et_pb_row .et_pb_column .service:hover {
    padding-bottom: 50px;
  }
  .services-blurbs .et_pb_row .et_pb_column:last-child .service {
    border-bottom: 0!important;
  }
}
/*
  Module: Industry News
  Desc: Styles for industry news module on homepage go here
*/
.industry-news {
  background-color: #0082cb !important;
}
.industry-news .et_pb_blog_grid_wrapper .et_pb_blog_grid .column {
  width: 49%!important;
  margin-right: 2%!important;
}
.industry-news .et_pb_blog_grid_wrapper .et_pb_blog_grid .column:nth-child(1n+2) {
  margin-right: 0!important;
}
.industry-news .et_pb_blog_grid_wrapper .et_pb_blog_grid .column .et_pb_post {
  margin-bottom: 3%!important;
  background-color: transparent;
  border: 0;
}
.industry-news .et_pb_blog_grid_wrapper .et_pb_blog_grid .column .et_pb_post .et_pb_image_container {
  float: left;
  max-width: 200px;
  margin: 0 20px 0 0;
  min-height: 200px;
}
.industry-news .et_pb_blog_grid_wrapper .et_pb_blog_grid .column .et_pb_post .et_pb_image_container img {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  object-fit: cover;
  border: 3px solid #fff;
}
.industry-news .et_pb_blog_grid_wrapper .et_pb_blog_grid .column .et_pb_post h2 {
  margin: 0;
}
.industry-news .et_pb_blog_grid_wrapper .et_pb_blog_grid .column .et_pb_post h2 a {
  font-size: 22px;
  color: #fff;
}
.industry-news .et_pb_blog_grid_wrapper .et_pb_blog_grid .column .et_pb_post p,
.industry-news .et_pb_blog_grid_wrapper .et_pb_blog_grid .column .et_pb_post a {
  color: #fff;
}
@media all and (max-width: 1100px) {
  .industry-news .et_pb_blog_grid_wrapper .et_pb_blog_grid .column .et_pb_post .et_pb_image_container {
    min-height: 320px;
  }
}
@media all and (max-width: 767px) {
  .industry-news .et_pb_blog_grid_wrapper .et_pb_blog_grid .column {
    width: 100%!important;
    margin-right: 0!important;
  }
  .industry-news .et_pb_blog_grid_wrapper .et_pb_blog_grid .column .et_pb_post .et_pb_image_container {
    min-height: 205px;
  }
}
@media all and (max-width: 480px) {
  .industry-news .et_pb_blog_grid_wrapper .et_pb_blog_grid .column .et_pb_post .et_pb_image_container {
    float: none;
    min-height: 0;
    margin: 0 auto 40px auto;
    text-align: center;
  }
  .industry-news .et_pb_blog_grid_wrapper .et_pb_blog_grid .column .et_pb_post .et_pb_image_container img {
    height: 200px;
    width: 200px;
    min-width: 0;
  }
}
/*
  Module: Our Vision
  Desc: Styles for our vision module on homepage go here
*/
.our-vision {
  padding-bottom: 0!important;
}
.our-vision .et_pb_row {
  padding: 0;
}
.our-vision h1,
.our-vision p {
  color: #fff;
}
.our-vision p {
  font-size: 21px;
  line-height: 26px;
}
@media all and (max-width: 980px) {
  .our-vision .et_pb_column:first-child {
    width: 20.875%!important;
    margin-right: 5.5%!important;
    margin-bottom: 0!important;
  }
  .our-vision .et_pb_column:last-child {
    width: 73.625%!important;
  }
}
@media all and (max-width: 980px) {
  .our-vision {
    padding: 50px 0!important;
  }
  .our-vision .et_pb_column:first-child {
    display: none;
  }
  .our-vision .et_pb_column:last-child {
    width: 100%!important;
  }
}
/*
  Module: Gallery Carousel module on the homepage
*/
.store-carousel {
  background-color: #333333 !important;
}
.store-carousel h1 {
  color: #fff;
}
.store-carousel .owl-carousel {
  position: relative;
}
.store-carousel .owl-carousel .owl-stage .owl-item .category-item {
  text-align: center;
}
.store-carousel .owl-carousel .owl-stage .owl-item .category-item .category-image {
  padding: 20px;
  background-color: #fff;
}
.store-carousel .owl-carousel .owl-stage .owl-item .category-item .category-image img {
  max-width: 150px;
  margin: 0 auto;
}
.store-carousel .owl-carousel .owl-stage .owl-item .category-item .category-name {
  padding: 10px 20px;
}
.store-carousel .owl-carousel .owl-stage .owl-item .category-item .category-name a {
  color: #fff;
}
.store-carousel .owl-carousel .owl-dots {
  display: none;
}
.store-carousel .owl-carousel .owl-nav {
  margin-top: 0!important;
  width: 100%;
}
.store-carousel .owl-carousel .owl-nav div {
  opacity: 1!important;
  background-color: transparent;
  color: rgba(0, 0, 0, 0) !important;
  position: relative;
  height: 60px;
  padding: 0 10px;
  position: absolute;
  top: 27%;
}
.store-carousel .owl-carousel .owl-nav div:hover {
  background-color: transparent;
}
.store-carousel .owl-carousel .owl-nav div:before {
  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;
  display: block;
  color: #0082cb;
  font-size: 57px;
}
.store-carousel .owl-carousel .owl-nav .owl-prev {
  left: 0;
}
.store-carousel .owl-carousel .owl-nav .owl-prev:before {
  content: "\f104";
}
.store-carousel .owl-carousel .owl-nav .owl-next {
  right: 0;
}
.store-carousel .owl-carousel .owl-nav .owl-next:before {
  content: "\f105";
}
.store-basic .category-item {
  width: 32.66%;
  margin-right: 1%;
  margin-bottom: 1%;
  min-height: 250px;
  float: left;
  padding: 20px;
  border: 1px solid #ededed;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  text-align: center;
}
.store-basic .category-item:nth-child(3n+3) {
  margin-right: 0;
}
.store-basic .category-item .category-image img {
  max-height: 150px;
}
@media all and (max-width: 767px) {
  .store-basic .category-item {
    width: 49%;
    min-height: 270px;
  }
  .store-basic .category-item:nth-child(3n+3) {
    margin-right: 1%;
  }
  .store-basic .category-item:nth-child(even) {
    margin-right: 0;
  }
}
@media all and (max-width: 480px) {
  .store-basic .category-item {
    width: 100%;
    min-height: 0;
    margin-right: 0!important;
    margin-bottom: 2%;
  }
}
/* Templates */
/*
  Template: Single Post
  Desc: All styles for single post page
*/
.single-post #main-content .et_post_meta_wrapper {
  display: none;
}
.single-post #main-content .entry-content {
  padding-top: 0;
}
@media all and (max-width: 767px) {
  .single-post #main-content .entry-content img {
    float: none;
    display: block;
    width: 100%;
    margin: 0 0 20px 0;
  }
}
/*
  Template: Product Category
  Desc: All styles product category page go here
*/
.tax-product_cat .woocommerce-breadcrumb,
.tax-product_cat .woocommerce-products-header,
.tax-product_cat .woocommerce-result-count,
.tax-product_cat .woocommerce-ordering {
  display: none;
}
.tax-product_cat .products li {
  width: 32.66%!important;
  margin-right: 1%!important;
  margin-bottom: 5%!important;
}
.tax-product_cat .products li:nth-child(3n+3) {
  margin-right: 0!important;
}
.tax-product_cat .products li:before {
  content: none!important;
}
.tax-product_cat .products li .et_shop_image {
  padding: 20px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border: 1px solid #ededed;
}
.tax-product_cat .products li .et_overlay {
  display: none;
}
@media all and (max-width: 767px) {
  .tax-product_cat .products li {
    width: 49%!important;
  }
  .tax-product_cat .products li:nth-child(3n+3) {
    margin-right: 1%!important;
  }
  .tax-product_cat .products li:nth-child(even) {
    margin-right: 0!important;
  }
}
@media all and (max-width: 480px) {
  .tax-product_cat .products li {
    width: 100%!important;
    margin-right: 0!important;
  }
}
/*
  Template: Single Product
  Desc: All styles single product page go here
*/
.single-product #left-area .woocommerce-breadcrumb {
  display: none;
}
.single-product #left-area .product .woocommerce-product-gallery {
  padding: 20px;
  border: 1px solid #ededed;
}
.single-product #left-area .product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
  margin: 0;
}
.single-product #left-area .product .entry-summary h1 {
  font-size: 2.2rem;
  line-height: 2.2rem;
  color: #333333;
}
.single-product #left-area .product .entry-summary .price {
  color: #0082cb;
}
.single-product #left-area .product .entry-summary form .button {
  font-size: 14px;
  padding: 15px 20px!important;
}
.single-product .woocommerce-Tabs-panel--description h2:first-child {
  display: none;
}
.related .products .product:before {
  content: none!important;
}
.related .products .product .et_shop_image {
  border: 1px solid #ededed;
  padding: 20px;
}
.related .products .product .et_overlay {
  display: none;
}
.related .products .product h2.woocommerce-loop-product__title {
  font-size: 17px !important;
  color: #333333;
}
/*
Template: Services with right sidebar
Desc: All styles for Services with right sidebar template go here
*/
.services-with-right-sidebar .service {
  width: 32.3333%;
  padding: 50px 20px!important;
  margin-top: 0!important;
  display: inline-block;
}
@media all and (max-width: 980px) {
  .services-with-right-sidebar .service {
    width: 100%;
    display: block;
  }
}
.wpcf7-form br {
  display: none;
}
/*
  Template: Landing with sticky sidebar
  Desc: All styles Landing with sticky sidebar page go here
*/
.page-template-page-template-landing-with-sticky-sidebar #main-header {
  background-color: #fff!important;
}
.page-template-page-template-landing-with-sticky-sidebar #main-footer > .container {
  display: none;
}
.page-template-page-template-landing-with-sticky-sidebar .full-height {
  display: block!important;
}
.page-template-page-template-landing-with-sticky-sidebar .headliner {
  display: none;
  background: radial-gradient(circle, #65c8ff, #0082cb, #65c8ff, #0082cb) !important;
  background-size: 400% 400%!important;
  -webkit-animation: Gradient 30s ease infinite;
  -moz-animation: Gradient 30s ease infinite;
  animation: Gradient 30s ease infinite;
}
.page-template-page-template-landing-with-sticky-sidebar .headliner .header-content {
  margin: 0!important;
  max-width: 100%!important;
  width: 100%!important;
}
.page-template-page-template-landing-with-sticky-sidebar .headliner .header-content h1 {
  color: #fff!important;
  padding: 0!important;
  margin: 0!important;
  position: relative;
  z-index: 99;
}
.page-template-page-template-landing-with-sticky-sidebar .headliner .header-content .et_pb_fullwidth_header_subhead {
  color: #fff;
  font-size: 24px;
  margin-top: 15px;
}
.page-template-page-template-landing-with-sticky-sidebar .make-sticky {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.page-template-page-template-landing-with-sticky-sidebar .sidebar {
  padding: 20px;
  background: #0082cb;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left top, #0082cb, #65c8ff);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(bottom right, #0082cb, #65c8ff);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(bottom right, #0082cb, #65c8ff);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to bottom right, #0082cb, #65c8ff);
  /* Standard syntax (must be last) */
}
.page-template-page-template-landing-with-sticky-sidebar .sidebar h2 {
  color: #fff;
  text-align: center;
  font-size: 2rem;
}
.page-template-page-template-landing-with-sticky-sidebar .sidebar label {
  color: #fff;
  margin-bottom: 0!important;
}
.page-template-page-template-landing-with-sticky-sidebar .sidebar textarea,
.page-template-page-template-landing-with-sticky-sidebar .sidebar input[type="text"],
.page-template-page-template-landing-with-sticky-sidebar .sidebar input[type="password"],
.page-template-page-template-landing-with-sticky-sidebar .sidebar input[type="datetime"],
.page-template-page-template-landing-with-sticky-sidebar .sidebar input[type="datetime-local"],
.page-template-page-template-landing-with-sticky-sidebar .sidebar input[type="date"],
.page-template-page-template-landing-with-sticky-sidebar .sidebar input[type="month"],
.page-template-page-template-landing-with-sticky-sidebar .sidebar input[type="time"],
.page-template-page-template-landing-with-sticky-sidebar .sidebar input[type="week"],
.page-template-page-template-landing-with-sticky-sidebar .sidebar input[type="number"],
.page-template-page-template-landing-with-sticky-sidebar .sidebar input[type="email"],
.page-template-page-template-landing-with-sticky-sidebar .sidebar input[type="url"],
.page-template-page-template-landing-with-sticky-sidebar .sidebar input[type="search"],
.page-template-page-template-landing-with-sticky-sidebar .sidebar input[type="tel"],
.page-template-page-template-landing-with-sticky-sidebar .sidebar input[type="image"],
.page-template-page-template-landing-with-sticky-sidebar .sidebar input[type="color"],
.page-template-page-template-landing-with-sticky-sidebar .sidebar select {
  background-color: #fff;
  border: 1px solid #fff!important;
  padding: 10px 12px;
}
.page-template-page-template-landing-with-sticky-sidebar .sidebar .wpcf7-submit {
  margin-top: 0!important;
}
.page-template-page-template-landing-with-sticky-sidebar .sidebar-mobile {
  display: none;
}
.page-template-page-template-landing-with-sticky-sidebar .three-col {
  float: left;
  width: 30%;
  margin-right: 4%;
}
.page-template-page-template-landing-with-sticky-sidebar .three-col:last-child {
  margin-right: 0;
}
.page-template-page-template-landing-with-sticky-sidebar .half-col {
  float: left;
  width: 46%;
  margin-right: 8%;
}
.page-template-page-template-landing-with-sticky-sidebar .half-col:nth-child(2n+1) {
  margin-right: 0;
}
.page-template-page-template-landing-with-sticky-sidebar .heading {
  text-align: center;
  margin-bottom: 80px!important;
}
.page-template-page-template-landing-with-sticky-sidebar .heading h2 {
  position: relative;
  z-index: 1;
}
.page-template-page-template-landing-with-sticky-sidebar .heading h2:before {
  border-top: 2px solid #ededed;
  content: "";
  margin: 0 auto;
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
}
.page-template-page-template-landing-with-sticky-sidebar .heading h2 span {
  background: #fff;
  padding: 0 15px;
}
.page-template-page-template-landing-with-sticky-sidebar .model {
  text-align: center;
  overflow: hidden;
}
.page-template-page-template-landing-with-sticky-sidebar .model > p {
  min-height: 85px;
  padding-bottom: 0!important;
}
.page-template-page-template-landing-with-sticky-sidebar .model h4 {
  margin-bottom: 0;
}
@media all and (max-width: 1200px) {
  .page-template-page-template-landing-with-sticky-sidebar .sticky-wrapper {
    display: none;
  }
  .page-template-page-template-landing-with-sticky-sidebar .sidebar-mobile {
    display: block;
  }
  .page-template-page-template-landing-with-sticky-sidebar .et_pb_column {
    margin-right: 0;
    float: none;
    width: 100%;
  }
}
@media all and (max-width: 767px) {
  .page-template-page-template-landing-with-sticky-sidebar .three-col,
  .page-template-page-template-landing-with-sticky-sidebar .half-col {
    float: none;
    width: 100%;
  }
  .page-template-page-template-landing-with-sticky-sidebar .et_pb_module {
    margin-bottom: 60px;
  }
  .page-template-page-template-landing-with-sticky-sidebar .heading h2:before {
    content: none!important;
  }
  .page-template-page-template-landing-with-sticky-sidebar .heading h2 span {
    background: transparent;
    padding: 0;
  }
}
/*
  Module: SVG animations for Design Landing Page
*/
.icon {
  fill: #65646a;
  width: 60px;
  -webkit-transition: all 600ms ease-in-out;
  -moz-transition: all 600ms ease-in-out;
  -o-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
}
.icon.animate {
  fill: #0082cb !important;
}
.icon.idea .light {
  opacity: 0;
}
.icon.idea.animate .light {
  opacity: 1;
}
.icon.idea.animate .light.one {
  -webkit-transition-delay: 100ms;
  -moz-transition-delay: 100ms;
  -o-transition-delay: 100ms;
  transition-delay: 100ms;
}
.icon.idea.animate .light.two {
  -webkit-transition-delay: 200ms;
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  transition-delay: 200ms;
}
.icon.idea.animate .light.three {
  -webkit-transition-delay: 300ms;
  -moz-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  transition-delay: 300ms;
}
.icon.idea.animate .light.four {
  -webkit-transition-delay: 400ms;
  -moz-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  transition-delay: 400ms;
}
.icon.idea.animate .light.five {
  -webkit-transition-delay: 500ms;
  -moz-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  transition-delay: 500ms;
}
.icon.idea.animate .light.six {
  -webkit-transition-delay: 600ms;
  -moz-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  transition-delay: 600ms;
}
.icon.gear {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.icon.gear.animate {
  -webkit-transform: rotate(360deg) !important;
  -moz-transform: rotate(360deg) !important;
  -ms-transform: rotate(360deg) !important;
  -o-transform: rotate(360deg) !important;
  transform: rotate(360deg) !important;
}
.icon.heart.animate {
  width: 75px;
}
@-webkit-keyframes Gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-moz-keyframes Gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes Gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.page-id-827 .et_pb_column_1{
    margin-right:0!important;
}

#text-4 h3{
    color:#fff;
    margin:20px 0;
}
