/*GENERAL*/
.wrapper:before,
.wrapper:after,
.group:before,
.container:before,
.menu:before,
.group:after,
.container:after,
.menu:after {
    content: " "; 
    display: table; 
}

.wrapper:after,
.group:after,
.container:after,
.menu:after {
    clear: both
}

.container {
  max-width: 1150px;
  margin: 0 auto;
  
}

html,body {
  height: 100%;
}

body {
  font-family: 'Source Sans pro', sans-serif;
}

a {
  text-decoration: none;
}

ul {
      list-style-type: none;
}

strong {
  font-weight: 600;
}

img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

.skip-to-main-content-link {
  position: absolute; 
  left: -9999px; 
  z-index: 999; 
  padding: 1em;
  background-color: black;
  color: white;
  opacity: 0; 
}

.skip-to-main-content-link:focus {
  left: 10%; 
  transform: translateX(-10%); 
  opacity: 1; 
}

::selection {
  background: #84fab0; /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: #84fab0; /* Gecko Browsers */
}

.fa-desktop {
  font-size: 16px;
}

 /*navigation*/
 .hero-video {
  z-index: 1000;
  width: 100%;
 }

 .home-hero {

  position: relative;
    z-index: 1;
    height: 600px;
    width: 100%;
    overflow: hidden;
}

.hero-video-container {
position: absolute;
    z-index: 3;
    width: 100%;
    left: 50%;
    top: 57%;
    text-align: center;
    transform: translate(-50%,-50%);
    cursor: default;
}

.homepage-banner-video {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.top-nav-flex {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  text-align: center;
}

.home-video {
  height: 100%;
    width: 100%;
    object-fit: cover;
}

.home-hero:before {
    position: absolute;
    content: '';
    z-index: 2;
    height: 100%;
    width: 100%;
    background: linear-gradient(to bottom,rgba(19,44,112,.7) 0,rgba(32,137,158,.7) 100%);
    }

#cssmenu  a:nth-child(4) {
  padding-right: 0;
}

 .top-nav {
    background: #eeefed;
    height: 45px;
    padding: 0 5%;
    width: 90%;
    z-index: 1000;
    font-family: "proxima nova", "Helvetica Neue", Helvetica, Arial, Sans-serif;
}
.personal-top {
  order: -1;
  margin: 0;
  padding: 0;
}

.personal-top a {
  color: #000000;
  font-size: 1em;
}

.personal-top li {
  display: inline-block;
  padding: 0.55em 0.25em;
  margin-top: 3px;
}

.personal-top li:last-child {
  padding-left: 0.8em;
}

.personal-top .fa {
  margin-right: 0.3125em; /* 5/16 */
  font-size: 1.2em; /* 28/16 */ /* 28/14 */
}

.mid-text-top-nav {
  order: 0;
  display: none;
}
.mid-text-top-nav h2 {
  font-size: 1.1em;
  color: #000;
  margin: 0;
      padding: 0.55em 0.25em;
}

.top-right-nav{
order: 2;
}

.top-right-nav a {
   color: #000;
  font-size: 1.2em;
  display: block;
  margin-top: 4px;
  padding: 5px 12px 6px 12px;
  border: 2px solid #0F95A8;
  text-align: center;
  transition: color 0.5s ease;
}

.top-right-nav a:hover {
  color: #fff;
  transition: background 0.5s ease;
  background: #0F95A8;
}


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

.menu li {
  float: left;
}

.logo  {
    float: left;
    padding-top: 4px;
    width: 99px;  
}



.nav-bar {
      background: #171717;
   /* background: linear-gradient(to bottom, #69c4e8, #21a1d4);
    box-shadow: inset 0 -3px 0 #1f97c7, inset 0 -3px 3px #1f9acc, inset 0 2px 2px #9ad7ef, inset 1px 0 2px #22a4d9, inset -1px 0 2px #22a4d9, 0 1px 1px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.06), 0 3px 3px rgba(0, 0, 0, 0.17), 2px 1px 2px rgba(0, 0, 0, 0.05), -2px 1px 2px rgba(0, 0, 0, 0.05);
*/
    height: 100px;
    margin-bottom: -2px;
    padding: 0 5%;
    width: 90%;
    z-index: 1000;
    font-family: "proxima nova", "Helvetica Neue", Helvetica, Arial, Sans-serif;
}

.navigation {
  float: right;
  
}

.navigation .fa {
  display: block;
  padding-bottom: 10px;
}



.navigation a {
  color: #fff;
  font-size: 1.2em;
  display: block;
  padding: 1.65em 0 1.85em 0;
  width: 5.5em; /* 120/16 */
  text-align: center;
  transition: color 0.5s ease;
}

.selected a,
.navigation a:hover,
.navigation a:focus {
  color: #666;
  text-decoration: underline;
}

.selected {
  color: #666;
}

.btn-accessiblity {
  margin-bottom: 2em;
}

/*-----------MENU-Dropdown---------*/

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  float: right;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  box-sizing: border-box;
   -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

#cssmenu li {
  border-bottom: 4px #aaa solid; 
  margin-right: 1px;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  width: auto;
  font-family: "proxima nova", "Helvetica Neue", Helvetica, Arial, Sans-serif;
  
  z-index: 100;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu > ul > li {
  float: left;
  display: inline-block;
  /*border-bottom: 5px solid #1F89C4;
    margin: 1px 2px 0 0;*/
}
#cssmenu.align-center > ul {
  float: none;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu > ul > li > a {
  padding: 36px 25px 5px 25px;
  margin-top: 4px;
    text-decoration: none;
    font-size: 18px;
    color: #fff;
    text-transform: capitalize;
    letter-spacing: 1px;
    text-shadow: 1px 1px 1px #666;
}

#cssmenu > ul > li >  a > i  {
  padding-right: 3px;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li > a:hover
 {
  color: #BABAB8;
}

#cssmenu > ul > li > a {
  position: relative;
  color: #fff;
  text-decoration: none;
  line-height: 24px;
}
#cssmenu > ul > li > a:before, #cssmenu > ul > li > a:after{
  content: '';
  position: absolute;
  transition: transform 0.5s ease;
}

#cssmenu > ul > li > a:before {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #0883a4;
  transform: scaleX(0);
}
#cssmenu > ul > li > a:hover:before {
  transform: scaleX(1);
}

#cssmenu > ul > li.active > a:before  {
  color: #BABAB8!important;
  transform: scaleX(1);
}

#cssmenu > ul > li.active > a {
  color: #BABAB8!important;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 45px;
}
#cssmenu > ul > li.has-sub > a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top-color: #fff;
  right: 21px;
  top: 43px;
}

#cssmenu > ul > li.has-sub > a:hover::after,
#cssmenu > ul > li.has-sub > a:focus::after {
  border-top-color: #d3eced;
}
#cssmenu > ul > li.has-sub.active > a::after,
#cssmenu > ul > li.has-sub:hover > a {

}

.active {
   color: #BABAB8!important;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  top: 60px;
  margin-top: -15px;
  font-size: 15px;
  opacity: 0;
  transition: top 0.2s ease, opacity 0.2s ease-in;
  -webkit-transition: top 0.2s ease, opacity 0.2s ease-in;
  -moz-transition: top 0.2s ease, opacity 0.2s ease-in;
  -ms-transition: top 0.2s ease, opacity 0.2s ease-in;
  -o-transition: top 0.2s ease, opacity 0.2s ease-in;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
/*
#cssmenu > ul > li > ul::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-bottom-color: #ffffff;
  top: 34px;
  left: 20px;
}*/
#cssmenu.align-right > ul > li > ul::after {
  left: auto;
  right: 20px;
}
/*
#cssmenu ul ul ul::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-right-color: #ffffff;
  top: 11px;
  left: -4px;
}*/
#cssmenu.align-right ul ul ul::after {
  border-right-color: transparent;
  border-left-color: #ffffff;
  left: auto;
  right: -4px;
}
#cssmenu > ul > li > ul {
  top: 120px;
}
#cssmenu > ul > li:hover > ul {
  position: absolute;
  top: 84px;
  left: 0;
  opacity: 1;
}
#cssmenu.align-right > ul > li:hover > ul {
  left: auto;
  right: 0;
}
#cssmenu ul ul ul {
  padding-top: 0;
  margin-top: 0;
  padding-left: 42px;
}
#cssmenu.align-right ul ul ul {
  padding-right: 6px;
}
#cssmenu ul ul > li:hover > ul {
  left: 180px;
  top: 0;
  opacity: 1;
}
#cssmenu.align-right ul ul > li:hover > ul {
  left: auto;
  right: 100%;
  opacity: 1;
}
#cssmenu ul ul li a {
  text-decoration: none;
  font-weight: 400;
  padding: 11px 18px;
 color: #666;
 width: 222px;
  position: initial;
  background: #f1f1f1;
    max-width: none;
    -ms-box-shadow: 1px 1px 5px 1px #222;
    -o-box-shadow: 1px 1px 5px 1px #222;
    box-shadow: 1px 1px 5px 1px #222;
}

#cssmenu ul ul li a:hover {
  box-shadow: inset 1px 1px 1px #222;

}
/*
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    padding: 0px 10px 0px 10px;
    line-height: 35px;
    text-decoration: none;
    text-transform: none;
    vertical-align: baseline;
    width: 170px;
    border-top: 0px solid #494747;
    border-left: 2px solid #494747;
    border-right: 2px solid #494747;
    border-bottom: 2px solid #494747;
    background: #f1f1f1;
    max-width: none;
    -webkit-box-shadow: 1px 1px 5px 1px #222;
    -moz-box-shadow: 1px 1px 5px 1px #222;
    -ms-box-shadow: 1px 1px 5px 1px #222;
    -o-box-shadow: 1px 1px 5px 1px #222;
    box-shadow: 1px 1px 5px 1px #222;
*/

#cssmenu ul ul li:hover > a,
#cssmenu ul ul li.active > a {
  color: #333;
}

#cssmenu ul ul li:last-child > a {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
#cssmenu > ul > li > ul::after {
  position: absolute;
  display: block;
}


#cssmenu ul ul li.has-sub > a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-left-color: #777777;
  right: 17px;
  top: 14px;
}

