﻿@import "animate.css";
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Exo:700);
@import url(//fonts.googleapis.com/css?family=Exo:500);
@import url(//fonts.googleapis.com/css?family=Exo:900);
@import url(//fonts.googleapis.com/css?family=Exo:600);
@import url(//fonts.googleapis.com/css?family=Roboto+Condensed:400);
@import url(//fonts.googleapis.com/css?family=Roboto+Condensed:300);
@import url(//fonts.googleapis.com/css?family=Roboto+Condensed:700);
@import url(//fonts.googleapis.com/css?family=Audiowide);
/*========================================================
                    Main layout styles
=========================================================*/
body {
  font: 400 14px/24px "Roboto Condensed", sans-serif;
  color: #555555; /*#979797;*/
  background: #333333;
}
/*a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
*/a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  color: #fb6303;
}

/* Article Styles */
.it-article {
  padding:15px;
  border:1px #ffffff solid;
  background-color: #ffffff;
}

/* .it-article a {
  color:#fb6303;
  text-decoration: none;
}

.it-article a:hover {
  color:#fb6303;
  text-decoration: underline;
} */

.it-article:hover {
  padding:15px;
  background-color: #efefef;
  border:1px #ffffff solid;
}

.it-article-image img {
  width:100%;
}

.it-article-heading {
  font-size:20pt;
  font-weight: 700;
	text-transform: none;
	color:#555555;
  margin-top:10px;
  margin-bottom: 10px;
}

.it-article-brief {
  font-size:16pt;
	text-transform: none;
	color:#555555;
  margin-bottom:35px;
}

.it-reqd {
  color:#FF0000;
  display: inline-block;
  width:10px;
}

.it-reqd-label {
  color:#FF0000;
  display: inline;
}


.it-link {
	color:#fb6303;
	text-decoration:none;
}
.it-link:hover {
	text-decoration:underline;
}

img {
  max-width: 100%;
}
* {
  -webkit-text-size-adjust: none;
}
/* ======= Headers ======= */
h2 {
  font: 700 48px/48px "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  color: #333333;
  position: relative;
  padding-top: 27px;
}
h2:before {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: 0;
  height: 6px;
  width: 147px;
  background: #333333;
}

h1 {
  font: 700 48px/48px "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  color: #333333;
  position: relative;
  padding-top: 27px;
}
h1:before {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: 0;
  height: 6px;
  width: 147px;
  background: #333333;
}

@media (min-width: 768px) and (max-width: 979px) {
  h2 {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 30px;
    line-height: 30px;
  }
}
.header1 {
  margin-bottom: 22px;
}
h3 {
  font: 400 24px/24px "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  color: #333333;
}
h6 {
  font: 700 48px/55px "Exo", sans-serif;
  text-transform: uppercase;
  color: #ffffff;
}
.h8 {
  font: 700 18px/18px "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  display: block;
}
.font1 {
  font: 900 44px/44px "Exo", sans-serif;
  text-transform: uppercase;
  color: #03c7de;
  display: inline-block;
}
.font1:hover a {
  color: #333333;
}
@media (max-width: 767px) {
  .font1 {
    font-size: 24px;
    line-height: 24px;
  }
}
.font2 {
  font: 600 18px/21px "Exo", sans-serif;
  text-transform: uppercase;
  color: #03c7de;
  display: inline-block;
}
/* ======= Buttons ======= */
.btn-default {
  font: 400 14px/24px "Roboto Condensed", sans-serif;
  color: #333333;
  text-transform: uppercase;
  display: inline-block;
}
.btn-default:hover {
  color: #03c7de;
}
.btn-big {
  display: inline-block;
  background: #313494;
  color: #ffffff;
  font: 400 14px/24px "Roboto Condensed", sans-serif;
  padding: 15px 20px 14px;
  text-transform: uppercase;
  text-align: center;
}
.btn-big:hover {
  background-color:#6063CA;
  color: #ffffff;
}
.btn-big.__inset1 {
  border: 1px solid #969696;
  background: transparent;
  color: #333333;
  padding-top: 13px;
  padding-bottom: 13px;
}
.btn-big.__inset1:hover {
  background: #03c7de;
  color: #ffffff;
}
@media (max-width: 479px) {
  .btn-big.__inset1 {
    background: #ffffff;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .btn-big {
    padding: 8px 20px;
  }
}
/* ======= Modifiers ======= */
.__display-none {
  display: none;
}
.__float-right {
  float: right !important;
}
@media (max-width: 767px) {
  .__float-right {
    float: none !important;
  }
}
.__display-inline {
  display: inline;
}
.__hover-color {
  color: #03c7de;
}
.__upper {
  text-transform: uppercase;
}
.__normal {
  font-weight: 400;
}
.__relative {
  position: relative;
}
/* ======= Wrappers ======= */
.wrapper1 {
  padding: 52px 0 47px;
  border-bottom: 1px solid #c9c9c9;
}
.wrapper1 .font2 {
  margin-top: 2px;
}
.wrapper2 {
  padding: 39px 0 10px;
}
.wrapper3 {
  border-bottom: 1px solid #d2d2d2;
  padding-bottom: 20px;
}
.wrapper4 {
  padding: 40px 0 24px;
  background: #f6f8fa;
}
.wrapper5 {
  border-bottom: 1px solid #d2d2d2;
}
.wrapper6 {
  padding-bottom: 80px;
}
.wrapper6 .header1 {
  margin-bottom: 27px;
}
.wrapper7 {
  padding-bottom: 26px;
}
.wrapper8 {
  padding-bottom: 67px;
}
.wrapper9 {
  padding-bottom: 39px;
}
/*========================================================
                    HEADER styles
=========================================================*/
#header {
  background-repeat: #ffffff;
}
@media (max-width: 979px) {
  #header {
    text-align: center;
  }
}
#header .info {
  padding: 8px 0 0px;
  background: #ffffff;
  font: 300 12px/14px "Roboto Condensed", sans-serif;
  color: #333333;
  display:none;		/* hide the info bar on the traditional website. */
}

@media (max-width: 979px) {
  #header .info {
    font-size: 9px;
    line-height: 9px;
	display:none;		/* hide the info bar on the traditional website. */
  }
}
@media (max-width: 767px) {
  #header .info {
    font-size: 12px;
    line-height: 14px;
    display:block;
  }
}
#header .info address,
#header .info .phone,
#header .info .link {
  display: block;
  padding-left: 23px;
  position: relative;
}
#header .info address:before,
#header .info .phone:before,
#header .info .link:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 15px;
  height: 16px;
  overflow: hidden;
  background: no-repeat left 0;
}
@media (max-width: 767px) {
  #header .info address:before,
  #header .info .phone:before,
  #header .info .link:before {
    display: none;
  }
}
#header .info address:before {
  background-image: url(../images/icon1.png);
}
#header .info .link:before {
  background-image: url(../images/icon2.png);
}
#header .info .phone:before {
  background-image: url(../images/icon3.png);
}
#header .info .socials1 {
  text-align: right;
  margin-top: -1px;
}
@media (max-width: 767px) {
  #header .info .socials1 {
    text-align: center;
    margin-top: 20px;
  }
}

