@charset "UTF-8";
@import url(animate.css);
/*==================  GOOGLE MAP  ======================*/
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,600);
.map_model {
  height: 415px; }
  .map_model img {
    max-width: none !important; }
  @media (max-width: 767px) {
    .map_model {
      height: 250px; } }
  @media (max-width: 479px) {
    .map_model {
      height: 200px; } }
.map_locations {
  display: none; }

  /*========================================================
                     Custom Stuff
  =========================================================*/
  @media (max-width: 400px) {
    ul.camera_pag_ul {display:none;}
}
@media (max-width: 700px) {
.nomobile {display:none;}
}
.difbgwrapper ul {
  margin: 20px 0 0 20px;
  font-size: 25px;
  line-height: 40px;
  color: #00a1d9;
  font-weight: 100;
}
.difbgwrapper li:before {
  font-family: 'FontAwesome';
  content: '\f0A4';
  margin:0 10px 0 -15px;
  color: #f2d03b;
}
ul.home_offerings {
  font-size: 21px;
  line-height: 32px;
  margin-top: 15px;
  font-weight: 400;
  text-align: center;
}
.home_offerings li:before {
  font-family: 'FontAwesome';
  content: '\f0A4';
  margin:0 10px 0 -15px;
  color: #f2d03b;
}
ul.home_offerings > li {
  text-indent: -1em;
  padding-left: 1em;
}

ul.offerings {
  font-size: 21px;
  line-height: 32px;
  margin-top: 15px;
  font-weight: 400;
  text-align: left;
}
.offerings li:before {
  font-family: 'FontAwesome';
  content: '\f0A4';
  margin:0 10px 0 0;
  color: #00A1D9;
}
ul.offerings > li {
  text-indent: -1em;
  padding-left: 1em;
}

div.center {
  display:inline-block;
  width:100%;
  text-align: center;
}

h1.small {
  font-size: 25px;
  margin-top:25px;
  margin-bottom: 30px;
  font-family: "Open-Sans", sans-serif;
  text-transform: uppercase;
  line-height: 1.2;
}

h2.small {
  color: #6B6C6F;
  margin: 100px 0 50px;
  font-size: 80px;
  text-align: center;
}

h3.small {
  font-size: 28px;
  font-weight:900;
  text-align: center;
  line-height:30px;
  margin-top:21px;
}