#cssmenu.align-right ul ul li.has-sub > a::after {
  border-left-color: transparent;
  border-right-color: #777777;
  right: auto;
  left: 17px;
}
#cssmenu ul ul li.has-sub.active > a::after,
#cssmenu ul ul li.has-sub:hover > a::after {
  border-left-color: #333333;
}
#cssmenu.align-right ul ul li.has-sub.active > a::after,
#cssmenu.align-right ul ul li.has-sub:hover > a::after {
  border-right-color: #333333;
  border-left-color: transparent;
}

/*MENU TOGGLE*/
#toggle {
  display: none;
  width: 28px;
  height: 30px;
  margin: 50px auto 10px;
}

#toggle span:after,
#toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -9px;
}
#toggle span:after{
  top: 9px;
}
#toggle span {
  position: relative;
  display: block;
}

#toggle span,
#toggle span:after,
#toggle span:before {
  width: 100%;
  height: 5px;
  background-color: #fff;
  transition: all 0.3s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border-radius: 2px;
}

/* on activation */
#toggle.on span {
  background-color: transparent;
}
#toggle.on span:before {
  -webkit-transform: rotate(45deg) translate(5px, 5px);
          transform: rotate(45deg) translate(5px, 5px);
}
#toggle.on span:after {
  -webkit-transform: rotate(-45deg) translate(7px, -8px);
          transform: rotate(-45deg) translate(7px, -8px);
}
#toggle.on + #menu {
  opacity: 1;
  visibility: visible;
  z-index: 10;
}

/* menu appearance*/
#menu {
  position: relative;
  color: #999;
  width: 200px;
  padding: 10px 10px 0 10px;
  margin: auto;
  text-align: center;
  border-radius: 4px;
      background: #000;
  /* just for this demo */
  opacity: 0;
  visibility: hidden;
  transition: opacity .4s;
}
#menu:after {
  position: absolute;
  top: -15px;
  left: 95px;
  content: "";
  display: block;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 20px solid white;
}
#menu > ul,#menu > ul > li ,#menu > ul > li > a {
  list-style: none;
  display: block;
  margin: 0;
  padding: 8px 0 8px 0px;
  border-radius: 3px;
  outline: none;

}
#menu a {
  padding: 5px;
  color: #222;
  text-decoration: none;
  transition: all .2s;
    -ms-box-shadow: 1px 1px 5px 1px #222;
    -o-box-shadow: 1px 1px 5px 1px #222;
    box-shadow: 1px 1px 5px 1px #222;
    background: #eeefed;
}

#menu  a:hover,
#menu a:focus {
  color: #000;
  box-shadow: inset 1px 1px 1px #222;
}



@media  (max-width: 1040px) {
  #menu {
    display: block;
  }

  #toggle {
  display: block;
  }

  #cssmenu {
    display: none;
  }

  .main-menu {
    display: none;
  }

  #cover-services {
  width: 100%;
  background: url('../img/ofiice-with-Webie-on-screen-blue-services.jpg');
  height: 358px;
  background-position: top center;
  -webkit-background-position: top center;
  -e-background-position: top center;
  -moz-background-position: top center;
  -ms-background-position: top center;
  }

  #cover-services h1 {
    font-size: 2em;
  }

  #nav {
    top: 186px;
  }

  /*-------SUBMENU TOGGLE------*/

  .dropdown-submenu {
      position: relative;
  }

  .dropdown-submenu .dropdown-menu {
      top: 0;
      left: 0;
      margin-top: 2px;
      display: none;
      padding-left: 10px;
  }

  .dropdown-menu > li {
    padding: 3px 0;
  }

  .caret{content:"";border-top:0;border-bottom:4px dashed;border-bottom:4px solid #222;
  }
  .caret{border-width:5px 5px 0;border-bottom-width:0
    }

    .caret {
    display:inline-block;
    width:0;
    height:0;
    margin-left:2px;
    vertical-align:middle;
    border-top:4px dashed;
    border-top:4px solid;
    border-right:4px solid transparent;
    border-left:4px solid transparent;
  }

  .caret-2 {
    display:inline-block;
    width:35px;
    height:18px;
    margin-left:2px;
    vertical-align:middle;
  }

  #menu > ul > li a {
  list-style: none;
  display: block;
  margin: 1px auto;
  padding: 10px 2px;
  border-radius: 3px;
  outline: none;
  }

  #menu > ul > li a.caret-2 {
    position: absolute;
    top: 8px;
    right: 0;
  }
  .services-tab{
  display: inline-block!important;
  padding-left: 9px!important;
  padding-right: 9px!important;
  border-radius: 3px 0 0 3px!important;
}

.services-tab-caret {
  display: inline-block!important;
  padding: 10px 15px 10px 15px!important;
}
}


/*MAIN*/

/*---------NAVIGATION---------*/
/*---------COVER---------*/

.approaching-bg{   
    position:fixed;
    top:0;
    left:0;
    z-index:-1000;
    transform:scale(1);
    transition: all 30s ease-in-out;
    -moz-transition: all 30s ease-in-out;
    -ms-transition: all 30s ease-in-out;
    -webkit-transition: all 30s ease-in-out;  
}

.approaching-bg.zoom {
  -webkit-transform:scale(1.25);
  -moz-transform:scale(1.25);
  -ms-transform:scale(1.25);
  transform:scale(1.25);
}


#cover {
  display: block;
  position: relative;
  min-height: 745px;
  background-repeat: no-repeat;
}

#cover .container {
  position: relative;
  z-index: 1;
}

.fadecovers {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  min-height: 545px;
  overflow: hidden;
}

.cover {
  min-width: 100%;
  height: 1200px;
  position: absolute;
}

.cover {
  font-size: 4.5em;
   color: #fff;
  text-transform: uppercase;
}

.video-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  min-height: 545px;
  overflow: hidden;
  opacity: 0.5;
}

.hero-heading-1 {
  display: block;
  font-size: 2.8em;
  color: #fff;
  text-align: center;
  /*text-shadow: 
  1px 2px 2px #000,
  -2px 2px 2px #000,
  2px 2px 2px #000,
  -2px -2px 2px #000,
  2px -2px 2px #000;*/
  margin-bottom: 0;
  margin-top: -190px;
}

.hero-heading-2 {
  font-size: 2em;
  display: block;
  color: #fff;
  text-align: center;
  margin:0;
  padding: 70px 0;
  text-shadow: 2px 0px 0 #000,
  2px 1px 2px #000, 
  -1px -1px 2px #000, 
  2px 1px 2px #000, 
  -1px 1px 2px #000, 
  0px -1px 2px #000,
  0px 1px 2px #000, 
  0px -1px 2px #000;
  font-weight: 400;
  
}

.hero-heading-2 a, #first p a {
  color: #39a3d4;
}

/*-----SECTION#2----*/

.before-first {
  background: url('../img/office-bg-section-2.jpg');
  background-attachment: fixed;
}

#first {
  background: #fafafa;
}

#first h2 {
  color: #39a3d4;
  font-size: 2em;
  text-transform: uppercase;
  font-weight: 300;
  padding: .5em .2em;
  text-align: center;
  margin-bottom: 0;
}

#first p {
  font-size: 1.3em;
  line-height: 1.4em;
  text-align: center;
  padding: 0 6em 1em 6em;
  margin-top: 0;
} 
 