#header #stuck_container {
    position: relative;
  padding: 5px 0 3px;
  z-index: 400;
    background-color:#ffffff;
    border-bottom:#cccccc 1px solid;
}

@media (max-width: 979px) {
  #header #stuck_container {
    padding-top: 0;
    padding-bottom: 5px;
  }
}
#header.main-page #stuck_container {
  position: absolute;
  left: 0;
  right: 0;
  background: url(../images/background1.png) repeat;
}
@media (max-width: 979px) {
  #header.main-page #stuck_container {
    /*position: relative;*/
  }
}
.socials1 li {
  display: inline-block;
  margin-bottom: 10px;
}
.socials1 li + li {
  margin-left: 16px;
}
.socials1 li a i {
  font-size: 19px;
  line-height: 19px;
  color: #000000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.socials1 li a:hover i {
  color: #03c7de;
}
/* ======= Logo ======= */
/*h1 {
  float: left;
  position: relative;
}
*/@media (max-width: 979px) {
  h1 {
    float: none;
    display: inline-block;
  }
}
@media (max-width: 767px) {
  h1 {
    margin-top: 10px;
  }
}
h1 .main,
h1 .secondary {
  display: inline-block;
}
h1 .main {
  font: 700 48px/48px "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  color: #ffffff;
}
h1 .secondary {
  font: 700 14px/16px "Roboto Condensed", sans-serif;
  color: #03c7de;
  text-transform: uppercase;
  margin-top: -4px;
}
.header-phone {
	display:none;
}

