@font-face {
  font-family: 'Rubik';
  src: url("../fonts/Rubik-Light.woff2") format("woff2"), url("../fonts/Rubik-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Rubik';
  src: url("../fonts/Rubik-LightItalic.woff2") format("woff2"), url("../fonts/Rubik-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: 'Rubik';
  src: url("../fonts/Rubik-Bold.woff2") format("woff2"), url("../fonts/Rubik-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Rubik';
  src: url("../fonts/Rubik-Regular.woff2") format("woff2"), url("../fonts/Rubik-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Rubik';
  src: url("../fonts/Rubik-Italic.woff2") format("woff2"), url("../fonts/Rubik-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'Rubik';
  src: url("../fonts/Rubik-Medium.woff2") format("woff2"), url("../fonts/Rubik-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Rubik';
  src: url("../fonts/Rubik-MediumItalic.woff2") format("woff2"), url("../fonts/Rubik-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-family: 'Rubik';
  src: url("../fonts/Rubik-BoldItalic.woff2") format("woff2"), url("../fonts/Rubik-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic; }

@font-face {
  font-family: 'Rubik';
  src: url("../fonts/Rubik-Black.woff2") format("woff2"), url("../fonts/Rubik-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'Rubik';
  src: url("../fonts/Rubik-BlackItalic.woff2") format("woff2"), url("../fonts/Rubik-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic; }

@-webkit-keyframes rotation-1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  50% {
    left: 100px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    left: 200px;
    opacity: 0;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-moz-keyframes rotation-1 {
  0% {
    transform: rotate(0deg); }
  50% {
    left: 100px;
    transform: rotate(180deg); }
  100% {
    left: 200px;
    opacity: 0;
    transform: rotate(360deg); } }

@-ms-keyframes rotation-1 {
  0% {
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  50% {
    left: 100px;
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    left: 200px;
    opacity: 0;
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-o-keyframes rotation-1 {
  0% {
    transform: rotate(0deg); }
  50% {
    left: 100px;
    transform: rotate(180deg); }
  100% {
    left: 200px;
    opacity: 0;
    transform: rotate(360deg); } }

@keyframes rotation-1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  50% {
    left: 100px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    left: 200px;
    opacity: 0;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes rotation-2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  50% {
    right: 100px;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg); }
  100% {
    right: 200px;
    opacity: 0;
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg); } }

@-moz-keyframes rotation-2 {
  0% {
    transform: rotate(0deg); }
  50% {
    right: 100px;
    transform: rotate(-180deg); }
  100% {
    right: 200px;
    opacity: 0;
    transform: rotate(-360deg); } }

@-ms-keyframes rotation-2 {
  0% {
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  50% {
    right: 100px;
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg); }
  100% {
    right: 200px;
    opacity: 0;
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg); } }

@-o-keyframes rotation-2 {
  0% {
    transform: rotate(0deg); }
  50% {
    right: 100px;
    transform: rotate(-180deg); }
  100% {
    right: 200px;
    opacity: 0;
    transform: rotate(-360deg); } }

@keyframes rotation-2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  50% {
    right: 100px;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg); }
  100% {
    right: 200px;
    opacity: 0;
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg); } }

@-webkit-keyframes jelly {
  25% {
    -webkit-transform: scale(0.9, 1.1);
    transform: scale(0.9, 1.1); }
  50% {
    -webkit-transform: scale(1.1, 0.9);
    transform: scale(1.1, 0.9); }
  75% {
    -webkit-transform: scale(0.95, 1.05);
    transform: scale(0.95, 1.05); } }

@-moz-keyframes jelly {
  25% {
    transform: scale(0.9, 1.1); }
  50% {
    transform: scale(1.1, 0.9); }
  75% {
    transform: scale(0.95, 1.05); } }

@-ms-keyframes jelly {
  25% {
    -ms-transform: scale(0.9, 1.1);
    transform: scale(0.9, 1.1); }
  50% {
    -ms-transform: scale(1.1, 0.9);
    transform: scale(1.1, 0.9); }
  75% {
    -ms-transform: scale(0.95, 1.05);
    transform: scale(0.95, 1.05); } }

@-o-keyframes jelly {
  25% {
    transform: scale(0.9, 1.1); }
  50% {
    transform: scale(1.1, 0.9); }
  75% {
    transform: scale(0.95, 1.05); } }

@keyframes jelly {
  25% {
    -webkit-transform: scale(0.9, 1.1);
    transform: scale(0.9, 1.1); }
  50% {
    -webkit-transform: scale(1.1, 0.9);
    transform: scale(1.1, 0.9); }
  75% {
    -webkit-transform: scale(0.95, 1.05);
    transform: scale(0.95, 1.05); } }

* {
  outline: 0 !important;
  scroll-behavior: smooth; }

html, body {
  height: 100%; }

.row {
  margin: 0 -20px; }
  .row [class*="col-"] {
    padding: 0 20px; }

.wrap {
  min-height: 100%;
  height: 100%; }

::-moz-selection {
  background-color: #d4e8fc;
  color: #0e4376; }

::selection {
  background-color: #d4e8fc;
  color: #0e4376; }

a, h1, h2, h3, h4, h5, h6 {
  font-weight: 600; }

.bold, b, strong, label, th {
  font-weight: 600; }

a {
  text-decoration: none; }
  a:hover, a:focus, a:active {
    outline: none;
    text-decoration: none; }

.form-control:hover, .form-control:focus, .form-control:active {
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

ul, ol {
  padding: 0;
  margin: 0; }
  ul li, ol li {
    list-style: none;
    word-break: break-word;
    position: relative; }

textarea {
  resize: none; }

._m-0 {
  margin: 0 !important; }

._mt-0 {
  margin-top: 0 !important; }

._mb-0 {
  margin-bottom: 0 !important; }

._mr-0 {
  margin-right: 0 !important; }

._ml-0 {
  margin-left: 0 !important; }

._p-0 {
  padding: 0 !important; }

._pt-0 {
  padding-top: 0 !important; }

._pb-0 {
  padding-bottom: 0 !important; }

._pr-0 {
  padding-right: 0 !important; }

._pl-0 {
  padding-left: 0 !important; }

.text-uppercase {
  text-transform: uppercase; }

.vid-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 35px;
  height: 0;
  overflow: hidden; }
  .vid-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

._vid-frame video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.btn {
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn.focus:active, .btn.active:focus, .btn.active.focus {
    color: #fff; }
  .btn:hover {
    color: #fff; }

html, body {
  font-family: "Rubik";
  color: #646b7b; }

h1, h2, h3, h4, h5, h6 {
  color: #343d45; }

.btn {
  padding: 16px 30px;
  border-width: 2px;
  border-style: solid;
  border-radius: 50px;
  min-width: 220px;
  letter-spacing: 1px;
  font-size: 2rem;
  line-height: normal;
  font-weight: 400; }
  .btn.btn-primary, .btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active, .btn.btn-primary.active {
    background: #2274bd;
    border-color: #2274bd;
    color: #fff; }
  .btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active, .btn.btn-primary.active {
    -webkit-animation-name: jelly;
    -webkit-animation-duration: 0.75s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: alternate;
    -webkit-animation-fill-mode: forwards;
    /* this prevents the animation from restarting! */
    -moz-animation-name: jelly;
    -moz-animation-duration: 0.75s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: alternate;
    -moz-animation-fill-mode: forwards;
    /* this prevents the animation from restarting! */
    -o-animation-name: jelly;
    -o-animation-duration: 0.75s;
    -o-animation-timing-function: linear;
    -o-animation-iteration-count: alternate;
    -o-animation-fill-mode: forwards;
    /* this prevents the animation from restarting! */
    animation-name: jelly;
    animation-duration: 0.75s;
    animation-timing-function: linear;
    animation-iteration-count: alternate;
    animation-fill-mode: forwards;
    /* this prevents the animation from restarting! */ }

.action-btn {
  margin-top: 20px; }

/*SCROLL TO TOP*/
#scroll-to-top {
  display: none;
  z-index: 999;
  width: 50px;
  height: 50px;
  padding: 8px;
  opacity: .8;
  cursor: pointer;
  background: #fff;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  position: fixed;
  top: auto;
  right: 30px;
  bottom: 30px;
  left: auto;
  -webkit-box-shadow: 0px 10px 50px -10px #2274bd;
  -moz-box-shadow: 0px 10px 50px -10px #2274bd;
  box-shadow: 0px 10px 50px -10px #2274bd; }
  #scroll-to-top:hover {
    opacity: 1; }
  #scroll-to-top img {
    width: 100%; }

/*BACKGROUND PARTICLES*/
.particle-container {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 9;
  overflow: hidden; }
  .particle-container .particle {
    margin: auto;
    position: absolute;
    left: 0;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out; }

/*BACKGROUND ANIMATIONS*/
.triangle {
  width: 0;
  height: 0;
  z-index: 4;
  pointer-events: none;
  position: fixed;
  border-width: 0 20px 40px;
  border-style: solid;
  border-color: transparent transparent #2274bd; }
  .triangle.tri-1 {
    top: 30px;
    left: 10px;
    -webkit-animation-name: rotation-1;
    -webkit-animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-fill-mode: forwards;
    /* this prevents the animation from restarting! */
    -moz-animation-name: rotation-1;
    -moz-animation-duration: 3s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    -moz-animation-fill-mode: forwards;
    /* this prevents the animation from restarting! */
    -o-animation-name: rotation-1;
    -o-animation-duration: 3s;
    -o-animation-timing-function: linear;
    -o-animation-iteration-count: infinite;
    -o-animation-fill-mode: forwards;
    /* this prevents the animation from restarting! */
    animation-name: rotation-1;
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards;
    /* this prevents the animation from restarting! */ }
    .triangle.tri-1.sm {
      top: 50px;
      left: 0; }
    .triangle.tri-1.md {
      top: 60px;
      left: 30px; }
  .triangle.tri-2 {
    bottom: 30px;
    right: 10px;
    -webkit-animation-name: rotation-2;
    -webkit-animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-fill-mode: forwards;
    /* this prevents the animation from restarting! */
    -moz-animation-name: rotation-2;
    -moz-animation-duration: 3s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    -moz-animation-fill-mode: forwards;
    /* this prevents the animation from restarting! */
    -o-animation-name: rotation-2;
    -o-animation-duration: 3s;
    -o-animation-timing-function: linear;
    -o-animation-iteration-count: infinite;
    -o-animation-fill-mode: forwards;
    /* this prevents the animation from restarting! */
    animation-name: rotation-2;
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards;
    /* this prevents the animation from restarting! */ }
    .triangle.tri-2.sm {
      bottom: 50px;
      right: 0; }
    .triangle.tri-2.md {
      bottom: 60px;
      right: 30px; }
  .triangle.sm {
    border-width: 0 10px 20px;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-duration: 2s;
    animation-duration: 2s; }
  .triangle.md {
    border-width: 0 15px 30px;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s; }

/*HEADER*/
header {
  position: absolute;
  padding: 50px 4em 0;
  height: 90px;
  top: 0;
  width: 100%;
  z-index: 9;
  /*&.fixed {
		width: 100%;
		position: fixed;
		top: 0;
		left: 0;
		padding-top: 35px;
		animation: smoothScroll 1s forwards;
	}
	@keyframes smoothScroll {
		0% {
			transform: translateY(-40px);
		}
		100% {
			transform: translateY(0px);
		}
	}*/ }
  header .logo {
    float: left;
    margin-right: 2em;
    position: relative;
    top: -10px; }
  header ul li {
    margin: 0 10px; }
    header ul li.active a, header ul li a:hover, header ul li a:focus, header ul li a:active {
      color: #343d45; }
    header ul li a {
      color: #fff;
      display: block;
      text-transform: uppercase;
      font-size: 1.3rem;
      line-height: normal;
      font-weight: 500; }
  header .menu-left {
    float: left; }
  header .menu-right {
    float: right; }
  header .nav-toggle {
    display: none; }

/*SECTIONS*/
section {
  width: 100%;
  height: 100%;
  position: relative; }
  section .section {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed; }
    section .section::before, section .section::after {
      content: '';
      position: absolute;
      width: 100%; }
    section .section::before {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%; }
    section .section::after {
      height: 5px;
      background: #fff;
      z-index: 1;
      top: 0;
      left: 0; }
  section .section-1 {
    background-image: url(../img/sections/1.jpg);
    background-position: top; }
    section .section-1:before {
      background-color: #343d45;
      opacity: .8;
      z-index: 1; }
    section .section-1::after {
      height: 0; }
  section .section-2 {
    background-image: url(../img/sections/2.jpg); }
    section .section-2:before {
      background-color: #343d45;
      opacity: .8; }
  section .section-3 {
    background-image: url(../img/sections/3.png); }
    section .section-3:before {
      background-color: #fff;
      opacity: .2; }

/*.SECTION*/
.section {
  display: table;
  table-layout: fixed;
  width: 100%;
  min-height: 100%;
  position: relative;
  overflow: hidden;
  font-size: 1.6rem;
  line-height: normal;
  font-weight: 400; }
  .section .content-box {
    display: table-cell;
    vertical-align: middle;
    padding: 5em 2em;
    position: relative;
    width: 100%; }
  .section h1, .section h2, .section h3, .section h4, .section h5, .section h6 {
    line-height: 1.6; }
  .section p {
    line-height: 1.8; }
  .section .hero-title {
    font-size: 9rem;
    line-height: normal;
    font-weight: 500;
    color: #fff;
    margin: 0 0 20px; }
  .section .title {
    color: #343d45;
    margin-top: 15px;
    display: block;
    font-size: 2.2rem;
    line-height: normal;
    font-weight: normal; }
    .section .title:hover {
      color: #2274bd; }

/*1*/
.section-1 .sec-holder {
  position: relative;
  z-index: 99;
  text-align: center; }

.section-1 .logo {
  max-width: 400px;
  margin: auto; }
  .section-1 .logo img {
    width: 100%; }

.section-1 .mouse-arrow {
  width: 95px;
  z-index: 999;
  display: block;
  text-align: center;
  color: #fff;
  cursor: pointer;
  position: absolute;
  top: auto;
  right: 20px;
  bottom: 20px;
  left: auto; }
  .section-1 .mouse-arrow p {
    margin: 15px 0 0;
    text-transform: uppercase;
    font-size: 1.8rem;
    line-height: normal;
    font-weight: normal; }

.section-1 .hero-title {
  margin: 50px auto; }

.section-1 .box-1 .thumb {
  text-align: center;
  padding-bottom: 30px; }
  .section-1 .box-1 .thumb figure {
    position: relative;
    border-radius: 50%;
    height: 230px;
    width: 230px;
    margin: 30px auto 0;
    background: #343d45;
    /* Old browsers */
    background: -moz-linear-gradient(left, #3786c8 50%, #2274bd 50%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #3786c8 50%, #2274bd 50%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #3786c8), color-stop(50%, #2274bd));
    background: -o-linear-gradient(left, #3786c8 50%, #2274bd 50%);
    background: linear-gradient(to right, #3786c8 50%, #2274bd 50%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3786c8', endColorstr='#2274bd',GradientType=1 );
    /* IE6-9 */ }
    .section-1 .box-1 .thumb figure img {
      max-width: 90px;
      margin: auto;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
    .section-1 .box-1 .thumb figure::before {
      z-index: -1;
      content: '';
      padding: 2px;
      border-radius: 50%;
      visibility: hidden;
      background: #2274bd;
      pointer-events: none;
      position: absolute;
      left: -2px;
      top: -2px;
      right: -2px;
      bottom: -2px;
      -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
      -moz-transition: -moz-transform 0.5s, opacity 0.3s;
      -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
      transition: opacity 0.3s, -webkit-transform 0.5s;
      -o-transition: transform 0.5s, opacity 0.3s;
      transition: transform 0.5s, opacity 0.3s;
      transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s; }
    .section-1 .box-1 .thumb figure:hover:before {
      visibility: visible;
      opacity: 0;
      -webkit-transform: scale(1.3);
      -moz-transform: scale(1.3);
      -ms-transform: scale(1.3);
      -o-transform: scale(1.3);
      transform: scale(1.3); }
  .section-1 .box-1 .thumb .thumb-caption .title {
    color: #fff;
    text-transform: uppercase;
    max-width: 230px;
    height: 65px;
    margin: auto;
    overflow: hidden;
    font-size: 3rem;
    line-height: normal;
    font-weight: 500; }

/*2*/
.section-2 {
  min-height: auto;
  /*THEME TABS*/ }
  .section-2 .container-fluid {
    margin: 0;
    padding: 0; }
  .section-2 .content-box {
    padding-left: 0;
    padding-right: 0; }
  .section-2 .hero-title {
    margin-bottom: 50px;
    position: relative; }
    .section-2 .hero-title:after {
      content: '';
      width: 80px;
      height: 3px;
      background: #2274bd;
      position: relative;
      display: block;
      margin: 15px auto 0; }
  .section-2 .portfolio-gallery .row, .section-2 .portfolio-gallery [class*="col-"] {
    margin: 0;
    padding: 0; }
  .section-2 .portfolio-gallery .data-holder {
    position: relative;
    height: 290px;
    background: #fbfbfb;
    overflow: hidden;
    /*PLAY BUTTON*/ }
    .section-2 .portfolio-gallery .data-holder.main-post {
      height: 580px; }
      .section-2 .portfolio-gallery .data-holder.main-post::before {
        content: '';
        width: 100%;
        height: 100%;
        z-index: 9;
        opacity: .5;
        background: #000;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0; }
    .section-2 .portfolio-gallery .data-holder ._img {
      display: block;
      width: 100%;
      height: 100%;
      max-width: none;
      display: block;
      background-position: center;
      background-size: cover;
      margin: auto;
      border-width: 1px;
      border-style: solid;
      border-color: #fbfbfb;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
    .section-2 .portfolio-gallery .data-holder .playButton {
      width: 100px;
      height: 100px;
      z-index: 99;
      margin: auto;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      .section-2 .portfolio-gallery .data-holder .playButton .circle {
        stroke: #fff;
        stroke-dasharray: 650;
        stroke-dashoffset: 650;
        opacity: 0.3;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out; }
      .section-2 .portfolio-gallery .data-holder .playButton .play-icon {
        stroke-dasharray: 240;
        stroke-dashoffset: 480;
        stroke: #fff;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: all 0.7s ease-in-out;
        -moz-transition: all 0.7s ease-in-out;
        -ms-transition: all 0.7s ease-in-out;
        -o-transition: all 0.7s ease-in-out;
        transition: all 0.7s ease-in-out; }
      .section-2 .portfolio-gallery .data-holder .playButton:hover .play-icon {
        stroke-dashoffset: 0;
        opacity: 1;
        stroke: #fff;
        -webkit-animation: nudge 0.7s ease-in-out;
        animation: nudge 0.7s ease-in-out; }

@-webkit-keyframes nudge {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  30% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px); }
  50% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px); }
  70% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes nudge {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  30% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px); }
  50% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px); }
  70% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
      .section-2 .portfolio-gallery .data-holder .playButton:hover .circle {
        stroke-dashoffset: 0;
        opacity: 1; }
  .section-2 .custom-tabs {
    position: relative;
    z-index: 99; }
    .section-2 .custom-tabs .nav-tabs li {
      border-width: 0 0 3px;
      border-color: transparent; }
      .section-2 .custom-tabs .nav-tabs li:last-child {
        margin-right: 0; }
      .section-2 .custom-tabs .nav-tabs li a {
        position: relative;
        padding: 0 0 10px;
        top: 1px;
        border: 0;
        color: #646b7b;
        font-size: 1.8rem;
        line-height: normal;
        font-weight: 600; }
        .section-2 .custom-tabs .nav-tabs li a:hover, .section-2 .custom-tabs .nav-tabs li a:focus, .section-2 .custom-tabs .nav-tabs li a:active {
          background: transparent;
          border: 0;
          color: #2274bd; }
      .section-2 .custom-tabs .nav-tabs li.active > a, .section-2 .custom-tabs .nav-tabs li.active > a:focus, .section-2 .custom-tabs .nav-tabs li.active > a:hover {
        background: transparent;
        border-color: transparent transparent #343d45;
        color: #2274bd;
        border-style: solid;
        font-weight: 900; }
    .section-2 .custom-tabs .tab-content hr {
      margin: 20px 0;
      border-color: #343d45; }
    .section-2 .custom-tabs.horizontal-tabs .nav-tabs {
      border: 0;
      display: block;
      text-align: center;
      margin-bottom: 30px; }
      .section-2 .custom-tabs.horizontal-tabs .nav-tabs li {
        display: inline-block;
        margin-right: 50px;
        float: none; }
        .section-2 .custom-tabs.horizontal-tabs .nav-tabs li:last-child {
          margin-right: 0; }
        .section-2 .custom-tabs.horizontal-tabs .nav-tabs li:hover a, .section-2 .custom-tabs.horizontal-tabs .nav-tabs li.active a {
          color: #2274bd;
          font-weight: 500; }
        .section-2 .custom-tabs.horizontal-tabs .nav-tabs li a {
          font-size: 1.8rem;
          line-height: normal;
          font-weight: 500;
          color: #fff; }

/*3*/
.section-3 .res-iframe {
  height: 100%;
  width: 50%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.section-3 .contact-info-col {
  z-index: 99;
  margin-left: 50%;
  position: relative; }
  .section-3 .contact-info-col .pad-box {
    padding: 100px; }

.section-3 .sec-title {
  color: #2274bd;
  margin: 0 0 40px;
  font-size: 4.6rem;
  line-height: normal;
  font-weight: 500; }

.section-3 .sec-sub-title {
  color: #2274bd;
  margin: 0 0 20px;
  font-size: 3.2rem;
  line-height: normal;
  font-weight: 500; }

.section-3 .contact-list li {
  position: relative;
  margin-bottom: 20px;
  padding-left: 30px;
  color: #858585; }
  .section-3 .contact-list li img {
    position: absolute;
    left: 0; }

.section-3 form {
  margin-top: 80px; }
  .section-3 form label {
    display: none; }
  .section-3 form .form-group {
    margin-bottom: 50px; }
  .section-3 form .form-control {
    border-width: 0 0 1px;
    border-radius: 0;
    background: transparent;
    padding: 0;
    border-color: #ddd;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    font-size: 1.4rem;
    line-height: normal;
    font-weight: normal; }
    .section-3 form .form-control::-webkit-input-placeholder {
      opacity: .7;
      color: #646b7b; }
    .section-3 form .form-control::-moz-placeholder {
      opacity: .7;
      color: #646b7b; }
    .section-3 form .form-control:-moz-placeholder {
      opacity: .7;
      color: #646b7b; }
    .section-3 form .form-control:-ms-input-placeholder {
      opacity: .7;
      color: #646b7b; }
    .section-3 form .form-control::-ms-input-placeholder {
      opacity: .7;
      color: #646b7b; }
    .section-3 form .form-control::placeholder {
      opacity: .7;
      color: #646b7b; }

/*RESPONSIVNESS*/
@media (max-width: 1600px) {
  .section .hero-title {
    font-size: 8rem;
    line-height: normal;
    font-weight: 500; }
  .section-1 .box-1 .thumb figure {
    height: 200px;
    width: 200px;
    margin: 30px auto 0; }
    .section-1 .box-1 .thumb figure img {
      max-width: 65px; }
  .section-1 .box-1 .thumb .thumb-caption .title {
    height: 60px;
    font-size: 2.6rem;
    line-height: normal;
    font-weight: 500; }
  .section-3 .contact-info-col .pad-box {
    padding: 80px 50px; } }

@media (max-width: 1366px) {
  .section .hero-title {
    font-size: 6.5rem;
    line-height: normal;
    font-weight: 500; }
  .section .logo {
    max-width: 300px; }
  .section-1 .hero-title {
    margin: 30px auto; }
  .section-1 .box-1 .thumb figure {
    height: 170px;
    width: 170px;
    margin: 20px auto 0; }
    .section-1 .box-1 .thumb figure img {
      max-width: 55px; }
  .section-1 .box-1 .thumb .thumb-caption .title {
    max-width: 200px;
    height: 55px;
    font-size: 2.4rem;
    line-height: normal;
    font-weight: 500; }
  .section-2 .portfolio-gallery .data-holder {
    height: 200px; }
    .section-2 .portfolio-gallery .data-holder.main-post {
      height: 400px; }
  .section-3 .contact-info-col .pad-box {
    padding: 70px 40px; } }

@media (max-width: 1199px) {
  .section .hero-title {
    font-size: 6rem;
    line-height: normal;
    font-weight: 500; }
  .section .logo {
    max-width: 300px; }
  .section-1 .box-1 .thumb figure {
    height: 150px;
    width: 150px;
    margin: 15px auto 0; }
    .section-1 .box-1 .thumb figure img {
      max-width: 50px; }
  .section-1 .box-1 .thumb .thumb-caption .title {
    max-width: 180px;
    height: 50px;
    font-size: 2rem;
    line-height: normal;
    font-weight: 500; }
  .section-1 .mouse-arrow {
    margin: auto;
    position: absolute;
    top: auto;
    right: 0;
    bottom: 20px;
    left: 0; }
    .section-1 .mouse-arrow img {
      width: 30px;
      margin: auto; }
    .section-1 .mouse-arrow p {
      margin: 10px 0 0;
      font-size: 1.6rem;
      line-height: normal;
      font-weight: normal; }
  .section-3 .content-box {
    padding: 0 2em 5em; }
  .section-3 .res-iframe {
    position: relative;
    height: 400px;
    width: 100%; }
  .section-3 .contact-info-col {
    margin: 0;
    width: 100%; }
    .section-3 .contact-info-col .pad-box {
      padding: 50px; }
  .section-3 .sec-title {
    font-size: 4.2rem;
    line-height: normal;
    font-weight: 500; }
  .section-3 .sec-sub-title {
    font-size: 2.8rem;
    line-height: normal;
    font-weight: 500; } }

@media (max-width: 991px) {
  header {
    padding: 30px 15px 0; }
    header.fixed {
      position: absolute; }
  .section .content-box {
    padding: 3em 0; }
  .section .hero-title {
    font-size: 5.5rem;
    line-height: normal;
    font-weight: 500; }
  .section .logo {
    max-width: 250px; }
  .section-1 .box-1 .thumb figure {
    height: 130px;
    width: 130px; }
    .section-1 .box-1 .thumb figure img {
      max-width: 40px; }
  .section-1 .box-1 .thumb .thumb-caption .title {
    max-width: 160px;
    height: 43px;
    font-size: 1.8rem;
    line-height: normal;
    font-weight: 500; }
  .section-2 .portfolio-gallery .data-holder {
    height: 170px; }
    .section-2 .portfolio-gallery .data-holder.main-post {
      height: 350px; }
  .section-2 .custom-tabs.horizontal-tabs .nav-tabs li {
    margin-right: 20px; }
    .section-2 .custom-tabs.horizontal-tabs .nav-tabs li a {
      font-size: 1.6rem;
      line-height: normal;
      font-weight: 500; }
  .section-3 .content-box {
    padding-bottom: 2em; } }

@media (max-width: 767px) {
  .section .content-box {
    padding: 2em 0; }
  .section .hero-title {
    font-size: 4rem;
    line-height: normal;
    font-weight: 500; }
  .section .logo {
    margin-top: 50px; }
  .section-3 .sec-title {
    font-size: 3rem;
    line-height: normal;
    font-weight: 500; }
  .section-3 .sec-sub-title {
    font-size: 2.4rem;
    line-height: normal;
    font-weight: 500; } }

@media (max-width: 575px) {
  .section {
    min-height: auto; }
    .section .hero-title {
      font-size: 3.6rem;
      line-height: normal;
      font-weight: 500; }
  .btn {
    padding: 12px 30px;
    min-width: 160px;
    font-size: 1.6rem;
    line-height: normal;
    font-weight: 400; }
  .section-1 .box-1 .thumb figure {
    height: 100px;
    width: 100px;
    margin: 12px auto 0; }
    .section-1 .box-1 .thumb figure img {
      max-width: 30px; }
  .section-1 .box-1 .thumb .thumb-caption .title {
    max-width: 130px;
    height: 38px;
    font-size: 1.6rem;
    line-height: normal;
    font-weight: 500; }
  .section-2 .custom-tabs.horizontal-tabs .nav-tabs li {
    margin-right: 10px; }
    .section-2 .custom-tabs.horizontal-tabs .nav-tabs li a {
      font-size: 1.4rem;
      line-height: normal;
      font-weight: 500; }
  .section-3 .sec-title {
    font-size: 2.4rem;
    line-height: normal;
    font-weight: 500; }
  .section-3 .sec-sub-title {
    font-size: 1.8rem;
    line-height: normal;
    font-weight: 500; } }