.btn a {
  color: #fff;
      background: #3db2e1;
    background: linear-gradient(to bottom, #FF8169, #FF3829);
    box-shadow: inset 0 -3px 0 #EB3426, inset 0 -3px 3px #F24E3D, inset 0 2px 2px #F2BDA8, inset 1px 0 2px #F24E3D, inset -1px 0 2px #FF5D33, 0 1px 1px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.06), 0 3px 3px rgba(0, 0, 0, 0.17), 2px 1px 2px rgba(0, 0, 0, 0.05), -2px 1px 2px rgba(0, 0, 0, 0.05);
  border-color: #FF3829;
  font-size: 1.5em;
  font-weight: 400;
  text-transform: uppercase;
  padding: 0.2em 1.4em;
  border: 2px solid #FF3829;
  letter-spacing: -0.2px;
}

.btn a:hover {
  background: #FF4B2E;
  border-color: #FF742E;
}

.btn {
  text-align: center;
  padding-bottom: 4em;
}

.btn-package a {
  color: #222;
      background: #3db2e1;
    background: linear-gradient(to bottom, #69c4e8, #21a1d4);
    box-shadow: inset 0 -3px 0 #1f97c7, inset 0 -3px 3px #1f9acc, inset 0 2px 2px #9ad7ef, inset 1px 0 2px #22a4d9, inset -1px 0 2px #22a4d9, 0 1px 1px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.06), 0 3px 3px rgba(0, 0, 0, 0.17), 2px 1px 2px rgba(0, 0, 0, 0.05), -2px 1px 2px rgba(0, 0, 0, 0.05);
  border-color: #3DA6E1;
  font-size: 1.5em;
  font-weight: 400;
  text-transform: uppercase;
  padding: 0.2em 1.4em;
  border: 2px solid #3DA6E1;
  letter-spacing: -0.2px;
}

.btn-package a:hover {
  color: #222;
      background: #3db2e1;
    background: linear-gradient(to bottom, #5BAAC9, #1F89C4);
    box-shadow: inset 0 -3px 0 #1f97c7, inset 0 -3px 3px #1f9acc, inset 0 2px 2px #9ad7ef, inset 1px 0 2px #22a4d9, inset -1px 0 2px #22a4d9, 0 1px 1px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.06), 0 3px 3px rgba(0, 0, 0, 0.17), 2px 1px 2px rgba(0, 0, 0, 0.05), -2px 1px 2px rgba(0, 0, 0, 0.05);
  border-color: #3D92E1;
}

.btn-package {
  text-align: center;
  padding-bottom: 4em;
}

.btn-services-home a {
  color: #222;
      background: #3db2e1;
    background: linear-gradient(to bottom, #69c4e8, #21a1d4);
    box-shadow: inset 0 -3px 0 #1f97c7, inset 0 -3px 3px #1f9acc, inset 0 2px 2px #9ad7ef, inset 1px 0 2px #22a4d9, inset -1px 0 2px #22a4d9, 0 1px 1px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.06), 0 3px 3px rgba(0, 0, 0, 0.17), 2px 1px 2px rgba(0, 0, 0, 0.05), -2px 1px 2px rgba(0, 0, 0, 0.05);
  border-color: #3DA6E1;
  font-size: 1.3em;
  font-weight: 400;
  padding: 0.2em 1.4em;
  border: 2px solid #3DA6E1;
  letter-spacing: -0.2px;
}

.btn-services-home {
  padding-bottom: 2.6em;
}

.btn-services-home a:hover {
  color: #222;
      background: #3db2e1;
    background: linear-gradient(to bottom, #5BAAC9, #1F89C4);
    box-shadow: inset 0 -3px 0 #1f97c7, inset 0 -3px 3px #1f9acc, inset 0 2px 2px #9ad7ef, inset 1px 0 2px #22a4d9, inset -1px 0 2px #22a4d9, 0 1px 1px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.06), 0 3px 3px rgba(0, 0, 0, 0.17), 2px 1px 2px rgba(0, 0, 0, 0.05), -2px 1px 2px rgba(0, 0, 0, 0.05);
  border-color: #3D92E1;
}


.btn-contact a {
  color: #fff;
  background: #FF3829;
  background-color: rgba(255, 56, 41, .7);
  font-size: 1.5em;
  font-weight: 400;
  text-transform: uppercase;
  padding: 0.2em 1.4em;
  border: 2px solid #fafafa;
  text-align: center;
}

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

.btn-contact a:hover {
  background: none;
}

/*-----SECTION BEFORE#3----*/
.services-home-banner {
  background: #000;
  text-align: center;
  height: auto;
  position: relative;
  margin-top: -1px;
}

.services-home-banner h2 {
  color: #fff;
  font-size: 2em;
  padding: 2.5em 0.2em;
  margin: 0;
  font-weight: 400;
}

.services-home-banner:after {
     content:'';
    width: 0; 
    height: 0; 
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 25px solid #000;
    position: absolute;
    bottom:-25px;
    left:50%;
    margin-left: -25px;
    z-index: 2;
}


.before-third {
  display: flex;
  background: #fff;
  position: relative;
  align-items: center;
  overflow: hidden;
}

.b-third-left {
  flex: 1;
  width: auto;
  height: 100%;
  position: relative;
}

.b-third-right {
  flex: 2;
}

.b-third-right-text {
  padding: 10px;
}

.web-screen {
  width: 30%;
  position: absolute;
  top: 19%;
  margin-left: 12%;
}

.before-third-mirror {
  display: flex;
  background: #eeefed;
  position: relative;
  align-items: center;
  flex-direction: row-reverse;
  overflow: hidden;
}

.b-third-left-mirror {
  flex: 1;
  width: auto;
  height: 100%;
  position: relative;
}

.b-third-right-mirror {
  flex: 2;
}

.b-third-right-text-mirror {
  padding: 10px;
}

.web-screen-mirror {
  width: 30%;
  position: absolute;
  top: 19%;
  right: 12%;
}

.b-third-right-text {
  padding: 0 20%;
}

.packages-updated{
  padding: 40px 18%;
}

.b-third-right-text-mirror {
  padding: 0 20%;
}

.b-third-right-text h2 {
  color: #39a3d4;
    font-size: 2em;
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 0;
}

.b-third-right-text h3 {
  font-size: 1.45em;
  margin-top: 0;
  font-weight: 400;
}

.b-third-right-text.packages-updated h3 {
    color: #39a3d4;
    font-size: 2em;
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 0;
}

.packages-advantages-list {
  padding-left: 0;
}

.packages-advantages-list li {
  font-size: 1.2em;
    line-height: 1.2em;
    padding-bottom: 0.6em;
}

.b-third-right-text p {
  font-size: 1.3em;
    line-height: 1.4em;
}

.b-third-packages-p p {
  font-size: 1.05em;
    line-height: 1.1em;
}

.b-third-right-text-mirror h2 {
  color: #39a3d4;
    font-size: 2em;
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 0;
}

.b-third-right-text-mirror h3 {
  font-size: 1.45em;
  margin-top: 0;
  font-weight: 400;
}

.b-third-right-text-mirror p {
  font-size: 1.3em;
    line-height: 1.4em;
}
/*-----SECTION#3----*/
.group {
  max-width: 1920px;
  margin: 0 auto;
}

.bar-1,
.bar-2,
.bar-3,
.bar-4 {
  height: 425px;
    flex-grow: 1;
    background-position: 50%;
    background-repeat: no-repeat;
    position: relative;
    float: left;
    text-align: center;
}

.bar-1 {
  background-image: url('../img/bar-1.jpg');
  width: 25%;
  display: inline-block;
}

.bar-2 {
  background-image: url('../img/bar-2.jpg');
  width: 25%;
  display: inline-block;
}

.bar-3 {
  background-image: url('../img/bar-3.jpg');
  width: 25%;
  display: inline-block;
}

.bar-4 {
  background-image: url('../img/bar-4.jpg');
  width: 25%;
  display: inline-block;
}

#second .fa, #second .fas {
  color: #39a3d4;
  padding-top: 0.5em;

}

.bar-heading {
  color: #fff;
  font-size: 1.8em;
  text-shadow: 1px 1px 1px #000;
}

.bar-text {
  color: #fcfcfc;
  text-shadow: 1px 1px 1px #000;
  font-size: 1.3em;
  line-height: 1.4em;
  padding: 0.2em 1.9em;
  margin-bottom: 0.2em;
  height: 47%;
}

.box-btn {
   color: #fcfcfc;
   font-size: 1em;
       padding: 0em 0.4em 0.15em 0.4em;
    border: 1px solid #fcfcfc;
}

.popup {
width:100%;
height:100%;
display:none;
position:fixed;
top:0px;
left:0px;
background:rgba(0,0,0,0.75);
z-index: 200;
}
/* Inner */
.popup-inner {
max-width:700px;
width:90%;
padding:40px;
position:absolute;
top:50%;
left:50%;
-webkit-transform:translate(-50%, -50%);
transform:translate(-50%, -50%);
box-shadow:0px 2px 6px rgba(0,0,0,1);
border-radius:3px;
background:#fff;
z-index: 100;
}
/* Close Button */
.popup-close {
width:30px;
height:30px;
padding-top:4px;
display:inline-block;
position:absolute;
top:0px;
right:0px;
transition:ease 0.25s all;
-webkit-transform:translate(50%, -50%);
transform:translate(50%, -50%);
border-radius:50%;
background:rgba(255,103,47,0.8);
font-family:Arial, Sans-Serif;
font-size:20px;
text-align:center;
line-height:100%;
color:#fff;
}
.popup-close:hover {
-webkit-transform:translate(50%, -50%) rotate(180deg);
transform:translate(50%, -50%) rotate(180deg);
background:rgba(255,103,47,1);
text-decoration:none;
}

.popup-inner h4 {
  color:  #39a3d4;
  font-size: 2em;
    margin: 0.4em 0 1em 0;
}

.popup-inner p {
  color:  #111;
  font-size: 1.2em;
  line-height: 1.3em;
}

.close-pop {
  color:  #111;
  font-size: 1em;
    padding: 0.1em 0.5em 0.2em;
    border: 1px solid #111;
}

.close-pop:hover {
  background: rgba(18, 255, 112, .4);
}


/*-----SECTION#4----*/

#third {
  background: #3951F5;
      background: #3db2e1;
    background: linear-gradient(to bottom, #69c4e8, #21a1d4);
    box-shadow: inset 0 -3px 0 #1f97c7, inset 0 -3px 3px #1f9acc, inset 0 2px 2px #9ad7ef, inset 1px 0 2px #22a4d9, inset -1px 0 2px #22a4d9, 0 1px 1px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.06), 0 3px 3px rgba(0, 0, 0, 0.17), 2px 1px 2px rgba(0, 0, 0, 0.05), -2px 1px 2px rgba(0, 0, 0, 0.05);

}

#third h2 {
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  font-size: 2em;
  text-transform: uppercase;
  font-weight: 600;
  padding: .5em .2em;
  text-align: center;
  margin-bottom: 0;
}

#third p {
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  font-size: 1.3em;
  line-height: 1.4em;
  text-align: center;
  padding: 0 6em 1em 6em;
  margin-top: 0;
} 

/*---------SECTION#5-------*/
/*.forth {
  background-image: url('../img/banner22 (1).jpg');
  background-position: 50%;
    background-repeat: no-repeat;
    height: 500px;
}*/

.forth {
    background: #000;
}

#forth {
  background: url('../img/Section-4-cover.jpg') 50% 0 no-repeat fixed;
  height: 560px;
  margin: 0 auto;
  overflow: hidden;
  padding: 0;
}



.text-fly {
  color: #fafafa;
  text-shadow: 1px 2px 2px #000, -2px 2px 2px #000, 2px 2px 2px #000, -2px -2px 2px #000, 2px -2px 2px #000;
  font-size: 4.2em;
  text-align: center;
  padding: 0 0.4em;
  margin-bottom: 0;
}

.text-fly-2 {
  color: #fafafa;
  text-shadow: 1px 2px 2px #000, -2px 2px 2px #000, 2px 2px 2px #000, -2px -2px 2px #000, 2px -2px 2px #000;
  font-size: 4.2em;
  text-align: center;
  padding: 0 0.4em;
  margin-top: 0;
}

/*SECTION FIVE*/
/* angled div */
.slanted-div {
  position: relative;
  overflow: visible;
  z-index: 1;
}

/* where the magic happens */
.slanted-div:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background: inherit;
  z-index: -1;
  bottom: 0;
  transform-origin: left bottom;
  transform: skewY(2deg);
}

.slanted-div:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background: inherit;
  z-index: -1;
  bottom: 0;
  transform-origin: right top;
  transform: skewY(2deg);
}

#grants-home-section {
  background: #ffffff;
}

#grants-home-section h2 {
  color: #000000;
  font-size: 2em;
  text-transform: uppercase;
  font-weight: 600;
  padding: .5em .2em;
  text-align: center;
  margin-bottom: 0;
}

#grants-home-section p {
  color: #000000;
  font-size: 1.3em;
  line-height: 1.4em;
  text-align: center;
  padding: 0 6em 1em 6em;
  margin-top: 0;
} 

.grants-home-section h2 {
  color: #000000;
  font-size: 2em;
  font-weight: 600;
  padding: .5em .1em;
  text-align: left;
  margin-bottom: 0;
}



.grants-home-section p {
  color: #000000;
  font-size: 1.3em;
  line-height: 1.4em;
  text-align: left;
  padding: 2em 0.1em 2em 0.1em;
  margin-top: 0;
} 

