@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=Fjalla+One);
@import url(//fonts.googleapis.com/css?family=Open+Sans:400);
@import url(//fonts.googleapis.com/css?family=Open+Sans:300);
@import url(//fonts.googleapis.com/css?family=Open+Sans:600);
@import url(//fonts.googleapis.com/css?family=Ubuntu:300);
/*========================================================
                    Main layout styles
=========================================================*/
body {
  font: 400 14px/25px "Open Sans", sans-serif;
  color: #000000;
  background: #ffffff;
}
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: #0e1f83;
}
img {
  max-width: 100%;
}
* {
  -webkit-text-size-adjust: none;
}
/* ======= Headers ======= */
h2 {
  font: 400 38px/60px "Fjalla One", sans-serif;
  color: #3c3c3c;
  text-transform: uppercase;
}
@media (max-width: 479px) {
  h2 {
    font-size: 30px;
    line-height: 35px;
  }
}
.header1 {
  margin-top: 82px;
  margin-bottom: 21px;
}
h3 {
  font: 26px/26px "Fjalla One", sans-serif;
  text-transform: uppercase;
  color: #ffffff;
}
h4 {
  font: 400 18px/25px "Fjalla One", sans-serif;
  color: #2d2d2d;
}
h5 {
  font: 300 22px/29px "Open Sans", sans-serif;
  color: #454545;
}
h6 {
  font: 400 48px/60px "Fjalla One", sans-serif;
  text-transform: uppercase;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  h6 {
    font-size: 30px;
    line-height: 36px;
  }
}
/* ======= Buttons ======= */
.btn-default {
  display: inline-block;
  font: 400 13px/13px "Fjalla One", sans-serif;
  text-transform: uppercase;
  background: #0e1f83;
  padding: 13px 17px 10px 18px;
  color: #ffffff;
}
.btn-default:hover {
  background: #031593;
  color: #ffffff;
}
.simple-button {
  display: inline-block;
  font: 400 13px/13px "Fjalla One", sans-serif;
  text-transform: uppercase;
  color: #ffffff;
}
.simple-button:hover {
  color: #3c3c3c;
}
/* ======= Modifiers ======= */
.__display-none {
  display: none;
}
.__display-inline {
  display: inline;
}
.__hover-color {
  color: #0e1f83;
}
.__upper {
  text-transform: uppercase;
}
.__normal {
  font-weight: 400;
}
.__relative {
  position: relative;
}
/* ======= Wrappers ======= */
.wrapper1 {
  background: url(../images/background1.png) repeat;
  padding: 72px 0 83px;
}
.wrapper2 {
  padding: 0 0 64px;
}
.wrapper3 {
  padding: 0 0 45px;
}
.wrapper4 {
  padding: 0 0 102px;
}
/*========================================================
                    HEADER styles
=========================================================*/
#header {
  border-top: 4px solid #0e1f83;
  padding: 23px 0 20px;
}
@media (max-width: 979px) {
  #header {
    text-align: center;
  }
}
#header.common {
  border-bottom: 1px solid #dddddd;
  margin-bottom: 72px;
}
/* ======= Logo ======= */
h1 {
  display: inline-block;
}
h1 .first-letter {
  font: 400 47px/47px "Fjalla One", sans-serif;
  text-transform: uppercase;
  color: #0e1f83;
}
h1 .main {
  display: inline-block;
  font: 400 37px/55px "Fjalla One", sans-serif;
  color: #404040;
  text-transform: uppercase;
  padding-right: 19px;
  margin-right: 15px;
  position: relative;
}
@media (max-width: 480px) {
  h1 .main {
    display: block;
    margin-right: 0;
    padding-right: 0;
  }
}
h1 .main:after {
  content: '';
  display: block;
  position: absolute;
  width: 1px;
  height: 16px;
  background: #d1d1d1;
  right: 0;
  top: 17px;
}
@media (max-width: 480px) {
  h1 .main:after {
    display: none;
  }
}
h1 .secondary {
  display: inline-block;
  color: #727272;
  font-weight: 400;
  margin-top: 12px;
}
@media (max-width: 480px) {
  h1 .secondary {
    display: block;
    margin-top: 0;
  }
}
/* ======= Main menu variables ======= */
/* ======= Sub menus common variables ======= */
/* ======= First level sub menu variables ======= */
/* ======= Second level sub menu variables ======= */
nav {
  float: right;
  margin-top: 21px;
}
@media (max-width: 979px) {
  nav {
    float: none;
    display: inline-block;
  }
}
/* 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: 27px;
}
.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: #575757;
  bottom: -10px;
  left: 50%;
  margin-left: -3px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sf-menu > li > a {
  text-transform: uppercase;
  font: 400 18px/18px "Fjalla One", sans-serif;
  display: inline-block;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: #575757;
}
.sf-menu > li > a:hover {
  color: #3d3d3d;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu > li > a:active {
  background: transparent;
  color: #3d3d3d;
}
.sf-menu .sfHover > a:after {
  color: #3d3d3d;
}
.sf-menu > li.current > a {
  color: #3d3d3d;
}
.sf-menu > li.current > a:before {
  content: '';
  width: 14px;
  height: 8px;
  display: block;
  position: absolute;
  background: url(../images/menu_active.png) no-repeat center 0;
  left: 50%;
  margin-left: -7px;
  top: -14px;
}
.sf-menu > li.current > .sf-with-ul:after {
  color: #3d3d3d;
}
.sf-menu > li.sfHover > a {
  color: #3d3d3d;
}
.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 {
  display: none;
  width: 180px;
  font: 400 14px/14px "Fjalla One", sans-serif;
  position: absolute;
  top: 54px;
  left: 50%;
  margin-left: -90px;
  background: #031593;
  text-align: center;
  padding: 28px 0 32px 0;
  z-index: 2;
}
.sf-menu ul > li + li {
  margin-top: 23px;
}
.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: #575757;
  bottom: -1px;
  right: 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sf-menu ul li a {
  color: #575757;
  text-transform: none;
}
.sf-menu ul li a:hover {
  color: #ffffff;
}
.sf-menu ul > .sfHover > a:after {
  color: #ffffff;
}
.sf-menu ul li.sfHover > a {
  color: #ffffff;
}
/* Second level sub-menu styles
========================================================*/
.sf-menu ul ul {
  position: absolute;
  top: -26px;
  left: 180px;
  margin-left: 0;
  background: #0e1f83;
  padding: 17px 0 24px 0;
  z-index: 4;
  text-align: center;
}
.sf-menu ul ul li {
  line-height: 27px;
}
.sf-menu ul ul li a {
  color: #3d3d3d;
  text-transform: none;
  display: block;
}
.sf-menu ul ul li:hover {
  background: #031593;
}
.sf-menu ul ul li:hover a {
  color: #ffffff;
}
.sf-menu ul ul li + li {
  margin-top: 8px;
}
@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: none;
    float: none;
    color: #0e1f83;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
    background: #ffffff;
    font: 22px/28px "Fjalla One", sans-serif;
    text-align: left;
    border: 1px solid #c1c1c1;
    padding: 2px 0;
    position: relative;
  }
  .select-menu option {
    text-align: left;
    position: relative;
  }
}
/*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;
  background: #FFF;
}
.isStuck h1 {
  margin-top: 5px;
}
@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*========================================================
                    CONTENT styles
=========================================================*/
/* ======= Banner 1 professional solutions  ======= */
.banner1 {
  background: url(../images/page1_img1.png) no-repeat center;
  background-size: cover;
  padding: 108px 0 94px;
}
@media (max-width: 479px) {
  .banner1 {
    padding: 50px 0;
  }
}
.banner1 .caption {
  margin-left: 39px;
}
.banner1 .caption .secondary {
  display: block;
  margin-top: 28px;
  font: 400 22px/22px "Open Sans", sans-serif;
  color: #FFFFFF;
}
.banner1 .caption .btn-default {
  margin-top: 42px;
}
/* ======= Post 1 services ======= */
.post1 {
  position: relative;
  text-align: center;
}
@media (max-width: 767px) {
  .post1 {
    margin-bottom: 60px;
  }
}
.post1:before {
  content: '';
  display: block;
  position: absolute;
  height: 2px;
  width: 75px;
  left: 0;
  top: 45px;
  background: url(../images/divider1.png) repeat-x center 0;
}
@media (max-width: 1199px) {
  .post1:before {
    width: 45px;
  }
}
@media (max-width: 979px) {
  .post1:before {
    width: 30px;
  }
}
@media (max-width: 767px) {
  .post1:before {
    width: 130px;
  }
}
@media (max-width: 479px) {
  .post1:before {
    width: 60px;
  }
}
.post1:after {
  content: '';
  display: block;
  position: absolute;
  height: 2px;
  width: 75px;
  right: 0;
  top: 45px;
  background: url(../images/divider1.png) repeat-x center 0;
}
@media (max-width: 1199px) {
  .post1:after {
    width: 45px;
  }
}
@media (max-width: 979px) {
  .post1:after {
    width: 30px;
  }
}
@media (max-width: 767px) {
  .post1:after {
    width: 130px;
  }
}
@media (max-width: 479px) {
  .post1:after {
    width: 60px;
  }
}
.post1 img {
  background: #031593;
  border-radius: 200px;
  border: 2px solid #020f6b;
  margin-bottom: 29px;
}
.post1 .content {
  padding: 0 5px 41px;
  border-bottom: 1px solid #020f6b;
  -webkit-box-shadow: 0 1px 0 0 #ffffff;
  box-shadow: 0 1px 0 0 #ffffff;
}
.post1 h3 {
  margin-bottom: 24px;
}
.post1 h3 a:hover {
  color: #3c3c3c;
}
.post1 p {
  color: #ffffff;
}
.post1 .simple-button {
  margin-top: 41px;
}
/* ======= Post 2 Welcome to our site ======= */
.post2 .header {
  font: 300 22px/29px "Open Sans", sans-serif;
  color: #454545;
  display: block;
  margin-bottom: 30px;
  padding-right: 65px;
}
.post2 p {
  margin-bottom: 26px;
}
.post2 .btn-default {
  margin-top: 15px;
}
/* ======= Post 3 Our fields of expertise ======= */
.post3 {
  margin-bottom: 29px;
}
.post3 img {
  background: #c9c9c9;
  border-radius: 200px;
  margin-top: 7px;
}
.post3 .progress {
  width: 100%;
  border: 1px solid #efeeee;
  border-radius: 4px;
  height: 8px;
  background: #ffffff;
  overflow: hidden;
  margin-top: 14px;
}
.post3 .progress .inner {
  height: 100%;
  background: #0e1f83;
}
.post3 .progress .inner.__progress1 {
  width: 81%;
}
.post3 .progress .inner.__progress2 {
  width: 62%;
}
.post3 .progress .inner.__progress3 {
  width: 87%;
}
.post3 p {
  margin-top: 11px;
}
/* ======= Banner 2 Providing technical support ======= */
.banner2 {
  background: url(../images/page1_img9.png) no-repeat center;
  background-size: cover;
  padding: 137px 0 127px;
  text-align: right;
}
@media (max-width: 479px) {
  .banner2 {
    padding: 50px 0;
  }
}
.banner2 h6,
.banner2 span,
.banner2 p {
  color: #ffffff;
}
.banner2 .header,
.banner2 .big {
  display: block;
  font-size: 22px;
  line-height: 22px;
  font-weight: 300;
}
.banner2 h6 {
  margin-bottom: 31px;
  letter-spacing: -1px;
}
.banner2 .header {
  margin-bottom: 28px;
}
.banner2 p {
  margin-bottom: 25px;
}
.banner2 .big {
  margin-bottom: 25px;
}
.banner2 .btn-default {
  margin-top: 12px;
}
/* ======= Blockquote 1 Testimomials ======= */
.blockquote1 {
  margin-top: 7px;
  margin-bottom: 50px;
  border: 1px solid #dddddd;
  padding-top: 77px;
}
.blockquote1 .cite {
  padding: 0 28px 51px;
}
.blockquote1 .cite p {
  position: relative;
}
.blockquote1 .cite p:before {
  position: absolute;
  content: '“';
  font-family: Ubuntu, sans-serif;
  font-size: 86px;
  top: -18px;
  left: -6px;
  color: #42c09f;
  font-weight: 300;
}
.blockquote1 .who {
  padding: 23px 11px 24px 28px;
  border-top: 1px solid #dddddd;
  position: relative;
}
.blockquote1 .who h4 {
  margin-bottom: -4px;
  padding-right: 79px;
}
.blockquote1 .who p {
  padding-right: 79px;
}
.blockquote1 .who img {
  position: absolute;
  top: 13px;
  right: 11px;
}
@media (max-width: 1199px) {
  .blockquote1 .who img {
    top: 50%;
    margin-top: -34px;
  }
}
/* ======= Google map on the main page ======= */
.google-map_main iframe {
  width: 100%;
  height: 419px;
}
@media (max-width: 767px) {
  .google-map_main iframe {
    height: 200px;
  }
}
/* ======= Post 4 About our company ======= */
.post4 {
  margin-top: 21px;
  margin-bottom: 84px;
}
.post4 img {
  float: left;
  margin-right: 30px;
  margin-top: 7px;
}
@media (max-width: 767px) {
  .post4 img {
    float: none;
    margin-right: 0;
    margin-bottom: 10px;
    width: 100%;
  }
}
.post4 h5 {
  margin-bottom: 30px;
}
.post4 p {
  margin-bottom: 21px;
}
.post4 .btn-default {
  margin-top: 20px;
}
/* ======= Banner 3 HELPING YOUR BUSINESS GET BACK ON ITS FEET ======= */
.banner3 {
  background: url(../images/page2_img2.png) no-repeat center;
  background-size: cover;
  padding: 77px 0 107px;
  color: #ffffff;
}
@media (max-width: 479px) {
  .banner3 {
    padding: 50px 0;
  }
}
.banner3 h5 {
  color: #ffffff;
}
.banner3 h6 {
  color: #ffffff;
  margin-bottom: 28px;
}
.banner3 .post5 {
  margin-bottom: 27px;
}
.banner3 .post5 h5 {
  margin-bottom: 4px;
}
.banner3 .btn-default {
  margin-top: 9px;
}
/* ======= Post 5 HELPING YOUR BUSINESS ======= */
@media (max-width: 767px) {
  .post5 {
    margin-bottom: 20px;
  }
}
.post5 i {
  margin-top: 6px;
  text-align: center;
  font-size: 30px;
  display: block;
  height: 70px;
  width: 70px;
  line-height: 66px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 200px;
  border: 2px solid #ffe5e5;
}
@media (max-width: 1199px) {
  .post5 i {
    width: 60px;
    height: 60px;
    line-height: 56px;
    font-size: 26px;
  }
}
@media (max-width: 979px) {
  .post5 i {
    width: 44px;
    height: 44px;
    line-height: 40px;
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .post5 i {
    width: 80px;
    height: 80px;
    line-height: 76px;
    font-size: 38px;
    margin-bottom: 10px;
  }
}
/* ======= Post 6 we offer the best services ======= */
.post6 {
  margin-top: 31px;
  margin-bottom: 37px;
  position: relative;
  padding-left: 53px;
}
.post6 .label {
  position: absolute;
  font: 400 30px/30px "Fjalla One", sans-serif;
  color: #3c3c3c;
  left: 0;
  top: -3px;
}
.post6 h5 {
  margin-bottom: 9px;
}
/* ======= Socials buttons 2 ======= */
.socials2 li {
  display: inline-block;
  margin-right: 7px;
  margin-bottom: 10px;
}
.socials2 li a i {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #dedede;
  color: #2d2d2d;
  text-align: center;
  font-size: 14px;
  display: block;
  width: 31px;
  height: 31px;
  line-height: 29px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.socials2 li a i:hover {
  color: #0e1f83;
}
/* ======= Banner 4 Our services ======= */
.banner4 {
  margin-top: 35px;
  background: url(../images/background1.png) repeat;
  padding: 78px 0 0;
}
@media (max-width: 479px) {
  .banner4 {
    padding: 50px 0 0;
  }
}
/* ======= Post 7 our services ======= */
.post7 {
  margin-bottom: 58px;
}
.post7 .header {
  font: 400 34px/48px "Fjalla One", sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 21px;
}
@media (max-width: 979px) {
  .post7 .header {
    font-size: 20px;
    line-height: 24px;
  }
}
.post7 img {
  margin-bottom: 21px;
}
.post7 p {
  color: #ffffff;
}
.post7 .list1 {
  margin-top: 26px;
}
.post7 .big {
  font: 600 16px/25px "Open Sans", sans-serif;
  color: #ffffff;
  display: block;
  margin-top: 25px;
  margin-bottom: 20px;
}
/* ======= List 1 ======= */
.list1 li {
  padding-left: 16px;
  position: relative;
  font: 400 13px/15px "Fjalla One", sans-serif;
  color: #ffffff;
  text-transform: uppercase;
}
.list1 li a:hover {
  color: #3c3c3c;
}
.list1 li:before {
  content: '\f101';
  font-family: FontAwesome;
  display: block;
  font-size: 13px;
  position: absolute;
  left: 0;
  top: -1px;
}
.list1 li + li {
  margin-top: 15px;
}
/* ======= Post 8 Recent News ======= */
.post8 {
  margin-top: 28px;
  margin-bottom: -2px;
}
.post8 .img-wrapper {
  position: relative;
}
.post8 .img-wrapper time {
  position: absolute;
  display: block;
  bottom: 0;
  text-align: center;
  background: #0e1f83;
  padding: 15px 0 5px;
  min-width: 89px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 768px) and (max-width: 979px) {
  .post8 .img-wrapper time {
    min-width: 61px;
  }
}
@media (max-width: 479px) {
  .post8 .img-wrapper time {
    min-width: 61px;
  }
}
.post8 .img-wrapper time .date {
  font: 400 48px/48px "Fjalla One", sans-serif;
  color: #ffffff;
  display: block;
  margin-bottom: -2px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .post8 .img-wrapper time .date {
    font-size: 24px;
    line-height: 24px;
  }
}
@media (max-width: 479px) {
  .post8 .img-wrapper time .date {
    font-size: 24px;
    line-height: 24px;
  }
}
.post8 .img-wrapper time .month {
  font: 400 22px/25px "Fjalla One", sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  display: block;
  margin-bottom: 5px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .post8 .img-wrapper time .month {
    font-size: 14px;
    line-height: 14px;
  }
}
@media (max-width: 479px) {
  .post8 .img-wrapper time .month {
    font-size: 14px;
    line-height: 14px;
  }
}
.post8 .img-wrapper .like {
  position: absolute;
  text-align: center;
  min-width: 89px;
  display: block;
  background: #3d3d3d;
  color: #ffffff;
  bottom: 0;
  left: 89px;
  font: 400 22px/25px "Fjalla One", sans-serif;
  text-transform: uppercase;
  padding: 16px 0 10px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .post8 .img-wrapper .like {
    left: 61px;
    min-width: 61px;
    font-size: 14px;
    line-height: 14px;
    padding-top: 12px;
  }
}
@media (max-width: 479px) {
  .post8 .img-wrapper .like {
    left: 61px;
    min-width: 61px;
    font-size: 14px;
    line-height: 14px;
    padding-top: 12px;
  }
}
.post8 .img-wrapper .like i {
  display: block;
  font-size: 40px;
  margin-bottom: 5px;
}
@media (max-width: 479px) {
  .post8 .img-wrapper .like i {
    font-size: 20px;
    line-height: 20px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .post8 .img-wrapper .like i {
    font-size: 20px;
    line-height: 20px;
  }
}
.post8 .content {
  border: 1px solid #dddddd;
  border-top: none;
  padding: 31px 27px 23px 27px;
}
.post8 .content .header {
  font: 400 22px/25px "Fjalla One", sans-serif;
  text-transform: uppercase;
  color: #2d2d2d;
  margin-bottom: 4px;
}
.post8 .content p {
  color: #2d2d2d;
}
/* ======= Post 9 Recent News ======= */
.post9 {
  margin-top: 30px;
  margin-bottom: -6px;
}
.post9 .content {
  margin-top: 1px;
  border: 1px solid #dddddd;
  display: block;
  padding: 22px 20px 31px 20px;
}
@media (max-width: 1199px) {
  .post9 .content {
    margin-top: 0;
    border-top: none;
  }
}
.post9 time {
  font: 400 22px/25px "Fjalla One", sans-serif;
  color: #2d2d2d;
  text-transform: uppercase;
  display: block;
  margin-bottom: 20px;
}
.post9 .header {
  text-transform: uppercase;
  font: 400 22px/25px "Fjalla One", sans-serif;
  color: #2d2d2d;
  margin-bottom: 5px;
}
.post9 p {
  color: #2d2d2d;
}
.post9 img {
  float: left;
  margin-right: 25px;
}
@media (max-width: 1199px) {
  .post9 img {
    float: none;
    margin-right: 0;
    width: 100%;
  }
}
/* ======= Google Map  ======= */
.google-map_contacts {
  margin-top: 28px;
  margin-bottom: 31px;
}
.google-map_contacts iframe {
  width: 100%;
  height: 450px;
}
@media (max-width: 767px) {
  .google-map_contacts iframe {
    height: 200px;
  }
}
/* ======= Address  ======= */
address {
  color: #3d3d3d;
  display: inline-block;
  margin-right: 60px;
  margin-top: 24px;
  margin-bottom: -7px;
  line-height: 24px;
  padding-left: 40px;
  position: relative;
}
@media (max-width: 767px) {
  address {
    display: block;
  }
}
address:before {
  font-family: FontAwesome;
  font-size: 30px;
  position: absolute;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: default;
  color: #0e1f83;
  left: 0;
  top: 6px;
}
address.home:before {
  content: '\f015';
}
address.phone:before {
  content: '\f095';
  left: 10px;
  top: 8px;
}
address.mail:before {
  content: '\f0e0';
  top: 7px;
}
address.mail a:hover {
  color: #3c3c3c;
}
/* ======= Post 10 privacy Policy ======= */
.post10 {
  margin-top: 21px;
  margin-bottom: 25px;
}
.post10 .big {
  font: 600 16px/25px "Open Sans", sans-serif;
  color: #3c3c3c;
  display: block;
}
.post10 .simple-link {
  margin-top: 46px;
  display: inline-block;
}
/* ======= Simple link ======= */
.simple-link {
  color: #0e1f83;
}
.simple-link:hover {
  color: #031593;
}
/*========================================================
                    FOOTER styles
=========================================================*/
#footer {
  padding: 74px 0;
}
@media (max-width: 479px) {
  #footer {
    text-align: center;
    padding: 30px 0;
  }
}
#footer.common {
  border-top: 1px solid #dddddd;
}
#footer .socials1 {
  float: left;
}
@media (max-width: 479px) {
  #footer .socials1 {
    float: none;
  }
}
#footer .privacy-block {
  float: right;
  color: #928e92;
  font-size: 13px;
  line-height: 20px;
}
@media (max-width: 479px) {
  #footer .privacy-block {
    float: none;
  }
}
/* ======= Socials buttons 1 ======= */
.socials1 li {
  display: inline-block;
  margin-right: 1px;
  margin-bottom: 10px;
}
.socials1 li a i {
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  display: block;
  width: 23px;
  height: 23px;
  border-radius: 30px;
  line-height: 23px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.socials1 li a i.fa-facebook {
  background: #3a5a9f;
}
.socials1 li a i.fa-facebook:hover {
  background: #4e6eb3;
}
.socials1 li a i.fa-twitter {
  background: #45b0e3;
}
.socials1 li a i.fa-twitter:hover {
  background: #59c4f7;
}
.socials1 li a i.fa-google-plus {
  background: #d61119;
}
.socials1 li a i.fa-google-plus:hover {
  background: #ea252d;
}
.socials1 li a i.fa-linkedin {
  background: #1783bc;
}
.socials1 li a i.fa-linkedin:hover {
  background: #2b97d0;
}
.socials1 li a i.fa-envelope {
  background: #676767;
}
.socials1 li a i.fa-envelope:hover {
  background: #7b7b7b;
}
/*========================================================
                    Widget styles
=========================================================*/
/* UItoTop styles
========================================================*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 80px;
  right: 30px;
  overflow: hidden;
  border: none;
  color: #3c3c3c;
  width: 40px;
  height: 43px;
  font-size: 43px;
  line-height: 38px;
  z-index: 20;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
#toTop:hover {
  outline: none;
  color: #031593;
}
@media only screen and (max-width: 1199px) {
  #toTop {
    display: none !important;
  }
}
/*Core variables and mixins*/