/* ======= Main menu variables ======= */
/* ======= Sub menus common variables ======= */
/* ======= First level sub menu variables ======= */
/* ======= Second level sub menu variables ======= */
nav {
  float: right;
  margin-top: 47px;
}
@media (max-width: 979px) {
  nav {
    display: inline-block;
    float: none;
    margin-top: 0;
  }
}
/* Main menu styles
========================================================*/
.sf-menu > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  position: relative;
  text-align: center;
}
.sf-menu > li + li {
  margin-left: 4px;
}
/*.sf-menu > li + li:before {
  content: '';
  position: absolute;
  display: block;
  width: 26px;
  height: 16px;
  background: url(../images/divider1.png) no-repeat center 0;
  left: -41px;
  top: 1px;
}*/
.sf-menu > li > .sf-with-ul:after {
  font-family: FontAwesome;
  font-size: 10px;
  position: absolute;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: default;
  content: "\f0d7";
  color: #ffffff;
  bottom: -10px;
  left: 50%;
  margin-left: -3px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* unselected menu item */
.sf-menu > li > a {
  text-transform: capitalize;
  font: 500 16px/16px "Exo", sans-serif;
  display: inline-block;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: #000000;
    padding:4px 12px 4px;
}

/* HOVER for unselected menu item */
.sf-menu > li > a:hover {
  /*color: #03c7de;*/
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;

    color:#ffffff;
    background-color: #313494;
}
.sf-menu > li > a:active {
  background: transparent;
  color: #03c7de;
}
.sf-menu .sfHover > a:after {
  color: #03c7de;
}

/* Currently selected menu option*/
.sf-menu > li.current > a {
  color:#ffffff;
    background-color: #313494;
}

.sf-menu > li.current > .sf-with-ul:after {
  color: #03c7de;
}
.sf-menu > li.sfHover > a {
  color: #03c7de;
}
.sf-menu a {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu a:hover {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
/* First level sub-menu styles
========================================================*/
.sf-menu ul {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  border-radius: 3px;
  width: 110px;
  font: 400 12px/12px Arial, sans-serif;
  position: absolute;
  top: 21px;
  left: 50%;
  margin-left: -55px;
  background: #292929;
  text-align: left;
  padding: 34px 0 35px 16px;
  z-index: 2;
}
.sf-menu ul > li + li {
  margin-top: 22px;
}
.sf-menu ul li {
  position: relative;
  display: block;
}
.sf-menu ul li > .sf-with-ul:after {
  font-family: FontAwesome;
  font-size: 10px;
  position: absolute;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: default;
  content: "\f0da";
  color: #ffffff;
  bottom: -1px;
  right: 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sf-menu ul li a {
  color: #ffffff;
  text-transform: uppercase;
}
.sf-menu ul li a:hover {
  color: #03c7de;
}
.sf-menu ul > .sfHover > a:after {
  color: #03c7de;
}
.sf-menu ul li.sfHover > a {
  color: #03c7de;
}
/* Second level sub-menu styles
========================================================*/
.sf-menu ul ul {
  position: absolute;
  top: -5px;
  left: 94px;
  margin-left: 0;
  background: #03c7de;
  padding: 10px 0 11px 10px;
  z-index: 4;
  text-align: left;
}
.sf-menu ul ul li a {
  color: #ffffff;
  text-transform: uppercase;
}
.sf-menu ul ul li a:hover {
  color: #000000;
}
.sf-menu ul ul li + li {
  margin-top: 18px;
}
@media only screen and (max-width: 767px) {
  .sf-menu {
    display: none;
  }
  nav {
    width: 100%;
    float: none;
  }
  .select-menu {
    border-radius: none;
    display: block;
    text-transform: capitalize;
    float: none;
    color: #03c7de;
    width: 100%;
    margin-bottom: 10px;
    background: #ffffff;
    font: 22px/28px "Exo", sans-serif;
    text-align: left;
    border: 1px solid #c1c1c1;
    padding: 2px 0;
    position: relative;
  }
  .select-menu option {
    text-align: left;
    position: relative;
  }

  .select-menu option hide-on-phone {
    display:none;
  }
  .header-phone {
	color: white;
	display: inline-block;
	font-size:125%;
	font-weight:bold;
	margin-bottom:15px;
	margin-top:15px;
	font:500 16px/16px Exo, sans-serif;
	}

}
/*Core variables and mixins*/
/* Stuck menu styles
========================================================*/
.isStuck {
  z-index: 999;
  position: fixed;
  -webkit-box-shadow: 0 0 4px 0 #000000;
  box-shadow: 0 0 4px 0 #000000;

}
.isStuck nav {
  margin-top: 50px; /*0;*/
}
.isStuck#stuck_container {
  padding: 0;
    background-color: rgba(120,133,139,0.50);
}
.isStuck h1 {
  margin-top: 0px; /*-20px;*/
  padding-left: 0px; /*28px;*/
  margin-bottom: -19px;
}
.isStuck h1 .main {
  /*font-size: 30px;*/
  font: 700 48px/48px "Roboto Condensed", sans-serif;
  line-height: 49px;
}
.isStuck h1 .secondary {
  margin-top: -4px; /*-10px;*/
  /*font-size: 8px;*/
  line-height: 8px;
  font: 700 14px/16px "Roboto Condensed", sans-serif;
}
.isStuck h1:before {
  width: 25px;
  height: 19px;
  background-size: contain;
}
@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*========================================================
                    CONTENT styles
=========================================================*/
#content {
  background: #ffffff;
}
#content.common {
  padding-top: 24px;
}
/* ======= Banner 1 OUR ======= */
.banner1 {
  background: #333333;
  padding: 43px 0;
}
/* ======= Post 1 OUR ======= */
.post1 img {
  float: left;
  border: 3px solid #ffffff;
  border-radius: 500px;
  margin-right: 12px;
  padding: 0;
  margin-top: -2px;
}
.post1 .header {
  color: #ffffff;
  text-transform: uppercase;
}
.post1 .header a {
  display: inline-block;
}
.post1 .header .main {
  display: block;
  font: 700 24px/30px "Roboto Condensed", sans-serif;
  margin-bottom: -2px;
}
.post1 .header .secondary {
  display: block;
  font: 700 30px/30px "Roboto Condensed", sans-serif;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .post1 {
    text-align: center;
  }
  .post1 img {
    float: none;
    display: block;
    margin: 0 auto 10px;
  }
}
@media (max-width: 767px) {
  .post1 {
    margin-bottom: 40px;
  }
}
/* ======= Post 2 Feel free to communicate ======= */
.post2 {
  margin-bottom: 10px;
}
.post2 h2 {
  margin-bottom: 22px;
}
.post2 h1 {
  margin-bottom: 22px;
}
.post2 h3 {
  margin-bottom: 8px;
}
.post2 .btn-big {
  font-size:16pt;
  margin: 10px 0px 10px;
}
/* ======= Post 3 Internet consulting ======= */
.post3 h2 {
  margin-bottom: 26px;
}
.post3 .header {
  display: block;
  font: 400 14px/24px "Roboto Condensed", sans-serif;
  color: #333333;
  text-transform: uppercase;
}
.post3 .btn-big {
  margin-top: 38px;
}
.post3.__inset1 {
  padding-right: 67px;
}
/* ======= banner 2 From the ground ======= */
.banner2 {
  /*background: url(../images/page1_img9.png) no-repeat center 0;*/
  background-color:rgba(245, 245, 248, 1);
  background-size: cover;
  padding: 40px 0 61px;
  border: 1px solid #d2d2d2;
}
/* ======= Banner 3 Newsletter subscription ======= */
.banner3 {
  padding: 33px 0 35px;
  border-bottom: 1px solid #e4e4e4;
}
.banner3 span {
  display: block;
}
.banner3 .header {
  font: 700 36px/36px "Roboto Condensed", sans-serif;
  color: #03c7de;
  text-transform: uppercase;
  display: block;
  margin-bottom: 1px;
}
.banner3 .secondary {
  display: block;
  font: 400 18px/24px "Roboto Condensed", sans-serif;
  color: #333333;
  margin-bottom: 3px;
  text-transform: uppercase;
}
.banner3 p {
  font: 400 12px/18px "Roboto Condensed", sans-serif;
  color: #909090;
}
/* ======= banner 4 Partners ======= */
.banner4 {
  padding: 45px 0 41px;
}
@media (max-width: 767px) {
  .banner4 {
    text-align: center;
  }
  .banner4 img {
    margin-bottom: 30px;
  }
}
.banner4 a:hover img {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
/* ======= Post 4 About our company ======= */
.post4 {
  margin-bottom: 50px;
}
.post4 h3 {
  margin-bottom: 6px;
}
.post4 p {
  margin-bottom: 14px;
}
.post4 img {
  margin-top: 2px;
}

.post4.__inset1 h3 {
  margin-top: 1px;
}
.post4.__inset1 img {
  margin-top: 7px;
}
.post4.__inset1 .btn-big {
  margin-top: 9px;
}
@media (max-width: 767px) {
  .post4.__inset1 img {
    margin-bottom: 20px;
  }
}
/* ======= Post 5 Our advantages ======= */
.post5 {
  margin-top: 7px;
  background: #ebebeb;
  text-align: center;
  padding: 28px 25px 25px;
}
.post5 .header {
  font: 900 30px/30px "Exo", sans-serif;
  color: #333333;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: inline-block;
}
.post5 p {
  color: #898989;
}
.post5 .btn-default {
  margin-top: 16px;
}
/* ======= Blockquote 1 Testimonials ======= */
.blockquote1 {
  margin-top: 23px;
  padding-left: 59px;
  position: relative;
}
.blockquote1 cite {
  font-style: italic;
  display: block;
  font-size: 18px;
  margin-bottom: 18px;
}
.blockquote1 .author {
  display: inline-block;
  font: 400 18px/20px "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  color: #333333;
}

.blockquote1 .who {
  display: inline-block;
  margin-top: -2px;
  font: 400 14px/20px "Roboto Condensed", sans-serif;
  color: #03c7de;
}
.blockquote1:before {
  font-family: FontAwesome;
  font-size: 48px;
  position: absolute;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: default;
  top: 16px;
  left: 0;
  content: '\f10d';
  line-height: 24px;
  color: #333333;
}
/* ======= Accordion ======= */
#accordion {
  margin-top: 6px;
  margin-bottom: 81px;
}
#accordion > h3 {
  position: relative;
}
#accordion .ui-accordion-header {
  margin-top: 2px;
  display: block;
  position: relative;
  background: #f5f5f5;
  padding: 5px 10px 3px 47px;
  min-height: 32px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#accordion .ui-accordion-header:before {
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
  font-family: FontAwesome;
  font-size: 18px;
  position: absolute;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: default;
  line-height: 24px;
  content: '\f054';
  color: #333333;
  left: 27px;
  top: 50%;
  margin-top: -12px;
}
#accordion .ui-accordion-header:hover {
  color: #03c7de;
  cursor: pointer;
  outline: none;
}
#accordion .ui-state-hover {
  color: #333333;
  outline: none;
}
#accordion .ui-accordion-header-active {
  color: #333333;
  position: relative;
  outline: none;
}
#accordion .ui-accordion-header-active:before {
  color: #03c7de;
}
#accordion .ui-accordion-content {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #e9e9e9;
  border-top: none;
  padding: 21px 40px 26px 47px;
  margin-bottom: 3px;
}
#accordion .ui-accordion-content p {
  margin-bottom: 12px;
}
#accordion .ui-state-focus {
  outline: none;
}
/* ======= Post 6 The best solutions for you ======= */
.post6 {
  margin-top: 6px;
  text-align: center;
  margin-bottom: 63px;
}
.post6 img {
  margin-bottom: 24px;
}
.post6 h3 {
  font-weight: 700;
}
@media (max-width: 979px) {
  .post6 {
    padding: 4px;
  }
}
/* ======= Post 7 Blog ======= */
.post7 {
  margin-top: 24px;
  margin-bottom: 54px;
}
.post7 time {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px 2px 12px;
  margin-top: 4px;
  display: block;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  background: #03c7de;
  width: 60px;
}
@media (max-width: 979px) {
  .post7 time {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .post7 time {
    padding: 2px;
    margin-bottom: 10px;
  }
}
.post7 time span {
  display: block;
}
@media (max-width: 767px) {
  .post7 time span + span {
    margin-left: 10px;
  }
}
@media (max-width: 767px) {
  .post7 time span {
    display: inline-block;
  }
}
.post7 time .day {
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 6px;
}
@media (max-width: 767px) {
  .post7 time .day {
    margin-bottom: 0;
  }
}
.post7 time .month {
  font-size: 14px;
  line-height: 18px;
}
@media (max-width: 767px) {
  .post7 time .month {
    font-size: 30px;
    line-height: 30px;
  }
}
.post7 time .year {
  font-size: 14px;
  line-height: 18px;
}
@media (max-width: 767px) {
  .post7 time .year {
    font-size: 30px;
    line-height: 30px;
  }
}
.post7 h3 {
  margin-bottom: 4px;
}
.post7 .info {
  margin-bottom: 25px;
  font-size: 16px;
}
.post7 .info .by {
  color: #03c7de;
}
.post7 .info .by:hover {
  color: #333333;
}
.post7 img {
  margin-bottom: 41px;
}
.post7 .btn-big {
  margin-top: 23px;
}
/* ======= Post 8 Privacy Policy ======= */
.post8 {
  margin-bottom: 37px;
}
.post8 h3 {
  margin-bottom: 6px;
}
.post8 .simple-link {
  margin-top: 24px;
}
/* ======= List 1 ======= */
.list1 li {
  padding-left: 26px;
  position: relative;
  font: 400 18px/30px "Roboto Condensed", sans-serif;
  color: #383838;
  text-transform: uppercase;
}
.list1 li:before {
  font-family: FontAwesome;
  font-size: 18px;
  position: absolute;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: default;
  line-height: 30px;
  content: '\f138';
  left: 0;
  top: 1px;
  color: #03c7de;
}
.list1.__inset1 {
  margin-top: 21px;
  margin-bottom: 73px;
}
/* ======= Gallery  ======= */
.gallery_image {
  float: left;
  width: 33.333333333333336%;
}
@media (max-width: 767px) {
  .gallery_image {
    float: none;
    width: 100%;
    margin-top: 30px;
  }
}
.gallery_image a {
  display: block;
  position: relative;
  background: #000000;
}
.gallery_image a .hover {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.gallery_image a .hover .content {
  position: absolute;
  top: 50%;
  margin-top: -100px;
  padding: 0 35px;
}
@media (max-width: 1199px) {
  .gallery_image a .hover .content {
    margin-top: -124px;
  }
}
@media (max-width: 979px) {
  .gallery_image a .hover .content {
    margin-top: -95px;
  }
}
@media (max-width: 479px) {
  .gallery_image a .hover .content {
    margin-top: -62px;
  }
}
.gallery_image a .hover .content .hover-ico {
  width: 24px;
}
.gallery_image a .hover .content .slogan {
  text-align: center;
  font: 900 30px/30px "Exo", sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  display: inline-block;
}
@media (min-width: 768px) and (max-width: 979px) {
  .gallery_image a .hover .content .slogan {
    font-size: 17px;
    line-height: 17px;
  }
}
.gallery_image a .hover .content p {
  margin-top: 11px;
  margin-bottom: 9px;
  color: #ffffff;
}
@media (max-width: 979px) {
  .gallery_image a .hover .content p {
    font-size: 14px;
    line-height: 16px;
  }
}
@media (max-width: 479px) {
  .gallery_image a .hover .content p {
    display: none;
  }
}
.gallery_image a img {
  -webkit-box-shadow: 0 0 0 0 #ffffff;
  box-shadow: 0 0 0 0 #ffffff;
  margin-bottom: 0;
}
@media (max-width: 979px) {
  .gallery_image a img {
    width: 100%;
  }
}
.gallery_image a:hover img.main {
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}
.gallery_image a:hover .hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.gallery_image a img {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.gallery_image.__inset1 {
  width: 50%;
  float: left;
  margin-top: -1px;
}
.gallery_image.__inset1 img {
  -webkit-box-shadow: 0 0 0 0 #ffffff;
  box-shadow: 0 0 0 0 #ffffff;
  width: 100%;
}
.gallery_image.__inset1 a {
  background: #333333;
}
.gallery_image.__inset1 a .hover {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  padding: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.gallery_image.__inset1 a .hover .slogan {
  text-align: center;
  position: absolute;
  font: 900 30px/30px "Exo", sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  display: inline-block;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -30px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .gallery_image.__inset1 a .hover .slogan {
    font-size: 17px;
    line-height: 17px;
  }
}
.gallery_image.__inset1 a .hover .slogan:after {
  position: absolute;
  content: '';
  display: block;
  width: 38px;
  height: 38px;
  background: url(../images/hover-icon2.png) no-repeat center;
  margin-left: -19px;
  left: 50%;
  bottom: -54px;
}
.gallery_image.__inset1 a:hover img {
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.gallery_image.__inset1 a:hover .hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
@media (max-width: 767px) {
  .gallery_image.__inset1 {
    width: 100%;
    display: block;
    float: none;
    margin-top: 30px;
  }
}
/* ======= Google Map  ======= */
.google-map_contacts {
  margin-top: 28px;
}
.google-map_contacts iframe {
  width: 100%;
  height: 402px;
}
@media (max-width: 767px) {
  .google-map_contacts iframe {
    height: 200px;
  }
}
/* ======= Address  ======= */
.address-block {
  margin-top: 25px;
}
@media (max-width: 767px) {
  .address-block {
    margin-bottom: 50px;
  }
}
.address-block address {
  margin-bottom: 3px;
}
.address-block span {
  line-height: 12px;
}
.address-block .our-address {
  display: block;
  margin-bottom: 13px;
  font: 400 18px/22px "Roboto Condensed", sans-serif;
  color: #383838;
  text-transform: uppercase;
}
.address-block .numbers {
  display: inline-block;
  min-width: 70px;
}
.simple-link {
  display: inline-block;
  text-decoration: underline;
  color: #03c7de;
}
.simple-link:hover {
  color: #333333;
}
/*========================================================
                    FOOTER styles
=========================================================*/
#footer {
  padding: 62px 0;
  background: #333333;
}
#footer .socials1 {
  margin-top: 24px;
}
#footer .socials1 li {
  margin-right: 22px;
}
#footer .socials1 li + li {
  margin-left: 0;
}
#footer .socials1 li a:hover i {
  color: #03c7de;
}
#footer .socials1 li a i {
  color: #ffffff;
  font-size: 22px;
  line-height: 22px;
}
#footer .privacy-block {
  margin-top: 3px;
  font: 300 18px/20px "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  color: #ffffff;
}
#footer address {
  margin-top: 22px;
}
#footer address span {
  display: block;
  color: #b8b8b8;
  font: 300 16px/18px "Roboto Condensed", sans-serif;
  margin-bottom: 10px;
  text-transform: uppercase;
}
#footer .list2 {
  margin-top: 22px;
}
@media (max-width: 767px) {
  #footer {
    padding-top: 0;
  }
  #footer .h8 {
    margin-top: 40px;
  }
}
/* ======= List 2 ======= */
.list2 li {
  padding-left: 21px;
  position: relative;
  font: 300 16px/18px "Roboto Condensed", sans-serif;
  color: #b8b8b8;
  text-transform: uppercase;
}
.list2 li a:hover {
  color: #fb6303;
}
.list2 li:before {
  content: '';
  display: block;
  position: absolute;
  width: 4px;
  height: 4px;
  background: url(../images/list2.png) no-repeat center;
  left: 0;
  top: 5px;
}
.list2 li + li {
  margin-top: 16px;
}
/*========================================================
                    Widget styles
=========================================================*/
/* UItoTop styles
========================================================*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 80px;
  right: 30px;
  overflow: hidden;
  border: none;
  text-align: center;
  color: #ffffff;
  background-color: #313494;
  width: 42px;
  height: 42px;
  border-radius: 200px;
  font-size: 30px;
  line-height: 38px;
  z-index: 20;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
#toTop:hover {
  outline: none;
  color: #03c7de;
}
@media only screen and (max-width: 1199px) {
  #toTop {
    display: none !important;
  }
}
/*Core variables and mixins*/