.latest-news {
  padding: 3.5em 0;
}

.latest-news h3 {
  color: #000000;
  font-size: 2em;
  text-transform: uppercase;
  font-weight: 600;
  padding: .5em .2em;
  text-align: center;
  margin-bottom: 0;
}

.article-news {
      box-shadow: 6px 6px 8px #222;
      padding: 10px;
      height: 320px;
      position: relative;
}

.article-news a {
  color: #000000;
    font-size: 1.3em;
    line-height: 1.2em;
    margin: 10px 0 12px;
}

.article-news img {
  margin-bottom: 12px;
}

 .article-news .btn-article a {
  color: #0F95A8;
    font-size: 1em;
    line-height: 1.4em;
    position: absolute;
    bottom: 10px;
    left: 10px;
 }

  .article-news .btn-article a span {
    vertical-align: text-top;
  }


/*------FOOTER-----*/
.pre-footer {
background-color: rgba(53, 153, 153, 0.5);
}

.envelopes {
  background: url('../img/illustration-envelopes.png') 50% 0 no-repeat;
}

/*---FORM---*/

.form {
  width: 40%; 
  background-color: rgba(54, 111, 214, .6);
  padding: 2em 2em 2em 1.9em;
  border-radius: 4px;
  margin: 6em auto;
}

input[type="text"],
input[type="number"],
input[type="email"] {
  width: 100%;
  height: 30px;
  background: #fbfbfb;
  margin-top: 1em;
  border-radius: 4px;
}

input:focus,
textarea:focus {
  outline: 2px solid #D47420;
}

input[type="submit"]:focus {
  outline: 2.5px solid #75D67D;
} 

textarea {
  width: 100%;
  height: 90px;
  background: #fbfbfb;
  margin-top: 1em;
  border:  2px solid #d8d8d8;
  border-radius: 4px;

}

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

.form-btn {
  text-align: center;
  margin-top: 1em;

}

.form p {
  text-align: center;
  font-size: 1.6em;
  color: #fbfbfb;
  margin-top: 0;
}

.button {
  padding: .4em 1.2em;
  background: #FF742E;
  border-radius: 4px;
  cursor: pointer;
}

.form .legend {
  font-size: 0.8em;
  color: #D6D6D6;
  text-align: left;
  margin-bottom: -1.2em;
 }

 .msg {
  z-index: 5;
  width: 15em;
    position: relative;
    margin: 0 auto;
  bottom: 5em;
  display: block;
  
 }

.msg .success-msg {
  
  color: #333;
  text-align: center;
  padding: .4em 1em;
  background-color: #75D67D;
  font-size: 1.3em;
  border-radius: 4px; 
  position: absolute;
}

.fifth {
  background: #fafafa;
  padding: 3.5em 0;
}

.fift-text {
  width: 50%;
  float: right;
  padding: 1.5em 1.5em 1.5em 0;
  text-align: left;
}

.fifth img {
  width: 40%;
  margin: 2em 1.5em;
  box-shadow: 6px 6px 8px #222;
}

.fifth h2 {
  color: #39a3d4;
  font-size: 2em;
  text-transform: uppercase;
  font-weight: 300;
  margin: 0;
  padding-bottom: 0.5em;
}

.fifth p {
  font-size: 1.3em;
  line-height: 1.4em;
  margin-top: 0;
} 
 
/*-----FOOTER---*/
footer {
  color: #fff;
background-image: linear-gradient(to bottom, #25B6F0 0%, #177699 72%);
  color: #fff;
  text-shadow: 1px 1px 1px #111;
}

.footer-left-box {
  padding-right: 1em;
  width: 252px;
}

.footer-top-padding {
  padding-top: 1em!important;
}

.logo-bottom {
  width: 100px;
      margin: -47px 0 0 23px;
    float: left;
}

.social-menu {
  padding-top: 2em;
}

.logo-bottom img {
  width: 100px;
  height: auto;
}

 .left {
  float: left;
 }

 .float-right {
  float: right;
 }

.right {
  float: right;
      padding-top: 1.2em;
  margin: -15px 15px 0 0;
} 

.nav-bottom {
  padding: 2.5em;
}

.terms {
  margin-top: -1.5em;
      margin-left: 0.5em;
}

.terms li {
  padding-top: 1em;
}

.terms a {
  color: #fbfbfb;
  font-size: 1em;
  font-weight: 300;
}

.cookies {
  margin-top: 0.4em;
}

.cookies a {
  color: #fbfbfb;
  font-size: 1em;
  font-weight: 300;
  margin-left: 13.1em;
}

 .menu-bottom {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.menu-bottom li {
  display: inline-block;
  float: left;
  padding: 0.55em 1em;
}

.menu-bottom a {
  font-size: 1.2em;
  color: #fff;
  text-transform: uppercase;
  padding-left: 0.7em;
  text-decoration: underline;
}

.menu-bottom ul > li > a {
  font-size: 1em;
  color: #fff;
  text-transform: capitalize;
  padding-left: 0;
  text-decoration: none;
  text-indent: -4px;
}

.menu-bottom a:hover,
.menu-bottom a:focus {
  color: #999;
  transition: .5s;
}

.menu-bottom ul > li > a:hover,
.menu-bottom ul > li > a:focus {
  color: #999;
  transition: .5s;
}

.menu-bottom ul > li.main-links > a:hover,
.menu-bottom ul > li.main-links > a:focus {
  color: #999;
  transition: .5s;
}

.menu-bottom ul > li.main-links > a {
  font-size: 1.2em;
  color: #fff;
  text-transform: uppercase;
  text-decoration: underline;
}

.footer-submenu li {
  display: block;
  float: none;
  text-indent: -4px;
}

.menu-bottom ul {
 padding: 0;
}

.menu-bottom li.main-links {
  float: none;
  display: block;
}



footer .menu a:hover,
footer .menu a:focus {
  text-decoration: underline;
}

.acc-bnr img {
  border-top: 2px solid #0F95A8;
  border-left: 2px solid #0F95A8;
}
.accessibility-banner h2 {
  color: #000000;
  font-size: 2em;
  text-transform: none;
  font-weight: 600;
  padding: .5em .1em;
  text-align: left;
  margin-bottom: 0;
}
.accessibility-banner ul {
  list-style: disc;
}

.accessibility-banner li {
  padding-bottom: 0.7em;
  font-size: 1.1em;
}

.accessibility-banner .btn-services-home {
  margin-top: 2.15em;
}

.terms-wrap {
  float: left;
}

.personal-heading {
  font-size: 1em;
  font-weight: 300;
  text-transform: uppercase;
  margin-left: 2.55em;
  margin-bottom: -0.5em;
}

.personal a {
  color: #fbfbfb;
}

.personal {
     margin: 6em 0 2em 0.5em; /* 29/14 */
}

.personal li {
  margin-top: 1em;
}

.personal li:last-child {
  padding-top: 6px;
}


.personal .fa {
  margin-right: 0.3125em; /* 5/16 */
  font-size: 1.5em; /* 28/16 */ /* 28/14 */
}

.social {
  margin: 1.2857142857142858em 0; /* 18/14 */
}

.social .fa {
  font-size: 1em; /* 17/16 */ /* 17/14 */
}

.social-icon {
  display: block;
  float: left;
  width: 2.5em; /* 48/14 */
  height: 2.5em; /* 48/14 */
  line-height: 2.5em; /* 46/14 */
  box-shadow: 2px 2px 2px #333;
  color: #989898;
  background: #eeefed;
  text-align: center;

  margin: 0 0.4em 0 0.4em; /* 2/14 */ /* 2/14 */
  border-radius: 0.14285714285714285em; /* 2/14 */
}

.social-icon:hover,
.social-icon:focus {
  color: #fff;
  background: #5bd0ec;
  box-shadow: inset 1px 1px 1px #333;
}

.copyright {
  height: 60px;
  background-color: #111;
}

.copyright p {
  color: #919191;
  font-size: 1em;
  text-align: center;
  text-transform: uppercase;
  padding: 1.2em 0 0;
  font-weight: 300;
}

.company-info {
  height: 150px;
  background-color: #111;
}

.company-info p {
  margin:0;
  color: #919191;
  font-size: 1em;
  text-align: center;
  padding: 1.2em 0 0;
  font-weight: 300;
}
.company-info a {
  color: #828282;
}


p.czech-link {
  text-transform: none;
  color:  #787878;
}

p.czech-link a {
  color:  #787878;
  text-decoration: underline;
}

.copyright p span {
  text-transform: none;
}

#cookies {
   position:fixed;
   left:0px;
   bottom:0px;
   height:19px;
   width:100%;
   background:#999;
}

@media  (max-width: 700px) {
  #cookies {
    height: 35px;
  }

}

#cookies  {
  line-height: 0.95em;
  font-size: 0.85em;
  text-align: center;
  padding: 5px 0 0 0;
  margin: 0 auto;
}

#cookies a {
  text-decoration: underline;
  margin-left: 5px;
}

#cookies a:last-child {
  text-decoration: none;
  border: 1px solid #000;
  margin-left: 10px;
  padding: 0px 5px 1px 5px;
  background-color: #FFFBC9;
  background-color: rgba(255, 251, 201, .6);  
  border-radius: 2px;
}

/*----------------------------*/
/*------------PACKAGES--------*/
/*----------------------------*/

img.bestirealnd {
  width: 100px!important;
}

#cover-packages {
  background-image: url('../img/packages-bg-new.jpg');
    height: 558px;
    background-position: top center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
}

.packages-advantages-list li {

}

.clients-headings {
display: block;
    font-size: 3em;
    color: #fff;
    text-align: center;
   text-shadow: 2px 4px 10px #000;
    margin: 0;
    padding: 0 7px;

}

.clients-subheadings {
      display: block;
    font-size: 2em;
    color: #fff;
    font-weight: 400;
    text-align: center;
    text-shadow: 2px 4px 10px #000;
    margin-bottom: 0;
    padding: 0 10px;
  }

  .services-bespoke-banner {
  background: #000;
  text-align: center;
  height: auto;
  position: relative;
  margin-top: -1px;
}

.services-bespoke-banner h3 {
  color: #FF3829;
  font-size: 2em;
  padding: 2em 0.2em 0;
  margin: 0;
  font-weight: 400;
}