.port-img {border: 3px solid #43464C;}

h3.port-biz {
   text-align:center;
   margin-top:30px;
   margin-bottom: 20px;
   line-height: 1.2;
}
h4.port-name {
   text-align:center;
}
.port-btn {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  line-height: 5 !important;
}
  /*========================================================
                     Font Awesome
  =========================================================*/
.fa-3 {font-size: 2.5em !important;}
.fa-angle-up {font-size: 3em !important;}
.fa:hover {color: #00a1d9;}

/*========================================================
                      Main Styles
=========================================================*/
body {
  background: #27292c;
  color: #555960;
  font: 400 14px/24px "Arial";
  padding-top: 0px !important;
  -webkit-text-size-adjust: none; }

img {
  max-width: 100%;
  height: auto; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", sans-serif;
  font-weight: 100; }

h1 {
  font-size: 60px;
  color: #555960;
  margin-top:60px;
  margin-bottom:30px;
  text-align: center; }

h3 + .large-p {
  margin-top: 20px;
  margin-bottom: 20px; }

h2 {
  font-size: 100px;
  line-height: 100px;
  color: #fff; }

h2.smaller_h2 {
  font-size: 75px;
  line-height: 100px;
  padding-top: 135px;}

h2.smaller_h2_nopad {
  font-size: 75px;
  line-height: 100px;
  padding-top: 0px;
  margin-top: -20px; }

  h2.even_smaller_h2 {
    font-size: 55px;
    line-height: 100px;
    color: #fff; }

h3 {
  font-size: 40px;
  line-height: 40px;
  text-transform: uppercase;
  margin-top: 51px; }

h4 {
  font-size: 20px;
  line-height: 32px;
  text-transform: uppercase;
  margin-top: 15px;
  font-weight: 400; }

h5 {
  font-size: 20px;
  text-transform: uppercase;
  line-height: 20px;
  font-weight: 400;
  color: #00a1d9;
  margin-top: 45px; }

h6 {
  font-size: 20px;
  line-height: 25px;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  margin-top: 38px; }

p, .marked-list, .list {
  font-size: 16px;
  line-height: 23px;
  font-family: "Open Sans", sans-serif;
  font-weight: 100;
  color: #555960;
  margin-top: 6px; }
  p a:hover, .marked-list a:hover, .list a:hover {
    text-decoration: underline; }
  p .fa, .marked-list .fa, .list .fa {
    text-decoration: none; }

time {
  display: block; }

a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  a:focus {
    outline: none; }
  a:active {
    background-color: transparent; }

a[href^="tel:"],
a[href^="callto:"] {
  color: inherit;
  text-decoration: none; }

strong {
  font-weight: 700; }

.fa {
  line-height: inherit; }

[class*='fa-']:before {
  font-weight: 400;
  font-family: "FontAwesome"; }

.page {
  overflow: hidden;
  min-height: 500px; }
  .lt-ie9 .page {
    min-width: 1200px; }

.gen_ul {
  margin-top: 15px;
  list-style-type: circle; }
.gen_ul > li a {
  font-size: 26px;
  line-height: 2;
  }
.gen-li {
  margin-left: 20px;
  font-size: 18px; }
.li-small {
  margin-left: 20px;
  font-size: 16px;
}
.li-big {
  margin: 10px 0 10px 20px;
  font-size: 18px; }
.li-small {
  margin: 10px 0 10px 20px;
  font-size: 18px;
  line-height:1.1;
}
.serv_ul {
  margin-left: 20px;
  margin-top: 15px;
  list-style: none; }
.serv_ul > li a {
  font-size: 22px;
  line-height: 1.3; }
.serv_ul > li a:hover {
  text-decoration: underline;
  color: #00a1d9; }
.serv-li {
  margin-left:20px;
  vertical-align: bottom;
  position: relative;
  padding: 10px 0; }

main .serv_ul li:before {
    content: '\f14a';
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #00a1d9;
    font-size: 28.6px;
    padding-right: 15px;
    top: 10px;
    left: 0;
}
.no-transform {
  text-transform: none !important;}
.no-top-margin {
  margin-top: -20px !important; }
.less-padding-bottom {
  padding-bottom: 80px !important; }
.no-top-margin a:hover {
    color: #00a1d9;
    text-decoration: none; }
.divider h4 a:hover {
    color: #00a1d9;
    text-decoration: none; }
.large-p  {
  font-size: 24px;
  line-height: 1.1;
  font-family: "Open Sans", sans-serif;
  font-weight: 100;
  color: #858585;
  margin-top: 6px; }

.cinfo {
  color: #767a7f;}

  .h3-pad-top {
    margin-top: 40px !important;
  }
/*=======================================================
                       Main Layout
=========================================================*/
.btnicon {
  font-size: 50px;
  line-height: 100px;
  color: #FFf;
  margin-top: 51px;
  display: inline-block;
  width: 100px;
  height: 100px;
  text-align: center;
  border-radius: 26px;
  background: #00A1D9;
  font-weight: 600; }
  .btnicon:hover {
    background: #43464c; }
  .btnicon_1 {
    font-size: 50px;
    line-height: 55px;
    color: #FFf;
    display: inline-block;
    border-radius: 26px;
    background: #00A1D9;
    font-weight: 600;
    margin: 64px 0 0 9px;
    padding: 42px 40px; }
    .btnicon_1:hover {
      background: #43464c; }

.btnicon_small {
  font-size: 40px;
  line-height: 60px;
  color: #FFf;
  display: inline-block;
  width: 60px;
  height: 60px;
  text-align: center;
  border-radius: 15px;
  background: #00A1D9;
  font-weight: 600; }
  .btnicon_small:hover {
    background: #43464c; }

.skin_blue .btnicon, .skin_blue .subpageicon {
  background: #00a1d9; }
  .skin_blue .btnicon:hover, .skin_blue .subpageicon:hover {
    background: #43464c; }
.skin_blue h3 {
  color: #00a1d9; }

.skin_red .btnicon, .skin_red .subpageicon {
  background: #f15f43; }
  .skin_red .btnicon:hover, .skin_red .subpageicon:hover {
    background: #43464c; }
.skin_red h3 {
  color: #f15f43; }

.skin_green .btnicon, .skin_green .subpageicon {
  background: #96ca2d; }
  .skin_green .btnicon:hover, .skin_green .subpageicon:hover {
    background: #43464c; }
.skin_green h3 {
  color: #96ca2d; }

.skin_yellow .btnicon, .skin_yellow .subpageicon {
  background: #f2d03b; }
  .skin_yellow .btnicon:hover, .skin_yellow .subpageicon:hover {
    background: #43464c; }
.skin_yellow h3, .skin_yellow h2 {
  color: #f2d03b; }

h2 + h2 {
  color: #f2d03b; }

/*=======================================================
                        Components
=========================================================*/
/*==================     Brand     ======================*/
.brand {
  display: inline-block;
  position: relative;
  /*padding-left: 156px;*/
  font-family: "Open Sans", sans-serif;
  font-weight: 300; }
/*    .brand:before {
    content: '\f201';
    font-family: "FontAwesome";
    line-height: 115px;
    font-size: 54px;
    background: #00a1d9;
    border-radius: 35px;
    color: #fff;
    width: 115px;
    height: 115px;
    text-align: center;
    position: absolute;
    left: 6px;
    top: -3px;
    font-weight: 300; }*/
  .brand_name {
    overflow: hidden;
    color: #43464c;
    font-size: 80px;
    line-height: 80px; }
  .brand.brand__footer {
    float: left;
    margin-top: 42px;
    margin-right: 20px; }
    .brand.brand__footer .brand_name, .brand.brand__footer .brand_slogan {
      color: #656367; }
  .brand_slogan {
    text-transform: uppercase;
    font-size: 11.5px;
    line-height: 19px;
    color: #c7c8c9;
    padding-left: 3px;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    margin-top: -8px; }

/*==================  Backgrounds  ======================*/
.bg-primary {
  background: #00a1d9; }

.bg-black {
  background: #484746;
  color: #FFF;
  padding-top: 45px;
  padding-bottom: 84px;
  font-size: 21px;
  line-height: 33px;
  font-style: italic;
  margin-left: auto;
}

/*==================     Icons     ======================*/
/*==================    Buttons    ======================*/
.button {
  background-color: #F2D03B;
  border: 3px solid rgb(255, 255, 255);
  color: rgb(78, 78, 78);
  display: inline-block;
  padding: 10px 14px;
  text-shadow: none;
  border-radius: 10px;"
}
.button:hover {
  background-color: #00A1D9;
  border: 3px solid rgb(47, 47, 47);
  color: #fff;
}

.longbtn {width:500px;}

img.team {
  margin-top:40px;
  margin-bottom:10px;
  border-radius: 20px;
}

.btn {
  background: #43464c;
  font-size: 14px;
  /**line-height: 60px;**/
  font-family: "Open Sans", sans-serif;
  color: #fff;
  border-radius: 20px;
  padding: 0px 25px;
  font-weight: 600;
  text-transform: uppercase; }
  .btn:hover {
    background: #00a1d9;
    color: #FFF !important; }
  .btn__ins1:after {
    content: '\f095';
    font-size: 14px;
    font-family: "FontAwesome";
    color: #FFF;
    line-height: 60px;
    padding-left: 10px; }
  .btn:active {
    background: #007ba6; }
  .btn:before {
    font-size: 14px;
    line-height: 60px;
    color: #fff;
    padding-right: 13px; }

.content_btn {
  background: #43464c;
  font-size: 15px;
  line-height: 20px;
  font-family: "Open Sans", sans-serif;
  color: #fff;
  border-radius: 35px;
  margin-top: 58px;
  padding: 31px 103px 31px 34px;
  font-weight: 100;
  text-transform: uppercase;
  display: inline-block;
  position: relative; }
  .content_btn:before {
    content: '\f002';
    font-size: 25px;
    font-family: "FontAwesome";
    color: #FFF;
    line-height: 88px;
    background: #00a1d9;
    width: 82px;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    border-radius: 25px;
    box-sizing: border-box;
    position: absolute; }
  .content_btn:hover {
    background: #00a1d9; }

/*==================      Box      ======================*/
.box:before, .box:after {
  display: table;
  content: "";
  line-height: 0; }
.box:after {
  clear: both; }
.box_aside {
  float: left; }
.box_cnt__no-flow {
  overflow: hidden; }

/*========================   Menu   ==========================*/
.sf-menu {
  display: table;
  table-layout: fixed;
  width: 100%; }
  .sf-menu > li {
    position: relative;
    display: table-cell; }
  .sf-menu a {
    display: block; }

.sf-menu {
  text-align: center;
  color: #FFF; }
  .sf-menu > li > a {
    color: #FFF;
    padding: 20px 0;
    text-align: center; }
  .sf-menu > li:first-child a {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px; }
  .sf-menu > li:last-child a {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px; }
  .sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
    color: #FFF;
    background: #00a1d9; }
  .sf-menu > li.active > a {
    color: #FFF;
    background: #00a1d9;
    text-align: center; }

.sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  width: 235px;
  margin-top: 1px;
  padding: 0 0 10px;
  background: #383B40;
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.sf-menu ul > li {
  position: relative;
  padding-top:2px;
  padding-bottom: 1px; }

  .sf-menu ul > li > a {
    color: #FFF;
    background: #383B40; }
  .sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
    color: #FFF;
    background: #00a1d9; }

.sf-menu ul ul {
  position: absolute;
  top: 0;
  left: 100%;
  margin-left: 10px;
  margin-top: 0;
  padding: 0;
  z-index: 4;
  background: #00a1d9;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }
  .sf-menu ul ul:before {
    content: '';
    position: absolute;
    top: 10px;
    right: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4.5px 7px 4.5px 0;
    border-color: transparent #00a1d9 transparent transparent; }

.sf-menu ul ul > li > a {
  color: #fff;
  background: #00a1d9; }
.sf-menu ul ul > li.sfHover > a, .sf-menu ul ul > li > a:hover {
  color: #fff;
  background: #383B40; }

.sf-menu > li > .sf-with-ul {
  position: relative;}
  .sf-menu > li > .sf-with-ul:before {
    position: absolute;
    left: 50%;
    top: 62%;
    margin-left: -6px;
    content: "";
    font: 400 12px/12px "FontAwesome"; }

@media (max-width: 767px) {
  .sf-menu {
    display: none; } }
@media (min-width: 800px) and (max-width: 979px) {
  .sf-menu > li > a {
    padding: 25px 0; } }
/*==================   RD Mobile Menu    =====================*/
.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9999999;
  text-align: left;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease; }
  .rd-mobilemenu.active {
    right: 0; }

.rd-mobilemenu_ul {
  position: fixed;
  top: -56px;
  left: 0;
  bottom: -56px;
  width: 240px;
  padding: 132px 0 76px;
  color: #666;
  background: #FFF;
  font-size: 14px;
  line-height: 20px;
  overflow: auto;
  -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  transform: translateX(-240px);
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1); }
  .rd-mobilemenu.active .rd-mobilemenu_ul {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  .rd-mobilemenu_ul a {
    display: block;
    padding: 14px 25px 16px; }
    .rd-mobilemenu_ul a.active {
      background: #f5f5f5;
      color: #2d2d2d; }
    .rd-mobilemenu_ul a:hover {
      background: #00a1d9;
      color: #FFF; }
    .rd-mobilemenu_ul a .rd-submenu-toggle {
      position: absolute;
      top: 50%;
      right: 11px;
      margin-top: -17.5px;
      width: 32px;
      height: 32px;
      font: 400 10px "FontAwesome";
      line-height: 32px;
      text-align: center;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      -moz-transition: 0.5s all ease;
      -o-transition: 0.5s all ease;
      -webkit-transition: 0.5s all ease;
      transition: 0.5s all ease;
      z-index: 1;
      background: rgba(0, 0, 0, 0.1); }
      .rd-mobilemenu_ul a .rd-submenu-toggle:after {
        content: '\f078'; }
      .rd-mobilemenu_ul a .rd-submenu-toggle:hover {
        background: #FFF;
        color: #666; }
    .rd-mobilemenu_ul a.rd-with-ul {
      position: relative; }
      .rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }
  .rd-mobilemenu_ul ul a {
    padding-left: 40px; }
  .rd-mobilemenu_ul ul ul a {
    padding-left: 60px; }
  .rd-mobilemenu_ul:after {
    content: '';
    display: block;
    height: 20px; }

.rd-mobilepanel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  background: #FFF;
  color: #000;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 99999991; }

.rd-mobilepanel_title {
  display:none;
  position: fixed;
  top: 4px;
  left: 56px;
  right: 56px;
  color: #000;
  font-size: 24px;
  line-height: 48px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.rd-mobilepanel_toggle {
  position: fixed;
  top: 4px;
  left: 8px;
  width: 48px;
  height: 48px; }
  .rd-mobilepanel_toggle span {
    position: relative;
    display: block;
    margin: auto;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before {
      content: "";
      position: absolute;
      left: 0;
      top: -8px;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .rd-mobilepanel_toggle span:after {
      top: 8px; }
    .rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span {
      width: 24px;
      height: 4px;
      background-color: #000;
      backface-visibility: hidden;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px; }
  .rd-mobilepanel_toggle span {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
    .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
      -moz-transform-origin: 1.71429px center;
      -ms-transform-origin: 1.71429px center;
      -o-transform-origin: 1.71429px center;
      -webkit-transform-origin: 1.71429px center;
      transform-origin: 1.71429px center;
      -moz-transform-origin: 1.71429px center;
      -ms-transform-origin: 1.71429px center;
      -o-transform-origin: 1.71429px center;
      -webkit-transform-origin: 1.71429px center;
      transform-origin: 1.71429px center; }
  .rd-mobilepanel_toggle.active span {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); }
    .rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
      top: 0;
      width: 15px; }
    .rd-mobilepanel_toggle.active span:before {
      -webkit-transform: rotate3d(0, 0, 1, -40deg);
      transform: rotate3d(0, 0, 1, -40deg); }
    .rd-mobilepanel_toggle.active span:after {
      -webkit-transform: rotate3d(0, 0, 1, 40deg);
      transform: rotate3d(0, 0, 1, 40deg); }

@media (max-width: 767px) {
  body {
    padding-top: 56px; }

  .rd-mobilemenu, .rd-mobilepanel {
    display: block; } }
@media (max-width: 359px) {
  .rd-mobilepanel_title {
    font-size: 18px;
    display:none;} }
/*==================  Stuck menu  ======================*/
.isStuck {
  z-index: 999;
  left: 0; }
  .isStuck#stuck_container nav {
    margin-top: 0; }
  .isStuck .sf-menu > li > a {
    color: #FFF;
    padding: 6px 0; }

@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important; } }
/*==================     ToTop     ======================*/
.toTop {
  width: 50px;
  height: 50px;
  font-size: 24px;
  line-height: 46px;
  color: #fff;
  background: #43464c;
  border-radius: 50%;
  -webkit-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  position: fixed;
  right: 40px;
  bottom: 40px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 1235; }
  .toTop:hover {
    color: #fff;
    background: #00a1d9;
    text-decoration: none; }

.mobile .toTop,
.tablet .toTop {
  display: none !important; }

/*==================  RD Parallax    ======================*/
.parallax {
  position: relative;
  overflow: hidden; }
  .parallax_image, .parallax_pattern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-position: center center;
    will-change: transform; }
  .parallax_image {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover; }
  .parallax_pattern {
    background-repeat: repeat; }
  .parallax_cnt {
    position: relative; }

/*========================================================
                     HEADER  Section
=========================================================*/
header {
  background: #fff;
  padding-top: 20px; }
  header .brand {
    float: left; }
  header .nav {
    float: none;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    color: #fff;
    font-weight: 600;
    margin-top: 0px;
    z-index: 2;
    position: relative; }
    header .nav a {
      background: #43464c; }

@media (max-width: 767px) {
  text-align: center;
  .brand, .nav {
    float: none; }
  #logo {
    margin: 40px 0 30px;
  }
  h2 {
    margin: 30px 0 0;
  }
  .skin_blue {
    margin-bottom:30px !important;
    margin-top: 10px !important;
  }
  .parallax p {
    margin: -50px 10px 90px 0; }
  h2.smaller_h2 {
    font-size: 40px;
    margin: 0;
    padding-top: 0;
    line-height: 1;
  }
  h2 + h2.yellow {
    margin-top: 5px !important;
  }
  .bannerwrapper {
    clear:both;
  }
      }
.header-wr:before, .header-wr:after {
  display: table;
  content: "";
  line-height: 0; }
.header-wr:after {
  clear: both; }

.btn-wr {
  float: right; }
  .btn-wr .btn + .btn {
    margin-left: 21px; }

/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  display: block;
  background: #fff; }

h3 + .mailform {
  margin-top: 21px; }

.normal {  font-size: 14px;
    line-height: 23px;
    font-family: "Open Sans", sans-serif;
    font-weight: 100;
    color: #858585;}

.parallax {
  padding: 40px 0 210px 0; }
  .parallax p {
    text-transform: uppercase;
    color: #DBD7D2;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    margin: -80px 10px 90px 340px; }
  .parallax .bannerwrapper:before, .parallax .bannerwrapper:after {
    display: table;
    content: "";
    line-height: 0; }
  .parallax .bannerwrapper:after {
    clear: both; }

.special h5 {
  margin-top: 25px;
  color: #43464c; }
.special .btnicon {
  font-size: 40px;
  margin-top: 80px; }

.bannerwrapper_2 {
  margin-top: 110px;
  position: relative;
  text-transform: uppercase; }
  .bannerwrapper_2 h3 {
    color: #fff;
    margin-top: 0;
    padding-right: 10%; }
  .bannerwrapper_2 .btnicon {
    background: #f2d03b;
    position: absolute;
    top: 57px;
    right: 0; }
    .bannerwrapper_2 .btnicon:hover {
      background: #00a1d9; }

.bnricon {
  font-size: 308px;
  line-height: 402px;
  color: #f2d03b;
  float: left;
  display: block;
  padding: 40px 0 0 3px; }

.banner1_text1 {
  font-size: 80px;
  line-height: 78px;
  color: #FFF;
  font-weight: 100;
  float: left;
  margin: 92px 0 0 46px;
  font-family: "Open Sans", sans-serif; }

.banner1_text2 {
  font-size: 80px;
  line-height: 78px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 100;
  font-family: "Open Sans", sans-serif;
  margin: 108px 0 0 723px; }

.difbg {
  background: #F9ECB0;
  padding-bottom: 140px; }

.difbg_white {
  background: #FFF;
  padding-bottom: 140px;}

.difbgwrapper {
  background: #fff;
  margin-top: -248px;
  z-index: 123;
  position: relative;
  border-radius: 30px;
  padding: 25px 30px 70px 45px; }
  .difbgwrapper h3 {
    margin: 53px 0 0 5px; }
  .difbgwrapper h4 {
    margin: 0 0 0 3px;
    font-size: 25px;
    line-height: 40px;
    color: #00a1d9;
    font-weight: 100; }
  .difbgwrapper p {
    padding: 18px 15px 0 5px; }
  .difbgwrapper .btnicon {
    font-size: 50px;
    line-height: 138px;
    height: 138px;
    width: 138px; }
  .difbgwrapper .btn {
    border-radius: 25px;
    padding: 9px 115px 10px 40px;
    overflow: hidden;
    margin: 61px 0 0 7px; }
  .difbgwrapper a {
    position: relative;
    display: inline-block;
    margin-top: 55px;
    font-weight: 100; }
    .difbgwrapper a:after {
      content: '\f061';
      font-size: 20px;
      line-height: 40px;
      font-family: "FontAwesome";
      color: #FFF;
      text-align: center;
      background: #00a1d9;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      width: 82px;
      border-radius: 25px; }

    .difbgwrapper a.no-after {
      margin-top: 0 ; }

    .difbgwrapper a.no-after:after {
      content:none; }

.pricing_wrapper {
  margin-top: 44px;
  border-radius: 25px;
  background: #00a1d9;
  position: relative;
  margin-right: 36px; }
  .pricing_wrapper:before, .pricing_wrapper:after {
    display: table;
    content: "";
    line-height: 0; }
  .pricing_wrapper:after {
    clear: both; }
  .pricing_wrapper_1 {
    margin-right: 0;
    margin-top: 44px;
    border-radius: 25px;
    background: #00a1d9;
    position: relative; }
    .pricing_wrapper_1:before, .pricing_wrapper_1:after {
      display: table;
      content: "";
      line-height: 0; }
    .pricing_wrapper_1:after {
      clear: both; }

.pricing_wrapper + .pricing_wrapper {
  margin-top: 25px; }

.pricing_wrapper_1 + .pricing_wrapper_1 {
  margin-top: 25px; }

.pricing_leftblock {
  float: left;
  width: 75%;
  background: #f5f6f6;
  border-radius: 25px 0 0 25px;
  padding-left: 70px;
  padding-bottom: 23px;
  box-sizing: border-box;
  margin-left: -3px; }
  .pricing_leftblock:before {
    content: '\f15b';
    font-size: 40px;
    line-height: 53px;
    color: #464646;
    font-family: "FontAwesome";
    position: absolute;
    top: 36px;
    left: 20px; }
  .pricing_leftblock h4 {
    margin-top: 28px;
    font-weight: 300; }
  .pricing_leftblock a {
    color: #00a1d9;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 39px;
    font-weight: 100;
    margin-left: 6px;
    font-family: "Open Sans", sans-serif; }
    .pricing_leftblock a:hover {
      color: #43464c; }
    .pricing_leftblock a:after {
      content: '\f0da';
      font-size: 15px;
      line-height: 39px;
      color: #464646;
      font-family: "FontAwesome";
      padding-left: 5px; }

.pricing_rightblock {
  padding-top: 30px;
  padding-left: 0px;
  vertical-align: middle;
  text-align: center;
  width: 25%;
  box-sizing: border-box;
  float: left; }
  .pricing_rightblock strong {
    color: #fff;
    display: block;
    font-size: 20px;
    line-height: 35px;
    vertical-align: middle;
    font-family: "Open Sans", sans-serif;
    font-weight: 700; }
  .pricing_rightblock span {
    font-size: 15px;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
    font-weight: 100;
    line-height: 20px; }

.features {
  margin-top: 56px; }
  .features li {
    font-size: 15px;
    line-height: 20px;
    padding: 22px 5px 20px 50px;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
    font-weight: 100;
    background: #F5F6F6;
    border-radius: 25px;
    position: relative; }
    .features li:before {
      content: '\f14a';
      font-size: 15px;
      font-family: "FontAwesome";
      color: #00a1d9;
      position: absolute;
      top: 22px;
      left: 20px; }
  .features li + li {
    margin-top: 21px; }

.rounded {
  border-radius: 25px; }

.it-rounded  {
  border-radius: 25px;
  margin-top: 20px; }

.grid_5 > .rounded {
  margin-top: 50px; }

.grid_5 > .it-rounded {
  margin-top: 20px; }

.grid_7 > h4 {
  margin-top: 15px;
  padding-right: 60px; }

.subpageicon {
  margin-top: 20px;
  font-size: 50px;
  line-height: 70px;
  background: #00a1d9;
  border-radius: 25px;
  color: #fff;
  display: inline-block;
  height: 70px;
  width: 70px;
  text-align: center;
  padding-left: 5px; }
  .subpageicon:hover {
    background: #43464c; }

.subpageicontext {
    font-size: 40px;
    line-height: 70px;
    background: #f2d03b;
    border-radius: 25px;
    color: #fff;
    display: inline-block;
    height: 70px;
    /* width: 70px; */
    text-align: center;
    padding-left: 10px;
    padding-right: 10px; }

.grid_3 + h5 {
  margin-top: 45px; }

img + h5 {
  margin-top: 23px;
  font-weight: 300; }
  img + h5 + p {
    margin-top: 18px; }

.arrow-logo {
  max-height:70px;
  width: auto;
}
.letters-logo {
  width: auto;
  max-height: 82px;
}

.curve {
  border-radius: 25px;
  margin-top: 50px; }
  .curve_page2 {
    background: #f5f6f6;
    border-radius: 25px;
    padding-bottom: 35px;
    margin-top: 45px; }
    .curve_page2_wr {
      margin-left: 22px; }
      .curve_page2_wr h5 {
        font-weight: 300;
        margin-bottom: 17px;
        margin-top: 25px; }
    .curve_page2 img {
      border-radius: 25px; }
  .curve_page3 {
    background: #f5f6f6;
    border-radius: 25px;
    margin-top: 55px;
    padding-left: 55px;
    padding-bottom: 70px; }
    .curve_page3 h5 {
      color: #00a1d9;
      margin-top: 50px;
      font-size: 25px;
      line-height: 40px;
      font-weight: 300; }
    .curve_page3 p {
      margin-top: 20px; }
    .curve_page3 .btn {
      border-radius: 25px;
      padding: 9px 115px 10px 40px;
      overflow: hidden;
      margin: 61px 0 0 7px; }
    .curve_page3 a {
      position: relative;
      display: inline-block;
      margin-top: 55px;
      font-weight: 100; }
      .curve_page3 a:after {
        content: '\f15c';
        font-size: 20px;
        line-height: 80px;
        font-family: "FontAwesome";
        color: #FFF;
        text-align: center;
        background: #00a1d9;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        width: 82px;
        border-radius: 25px; }
  .curve .btnicon {
    font-size: 50px;
    height: 75px;
    line-height: 72px;
    margin-top: 66px;
    text-align: center;
    width: 65px; }
  .curve h5 {
    color: #00a1d9;
    font-size: 25px;
    line-height: 40px;
    font-weight: 100;
    margin-left: 5px;
    margin-top: 45px; }
  .curve .content_btn {
    margin-top: 77px; }
    .curve .content_btn:before {
      content: '\f15c'; }

.curve + h5 {
  color: #000; }

.testimonial {
  margin-top: 45px; }
  .testimonial img {
    float: left;
    margin-right: 30px;
    border-radius: 25px; }
  .testimonial h5 {
    float: left;
    margin-top: 20px; }

.testimonial + .testimonial {
  margin-top: 80px; }

dl {
  font-size: 14px;
  line-height: 23px;
  color: #bfbfbf;
  margin-top: 10px; }
  dl a:hover {
    text-decoration: underline;
    color: #00a1d9; }

dt {
  text-align: left;
  display: inline-block;
  width: 50%; }

.dt-large {font-size:16px;}

dd {
  text-align: right;
  display: inline-block;
  width: 46%; }
dd > a:hover {
  text-decoration: none;}

.cinfo a:hover {
  text-decoration: none;
  color: #00a1d9; }

.h3mod {
  line-height: 50px; }

/*==================      Well     ======================*/
.well {
  padding-bottom: 135px; }
  .well__ins1 {
    padding-top: 0; }
    .well__ins1 h4 {
      font-size: 20px;
      line-height: 25px;
      color: #464646;
      text-transform: uppercase;
      font-weight: 100;
      padding: 31px 0 0 2px;
      margin-top: 0; }

.well {
  padding-bottom: 0px; }

.platform_wrapper h4 {
  color: #00a1d9;
  font-weight: 400;
  margin-top: 9px; }
.platform_wrapper p {
  margin-top: 13px;
  margin-left: 3px; }

.privacy h4 {
  margin-top: 35px; }
.privacy h4 + p {
  margin-bottom: -10px; }
.privacy a {
  color: #bfbfbf;
  text-decoration: underline;
  font-size: 14px;
  line-height: 92px;
  margin-top: 35px; }
  .privacy a:hover {
    color: #00a1d9; }

.it-well-black {
  background-color: #333539;}
.it-well-yellow {
  background-color: #F9ECB0;}
.divider {
  width: 100%;
  margin: 10px auto;
  height: 10px;
  background-color: none;}
.divider-black {
  width: 100%;
  margin: 10px auto -30px auto;
  background-color: #333539;}
.divider-yellow {
  width: 100%;
  margin: 10px auto;
  height: 20px;
  background-color: #F9ECB0;}
.white-text{
  color: #FFF;}
/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  background: #27292c;
  padding-bottom: 100px; }
  footer .footer_list_1 {
    margin-top: 30px;
    font-weight: 400;
    font-family: "Arial"; }
    footer .footer_list_1 li {
      color: #767a7f;
      text-transform: uppercase;
      font-size: 12px;
      line-height: 22px; }
    footer .footer_list_1 a:hover {
      color: #00a1d9;
      text-decoration: none; }
  footer .footer_list_2 {
    margin-top: 30px;
    font-weight: 400;
    font-family: "Arial"; }
    footer .footer_list_2 li {
      color: #767a7f;
      text-transform: uppercase;
      font-size: 12px;
      line-height: 22px; }
      footer .footer_list_2 li:before {
        content: '\f14a';
        font-family: "FontAwesome";
        color: #00a1d9;
        font-size: 8.6px;
        padding-right: 15px; }
    footer .footer_list_2 a:hover {
      color: #00a1d9;
      text-decoration: none; }
    footer .footer_list_2 li + li {
      margin-top: 8px; }
  footer h5 {
    margin-top: 136px; }

.social {
  margin-top: 30px; }
  .social a {
    font-size: 40px;
    line-height: 90px;
    color: #767a7f;
    background: #43464c;
    float: left;
    border-radius: 50%;
    height: 90px;
    width: 90px;
    margin-right: 13px;
    text-align: center;
    margin-bottom: 15px; }
    .social a:hover {
      background: #00a1d9;
      color: #fff; }

.copyright {
  font-size: 14px;
  line-height: 24px;
  color: #767a7f;
  margin-top: 80px; }
  .copyright a:hover {
    color: #00a1d9;
    text-decoration: underline; }

.contact h3 {
  color: #fff;
  margin-top: 92px; }

.mailform {
  text-transform: uppercase; }

.form_btn {
  background: #F2D03B;
  font-size: 15px;
  line-height: 32px;
  padding: 25px 40px;
  margin-top: 34px;
  border-radius: 40px;
  color: #fff; }
  .form_btn:hover {
    background: #00a1d9;
    transition: 1s; }

@media (min-width: 1200px) {
  .yellow {
    padding-top: 0px !important;
  }
  #fit {
    padding-left:20px;
  }
}

@media (min-width: 980px) and (max-width: 1199px) {
  header {
    padding-top: 80px; }
    header .nav {
      margin: 0 0 72px; }
  #logo {
    float:left;
  }

  h1  {
    font-size: 35px;}

  h3 {
    font-size: 35px; }
  h2.smaller_h2 {
    font-size:55px;
    padding-top: 165px;
    line-height:1.4;
  }
  h2.yellow {
    padding-top: 0px;
  }
  .parallax p {
    clear:both;
    font-size:22px;
    margin: 0 10px 0 5px;
  }

  .banner1_text1 {
    font-size: 160px; }

  .banner1_text2 {
    font-size: 60px;
    margin: 108px 0 0 663px; }

  .features li {
    font-size: 12px; }

  .pricing_wrapper {
    margin-bottom: 33px; }

  .bannerwrapper_2 h2 {
    font-size: 86px;
    padding-right: 15%; }

  .bannerwrapper_2  h2.smaller_h2_nopad {
    padding: 7px 0; }

  .difbgwrapper {
    margin-top: 50px;
    text-align: center;
    padding: 30px 30px; }

  h5 {
    margin-top: 75px; }

  .brand__footer {
    margin-bottom: 40px; }

  .curve_page3 {
    text-align: center;
    padding-left: 0; }

  .pricing_rightblock {
    padding-left: 22px; }

  .pricing_leftblock h4 {
    font-size: 16px; }

  #index-bottom {
    margin-top: 160px;
  }

  #toTop {
    display: none; } }

@media (min-width: 768px) and (max-width: 979px) {
  header {
    padding-top: 50px; }
  header .nav {
    margin-top: 0; }
  #logo {
    margin-top: -10px;  }
  #it-consult {
    line-height: 0.9;
  }
  #index-bottom {
    margin: 360px 100px 0;
  }
  .btn {
    padding: 10px 9px; }
  .btn__ins1:after {
    padding-left: 5px;
    line-height: 20px; }
  h3 {
    font-size: 26px;
    margin-top: 70px; }

  h1 {
    font-size:26px;
    margin-top:70px;  }

  #ladypic {
    margin: 80px 0 0 20px;
  }
/** doesnt work below **/
  .serv_ul > li {
    font-size: 18px !important; }

  .parallax p {
    clear:both;
    margin: 0 10px 0 5px;
    font-size: 17px; }
  .fa-keyboard-o {
    margin-bottom:-40px;}
  .container {
    margin-bottom:60px; }

  .bnricon {
    font-size: 248px;
    padding: 40px 10px 0 0;
    margin-bottom: -40px;}

  .bannerwrapper .banner1_text1 {
    font-size: 150px;
    margin: 112px 0 0 5px; }
  .bannerwrapper .banner1_text2 {
    margin: 134px 0 0 513px;
    font-size: 40px; }
  .bannerwrapper p {
    margin: -154px 0 0 315px; }

  .bannerwrapper_2 {
    margin-top: 90px; }
  .bannerwrapper_2 h2 {
    padding: 70px 0 0 70px;
    font-size: 55px;
    line-height: 1.3; }
  #portfolio h2 {
    padding: 0 0 !important;
  }

  .smaller_h2_nopad {
    margin-top: -20px;
  }
  h2.smaller_h2 {
    font-size:50px;
    padding-top: 165px;
    line-height:1.4;
  }
  h2.yellow {
    padding-top: 20px !important;
  }

  p#fit {
    padding-left: 0 !important;
    margin: 0 10px 0 0 !important;
  }

  .difbgwrapper {
    border-radius: 30px;
    padding: 10px 0 60px 30px; }
    .difbgwrapper h3 {
      margin: 33px 1px 0; }
    .difbgwrapper h4 {
      font-size: 20px;
      margin: 0; }
    .difbgwrapper .btn {
      padding: 10px 90px 10px 25px; }
    .difbgwrapper .well__ins1 h4 {
      padding: 20px 0 0 2px; }

  .pricing_leftblock {
    padding-left: 62px;
    padding-bottom: 10px;
    width: 64%; }
    .pricing_leftblock:before {
      left: 24px; }
    .pricing_leftblock h4 {
      font-size: 15px; }

  .pricing_rightblock {
    padding-left: 3px;
    padding-top: 25px; }
    .pricing_rightblock span {
      padding-left: 18px; }
    .pricing_rightblock strong {
      text-align: center; }

  .features {
    margin-top: 35px; }
    .features li {
      font-size: 11px;
      padding: 22px 5px 20px 20px; }
      .features li:before {
        font-size: 12px;
        line-height: 56px;
        top: 3px;
        left: 5px; }

  .pricing_wrapper {
    margin-bottom: 43px;
    margin-right: 0; }

  .well {
    padding-bottom: 75px; }

  .brand:before { }

  .social a {
    font-size: 36px;
    height: 70px;
    line-height: 75px;
    margin-bottom: 15px;
    margin-right: 10px;
    text-align: center;
    width: 70px; }
  .social .brand__footer {
    margin-top: 25px; }
  .social h5 {
    font-size: 19px; }
  .social .content_btn {
    padding: 18px 86px 18px 34px; }
    .social .content_btn:before {
      line-height: 56px; }
  .social h2 + h2 {
    padding-right: 8%; }

  .curve_page3 {
    padding-left: 0;
    text-align: center; }
    .curve_page3 .btn {
      padding: 9px 100px 10px 40px;
      margin: 61px 0 0 0; } }

@media (max-width: 979px){
  footer {text-align: center; }
  footer .grid_9, footer .grid_3 {width:100% !important;}
  footer .grid_3sm, footer .grid_6sm {width:100% !important;}
  .container .grid_3sm {margin-top: 0 !important;}
  #logo1 {display:none;}
  #social-media {margin-top: 80px !important;}
  .pad {padding: 0 50px;}
  #connect, .grid_3sm {clear:both;}
}

@media (min-width: 768px) and (max-width: 979px) {
  footer .grid_6sm {padding: 30px 50px 0;}
}

@media (min-width: 980px) and (max-width:1199px) {
  .copyright {margin-top: 60px !important;}
}

@media (max-width: 767px) {
  footer .grid_6sm {padding: 30px 0;}
  .brand__footer {padding-left: 0;}
  .letters-logo {padding-left: 30px;}
}

@media (min-width: 980px) {
  #logo2 {display:none;}
  #social-media {margin-top:0 !important;}
}

@media (max-width: 467px) {
  .copyright {clear:both;}
}

@media (max-width: 767px) {
  header {
    padding-top: 30px; }

  .btn-wr {
    padding-top: 40px; }

  .btnicon {
    margin-top: 25px;
    height: 75px;
    width: 75px;
    line-height: 75px; }

  h3 {
    margin-top: 70px; }

  h1{
    margin-top: 70px;
    font-size:46px;
    line-height:1;}

  .banner1_text1 {
    font-size: 140px;
    font-weight: 100;
    line-height: 140px;
    margin: -190px 0 0 195px; }

  .bnricon {
    font-size: 178px;
    line-height: 222px;
    padding: 14px 0 0 3px; }

  .smaller_h2_nopad {
    margin-top: -20px;
  }
  h2.smaller_h2 {
    font-size:50px;
    line-height:1.4;
  }
  h2.yellow2 {
    padding-top: 0 !important;
    margin-top: 0 !important;
  }
  p#fit {
    padding-left: 0 !important;
    margin: 0 10px 0 0 !important;
  }
  .fa-line-chart {
    margin-bottom:20px;
  }
  .banner1_text2 {
    font-size: 80px;
    font-weight: 100;
    line-height: 78px;
    margin: 2px 0 0 3px; }

  .parallax P {
    margin: 20px 0 0 0; }

  .difbgwrapper {
    margin-top: 50px;
    text-align: center;
    padding: 30px 30px; }

  .bannerwrapper_2 {
    margin-top: 0px;
    clear:both;}
    .bannerwrapper_2 h2 {
      font-size: 55px;
      line-height: 1; }

  .bannerwrapper_2 .btnicon {
    right: -10px;
    top: 130px; }

  .brand.brand__footer {
    margin-top: 50px; }

  .curve_page2 {
    text-align: center; }
    .curve_page2 img {
      width: 100%; }

  .features {
    margin-top: 25px; }

  .pricing_leftblock {
    padding-left: 88px; }
    .pricing_leftblock:before {
      left: 25px;
      position: absolute;
      top: 36px; }
    .pricing_leftblock h4 {
      font-size: 15px; }

  .pricing_rightblock {
    width: auto;
    padding: 0;
    float: none;
    text-align: center;
    padding-top: 30px; }
    .pricing_rightblock strong {
      margin: 0; }
    .pricing_rightblock span {
      padding-left: 0; }

}

@media (min-width:479px) and (max-width:767px) {
    .h3-pad-top {
      font-size:26px !important;
    }
    #portfolio h3 {
      font-size: 30px !important;
      margin-top:50px !important;
    }
}

@media (max-width: 479px) {
  header {
    padding-top: 20px; }
    header .nav {
      margin-top: 0; }
    header .btn {
      font-size: 10px;
      padding: 0 14px;
      float:right;}
    header .btn-wr .btn + .btn {
      margin-left: 0;
      margin-bottom: 25px;
      float: none; }
    #logo {
    margin-top: 40px;
    }
    #index-bottom {
      margin: 100px 0 0;
    }
    .bannerwrapper_2 .btnicon {
    top: 260px;
    right: 30px; }

  .grid_3 > .btnicon {
    font-size: 20px;
    margin-top: 50px; }

    .brand, {
      padding-top:35px;
    }
    .brand:before, .brand__footer:before {
      font-size: 47px;
      height: 89px;
      left: -18px;
      line-height: 92px;
      top: -3px;
      width: 84px; }
    .portfolio_btn {
      margin:-210px 0 0 !important;    }
  .brand_name {
    font-size: 68px;
    line-height: 78px; }

  .parallax {
    padding: 40px 0 90px; }

  .element.style {
    height: 451px; }

  .bnricon {
    font-size: 90px;
    line-height: 90px;
    padding: 0;
    float: none; }

  .banner1_text1 {
    font-size: 90px;
    line-height: 120px;
    margin: -113px 0 0 105px;
    float: none; }

  .banner1_text2 {
    font-size: 34px;
    line-height: 38px;
    margin-top: 17px;
    margin-left: 10px; }

  .parallax P {
    margin: 36px 0 0; }

  .difbgwrapper {
    margin-top: 35px;
    border-radius: 53px;
    padding: 30px 0 70px 10px; }
    .difbgwrapper h3 {
      font-size: 38px; }

  .well__ins1 h4 {
    color: #464646;
    font-size: 17px;
    line-height: 25px;
    margin-top: 0;
    padding: 13px 0 0 4px; }

  .bannerwrapper_2 h2 {
    font-size: 36px;
    line-height: 50px; }
  .bannerwrapper_2 h3 {
    font-size: 13px;
    line-height: 20px; }
  .bannerwrapper_2 .btnicon {
    margin: 0; }

  .grid_7 > h4 {
    padding-right: 0; }

  .well {
    padding-bottom: 85px; }

  .btnicon + h5 {
    margin-top: 25px; }

  .curve_page2 {
    margin-top: 35px; }
  .curve_page3 {
    padding: 0 15px 70px 15px; }

  .features {
    margin-top: 15px; }

  .pricing_wrapper {
    margin-right: 0; }
    .pricing_wrapper h4 {
      line-height: 19px;
      margin-top: 15px;
      font-size: 18px; }
    .pricing_wrapper a {
      font-size: 15px;
      line-height: 25px;
      margin-left: 15px; }

  .pricing_leftblock {
    border-radius: 25px 25px 0 0;
    padding-bottom: 12px;
    padding-left: 55px;
    width: 102%; }
    .pricing_leftblock:before {
      font-size: 30px;
      left: 24px;
      line-height: 3px;
      top: 36px; }
    .pricing_leftblock h4, .pricing_leftblock a {
      padding: 0 0 10px 25px;
      line-height: 15px; }

  h1 {
    margin-top:00px;
    font-size:46px;
    line-height:1;}

  h3 {
    margin-top: 80px; }

  h5 {
    margin-top: 50px; }

  .cam {
    margin-top: 59px; }

  .mfProgress {
    position: relative;
    margin-left: 75px; }

  .social {
    padding-left: 40px; } }