/* Service-related Styles */
.it-service-option {
  border: 1px solid #e1e1e1;
  background-color: #f5f5f8;
  padding:5px;
  margin:5px;
  display: flex;
}

.it-service-option-even {
  border: 1px solid #e1e1e1;
  background-color: #ffffff;
  padding:5px;
  margin:5px;
  display: flex;
}

.it-service-option:hover {
  border: 1px solid #ffffff;
  background-color: #e5e5e8;
}

.it-service-option-even:hover {
  border: 1px solid #ffffff;
  background-color: #e5e5e8;
}

.it-services-thumb-full {
  /* flex:1; */
  width:190px;
  padding-bottom:10px;
}

.it-services-thumb {
  /* flex:1; */
  width:120px;
  padding-bottom:10px;
}

.it-services-img-full {
  width:150px;
}

.it-services-img {
  width:100px;
}

.it-services-text {
  flex:1;
  margin-top:15px;
}

.it-services-heading {
  font-weight: 700;
  color:#fb6303;
  font-size:17pt;
  margin-top:10px;
}

.it-services-description {
  font-weight: 300;
  color:#555555;
  font-size:16pt;
}

.it-services-description-full {
  font-weight: 600;
  color:#555555;
  font-size:16pt;
}

.it-services-details {
  font-weight: 300;
  color:#555555;
  font-size:14pt;
  display: block;
  margin-top:15px;
}