.b-third-right-text.packages-updated h3.packages-offer-heading {
   color: #FF3829;
  font-size: 2em;
  text-transform: none;
  padding: 0;
  margin: 0;
  font-weight: 400;
}


.services-bespoke-banner p {
  color: #fff;
  font-size: 1.45em;
  line-height: 1.35em;
  max-width: 1150px;
  padding: 2em 0.2em;
  margin: 0 auto;
  text-align: center;
  font-weight: 400;
}

.services-bespoke-banner:after {
     content:'';
    width: 0; 
    height: 0; 
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 25px solid #000;
    position: absolute;
    bottom:-25px;
    left:50%;
    margin-left: -25px;
    z-index: 2;
}

.arrow-top h3 {
  color: #FF3829;
  font-size: 2em;
  padding: 2em 0.2em 0;
  margin: 0;
  font-weight: 400;
}


.arrow-top p {
  color: #fff;
  font-size: 1.45em;
  line-height: 1.35em;
  max-width: 1150px;
  padding: 2em 0.2em;
  margin: 0 auto;
  text-align: center;
  font-weight: 400;
}

.arrow-top {
  background: #000;
  text-align: center;
  height: auto;
  position: relative;
  margin-top: -1px;

}

.arrow-top:before {
     content:'';
    width: 0; 
    height: 0; 
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-bottom: 25px solid #000;
    position: absolute;
    top:-25px;
    left:50%;
    margin-left: -25px;
    z-index: 2;
}

/*--------CMS---Packages------*/
.wp-heading,
.wp-heading-btm  {
  text-align: center;
}

.wp-heading h3 {
  color: #333;
  margin: 0;
    font-size: 3.1em;
    padding-top: 1em;
    border-top: 1px solid #333;
}

.wp-heading h4 {
  font-size: 3em;
  color: #0073aa;
  margin-top: 0.4em;
}

.wp-heading-btm h3 {
  color: #333;
  margin: 0;
    font-size: 3.1em;
    padding-top: 1em;
    border-top: 1px solid #333;
}

.wp-heading-btm h4 {
  font-size: 3em;
  color: #0073aa;
  margin-top: 1.4em;
}

.side-text {
  background: #39a3d4;
}

.overflow {
  overflow-x: hidden;
}

.side-img-1 {
  background: url('../img/package-1c.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 50%;
  height: 579px;
  margin: 0;
  position: relative;
}

.side-img-2 {
  background: url('../img/package-2c.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 50%;
  height: 579px;
  margin: 0;
  position: relative;
}

.side-img-3 {
  background: url('../img/package-3c.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 50%;
  height: 579px;
  margin: 0;
  position: relative;
}

.side-img-4 {
  background: url('../img/online-store-package-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 50%;
  height: 579px;
  margin: 0;
  position: relative;
}

.side-img-1 h3,
.side-img-2 h3,
.side-img-3 h3,
.side-img-4 h3 {
  color: #fff;
  font-size: 3em;
  text-shadow: 2px 2px 1px #000;
    margin: 3.4em 0 0 0;
  text-align: center;
}


.side-img-1 p,
.side-img-2 p,
.side-img-3 p,
.side-img-4 p  {
  color: #fff;
  font-size: 4em;
  text-shadow: 2px 2px 1px #000;
  text-align: center;
  margin: 0;
}

.side-img-1 small,
.side-img-2 small,
.side-img-3 small,
.side-img-4 small {
   color: #fff;
    /* display: block; */
    font-size: 0.5em;
    text-shadow: 1px 1px 1px #000;
    text-align: center;
    margin-top: -0.4em;
    display: block;

}

.side-text {
  position: relative;
  height: 579px;
  color: #fff;
  width: 50%;
  margin: 0;
}

.side-text h3 {
     text-shadow: 1px 1px 3px #000;
   text-align: left; 
   border-bottom: 1px solid #fff; 
   line-height: 0.1em;
   margin: 10px 0 20px; 
   font-weight: 400;
  font-size: 2.5em;
  padding: 2em 0 0 50px;
}

.side-text h3 span {
    background:#39a3d4; 
    padding:0 10px; 
}

.side-text ul {
  text-shadow: 1px 1px 1px #555;
  font-size: 1.4em;
    margin: 2em 0 0 2em;
}

.side-text ul li {
  padding-top: 0.1em;
  text-indent: -1.1em;
}

.side-text ul li:before {
  content: '✔';
  margin-right: 6px;
  position: relative;
  top: 2px;
}

.cms-btn {
  position: absolute;
  bottom: 3.5em;
    right: 3em;
}

.cms-btn a {
  color: #fff;
      background: #3db2e1;
    background: linear-gradient(to bottom, #FF8169, #FF3829);
    box-shadow: inset 0 -3px 0 #EB3426, inset 0 -3px 3px #F24E3D, inset 0 2px 2px #F2BDA8, inset 1px 0 2px #F24E3D, inset -1px 0 2px #FF5D33, 0 1px 1px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.06), 0 3px 3px rgba(0, 0, 0, 0.17), 2px 1px 2px rgba(0, 0, 0, 0.05), -2px 1px 2px rgba(0, 0, 0, 0.05);
  border-color: #FF3829;
  font-size: 1.3em;
  font-weight: 400;
  padding: 0.2em 1.4em;
  border: 2px solid #FF3829;
  letter-spacing: -0.2px;
}

.cms-btn a:hover,
.cms-btn a:focus {
  background: #FF4B2E;
  border-color: #FF742E;
}

.wp-left {
  float: left;
}

.wp-float-right {
  float: right;
}


/*---------------*/

.pack-pg {
      background: #3db2e1;
    background: linear-gradient(to bottom, #69c4e8, #21a1d4);
    box-shadow: inset 0 -3px 0 #1f97c7, inset 0 -3px 3px #1f9acc, inset 0 2px 2px #9ad7ef, inset 1px 0 2px #22a4d9, inset -1px 0 2px #22a4d9, 0 1px 1px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.06), 0 3px 3px rgba(0, 0, 0, 0.17), 2px 1px 2px rgba(0, 0, 0, 0.05), -2px 1px 2px rgba(0, 0, 0, 0.05);
}

.pack-pg p {
  color: #000;
    font-size: 1.5em;
  max-width: 70%;
  margin: 0 auto;
    padding: 2em  2em;
    text-align: center;
}

.pack-pg-foot {
  font-size: 1em;
  max-width: 70%;
  margin: 0 auto;
    padding: 2em  2em;
    text-align: center;
}

.packages {
  width: calc(100% - 20px);
  height: 100%;
  margin: 0 10px 90px;
}

table {
  border-collapse: collapse;
}

tbody {

}

.table-col-1 .col-text {
  font-weight: 700;
  font-size: 1.5em;
  padding: 0 0.2em;
  text-align: left;
  margin-top: -1em;
  text-shadow: 1px 1px 1px #f90;
}

.table-col-1 p {
  font-size: 1.4em;
  font-weight: 300;
  padding: 0 0.2em;
  text-align: left;
}


.table-col-1,
.table-col-2,
.table-col-3,
.table-col-4 {
  width: 25%;
}



.row-1 {
  text-align: left;
  font-size: 1.2em;
    padding: 0.4em 0 0.4em 0.15em;
}

td {
  text-align: center;
  font-size: 1.45em;
}

 .odd {
  background: #f8f8f8;
}

 .even {
  background: #fff;
}

.package-heading {
  background-color: #96cd56;
  border-radius: 4px;
  padding: 0.9em 0.5em;
  min-height: 260px;
  margin-bottom: 1em;
}

.pack-head {
  color: #fff;
  text-shadow: 1px 1px 1px #455E28;
  font-size: 2.4em;
  margin-bottom: 0.3em;
  margin: 0;
  height: 82px;
}

.pack-description {
  font-family: Lato, sans-serif;
  color: #F5F2F7;
  font-size: 1em;
  font-weight: 400;
  text-shadow: 1px 1px 1px #111;
  margin-top: -35px;
  min-height: 36px;
}

.pack-header {
    font-size: 1em;
    line-height: 1.1em;
    font-family: 'Open Sans',sans-serif;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #f90;
    text-shadow: 1px 1px 1px #111;
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
    min-height: 1.1em;
}
 .regular-price {
  font-family: Lato, sans-serif;
  color: #F5F2F7;
  font-size: 1em;
  font-weight: 400;
  text-shadow: 1px 1px 1px #111;
  margin-top: 0em;
  min-height: 17px;
  margin-bottom: 0;
 }

 .regular-price p {
  margin-bottom: 0;
 }

 .save p {
  font-size: 1.5em;
  color: #f90;
  text-shadow: 1px 1px 1px #111;
  text-transform: uppercase;
  margin: 0em 0 0.1em 0;
 }

  .price {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 1.7em;
  font-weight: 600;
  text-shadow: 1px 1px 1px #111;
  margin-top: 0em;
  min-height: 17px;
  margin-bottom: 0;
 }

 .price p {
  margin-top: 0.2em;
 }

.package-btn-select a {
  font-size: 1.1em;
  color: #fff;
  padding: 0.5em 2em;
  background-color: #e80;
  border: 1px solid #FF8700;
  border-radius: 3px;
}

.package-btn-select a:hover {
  background-color: #D67100;
}

.fa-check {
  color: #4a0;
}

.fa-times {
  color: #BA1302;
}

.responsive-package th {
  margin: 0 auto;
}

.responsive-rows td {
  text-align: center;
}

.responsive-package {
      margin: 40px auto;
    display: none;
  }





/*--------SERVICES--------*/
#cover-services {
  width: 100%;
  background: url('../img/ofiice-with-Webie-on-screen-blue-services.jpg');
  height: 600px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-background-attachment: fixed;
  -e-background-attachment: fixed;
  -moz-background-attachment: fixed;
  -ms-background-attachment: fixed;
  background-position: top center;
  -webkit-background-position: top center;
  -e-background-position: top center;
  -moz-background-position: top center;
  -ms-background-position: top center;
}

/*video {
  width: 100%;
  position: relative;
  z-index: -2;
  margin-top: -550px;
  
}*/

#cover-services h1 {
      display: block;
    font-size: 3em;
    color: #fff;
    text-align: center;
    text-shadow: 2px 4px 3px #000;
    margin-top: 235px;
    margin-bottom: 0;
}


.video-text {
  color: #eeefed;
  font-size: 2em;
  position: absolute;
  top: 230px;
  text-shadow: 2px 1px 1px #000;
  width: 80%;
    margin: 0 10%;
}

.video-text h1 {
  margin: 0 auto;
  text-align: center;
}

.motto {
  background-color: #fff;
}

.motto p {
      font-family: 'Source Sans pro', sans-serif;
  color: #222;
  font-weight: 600;
    font-size: 2.3em;
  max-width: 70%;
  margin: 0 auto;
    padding: 2em  2em;
    text-align: center;
}

.main-services {
  background-color: #eeefed;
    text-align: center;
}

.wrapper {
  padding: 50px 0;
  max-width: 1560px;
    margin: 0 auto;

}

.services-header h2 {
  color: #222;
  font-family: 'Source Sans pro', sans-serif;
  font-size: 3em;
  padding-bottom: .3em;
}

.home-list {
  list-style: none;
  font-size: 1.2em;
  padding-left: 0;
}

.home-list li {
  padding-bottom: 10px;
}

.home-list li:before {
  content: '✔';
  margin-right: 6px;
  position: relative;
  top: 2px;
}

.list {
  list-style: none;
}

.list li {
  padding-bottom: 10px;
}

.list li:before {
  content: '✔';
  margin-right: 6px;
  position: relative;
  top: 2px;
}

.whoops {
  background: url(../img/404.png);
    background-size: cover;
    background-position: bottom right;
}

.whoops-text {
  float: right; 
  height: 70vh;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  color: #fff;
  text-shadow: 2px 2px 25px #000;
  padding: 0 1.5em;
}

.whoops-header,
.whoops p {
  font-family: 'Source Sans Pro', sans-serif;
  text-align: center;
}
.whoops-link  {
  text-align: center;
}

.whoops-link a {
  color: #fff;
  text-decoration: underline;
}

.whoops-img {
  width: 35%;
  margin: 0 auto;
}

.whoops-link a:before {
  content: '⇦';
}

.whoops-header {
  margin-top: 3em;
}

/*-------HOVER--BOXES-----------*/

.snip1543 {
  background-color: #fff;
  color: #ffffff;
  text-shadow: 1px 1px 1px #000;
  display: inline-block;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  margin: 10px 5px;
  max-width: 315px;
  min-width: 380px;
  overflow: hidden;
  position: relative;
  text-align: left;
  width: 100%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

figcaption h3 {
  font-family: 'Kaushan Script', cursive;
  font-size: 1.41em;
  margin: 0 0 15px 0;
}

.snip1543 *,
.snip1543 *:before,
.snip1543 *:after {
  box-sizing: border-box;
  transition: all 0.45s ease;
}

.snip1543 img {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  max-width: 100%;
  vertical-align: top;
}

.snip1543:before,
.snip1543:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  background-color: #2592F3;
  opacity: 0.5;
  transition: all 0.45s ease;
}

.snip1543:before {
  -webkit-transform: skew(30deg) translateX(-80%);
  -webkit-transform: skew(30deg) translateX(-75%); 
  transform: skew(30deg) translateX(-75%);
}

.snip1543:after {
  -webkit-transform: skew(-30deg) translateX(-70%);
  -webkit-transform: skew(-30deg) translateX(-65%);transform: skew(-30deg) translateX(-65%);
}

.snip1543 figcaption {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 1;
  bottom: 0;
  padding: 25px 20% 25px 20px;
}

.snip1543 figcaption:before,
.snip1543 figcaption:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #2592F3;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
  content: '';
  opacity: 0.5;
  z-index: -1;
}

.snip1543 figcaption:before {
  -webkit-transform: skew(30deg) translateX(-100%);
  -webkit-transform: skew(30deg) translateX(-100%);transform: skew(30deg) translateX(-100%);
}

.snip1543 figcaption:after {
  -webkit-transform: skew(-30deg) translateX(-90%);
  -webkit-transform: skew(-30deg) translateX(-90%);transform: skew(-30deg) translateX(-90%);
}

.snip1543 h4,
.snip1543 ul,
.snip1543 p {
  margin: 0;
  opacity: 0;
  letter-spacing: 1px;
}

.snip1543 ul {
  text-transform: capitalize;
  font-size: 1.2em;
  padding: 0.7em 0 0 0;
}

.snip1543 h4 {
  font-family: 'Kaushan Script', cursive;
  font-size: 1em;
  font-weight: 700;
  line-height: 1em;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.snip1543 p {
  font-size: 0.9em;
  margin-left: 22px;
}

.snip1543 a {
  color: #fff;
}

.snip1543 a.box-link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.snip1543:hover h4,
.snip1543.hover h4,
.snip1543:hover a,
.snip1543.hover a,
.snip1543:hover p,
.snip1543:hover ul,
.snip1543.hover p,
.snip1543:focus h4,
.snip1543.hover ul,
.snip1543:focus p {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 0.9;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}



.snip1543:hover:before,
.snip1543.hover:before,
.snip1543:focus:before {
  -webkit-transform: skew(30deg) translateX(-20%);
  -webkit-transform: skew(30deg) translateX(-20%);transform: skew(30deg) translateX(-20%);
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

.snip1543:hover:after,
.snip1543.hover:after,
.snip1543:focus:after {
  -webkit-transform: skew(-30deg) translateX(-10%);
  -webkit-transform: skew(-30deg) translateX(-10%);transform: skew(-30deg) translateX(-10%);
}

.snip1543:hover figcaption:before,
.snip1543:focus figcaption:before,
.snip1543.hover figcaption:before {
  -webkit-transform: skew(30deg) translateX(-40%);
  -webkit-transform: skew(30deg) translateX(-40%);transform: skew(30deg) translateX(-40%);
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.snip1543:hover figcaption:after,
.snip1543:focus figcaption:after,
.snip1543.hover figcaption:after {
  -webkit-transform: skew(-30deg) translateX(-30%);
  -webkit-transform: skew(-30deg) translateX(-30%);transform: skew(-30deg) translateX(-30%);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.back-to-top {
  color: #fff;
  text-shadow: 4px 2px 4px #000;
  position: fixed;
  bottom: 60px;
  right: 22px;
  z-index: 100;
  display: block;
  opacity: .85;
}

/*BLOG*/

#cover_blog {
  width: 100%;
  background: url('../img/Webie-3d-glass-window-logo.jpg');
  height:450px;
  background-position: top center;
  -webkit-background-position: top center;
  -e-background-position: top center;
  -moz-background-position: top center;
  -ms-background-position: top center;
 margin-bottom: 30px;
  }


#cover_blog h1 {
  display: block;
  font-size: 4em;
  color: #eeefed;
  text-align:center;
  text-shadow: 1px 1px 1px #000;
  margin-top: 290px;
  margin-bottom: 0;
}


.blog-article-short {
  padding: 0 15px;
  margin:  0 0 60px 0;
}

.blog-short-img {
  width: 55%;
}

.blog-short-img img {
  box-shadow: 2px 2px 2px 3px #0F95A8;
}


.left-img .blog-short-img {
  float: left;
}

.left-img .blog-short-box{
  float: right;
  padding-right: 0;
}

.right-img .blog-short-img {
  float: right;
}

.right-img .blog-short-box{
  float: left;
}

.blog-short-box {
  width: 40%;
  padding-right: 25px;
}

.post-author {
  height: 60px;
}

.author-pic img{
  width: 60px;
   border-radius: 50%;
    margin-top: 10px;
    padding: 1px;
    float: left;
    /* border: 1px solid #999; */
    box-shadow: -2px -3px 1px #0F95A8;
}

.author {
  padding: 30px 0 0 75px;
}

.author-pic-single img{
      width: 85px;
    border-radius: 50%;
    margin-top: 20px;
    padding: 5px;
    float: left;
    /* border: 1px solid #999; */
    box-shadow: -3px -4px 1px #0F95A8;
}

.author-single {
  padding: 55px 0 0 88px;
    margin-left: 15px;
}

.author-written {
  color: #333;
}

.author-name, .date {
  font-weight: 600;
}

.post-heading-short a  {
  color: #222;
  font-size: 1.7em;
  background-image: linear-gradient(120deg, #84fab0 0%, #8fd3f4 100%);
  background-repeat: no-repeat;
  background-size: 100% 0.2em;
  background-position: 0 88%;
  transition: background-size 0.25s ease-in;
}
.post-heading-short a:hover {
    background-size: 100% 88%;
}

.post-text-short {
  font-size: 1.2em;
  line-height: 1.35;
}

.article-link a  {
  color: #222;
  font-size: 1.1em;
  font-weight: 400;
  transition: 0.25s ease-in;
}
.article-link a:hover {
    color:#8fd3f4;
}

.read-arrow {
  vertical-align: middle;
}

/*SINGLE POST*/

.single-blog-post {
 background-color: #eeefed;
}

#cover_blog_single {
  width: 100%;
  background: url('../img/single-post-bg.jpg');
  height:450px;
  background-position: top center;
  -webkit-background-position: top center;
  -e-background-position: top center;
  -moz-background-position: top center;
  -ms-background-position: top center;
 margin-bottom: 30px;
  }

  #cover_blog_single h1 {
  display: block;
  font-size: 4em;
  color: #eeefed;
  text-transform: capitalize;
  text-align:center;
  text-shadow: 1px 1px 1px #000;
  margin-top: 140px;
  margin-bottom: 0;
}

.blog-img{
  padding: 0 15px;
max-width: 900px;
    margin: 0 auto
}

.article-img {
  float: left;
    max-width: 399px;
    padding: 20px 20px 20px 0px;
}

.post-author-single {
  max-width: 396px;
  margin: auto;
  height: 100px;
}

.post-text {
  max-width: 800px;
  margin: 40px auto;
}
.post-text h2 {
  color: #000;
  font-size: 1.55em;
  margin-bottom: 0.3em;
}

.post-text h4 {
  color: #000;
  font-size: 1.55em;
  margin-bottom: 0.3em;
}

.post-text p, .post-text ul {
  color: #000;
  font-size: 1.3em;
  line-height: 1.5;
}

.post-text h3 {
  color: #000;
  font-size: 1.65em;
  margin-bottom: 0.3em;
}

.post-text p {
  margin-top: 0;
}

.post-text ul {
  padding-left: 0;
}

.post-text li {
  padding-top: 1em;
}

.post-text a {
  color:#0883a4;
  }

.post-text a:hover {
  text-decoration: underline;
  }

.blog-list-item-bold {
  font-weight: 600;
}

.social-share {
    display: block;
  width: 2.5em; /* 48/14 */
  height: 2.5em; /* 48/14 */
  line-height: 2.5em; /* 46/14 */
  box-shadow: 2px 2px 2px #333;
  color: #989898;
  background: #eeefed;
  text-align: center;
  float: left;
  margin: 0 0.4em 0 0.4em; /* 2/14 */ /* 2/14 */
  border-radius: 50%; /* 2/14 */
}

.social-share:hover,
.social-share:focus {
  color: #fff;
  background: #5bd0ec;
  box-shadow: inset 1px 1px 1px #333;
}

.small-credit {
  font-size: 16px!important;
}

.blog-video {
  width: 100%;
}

nav.pagination {
  text-align: center;
  margin: 2.5em 0;
}

nav.pagination ul {
  display: inline-block;
    white-space: nowrap;
    padding: 0;
    clear: both;
    border: 1px solid #d3ced2;
    border-right: 0;
    margin: 1px;
}

nav.pagination ul li {
  border-right: 1px solid #d3ced2;
    padding: 0;
    margin: 0;
    float: left;
    display: inline;
    overflow: hidden;
}

nav.pagination ul li a, nav.pagination ul li span {
  color: #0F95A8;
  margin: 0;
    text-decoration: none;
    padding: 0;
    line-height: 1;
    font-size: 1em;
    font-weight: 400;
    padding: .5em;
    min-width: 1em;
    display: block;
}

nav.pagination ul li span.current {
      background: #0F95A8;
    color: #fff;
}

.graphic-design-image-left {
  float: left;
  width: 37%;
  padding: 1.5em 0 1em 2em;
}




/*MEDIA QUERIES*/

@media (min-width: 1920px) {
  
  .bar-text {
    width: 84%;
  }

  #forth {
    background-size: cover;
  }

}



/*MEDIA QUERIES*/
@media (max-width: 1640px) {
  .envelopes {
  background: url('../img/illustration-envelopes-1500.png') 50% 0 no-repeat;
  
  }
}

@media (max-width: 1370px) {
  #forth {
  background: url('../img/Section-4-cover-1370.jpg') 50% 0 no-repeat fixed;
  }
}


@media  (max-width: 1280px) {
  .cover {
    font-size: 3em;
    margin-top: 100px;
  }

  .text-fly {
    font-size: 3.7em;
  }

   .text-fly-2 {
    font-size: 3.7em;
  }

  .bar-heading {
  font-size: 1.55em;
    margin: 0.4em 0 0 0;
  }
  .bar-text {
  font-size: 1.22em;
    line-height: 1.3em;
        padding: 0.2em 1em;
  }
}

@media  (max-width: 1270px) {

   #cover-services {
  width: 100%;
  background: url('../img/ofiice-with-Webie-on-screen-blue-services-1300.jpg');
  height: 550px;
  background-position: center;
}
  .line {
  padding: 0 5%;
  }

  .b-third-right-text {
    padding: 30px 4%;
  }

  .web-screen {
    margin-left: 23px;
    width: 300px;
  }

  .web-screen-mirror {
    right: 23px;
    width: 300px;
  }

  .b-third-right-text-mirror {
    padding: 0 4%;
  }

  .b-third-right-text h2 {
    margin-top: 0;
  }

  .b-third-right-text-mirror h2 {
    margin-top: 0;
  }

  .video-text h1 {
    font-size: 1.7em;
    margin: -50px auto 0 auto;
  }
  .btn-services-home {
  padding-bottom: 0;
}
}


@media (max-width: 1160px) {

  .side-img-1 h3, .side-img-2 h3, .side-img-3 h3, .side-img-4 h3 {
    font-size: 2em;
    margin-top: 1.47em;
  }

  #cover-packages {
  background-image: url('../img/packages-bg-new-1200.jpg');
}

  .side-text h3 {
    font-size: 2em;
  }

  .side-img-1 p, .side-img-2 p, .side-img-3 p, .side-img-4 p {
    font-size: 3.5em;
  }

  .side-text ul {
    font-size: 1.2175em;
  }
}
@media (max-width: 1140px) {
    
  .pack-description {
      margin-top: 0;
  }

  .pack-pg p {
    max-width: 85%;
    padding: 2em 0em;
  }

  .logo-bottom {
    float: none;
  }

}