.it-about-headshot {
  font-size:16pt;
	margin-bottom:25px;
}

.it-team-thumb-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.it-team-photo-item {
  font-size:12px;
  text-align: center;
}

.it-partner-img {
  width:90%;
  margin-bottom: 25px;
}

.it-thumb {
  width:80%;
  border: #ffffff 3px solid;
}

.it-thumb:hover {
  width:80%;
  border: #313494 3px solid;
}

.it-thumb-selected {
  width:80%;
  border: #fb6303 3px solid;
}

.it-p {
	font-size:16pt;
	text-transform: none;
	color:#555555;
}
.it-p strong {
	font-weight: 600;
}
.it-p-btm-pad {
	font-size:16pt;
	margin-bottom:14px;
}
.it-p-top-pad {
	font-size:16pt;
	margin-top:20px;
}

.it-terms-h2 {
	margin-top: 30px;
	font-size:28px;
}
.it-terms-h3 {
	margin-top: 25px;
	font-size: 22px;
	color: #fb6303;
	text-transform: uppercase;
}

.it-terms-xdotx {
	margin-left:50px;
	counter-reset: item;
	list-style-position: outside;
}

.it-terms-xdotx li:before {
	content: counters(item, "3.") " ";
	counter-increment: item;
}

ul.it-outline { counter-reset:section; list-style-type:none; }
ul.it-outline li { list-style-type:none; }
ul.it-outline li ul { counter-reset:subsection; }
ul.it-outline li:before{
    counter-increment:section;
    content:counter(section) ". ";/*content:"Section " counter(section) ". ";*/
}
ul.it-outline li ul li:before {
    counter-increment:subsection;
    content:counter(section) "." counter(subsection) " ";
	padding-left:30px;
	list-style-position: outside;
	display:inline-block;
}