@media  (max-width: 1050px) {
.left-img .blog-short-img,
.left-img .blog-short-box,
.right-img .blog-short-img,
.right-img .blog-short-box
 {
  float: none;
}

.blog-short-img {
    width: 70%;
    margin: 0 auto;
}

.blog-short-box {
    width: 70%;
  padding-right: 0; 
    margin: 0 auto;
    padding-bottom: 45px;
}
}

@media  (max-width: 1030px) {
.b-third-left img{
  height: 500px;
  width: auto;
      margin-left: -153px;
}

.web-screen {
  top: 27%;
}

.web-screen-mirror {
  top: 26%;
}

.b-third-left-mirror img {
  height: 500px;
  width: auto;
      margin-right: -153px;
}

.b-third-right-text p {
    font-size: 1.25em;
    line-height: 1.35em;
}

.btn-services-home a {
  font-size: 1.2em;
}
}

@media  (max-width: 955px) {
  .bar-1,
  .bar-2,
  .bar-3,
  .bar-4 {
    width: 50%;
    margin: 0;
  }
  .bar-heading {
    font-size: 1.8em;
    margin: 0.8em 0;
  }
  .bar-text {
  font-size: 1.3em;
    line-height: 1.4em;
    padding: 0.2em 1.9em;
  }

  .logo-bottom {
    margin: 0;
  }

  .back-to-top {
  bottom: 90px;
}
}

@media (max-width: 875px) {
  .post-text {
    padding: 0 15px;
  }


  .text-fly {
    font-size: 3.2em;
  }

  .text-fly-2 {
    font-size: 3.2em;
    margin-bottom: 2em;
  }

  .form {
      width: 61%;
  }

  .envelopes {
  background: none;
  }

  #cover h1 {
    font-size: 3em;
  }

  #cover h2 {
    font-size: 1.4em;
  }

  #first {
    position: relative;
    overflow-y: hidden;
  }

  #first h2 {
    font-size: 1.48em;
  }

  #first p {
    font-size: 1.25em;
    line-height: 1.1em;
    padding: 0 1.8em 0.6em 1.8em;
    margin-bottom: 2.2em;
  }

  .fifth {
    position: relative;
  }

  .fifth h2 {
    font-size: 1.48em;
  }

  .fifth p {
    font-size: 1.25em;
    line-height: 1.1em;
  }
    .btn a {
      font-size: 1.2em;
    } 

    #third h2 {
    font-size: 1.8em;
  }

  #third p {
    font-size: 1.25em;
    line-height: 1.1em;
    padding: 0 1.8em 0.6em 1.8em;
    margin-bottom: 2.2em;
  }

  #grants-home-section p {
    font-size: 1.25em;
    line-height: 1.1em;
    padding: 0 1.8em 0.6em 1.8em;
    margin-bottom: 2.2em;
  }

   #grants-home-section h2 {
    font-size: 1.8em;
  }

   .grants-home-section p {
    font-size: 1.25em;
    line-height: 1.1em;
    padding: 0 1.8em 0.6em 1.8em;
    margin-bottom: 2.2em;
  }

   .grants-home-section h2 {
    font-size: 1.8em;
  }



  .btn-package a {
    font-size: 1.2em;
  }

    /*video {
  margin-top: -150px;
  }*/

  .video-text h1 {
    font-size: 1.2em;
    margin: -50px auto 0 auto;
  }

  .motto p {
    font-size: 1.9em;
  }

  .side-img-1,
  .side-img-2,
  .side-img-3,
  .side-img-4 {
    width: 100%;
    display: block;
    height: 20em;
  }


  .side-text {
    width: 100%;
    height: 31em;
    display: block;
    background: #019DCD;
  }

  .wp-heading-btm {
    margin-top: 62.25em;
  }

  .wp-heading-btm h3 {
    padding-top: 3em;
  }
}

@media (max-width: 787px ) {

  #cover-services {
  width: 100%;
  background: url('../img/ofiice-with-Webie-on-screen-blue-services-800.jpg');
  height: 520px;
  background-position: center;
}

#cover-services h1 {
    font-size: 2.2em;
    margin-top: 225px;
  }

  .article-img{
    float: none;
    padding: 0;
  }

  .before-third {
    flex-wrap: wrap;
  }

  .b-third-left {
    flex: auto;
    order: 1;
  }

  .b-third-left img {
    width: 100%;
    margin: 0 auto;
  }

  .b-third-right {
    flex: auto;
    order: 2;
    padding: 35px 5px;
    text-align: center;
  }

  .web-screen {
    width: 300px;
    right: 50%;
    top: 16%;
    margin-right: -150px;
    
}

.btn-services-home a {
  font-size: 0.9em;
  padding: 0.2em 0.8em;
}


  .before-third-mirror {
    flex-wrap: wrap;
  }

  .b-third-left-mirror {
    flex: auto;
    order: 1;
  }

  .b-third-left-mirror img {
    width: 100%;
    margin: 0 auto;
  }

  .b-third-right-mirror {
    flex: auto;
    order: 2;
    padding: 35px 5px;
    text-align: center;
  }

  .web-screen-mirror {
    width: 300px;
    right: 50%;
    top: 16%;
    margin-right: -150px;
    
}
}



@media (max-width: 750px ) {
  .packages {
    display: none;
  }

  .accessibility-banner h2 {
    text-align: center;
    margin-top: 0;
  }
  .responsive-package {
    display: table;
  }

  .clients-headings {
   font-size: 2.1em;
  }

.fift-text {
  width: 80%;
  float: none;
  margin: 0 auto;
  padding: 1.5em 1.5em;
  text-align: center;
}

.fifth img {
  width: 50%;
  margin: 2em auto;
  display: block;
  box-shadow: 6px 6px 8px #222;
  }

  .blog-short-img {
    width: 90%;
    margin: 0 auto;
}

.blog-short-box {
    width: 90%;
  padding-right: 0; 
    margin: 0 auto;
    padding-bottom: 45px;
}

#cover_blog_single h1 {
  margin-top: 65px;
}
}

@media (max-width: 717px ) {
  
  .left,
  .right {
    float: none;
  }

  .right {
    margin-right: 0;
    margin-top: 3em;
  }

  .footer-left-box {
    padding: 0;
    margin: 0 auto;
  }

  .terms a {
    display: flex;
    justify-content: center;
    margin-left: 0;
  }

  .terms {
    padding: 0;
    padding: 0;
    text-align: center;
  }
  
  .social {
    display: flex;
    justify-content: center;
    padding: 0;
  }
  .cookies a {
    display: flex;
    justify-content: center;
    margin-left: 0;
  }

  .nav-bottom li:after {
  margin: 0 0.23em;
  }


  .logo-bottom {
    margin: 0 auto;
    float: none;
  }

  .social-menu {
    width: 250px;
    margin: 0 auto;

  }

  .personal-heading {
    display: flex;
    justify-content: center;
    margin-left: 0;
  } 
  .personal {
      text-align: center;
      padding: 0;
      margin: 2em 0 2em 0.15em;
  }

  .menu-bottom li {
    text-align: center;
    display: block;
    margin: 0 auto;
    float: none;
    padding: 0.6em 1em;
  }

  .menu-bottom a {
    padding-left: 0;
  }

  .menu-bottom ul > li.main-links > a {
    padding-left: 0;
  }

  .menu-bottom ul > li > a {
    padding-left: 0;
  }
}

 @media (max-width: 700px ) { 

  #forth {
  background: url('../img/Section-4-cover-700.jpg') 50% 0 no-repeat fixed;
  }
   .graphic-design-image-right {
    float: none;
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
}

@media (max-width: 776px ) {

  .text-fly {
    font-size: 2.7em;
  }

.text-fly-2 {
    font-size: 2.7em;
    margin-bottom: 1.5em;
  }

  #cover {
    min-height: 400px;
  }

    .popup-inner {
    padding: 10px;
  }

  .popup-inner p {
      color: #111;
      font-size: 1em;
      line-height: 1.2em;
  }

  .popup-inner h4 {
  font-size: 1.6em;
    margin: 0 0 0.4em 0;
  }

  .wp-heading h3,
  .wp-heading-btm h3 {
    font-size: 2.5em;
  }

  .wp-heading h4,
  .wp-heading-btm h4 {
    font-size: 2.4em;
  }
}

@media (max-width: 680px ) {
  .video-text h1 {
    font-size: 1.2em;
      margin: 0 auto;
  }
}

@media (max-width: 650px ) {

  #cover-services {
  width: 100%;
  background: url('../img/ofiice-with-Webie-on-screen-blue-services-650.jpg');
  height: 430px;
  background-position: center;
}

  .bar-heading {
  font-size: 1.55em;
    margin: 0.4em 0 0 0;
  }
  .bar-text {
  font-size: 1.3em;
    line-height: 1.3em;
    padding: 0.2em 1em;
  }

  .pack-pg p {
  font-size: 1.3em;
    max-width: 95%;
  }

  .copyright {
    height: 71px;
  }

}

@media (max-width: 605px) {
 
  
  #cover h2 {
    padding-bottom: 30px;
  }

  #cover h1 {
    font-size: 2.5em;
  }
  #cover h2 {
    font-size: 1.27em;
  }

  video {
    margin-top: 0;
  }

  .motto p {
    font-size: 1.4em;
  }
}

@media (max-width: 560px) { 
  .hero-heading-1 {
    font-size: 2.2em;
    padding: 0 10px;
    margin-top: -250px;
  }

  .clients-headings {
    font-size: 2em;
    padding: 0 0.1em;
  }

  .clients-subheadings {
    font-size: 1.4em;
    padding: 0 4px;
  }

 .cover {
  font-size: 2.5em;
  margin-top: 80px;
 }

  .side-text {
    height: 36.5em;
  }

  .wp-heading-btm {
    margin-top: 87.25em;
  }

  #cover_blog_single h1 {
    font-size: 2.7em;
  }
}

@media (max-width: 540px ) {
  .bar-1,
  .bar-2,
  .bar-3,
  .bar-4 {
    width: 100%;
  }
  .bar-text {
    padding: 0.2em 2em;
  }

  .form {
    width: 75%;
  }
  
  .side-img-1 p, .side-img-2 p, .side-img-3 p, .side-img-4 p {
    top: 2em;
  }

  .wp-heading, .wp-heading-btm {
    padding: 0 0.8em;
  }

  .top-nav {
    height: auto;
  }
  .top-nav-flex {
    flex-direction: column;
  }

  .top-right-nav a {
    margin: 15px auto; 
  }

   #cover-packages {
  background-image: url('../img/packages-bg-new-570.jpg');
  height: 454px;
  background-position: top center;
  background-attachment: inherit;
}
}

@media (max-width: 500px) {
  #cover h1,
  #cover h2 {
    text-align: center;
  }
}

@media (max-width: 475px) {
  #first p {
    
    padding: 0 1.1em 0.5em 1.1em;
  }

  #third p {
    padding: 0 1.1em 0.5em 1.1em;
  }

#grants-home-section p {
    padding: 0 1.1em 0.5em 1.1em;
  }

  .grants-home-section p {
    padding: 0 1.1em 0.5em 1.1em;
  }
  .grants-home-section h2 {
    padding: 0 1.1em 0.5em 1.1em;
  }
  
}

@media (max-width: 440px) {
  .side-text h3 {
    font-size: 1.7em;
  }

  #cover-services h1 {
    font-size: 2em;
    margin-top: 125px;
  }

  #cover-services {
  width: 100%;
  background: url('../img/ofiice-with-Webie-on-screen-blue-services-450.jpg');
  height: 300px;
  background-position: center;
}

  .side-text ul {
    margin-left: 0;
    font-size: 1.15em;
  }
}

@media (max-width: 420px ) {

  .video-text h1 {
    font-size: 1em;
  }
  .nav-bottom {
      padding: 2em 0 1em 0;
  }

}

@media (max-width: 390px ) {
  
  .snip1543 {
    min-width: 320px;
    margin-left: 0;
    font-size: 12px;
  }

  #cover-services h1 {
    font-size: 1.6em;
  }

  #cover h1 {
    margin-top: 0.35em;
  }

  #cover h2 {
    margin-top: 0.4em;
  }

}

/*------ANIMATIONS------*/

body {
  overflow-x: hidden;
}

.view {
  display: block;
  -webkit-transform:  translateX(-100%);
          transform:  translateX(-100%);
  opacity: 0;
  transition: all 1s; 
}

.view:nth-of-type(even) {
  display: block;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0;  
   transition: all 1s;
}

/*@media (max-width: 768px ) {
  .view {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }

  .view:nth-of-type(even) {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  } 
  
}*/

.in-view:nth-of-type(even) {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
    z-index: 2;
    }  

.in-view {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
    z-index: 2;
    } 

.web-screen .in-view {
  position: absolute;
}

    .view-2 {
  display: block;
  -webkit-transform:  translateX(-100%);
          transform:  translateX(-100%);
  opacity: 0;
  transition: all 1s; 
}

.view-2:nth-of-type(even) {
  display: block;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0;  
   transition: all 1s;
}

.in-view-2:nth-of-type(even) {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
    }  

.in-view-2 {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
    } 

    /*---------HOMEPAGE-------*/    

    .view-from-bottom {
  display: block;
  -webkit-transform:  translateY(100%);
      -ms-transform:  translateY(100%);
          transform:  translateY(100%);
  opacity: 0;
  transition: all 1s; 
}

.view-from-bottom:nth-of-type(even) {
  display: block;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
        -ms-transform: translateY(100%);
    opacity: 0;  
   transition: all 1s;
}

.in-view-bottom {
    -webkit-transform: translateY(0);
    transform: translateY(0);
        -ms-transform: translateY(0);
    opacity: 1;
    z-index: 1;
    }

.in-view-bottom:nth-of-type(even) {
    -webkit-transform: translateY(0);
    transform: translateY(0);
        -ms-transform: translateY(0);
    opacity: 1;
    z-index: 1;
    }


    .view-from-bottom-2 {
  display: block;
  -webkit-transform:  translateY(100%);
      -ms-transform:  translateY(100%);
          transform:  translateY(100%);
  opacity: 0;
  transition: all 1s; 
}

.view-from-bottom-2:nth-of-type(even) {
  display: block;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
        -ms-transform: translateY(100%);
    opacity: 0;  
   transition: all 1s;
}

.in-view-bottom-2 {
    -webkit-transform: translateY(0);
    transform: translateY(0);
        -ms-transform: translateY(0);
    opacity: 1;
    z-index: 1;
    }

.in-view-bottom-2:nth-of-type(even) {
    -webkit-transform: translateY(0);
    transform: translateY(0);
        -ms-transform: translateY(0);
    opacity: 1;
    z-index: 1;
    }


body {    
overflow-x: hidden;
} 

.animation-element {
  opacity: 0;
  position: relative;
}
/*animation element sliding left*/

.animation-element.slide-bottom {
  opacity: 0;
 
  transition: all 2500ms linear;
  
  -webkit-transform: translate3d(0px, 100px, 0px); 
}

.animation-element.slide-bottom.visible {
  opacity: 1;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
/*----Fade-in-on-load---*/

.show-elements {
  opacity: 0;
}

.show-elements-2 {
  opacity: 0;
}

.show-elements-3 {
  opacity: 0;
}
.show-elements-4 {
  opacity: 0;
}



.back-to-top:hover,
.back-to-top:focus {
  opacity: 1;
  transition: opacity .4s;
}

/*-------CONTACT--*/


/*-------ANIMATION BG---*/

/*--------CHRISTMAS----*/
/*.christmas-hero {
  position: relative;
}

.video-container {
  width: 100%;
  z-index: -1;
  content: ' ';
  margin-bottom: -3px;
  min-height: 40%;
}

video {
  width: 100%;
  position: relative;
  z-index: -2;
  opacity: .4;
}

.christmas {
  position: absolute;
      top: 96px;
    z-index: -10;
        width: 40%;
    left: 30%;
    box-shadow: 6px 6px 8px #000;
}

@media (max-width: 1000px) {
  .christmas {
    width: 70%;
    left: 15%;
    top: 30px;
  }
}

@media (max-width: 550px) {
  .christmas {
    top: 15px;
  }
}*/