.it-ul {
	margin-top:15px;
	font-size:16pt;
	list-style:disc outside none;
	margin-left:20px;
}
.it-ul li {
	margin-top:10px;
	margin-bottom:10px;
}


.it-ol {
	margin-top:15px;
	font-size:16pt;
	list-style: decimal outside none;
	margin-left:20px;
}
.it-ol li {
	margin-top:10px;
	margin-bottom:10px;
}

.it-ul-graphic {
	margin-top:15px;
	font-size:16pt;
	list-style:square outside url('../images/it-list-buller.png');
	margin-left:20px;
	margin-top:30px;
}


.it-ul-graphic li {
	margin-top:10px;
	margin-bottom:10px;
}

.it-contact-req {
	width:4%;
	color:red;
	text-align:right;
}

.it-contact-lbl {
	width:15%;
}

.it-contact-fld {
	width:80%;
}


/* Desktop Computers */
@media all and (min-width:960px) {
	.it-mobile-show {
		display:none;
	}
	.it-desktop-show {
		display:inline-block;
	}
	.it-news-image {
		width:75%;
	}
	.it-news-video-loom {
		width:620px;
		height:350px;
	}

  .it-form-lbl {
    width:25%;
    font-size:16pt;
    display: inline-block;
  }

  .it-form-fld {
    width:70%;
    font-size:16pt;
  }

  .it-form-offset {
    width:25%;
  }
}

/* Tablets */
@media all and (min-width:569px) and (max-width: 959px) {
  	.it-mobile-show {
		display:none;
	}
	.it-desktop-show {
		display:inline-block;
	}
	.it-news-image {
		width:98%;
	}
	.it-news-video-loom {
		width:620px;
		height:350px;
	}

  .it-form-lbl {
    width:25%;
    font-size:16pt;
    display: inline-block;
  }

  .it-form-fld {
    width:70%;
    font-size:16pt;
  }

  .it-form-offset {
    width:25%;
  }
}

/* Smartphones */
@media all and (min-width:0px) and (max-width: 568px) {
  	.it-mobile-show {
		display:inline-block;
	}
	.it-desktop-show {
		display:none;
	}
	.it-news-image {
		width:98%;
	}
	.it-news-video-loom {
		width:324px;
		height:184px;
	}
  .it-form-lbl {
    width:30%;
    font-size:14pt;
    display: inline-block;
  }

  .it-form-fld {
    width:60%;
    font-size:14pt;
  }

  .it-form-offset {
    width:10px;
  }
}

.it-stealth {display:none;}